This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Changes.
[perl5.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 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
35         Log: More encoding testing.
36      Branch: perl
37            ! lib/encoding.pm lib/encoding.t
38 ____________________________________________________________________________
39 [ 12812] By: ams                                   on 2001/11/02  15:07:11
40         Log: Slight modification of #12811.
41      Branch: perl
42            ! op.c
43 ____________________________________________________________________________
44 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
45         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
46              From: Radu Greab <radu@netsoft.ro>
47              Date: Fri, 2 Nov 2001 15:28:58 +0200
48              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
49      Branch: perl
50            ! op.c t/op/stat.t
51 ____________________________________________________________________________
52 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
53         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
54              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
55              Date: Thu, 1 Nov 2001 22:35:50 +0100
56              Message-ID: <20011101223550.A10849@rafael>
57      Branch: perl
58            ! lib/ExtUtils/Embed.t
59 ____________________________________________________________________________
60 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
61         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
62              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
63              Date: 2 Nov 2001 14:48:51 -0000
64              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
65      Branch: perl
66            ! lib/File/Find.pm
67 ____________________________________________________________________________
68 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
69         Log: Add documentation.
70      Branch: perl
71            ! embed.pl pod/perlapi.pod utf8.c
72 ____________________________________________________________________________
73 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
74         Log: Unicode: add ToFold mapping.  Not used yet; but basically
75              a more useful mapping for caseless aka case-ignoring than
76              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
77              algorithm for creating the foldings uses equivalence classes,
78              see http://www.unicode.org/unicode/reports/tr21/
79              Hopefully this feature will be used in //i.
80              (The folding tables were introduced by #12689.)
81      Branch: perl
82            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
83            ! utf8.c
84 ____________________________________________________________________________
85 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
86         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
87              From: "Craig A. Berry" <craigberry@mac.com>
88              Date: Fri, 02 Nov 2001 00:03:52 -0600
89              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
90      Branch: perl
91            ! lib/AutoSplit.t
92 ____________________________________________________________________________
93 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
94         Log: Subject: Trivial doc patch
95              From: andreas.koenig@anima.de (Andreas J. Koenig)
96              Date: 02 Nov 2001 06:11:35 +0100
97              Message-ID: <m37kt94v08.fsf@anima.de>
98      Branch: perl
99            ! pod/perlport.pod
100 ____________________________________________________________________________
101 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
102         Log: Make encoding and charnames pragmas coexist.
103      Branch: perl
104            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
105 ____________________________________________________________________________
106 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
107         Log: The basic character classes seem to go untested with Unicode.
108      Branch: perl
109            ! t/op/pat.t
110 ____________________________________________________________________________
111 [ 12802] By: ams                                   on 2001/11/02  00:39:36
112         Log: Subject: [PATCH] the the double double word word fix fix
113              From: Richard Soderberg <rs@oregonnet.com>
114              Date: Thu, 1 Nov 2001 13:12:03 -0800
115              Message-Id: <200111012112.NAA23288@oregonnet.com>
116              
117              Subject: Re: [PATCH] the the double double word word fix fix
118              From: Mark-Jason Dominus <mjd@plover.com>
119              Date: Thu, 01 Nov 2001 16:43:40 -0500
120              Message-Id: <20011101214340.2044.qmail@plover.com>
121              
122              Subject: Re: [PATCH] the the double double word word fix fix
123              From: Mark-Jason Dominus <mjd@plover.com>
124              Date: Thu, 01 Nov 2001 16:51:39 -0500
125              Message-Id: <20011101215139.2196.qmail@plover.com>
126      Branch: perl
127            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
128            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
129            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
130            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
131            ! pod/perltodo.pod pod/perlxstut.pod
132 ____________________________________________________________________________
133 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
134         Log: Comment tweaks.
135      Branch: perl
136            ! toke.c
137 ____________________________________________________________________________
138 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
139         Log: FAQ sync.
140      Branch: perl
141            ! pod/perlfaq9.pod
142 ____________________________________________________________________________
143 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
144         Log: If an encoding is set by -M/-m, it must be in
145              effect only for the actual script, not any other
146              required/-M/-m'ed module, otherwise we enter a nasty
147              recursion in regexec.c while trying to init the simple
148              UTF-8 charclasses like PL_utf8_alnum.
149      Branch: perl
150            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
151 ____________________________________________________________________________
152 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
153         Log: A bit more descriptive name.
154      Branch: perl
155            ! mg.c
156 ____________________________________________________________________________
157 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
158         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
159              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
160              Date: Wed, 31 Oct 2001 13:47:04 EST
161              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
162      Branch: perl
163            ! ext/Time/HiRes/HiRes.t
164 ____________________________________________________________________________
165 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
166         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
167              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
168              Date: Wed, 31 Oct 2001 13:43:29 EST
169              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
170      Branch: perl
171            ! mg.c
172 ____________________________________________________________________________
173 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
174         Log: Subject: [PATCH] Various test cleanups
175              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
176              Date: Tue, 30 Oct 2001 21:56:26 +0100
177              Message-ID: <20011030215626.A28503@rafael>
178      Branch: perl
179            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
180            ! ext/DB_File/t/db-recno.t ext/Encode.t
181 ____________________________________________________________________________
182 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
183         Log: Update Changes.
184      Branch: perl
185            ! Changes patchlevel.h
186 ____________________________________________________________________________
187 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
188         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
189              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
190              Date: Wed, 31 Oct 2001 17:16:39 +0100
191              Message-ID: <20011031171639.A32511@rafael>
192      Branch: perl
193            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
194 ____________________________________________________________________________
195 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
196         Log: Skip message nit.
197      Branch: perl
198            ! t/io/fs.t
199 ____________________________________________________________________________
200 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
201         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
202              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
203              Date: 31 Oct 2001 14:49:37 -0000
204              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
205      Branch: perl
206            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
207 ____________________________________________________________________________
208 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
209         Log: Extend the effect of the encoding pragma to chr() and ord().
210              
211              TODO: regex literals, reentrancy problems with the utf8
212              and charnames pragmas.
213      Branch: perl
214            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
215 ____________________________________________________________________________
216 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
217         Log: Doc tweaks.
218      Branch: perl
219            ! lib/encoding.pm
220 ____________________________________________________________________________
221 [ 12788] By: nick                                  on 2001/10/31  08:59:56
222         Log: Integrate mainline
223      Branch: perlio
224           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
225           !> (integrate 49 files)
226 ____________________________________________________________________________
227 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
228         Log: Forgot new proto.
229      Branch: perl
230            ! proto.h
231 ____________________________________________________________________________
232 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
233         Log: Clarification: use encoding cannot be used to
234              change the default encoding of "your whole script";
235              only the default encoding of the *data*.  Also, it
236              seems that "use encoding" does not mix with "use utf8"
237              (a coredumping recursion ensues).  Should not be a huge
238              problem since "use utf8" is pretty marginal nowadays.
239      Branch: perl
240            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
241 ____________________________________________________________________________
242 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
243         Log: More documentation for the encode pragma.
244      Branch: perl
245            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
246            ! pod/perlapi.pod pod/perlunicode.pod sv.c
247 ____________________________________________________________________________
248 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
249         Log: Thinko in #12783.
250      Branch: perl
251            ! sv.c
252 ____________________________________________________________________________
253 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
254         Log: Make sv_recode_to_utf8() a real API: the encoding
255              is a parameter, instead of a global.  Document the
256              PERL_ENCODING.
257      Branch: perl
258            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
259            ! toke.c
260 ____________________________________________________________________________
261 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
262         Log: Enable -Mencoding=foobar also for string literals.
263      Branch: perl
264            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
265            ! pod/perlapi.pod proto.h sv.c toke.c
266 ____________________________________________________________________________
267 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
268         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
269              From: Andy Dougherty <doughera@lafayette.edu>
270              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
271              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
272      Branch: perl
273            ! ext/POSIX/hints/svr4.pl
274 ____________________________________________________________________________
275 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
276         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
277              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
278              Date: Mon, 29 Oct 2001 23:11:58 -0000
279              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
280              
281              Add compat.h.
282      Branch: perl
283            ! lib/h2xs.t utils/h2xs.PL
284 ____________________________________________________________________________
285 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
286         Log: Subject: PerlIOBuf_dup
287              From: Nicholas Clark <nick@ccl4.org>              
288              Date: Mon, 29 Oct 2001 21:52:35 +0000             
289              Message-ID: <20011029215235.K41204@plum.flirble.org>
290              
291              Add prototype.
292      Branch: perl
293            ! perliol.h
294 ____________________________________________________________________________
295 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
296         Log: Subject: [PATCH] Make malloc.c errors more useful
297              From: Richard Soderberg <rs@oregonnet.com>
298              Date: Mon, 29 Oct 2001 22:28:02 -0800
299              Message-Id: <200110300628.WAA11025@oregonnet.com>
300      Branch: perl
301            ! malloc.c
302 ____________________________________________________________________________
303 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
304         Log: Retract #12776 - the bug 19990906.001 is still valid.
305      Branch: perl
306            ! t/run/kill_perl.t
307 ____________________________________________________________________________
308 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
309         Log: (Retracted by #12777)
310              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
311              From: Michael G Schwern <schwern@pobox.com> 
312              Date: Mon, 29 Oct 2001 23:01:08 -0500
313              Message-ID: <20011029230108.G18053@blackrider>
314      Branch: perl
315            ! t/run/kill_perl.t
316 ____________________________________________________________________________
317 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
318         Log: Comment nits.
319      Branch: perl
320            ! lib/encoding.t
321 ____________________________________________________________________________
322 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
323         Log: integrate change#12772 from mainline
324              
325              Subject: [PATCH] Mommy, what's a pointer cast?
326      Branch: maint-5.6/perl
327            ! perl.h
328 ____________________________________________________________________________
329 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
330         Log: Subject: [PATCH] Mommy, what's a pointer cast?
331              From: Richard Soderberg <rs@oregonnet.com>
332              Date: Mon, 29 Oct 2001 17:01:10 -0800
333              Message-Id: <200110300101.RAA31561@oregonnet.com>
334              
335              (threads* parts)
336      Branch: perl
337            ! ext/threads/shared/shared.xs ext/threads/threads.xs
338 ____________________________________________________________________________
339 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
340         Log: Subject: [PATCH] Mommy, what's a pointer cast?
341              From: Richard Soderberg <rs@oregonnet.com>
342              Date: Mon, 29 Oct 2001 17:01:10 -0800
343              Message-Id: <200110300101.RAA31561@oregonnet.com>
344              
345              (the perl.h part)
346      Branch: perl
347            ! perl.h
348 ____________________________________________________________________________
349 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
350         Log: Subject: [PATCH] OpenBSD likes signal.h 
351              From: Richard Soderberg <rs@oregonnet.com>
352              Date: Mon, 29 Oct 2001 17:00:31 -0800
353              Message-Id: <200110300100.RAA31533@oregonnet.com>
354      Branch: perl
355            ! unixish.h
356 ____________________________________________________________________________
357 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
358         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
359              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
360              Date: Mon, 29 Oct 2001 23:04:23 -0000
361              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
362      Branch: perl
363            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
364            ! ext/DB_File/t/db-recno.t
365 ____________________________________________________________________________
366 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
367         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
368              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
369              Date: Mon, 29 Oct 2001 12:34:07 -0600
370              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
371      Branch: perl
372            ! ext/Time/HiRes/HiRes.t
373 ____________________________________________________________________________
374 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
375         Log: Update Changes.
376      Branch: perl
377            ! Changes patchlevel.h
378 ____________________________________________________________________________
379 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
380         Log: AIX needs an explicit symbol export list.
381      Branch: perl
382            ! lib/ExtUtils/Embed.t
383 ____________________________________________________________________________
384 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
385         Log: The test (and the module) would require some
386              quality hacking time to work on EBCDIC.  Based n
387              the test results nothing seems to be majorly broken,
388              the module just seems to have strange assumptions:
389              got: ''\226\225\205'
390              expected: ''one'
391              The \226\225\205 being, of course, 'one', in EBCDIC.
392      Branch: perl
393            ! lib/Dumpvalue.t
394 ____________________________________________________________________________
395 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
396         Log: Mark the test known to be failing in EBCDIC.
397      Branch: perl
398            ! t/op/tr.t
399 ____________________________________________________________________________
400 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
401         Log: None of the libnet modules are going to work in
402              EBCDIC without the Convert::EBCDIC.
403      Branch: perl
404            ! t/lib/1_compile.t
405 ____________________________________________________________________________
406 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
407         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
408      Branch: perl
409            ! t/op/pack.t
410 ____________________________________________________________________________
411 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
412         Log: UTF-EBCDIC ain't UTF-8.
413      Branch: perl
414            ! t/op/pack.t
415 ____________________________________________________________________________
416 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
417         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
418      Branch: perl
419            ! t/lib/1_compile.t
420 ____________________________________________________________________________
421 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
422         Log: Let's not assume ASCII.
423      Branch: perl
424            ! t/op/lc.t
425 ____________________________________________________________________________
426 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
427         Log: Call the new perlio symbols differently.
428      Branch: perl
429            ! makedef.pl
430 ____________________________________________________________________________
431 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
432         Log: Don't expect ASCII ordering.
433      Branch: perl
434            ! lib/ExtUtils/Manifest.t
435 ____________________________________________________________________________
436 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
437         Log: Forgot from #12756.
438      Branch: perl
439            ! perlio.h
440 ____________________________________________________________________________
441 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
442         Log: BeOS tweaks:
443              - fseeko and ftello can be found by Configure but
444              we do not seem to have prototypes for them so
445              let's make up some
446              - BeOS didn't use to have real sockets (sockets as
447              filedescriptors) but the BONE package is supposed
448              to fix this.  I do not know how to detect BONEness,
449              see hints/beos.sh for a spot that needs to fixed.
450              - BeOS has O_TEXT != O_BINARY but has no setmode()
451      Branch: perl
452            ! hints/beos.sh perlio.c
453 ____________________________________________________________________________
454 [ 12755] By: sky                                   on 2001/10/29  12:56:12
455         Log: Ugly fix to not die when a thread creator is holding locks.
456      Branch: perl
457            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
458            ! ext/threads/threads.xs
459 ____________________________________________________________________________
460 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
461         Log: Integrate change #12752 from maintperl;
462              
463              croak(Nullch) wasn't printing the contents of ERRSV if there was
464              no outer eval (bug in change#6125)
465      Branch: perl
466           !> util.c
467 ____________________________________________________________________________
468 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
469         Log: Subject: [PATCH h2xs] Use of static data in XS modules
470              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
471              Date: Sun, 28 Oct 2001 21:19:07 -0000
472              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
473              
474              with nits from Sarathy.
475      Branch: perl
476            ! utils/h2xs.PL
477 ____________________________________________________________________________
478 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
479         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
480              no outer eval (bug in change#6125)
481      Branch: maint-5.6/perl
482            ! util.c
483 ____________________________________________________________________________
484 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
485         Log: More todo for the encoding pragma.
486      Branch: perl
487            ! lib/encoding.pm
488 ____________________________________________________________________________
489 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
490         Log: Add the encoding pragma to control the "upgrade"
491              from the native eight bit data to Unicode.
492              
493              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
494      Branch: perl
495            + lib/encoding.pm lib/encoding.t
496            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
497            ! pod/perlunicode.pod pod/perlvar.pod sv.c
498 ____________________________________________________________________________
499 [ 12749] By: sky                                   on 2001/10/28  21:02:33
500         Log: Update documentation.
501      Branch: perl
502            ! ext/threads/shared/shared.pm
503 ____________________________________________________________________________
504 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
505         Log: Integrate change #12747 from maintperl;
506              
507              finishing touches to system() fixes on windows:
508              * detect cmd shell correctly even if it had full path in it
509              * more quoting needed for single-arg system if the argument
510              really had multiple quoted arguments within it
511              * be smarter about not calling the shell when the executable
512              has spaces, but otherwise does not need shell involvement
513              * add a testsuite (windows-specific currently)
514      Branch: perl
515           +> t/op/system.t t/op/system_tests
516            ! MANIFEST pod/perltodo.pod
517           !> win32/win32.c
518 ____________________________________________________________________________
519 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
520         Log: finishing touches to system() fixes on windows:
521              * detect cmd shell correctly even if it had full path in it
522              * more quoting needed for single-arg system if the argument
523              really had multiple quoted arguments within it
524              * be smarter about not calling the shell when the executable
525              has spaces, but otherwise does not need shell involvement
526              * add a testsuite (windows-specific currently)
527      Branch: maint-5.6/perl
528            + t/op/system.t t/op/system_tests
529            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
530 ____________________________________________________________________________
531 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
532         Log: Integrate perlio.
533      Branch: perl
534           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
535 ____________________________________________________________________________
536 [ 12745] By: nick                                  on 2001/10/28  16:08:14
537         Log: Mingw32 fixup for Embed.t
538      Branch: perlio
539            ! lib/ExtUtils/Embed.t
540 ____________________________________________________________________________
541 [ 12744] By: nick                                  on 2001/10/28  15:54:14
542         Log: GCC vs MS 64-bit constant syntax
543      Branch: perlio
544            ! ext/Time/HiRes/HiRes.xs
545 ____________________________________________________________________________
546 [ 12743] By: nick                                  on 2001/10/28  15:42:55
547         Log: Integrate mainline
548      Branch: perlio
549           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
550 ____________________________________________________________________________
551 [ 12742] By: sky                                   on 2001/10/28  14:47:10
552         Log: Manpage updates.
553      Branch: perl
554            ! ext/threads/threads.pm
555 ____________________________________________________________________________
556 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
557         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
558      Branch: perl
559            ! lib/ExtUtils/Embed.t
560 ____________________________________________________________________________
561 [ 12740] By: nick                                  on 2001/10/28  14:14:24
562         Log: Integrate mainline
563      Branch: perlio
564           !> lib/ExtUtils/Embed.t win32/win32.c
565 ____________________________________________________________________________
566 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
567         Log: Need to be ./executed.
568      Branch: perl
569            ! lib/ExtUtils/Embed.t
570 ____________________________________________________________________________
571 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
572         Log: Integrate perlio.
573      Branch: perl
574           !> perlio.c win32/win32.h
575 ____________________________________________________________________________
576 [ 12737] By: nick                                  on 2001/10/28  13:53:45
577         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
578              by gcc -xc++.
579      Branch: perlio
580            ! win32/win32.h
581 ____________________________________________________________________________
582 [ 12736] By: nick                                  on 2001/10/28  13:50:50
583         Log: Have :stdio layer update an honour the fd refcnt table.
584              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
585      Branch: perlio
586            ! perlio.c
587 ____________________________________________________________________________
588 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
589         Log: Integrate changes #12724 and #12725 from maintperl;
590              multiarg system now works.
591      Branch: perl
592           !> win32/win32.c
593 ____________________________________________________________________________
594 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
595         Log: Integrate perlio.
596      Branch: perl
597           +> lib/ExtUtils/Embed.t
598           !> MANIFEST perlio.c
599 ____________________________________________________________________________
600 [ 12733] By: nick                                  on 2001/10/28  13:07:16
601         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
602              least for PERLIO=perlio unthreaded case
603      Branch: perlio
604            ! perlio.c
605 ____________________________________________________________________________
606 [ 12732] By: nick                                  on 2001/10/28  11:10:24
607         Log: Typo in exe name
608      Branch: perlio
609            ! lib/ExtUtils/Embed.t
610 ____________________________________________________________________________
611 [ 12731] By: nick                                  on 2001/10/28  11:09:59
612         Log: Integrate Mainline
613      Branch: perlio
614           !> Changes configure.com ext/DB_File/DB_File.pm
615           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
616           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
617           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
618           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
619           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
620           !> t/TEST t/op/regexp.t win32/buildext.pl
621 ____________________________________________________________________________
622 [ 12730] By: nick                                  on 2001/10/28  11:05:35
623         Log: Fixup Embed.t for Win32/VC++
624      Branch: perlio
625            ! lib/ExtUtils/Embed.t
626 ____________________________________________________________________________
627 [ 12729] By: nick                                  on 2001/10/28  09:36:20
628         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
629              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
630              ExtUtils::Embed.
631      Branch: perlio
632            + lib/ExtUtils/Embed.t
633            ! MANIFEST
634 ____________________________________________________________________________
635 [ 12728] By: sky                                   on 2001/10/28  08:12:53
636         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
637              line manually!
638      Branch: perl
639            ! lib/ExtUtils/xsubpp
640 ____________________________________________________________________________
641 [ 12727] By: sky                                   on 2001/10/28  08:02:09
642         Log: And here we use the prototypes.
643      Branch: perl
644            ! ext/threads/shared/shared.xs
645 ____________________________________________________________________________
646 [ 12726] By: sky                                   on 2001/10/28  08:00:48
647         Log: Support [] style prototypes.
648      Branch: perl
649            ! lib/ExtUtils/xsubpp
650 ____________________________________________________________________________
651 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
652         Log: yet another multi-arg system() fix on windows: batch files as the
653              first argument (i.e. directly executed by CreateProcess()) need
654              extra quoting to escape shell-shock
655      Branch: maint-5.6/perl
656            ! win32/win32.c
657 ____________________________________________________________________________
658 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
659         Log: another multi-arg system() fix on windows: passing empty arguments
660              now works
661      Branch: maint-5.6/perl
662            ! win32/win32.c
663 ____________________________________________________________________________
664 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
665         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
666              No final #else #error because we do not seem to
667              be using #error?
668      Branch: perl
669            ! op.h
670 ____________________________________________________________________________
671 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
672         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
673              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
674              Date: Sat, 27 Oct 2001 23:28:44 EST 
675              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
676      Branch: perl
677            ! ext/Time/HiRes/HiRes.xs
678 ____________________________________________________________________________
679 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
680         Log: Regen perlapi, perltoc.
681      Branch: perl
682            ! pod/perlapi.pod pod/perltoc.pod
683 ____________________________________________________________________________
684 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
685         Log: Subject: [PATCH] sv.h documentation
686              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
687              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
688              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
689      Branch: perl
690            ! sv.h
691 ____________________________________________________________________________
692 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
693         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
694              system("nmake -nologo", "clean") and there is no executable
695              called "nmake -nologo"; this used to "work" pre-change#12559 due
696              to bugs in multiarg system() that have since been fixed
697      Branch: perl
698            ! win32/buildext.pl
699 ____________________________________________________________________________
700 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
701         Log: Update Changes.
702      Branch: perl
703            ! Changes patchlevel.h
704 ____________________________________________________________________________
705 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
706         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
707              From: Richard.Foley@t-online.de (Richard Foley)            
708              Date: Sun, 28 Oct 2001 00:48:32 +0200
709              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
710      Branch: perl
711            ! pod/perlhack.pod
712 ____________________________________________________________________________
713 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
714         Log: Must store pointers with the right width.
715      Branch: perl
716            ! op.h
717 ____________________________________________________________________________
718 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
719         Log: Integrate change #12711 from perlio;
720              
721              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
722              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
723      Branch: perl
724           !> perlio.c
725 ____________________________________________________________________________
726 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
727         Log: Subject: [PATCH] make minitest
728              From: Nicholas Clark <nick@ccl4.org>
729              Date: Sat, 27 Oct 2001 22:56:16 +0100
730              Message-ID: <20011027225616.L20275@plum.flirble.org>
731      Branch: perl
732            ! t/TEST
733 ____________________________________________________________________________
734 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
735         Log: Patch #12661 missed this.
736      Branch: perl
737            ! ext/DB_File/DB_File.pm
738 ____________________________________________________________________________
739 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
740         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
741              From: "Craig A. Berry" <craigberry@mac.com>
742              Date: Sat, 27 Oct 2001 16:07:47 -0500
743              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
744      Branch: perl
745            ! configure.com perlio.c
746 ____________________________________________________________________________
747 [ 12711] By: nick                                  on 2001/10/27  19:49:25
748         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
749              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
750      Branch: perlio
751            ! perlio.c
752 ____________________________________________________________________________
753 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
754         Log: Let's not replace reason if there's one already supplied.
755      Branch: perl
756            ! t/op/regexp.t
757 ____________________________________________________________________________
758 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
759         Log: is not good.
760      Branch: perl
761            ! t/op/regexp.t
762 ____________________________________________________________________________
763 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
764         Log: ldlibpth can exist but be unset.
765      Branch: perl
766            ! t/TEST
767 ____________________________________________________________________________
768 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
769         Log: Unicode: property alias naming cleanup.
770      Branch: perl
771            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
772 ____________________________________________________________________________
773 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
774         Log: FAQ sync.
775      Branch: perl
776            ! pod/perlfaq4.pod
777 ____________________________________________________________________________
778 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
779         Log: Integrate change #12703 from maintperl;
780              
781              typemap stuff intervenes before declaration, move it to PREINIT
782              section
783              
784              (an empty integrate, but now the files are in sync
785              between the branches)
786      Branch: perl
787           !> ext/ODBM_File/ODBM_File.xs
788 ____________________________________________________________________________
789 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
790         Log: More PerlIO symbols.
791      Branch: perl
792            ! makedef.pl
793 ____________________________________________________________________________
794 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
795         Log: typemap stuff intervenes before declaration, move it to PREINIT
796              section
797      Branch: maint-5.6/perl
798            ! ext/ODBM_File/ODBM_File.xs
799 ____________________________________________________________________________
800 [ 12702] By: nick                                  on 2001/10/27  14:09:35
801         Log: Integrate mainline
802      Branch: perlio
803           +> ext/threads/shared/t/av_simple.t
804           +> ext/threads/shared/t/hv_refs.t
805           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
806           !> (integrate 109 files)
807 ____________________________________________________________________________
808 [ 12700] By: ams                                   on 2001/10/26  21:22:23
809         Log: Subject: [PATCH] tweak divide
810              From: Nicholas Clark <nick@ccl4.org>
811              Date: Fri, 26 Oct 2001 22:52:17 +0100
812              Message-Id: <20011026225217.B20275@plum.flirble.org>
813      Branch: perl
814            ! pp.c
815 ____________________________________________________________________________
816 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
817         Log: Integrate a buncha things from maintperl.
818      Branch: maint-5.6/macperl
819           !> (integrate 32 files)
820 ____________________________________________________________________________
821 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
822         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
823              From: Andy Dougherty <doughera@lafayette.edu>
824              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
825              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
826      Branch: perl
827            ! hints/svr4.sh
828 ____________________________________________________________________________
829 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
830         Log: When you're root, many things become writable.
831      Branch: perl
832            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
833 ____________________________________________________________________________
834 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
835         Log: Update Changes.
836      Branch: perl
837            ! Changes patchlevel.h
838 ____________________________________________________________________________
839 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
840         Log: Term/Cap.t attempts to access the floppy drive for no good reason
841              on dosish systems
842      Branch: perl
843            ! lib/Term/Cap.t
844 ____________________________________________________________________________
845 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
846         Log: fix misleading comment on known inadequacy in B::Terse, and skip
847              it correctly
848      Branch: perl
849            ! ext/B/t/terse.t
850 ____________________________________________________________________________
851 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
852         Log: fix spurious AutoSplit.t failure under windows
853      Branch: perl
854            ! lib/AutoSplit.t
855 ____________________________________________________________________________
856 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
857         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
858      Branch: perl
859            ! ext/Time/HiRes/HiRes.t
860 ____________________________________________________________________________
861 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
862         Log: More logical to use %04"UVXf" than %"UVuf" since
863              the Unicode standard prefers hex.
864      Branch: perl
865            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
866            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
867            ! lib/unicore/mktables utf8.c
868 ____________________________________________________________________________
869 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
870         Log: change#12065 seems to have broken Encode build on windows; fix
871      Branch: perl
872            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
873 ____________________________________________________________________________
874 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
875         Log: Unicode: add the case folding table.
876      Branch: perl
877            + lib/unicore/To/Fold.pl
878            ! MANIFEST lib/unicore/mktables
879 ____________________________________________________________________________
880 [ 12688] By: sky                                   on 2001/10/26  13:51:29
881         Log: Get the new functions right, do not export lock since we use builtin lock.
882              TODO: fix xsubpp to support the new prototypes
883      Branch: perl
884            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
885 ____________________________________________________________________________
886 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
887         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
888              as suggested by Sarathy.
889      Branch: perl
890            ! mg.c
891 ____________________________________________________________________________
892 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
893         Log: avoid compiler warning
894      Branch: perl
895            ! win32/win32.c
896 ____________________________________________________________________________
897 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
898         Log: WinCE update from Rainer Keuchel.
899      Branch: perl
900            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
901            ! wince/wince.c
902 ____________________________________________________________________________
903 [ 12684] By: sky                                   on 2001/10/26  13:34:33
904         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
905      Branch: perl
906            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
907 ____________________________________________________________________________
908 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
909         Log: More fixes that were made to the core and not in the libnet src
910      Branch: perl
911            ! lib/Net/Domain.pm
912 ____________________________________________________________________________
913 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
914         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
915              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
916              Date: Fri, 26 Oct 2001 13:55:21 +0200
917              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
918              
919              (plus make the db-recno.t#59 accept both \n and \r\n)
920      Branch: perl
921            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
922            ! ext/DB_File/t/db-recno.t
923 ____________________________________________________________________________
924 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
925         Log: Fix tests to be able to run in the core and the CPAN dist
926      Branch: perl
927            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
928            ! lib/Net/t/require.t lib/Net/t/smtp.t
929 ____________________________________________________________________________
930 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
931         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
932              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
933              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
934              Date: Fri, 26 Oct 2001 08:34:46 EDT
935      Branch: perl
936            ! ext/Time/HiRes/HiRes.t
937 ____________________________________________________________________________
938 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
939         Log: Sync libnet modules with what will be libnet-1.08
940      Branch: perl
941            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
942            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
943            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
944            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
945 ____________________________________________________________________________
946 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
947         Log: Integrate maintperl changes #12268 and #12669;
948              
949              final touches to the audit for statics and thread-unsafe code
950              * make DB_File, ODBM_File thread-safe 
951              * remove unnecessary/dangerous statics and protect others
952              from not getting accidentally enabled under threaded perls
953              
954              windows support functions get_childdir() et al aren't exported
955              correctly under vanilla build
956              
957              Testing under win32 appreciated since changes there had
958              to be manually merged and I cannot test how badly did I do.
959      Branch: perl
960           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
961           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
962           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
963           !> win32/vmem.h win32/win32.c win32/win32iop.h
964 ____________________________________________________________________________
965 [ 12677] By: sky                                   on 2001/10/26  12:37:17
966         Log: More Config::threads to threads::threads changes
967      Branch: perl
968            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
969 ____________________________________________________________________________
970 [ 12676] By: sky                                   on 2001/10/26  12:31:46
971         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
972      Branch: perl
973            ! ext/threads/threads.pm ext/threads/threads.xs
974 ____________________________________________________________________________
975 [ 12675] By: sky                                   on 2001/10/26  12:06:30
976         Log: Allocing a TLS in runtime is not too hot.
977      Branch: perl
978            ! ext/threads/threads.xs
979 ____________________________________________________________________________
980 [ 12674] By: sky                                   on 2001/10/26  11:59:09
981         Log: Don't display debug data.
982      Branch: perl
983            ! ext/threads/threads.pm
984 ____________________________________________________________________________
985 [ 12673] By: sky                                   on 2001/10/26  11:35:47
986         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
987              complete bar support for blessed objects.
988              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
989      Branch: perl
990            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
991 ____________________________________________________________________________
992 [ 12672] By: sky                                   on 2001/10/26  11:15:28
993         Log: Fix case where shared reference does not exist in current thread.
994      Branch: perl
995            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
996 ____________________________________________________________________________
997 [ 12671] By: sky                                   on 2001/10/26  08:48:52
998         Log: Support for references in shared arrays.
999      Branch: perl
1000            ! ext/threads/shared/shared.xs
1001 ____________________________________________________________________________
1002 [ 12670] By: sky                                   on 2001/10/26  08:30:11
1003         Log: Add tests for references in hashes.
1004      Branch: perl
1005            + ext/threads/shared/t/hv_refs.t
1006            ! MANIFEST
1007 ____________________________________________________________________________
1008 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
1009         Log: windows support functions get_childdir() et al aren't exported
1010              correctly under vanilla build
1011      Branch: maint-5.6/perl
1012            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
1013 ____________________________________________________________________________
1014 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
1015         Log: final touches to the audit for statics and thread-unsafe code
1016              * make DB_File, ODBM_File thread-safe 
1017              * remove unnecessary/dangerous statics and protect others
1018              from not getting accidentally enabled under threaded perls
1019      Branch: maint-5.6/perl
1020            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
1021            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
1022            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
1023            ! win32/win32.c
1024 ____________________________________________________________________________
1025 [ 12667] By: ams                                   on 2001/10/26  03:48:36
1026         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
1027              From: "Richard Soderberg" <rs@crystalflame.net>
1028              Date: Thu, 25 Oct 2001 23:42:50 -0400
1029              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
1030      Branch: perl
1031            ! sharedsv.c
1032 ____________________________________________________________________________
1033 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
1034         Log: Integrate change #12664 from maintperl;
1035              
1036              the newest GCCs don't seem to like C<"string1"##STRING2>
1037              so keep it as C<"string1" STRING2> (latter appears to
1038              work everywhere)
1039      Branch: perl
1040           !> ext/DynaLoader/dlutils.c
1041 ____________________________________________________________________________
1042 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
1043         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
1044              From: Chris Nandor <pudge@pobox.com>
1045              Date: Thu, 25 Oct 2001 22:15:03 -0400
1046              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
1047      Branch: perl
1048            ! perl.h
1049 ____________________________________________________________________________
1050 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
1051         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
1052              C<"string1" STRING2> (latter appears to work everywhere)
1053      Branch: maint-5.6/perl
1054            ! ext/DynaLoader/dlutils.c
1055 ____________________________________________________________________________
1056 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
1057         Log: AUTHORS update.
1058      Branch: perl
1059            ! AUTHORS
1060 ____________________________________________________________________________
1061 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
1062         Log: Integrate change #12660 from maintperl;
1063              
1064              make the dMY_CXT stuff available under all of
1065              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
1066      Branch: perl
1067           !> perl.h
1068 ____________________________________________________________________________
1069 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
1070         Log: Subject: [PATCH] DB_File-1.79
1071              From: "Paul Marquess" <paul.marquess@openwave.com>
1072              Date: Fri, 26 Oct 2001 00:03:54 +0100
1073              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
1074      Branch: perl
1075            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
1076            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
1077 ____________________________________________________________________________
1078 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
1079         Log: make the dMY_CXT stuff available under all of
1080              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
1081      Branch: maint-5.6/perl
1082            ! perl.h
1083 ____________________________________________________________________________
1084 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
1085         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
1086              From: Michael G Schwern <schwern@pobox.com>
1087              Date: Thu, 25 Oct 2001 18:28:12 -0400
1088              Message-ID: <20011025182812.M4811@blackrider>
1089      Branch: perl
1090            ! t/run/kill_perl.t
1091 ____________________________________________________________________________
1092 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
1093         Log: STRLEN != int.
1094      Branch: perl
1095            ! regcomp.c regexec.c
1096 ____________________________________________________________________________
1097 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
1098         Log: Subject: [PATCH] remove small IVop redundancy
1099              From: Nicholas Clark <nick@ccl4.org>
1100              Date: Thu, 25 Oct 2001 22:48:28 +0100
1101              Message-ID: <20011025224827.M66471@plum.flirble.org>
1102      Branch: perl
1103            ! pp.c pp_hot.c
1104 ____________________________________________________________________________
1105 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
1106         Log: Metaconfig unit change for #12655.
1107      Branch: metaconfig/U/perl
1108            ! Extensions.U
1109 ____________________________________________________________________________
1110 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
1111         Log: Subject: Re: Not OK @12650
1112              From: Andy Dougherty <doughera@lafayette.edu>
1113              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
1114              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
1115      Branch: perl
1116            ! Configure
1117 ____________________________________________________________________________
1118 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
1119         Log: Integrate changes #12652 and #12653 from maintperl;
1120              
1121              more tweaks to change#12626
1122              * move the boilerplate code over to perl.h and make DynaLoader
1123              use it
1124              * make re, Opcode, File::Glob and B threadsafe
1125              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
1126              C<no re;> anywhere)
1127              
1128              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
1129              
1130              File::Glob required a bit more work in bleadperl
1131              because of ExtUtils::Constant (see the Makefile.PL change)
1132      Branch: perl
1133            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
1134           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
1135           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
1136 ____________________________________________________________________________
1137 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
1138         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
1139      Branch: maint-5.6/perl
1140            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
1141            ! ext/Opcode/Opcode.xs ext/re/re.xs
1142 ____________________________________________________________________________
1143 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
1144         Log: more tweaks to change#12626
1145              * move the boilerplate code over to perl.h and make DynaLoader
1146              use it
1147              * make re, Opcode, File::Glob and B threadsafe
1148              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
1149              C<no re;> anywhere)
1150      Branch: maint-5.6/perl
1151            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
1152            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
1153 ____________________________________________________________________________
1154 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
1155         Log: Metaconfig unit change for #12650.
1156      Branch: metaconfig/U/perl
1157            ! Extensions.U
1158 ____________________________________________________________________________
1159 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
1160         Log: Subject: Re: ithreads doesn't like usedl=n
1161              From: Andy Dougherty <doughera@lafayette.edu>
1162              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
1163              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
1164              
1165              Special-case threads::shared.
1166      Branch: perl
1167            ! Configure
1168 ____________________________________________________________________________
1169 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
1170         Log: Getting fancier...
1171      Branch: perl
1172            ! t/TEST
1173 ____________________________________________________________________________
1174 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
1175         Log: csh - what a pain.
1176      Branch: perl
1177            ! t/TEST
1178 ____________________________________________________________________________
1179 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
1180         Log: Update Changes.
1181      Branch: perl
1182            ! Changes patchlevel.h
1183 ____________________________________________________________________________
1184 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
1185         Log: Allow resetting the locale system for the duration
1186              of the build (Mac OS X default setting LANG=En_US
1187              ist kaputt)
1188      Branch: perl
1189            ! Makefile.SH
1190 ____________________________________________________________________________
1191 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
1192         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
1193      Branch: perl
1194            ! ext/Digest/MD5/t/files.t
1195 ____________________________________________________________________________
1196 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
1197         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
1198              From: Andy Dougherty <doughera@lafayette.edu>
1199              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
1200              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
1201      Branch: perl
1202            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
1203            ! ext/threads/shared/Makefile.PL
1204 ____________________________________________________________________________
1205 [ 12643] By: sky                                   on 2001/10/25  12:28:26
1206         Log: Add support for reference members of hashes.
1207      Branch: perl
1208            ! ext/threads/shared/shared.xs
1209 ____________________________________________________________________________
1210 [ 12642] By: ams                                   on 2001/10/25  12:21:13
1211         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
1212              From: "Norton Allen" <nort@qnx.com>
1213              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
1214              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
1215      Branch: perl
1216            ! ext/Digest/MD5/MD5.xs
1217 ____________________________________________________________________________
1218 [ 12641] By: sky                                   on 2001/10/25  10:27:39
1219         Log: Tests shared hashes.
1220      Branch: perl
1221            + ext/threads/shared/t/hv_simple.t
1222            ! MANIFEST
1223 ____________________________________________________________________________
1224 [ 12640] By: sky                                   on 2001/10/25  10:18:23
1225         Log: Fix threadcounts for arrays and hashes.
1226      Branch: perl
1227            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
1228 ____________________________________________________________________________
1229 [ 12639] By: sky                                   on 2001/10/25  10:17:26
1230         Log: Note to self, doing *src_ary++ in a macro that evaluates
1231              the value more than once is a good way to dump core.
1232      Branch: perl
1233            ! sharedsv.c
1234 ____________________________________________________________________________
1235 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
1236         Log: Integrate change #12636 from maintperl; more dl fixups.
1237      Branch: perl
1238           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
1239           !> ext/DynaLoader/dl_vms.xs
1240 ____________________________________________________________________________
1241 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
1242         Log: Like dl_hpux, like dl_dld.
1243      Branch: perl
1244            ! ext/DynaLoader/dl_dld.xs
1245 ____________________________________________________________________________
1246 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
1247         Log: followups to change#12635
1248      Branch: maint-5.6/perl
1249            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
1250            ! ext/DynaLoader/dl_vms.xs
1251 ____________________________________________________________________________
1252 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
1253         Log: add part of change#12634 to the two files that need it; dl_aix.xs
1254              in maint-5.6 doesn't have the branch that had the problem in
1255              mainline
1256      Branch: maint-5.6/perl
1257            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
1258 ____________________________________________________________________________
1259 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
1260         Log: Fixes for #12627.
1261      Branch: perl
1262            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
1263 ____________________________________________________________________________
1264 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
1265         Log: Since pv_uni_display and sv_uni_display are now used
1266              in the re extension, their symbols have to be exported.
1267      Branch: perl
1268            ! embed.pl global.sym
1269 ____________________________________________________________________________
1270 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
1271         Log: Subject:  Re: [PATCH Perl@12567] debug /list
1272              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1273              Date: Tue, 23 Oct 2001 21:40:33 EDT
1274              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
1275      Branch: perl
1276            ! configure.com
1277 ____________________________________________________________________________
1278 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
1279         Log: This takes care of some of the re 'debug' cases but
1280              not all cases since the information whether the pattern
1281              or the target are utf8 seems to be either lost or not
1282              spread widely enough, sigh.
1283      Branch: perl
1284            ! regcomp.c
1285 ____________________________________________________________________________
1286 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
1287         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
1288              From: John Peacock <jpeacock@rowman.com>
1289              Date: Wed, 24 Oct 2001 16:53:29 -0400
1290              Message-ID: <3BD72A49.1508D152@rowman.com>
1291      Branch: perl
1292            ! configure.com
1293 ____________________________________________________________________________
1294 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
1295         Log: Upgrade NetWare and WinCE as in #12626.
1296      Branch: perl
1297            ! NetWare/dl_netware.xs wince/dl_win32.xs
1298 ____________________________________________________________________________
1299 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
1300         Log: Tru64 compiler nit.
1301      Branch: perl
1302            ! ext/threads/shared/shared.xs
1303 ____________________________________________________________________________
1304 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
1305         Log: Integrate change #12626 from maintperl;
1306              make DynaLoader threadsafe by moving all statics into
1307              interpreter-local space
1308              
1309              TODO: Netware, OS/2, WinCE
1310      Branch: perl
1311           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
1312           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
1313           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
1314           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
1315           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
1316           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
1317           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
1318 ____________________________________________________________________________
1319 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
1320         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
1321              space
1322      Branch: maint-5.6/perl
1323            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
1324            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
1325            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
1326            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
1327            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
1328            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
1329            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
1330 ____________________________________________________________________________
1331 [ 12625] By: sky                                   on 2001/10/24  20:05:26
1332         Log: Change #12623 inflicted an infinite hang. Fixed.
1333      Branch: perl
1334            ! ext/threads/shared/shared.xs
1335 ____________________________________________________________________________
1336 [ 12624] By: sky                                   on 2001/10/24  19:06:55
1337         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
1338      Branch: perl
1339            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
1340 ____________________________________________________________________________
1341 [ 12623] By: sky                                   on 2001/10/24  18:06:34
1342         Log: We need to do sharedsv_find in the original perl context.
1343      Branch: perl
1344            ! ext/threads/shared/shared.xs
1345 ____________________________________________________________________________
1346 [ 12622] By: sky                                   on 2001/10/24  17:26:51
1347         Log: Add support for basic support for AVs, references not supported yet.
1348              Add test for AVs.
1349              Add more tests to sv_refs
1350              Fix documentation issues.  
1351      Branch: perl
1352            + ext/threads/shared/t/av_simple.t
1353            ! MANIFEST ext/threads/shared/shared.pm
1354            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
1355 ____________________________________________________________________________
1356 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
1357         Log: Dump Unicode better for re 'debug'.  The regprop()
1358              is unfinished since have to figure out how to detect
1359              Unicodeness in there.
1360      Branch: perl
1361            ! regcomp.c regexec.c
1362 ____________________________________________________________________________
1363 [ 12620] By: sky                                   on 2001/10/24  13:18:07
1364         Log: Add support for finding shared arrays and hashes.
1365      Branch: perl
1366            ! sharedsv.c
1367 ____________________________________________________________________________
1368 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
1369         Log: Rewrite sv_uni_display() as pv_uni_display() as
1370              reimplement sv_uni_display() using that.
1371      Branch: perl
1372            ! dump.c embed.h embed.pl proto.h
1373 ____________________________________________________________________________
1374 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
1375         Log: Integrate change #12615 from maintperl;
1376              on Windows, IO::File::new_tmpfile() fails after being called
1377              32767 times because MSVCRT thinks stdio's TMP_MAX is a
1378              process-wide limit
1379      Branch: perl
1380           !> win32/win32.c
1381 ____________________________________________________________________________
1382 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
1383         Log: Don't try to print ints as IVs.
1384      Branch: perl
1385            ! ext/Time/HiRes/HiRes.xs
1386 ____________________________________________________________________________
1387 [ 12616] By: sky                                   on 2001/10/24  11:06:35
1388         Log: We only need to fetch the SV from the backend if the index
1389              is not the same as mg_private.     In theory this could be
1390              a problem if there are an exact multiple of U16 changes
1391              of a shared variable between two access in a given thread,
1392              we choose to avoid theory for now.
1393      Branch: perl
1394            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
1395 ____________________________________________________________________________
1396 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
1397         Log: on Windows, IO::File::new_tmpfile() fails after being called
1398              32767 times because MSVCRT thinks stdio's TMP_MAX is a
1399              process-wide limit
1400      Branch: maint-5.6/perl
1401            ! win32/win32.c
1402 ____________________________________________________________________________
1403 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
1404         Log: Negation and Unicode: sort of solves 20010303.010,
1405              except not quite like reported in the Subject
1406              (Perl_warner is still utf8-ignorant).
1407      Branch: perl
1408            ! pp.c t/lib/warnings/sv
1409 ____________________________________________________________________________
1410 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
1411         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
1412      Branch: perl
1413            ! sv.c t/lib/warnings/sv
1414 ____________________________________________________________________________
1415 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
1416         Log: sv_uni_display(): do not add the "...", let the caller
1417              do it if wanted, and be prepared for more display options.
1418      Branch: perl
1419            ! dump.c embed.h embed.pl proto.h
1420 ____________________________________________________________________________
1421 [ 12611] By: nick                                  on 2001/10/23  20:28:07
1422         Log: Integrate mainline
1423      Branch: perlio
1424           !> Changes configure.com cygwin/cygwin.c
1425           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
1426           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
1427           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
1428           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
1429           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
1430           !> utils/h2xs.PL utils/perldoc.PL
1431 ____________________________________________________________________________
1432 [ 12610] By: sky                                   on 2001/10/23  19:39:24
1433         Log: Change #12607 introduced a bug, seems like some MAGICAL svs don't call themselves
1434              READONLY but still dies with modification attempt. We only call bless for ext and
1435              umagic.
1436      Branch: perl
1437            ! sv.c
1438 ____________________________________________________________________________
1439 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
1440         Log: Croak() on negative time; doc tweaks.
1441      Branch: perl
1442            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
1443            ! ext/Time/HiRes/HiRes.xs
1444 ____________________________________________________________________________
1445 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
1446         Log: FAQ sync.
1447      Branch: perl
1448            ! pod/perlfaq4.pod pod/perlfaq7.pod
1449 ____________________________________________________________________________
1450 [ 12607] By: sky                                   on 2001/10/23  18:27:27
1451         Log: Call setmagic on the referant we blessing!
1452      Branch: perl
1453            ! sv.c
1454 ____________________________________________________________________________
1455 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
1456         Log: Small test nits.
1457      Branch: perl
1458            ! t/op/lc.t
1459 ____________________________________________________________________________
1460 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
1461         Log: Update Changes.
1462      Branch: perl
1463            ! Changes patchlevel.h
1464 ____________________________________________________________________________
1465 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
1466         Log: Make the PerlIO_init() prototypes consistent.
1467      Branch: perl
1468            ! perlio.c
1469 ____________________________________________________________________________
1470 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
1471         Log: Upping the test count is a good idea.
1472      Branch: perl
1473            ! t/op/lc.t
1474 ____________________________________________________________________________
1475 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
1476         Log: Document the final sigma spot.
1477      Branch: perl
1478            ! pp.c
1479 ____________________________________________________________________________
1480 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
1481         Log: Fix multicharacter titlecase (ucfirst).
1482      Branch: perl
1483            ! pod/perlunicode.pod pp.c t/op/lc.t
1484 ____________________________________________________________________________
1485 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
1486         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
1487              From: Mikhail Zabaluev <mhz@alt-linux.org>
1488              Date: Tue, 23 Oct 2001 10:40:37 +0400
1489              Message-ID: <20011023104037.A12761@localhost.localdomain>
1490              
1491              (#12406 replaced with this)
1492      Branch: perl
1493            ! utils/perldoc.PL
1494 ____________________________________________________________________________
1495 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
1496         Log: MacOS Classic updates from Pudge.
1497      Branch: perl
1498            ! lib/File/Spec.t lib/File/Spec/Mac.pm
1499 ____________________________________________________________________________
1500 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
1501         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
1502              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
1503              Date: Sun, 14 Oct 2001 23:14:46 +0200
1504              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
1505              
1506              except for the 2->4 changes.
1507      Branch: perl
1508            ! lib/AutoSplit.t
1509 ____________________________________________________________________________
1510 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
1511         Log: integrate macperl contents into maint-5.6
1512      Branch: maint-5.6/perl
1513            ! mg.c
1514           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
1515           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
1516           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
1517           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
1518           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
1519           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
1520           !> t/lib/filefind.t t/lib/filespec.t
1521 ____________________________________________________________________________
1522 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
1523         Log: At some point the #6234 has been lost from the mainline
1524              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
1525      Branch: perl
1526            ! lib/File/Spec/Win32.pm
1527 ____________________________________________________________________________
1528 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
1529         Log: Cygwin seems to round up (or closest, but not down)
1530              for time(), so half of the time (bad pun intended)
1531              Time::HiRes::time() is less than time(), half of
1532              the time it's more.  So let's try harder in the loop.
1533      Branch: perl
1534            ! ext/Time/HiRes/HiRes.t
1535 ____________________________________________________________________________
1536 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
1537         Log: MacOS Classic timeofday(), from Chris Nandor. 
1538      Branch: perl
1539            ! ext/Time/HiRes/HiRes.xs
1540 ____________________________________________________________________________
1541 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
1542         Log: Integrate changes #12580 and #12581 from macperl;
1543              
1544              Fix path construction.
1545              
1546              (Copyright) Nit.
1547      Branch: perl
1548           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
1549 ____________________________________________________________________________
1550 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
1551         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
1552              doesn't seem to help (the error being output to console, maybe?)
1553      Branch: perl
1554            ! lib/Net/Domain.pm
1555 ____________________________________________________________________________
1556 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
1557         Log: Taint the getcwd() result also in Cygwin.
1558              (TODO: which other platforms need the same thing?)
1559      Branch: perl
1560            ! cygwin/cygwin.c
1561 ____________________________________________________________________________
1562 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
1563         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
1564      Branch: perl
1565            ! t/op/taint.t
1566 ____________________________________________________________________________
1567 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
1568         Log: getpwuid() fragility continues.
1569      Branch: perl
1570            ! utils/h2xs.PL
1571 ____________________________________________________________________________
1572 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
1573         Log: getpwuid() might succeed but that's no guarantee
1574              that the $home will be defined.
1575      Branch: perl
1576            ! ext/File/Glob/t/basic.t
1577 ____________________________________________________________________________
1578 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
1579         Log: It's safer to to expand the variable, too... (see #12571)
1580      Branch: perl
1581            ! t/TEST
1582 ____________________________________________________________________________
1583 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
1584         Log: Integrate with maintperl.
1585      Branch: maint-5.6/macperl
1586           !> win32/bin/pl2bat.pl win32/win32.c
1587 ____________________________________________________________________________
1588 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
1589         Log: Oops, forgot to include Win32 ... just as well, since it
1590              seems in bleadperl, change #7764 was not included
1591              (adding C:\temp).  Re-added.  Rip it back out if it
1592              doesn't belong.  :-)
1593      Branch: maint-5.6/macperl
1594            ! lib/File/Spec/Win32.pm
1595 ____________________________________________________________________________
1596 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
1597         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
1598              From: "Craig A. Berry" <craigberry@mac.com>
1599              Date: Mon, 22 Oct 2001 15:25:19 -0500
1600              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
1601      Branch: perl
1602            ! configure.com
1603 ____________________________________________________________________________
1604 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
1605         Log: Add in lots of File::Spec changes, from Thomas Wegner,
1606              and sync with changes from bleadperl.
1607      Branch: maint-5.6/macperl
1608            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
1609            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
1610            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
1611            ! lib/File/Spec/Win32.pm t/lib/filespec.t
1612 ____________________________________________________________________________
1613 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
1614         Log: Sync with latest File::Find and tests from bleadperl.
1615      Branch: maint-5.6/macperl
1616            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
1617 ____________________________________________________________________________
1618 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
1619         Log: Nit.
1620      Branch: maint-5.6/macperl
1621            ! perl.c
1622 ____________________________________________________________________________
1623 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
1624         Log: Fix path construction.
1625      Branch: maint-5.6/macperl
1626            ! ext/DynaLoader/DynaLoader_pm.PL
1627 ____________________________________________________________________________
1628 [ 12579] By: nick                                  on 2001/10/22  19:08:35
1629         Log: Integrate mainline (for Arthurs thread.xs fix)
1630      Branch: perlio
1631           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
1632 ____________________________________________________________________________
1633 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
1634         Log: Fix up exported symbols, move relevant docs
1635              over from macperl.pod.
1636      Branch: maint-5.6/macperl
1637            ! macos/ext/MacPerl/MacPerl.pm
1638 ____________________________________________________________________________
1639 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
1640         Log: Make ADDRESS called optionally as a method.
1641      Branch: maint-5.6/macperl
1642            ! macos/lib/Mac/Glue.pm
1643 ____________________________________________________________________________
1644 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
1645         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
1646              Apple event.
1647      Branch: maint-5.6/macperl
1648            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
1649            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
1650            ! macos/macperl/MPTerminology.aete
1651 ____________________________________________________________________________
1652 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
1653         Log: Clean up some build utilities. Change Entab to Duplicate;
1654              fix docs and error reporting; improve macify() of paths;
1655              remove requirement for Exporter.pm presence.
1656      Branch: maint-5.6/macperl
1657            ! macos/InstallBLIB macos/MacPerlTests.cmd
1658            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
1659 ____________________________________________________________________________
1660 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
1661         Log: Sync Time::HiRes with bleadperl
1662      Branch: maint-5.6/macperl
1663            ! macos/bundled_ext/Time/HiRes/HiRes.pm
1664            ! macos/bundled_ext/Time/HiRes/HiRes.t
1665            ! macos/bundled_ext/Time/HiRes/HiRes.xs
1666 ____________________________________________________________________________
1667 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
1668         Log: Fix up Changes
1669      Branch: maint-5.6/macperl
1670            ! macos/Changes
1671 ____________________________________________________________________________
1672 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
1673         Log: A user might belong to only a single group
1674              (the group equal to the group id).
1675      Branch: perl
1676            ! t/op/groups.t
1677 ____________________________________________________________________________
1678 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
1679         Log: Prepending (instead of replacing with) the pwd is safer. 
1680      Branch: perl
1681            ! t/TEST
1682 ____________________________________________________________________________
1683 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
1684         Log: Be more robust if no hostname or domainname
1685              (especially the latter)
1686      Branch: perl
1687            ! lib/Net/Domain.pm
1688 ____________________________________________________________________________
1689 [ 12569] By: sky                                   on 2001/10/22  17:41:07
1690         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
1691      Branch: perl
1692            ! ext/threads/threads.xs
1693 ____________________________________________________________________________
1694 [ 12568] By: nick                                  on 2001/10/22  16:31:24
1695         Log: Integrate mainline
1696      Branch: perlio
1697           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
1698           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
1699           +> ext/threads/shared/t/sv_refs.t
1700           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
1701            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
1702            - lib/unicore/To/SpecUpper.pl
1703           !> (integrate 42 files)
1704 ____________________________________________________________________________
1705 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
1706         Log: Update Changes.
1707      Branch: perl
1708            ! Changes patchlevel.h
1709 ____________________________________________________________________________
1710 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
1711         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
1712              From: Michael G Schwern <schwern@pobox.com>
1713              Date: Mon, 22 Oct 2001 03:48:38 -0400
1714              Message-ID: <20011022034838.B1676@blackrider>
1715      Branch: perl
1716            ! pod/perlvar.pod
1717 ____________________________________________________________________________
1718 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
1719         Log: Pod nits, as suggested by Stas Bekman.
1720      Branch: perl
1721            ! ext/threads/shared/shared.pm ext/threads/threads.pm
1722 ____________________________________________________________________________
1723 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
1724         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
1725              From: "Paul Marquess" <paul.marquess@openwave.com> 
1726              Date: Sun, 21 Oct 2001 21:11:15 +0100
1727              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
1728      Branch: perl
1729            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
1730            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
1731            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
1732            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
1733            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
1734            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
1735            ! ext/SDBM_File/sdbm.t
1736 ____________________________________________________________________________
1737 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
1738         Log: Integrate change #12559 from maintperl;
1739              various fixes for system() and backticks under windows
1740      Branch: perl
1741           !> win32/win32.c
1742 ____________________________________________________________________________
1743 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
1744         Log: Integrate change #12560 from maintperl;
1745              make pl2bat use %0 rather than "%0" (the latter fails to work
1746              in a lot of common cases)
1747      Branch: perl
1748           !> win32/bin/pl2bat.pl
1749 ____________________________________________________________________________
1750 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
1751         Log: Integrate changes #12549 and #12550 from maintperl;
1752              
1753              readline() doesn't work with our variables; it confuses them with
1754              my variables (change#4227 was incomplete)
1755      Branch: perl
1756            ! t/lib/strict/vars
1757           !> t/base/rs.t toke.c
1758 ____________________________________________________________________________
1759 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
1760         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
1761              in a lot of common cases)
1762      Branch: maint-5.6/perl
1763            ! win32/bin/pl2bat.pl
1764 ____________________________________________________________________________
1765 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
1766         Log: various fixes for system() and backticks under windows:
1767              
1768              * avoid munging whitespace that is passed within quotes
1769              * work around a cmd.exe misfeature that made multi-arg
1770              system() unreliable when there is more than one quoted
1771              argument
1772              * make multi-arg system() autoquote arguments as needed
1773              before passing them to the shell (this avoids having to
1774              second guess the shell quoting)
1775              * perl's -Dp switch can be used to trace the innards
1776      Branch: maint-5.6/perl
1777            ! win32/win32.c
1778 ____________________________________________________________________________
1779 [ 12558] By: nick                                  on 2001/10/22  08:58:42
1780         Log: Integrate ithreads buffer flush fix from perlio
1781      Branch: perl
1782           !> ext/threads/t/basic.t perl.c
1783 ____________________________________________________________________________
1784 [ 12557] By: nick                                  on 2001/10/22  08:35:09
1785         Log: All tests pass (legitimately) on ithreads
1786      Branch: perlio
1787            ! ext/threads/t/basic.t perl.c
1788 ____________________________________________________________________________
1789 [ 12556] By: nick                                  on 2001/10/22  06:51:22
1790         Log: Integrate non-ithreads fix to mainline
1791      Branch: perl
1792           !> perlio.c
1793 ____________________________________________________________________________
1794 [ 12555] By: nick                                  on 2001/10/22  06:48:33
1795         Log: Restore non-ithreads build. Interestingly binmode test passes
1796              non-ithreads - so crlf layer is not damaged and ithreads fail
1797              is a symptom ...
1798      Branch: perlio
1799            ! perlio.c
1800 ____________________________________________________________________________
1801 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
1802         Log: Integrate from perlio; restructuring.
1803      Branch: perl
1804           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
1805           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
1806           !> win32/perlhost.h
1807 ____________________________________________________________________________
1808 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
1809         Log: Integrate from maintperl
1810              (Changes 12350, 12496, 12548, 12549, 12550)
1811      Branch: maint-5.6/macperl
1812           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
1813           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
1814 ____________________________________________________________________________
1815 [ 12552] By: nick                                  on 2001/10/21  19:18:12
1816         Log: Win32 PerlIO_cleanup special cases should no longer be required.
1817      Branch: perlio
1818            ! perl.c
1819 ____________________________________________________________________________
1820 [ 12551] By: nick                                  on 2001/10/21  19:16:56
1821         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
1822      Branch: perlio
1823            ! win32/makefile.mk
1824 ____________________________________________________________________________
1825 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
1826         Log: change#12549 wasn't aware of strictures
1827      Branch: maint-5.6/perl
1828            ! t/pragma/strict-vars toke.c
1829 ____________________________________________________________________________
1830 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
1831         Log: readline() doesn't work with our variables; it confuses them with
1832              my variables (change#4227 was incomplete)
1833      Branch: maint-5.6/perl
1834            ! t/base/rs.t toke.c
1835 ____________________________________________________________________________
1836 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
1837         Log: change#12220 appears to have pulled in a mainline change that
1838              isn't applicable to maint-5.6 (some platforms don't taint
1839              cwd)
1840      Branch: maint-5.6/perl
1841            ! t/lib/filefind-taint.t
1842 ____________________________________________________________________________
1843 [ 12547] By: nick                                  on 2001/10/21  17:15:54
1844         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
1845              for them. Call explicit cleanup during destruct process.
1846              - one binmode test is failing
1847              - also ext/threads/t/basic.t fails under make test, and is noisy under
1848              harness. (Threads results are intermingled and don't match order expected.)
1849      Branch: perlio
1850            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
1851            ! perlio.h perliol.h pod/perlapi.pod sv.c
1852 ____________________________________________________________________________
1853 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
1854         Log: Implement multicharacter case mappings where a single
1855              Unicode character can be mapped into several.
1856      Branch: perl
1857            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
1858            - lib/unicore/To/SpecUpper.pl
1859            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
1860            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
1861            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
1862            ! proto.h t/op/lc.t utf8.c
1863 ____________________________________________________________________________
1864 [ 12545] By: sky                                   on 2001/10/21  15:25:16
1865         Log: First support of threads::shared, support shared svs and references.
1866      Branch: perl
1867            + ext/threads/shared/Makefile.PL ext/threads/shared/README
1868            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
1869            + ext/threads/shared/t/sv_refs.t
1870            + ext/threads/shared/t/sv_simple.t
1871            ! MANIFEST sharedsv.c
1872 ____________________________________________________________________________
1873 [ 12544] By: nick                                  on 2001/10/21  14:52:35
1874         Log: PerlIO layer table as PL_perlio (per-interpreter)
1875      Branch: perlio
1876            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
1877            ! pod/perlapi.pod sv.c
1878 ____________________________________________________________________________
1879 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
1880         Log: Prettyprinting.
1881      Branch: perl
1882            ! pod/perlunicode.pod
1883 ____________________________________________________________________________
1884 [ 12542] By: ams                                   on 2001/10/21  03:50:25
1885         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
1886              From: "Sean M. Burke" <sburke@cpan.org>
1887              Date: Sat, 20 Oct 2001 17:51:09 -0600
1888              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
1889      Branch: perl
1890            + pod/perlpodspec.pod
1891            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
1892            ! pod/perltoc.pod
1893 ____________________________________________________________________________
1894 [ 12541] By: nick                                  on 2001/10/20  22:23:53
1895         Log: Fix typos in new locking on MemShared
1896              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
1897              - seems to make segfaults more deterministic - suspect they are 
1898              attempt to free() after Interp and Host have gone.
1899      Branch: perlio
1900            ! perlio.c win32/perlhost.h
1901 ____________________________________________________________________________
1902 [ 12540] By: nick                                  on 2001/10/20  21:50:46
1903         Log: Remove the MemShared re-#define (again)
1904      Branch: perlio
1905            ! perlio.c
1906 ____________________________________________________________________________
1907 [ 12539] By: nick                                  on 2001/10/20  21:49:06
1908         Log: Use locks on MemShared
1909      Branch: perlio
1910            ! win32/perlhost.h
1911 ____________________________________________________________________________
1912 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
1913         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
1914              From: "chromatic" <chromatic@rmci.net>
1915              Date: Sat, 20 Oct 2001 11:13:47 -0600
1916              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
1917      Branch: perl
1918            ! installhtml
1919 ____________________________________________________________________________
1920 [ 12537] By: nick                                  on 2001/10/20  16:44:03
1921         Log: Integrate mainline
1922      Branch: perlio
1923           !> (integrate 48 files)
1924 ____________________________________________________________________________
1925 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
1926         Log: Update Changes.
1927      Branch: perl
1928            ! Changes patchlevel.h
1929 ____________________________________________________________________________
1930 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
1931         Log: Upgrade to podlators 1.11, from Russ Allbery.
1932      Branch: perl
1933            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
1934            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
1935            ! pod/pod2man.PL pod/pod2text.PL
1936 ____________________________________________________________________________
1937 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
1938         Log: Integrate perlio change #12532:
1939              introduce and use PerlIO_intmod2str().
1940      Branch: perl
1941           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
1942 ____________________________________________________________________________
1943 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
1944         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
1945      Branch: perl
1946            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
1947 ____________________________________________________________________________
1948 [ 12532] By: nick                                  on 2001/10/20  14:25:37
1949         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
1950              Use for non-PERLIO fdupopen().
1951      Branch: perlio
1952            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
1953 ____________________________________________________________________________
1954 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
1955         Log: Integrate perlio: PerlIO win32 fixes.
1956      Branch: perl
1957           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
1958           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
1959           !> proto.h sv.h win32/win32io.c
1960 ____________________________________________________________________________
1961 [ 12530] By: nick                                  on 2001/10/20  12:53:30
1962         Log: Fixed in two places - p4 resolve
1963      Branch: perlio
1964            ! perlsdio.h
1965 ____________________________________________________________________________
1966 [ 12529] By: nick                                  on 2001/10/20  12:51:05
1967         Log: Fix for ithreads/stdio build
1968      Branch: perlio
1969            ! perlio.c perlsdio.h
1970 ____________________________________________________________________________
1971 [ 12528] By: ams                                   on 2001/10/20  12:13:25
1972         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
1973              From: Michael G Schwern <schwern@pobox.com>
1974              Date: Sat, 20 Oct 2001 01:41:21 -0400
1975              Message-Id: <20011020014121.I3681@blackrider>
1976      Branch: perl
1977            ! installman
1978 ____________________________________________________________________________
1979 [ 12527] By: ams                                   on 2001/10/20  12:09:41
1980         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
1981              From: Michael G Schwern <schwern@pobox.com>
1982              Date: Sat, 20 Oct 2001 02:04:21 -0400
1983              Message-Id: <20011020020421.A11732@blackrider>
1984      Branch: perl
1985            ! lib/Pod/Checker.pm
1986 ____________________________________________________________________________
1987 [ 12526] By: ams                                   on 2001/10/20  11:59:41
1988         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
1989              From: "chromatic" <chromatic@rmci.net>
1990              Date: Fri, 19 Oct 2001 22:46:39 -0600
1991              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
1992      Branch: perl
1993            ! lib/Net/Config.pm
1994 ____________________________________________________________________________
1995 [ 12525] By: nick                                  on 2001/10/20  11:16:18
1996         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
1997              Perl_sv_setsv_flags directly.
1998      Branch: perlio
1999            ! ext/threads/threads.xs
2000 ____________________________________________________________________________
2001 [ 12524] By: nick                                  on 2001/10/20  10:28:17
2002         Log: Add a new flag character 'm' to embed.pl set to represent
2003              "functions" which are really macros. Use it foe the troublesome
2004              sv_setsv() etc. macros in sv.h - changing latter to define
2005              sv_setsv rather than sv_setsv_macro etc.
2006      Branch: perlio
2007            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
2008            ! pod/perlapi.pod proto.h sv.h
2009 ____________________________________________________________________________
2010 [ 12523] By: nick                                  on 2001/10/20  09:17:17
2011         Log: Add comments explaining why win32.h/embed.h are included where they are
2012              in perl.h 
2013      Branch: perlio
2014            ! perl.h
2015 ____________________________________________________________________________
2016 [ 12522] By: nick                                  on 2001/10/20  08:27:44
2017         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
2018              being used yet.
2019      Branch: perlio
2020            ! win32/win32io.c
2021 ____________________________________________________________________________
2022 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
2023         Log: Wording tweaks.
2024      Branch: perl
2025            ! t/TEST
2026 ____________________________________________________________________________
2027 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
2028         Log: Subject: IO module with nonblocking socket connect patch 
2029              From: Raul Dias <raul@dias.com.br>
2030              Date: Fri, 19 Oct 2001 22:45:32 -0300
2031              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
2032      Branch: perl
2033            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
2034 ____________________________________________________________________________
2035 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
2036         Log: Test vertical whitespace combined with /x in \p{}.
2037      Branch: perl
2038            ! t/op/pat.t
2039 ____________________________________________________________________________
2040 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
2041         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
2042              From: Gisle Aas <gisle@ActiveState.com> 
2043              Date: 19 Oct 2001 16:46:02 -0700
2044              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
2045      Branch: perl
2046            ! lib/ExtUtils/MakeMaker.pm
2047 ____________________________________________________________________________
2048 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
2049         Log: No more this symbol.
2050      Branch: perl
2051            ! makedef.pl
2052 ____________________________________________________________________________
2053 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
2054         Log: Integrate change #12511; fix gross win32 build issues.
2055      Branch: perl
2056           !> makedef.pl sv.c
2057 ____________________________________________________________________________
2058 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
2059         Log: Unpack in scalar context should return the first value
2060              returned in list context, as pointed out by Ton Hospel
2061              in 2001-05-21 (this is how it works already in blead,
2062              just adding the test).
2063      Branch: perl
2064            ! t/op/pack.t
2065 ____________________________________________________________________________
2066 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
2067         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
2068              From: "Craig A. Berry" <craigberry@mac.com>
2069              Date: Fri, 19 Oct 2001 16:59:30 -0500
2070              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
2071      Branch: perl
2072            ! utils/perldoc.PL
2073 ____________________________________________________________________________
2074 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
2075         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
2076              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2077              Date: Fri, 19 Oct 2001 17:45:23 EDT
2078              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
2079      Branch: perl
2080            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
2081            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
2082            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
2083            ! vms/vmsish.h
2084 ____________________________________________________________________________
2085 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
2086         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
2087              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2088              Date: Fri, 19 Oct 2001 17:26:35 EDT
2089              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
2090      Branch: perl
2091            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
2092 ____________________________________________________________________________
2093 [ 12511] By: nick                                  on 2001/10/19  19:55:36
2094         Log: Fix gross win32 build issues
2095      Branch: perlio
2096            ! makedef.pl sv.c
2097 ____________________________________________________________________________
2098 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
2099         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
2100              From: David Dyck <dcd@tc.fluke.com>
2101              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
2102              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
2103      Branch: perl
2104            ! lib/File/Find.pm
2105 ____________________________________________________________________________
2106 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
2107         Log: Subject: Re: PerlIO and Encode
2108              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
2109              Date: Tue, 16 Oct 2001 01:50:16 +0900
2110              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
2111      Branch: perl
2112            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
2113            ! ext/Encode/Encode/Tcl.t
2114 ____________________________________________________________________________
2115 [ 12508] By: ams                                   on 2001/10/19  17:59:16
2116         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
2117              (See #12499)
2118      Branch: perl
2119            ! pod/perlintro.pod
2120 ____________________________________________________________________________
2121 [ 12507] By: nick                                  on 2001/10/19  16:30:43
2122         Log: Integrate mainline
2123      Branch: perlio
2124           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
2125           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
2126           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
2127           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
2128           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
2129           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
2130           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
2131           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
2132           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
2133           +> win32/config_H.win64
2134            - lib/Test/Utils.pm lib/unicore/mktables.PL
2135            - t/lib/Test/Simple/Catch/More.pm
2136           !> (integrate 84 files)
2137 ____________________________________________________________________________
2138 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
2139         Log: Retract the #10451 which seems to be the cause
2140              of the major leakage from while(){eval"sub{}"}
2141      Branch: perl
2142            ! op.c t/run/kill_perl.t
2143 ____________________________________________________________________________
2144 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
2145         Log: Regen toc.
2146      Branch: perl
2147            ! pod/perltoc.pod
2148 ____________________________________________________________________________
2149 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
2150         Log: Tiny tweaks.
2151      Branch: perl
2152            ! pod/perl.pod
2153 ____________________________________________________________________________
2154 [ 12503] By: ams                                   on 2001/10/19  13:34:24
2155         Log: Subject: Re: perlintro.pod
2156              From: Abe Timmerman <abe@ztreet.demon.nl>
2157              Date: Fri, 19 Oct 2001 14:12:40 +0200
2158              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
2159      Branch: perl
2160            ! pod/perlintro.pod
2161 ____________________________________________________________________________
2162 [ 12502] By: ams                                   on 2001/10/19  13:24:12
2163         Log: Slight reorganisation of references.
2164      Branch: perl
2165            ! pod/perl.pod
2166 ____________________________________________________________________________
2167 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
2168         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
2169              From: Kay Röpke <kroepke@dolphin-services.de>
2170              Date: Fri, 19 Oct 2001 14:04:01 +0200 
2171              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
2172      Branch: perl
2173            ! lib/ExtUtils/MakeMaker.pm
2174 ____________________________________________________________________________
2175 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
2176         Log: Unicode categories continue:
2177              implement Category=, Script=, Block=
2178              (these are based on an upcoming update of TR#18)
2179              Fix a bug where we got two In categories named "old italic",
2180              and another where shortcut for the Is categories wasn't taken.
2181      Branch: perl
2182            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
2183            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
2184            ! pod/perlunicode.pod t/op/pat.t
2185 ____________________________________________________________________________
2186 [ 12499] By: ams                                   on 2001/10/19  01:42:29
2187         Log: Subject: a small patch to perlintro.pod.
2188              From: Autrijus Tang <autrijus@autrijus.org>
2189              Date: Fri, 19 Oct 2001 01:45:51 +0800
2190              Message-Id: <20011019014551.A35625@not.autrijus.org>
2191              (Applied by hand with nits.)
2192      Branch: perl
2193            ! pod/perlintro.pod
2194 ____________________________________________________________________________
2195 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
2196         Log: Subject: [PATCH] OpenBSD hints for ithreads
2197              From: Andy Dougherty <doughera@lafayette.edu>
2198              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
2199              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
2200      Branch: perl
2201            ! hints/openbsd.sh
2202 ____________________________________________________________________________
2203 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
2204         Log: Retract #12446; the problem solved by #12474.
2205      Branch: perl
2206            ! hints/aix.sh
2207 ____________________________________________________________________________
2208 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
2209         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
2210              message and suppress line number info (from Steve Hay
2211              <Steve.Hay@uk.radan.com>)
2212      Branch: maint-5.6/perl
2213            ! lib/Carp/Heavy.pm
2214 ____________________________________________________________________________
2215 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
2216         Log: More documented In categories.
2217      Branch: perl
2218            ! pod/perlunicode.pod
2219 ____________________________________________________________________________
2220 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
2221         Log: Update Changes.
2222      Branch: perl
2223            ! Changes patchlevel.h
2224 ____________________________________________________________________________
2225 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
2226         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
2227      Branch: perl
2228            ! MANIFEST
2229 ____________________________________________________________________________
2230 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
2231         Log: Wrong skip() arguments.
2232      Branch: perl
2233            ! ext/B/t/terse.t
2234 ____________________________________________________________________________
2235 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
2236         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
2237              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2238              Date: Wed, 17 Oct 2001 09:10:53 EDT 
2239              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
2240      Branch: perl
2241            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
2242            ! pod/perlapi.pod vms/vms.c
2243 ____________________________________________________________________________
2244 [ 12490] By: ams                                   on 2001/10/18  09:31:00
2245         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
2246              From: Mark-Jason Dominus <mjd@plover.com>
2247              Date: Thu, 18 Oct 2001 06:25:35 -0400
2248              Message-Id: <20011018102535.19264.qmail@plover.com>
2249      Branch: perl
2250            ! pod/perl.pod
2251 ____________________________________________________________________________
2252 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
2253         Log: Prettyprinting.
2254      Branch: perl
2255            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
2256 ____________________________________________________________________________
2257 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
2258         Log: Regen toc.
2259      Branch: perl
2260            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
2261 ____________________________________________________________________________
2262 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
2263         Log: Add perlintro, from Skud.
2264      Branch: perl
2265            + pod/perlintro.pod
2266            ! MANIFEST
2267 ____________________________________________________________________________
2268 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
2269         Log: FAQ sync.
2270      Branch: perl
2271            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
2272            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
2273            ! pod/perlfaq8.pod pod/perlfaq9.pod
2274 ____________________________________________________________________________
2275 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
2276         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
2277              in speed (upto 20% speedup in certain operations) but meanwhile
2278              regexps and arithmetics got slower (5-10%) (according to
2279              perlbench average speedup is negligible, and within measuring
2280              flutter, 1%).  Therefore retracting all the changes
2281              aimed at getting -std1 to compile cleanly:  #12475, #12476,
2282              #12479, #12480, #12481, #12482, #12483, #12484.
2283      Branch: perl
2284            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
2285            ! pp_hot.c pp_sys.c toke.c
2286 ____________________________________________________________________________
2287 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
2288         Log: (retracted by #12485)
2289              Strict ANSI doesn't like the third argument of main()
2290              so enable ignoring it if using ultra picky compiler.
2291      Branch: perl
2292            ! miniperlmain.c
2293 ____________________________________________________________________________
2294 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
2295         Log: (retracted by #12485)
2296              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
2297      Branch: perl
2298            ! perl.h
2299 ____________________________________________________________________________
2300 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
2301         Log: (retracted by #12485)
2302              Add explanatory comment.
2303      Branch: perl
2304            ! mg.c
2305 ____________________________________________________________________________
2306 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
2307         Log: (retracted by #12485)
2308              More dollar$hiding.
2309      Branch: perl
2310            ! doio.c perl.h pp_sys.c
2311 ____________________________________________________________________________
2312 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
2313         Log: (retracted by #12485)
2314              KISS.
2315      Branch: perl
2316            ! mg.c
2317 ____________________________________________________________________________
2318 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
2319         Log: (retracted by #12485)
2320              Thou shalt not #ifdef inside macro invocations,
2321              noticed by Rafael Garcia-Suarez.
2322      Branch: perl
2323            ! mg.c
2324 ____________________________________________________________________________
2325 [ 12478] By: ams                                   on 2001/10/17  18:50:55
2326         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
2327              From: Anton Berezin <tobez@tobez.org>
2328              Date: Wed, 17 Oct 2001 18:25:48 +0200
2329              Message-Id: <20011017182548.A12082@heechee.tobez.org>
2330      Branch: perl
2331            ! pp_sys.c
2332 ____________________________________________________________________________
2333 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
2334         Log: (retracted by #12485)
2335              Unterminated #ifdef.
2336      Branch: perl
2337            ! mg.c
2338 ____________________________________________________________________________
2339 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
2340         Log: (retracted by #12485)
2341              Avoid dollar signs in identifiers (in non-VMS) to
2342              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
2343      Branch: perl
2344            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
2345            ! toke.c
2346 ____________________________________________________________________________
2347 [ 12474] By: ams                                   on 2001/10/17  15:14:50
2348         Log: Subject: Two AIX patches
2349              From: H.Merijn Brand <h.m.brand@hccnet.nl>
2350              Date: Wed, 17 Oct 2001 18:04:35 +0200
2351              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
2352      Branch: perl
2353            ! hints/aix.sh makedef.pl
2354 ____________________________________________________________________________
2355 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
2356         Log: Limiting the Time::HiRes::sleep and usleep to
2357              one second is not a good policy if drop-in
2358              replacement is still a goal.
2359      Branch: perl
2360            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
2361            ! ext/Time/HiRes/HiRes.xs
2362 ____________________________________________________________________________
2363 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
2364         Log: Subject: [PATCH] Test::Simple 0.32
2365              From: Michael G Schwern <schwern@pobox.com> 
2366              Date: Wed, 17 Oct 2001 03:42:41 -0400
2367              Message-ID: <20011017034241.A25038@blackrider>
2368      Branch: perl
2369            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
2370            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
2371            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
2372            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
2373            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
2374            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
2375            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
2376            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
2377            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
2378            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
2379            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
2380            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
2381            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
2382            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
2383            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
2384            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
2385            ! t/lib/Test/Simple/Catch.pm
2386            ! t/lib/Test/Simple/sample_tests/five_fail.plx
2387 ____________________________________________________________________________
2388 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
2389         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
2390              From: Michael G Schwern <schwern@pobox.com> 
2391              Date: Wed, 17 Oct 2001 04:04:13 -0400
2392              Message-ID: <20011017040413.C25550@blackrider>
2393      Branch: perl
2394            ! t/TEST t/harness vms/test.com
2395 ____________________________________________________________________________
2396 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
2397         Log: Regen doc with perlmodstyle added.
2398      Branch: perl
2399            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
2400 ____________________________________________________________________________
2401 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
2402         Log: Pod cleanup.
2403      Branch: perl
2404            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
2405 ____________________________________________________________________________
2406 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
2407         Log: Subject: perlmodstyle as a patch
2408              From: Kirrily Robert <skud@infotrope.net>
2409              Date: Tue, 16 Oct 2001 22:47:23 -0400
2410              Message-ID: <20011016224723.A20673@infotrope.net>
2411      Branch: perl
2412            + pod/perlmodstyle.pod
2413            ! MANIFEST
2414 ____________________________________________________________________________
2415 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
2416         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
2417              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
2418              Date: Thu, 6 Sep 2001 11:09:40 +0100
2419              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
2420              
2421              Mention also the develooper p5p archive.
2422      Branch: perl
2423            ! pod/perlhack.pod
2424 ____________________________________________________________________________
2425 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
2426         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
2427              From: Kay Röpke <kroepke@dolphin-services.de>
2428              Date: Tue, 16 Oct 2001 17:23:52 +0200
2429              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
2430      Branch: perl
2431            ! lib/ExtUtils/MakeMaker.pm
2432 ____________________________________________________________________________
2433 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
2434         Log: Add the special casing mappings (from SpecCase.txt)
2435              (except for the hyper special case mappings that have
2436              the condition list); the special casing mappings are
2437              unused for now.  Small tidying up on mktables.
2438      Branch: perl
2439            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
2440            + lib/unicore/To/SpecUpper.pl
2441            ! lib/unicore/mktables
2442 ____________________________________________________________________________
2443 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
2444         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
2445              From: "David H. Adler" <dha@panix.com>       
2446              Date: Tue, 16 Oct 2001 11:59:35 -0400
2447              Message-ID: <20011016115935.A13078@panix.com>
2448              
2449              Subject: [ PATCH ] perldata patch, revised
2450              From: "David H. Adler" <dha@panix.com>     
2451              Date: Tue, 16 Oct 2001 18:26:49 -0400
2452              Message-ID: <20011016182649.C23970@panix.com>
2453      Branch: perl
2454            ! pod/perldata.pod pod/perlop.pod
2455 ____________________________________________________________________________
2456 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
2457         Log: Integrate perlio: PerlIO_dup (for all but Win32).
2458      Branch: perl
2459           !> embed.h embed.pl ext/Encode/Encode.xs
2460           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
2461           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
2462           !> win32/win32io.c
2463 ____________________________________________________________________________
2464 [ 12462] By: nick                                  on 2001/10/16  19:11:30
2465         Log: PerlIOXxxx_dups for all but Win32
2466      Branch: perlio
2467            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
2468            ! ext/PerlIO/Via/Via.xs
2469 ____________________________________________________________________________
2470 [ 12461] By: nick                                  on 2001/10/16  18:28:48
2471         Log: Implement PerlIOStdio_dup (explains core dumps - dup
2472              was not setting up a FILE * to be fclosed()).
2473      Branch: perlio
2474            ! perlio.c
2475 ____________________________________________________________________________
2476 [ 12460] By: nick                                  on 2001/10/16  17:31:47
2477         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
2478              overflow.
2479      Branch: perlio
2480            ! perlio.c
2481 ____________________________________________________________________________
2482 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
2483         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
2484              From: "Craig A. Berry" <craigberry@mac.com>
2485              Date: Tue, 16 Oct 2001 13:08:38 -0500
2486              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
2487      Branch: perl
2488            ! configure.com
2489 ____________________________________________________________________________
2490 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
2491         Log: Can't expect too much accuracy from a sleep of one second.
2492              (I think this will also fail with high load.)
2493      Branch: perl
2494            ! ext/Time/HiRes/HiRes.t
2495 ____________________________________________________________________________
2496 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
2497         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
2498              From: "Werner, Randolf" <randolf.werner@sap.com>
2499              Date: Tue, 16 Oct 2001 18:33:02 +0200
2500              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
2501      Branch: perl
2502            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
2503            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
2504 ____________________________________________________________________________
2505 [ 12456] By: nick                                  on 2001/10/16  14:08:16
2506         Log: Builds under ithreads (but fails all threads tests)
2507      Branch: perlio
2508            ! hv.c perlio.c sv.c
2509 ____________________________________________________________________________
2510 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
2511         Log: I think the Perl_sortsv needs *not* be skipped?
2512      Branch: perl
2513            ! makedef.pl
2514 ____________________________________________________________________________
2515 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
2516         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
2517              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
2518              Date: Tue, 16 Oct 2001 15:32:44 +0200
2519              Message-ID: <3BCC531C.11494.3E433F@localhost>
2520      Branch: perl
2521            ! t/op/groups.t
2522 ____________________________________________________________________________
2523 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
2524         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
2525              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
2526              Date: Tue, 16 Oct 2001 15:01:04 +0200
2527              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
2528      Branch: perl
2529            ! t/io/fs.t
2530 ____________________________________________________________________________
2531 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
2532         Log: A forgotten deletion.
2533      Branch: perl
2534            - lib/unicore/mktables.PL
2535 ____________________________________________________________________________
2536 [ 12451] By: nick                                  on 2001/10/16  11:32:48
2537         Log: Skeleton of "PerlIO_dup" coded.
2538              Still-passes all tests non-threaded (well it would wouldn't it!)
2539      Branch: perlio
2540            ! embed.h embed.pl ext/Encode/Encode.xs
2541            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
2542            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
2543            ! win32/win32io.c
2544 ____________________________________________________________________________
2545 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
2546         Log: Document the problem with the swash_fetch() API that affects
2547              more complex case conversions.
2548      Branch: perl
2549            ! lib/utf8_heavy.pl utf8.c
2550 ____________________________________________________________________________
2551 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
2552         Log: Make Time::HiRes::sleep() and usleep() to return
2553              the number of seconds (a floating point value) and 
2554              microseconds (an integer) actually slept (well,
2555              modulo the time spent in measuring the time actually
2556              slept...), to be a better drop-in replacement for
2557              the builtin sleep().  Noticed by Chris Nandor.
2558              
2559              Also make usleep() to croak if fed illegal number
2560              of useconds (anything greater than 1_000_000).
2561      Branch: perl
2562            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
2563            ! ext/Time/HiRes/HiRes.xs
2564 ____________________________________________________________________________
2565 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
2566         Log: A missing SvREFCNT_dec.
2567      Branch: perl
2568            ! perl.c
2569 ____________________________________________________________________________
2570 [ 12447] By: nick                                  on 2001/10/15  20:27:53
2571         Log: Beginings of PerlIO_dup support (unstable)
2572      Branch: perlio
2573            ! perlio.c perliol.h
2574 ____________________________________________________________________________
2575 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
2576         Log: (retracted by #12497)
2577              In AIX vac 5 just can't seem to get regcomp right.
2578      Branch: perl
2579            ! hints/aix.sh
2580 ____________________________________________________________________________
2581 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
2582         Log: Bump the version number to agree with the maintperl one.
2583      Branch: perl
2584            ! lib/Tie/RefHash.pm
2585 ____________________________________________________________________________
2586 [ 12444] By: nick                                  on 2001/10/15  15:59:57
2587         Log: Integrate mainline
2588      Branch: perlio
2589           +> lib/Math/BigInt/t/Math/Subclass.pm
2590           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
2591           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
2592           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
2593           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
2594           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
2595           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
2596           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
2597           +> lib/unicore/mktables
2598            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
2599            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
2600            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
2601            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
2602            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
2603            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
2604            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
2605            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
2606            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
2607            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
2608            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
2609            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
2610            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
2611            - lib/unicore/syllables.txt
2612           !> (integrate 344 files)
2613 ____________________________________________________________________________
2614 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
2615         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
2616      Branch: perl
2617            ! ext/DB_File/DB_File.xs
2618 ____________________________________________________________________________
2619 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
2620         Log: Sync the skip() amounts with the number of tests.
2621      Branch: perl
2622            ! lib/Term/Complete.t
2623 ____________________________________________________________________________
2624 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
2625         Log: Update Changes.
2626      Branch: perl
2627            ! Changes patchlevel.h
2628 ____________________________________________________________________________
2629 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
2630         Log: MacOS Classic catdir() rewrite from Thomas Wegner
2631              (backward incompatibility, but a deliberate one,
2632              the old version simply is broken in its logic),
2633              also documentation updates, and as suggested replicated
2634              the File::Spec::Unix documentation updates also on the
2635              File::Spec documentation.
2636              
2637              TODO: there seems to be duplication of documentation
2638              between File::Spec and File::Spec::Unix.  I think
2639              the ::Unix should be left only with specific UNIXisms,
2640              and all the generic documentation should be in ::Spec.
2641      Branch: perl
2642            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
2643            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
2644            ! lib/File/Spec/Unix.pm
2645 ____________________________________________________________________________
2646 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
2647         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
2648              From: Blair Zajac <blair@orcaware.com>
2649              Date: Mon, 24 Sep 2001 11:48:58 -0700
2650              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
2651              
2652              (the skip() messages)
2653      Branch: perl
2654            ! t/op/magic.t
2655 ____________________________________________________________________________
2656 [ 12438] By: ams                                   on 2001/10/14  23:43:59
2657         Log: Subject: [PATCH] make PerlIO default on VMS
2658              From: "Craig A. Berry" <craigberry@mac.com>
2659              Date: Sun, 14 Oct 2001 15:27:18 -0500
2660              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
2661      Branch: perl
2662            ! configure.com
2663 ____________________________________________________________________________
2664 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
2665         Log: Retract #12436 (Abhijit already did this at #12426)
2666      Branch: perl
2667            ! lib/ExtUtils/MM_Unix.pm
2668 ____________________________________________________________________________
2669 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
2670         Log: (retracted by #12437)
2671              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
2672              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
2673              Date: Sat, 13 Oct 2001 20:33:55 +0200
2674              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
2675      Branch: perl
2676            ! lib/ExtUtils/MM_Unix.pm
2677 ____________________________________________________________________________
2678 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
2679         Log: Subject: h2xs grammar nit
2680              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
2681              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
2682              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
2683      Branch: perl
2684            ! utils/h2xs.PL
2685 ____________________________________________________________________________
2686 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
2687         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
2688              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
2689              Date: Sun, 14 Oct 2001 11:25:08 +0100
2690              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
2691      Branch: perl
2692            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
2693            ! warnings.pl
2694 ____________________________________________________________________________
2695 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
2696         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
2697              for File::Spec::Mac::catfile)
2698      Branch: perl
2699            ! lib/h2xs.t
2700 ____________________________________________________________________________
2701 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
2702         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
2703              From: Nicholas Clark <nick@ccl4.org>
2704              Date: Sat, 13 Oct 2001 00:07:31 +0100
2705              Message-ID: <20011013000731.D67535@plum.flirble.org>
2706      Branch: perl
2707            ! lib/h2xs.t utils/h2xs.PL
2708 ____________________________________________________________________________
2709 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
2710         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
2711              before DEFINE and INC), and repent by taking DEFINE and
2712              INC away from PASTHRU.
2713      Branch: perl
2714            ! lib/ExtUtils/MM_Unix.pm
2715 ____________________________________________________________________________
2716 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
2717         Log: More MANIFEST anomalies.
2718      Branch: perl
2719            ! MANIFEST
2720 ____________________________________________________________________________
2721 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
2722         Log: Not that many.
2723      Branch: perl
2724            ! MANIFEST
2725 ____________________________________________________________________________
2726 [ 12428] By: sky                                   on 2001/10/13  20:59:27
2727         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
2728              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2729              Date: Sat, 13 Oct 2001 23:15:55 +0200
2730              Message-ID: <20011013231555.A18071@rafael>
2731      Branch: perl
2732            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
2733            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
2734 ____________________________________________________________________________
2735 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
2736         Log: Rewrite mktables from scratch.
2737              - Cleaner.
2738              - Faster: 15-20 seconds as opposed to several minutes.
2739              - More dynamic: the names of the various categories
2740              such as the linebreak ones are dynamic, not static.
2741              - Is.pl: long names for the general category properties
2742              are now available.
2743              - Ranges (<... ,First>, <..., Last>) from the general
2744              categories work now.
2745              - No more mktables.PL because the mktables.PL is not
2746              and never has been run to create a mktables.
2747              - syllables.txt and Is/Syl*.pl removed: non-standard
2748              (not part of the Unicode), and the whole concept is
2749              being reworked (http://syllabary.sourceforge.net/),
2750              the old way wouldn't even work with the new Syllables.txt
2751              (it would result in 1000+ new categories)
2752      Branch: perl
2753            + lib/unicore/In/163.pl lib/unicore/In/164.pl
2754            + lib/unicore/In/165.pl lib/unicore/In/166.pl
2755            + lib/unicore/In/167.pl lib/unicore/In/168.pl
2756            + lib/unicore/In/169.pl lib/unicore/In/170.pl
2757            + lib/unicore/In/171.pl lib/unicore/Is.pl
2758            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
2759            + lib/unicore/mktables
2760            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
2761            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
2762            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
2763            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
2764            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
2765            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
2766            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
2767            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
2768            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
2769            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
2770            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
2771            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
2772            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
2773            - lib/unicore/syllables.txt
2774            ! (edit 304 files)
2775 ____________________________________________________________________________
2776 [ 12426] By: ams                                   on 2001/10/13  18:05:36
2777         Log: ExtUtils::MM_Unix should ignore comments when searching for
2778              $VERSION.
2779      Branch: perl
2780            ! lib/ExtUtils/MM_Unix.pm
2781 ____________________________________________________________________________
2782 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
2783         Log: Subject: Re: New module XML::Clean
2784              From: andreas.koenig@anima.de (Andreas J. Koenig)
2785              Date: 13 Oct 2001 10:17:09 +0200
2786              Message-ID: <m37ku0t0my.fsf@anima.de>
2787      Branch: perl
2788            ! pod/perlnewmod.pod
2789 ____________________________________________________________________________
2790 [ 12424] By: sky                                   on 2001/10/13  09:39:59
2791         Log: Set thread stack size if needed.
2792      Branch: perl
2793            ! ext/threads/threads.xs
2794 ____________________________________________________________________________
2795 [ 12423] By: sky                                   on 2001/10/13  09:36:49
2796         Log: We do want to set the attribute to joinable even on modern posix
2797              platforms.
2798      Branch: perl
2799            ! ext/threads/threads.xs
2800 ____________________________________________________________________________
2801 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
2802         Log: Subject: [PATCH ext/Data/Dumper.xs]
2803              From: Brian Ingerson <ingy@ttul.org>
2804              Date: Fri, 12 Oct 2001 19:32:35 -0700
2805              Message-ID: <20011012193235.B889@ttul.org>
2806      Branch: perl
2807            ! ext/Data/Dumper/Dumper.xs
2808 ____________________________________________________________________________
2809 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
2810         Log: Update Changes.
2811      Branch: perl
2812            ! Changes patchlevel.h
2813 ____________________________________________________________________________
2814 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
2815         Log: FAQ sync.
2816      Branch: perl
2817            ! pod/perlfaq3.pod pod/perlfaq4.pod
2818 ____________________________________________________________________________
2819 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
2820         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
2821              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
2822              Date: Fri, 12 Oct 2001 11:51:05 -0700
2823              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
2824      Branch: perl
2825            ! lib/File/Copy.pm
2826 ____________________________________________________________________________
2827 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
2828         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
2829              From: "chromatic" <chromatic@rmci.net>     
2830              Date: Thu, 11 Oct 2001 10:57:55 -0600
2831              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
2832              
2833              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
2834              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2835              Date: Thu, 11 Oct 2001 22:34:21 +0200
2836              Message-ID: <20011011223421.A693@rafael>     
2837              
2838              plus undef $Term::Complete::stty as suggested by Rafael.
2839      Branch: perl
2840            ! lib/Term/Complete.pm lib/Term/Complete.t
2841 ____________________________________________________________________________
2842 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
2843         Log: UUnndduupplleexx..
2844      Branch: perl
2845            ! perl.h
2846 ____________________________________________________________________________
2847 [ 12416] By: sky                                   on 2001/10/12  20:16:19
2848         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
2849              From: Andy Dougherty <doughera@lafayette.edu>
2850              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
2851              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
2852              (Potentially only band-aid)
2853      Branch: perl
2854            ! sv.c
2855 ____________________________________________________________________________
2856 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
2857         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
2858              mishandles kill(), and therefore the sigaction test
2859              should be skipped, from Charles Lane.
2860      Branch: perl
2861            ! ext/POSIX/t/sigaction.t
2862 ____________________________________________________________________________
2863 [ 12414] By: sky                                   on 2001/10/12  18:47:49
2864         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
2865      Branch: perl
2866            ! op.h
2867 ____________________________________________________________________________
2868 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
2869         Log: Upgrade to Math::BigInt 1.44 from Tels and
2870              further fixes from John Peacock.
2871      Branch: perl
2872            + lib/Math/BigInt/t/Math/Subclass.pm
2873            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
2874            + lib/Math/BigInt/t/subclass.t
2875            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
2876            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
2877            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
2878            ! lib/Math/BigInt/t/mbimbf.t
2879 ____________________________________________________________________________
2880 [ 12412] By: sky                                   on 2001/10/12  18:28:23
2881         Log: perhaps pthread_attr_t really needs to be set for the old api
2882      Branch: perl
2883            ! ext/threads/threads.xs
2884 ____________________________________________________________________________
2885 [ 12411] By: sky                                   on 2001/10/12  18:11:45
2886         Log: pthread_keycreate not pthread_key_create under the here be dragons API
2887      Branch: perl
2888            ! ext/threads/threads.h
2889 ____________________________________________________________________________
2890 [ 12410] By: sky                                   on 2001/10/12  18:07:37
2891         Log: Apperently OLD PTHREADS API is a bit retarded.
2892              This should fix another set of compile failures in HP-UX 10.20.
2893      Branch: perl
2894            ! ext/threads/threads.h ext/threads/threads.xs
2895 ____________________________________________________________________________
2896 [ 12409] By: nick                                  on 2001/10/12  15:30:01
2897         Log: Blind integrate of mainline
2898      Branch: perlio
2899           +> (branch 32 files)
2900            - lib/unicode/README
2901           !> (integrate 121 files)
2902 ____________________________________________________________________________
2903 [ 12408] By: sky                                   on 2001/10/12  14:55:08
2904         Log: Let us avoid being smart for now.
2905      Branch: perl
2906            ! ext/threads/threads.h
2907 ____________________________________________________________________________
2908 [ 12407] By: sky                                   on 2001/10/12  14:38:12
2909         Log: (void*) the argument to make sure we work with picky compilers
2910      Branch: perl
2911            ! ext/threads/threads.xs
2912 ____________________________________________________________________________
2913 [ 12406] By: ams                                   on 2001/10/12  13:26:04
2914         Log: (replaced with #12600)
2915              
2916              Subject: [PATCH 5.6.1 perldoc] use File::Temp
2917              From: Mikhail Zabaluev <mhz@alt-linux.org>
2918              Date: Fri, 12 Oct 2001 12:47:47 +0400
2919              Message-Id: <20011012124747.E13918@localhost.localdomain>
2920      Branch: perl
2921            ! utils/perldoc.PL
2922 ____________________________________________________________________________
2923 [ 12405] By: ams                                   on 2001/10/12  13:05:32
2924         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
2925              From: andreas.koenig@anima.de (Andreas J. Koenig)
2926              Date: 12 Oct 2001 11:12:07 +0200
2927              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
2928      Branch: perl
2929            ! lib/Memoize/t/speed.t
2930 ____________________________________________________________________________
2931 [ 12404] By: sky                                   on 2001/10/12  12:46:15
2932         Log: A) Support OLD_PTHREADS_API
2933              B) Change from using pthread_t to using a TLS to store the
2934              index of the thread in an hash, this is to avoid problems when
2935              in fact pthread_t was not a seralizable type.
2936              Both these changes are because of HP-UX 10.20
2937              This has not been tested on win32 but should work there.
2938              Need to add support for NetWare.
2939      Branch: perl
2940            ! ext/threads/threads.h ext/threads/threads.xs
2941 ____________________________________________________________________________
2942 [ 12403] By: ams                                   on 2001/10/12  07:34:19
2943         Log: Subject: Re: New module XML::Clean
2944              From: andreas.koenig@anima.de (Andreas J. Koenig)
2945              Date: 12 Oct 2001 10:20:35 +0200
2946              Message-Id: <m3elo9uv58.fsf@anima.de>
2947      Branch: perl
2948            ! pod/perlnewmod.pod
2949 ____________________________________________________________________________
2950 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
2951         Log: More HP model tweaks from Merijn.
2952      Branch: perl
2953            ! README.hpux
2954 ____________________________________________________________________________
2955 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
2956         Log: Update Changes.
2957      Branch: perl
2958            ! Changes patchlevel.h
2959 ____________________________________________________________________________
2960 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
2961         Log: HP-UX update from H.Merijn Brand.
2962      Branch: perl
2963            ! README.hpux
2964 ____________________________________________________________________________
2965 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
2966         Log: Subject: [PATCH] fix link rot in README.vms
2967              From: "Craig A. Berry" <craigberry@mac.com>
2968              Date: Wed, 10 Oct 2001 17:17:00 -0500
2969              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
2970      Branch: perl
2971            ! README.vms
2972 ____________________________________________________________________________
2973 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
2974         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
2975              From: "chromatic" <chromatic@rmci.net>
2976              Date: Wed, 10 Oct 2001 15:50:30 -0600
2977              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
2978      Branch: perl
2979            ! lib/Term/Complete.t
2980 ____________________________________________________________________________
2981 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
2982         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
2983              From: "chromatic" <chromatic@rmci.net>
2984              Date: Wed, 10 Oct 2001 15:45:42 -0600
2985              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
2986      Branch: perl
2987            + lib/ExtUtils/Packlist.t
2988            ! MANIFEST
2989 ____________________________________________________________________________
2990 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
2991         Log: VMS needs quotes around the -I option to keep it from
2992              being downcased, from Charles Lane.
2993      Branch: perl
2994            ! t/run/kill_perl.t
2995 ____________________________________________________________________________
2996 [ 12395] By: ams                                   on 2001/10/10  16:22:32
2997         Log: Subject: [PATCH lib/FindBin.pm]
2998              From: Stas Bekman <stas@stason.org>
2999              Date: Tue, 09 Oct 2001 23:57:10 +0800
3000              Message-Id: <3BC31E56.60805@stason.org>
3001      Branch: perl
3002            ! lib/FindBin.pm
3003 ____________________________________________________________________________
3004 [ 12394] By: ams                                   on 2001/10/10  16:09:53
3005         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
3006              From: Abhijit Menon-Sen <ams@wiw.org>
3007              Date: Wed, 10 Oct 2001 21:59:33 +0530
3008              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
3009      Branch: perl
3010            ! ext/Data/Dumper/Dumper.xs
3011 ____________________________________________________________________________
3012 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
3013         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
3014              from Charles Lane.
3015      Branch: perl
3016            ! lib/File/Spec/VMS.pm
3017 ____________________________________________________________________________
3018 [ 12392] By: ams                                   on 2001/10/10  14:49:43
3019         Log: Subject: [PATCH] two s/// bugfixes
3020              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3021              Date: Wed, 10 Oct 2001 17:23:44 +0200
3022              Message-Id: <20011010172344.C22440@rafael>
3023      Branch: perl
3024            ! pp_ctl.c regexec.c t/op/subst.t
3025 ____________________________________________________________________________
3026 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
3027         Log: Fix/improve handling of the [000000] special "root"
3028              directory, by putting cwd in canonical form when doing
3029              abs2rel, and prepending a 000000 to directory "chunks"
3030              if missing from base or path.  Also adjust test to
3031              reflect the (improved) output from abs2rel.
3032              From Charles Lane.
3033      Branch: perl
3034            ! lib/File/Spec.t lib/File/Spec/VMS.pm
3035 ____________________________________________________________________________
3036 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
3037         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
3038              all of the extra VMSish attributes (such as "treat this logical
3039              as a device name") that are necessary to make programs run.
3040              A tainted %ENV does not hinder VMS.  From Charles Lane.
3041      Branch: perl
3042            ! lib/File/Find/t/taint.t
3043 ____________________________________________________________________________
3044 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
3045         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
3046              
3047              o  VMS is case-insensitive, RTL downcases filenames read
3048              by perl... so need to re-upcase filenames like MANIFEST
3049              and MANIFEST.SKIP
3050              
3051              o  Need to convert VMS-style to Unix-style filenames when comparing
3052              names in MANIFEST to names in filesystem.
3053              
3054              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
3055              since VMS won't let you (easily) delete non-empty directories.
3056              
3057              From Charles Lane.
3058      Branch: perl
3059            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
3060 ____________________________________________________________________________
3061 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
3062         Log: Unix and VMS agree on "*" as a "match any number of any chars"
3063              wildcards, but differ ("?"  vs.  "%") for their "match any single
3064              char" wildcard.  This patch changes "?"  chars to "%" before doing a
3065              VMS glob...at no loss of functionality, since "?"  isn't a valid
3066              filename char on VMS.  From Charles Lane.
3067      Branch: perl
3068            ! doio.c
3069 ____________________________________________________________________________
3070 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
3071         Log: (accidentally empty submit; new life as #12390)
3072      Branch: perl
3073            ! lib/File/Find/t/taint.t
3074 ____________________________________________________________________________
3075 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
3076         Log: Even more VMS tweakage from Charles Lane:
3077              
3078              Tweak #1:  splitdir only works on directory part of filespec,
3079              split off volume first
3080              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
3081              (it's a horrible kludge in the run-time library,
3082              improved in later versions). Check the
3083              $Config{'d_setenv'} flag before attempting to set it.
3084      Branch: perl
3085            ! t/op/chdir.t
3086 ____________________________________________________________________________
3087 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
3088         Log: VMS tweakage from Charles Lane.
3089              
3090              . command.com doubles an output line when prompting for extensions
3091              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
3092              . perl5db doesn't clean up after itself
3093      Branch: perl
3094            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
3095 ____________________________________________________________________________
3096 [ 12384] By: sky                                   on 2001/10/09  19:16:11
3097         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
3098              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3099              Date: Tue, 9 Oct 2001 22:10:26 +0200
3100              Message-ID: <20011009221026.A8579@rafael>
3101      Branch: perl
3102            ! pod/perldata.pod
3103 ____________________________________________________________________________
3104 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
3105         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
3106              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
3107              Date: 9 Oct 2001 15:15:06 -0000
3108              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
3109      Branch: perl
3110            ! t/op/subst.t
3111 ____________________________________________________________________________
3112 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
3113         Log: Update Changes.
3114      Branch: perl
3115            ! Changes patchlevel.h
3116 ____________________________________________________________________________
3117 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
3118         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
3119              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
3120              when a NULL is passed for the filename string pointer.
3121              From Charles Lane.
3122      Branch: perl
3123            ! vms/vms.c
3124 ____________________________________________________________________________
3125 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
3126         Log: Subject: HP systems update
3127              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3128              Date: Tue, 09 Oct 2001 15:59:22 +0200
3129              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
3130      Branch: perl
3131            ! README.hpux
3132 ____________________________________________________________________________
3133 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
3134         Log: CPAN::Nox does now have a test.
3135      Branch: perl
3136            ! t/lib/1_compile.t
3137 ____________________________________________________________________________
3138 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
3139         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
3140              From: David Dyck <dcd@tc.fluke.com>
3141              Date: Mon, 1 Oct 2001 12:17:36 -0700
3142              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
3143      Branch: perl
3144            ! installperl
3145 ____________________________________________________________________________
3146 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
3147         Log: NetWare update from Ananth Kesari.
3148      Branch: perl
3149            ! NetWare/nwperlsys.h makedef.pl
3150 ____________________________________________________________________________
3151 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
3152         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
3153              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3154              Date: Tue, 9 Oct 2001 08:40:57 EDT
3155              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
3156      Branch: perl
3157            ! lib/File/Find/t/find.t
3158 ____________________________________________________________________________
3159 [ 12374] By: ams                                   on 2001/10/09  05:31:45
3160         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
3161              ExtUtils::Mkbootstrap
3162              From: "chromatic" <chromatic@rmci.net>
3163              Date: Tue, 09 Oct 2001 00:08:37 -0600
3164              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
3165      Branch: perl
3166            + lib/ExtUtils/Mkbootstrap.t
3167            ! MANIFEST
3168 ____________________________________________________________________________
3169 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
3170         Log: Enable more debugging.
3171      Branch: perl
3172            ! lib/utf8_heavy.pl
3173 ____________________________________________________________________________
3174 [ 12372] By: ams                                   on 2001/10/09  02:11:59
3175         Log: #12370 forgot to modify is_gv_magical().
3176      Branch: perl
3177            ! gv.c
3178 ____________________________________________________________________________
3179 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
3180         Log: Make the toupper/lower/title API for Unicode not right
3181              but at least less wrong: prepare for the mapping being
3182              more than just one-character-to-one-character.
3183      Branch: perl
3184            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
3185            ! regexec.c utf8.c
3186 ____________________________________________________________________________
3187 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
3188         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
3189              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
3190              Date: Mon, 8 Oct 2001 22:18:23 -0400
3191              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
3192      Branch: perl
3193            ! pod/perlvar.pod t/op/taint.t
3194 ____________________________________________________________________________
3195 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
3196         Log: FAQ sync.
3197      Branch: perl
3198            ! pod/perlfaq3.pod pod/perlfaq4.pod
3199 ____________________________________________________________________________
3200 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
3201         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
3202              From: "chromatic" <chromatic@rmci.net>
3203              Date: Mon, 08 Oct 2001 14:05:32 -0600
3204              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
3205      Branch: perl
3206            ! lib/Term/Cap.t
3207 ____________________________________________________________________________
3208 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
3209         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
3210              From: Michael G Schwern <schwern@pobox.com>
3211              Date: Mon, 8 Oct 2001 17:00:14 -0400
3212              Message-ID: <20011008170014.L17083@blackrider>
3213      Branch: perl
3214            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
3215 ____________________________________________________________________________
3216 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
3217         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
3218              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3219              Date: Mon, 8 Oct 2001 16:01:33 EDT
3220              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
3221      Branch: perl
3222            ! ext/Time/HiRes/HiRes.xs
3223 ____________________________________________________________________________
3224 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
3225         Log: Subject: [PATCH] Autosplit patch for VMS
3226              From: "Craig A. Berry" <craigberry@mac.com>
3227              Date: Mon, 08 Oct 2001 15:40:43 -0500
3228              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
3229      Branch: perl
3230            ! lib/AutoSplit.pm lib/AutoSplit.t
3231 ____________________________________________________________________________
3232 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
3233         Log: Don't assume that everybody is running OS X 10.1 yet;
3234              from Kay Röpke.
3235      Branch: perl
3236            ! hints/darwin.sh
3237 ____________________________________________________________________________
3238 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
3239         Log: Update Changes.
3240      Branch: perl
3241            ! Changes patchlevel.h
3242 ____________________________________________________________________________
3243 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
3244         Log: Retract #12358 for now.
3245      Branch: perl
3246            ! lib/Term/Cap.t
3247 ____________________________________________________________________________
3248 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
3249         Log: Can't figure out what this is testing.
3250              (If it is trying to catch SIGKILL, it should stop
3251              trying because that is by definition impossible.)
3252      Branch: perl
3253            ! lib/sigtrap.t
3254 ____________________________________________________________________________
3255 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
3256         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
3257              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3258              Date: Sun, 30 Sep 2001 21:15:13 +0200
3259              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
3260      Branch: perl
3261            ! lib/ExtUtils/MM_Win32.pm
3262 ____________________________________________________________________________
3263 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
3264         Log: Clarify the ldlibpth part and condense the overall text.
3265      Branch: perl
3266            ! t/TEST
3267 ____________________________________________________________________________
3268 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
3269         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
3270              From: "chromatic" <chromatic@rmci.net>
3271              Date: Sun, 07 Oct 2001 16:59:26 -0600
3272              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
3273      Branch: perl
3274            ! lib/Term/Cap.t
3275 ____________________________________________________________________________
3276 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
3277         Log: Update the list because fo #12265.
3278      Branch: perl
3279            ! t/lib/1_compile.t
3280 ____________________________________________________________________________
3281 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
3282         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
3283              From: Nicholas Clark <nick@ccl4.org>
3284              Date: Sun, 7 Oct 2001 20:53:33 +0100
3285              Message-ID: <20011007205333.S38756@plum.flirble.org>   
3286      Branch: perl
3287            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
3288            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
3289            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
3290            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
3291            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
3292            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
3293            ! lib/Switch/t/switch.t lib/Term/Complete.t
3294            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
3295            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
3296            ! t/op/my_stash.t
3297 ____________________________________________________________________________
3298 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
3299         Log: Integrate patch #12350 from maintperl; typo in
3300              IO::Seekable doc.
3301      Branch: perl
3302           !> ext/IO/lib/IO/Seekable.pm
3303 ____________________________________________________________________________
3304 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
3305         Log: Detypo.
3306      Branch: perl
3307            ! hints/darwin.sh
3308 ____________________________________________________________________________
3309 [ 12353] By: sky                                   on 2001/10/07  17:16:14
3310         Log: Change 12349 didn't really get it right.
3311      Branch: perl
3312            ! lib/Unicode/README
3313 ____________________________________________________________________________
3314 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
3315         Log: If running the harness the dynamic library search path
3316              may need setting.
3317      Branch: perl
3318            ! t/TEST
3319 ____________________________________________________________________________
3320 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
3321         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
3322              in ldflags.
3323      Branch: perl
3324            ! hints/darwin.sh
3325 ____________________________________________________________________________
3326 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
3327         Log: typo in IO::Seekable doc
3328      Branch: maint-5.6/perl
3329            ! ext/IO/lib/IO/Seekable.pm
3330 ____________________________________________________________________________
3331 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
3332         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
3333              doesn't work on Mac OS X 10.1 (when unpacking the tar the
3334              latter gets renamed as lib/unicode:1, assumedly for security
3335              reasons not to overwrite stuff)
3336      Branch: perl
3337            + lib/Unicode/README
3338            - lib/unicode/README
3339            ! MANIFEST
3340 ____________________________________________________________________________
3341 [ 12348] By: ams                                   on 2001/10/07  05:33:40
3342         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
3343              From: "chromatic" <chromatic@rmci.net>
3344              Date: Sat, 06 Oct 2001 21:42:03 -0600
3345              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
3346      Branch: perl
3347            + lib/CPAN/t/Nox.t
3348            ! MANIFEST
3349 ____________________________________________________________________________
3350 [ 12347] By: ams                                   on 2001/10/07  00:48:10
3351         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
3352              From: "chromatic" <chromatic@rmci.net>
3353              Date: Sat, 06 Oct 2001 18:52:10 -0600
3354              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
3355      Branch: perl
3356            + lib/sigtrap.t
3357            ! MANIFEST
3358 ____________________________________________________________________________
3359 [ 12346] By: ams                                   on 2001/10/06  23:14:01
3360         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
3361              h2xs write?)
3362              From: Nicholas Clark <nick@ccl4.org>
3363              Date: Sat, 6 Oct 2001 21:46:43 +0100
3364              Message-Id: <20011006214643.L38756@plum.flirble.org>
3365      Branch: perl
3366            ! utils/h2xs.PL
3367 ____________________________________________________________________________
3368 [ 12345] By: ams                                   on 2001/10/06  17:39:53
3369         Log: Subject: [PATCH] Memoize tests
3370              From: Nicholas Clark <nick@ccl4.org>
3371              Date: Sat, 6 Oct 2001 18:04:21 +0100
3372              Message-Id: <20011006180421.J38756@plum.flirble.org>
3373      Branch: perl
3374            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
3375            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
3376            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
3377            ! lib/Memoize/t/expire_module_n.t
3378            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
3379            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
3380            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
3381            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
3382            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
3383            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
3384 ____________________________________________________________________________
3385 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
3386         Log: Retract the latter part of #12343.
3387      Branch: perl
3388            ! ext/IO/lib/IO/Socket/INET.pm
3389 ____________________________________________________________________________
3390 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
3391         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
3392              From: David Dyck <dcd@tc.fluke.com>
3393              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
3394              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
3395              
3396              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
3397              From: David Dyck <dcd@tc.fluke.com>
3398              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
3399              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
3400      Branch: perl
3401            ! ext/IO/lib/IO/Socket/INET.pm
3402 ____________________________________________________________________________
3403 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
3404         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
3405              From: Robin Barker <rmb1@cise.npl.co.uk>
3406              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
3407              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
3408      Branch: perl
3409            ! t/TEST
3410 ____________________________________________________________________________
3411 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
3412         Log: Don't assume that %x is good for displaying UVs.
3413      Branch: perl
3414            ! dump.c
3415 ____________________________________________________________________________
3416 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
3417         Log: Update Changes.
3418      Branch: perl
3419            ! Changes patchlevel.h
3420 ____________________________________________________________________________
3421 [ 12339] By: ams                                   on 2001/10/05  10:22:34
3422         Log: Subject: [PATCH] perlfunc/select
3423              From: Nicholas Clark <nick@ccl4.org>
3424              Date: Fri, 5 Oct 2001 11:33:58 +0100
3425              Message-Id: <20011005113358.Z38756@plum.flirble.org>
3426      Branch: perl
3427            ! pod/perlfunc.pod
3428 ____________________________________________________________________________
3429 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
3430         Log: Retract #12313 and #12249.
3431      Branch: perl
3432            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
3433            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
3434            ! pod/perlebcdic.pod
3435 ____________________________________________________________________________
3436 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
3437         Log: Subject: [PATCH] perlvms.pod update
3438              From: "Craig A. Berry" <craigberry@mac.com>
3439              Date: Thu, 04 Oct 2001 12:55:52 -0500
3440              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
3441      Branch: perl
3442            ! vms/perlvms.pod
3443 ____________________________________________________________________________
3444 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
3445         Log: Subject: PATCH: Tie::SubstrHash
3446              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3447              Date: Thu, 04 Oct 2001 12:12:41 +0100
3448              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
3449      Branch: perl
3450            ! lib/Tie/SubstrHash.pm
3451 ____________________________________________________________________________
3452 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
3453         Log: Unicode properties saga continues.
3454      Branch: perl
3455            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
3456            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
3457 ____________________________________________________________________________
3458 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
3459         Log: Yet more Unicode properties.
3460      Branch: perl
3461            + lib/unicore/In/137.pl lib/unicore/In/138.pl
3462            + lib/unicore/In/139.pl lib/unicore/In/140.pl
3463            + lib/unicore/In/141.pl lib/unicore/In/142.pl
3464            + lib/unicore/In/143.pl lib/unicore/In/144.pl
3465            + lib/unicore/In/145.pl lib/unicore/In/146.pl
3466            + lib/unicore/In/147.pl lib/unicore/In/148.pl
3467            + lib/unicore/In/149.pl lib/unicore/In/150.pl
3468            + lib/unicore/In/151.pl lib/unicore/In/152.pl
3469            + lib/unicore/In/153.pl lib/unicore/In/154.pl
3470            + lib/unicore/In/155.pl lib/unicore/In/156.pl
3471            + lib/unicore/In/157.pl lib/unicore/In/158.pl
3472            + lib/unicore/In/159.pl lib/unicore/In/160.pl
3473            + lib/unicore/In/161.pl lib/unicore/In/162.pl
3474            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
3475            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
3476            ! pod/perlunicode.pod
3477 ____________________________________________________________________________
3478 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
3479         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
3480              From: "Craig A. Berry" <craigberry@mac.com>
3481              Date: Wed, 03 Oct 2001 17:45:25 -0500
3482              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
3483              
3484              (the lib/Term/Complete.t patched differently by #12332)
3485      Branch: perl
3486            ! lib/ExtUtils/Command.t
3487 ____________________________________________________________________________
3488 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
3489         Log: Restore only if something to restore.
3490      Branch: perl
3491            ! lib/Term/Complete.t
3492 ____________________________________________________________________________
3493 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
3494         Log: Update various resources for credits,
3495              minor icons fixes, and versions.
3496      Branch: maint-5.6/macperl
3497            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
3498            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
3499            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
3500 ____________________________________________________________________________
3501 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
3502         Log: Quiet the warnings about using undef value
3503      Branch: maint-5.6/macperl
3504            ! lib/File/Temp.pm
3505 ____________________________________________________________________________
3506 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
3507         Log: Fix up Ballon Help and Help menu docs (first pass);
3508              remove balloon rez file, and autogenerate with
3509              Balloon2Rez instead.
3510      Branch: maint-5.6/macperl
3511            + macos/macperl/macscripts/Balloon2Rez
3512            - macos/macperl/MPBalloons.r
3513            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
3514 ____________________________________________________________________________
3515 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
3516         Log: Allow overriding of defaults, for change #12327.
3517      Branch: maint-5.6/macperl
3518            ! perl.h
3519 ____________________________________________________________________________
3520 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
3521         Log: Override PerlProc_exit.
3522      Branch: maint-5.6/macperl
3523            ! macos/macish.h
3524 ____________________________________________________________________________
3525 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
3526         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
3527      Branch: maint-5.6/macperl
3528            + macos/bundled_lib/blib/lib/MD5.pm
3529            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
3530            + macos/lib/Mac/AETE/Dialect.pm
3531            + macos/lib/Mac/AETE/Format/Converter.pm
3532            + macos/lib/Mac/AETE/Format/Dictionary.pm
3533            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
3534            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
3535            + macos/lib/Mac/Toolbox.pod
3536            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
3537 ____________________________________________________________________________
3538 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
3539         Log: Sync up silly CVS headers ... I should commit CVS
3540              first to avoid this ...
3541      Branch: maint-5.6/macperl
3542            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
3543            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
3544            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
3545            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
3546 ____________________________________________________________________________
3547 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
3548         Log: Fix Matthias' address, and attributions.
3549      Branch: maint-5.6/macperl
3550            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
3551            ! pod/perlport.pod
3552 ____________________________________________________________________________
3553 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
3554         Log: Fix Matthias' address, and attributions.
3555      Branch: maint-5.6/macperl
3556            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
3557            ! macos/ext/Mac/Components/Components.pm
3558            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
3559            ! macos/ext/Mac/Dialogs/Dialogs.pm
3560            ! macos/ext/Mac/Events/Events.pm
3561            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
3562            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
3563            ! macos/ext/Mac/Gestalt/Gestalt.pm
3564            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
3565            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
3566            ! macos/ext/Mac/Menus/Menus.pm
3567            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
3568            ! macos/ext/Mac/Movies/Movies.pm
3569            ! macos/ext/Mac/Navigation/Navigation.pm
3570            ! macos/ext/Mac/Notification/Notification.pm
3571            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
3572            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
3573            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
3574            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
3575            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
3576            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
3577            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
3578            ! macos/ext/Mac/StandardFile/StandardFile.pm
3579            ! macos/ext/Mac/TextEdit/TextEdit.pm
3580            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
3581            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
3582            ! macos/lib/Mac/LowMem.pm
3583 ____________________________________________________________________________
3584 [ 12322] By: sky                                   on 2001/10/03  18:41:07
3585         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
3586              From: "Craig A. Berry" <craigberry@mac.com>
3587              Date: Wed, 03 Oct 2001 14:30:55 -0500
3588              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
3589      Branch: perl
3590            ! vms/vms.c
3591 ____________________________________________________________________________
3592 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
3593         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
3594              From: "Craig A. Berry" <craigberry@mac.com>
3595              Date: Wed, 03 Oct 2001 14:30:55 -0500
3596              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
3597      Branch: perl
3598            ! vms/vms.c
3599 ____________________________________________________________________________
3600 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
3601         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
3602              only IsL&) and Inherited (negative lookahead good);
3603              add tests for Common, Inherited, and L&.
3604      Branch: perl
3605            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
3606 ____________________________________________________________________________
3607 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
3608         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
3609              (The Unicode standard uses L& quite often.)
3610      Branch: perl
3611            ! lib/utf8_heavy.pl
3612 ____________________________________________________________________________
3613 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
3614         Log: Add the 'Common' Unicode property (code points not
3615              explicitly assigned to any other script).
3616      Branch: perl
3617            + lib/unicore/In/136.pl
3618            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
3619 ____________________________________________________________________________
3620 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
3621         Log: Skip the RV printing test under threads until fixed.
3622      Branch: perl
3623            ! ext/B/t/terse.t
3624 ____________________________________________________________________________
3625 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
3626         Log: Subject: 12309 / cygwin / win2k
3627              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3628              Date: Wed, 03 Oct 2001 15:25:15 +0200
3629              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
3630      Branch: perl
3631            ! makedef.pl
3632 ____________________________________________________________________________
3633 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
3634         Log: Metaconfig unit change for #12314.
3635      Branch: metaconfig
3636            ! U/modified/Head.U
3637 ____________________________________________________________________________
3638 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
3639         Log: Subject: Both cygwin and djgpp on one machine
3640              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3641              Date: Wed, 03 Oct 2001 15:02:59 +0200
3642              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
3643      Branch: perl
3644            ! Configure
3645 ____________________________________________________________________________
3646 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
3647         Log: (retracted by #12338)
3648              
3649              Subject: [PATCH] Code clean up for perlboot.pod
3650              From: Casey West <casey@geeknest.com>
3651              Date: Tue, 2 Oct 2001 19:24:43 -0400
3652              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
3653              
3654              Subject: [PATCH] Code clean up for perlbot.diff
3655              From: Casey West <casey@geeknest.com>
3656              Date: Tue, 2 Oct 2001 19:25:22 -0400
3657              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
3658              
3659              Subject: [PATCH] Code clean up for perlcall.pod
3660              From: Casey West <casey@geeknest.com>
3661              Date: Tue, 2 Oct 2001 19:25:57 -0400
3662              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
3663              
3664              Subject: [PATCH] Code clean up for perldata.pod
3665              From: Casey West <casey@geeknest.com>
3666              Date: Tue, 2 Oct 2001 19:26:29 -0400
3667              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
3668              
3669              Subject: [PATCH] Code clean up for perldbmfilter.pod
3670              From: Casey West <casey@geeknest.com>
3671              Date: Tue, 2 Oct 2001 19:26:59 -0400
3672              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
3673              
3674              Subject: [PATCH] Code clean up for perlebcdic.pod
3675              From: Casey West <casey@geeknest.com>
3676              Date: Tue, 2 Oct 2001 19:27:37 -0400
3677              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
3678      Branch: perl
3679            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
3680            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
3681 ____________________________________________________________________________
3682 [ 12312] By: ams                                   on 2001/10/02  23:43:55
3683         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
3684              From: Michael G Schwern <schwern@pobox.com>
3685              Date: Tue, 2 Oct 2001 17:00:49 -0400
3686              Message-Id: <20011002170049.A9955@blackrider>
3687      Branch: perl
3688            ! lib/ExtUtils/MakeMaker.pm
3689 ____________________________________________________________________________
3690 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
3691         Log: FAQ sync.
3692      Branch: perl
3693            ! pod/perlfaq3.pod
3694 ____________________________________________________________________________
3695 [ 12310] By: nick                                  on 2001/10/02  16:09:49
3696         Log: Integrate mainline
3697      Branch: perlio
3698           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
3699           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
3700           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
3701           !> patchlevel.h t/op/pat.t
3702 ____________________________________________________________________________
3703 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
3704         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
3705              not just one single space.
3706      Branch: perl
3707            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
3708 ____________________________________________________________________________
3709 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
3710         Log: AUTHORS updates.
3711      Branch: perl
3712            ! AUTHORS
3713 ____________________________________________________________________________
3714 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
3715         Log: Update Changes.
3716      Branch: perl
3717            ! Changes patchlevel.h
3718 ____________________________________________________________________________
3719 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
3720         Log: Work around old buggy glibcs for langinfo constants,
3721              from Nicholas Clark and David Dyck.
3722      Branch: perl
3723            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
3724 ____________________________________________________________________________
3725 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
3726         Log: Eradicate Time::Piece; add an example.
3727      Branch: perl
3728            ! ext/I18N/Langinfo/Langinfo.pm
3729 ____________________________________________________________________________
3730 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
3731         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
3732              From: Robert Spier <rspier@pobox.com>
3733              Date: Mon, 1 Oct 2001 23:20:16 -0700
3734              Message-ID: <15289.23712.422087.878224@rls.cx>
3735      Branch: perl
3736            ! lib/Pod/Html.pm
3737 ____________________________________________________________________________
3738 [ 12303] By: sky                                   on 2001/10/02  10:40:57
3739         Log: Fixes obscure bug that manifests itself by.
3740              local $!=0;undef*STDOUT;#segfaults
3741              Has been around for a while. Possible other magic IO vars are
3742              possibly affected aswell. Reported by Jos Boumans.
3743      Branch: perl
3744            ! mg.c
3745 ____________________________________________________________________________
3746 [ 12302] By: nick                                  on 2001/10/02  09:00:52
3747         Log: Integrate mainline
3748      Branch: perlio
3749           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
3750           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
3751           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
3752 ____________________________________________________________________________
3753 [ 12301] By: nick                                  on 2001/10/02  08:40:57
3754         Log: Integrate mainline + lib/open.t patch from Chromatic
3755      Branch: perlio
3756           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
3757            ! lib/open.t
3758           !> (integrate 29 files)
3759 ____________________________________________________________________________
3760 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
3761         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
3762              Until it has, better stop early if someone requests threads.
3763      Branch: perl
3764            ! hints/darwin.sh
3765 ____________________________________________________________________________
3766 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
3767         Log: Subject: [ID 20011001.011] redundant code in t/TEST
3768              From: David Dyck <dcd@tc.fluke.com>
3769              Date: Mon, 1 Oct 2001 12:56:24 -0700
3770              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
3771      Branch: perl
3772            ! t/TEST
3773 ____________________________________________________________________________
3774 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
3775         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
3776              From: "chromatic" <chromatic@rmci.net>
3777              Date: Mon, 01 Oct 2001 12:27:12 -0600
3778              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
3779      Branch: perl
3780            ! lib/Term/Cap.t
3781 ____________________________________________________________________________
3782 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
3783         Log: UNICOS testing patches from Nicholas Clark.
3784      Branch: perl
3785            ! t/op/arith.t t/op/pack.t
3786 ____________________________________________________________________________
3787 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
3788         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
3789              From: "chromatic" <chromatic@rmci.net>
3790              Date: Mon, 01 Oct 2001 10:21:51 -0600
3791              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
3792      Branch: perl
3793            ! lib/open.t
3794 ____________________________________________________________________________
3795 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
3796         Log: Make missing the RADIXCHAR a softer, gentler error.
3797      Branch: perl
3798            ! ext/I18N/Langinfo/Langinfo.t
3799 ____________________________________________________________________________
3800 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
3801         Log: Nuke also the LANG because of glibc.
3802      Branch: perl
3803            ! lib/open.t
3804 ____________________________________________________________________________
3805 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
3806         Log: Also the ^Is is optional.
3807      Branch: perl
3808            ! pod/perlunicode.pod t/op/pat.t
3809 ____________________________________________________________________________
3810 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
3811         Log: Be careful to pull chars from the varargs stack when
3812              formatting chars.
3813      Branch: perl
3814            ! regcomp.c
3815 ____________________________________________________________________________
3816 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
3817         Log: sortsv not in place anymore, noticed by John P. Linderman.
3818      Branch: perl
3819            ! pod/perlapi.pod pp_ctl.c
3820 ____________________________________________________________________________
3821 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
3822         Log: Make the diagnostic messages more neutral.
3823      Branch: perl
3824            ! ext/B/t/terse.t
3825 ____________________________________________________________________________
3826 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
3827         Log: Forgotten from #12288.
3828      Branch: perl
3829            ! ext/Data/Dumper/Dumper.pm
3830 ____________________________________________________________________________
3831 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
3832         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
3833              From: Brian Ingerson <ingy@ttul.org>
3834              Date: Sun, 30 Sep 2001 21:45:56 -0700
3835              Message-ID: <20010930214556.D26392@ttul.org>
3836              
3837              (remember also the #12289)
3838      Branch: perl
3839            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
3840 ____________________________________________________________________________
3841 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
3842         Log: More Unicode property tests for the abbreviated
3843              general properties.
3844      Branch: perl
3845            ! t/op/pat.t
3846 ____________________________________________________________________________
3847 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
3848         Log: Further tweaks to the Unicode properties.
3849      Branch: perl
3850            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
3851 ____________________________________________________________________________
3852 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
3853         Log: Retract #12284.
3854      Branch: perl
3855            ! lib/Term/Cap.t
3856 ____________________________________________________________________________
3857 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
3858         Log: (Retracted by #12285)
3859      Branch: perl
3860            ! lib/Term/Cap.t
3861 ____________________________________________________________________________
3862 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
3863         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
3864              From: "chromatic" <chromatic@rmci.net>  
3865              Date: Sun, 30 Sep 2001 16:10:02 -0600
3866              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
3867      Branch: perl
3868            + lib/Term/Cap.t
3869            ! MANIFEST
3870 ____________________________________________________________________________
3871 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
3872         Log: Use stty -g to restore the terminal state, do not even
3873              try to run the tests if stty -g is not available.
3874      Branch: perl
3875            ! lib/Term/Complete.t
3876 ____________________________________________________________________________
3877 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
3878         Log: Cleanup utf8_heavy; allow dropping the In prefix from
3879              Unicode script/block properties.
3880      Branch: perl
3881            ! lib/utf8_heavy.pl
3882 ____________________________________________________________________________
3883 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
3884         Log: Retract the #12259 for now.
3885      Branch: perl
3886            ! embed.h embed.pl sv.h
3887 ____________________________________________________________________________
3888 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
3889         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
3890      Branch: perl
3891            + lib/Text/TabsWrap/CHANGELOG
3892            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
3893 ____________________________________________________________________________
3894 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
3895         Log: #12272 wasn't right, it introduced an extra ().
3896      Branch: perl
3897            ! lib/utf8_heavy.pl
3898 ____________________________________________________________________________
3899 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
3900         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
3901              From: Jonathan Stowe <gellyfish@gellyfish.com>
3902              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
3903              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
3904      Branch: perl
3905            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
3906 ____________________________________________________________________________
3907 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
3908         Log: Subject: Patch to put qsortsv in the public API
3909              From: Brian Ingerson <ingy@ttul.org>
3910              Date: Sat, 29 Sep 2001 17:41:13 -0700
3911              Message-ID: <20010929174113.A30223@ttul.org>
3912      Branch: perl
3913            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
3914 ____________________________________________________________________________
3915 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
3916         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
3917              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3918              Date: Sat, 29 Sep 2001 23:54:48 +0200
3919              Message-ID: <20010929235448.A5017@rafael>
3920      Branch: perl
3921            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
3922 ____________________________________________________________________________
3923 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
3924         Log: FAQ sync.
3925      Branch: perl
3926            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
3927            ! pod/perlfaq9.pod
3928 ____________________________________________________________________________
3929 [ 12273] By: bailey                                on 2001/09/29  23:43:46
3930         Log: Resync with mainline
3931      Branch: vmsperl
3932           +> (branch 1207 files)
3933            - (delete 324 files)
3934           !> (integrate 866 files)
3935 ____________________________________________________________________________
3936 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
3937         Log: Nasty recursion trap if one would match Unicode.
3938      Branch: perl
3939            ! lib/utf8_heavy.pl
3940 ____________________________________________________________________________
3941 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
3942         Log: More Unicode todo.
3943      Branch: perl
3944            ! pod/perltodo.pod
3945 ____________________________________________________________________________
3946 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
3947         Log: Explain a bit the new more flexible \p\P syntax.
3948      Branch: perl
3949            ! pod/perlunicode.pod
3950 ____________________________________________________________________________
3951 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
3952         Log: More leniency to the \p and \P: now can have whitespace
3953              between the property definition and the curlies; now can
3954              invert the property by having a caret between the open
3955              curly and the property.
3956      Branch: perl
3957            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
3958 ____________________________________________________________________________
3959 [ 12268] By: nick                                  on 2001/09/29  17:39:26
3960         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
3961              one test (lib/open.t) fails
3962      Branch: perlio
3963           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
3964           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
3965           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
3966           +> lib/Tie/Scalar.t lib/open.t
3967            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
3968            - ext/B/Stash.t
3969           !> (integrate 62 files)
3970 ____________________________________________________________________________
3971 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
3972         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
3973      Branch: perl
3974            ! t/op/chdir.t
3975 ____________________________________________________________________________
3976 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
3977         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
3978              From: "Craig A. Berry" <craigberry@mac.com> 
3979              Date: Sat, 29 Sep 2001 09:35:33 -0500
3980              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
3981      Branch: perl
3982            ! t/op/chdir.t
3983 ____________________________________________________________________________
3984 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
3985         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
3986              From: "chromatic" <chromatic@rmci.net>
3987              Date: Fri, 28 Sep 2001 21:20:12 -0600
3988              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
3989      Branch: perl
3990            + lib/Tie/Scalar.t
3991            ! MANIFEST lib/Tie/Scalar.pm
3992 ____________________________________________________________________________
3993 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
3994         Log: Allow for more flexibility in the \p{In...} names, now
3995              case doesn't matter, and any space or dash can be
3996              matched by any space, dash, underbar, or empty.
3997              (may be going too far on leniency)
3998      Branch: perl
3999            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
4000            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
4001            ! t/op/pat.t
4002 ____________________________________________________________________________
4003 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
4004         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
4005              From: "chromatic" <chromatic@rmci.net>
4006              Date: Fri, 28 Sep 2001 17:39:50 -0600
4007              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
4008      Branch: perl
4009            + lib/open.t
4010            ! MANIFEST
4011 ____________________________________________________________________________
4012 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
4013         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
4014              From: "Craig A. Berry" <craigberry@mac.com>
4015              Date: Fri, 28 Sep 2001 16:24:51 -0500
4016              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
4017      Branch: perl
4018            ! ext/File/Glob/t/basic.t
4019 ____________________________________________________________________________
4020 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
4021         Log: Subject: [DOC PATCH] Carp.pm pod typo
4022              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4023              Date: Fri, 28 Sep 2001 23:14:51 +0200
4024              Message-ID: <20010928231451.E16889@rafael>
4025      Branch: perl
4026            ! lib/Carp.pm
4027 ____________________________________________________________________________
4028 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
4029         Log: Subject: [PATCH] Allow an @INC hook to set %INC
4030              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4031              Date: Fri, 28 Sep 2001 22:18:13 +0200
4032              Message-ID: <20010928221813.A16889@rafael>
4033      Branch: perl
4034            ! pp_ctl.c
4035 ____________________________________________________________________________
4036 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
4037         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
4038              From: Nicholas Clark <nick@ccl4.org>
4039              Date: Fri, 28 Sep 2001 23:39:33 +0100
4040              Message-ID: <20010928233933.C23673@plum.flirble.org>
4041      Branch: perl
4042            ! embed.h embed.pl sv.h
4043 ____________________________________________________________________________
4044 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
4045         Log: Update Changes.
4046      Branch: perl
4047            ! Changes patchlevel.h
4048 ____________________________________________________________________________
4049 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
4050         Log: Move the B tests to B/t.
4051      Branch: perl
4052            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
4053            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
4054            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
4055            - ext/B/Showlex.t ext/B/Stash.t
4056            ! MANIFEST
4057 ____________________________________________________________________________
4058 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
4059         Log: Forgot from #12254.
4060      Branch: perl
4061            + ext/B/B/Terse.t
4062 ____________________________________________________________________________
4063 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
4064         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
4065              From: "chromatic" <chromatic@rmci.net>
4066              Date: Thu, 27 Sep 2001 23:22:17 -0600
4067              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
4068      Branch: perl
4069            ! MANIFEST
4070 ____________________________________________________________________________
4071 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
4072         Log: Test numbering mismatch.
4073      Branch: perl
4074            ! t/op/chdir.t
4075 ____________________________________________________________________________
4076 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
4077         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
4078              From: "Craig A. Berry" <craigberry@mac.com>
4079              Date: Wed, 26 Sep 2001 17:43:14 -0500
4080              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
4081      Branch: perl
4082            ! iperlsys.h t/op/chdir.t
4083 ____________________________________________________________________________
4084 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
4085         Log: Subject: [PATCH gv.c] make __ANON__ global
4086              From: Robin Barker <rmb1@cise.npl.co.uk>
4087              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
4088              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
4089      Branch: perl
4090            ! gv.c t/op/anonsub.t t/op/runlevel.t
4091 ____________________________________________________________________________
4092 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
4093         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
4094              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4095              Date: Thu, 27 Sep 2001 22:34:32 +0200
4096              Message-ID: <20010927223432.A1485@rafael>
4097      Branch: perl
4098            ! ext/B/B/Terse.pm
4099 ____________________________________________________________________________
4100 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
4101         Log: (retracted by #12338)
4102              
4103              Subject: [PATCH] Cleanup of perldsc.pod      
4104              From: Casey West <casey@geeknest.com>
4105              Date: Thu, 27 Sep 2001 11:13:17 -0400
4106              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
4107      Branch: perl
4108            ! pod/perldsc.pod
4109 ____________________________________________________________________________
4110 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
4111         Log: Not everyone is using ithreads...
4112      Branch: perl
4113            ! ext/Devel/Peek/Peek.t
4114 ____________________________________________________________________________
4115 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
4116         Log: Document the nss_delete core dump workaround for HP-UX
4117              and Solaris, bug IDs 20010805.018 and 20010629.004.
4118      Branch: perl
4119            ! README.hpux README.solaris
4120 ____________________________________________________________________________
4121 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
4122         Log: Dump Unicode hash keys also as Unicode,
4123              not just as a byte string.
4124      Branch: perl
4125            ! dump.c ext/Devel/Peek/Peek.t
4126 ____________________________________________________________________________
4127 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
4128         Log: Integrate changes #12241 and #12242 from macperl:
4129              
4130              Remove unneeded disabling of umask() calls
4131              
4132              Note (get|set)sockopt are available.
4133      Branch: perl
4134           !> lib/File/Temp.pm pod/perlport.pod
4135 ____________________________________________________________________________
4136 [ 12244] By: sky                                   on 2001/09/27  08:53:00
4137         Log: Flush buffers on thread closedown.
4138      Branch: perl
4139            ! ext/threads/threads.xs
4140 ____________________________________________________________________________
4141 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
4142         Log: Dump SvUTF8(sv)s also as \x{...}.
4143              
4144              TODO: dump the SvUTF8() hash keys similarly. 
4145      Branch: perl
4146            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
4147 ____________________________________________________________________________
4148 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
4149         Log: Note (get|set)sockopt are available.
4150      Branch: maint-5.6/macperl
4151            ! pod/perlport.pod
4152 ____________________________________________________________________________
4153 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
4154         Log: Remove unneeded disabling of umask() calls
4155      Branch: maint-5.6/macperl
4156            ! lib/File/Temp.pm
4157 ____________________________________________________________________________
4158 [ 12240] By: sky                                   on 2001/09/26  18:44:56
4159         Log: Documention update
4160      Branch: perl
4161            ! ext/threads/threads.pm
4162 ____________________________________________________________________________
4163 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
4164         Log: Update Changes.
4165      Branch: perl
4166            ! Changes patchlevel.h
4167 ____________________________________________________________________________
4168 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
4169         Log: Check that all environment variables are tainted.
4170      Branch: perl
4171            ! t/op/taint.t
4172 ____________________________________________________________________________
4173 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
4174         Log: Manual integration error in #12235.
4175      Branch: perl
4176            ! lib/File/DosGlob.t
4177 ____________________________________________________________________________
4178 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
4179         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
4180              From: "chromatic" <chromatic@rmci.net>
4181              Date: Tue, 25 Sep 2001 23:57:07 -0600
4182              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
4183      Branch: perl
4184            ! perlio.c
4185 ____________________________________________________________________________
4186 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
4187         Log: Integrate macperl changes from Chris Nandor:
4188              12192 11817 11815 11813 11778 11775
4189              
4190              Update CPAN.pm to work with new Mac::BuildTools instead
4191              of ExtUtils::MM_MacOS "orphan" functions
4192              
4193              Fix test
4194              
4195              Make syntax check report in MPW style, fix tests
4196              to use Mac::err=unix to get normal-style error
4197              messages.
4198              
4199              More module and test ports from Thomas Wegner et al
4200              
4201              Fix open of /dev/null for Mac OS
4202              
4203              Allow for platforms to override formatting of errors
4204              on output from Matthias Neeracher (core files)
4205      Branch: perl
4206            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
4207            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
4208            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
4209           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
4210           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
4211           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
4212 ____________________________________________________________________________
4213 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
4214         Log: grrr.
4215      Branch: perl
4216            ! t/op/gv.t
4217 ____________________________________________________________________________
4218 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
4219         Log: Retract #12232.
4220      Branch: perl
4221            ! t/op/gv.t
4222 ____________________________________________________________________________
4223 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
4224         Log: (Retracted by #12233.)
4225      Branch: perl
4226            ! t/op/gv.t
4227 ____________________________________________________________________________
4228 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
4229         Log: Detypo.
4230      Branch: perl
4231            ! ext/Encode/Makefile.PL
4232 ____________________________________________________________________________
4233 [ 12230] By: sky                                   on 2001/09/26  11:36:23
4234         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
4235              We are using a "delay" here because we do not want to depend on thread synchronization issues.
4236      Branch: perl
4237            + ext/threads/t/stress_cv.t
4238            ! MANIFEST ext/threads/t/stress_string.t
4239 ____________________________________________________________________________
4240 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
4241         Log: NetWare tweak from Ananth Kesari.
4242      Branch: perl
4243            ! NetWare/t/Readme.txt
4244 ____________________________________________________________________________
4245 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
4246         Log: Trick to fool case-blind filesystems.
4247      Branch: perl
4248            ! ext/Encode/Makefile.PL
4249 ____________________________________________________________________________
4250 [ 12227] By: sky                                   on 2001/09/26  11:06:50
4251         Log: Threads can start executing in a different order than they were
4252              created.... so we cannot ok() inside the threadstarter.
4253      Branch: perl
4254            ! ext/threads/t/stress_string.t
4255 ____________________________________________________________________________
4256 [ 12226] By: sky                                   on 2001/09/26  07:41:45
4257         Log: Add in stress_string.t to stress test threads a bit more.
4258      Branch: perl
4259            + ext/threads/t/stress_string.t
4260            ! MANIFEST
4261 ____________________________________________________________________________
4262 [ 12225] By: sky                                   on 2001/09/26  07:04:21
4263         Log: Fix negative refcount introduced by #12223.
4264      Branch: perl
4265            ! ext/threads/threads.xs
4266 ____________________________________________________________________________
4267 [ 12224] By: sky                                   on 2001/09/26  06:57:58
4268         Log: Update documentation to match change #12223
4269      Branch: perl
4270            ! sharedsv.c
4271 ____________________________________________________________________________
4272 [ 12223] By: sky                                   on 2001/09/26  06:54:32
4273         Log: Use a separate interpreter for the sharedsv space. Another
4274              negative sv leak. Sigh.
4275      Branch: perl
4276            ! sharedsv.c
4277 ____________________________________________________________________________
4278 [ 12222] By: sky                                   on 2001/09/26  05:58:35
4279         Log: Do the environ assignment in perl_contruct to match perl_destruct.
4280              Now we don't need to perl_parse/perl_run. However environ is a
4281              global....
4282      Branch: perl
4283            ! perl.c
4284 ____________________________________________________________________________
4285 [ 12221] By: sky                                   on 2001/09/26  05:41:02
4286         Log: Move the creation of PL_strtab to perl_construct so we can work
4287              with HV and HEs without running perl_parse.
4288      Branch: perl
4289            ! perl.c
4290 ____________________________________________________________________________
4291 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
4292         Log: integrate macperl changes into maint-5.6
4293      Branch: maint-5.6/perl
4294           !> (integrate 26 files)
4295 ____________________________________________________________________________
4296 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
4297         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
4298              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
4299      Branch: maint-5.6/macperl
4300            ! macos/ext/Mac/Fonts/Fonts.xs
4301            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
4302 ____________________________________________________________________________
4303 [ 12218] By: ams                                   on 2001/09/25  23:31:33
4304         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
4305              From: Nicholas Clark <nick@ccl4.org>
4306              Date: Wed, 26 Sep 2001 01:20:20 +0100
4307              Message-Id: <20010926012020.B48092@plum.flirble.org>
4308      Branch: perl
4309            ! lib/AutoSplit.t
4310 ____________________________________________________________________________
4311 [ 12217] By: ams                                   on 2001/09/25  22:33:05
4312         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
4313              From: "Craig A. Berry" <craigberry@mac.com>
4314              Date: Tue, 25 Sep 2001 18:08:42 -0500
4315              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
4316      Branch: perl
4317            ! vms/vms.c
4318 ____________________________________________________________________________
4319 [ 12216] By: ams                                   on 2001/09/25  21:41:01
4320         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
4321              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
4322              From: Michael G Schwern <schwern@pobox.com>
4323              Date: Wed, 26 Sep 2001 00:38:21 -0400
4324              Message-Id: <20010926003821.A627@blackrider>
4325      Branch: perl
4326            ! lib/AutoSplit.t
4327 ____________________________________________________________________________
4328 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
4329         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
4330              From: Michael G Schwern <schwern@pobox.com>
4331              Date: Tue, 25 Sep 2001 17:43:49 -0400
4332              Message-ID: <20010925174349.B19534@blackrider>
4333      Branch: perl
4334            ! lib/Test/Simple.pm lib/Test/Utils.pm
4335 ____________________________________________________________________________
4336 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
4337         Log: Integrate changes from bleadperl.
4338      Branch: maint-5.6/macperl
4339           !> pod/perlport.pod
4340 ____________________________________________________________________________
4341 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
4342         Log: skip($mess) should result in one skip.
4343      Branch: perl
4344            ! t/test.pl
4345 ____________________________________________________________________________
4346 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
4347         Log: Integrate change #12200 from maintperl.
4348      Branch: maint-5.6/macperl
4349           !> win32/perlhost.h
4350 ____________________________________________________________________________
4351 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
4352         Log: Fix file types to "apple"
4353      Branch: maint-5.6/macperl
4354            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
4355            ! macos/ext/Mac/SAT/t/Collision.rsrc
4356 ____________________________________________________________________________
4357 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
4358         Log: Fix rsrc file as snd file; fix path in t file.
4359      Branch: maint-5.6/macperl
4360            ! macos/ext/Mac/Notification/t/Notification.rsrc
4361            ! macos/ext/Mac/Notification/t/Notification.t
4362 ____________________________________________________________________________
4363 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
4364         Log: Sync up with File::Find from bleadperl.
4365      Branch: maint-5.6/macperl
4366            ! lib/File/Find.pm t/lib/filefind-taint.t
4367 ____________________________________________________________________________
4368 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
4369         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
4370              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
4371              of hundreds)
4372      Branch: maint-5.6/macperl
4373            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
4374            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
4375            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
4376 ____________________________________________________________________________
4377 [ 12207] By: nick                                  on 2001/09/25  19:04:36
4378         Log: Integrate mainline (untested while modem is up)
4379      Branch: perlio
4380           +> lib/AutoSplit.t t/test.pl
4381            - lib/warnings/register.t
4382           !> (integrate 28 files)
4383 ____________________________________________________________________________
4384 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
4385         Log: perldiag entry for #12205.
4386      Branch: perl
4387            ! pod/perldiag.pod
4388 ____________________________________________________________________________
4389 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
4390         Log: Subject: [PATCH] warning on v-string in use/require
4391              From: John Peacock <jpeacock@rowman.com>
4392              Date: Mon, 24 Sep 2001 17:29:03 -0400
4393              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
4394      Branch: perl
4395            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
4396 ____________________________________________________________________________
4397 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
4398         Log: perltooc et al updates.
4399      Branch: perl
4400            ! plan9/mkfile pod/roffitall
4401 ____________________________________________________________________________
4402 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
4403         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
4404              From: Michael G Schwern <schwern@pobox.com>
4405              Date: Sun, 23 Sep 2001 00:07:12 -0400
4406              Message-ID: <20010923000712.A7005@blackrider>
4407      Branch: perl
4408            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
4409 ____________________________________________________________________________
4410 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
4411         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
4412              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
4413              Date: Wed, 26 Sep 2001 01:25:10 +0900
4414              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
4415      Branch: perl
4416            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
4417            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
4418            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
4419 ____________________________________________________________________________
4420 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
4421         Log: Integrate change #12200 from maintperl;
4422              on windows, virtualized environment could propagate deleted variables
4423              into children if they happen to be at the very end of the table
4424      Branch: perl
4425           !> win32/perlhost.h
4426 ____________________________________________________________________________
4427 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
4428         Log: on windows, virtualized environment could propagate deleted variables
4429              into children if they happen to be at the very end of the table
4430              (thanks for succinct test case from Johan Holmberg, and fix from
4431              Doug Lankshear)
4432      Branch: maint-5.6/perl
4433            ! win32/perlhost.h
4434 ____________________________________________________________________________
4435 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
4436         Log: avoid the use of ftime() (it does a useless, potentially
4437              expensive call to GetTimeZoneInformation()); this potentially
4438              also results in three more digits of precision from
4439              Time::HiRes::time()
4440      Branch: perl
4441            ! ext/Time/HiRes/HiRes.xs
4442 ____________________________________________________________________________
4443 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
4444         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
4445              
4446              Note: io/binmode is failing, have to figure out why.
4447      Branch: perl
4448            + t/test.pl
4449            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
4450            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
4451            ! t/run/exit.t
4452 ____________________________________________________________________________
4453 [ 12197] By: ams                                   on 2001/09/25  13:48:55
4454         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
4455              From: Nicholas Clark <nick@ccl4.org>
4456              Date: Tue, 25 Sep 2001 00:37:40 +0100
4457              Message-Id: <20010925003740.S4971@plum.flirble.org>
4458              (Further changes expected.)
4459      Branch: perl
4460            + lib/AutoSplit.t
4461            ! MANIFEST
4462 ____________________________________________________________________________
4463 [ 12196] By: sky                                   on 2001/09/25  13:37:12
4464         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
4465              _ftime to try and be more robust.
4466      Branch: perl
4467            ! ext/Time/HiRes/HiRes.xs
4468 ____________________________________________________________________________
4469 [ 12194] By: ams                                   on 2001/09/25  11:40:00
4470         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
4471              From: "Craig A. Berry" <craigberry@mac.com>
4472              Date: Mon, 24 Sep 2001 17:54:20 -0500
4473              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
4474      Branch: perl
4475            ! vms/descrip_mms.template
4476 ____________________________________________________________________________
4477 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
4478         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
4479              not working, cursor not spinning (Bug #422129); external
4480              editor problems (Bug #456329); escape/cmd-. not activating
4481              "Cancel" in Save dialog box (Bug #446960); Runtimes not
4482              executing on launch (Bug #464441).
4483      Branch: maint-5.6/macperl
4484            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
4485            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
4486            ! macos/macperl/MacPerl.r
4487 ____________________________________________________________________________
4488 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
4489         Log: Update CPAN.pm to work with new Mac::BuildTools instead
4490              of ExtUtils::MM_MacOS "orphan" functions
4491      Branch: maint-5.6/macperl
4492            ! lib/CPAN.pm
4493 ____________________________________________________________________________
4494 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
4495         Log: Fix up another xsubpp problem (Matthias Neeracher)
4496      Branch: maint-5.6/macperl
4497            ! macos/xsubpp
4498 ____________________________________________________________________________
4499 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
4500         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
4501      Branch: maint-5.6/macperl
4502            ! macos/lib/ExtUtils/MM_MacOS.pm
4503 ____________________________________________________________________________
4504 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
4505         Log: Fix up Makefiles for more Mac:: modules (and prepare for
4506              static build ...?)
4507      Branch: maint-5.6/macperl
4508            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
4509            ! macos/macperl/Makefile.mk
4510 ____________________________________________________________________________
4511 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
4512         Log: Fix up tests
4513      Branch: maint-5.6/macperl
4514            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
4515 ____________________________________________________________________________
4516 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
4517         Log: Make malloc smarter, fix bugs.  (Bug #404030)
4518      Branch: maint-5.6/macperl
4519            ! macos/icemalloc.c macos/icemalloc.h
4520 ____________________________________________________________________________
4521 [ 12186] By: nick                                  on 2001/09/24  19:18:17
4522         Log: Integrate mainline
4523      Branch: perlio
4524           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
4525           +> lib/filetest.t
4526           !> (integrate 30 files)
4527 ____________________________________________________________________________
4528 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
4529         Log: Retract #12136, the warnings::register is already
4530              tested by t/lib/warnings/9enabled, as pointed out
4531              by Paul Marquess.
4532      Branch: perl
4533            - lib/warnings/register.t
4534            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
4535 ____________________________________________________________________________
4536 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
4537         Log: fix Time::HiRes implementation of gettimeofday() on windows
4538              (HiRes.t#14 now passes)
4539      Branch: perl
4540            ! ext/Time/HiRes/HiRes.xs
4541 ____________________________________________________________________________
4542 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
4543         Log: File::Spec::catfile() canonifies everything to blackslashes on
4544              windows :-(
4545      Branch: perl
4546            ! lib/ExtUtils/Manifest.t
4547 ____________________________________________________________________________
4548 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
4549         Log: test number mismatch
4550      Branch: perl
4551            ! t/op/magic.t
4552 ____________________________________________________________________________
4553 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
4554         Log: ok().
4555      Branch: perl
4556            ! t/op/pack.t
4557 ____________________________________________________________________________
4558 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
4559         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
4560              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
4561      Branch: perl
4562            ! pp_pack.c t/op/pack.t
4563 ____________________________________________________________________________
4564 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
4565         Log: Update Changes.
4566      Branch: perl
4567            ! Changes patchlevel.h
4568 ____________________________________________________________________________
4569 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
4570         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
4571              From: Michael G Schwern <schwern@pobox.com>
4572              Date: Mon, 24 Sep 2001 11:12:13 -0400
4573              Message-ID: <20010924111213.G27885@blackrider>
4574      Branch: perl
4575            ! lib/ExtUtils/Manifest.pm
4576 ____________________________________________________________________________
4577 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
4578         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
4579              From: Michael G Schwern <schwern@pobox.com> 
4580              Date: Mon, 24 Sep 2001 11:02:07 -0400
4581              Message-ID: <20010924110207.E27885@blackrider>
4582      Branch: perl
4583            ! vms/test.com
4584 ____________________________________________________________________________
4585 [ 12176] By: ams                                   on 2001/09/24  14:01:59
4586         Log: Update Changes.
4587      Branch: perl
4588            ! Changes
4589 ____________________________________________________________________________
4590 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
4591         Log: Various cleanups.
4592      Branch: perl
4593            ! ext/threads/Makefile.PL ext/threads/threads.xs
4594 ____________________________________________________________________________
4595 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
4596         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
4597      Branch: maint-5.6/macperl
4598           !> (integrate 33 files)
4599 ____________________________________________________________________________
4600 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
4601         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
4602              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
4603              Date: Mon, 24 Sep 2001 20:04:58 +0900
4604              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
4605      Branch: perl
4606            ! ext/Encode/Encode/gb2312.enc
4607 ____________________________________________________________________________
4608 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
4609         Log: Clarifying comment to #12164.
4610      Branch: perl
4611            ! lib/Cwd.pm
4612 ____________________________________________________________________________
4613 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
4614         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
4615              From: Nicholas Clark <nick@ccl4.org>
4616              Date: Sun, 23 Sep 2001 23:00:56 +0100
4617              Message-ID: <20010923230055.Y4971@plum.flirble.org>
4618              
4619              (with "sample_constants" changed to "fallback")
4620      Branch: perl
4621            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
4622            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
4623            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
4624            ! lib/h2xs.t utils/h2xs.PL
4625 ____________________________________________________________________________
4626 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
4627         Log: Metaconfig unit change for #12167.
4628      Branch: metaconfig
4629            ! U/modified/Cppsym.U
4630 ____________________________________________________________________________
4631 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
4632         Log: Add a few glibc cpp symbols to probe for.
4633      Branch: perl
4634            ! Configure
4635 ____________________________________________________________________________
4636 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
4637         Log: DJGPP tweaks for Laszlo Molnar.
4638      Branch: perl
4639            ! djgpp/djgppsed.sh dosish.h
4640 ____________________________________________________________________________
4641 [ 12165] By: ams                                   on 2001/09/24  10:07:08
4642         Log: Subject: [PATCH t/op/inccode.t] More tests
4643              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
4644              Date: 24 Sep 2001 10:01:44 -0000
4645              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
4646      Branch: perl
4647            ! t/op/inccode.t
4648 ____________________________________________________________________________
4649 [ 12164] By: ams                                   on 2001/09/24  09:43:29
4650         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
4651              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
4652              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
4653              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
4654      Branch: perl
4655            ! lib/Cwd.pm
4656 ____________________________________________________________________________
4657 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
4658         Log: 1_compile updates.
4659      Branch: perl
4660            ! t/lib/1_compile.t
4661 ____________________________________________________________________________
4662 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
4663         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
4664              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4665              Date: Wed, 19 Sep 2001 22:47:14 +0200
4666              Message-ID: <20010919224714.A6382@rafael>
4667      Branch: perl
4668            ! pod/perlvar.pod pp_ctl.c
4669 ____________________________________________________________________________
4670 [ 12161] By: ams                                   on 2001/09/23  17:40:02
4671         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
4672              filetest Pragma
4673              From: "chromatic" <chromatic@rmci.net>
4674              Date: Sun, 23 Sep 2001 12:07:25 -0600
4675              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
4676      Branch: perl
4677            + lib/filetest.t
4678            ! MANIFEST t/lib/1_compile.t
4679 ____________________________________________________________________________
4680 [ 12160] By: ams                                   on 2001/09/23  16:32:11
4681         Log: Additional minor chdir() tweak.
4682      Branch: perl
4683            ! pod/perlfunc.pod
4684 ____________________________________________________________________________
4685 [ 12159] By: ams                                   on 2001/09/23  16:25:01
4686         Log: Subject: PATCH lib/ExtUtils/Command.t
4687              From: Abe Timmerman <abe@ztreet.demon.nl>
4688              Date: Sun, 23 Sep 2001 19:11:44 +0200
4689              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
4690      Branch: perl
4691            ! lib/ExtUtils/Command.t
4692 ____________________________________________________________________________
4693 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
4694         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
4695              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
4696              Date: Sun, 23 Sep 2001 02:02:26 +0200
4697              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
4698      Branch: perl
4699            ! makedef.pl
4700 ____________________________________________________________________________
4701 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
4702         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
4703              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
4704              Date: Sat, 22 Sep 2001 12:54:39 -0500
4705              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
4706      Branch: perl
4707            ! t/op/study.t
4708 ____________________________________________________________________________
4709 [ 12156] By: nick                                  on 2001/09/23  07:48:44
4710         Log: Integrate mainline
4711      Branch: perlio
4712            - check83.pl
4713           !> ext/Encode/Encode/2022-cn.enc
4714 ____________________________________________________________________________
4715 [ 12155] By: nick                                  on 2001/09/23  07:48:01
4716         Log: Integrate mainline
4717      Branch: perlio
4718           +> (branch 64 files)
4719            - ext/Encode/Encode/cns11643-1.enc
4720            - ext/Encode/Encode/cns11643-2.enc
4721            - ext/Encode/Encode/iso2022-cn.enc
4722            - ext/Encode/Encode/iso2022-jp.enc
4723            - ext/Encode/Encode/iso2022-jp1.enc
4724            - ext/Encode/Encode/iso2022-jp2.enc
4725            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
4726            - ext/Encode/Encode/iso8859-1.enc
4727            - ext/Encode/Encode/iso8859-1.ucm
4728            - ext/Encode/Encode/iso8859-10.enc
4729            - ext/Encode/Encode/iso8859-10.ucm
4730            - ext/Encode/Encode/iso8859-13.enc
4731            - ext/Encode/Encode/iso8859-13.ucm
4732            - ext/Encode/Encode/iso8859-14.enc
4733            - ext/Encode/Encode/iso8859-14.ucm
4734            - ext/Encode/Encode/iso8859-15.enc
4735            - ext/Encode/Encode/iso8859-15.ucm
4736            - ext/Encode/Encode/iso8859-16.enc
4737            - ext/Encode/Encode/iso8859-16.ucm
4738            - ext/Encode/Encode/iso8859-2.enc
4739            - ext/Encode/Encode/iso8859-2.ucm
4740            - ext/Encode/Encode/iso8859-3.enc
4741            - ext/Encode/Encode/iso8859-3.ucm
4742            - ext/Encode/Encode/iso8859-4.enc
4743            - ext/Encode/Encode/iso8859-4.ucm
4744            - ext/Encode/Encode/iso8859-5.enc
4745            - ext/Encode/Encode/iso8859-5.ucm
4746            - ext/Encode/Encode/iso8859-6.enc
4747            - ext/Encode/Encode/iso8859-6.ucm
4748            - ext/Encode/Encode/iso8859-7.enc
4749            - ext/Encode/Encode/iso8859-7.ucm
4750            - ext/Encode/Encode/iso8859-8.enc
4751            - ext/Encode/Encode/iso8859-8.ucm
4752            - ext/Encode/Encode/iso8859-9.enc
4753            - ext/Encode/Encode/iso8859-9.ucm
4754            - ext/Encode/Encode/isoir-197.enc
4755            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
4756            - t/lib/sample-tests/header_at_end
4757            - t/lib/sample-tests/header_at_end_fail
4758           !> (integrate 174 files)
4759 ____________________________________________________________________________
4760 [ 12154] By: ams                                   on 2001/09/23  07:11:46
4761         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
4762              by Blair Zajac.
4763      Branch: perl
4764            ! pod/perlfunc.pod
4765 ____________________________________________________________________________
4766 [ 12153] By: ams                                   on 2001/09/23  06:56:32
4767         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
4768              Forgotten deprecation of *glob{FILEHANDLE}?
4769              From: "chromatic" <chromatic@rmci.net>
4770              Date: Sat, 22 Sep 2001 21:27:56 -0600
4771              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
4772      Branch: perl
4773            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
4774 ____________________________________________________________________________
4775 [ 12152] By: ams                                   on 2001/09/23  06:42:58
4776         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
4777              From: Michael G Schwern <schwern@pobox.com>
4778              Date: Sun, 23 Sep 2001 03:34:39 -0400
4779              Message-Id: <20010923033439.E7005@blackrider>
4780      Branch: perl
4781            ! lib/File/Find.pm
4782 ____________________________________________________________________________
4783 [ 12151] By: ams                                   on 2001/09/23  06:37:57
4784         Log: Subject: Re: t/op/magic.t missing tests on Win32
4785              From: Michael G Schwern <schwern@pobox.com>
4786              Date: Sat, 22 Sep 2001 20:29:09 -0400
4787              Message-Id: <20010922202909.I18223@blackrider>
4788      Branch: perl
4789            ! t/op/magic.t
4790 ____________________________________________________________________________
4791 [ 12150] By: ams                                   on 2001/09/23  06:36:26
4792         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
4793              Dumpvalue.pm
4794              From: "chromatic" <chromatic@rmci.net>
4795              Date: Sat, 22 Sep 2001 19:41:31 -0600
4796              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
4797      Branch: perl
4798            + lib/Dumpvalue.t
4799            ! MANIFEST lib/Dumpvalue.pm
4800 ____________________________________________________________________________
4801 [ 12149] By: ams                                   on 2001/09/23  06:25:35
4802         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
4803              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
4804              Date: Sun, 23 Sep 2001 15:27:56 +0900
4805              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
4806      Branch: perl
4807            ! ext/Encode/Encode/2022-cn.enc
4808 ____________________________________________________________________________
4809 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
4810         Log: Manual eror in #12147.
4811      Branch: perl
4812            ! win32/win32.c
4813 ____________________________________________________________________________
4814 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
4815         Log: Integrate change #12146 from maintperl;
4816              win32_chdir() et al don't handle a NULL argument gracefully
4817      Branch: perl
4818           !> win32/perlhost.h win32/win32.c
4819 ____________________________________________________________________________
4820 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
4821         Log: win32_chdir() et al don't handle a NULL argument gracefully
4822      Branch: maint-5.6/perl
4823            ! win32/perlhost.h win32/win32.c
4824 ____________________________________________________________________________
4825 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
4826         Log: typo in change#12026
4827      Branch: maint-5.6/perl
4828            ! op.c
4829 ____________________________________________________________________________
4830 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
4831         Log: Subject: [PATCH] Re: scalar context unpack bugs
4832              From: Nicholas Clark <nick@ccl4.org>
4833              Date: Sat, 22 Sep 2001 23:07:56 +0100
4834              Message-ID: <20010922230755.O4971@plum.flirble.org>
4835      Branch: perl
4836            ! pp_pack.c t/op/pack.t
4837 ____________________________________________________________________________
4838 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
4839         Log: Try ExtUtils::Command.t everywhere, not just on Win32
4840              (as suggested by NI-S).  Also allow running it either
4841              in t/ or in the main directory.
4842      Branch: perl
4843            ! lib/ExtUtils/Command.t
4844 ____________________________________________________________________________
4845 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
4846         Log: Update the test on warnings/register.t.
4847      Branch: perl
4848            ! t/lib/1_compile.t
4849 ____________________________________________________________________________
4850 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
4851         Log: The code is now almost tidy enough to keep the IRIX cc happy.
4852      Branch: perl
4853            ! hints/irix_6.sh
4854 ____________________________________________________________________________
4855 [ 12140] By: ams                                   on 2001/09/22  17:26:32
4856         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
4857              use_ithreads
4858              From: "Craig A. Berry" <craigberry@mac.com>
4859              Date: Sat, 22 Sep 2001 13:15:32 -0500
4860              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
4861      Branch: perl
4862            ! configure.com
4863 ____________________________________________________________________________
4864 [ 12139] By: ams                                   on 2001/09/22  16:44:08
4865         Log: Do what perl_clone() does for sharedsv functions.
4866      Branch: perl
4867            ! embed.pl proto.h
4868 ____________________________________________________________________________
4869 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
4870         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
4871              (suggested by Sarathy, extensions shouldn't be dabbling with
4872              op structures, so binary backward compatibility should not be
4873              an issue.)
4874      Branch: perl
4875            ! hints/irix_6.sh op.h
4876 ____________________________________________________________________________
4877 [ 12137] By: ams                                   on 2001/09/22  16:21:05
4878         Log: More cleanups. (What's PERL_DECL_PROT?)
4879      Branch: perl
4880            ! embed.pl proto.h sharedsv.h
4881 ____________________________________________________________________________
4882 [ 12136] By: ams                                   on 2001/09/22  15:14:34
4883         Log: (Retracted by #12185)
4884              
4885              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
4886              Add Tests for warnings::register, Doc Update
4887              From: "chromatic" <chromatic@rmci.net>
4888              Date: Sat, 22 Sep 2001 09:43:20 -0600
4889              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
4890      Branch: perl
4891            + lib/warnings/register.t
4892            ! MANIFEST lib/warnings/register.pm
4893 ____________________________________________________________________________
4894 [ 12135] By: ams                                   on 2001/09/22  15:07:50
4895         Log: `@foo' should be @foo for consistency.
4896      Branch: perl
4897            ! pod/perldiag.pod
4898 ____________________________________________________________________________
4899 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
4900         Log: (Retracted by #12138)
4901              
4902              Add -woff (turn warning off) 3187:
4903              "A pointer is converted to a smaller integer."
4904              This happens when your pointers are 64-bit: then every case
4905              of converting pointers to PADOFFSETs (explicitly 32-bit)
4906              faces truncation (even explicit use of INT2PTR doesn't help).
4907              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
4908              Changing PADOFFSET from U32 to UV would help, but that
4909              would break binary backward compatibility of BASEOP and padop
4910              (assuming you have been using 64-bit pointers).
4911      Branch: perl
4912            ! hints/irix_6.sh
4913 ____________________________________________________________________________
4914 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
4915         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
4916              but the name comes from the inside the file, not from the file
4917              name, and Rumanian is the name of the language.
4918      Branch: perl
4919            + ext/Encode/Encode/macRumanian.enc
4920            - ext/Encode/Encode/macRomania.enc
4921            ! MANIFEST
4922 ____________________________________________________________________________
4923 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
4924         Log: Rename perltootc as perltooc for 8.3-friedliness.
4925      Branch: perl
4926            + pod/perltooc.pod
4927            - pod/perltootc.pod
4928            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
4929            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
4930            ! pod/perltoot.pod
4931 ____________________________________________________________________________
4932 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
4933         Log: Find more conflicts by lowercasing.
4934      Branch: perl
4935            + Porting/check83.pl
4936            - check83.pl
4937            ! MANIFEST
4938 ____________________________________________________________________________
4939 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
4940         Log: The AIX cc 5.0.0.0 is simply too buggy.
4941      Branch: perl
4942            ! hints/aix.sh
4943 ____________________________________________________________________________
4944 [ 12129] By: ams                                   on 2001/09/22  12:35:38
4945         Log: Uninteresting cleanup.
4946      Branch: perl
4947            ! form.h
4948 ____________________________________________________________________________
4949 [ 12128] By: ams                                   on 2001/09/22  12:28:48
4950         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
4951              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
4952              Date: Sat, 22 Sep 2001 14:29:13 +0100
4953              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
4954      Branch: perl
4955            ! cv.h
4956 ____________________________________________________________________________
4957 [ 12127] By: ams                                   on 2001/09/22  12:04:28
4958         Log: What's a backet?
4959      Branch: perl
4960            ! dump.c
4961 ____________________________________________________________________________
4962 [ 12126] By: ams                                   on 2001/09/22  10:02:34
4963         Log: Removed duplicated tests #19 and #20.
4964      Branch: perl
4965            ! t/op/do.t
4966 ____________________________________________________________________________
4967 [ 12125] By: ams                                   on 2001/09/22  03:58:41
4968         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
4969              From: Michael Carman <mjcarman@home.com>
4970              Date: Fri, 21 Sep 2001 17:54:05 -0500
4971              Message-Id: <3BABC50D.6040202@home.com>
4972              (Applied with some changes.)
4973      Branch: perl
4974            ! pod/perlmod.pod
4975 ____________________________________________________________________________
4976 [ 12124] By: ams                                   on 2001/09/22  03:44:19
4977         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
4978              From: Michael G Schwern <schwern@pobox.com>
4979              Date: Fri, 21 Sep 2001 19:20:40 -0400
4980              Message-Id: <20010921192040.E5494@blackrider>
4981      Branch: perl
4982            ! t/op/chdir.t
4983 ____________________________________________________________________________
4984 [ 12123] By: ams                                   on 2001/09/22  03:41:08
4985         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
4986              From: Blair Zajac <blair@orcaware.com>
4987              Date: Fri, 21 Sep 2001 15:13:04 -0700
4988              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
4989      Branch: perl
4990            ! t/op/chdir.t
4991 ____________________________________________________________________________
4992 [ 12122] By: ams                                   on 2001/09/22  03:37:07
4993         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
4994              20010920.007
4995              From: Michael G Schwern <schwern@pobox.com>
4996              Date: Fri, 21 Sep 2001 17:59:03 -0400
4997              Message-Id: <20010921175903.V5494@blackrider>
4998      Branch: perl
4999            ! t/op/do.t
5000 ____________________________________________________________________________
5001 [ 12121] By: ams                                   on 2001/09/22  03:30:38
5002         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
5003              suite on WinCE)
5004              From: Michael G Schwern <schwern@pobox.com>
5005              Date: Fri, 21 Sep 2001 19:41:03 -0400
5006              Message-Id: <20010921194103.G5494@blackrider>
5007      Branch: perl
5008            ! pod/perlport.pod
5009 ____________________________________________________________________________
5010 [ 12120] By: ams                                   on 2001/09/22  03:28:06
5011         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
5012              From: Michael G Schwern <schwern@pobox.com>
5013              Date: Fri, 21 Sep 2001 17:33:35 -0400
5014              Message-Id: <20010921173335.T5494@blackrider>
5015              ($ENV{FOO}=undef hunk not applied.)
5016      Branch: perl
5017            ! t/op/magic.t
5018 ____________________________________________________________________________
5019 [ 12119] By: ams                                   on 2001/09/22  03:02:26
5020         Log: Subject: [PATCH] perldiag.pod
5021              From: Peter Scott <Peter@PSDT.com>
5022              Date: Fri, 21 Sep 2001 18:54:50 -0700
5023              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
5024              (Moved to the right place.)
5025      Branch: perl
5026            ! pod/perldiag.pod
5027 ____________________________________________________________________________
5028 [ 12118] By: ams                                   on 2001/09/21  20:05:29
5029         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
5030              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5031              Date: Fri, 21 Sep 2001 22:36:54 +0200
5032              Message-Id: <20010921223654.A12742@rafael>
5033      Branch: perl
5034            ! t/op/do.t
5035 ____________________________________________________________________________
5036 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
5037         Log: Restore things as they were before
5038              the backward compatibility police notices.
5039      Branch: perl
5040            ! lib/Cwd.pm
5041 ____________________________________________________________________________
5042 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
5043         Log: More Cwd from Schwern: make also OS/2 and DOS
5044              Cwd agree with File::Spec (that is, native path
5045              syntax using \ instead of / -- backward compatibility
5046              polic warning) and stop Win32 from using bsd_realpath().
5047      Branch: perl
5048            ! lib/Cwd.pm
5049 ____________________________________________________________________________
5050 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
5051         Log: Subject: [PATCH @12110] RE: Untested libraries update
5052              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
5053              Date: Fri, 21 Sep 2001 18:21:07 +0100
5054              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
5055      Branch: perl
5056            ! lib/warnings/register.pm
5057 ____________________________________________________________________________
5058 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
5059         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
5060              From: Michael G Schwern <schwern@pobox.com>
5061              Date: Thu, 20 Sep 2001 22:54:02 -0400
5062              Message-ID: <20010920225402.A3611@blackrider>
5063      Branch: perl
5064            ! lib/Cwd.pm
5065 ____________________________________________________________________________
5066 [ 12113] By: ams                                   on 2001/09/21  17:08:24
5067         Log: Subject: [PATCH] avoid v-strings with require/use
5068              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
5069              Date: Fri, 21 Sep 2001 12:34:40 -0400
5070              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
5071      Branch: perl
5072            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
5073            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
5074            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
5075            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
5076            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
5077            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
5078            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
5079            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
5080            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
5081            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
5082            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
5083            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
5084            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
5085            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
5086            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
5087            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
5088            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
5089            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
5090            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
5091 ____________________________________________________________________________
5092 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
5093         Log: Update Changes.
5094      Branch: perl
5095            ! Changes patchlevel.h
5096 ____________________________________________________________________________
5097 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
5098         Log: Make AIX and Tru64 compilers happy.  
5099      Branch: perl
5100            ! ext/threads/threads.h ext/threads/threads.xs
5101 ____________________________________________________________________________
5102 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
5103         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
5104              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
5105              Date: 21 Sep 2001 09:16:37 -0000
5106              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
5107      Branch: perl
5108            ! toke.c
5109 ____________________________________________________________________________
5110 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
5111         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
5112              From: Michael G Schwern <schwern@pobox.com>
5113              Date: Thu, 20 Sep 2001 21:21:34 -0400
5114              Message-ID: <20010920212134.Y28291@blackrider>
5115      Branch: perl
5116            ! pp_sys.c
5117 ____________________________________________________________________________
5118 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
5119         Log: Subject: Re: GDB Debugging Macros from mod_perl
5120              From: rspier@pobox.com (Robert Spier)
5121              Date: Thu, 20 Sep 2001 22:45:03 -0700
5122              Message-ID: <15274.54239.413929.49430@rls.cx>
5123      Branch: perl
5124            ! pod/perltodo.pod
5125 ____________________________________________________________________________
5126 [ 12105] By: sky                                   on 2001/09/21  10:33:34
5127         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
5128              timezone! GetSystemTime should be available on all Win32 
5129              platforms we support. Perhaps Time::HiRes should be extended to
5130              support WinCE and Novell?
5131      Branch: perl
5132            ! ext/Time/HiRes/HiRes.xs
5133 ____________________________________________________________________________
5134 [ 12104] By: sky                                   on 2001/09/21  08:12:39
5135         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
5136      Branch: perl
5137            ! ext/threads/threads.h ext/threads/threads.xs
5138 ____________________________________________________________________________
5139 [ 12103] By: sky                                   on 2001/09/21  07:57:41
5140         Log: Rename the *thread* functions to Perl_* to avoid clashes.
5141              Notably on AIX but could become a problem on other platforms.
5142      Branch: perl
5143            ! ext/threads/threads.h ext/threads/threads.xs
5144 ____________________________________________________________________________
5145 [ 12102] By: sky                                   on 2001/09/21  07:35:30
5146         Log: Add the shared sv space to the global vars.
5147              Fix problems compiling on win32.
5148      Branch: perl
5149            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
5150            ! sharedsv.c sharedsv.h
5151 ____________________________________________________________________________
5152 [ 12101] By: ams                                   on 2001/09/21  00:19:55
5153         Log: Subject: [PATCH] win32/Makefile warning fix
5154              From: Blair Zajac <blair@orcaware.com>
5155              Date: Thu, 20 Sep 2001 18:15:43 -0700
5156              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
5157      Branch: perl
5158            ! win32/Makefile
5159 ____________________________________________________________________________
5160 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
5161         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
5162              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
5163              Date: Thu, 20 Sep 2001 18:36:22 +0200
5164              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
5165      Branch: perl
5166            ! lib/ExtUtils/Command.t
5167 ____________________________________________________________________________
5168 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
5169         Log: Cant spl wirth a dam.
5170      Branch: perl
5171            ! intrpvar.h
5172 ____________________________________________________________________________
5173 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
5174         Log: Don't use C++ comments.
5175      Branch: perl
5176            ! ext/threads/threads.xs
5177 ____________________________________________________________________________
5178 [ 12097] By: ams                                   on 2001/09/20  21:42:07
5179         Log: Change #12044 didn't.
5180      Branch: perl
5181            ! lib/constant.pm
5182 ____________________________________________________________________________
5183 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
5184         Log: Metaconfig unit changes for #12095.
5185      Branch: metaconfig
5186            ! U/modified/Myinit.U U/modified/libs.U
5187 ____________________________________________________________________________
5188 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
5189         Log: Remove iconv references since we are not using it
5190              and not going to; regen perltoc, perlmodlib.
5191              (Some references still linger in perltoc, have to figure
5192              out where they are coming from.)
5193      Branch: perl
5194            ! Configure NetWare/config.wc NetWare/config_H.wc
5195            ! Porting/Glossary Porting/config.sh Porting/config_H
5196            ! config_h.SH configure.com epoc/config.sh perl.h
5197            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
5198            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
5199            ! vos/config.ga.h win32/config.bc win32/config.gc
5200            ! win32/config.vc win32/config_H.bc win32/config_H.gc
5201            ! win32/config_H.vc wince/config.ce wince/config.h
5202            ! wince/config_H.ce
5203 ____________________________________________________________________________
5204 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
5205         Log: Subject: [PATCH docs] Re: ARGV and read
5206              From: Dave Mitchell <davem@fdgroup.co.uk>
5207              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
5208              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
5209      Branch: perl
5210            ! pod/perltodo.pod pod/perlvar.pod
5211 ____________________________________________________________________________
5212 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
5213         Log: Fresh copies from the cvs.perl.org perlfaq repository.
5214      Branch: perl
5215            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
5216            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
5217            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
5218            ! pod/perlfaq9.pod
5219 ____________________________________________________________________________
5220 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
5221         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
5222              From: Nicholas Clark <nick@ccl4.org>
5223              Date: Thu, 20 Sep 2001 14:27:08 +0100
5224              Message-ID: <20010920142708.X4971@plum.flirble.org>
5225      Branch: perl
5226            ! pp_pack.c t/op/pack.t
5227 ____________________________________________________________________________
5228 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
5229         Log: The sharedsv_space* are variables, not code.  Duh.
5230      Branch: perl
5231            ! intrpvar.h makedef.pl
5232 ____________________________________________________________________________
5233 [ 12090] By: ams                                   on 2001/09/20  11:26:06
5234         Log: Subject: [patch lib/lib_pm.PL]
5235              From: Stas Bekman <stas@stason.org>
5236              Date: Thu, 20 Sep 2001 18:48:53 +0800
5237              Message-Id: <3BA9C995.6010302@stason.org>
5238              (Applied by hand.)
5239      Branch: perl
5240            ! lib/lib_pm.PL
5241 ____________________________________________________________________________
5242 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
5243         Log: Only 21 tests, skipping or not.
5244      Branch: perl
5245            ! lib/ExtUtils/Command.t
5246 ____________________________________________________________________________
5247 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
5248         Log: New exported symbols.
5249      Branch: perl
5250            ! makedef.pl
5251 ____________________________________________________________________________
5252 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
5253         Log: Update Changes.
5254      Branch: perl
5255            ! Changes patchlevel.h
5256 ____________________________________________________________________________
5257 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
5258         Log: Correct numbering of the tests is useful.
5259      Branch: perl
5260            ! ext/threads/t/basic.t
5261 ____________________________________________________________________________
5262 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
5263         Log: More tests now too.
5264      Branch: perl
5265            ! lib/ExtUtils/Command.t
5266 ____________________________________________________________________________
5267 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
5268         Log: More tests now.
5269      Branch: perl
5270            ! ext/threads/t/basic.t
5271 ____________________________________________________________________________
5272 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
5273         Log: The test assumed 7-bit ASCII.  Now it "just"
5274              assumes 8-bit whatever.
5275      Branch: perl
5276            ! t/op/crypt.t
5277 ____________________________________________________________________________
5278 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
5279         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
5280              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5281              Date: Wed, 19 Sep 2001 11:45:28 +0200
5282              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
5283              
5284              Lvalue casts are not portable.
5285      Branch: perl
5286            ! ext/threads/threads.xs
5287 ____________________________________________________________________________
5288 [ 12081] By: sky                                   on 2001/09/19  10:17:52
5289         Log: Make the basic test contain only realy basic API tests
5290              Seems to be a problem with detach.
5291      Branch: perl
5292            ! ext/threads/t/basic.t
5293 ____________________________________________________________________________
5294 [ 12080] By: ams                                   on 2001/09/19  01:23:55
5295         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
5296              From: Michael G Schwern <schwern@pobox.com>
5297              Date: Tue, 18 Sep 2001 19:53:48 -0400
5298              Message-Id: <20010918195348.M585@blackrider>
5299              
5300              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
5301              From: Michael G Schwern <schwern@pobox.com>
5302              Date: Tue, 18 Sep 2001 22:07:13 -0400
5303              Message-Id: <20010918220713.B19616@blackrider>
5304      Branch: perl
5305            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
5306            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
5307            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
5308            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
5309            ! lib/Test/Tutorial.pod
5310 ____________________________________________________________________________
5311 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
5312         Log: Indent the test a bit.
5313      Branch: perl
5314            ! ext/threads/t/basic.t
5315 ____________________________________________________________________________
5316 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
5317         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
5318              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
5319              Date: Tue, 18 Sep 2001 18:06:44 +0200
5320              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
5321      Branch: perl
5322            ! win32/win32.c
5323 ____________________________________________________________________________
5324 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
5325         Log: Subject: stat access time is wrong on Win95
5326              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
5327              Date: Tue, 18 Sep 2001 21:59:24 +0200
5328              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
5329      Branch: perl
5330            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
5331 ____________________________________________________________________________
5332 [ 12076] By: ams                                   on 2001/09/18  22:11:25
5333         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
5334              From: Michael G Schwern <schwern@pobox.com>
5335              Date: Tue, 18 Sep 2001 18:47:14 -0400
5336              Message-Id: <20010918184714.I585@blackrider>
5337      Branch: perl
5338            ! t/op/crypt.t
5339 ____________________________________________________________________________
5340 [ 12075] By: sky                                   on 2001/09/18  19:29:37
5341         Log: two test failures
5342              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5343              Message-ID: <20010918221702.A17408@rafael>
5344              partly applied, #12074 already fixed half the patch
5345      Branch: perl
5346            ! ext/threads/t/basic.t
5347 ____________________________________________________________________________
5348 [ 12074] By: sky                                   on 2001/09/18  18:49:03
5349         Log: Fixes test case failure introduced by #12071, the warning is
5350              now correctly spelled :-)
5351      Branch: perl
5352            ! ext/IO/lib/IO/t/io_sel.t
5353 ____________________________________________________________________________
5354 [ 12073] By: sky                                   on 2001/09/18  18:46:22
5355         Log: Make the test behave properly!
5356      Branch: perl
5357            ! ext/threads/t/basic.t
5358 ____________________________________________________________________________
5359 [ 12072] By: ams                                   on 2001/09/18  18:44:59
5360         Log: OP_RCATLINE is an SVOP, not a BASEOP.
5361      Branch: perl
5362            ! opcode.h opcode.pl
5363 ____________________________________________________________________________
5364 [ 12071] By: ams                                   on 2001/09/18  18:06:27
5365         Log: Deprecate != Depreciate.
5366      Branch: perl
5367            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
5368            ! lib/Pod/ParseUtils.pm
5369 ____________________________________________________________________________
5370 [ 12070] By: ams                                   on 2001/09/18  15:14:58
5371         Log: Subject: [PATCH] Getopt::Std cleanup
5372              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5373              Date: Tue, 18 Sep 2001 17:32:13 +0200
5374              Message-Id: <20010918173213.C777@rafael>
5375      Branch: perl
5376            ! lib/Getopt/Std.pm lib/Getopt/Std.t
5377 ____________________________________________________________________________
5378 [ 12069] By: sky                                   on 2001/09/18  14:56:33
5379         Log: Forgot the makefile
5380      Branch: perl
5381            + ext/threads/Makefile.PL
5382 ____________________________________________________________________________
5383 [ 12068] By: sky                                   on 2001/09/18  14:13:26
5384         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
5385              The test will fail because of Test.pm not knowing about threads. 
5386              basic needs to be manually tested
5387              compile time warnings on IV2PTR conversions need to be fixed
5388      Branch: perl
5389            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
5390            + ext/threads/threads.h ext/threads/threads.pm
5391            + ext/threads/threads.xs
5392            ! MANIFEST
5393 ____________________________________________________________________________
5394 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
5395         Log: DJGPP tweak from Laszlo Molnar.
5396      Branch: perl
5397            ! djgpp/config.over
5398 ____________________________________________________________________________
5399 [ 12066] By: sky                                   on 2001/09/18  10:24:31
5400         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
5401      Branch: perl
5402            ! sharedsv.c sharedsv.h
5403 ____________________________________________________________________________
5404 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
5405         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
5406              ditto ^cns.
5407      Branch: perl
5408            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
5409            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
5410            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
5411            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
5412            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
5413            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
5414            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
5415            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
5416            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
5417            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
5418            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
5419            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
5420            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
5421            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
5422            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
5423            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
5424            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
5425            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
5426            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
5427            + ext/Encode/Encode/ir-197.enc
5428            - ext/Encode/Encode/cns11643-1.enc
5429            - ext/Encode/Encode/cns11643-2.enc
5430            - ext/Encode/Encode/iso2022-cn.enc
5431            - ext/Encode/Encode/iso2022-jp.enc
5432            - ext/Encode/Encode/iso2022-jp1.enc
5433            - ext/Encode/Encode/iso2022-jp2.enc
5434            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
5435            - ext/Encode/Encode/iso8859-1.enc
5436            - ext/Encode/Encode/iso8859-1.ucm
5437            - ext/Encode/Encode/iso8859-10.enc
5438            - ext/Encode/Encode/iso8859-10.ucm
5439            - ext/Encode/Encode/iso8859-11.enc
5440            - ext/Encode/Encode/iso8859-11.ucm
5441            - ext/Encode/Encode/iso8859-13.enc
5442            - ext/Encode/Encode/iso8859-13.ucm
5443            - ext/Encode/Encode/iso8859-14.enc
5444            - ext/Encode/Encode/iso8859-14.ucm
5445            - ext/Encode/Encode/iso8859-15.enc
5446            - ext/Encode/Encode/iso8859-15.ucm
5447            - ext/Encode/Encode/iso8859-16.enc
5448            - ext/Encode/Encode/iso8859-16.ucm
5449            - ext/Encode/Encode/iso8859-2.enc
5450            - ext/Encode/Encode/iso8859-2.ucm
5451            - ext/Encode/Encode/iso8859-3.enc
5452            - ext/Encode/Encode/iso8859-3.ucm
5453            - ext/Encode/Encode/iso8859-4.enc
5454            - ext/Encode/Encode/iso8859-4.ucm
5455            - ext/Encode/Encode/iso8859-5.enc
5456            - ext/Encode/Encode/iso8859-5.ucm
5457            - ext/Encode/Encode/iso8859-6.enc
5458            - ext/Encode/Encode/iso8859-6.ucm
5459            - ext/Encode/Encode/iso8859-7.enc
5460            - ext/Encode/Encode/iso8859-7.ucm
5461            - ext/Encode/Encode/iso8859-8.enc
5462            - ext/Encode/Encode/iso8859-8.ucm
5463            - ext/Encode/Encode/iso8859-9.enc
5464            - ext/Encode/Encode/iso8859-9.ucm
5465            - ext/Encode/Encode/isoir-197.enc
5466            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
5467 ____________________________________________________________________________
5468 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
5469         Log: Must Uppercase.
5470      Branch: perl
5471            ! ext/Encode/Encode.pm
5472 ____________________________________________________________________________
5473 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
5474         Log: Add various encodings.
5475      Branch: perl
5476            + ext/Encode/Encode/iso8859-11.enc
5477            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
5478            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
5479            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
5480            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
5481            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
5482            + ext/Encode/Encode/viscii.ucm
5483            ! MANIFEST ext/Encode/Encode.pm
5484 ____________________________________________________________________________
5485 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
5486         Log: lib/unicode relic.
5487      Branch: perl
5488            ! ext/Encode/compile
5489 ____________________________________________________________________________
5490 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
5491         Log: Subject: [PATCH] Re: filename problems
5492              From: Michael G Schwern <schwern@pobox.com>
5493              Date: Mon, 17 Sep 2001 17:26:26 -0400
5494              Message-ID: <20010917172626.Q585@blackrider>
5495      Branch: perl
5496            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
5497            - t/lib/sample-tests/header_at_end
5498            - t/lib/sample-tests/header_at_end_fail
5499            ! MANIFEST lib/Test/Harness/t/test-harness.t
5500 ____________________________________________________________________________
5501 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
5502         Log: Explicitly explain the 1e9 seconds, not everybody
5503              is a C geek.
5504      Branch: perl
5505            ! ext/Time/HiRes/HiRes.pm
5506 ____________________________________________________________________________
5507 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
5508         Log: Explain an apparent bug reported by
5509              Richard J. Barbalace <rjbarbal@MIT.EDU>,
5510              with additional explanation from Gisle Aas.
5511      Branch: perl
5512            ! ext/Time/HiRes/HiRes.pm
5513 ____________________________________________________________________________
5514 [ 12058] By: ams                                   on 2001/09/17  19:52:01
5515         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
5516              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5517              Date: Mon, 17 Sep 2001 22:48:05 +0200
5518              Message-Id: <20010917224805.C11744@rafael>
5519      Branch: perl
5520            ! t/lib/warnings/op t/lib/warnings/pp
5521 ____________________________________________________________________________
5522 [ 12057] By: ams                                   on 2001/09/17  16:51:18
5523         Log: Its a nit!
5524      Branch: perl
5525            ! sv.h
5526 ____________________________________________________________________________
5527 [ 12056] By: ams                                   on 2001/09/17  16:47:55
5528         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
5529              From: "Craig A. Berry" <craigberry@mac.com>
5530              Date: Mon, 17 Sep 2001 12:34:20 -0500
5531              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
5532      Branch: perl
5533            ! vms/vms.c
5534 ____________________________________________________________________________
5535 [ 12055] By: ams                                   on 2001/09/17  16:05:15
5536         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
5537              From: Gisle Aas <gisle@ActiveState.com>
5538              Date: 16 Apr 2001 16:20:34 -0700
5539              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
5540              (Applied by hand.)
5541      Branch: perl
5542            ! lib/CPAN.pm lib/CPAN/Nox.pm
5543 ____________________________________________________________________________
5544 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
5545         Log: Update Changes.
5546      Branch: perl
5547            ! Changes patchlevel.h
5548 ____________________________________________________________________________
5549 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
5550         Log: Adding new files to the MANIFEST is always nice.
5551      Branch: perl
5552            ! MANIFEST
5553 ____________________________________________________________________________
5554 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
5555         Log: Reindent the PerlIO files (suggested by NI-S), used
5556              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
5557              (GNU indent).  Note that wholesale re-indenting might
5558              be nice, but that would break nice formatting/alignment
5559              of assignments, equality testing, and complex boolean
5560              expressions with lots of &s and |s.
5561      Branch: perl
5562            ! perlio.c perlio.h perliol.h
5563 ____________________________________________________________________________
5564 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
5565         Log: Add a script for being 8.3-polite.
5566              The found conflicts are being worked on.
5567      Branch: perl
5568            + check83.pl
5569            ! MANIFEST Porting/pumpkin.pod
5570 ____________________________________________________________________________
5571 [ 12050] By: sky                                   on 2001/09/17  12:44:36
5572         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
5573              finding it.
5574      Branch: perl
5575            ! sv.c
5576 ____________________________________________________________________________
5577 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
5578         Log: Bump up versions because of #12041.
5579      Branch: perl
5580            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
5581            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
5582            ! lib/Time/localtime.pm
5583 ____________________________________________________________________________
5584 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
5585         Log: Bump the version number because of #12042.
5586      Branch: perl
5587            ! lib/CPAN/FirstTime.pm
5588 ____________________________________________________________________________
5589 [ 12047] By: ams                                   on 2001/09/17  11:21:40
5590         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
5591              From: Abhijit Menon-Sen <ams@wiw.org>
5592              Date: Mon, 17 Sep 2001 17:44:12 +0530
5593              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
5594      Branch: perl
5595            ! op.c
5596 ____________________________________________________________________________
5597 [ 12046] By: sky                                   on 2001/09/17  07:14:17
5598         Log: Subject: Re: t/op/ver.t using skip() improperly
5599              From: "chromatic" <chromatic@rmci.net>
5600              Date: Mon, 17 Sep 2001 00:22:29 -0600
5601              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
5602      Branch: perl
5603            ! t/op/ver.t
5604 ____________________________________________________________________________
5605 [ 12045] By: nick                                  on 2001/09/17  07:12:14
5606         Log: Integrate mainline
5607      Branch: perlio
5608           +> t/op/chdir.t
5609           !> (integrate 117 files)
5610 ____________________________________________________________________________
5611 [ 12044] By: ams                                   on 2001/09/17  05:49:53
5612         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
5613              From: Ilmari Karonen <iltzu@sci.fi>
5614              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
5615              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
5616              (And $VERSION = '1.05'.)
5617      Branch: perl
5618            ! lib/constant.pm
5619 ____________________________________________________________________________
5620 [ 12043] By: ams                                   on 2001/09/17  05:44:50
5621         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
5622              From: Michael G Schwern <schwern@pobox.com>
5623              Date: Mon, 17 Sep 2001 07:49:04 +0200
5624              Message-Id: <20010917074904.V1588@blackrider>
5625              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
5626      Branch: perl
5627            + t/op/chdir.t
5628            ! MANIFEST pp_sys.c
5629 ____________________________________________________________________________
5630 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
5631         Log: Subject: Re: CPAN.pm needs some hacking 
5632              From: "chromatic" <chromatic@rmci.net>
5633              Date: Sun, 16 Sep 2001 16:46:29 -0600
5634              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
5635      Branch: perl
5636            ! lib/CPAN/FirstTime.pm
5637 ____________________________________________________________________________
5638 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
5639         Log: Change use|require 5.005_64 to use|require 5.6.1.
5640      Branch: perl
5641            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
5642            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
5643            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
5644            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
5645            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
5646            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
5647            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
5648            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
5649            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
5650            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
5651            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
5652            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
5653            ! lib/base.pm lib/fields.pm
5654 ____________________________________________________________________________
5655 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
5656         Log: Bump up version numbers.
5657              
5658              TODO 1: double check that pre-5.6.1 CPAN.pm:s
5659              don't try to download 5.8.0 because of the
5660              version numbers.  Mainly this means using _00
5661              in the core version numbers.
5662              
5663              TODO 2: the "use 5.005_64" in many modules
5664              needs to be changed to, say, "use 5.6.1".
5665      Branch: perl
5666            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
5667            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
5668            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
5669            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
5670            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
5671            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
5672            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
5673            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
5674            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
5675            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
5676            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
5677 ____________________________________________________________________________
5678 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
5679         Log: Use UCHARAT() as suggested by Inaba Hiroto.
5680      Branch: perl
5681            ! regexec.c
5682 ____________________________________________________________________________
5683 [ 12038] By: ams                                   on 2001/09/16  15:16:24
5684         Log: Subject: [PATCH] Re: Core module version numbers review
5685              From: Peter Scott <Peter@PSDT.com>
5686              Date: Sun, 16 Sep 2001 09:09:58 -0700
5687              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
5688      Branch: perl
5689            ! lib/perl5db.pl
5690 ____________________________________________________________________________
5691 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
5692         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
5693              not yet fully implemented.
5694      Branch: perl
5695            ! pod/perlfunc.pod pod/perlunicode.pod
5696 ____________________________________________________________________________
5697 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
5698         Log: Subject: [patch] plug PL_beginav_save leak
5699              From: Doug MacEachern <dougm@covalent.net>
5700              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
5701              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
5702      Branch: perl
5703            ! perl.c
5704 ____________________________________________________________________________
5705 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
5706         Log: (accidentally empty checkin)
5707      Branch: perl
5708            ! sv.c
5709 ____________________________________________________________________________
5710 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
5711         Log: Subject: [patch] ithreads+PL_beginav_save
5712              From: Doug MacEachern <dougm@covalent.net>
5713              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
5714              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
5715      Branch: perl
5716            ! sv.c
5717 ____________________________________________________________________________
5718 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
5719         Log: Subject: [PATCH] h2xs.PL with C::Scan
5720              From: Tim Jenness <t.jenness@jach.hawaii.edu>
5721              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
5722              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
5723      Branch: perl
5724            ! utils/h2xs.PL
5725 ____________________________________________________________________________
5726 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
5727         Log: Elaborate (well, make more vague, really) #12030.
5728      Branch: perl
5729            ! pod/perltodo.pod pod/perlunicode.pod
5730 ____________________________________________________________________________
5731 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
5732         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
5733              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
5734              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
5735              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
5736      Branch: perl
5737            ! regexec.c
5738 ____________________________________________________________________________
5739 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
5740         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
5741              are not yet complete.
5742      Branch: perl
5743            ! pod/perltodo.pod pod/perlunicode.pod
5744 ____________________________________________________________________________
5745 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
5746         Log: Document what's still to be done on the regular expression
5747              Unicode support, based on the UTR#18.
5748      Branch: perl
5749            ! pod/perltodo.pod pod/perlunicode.pod
5750 ____________________________________________________________________________
5751 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
5752         Log: Regen headers.
5753      Branch: perl
5754            ! embedvar.h perlapi.h
5755 ____________________________________________________________________________
5756 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
5757         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
5758              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5759              Date: Sun, 09 Sep 2001 18:41:54 +0100
5760              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
5761      Branch: perl
5762            ! Porting/findvars ext/ByteLoader/bytecode.h
5763            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
5764            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
5765 ____________________________________________________________________________
5766 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
5767         Log: enable most warnings for windows build; fix the various typecasting
5768              nits that showed up (no bugfixes here)
5769      Branch: maint-5.6/perl
5770            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
5771            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
5772            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
5773            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
5774            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
5775            ! x2p/walk.c
5776 ____________________________________________________________________________
5777 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
5778         Log: Integrate change #12024 from maintperl
5779              (a local() precedence bug)
5780      Branch: perl
5781           !> lib/ExtUtils/Install.pm
5782 ____________________________________________________________________________
5783 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
5784         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
5785              change#8642
5786      Branch: maint-5.6/perl
5787            ! lib/ExtUtils/Install.pm
5788 ____________________________________________________________________________
5789 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
5790         Log: Update Changes.
5791      Branch: perl
5792            ! Changes patchlevel.h
5793 ____________________________________________________________________________
5794 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
5795         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
5796              From: "chromatic" <chromatic@rmci.net>
5797              Date: Fri, 14 Sep 2001 09:44:57 -0600 
5798              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
5799      Branch: perl
5800            ! lib/ExtUtils/Manifest.t
5801 ____________________________________________________________________________
5802 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
5803         Log: Hopefully better skipping of the Complete.t tests
5804              in case of not a tty. 
5805      Branch: perl
5806            ! lib/Term/Complete.t t/op/stat.t
5807 ____________________________________________________________________________
5808 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
5809         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
5810              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
5811              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
5812              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
5813      Branch: perl
5814            ! regexec.c t/op/pat.t
5815 ____________________________________________________________________________
5816 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
5817         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
5818              From: Robin Barker <rmb1@cise.npl.co.uk>
5819              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
5820              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
5821      Branch: perl
5822            ! pod/perlport.pod
5823 ____________________________________________________________________________
5824 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
5825         Log: NetWare tweaks from Ananth Kesari.
5826      Branch: perl
5827            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
5828            ! NetWare/nwutil.h
5829 ____________________________________________________________________________
5830 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
5831         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
5832              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5833              Date: Fri, 14 Sep 2001 10:51:13 +0200
5834              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
5835      Branch: perl
5836            ! pod/perlport.pod
5837 ____________________________________________________________________________
5838 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
5839         Log: Subject: Re: [PATCH 2 pl2pm.PL]
5840              From: Joe Smith <Joe.Smith@inwap.com>
5841              Date: Fri, 14 Sep 2001 00:13:32 -0700
5842              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
5843              
5844              Eradicate qu.
5845      Branch: perl
5846            ! keywords.h keywords.pl utils/pl2pm.PL
5847 ____________________________________________________________________________
5848 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
5849         Log: Retract #12013, didn't go over too well in Tru64.
5850      Branch: perl
5851            ! embed.h embed.pl sv.h
5852 ____________________________________________________________________________
5853 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
5854         Log: Subject: [PATCH] Execute files of debugger commands
5855              From: Peter Scott <Peter@PSDT.com>
5856              Date: Thu, 13 Sep 2001 15:26:31 -0700
5857              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
5858      Branch: perl
5859            ! lib/perl5db.pl pod/perldebug.pod
5860 ____________________________________________________________________________
5861 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
5862         Log: (Retracted by #12015)
5863              Subject: [proposed PATCH] Re: perl@11920
5864              From: Nicholas Clark <nick@ccl4.org>
5865              Date: Wed, 12 Sep 2001 23:46:09 +0100
5866              Message-ID: <20010912234609.H4971@plum.flirble.org>     
5867      Branch: perl
5868            ! embed.h embed.pl sv.h
5869 ____________________________________________________________________________
5870 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
5871         Log: ucblib shouldn't be linked against in nonstop-ux,
5872              from Tom Bates.
5873      Branch: perl
5874            ! hints/nonstopux.sh
5875 ____________________________________________________________________________
5876 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
5877         Log: Do stty only if we have stty.
5878              
5879              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
5880      Branch: perl
5881            ! lib/Term/Complete.pm
5882 ____________________________________________________________________________
5883 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
5884         Log: Skip the test if not running on a tty.
5885      Branch: perl
5886            ! lib/Term/Complete.t
5887 ____________________________________________________________________________
5888 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
5889         Log: Regen headers.
5890      Branch: perl
5891            ! embed.h opcode.h pod/perlapi.pod proto.h
5892 ____________________________________________________________________________
5893 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
5894         Log: Subject: [PATCH op.c] Re: perl@12003
5895              From: Robin Barker <rmb1@cise.npl.co.uk>
5896              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
5897              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
5898      Branch: perl
5899            ! op.c
5900 ____________________________________________________________________________
5901 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
5902         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
5903              From: Robin Barker <rmb1@cise.npl.co.uk>
5904              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
5905              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
5906      Branch: perl
5907            ! sv.c
5908 ____________________________________________________________________________
5909 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
5910         Log: Upgrade to Memoize 0.66.
5911      Branch: perl
5912            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
5913            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
5914            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
5915 ____________________________________________________________________________
5916 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
5917         Log: Subject: [ID 20010912.007] substr reference core dump
5918              From: me-01@ton.iguana.be
5919              Date: 12 Sep 2001 14:11:16 -0000
5920              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
5921      Branch: perl
5922            ! mg.c
5923 ____________________________________________________________________________
5924 [ 12004] By: ams                                   on 2001/09/12  01:13:49
5925         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
5926              From: Ilmari Karonen <iltzu@sci.fi>
5927              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
5928              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
5929      Branch: perl
5930            ! pod/perlfaq4.pod
5931 ____________________________________________________________________________
5932 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
5933         Log: Update Changes.
5934      Branch: perl
5935            ! Changes patchlevel.h
5936 ____________________________________________________________________________
5937 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
5938         Log: NetWare update from Ananth Kesari.
5939      Branch: perl
5940            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
5941            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
5942 ____________________________________________________________________________
5943 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
5944         Log: Retract #11984: div() being redefined, and 1397
5945              failing on 64-bit platforms.
5946      Branch: perl
5947            ! lib/Math/BigInt/Calc.pm
5948 ____________________________________________________________________________
5949 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
5950         Log: Metaconfig unit change for #11999.
5951      Branch: metaconfig
5952            ! U/protos/d_lseekproto.U
5953 ____________________________________________________________________________
5954 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
5955         Log: The lseek fix (#11991) was no fix.
5956      Branch: perl
5957            ! Configure
5958 ____________________________________________________________________________
5959 [ 11998] By: sky                                   on 2001/09/11  07:52:06
5960         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
5961              From: Matt Sergeant <MSergeant@star.net.uk>
5962              Date: Tue, 11 Sep 2001 09:22:32 +0100
5963              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
5964      Branch: perl
5965            ! ext/Encode/Encode.pm
5966 ____________________________________________________________________________
5967 [ 11997] By: sky                                   on 2001/09/11  06:35:29
5968         Log: Sometimes dTHX is added because it is needed on non 
5969              gnuc platforms, but not needed there. This uses GCC
5970              to silence GCC specific warnings by marking pTHX as 
5971              unused.
5972      Branch: perl
5973            ! perl.h
5974 ____________________________________________________________________________
5975 [ 11996] By: nick                                  on 2001/09/11  06:25:27
5976         Log: Integrate mainline
5977      Branch: perlio
5978            - ext/POSIX/sigaction.t lib/File/Find/taint.t
5979           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
5980 ____________________________________________________________________________
5981 [ 11995] By: nick                                  on 2001/09/11  06:23:39
5982         Log: Part Integrate mainline
5983      Branch: perlio
5984           +> (branch 69 files)
5985            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
5986            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
5987            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
5988            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
5989            - lib/Switch/t/switch_case.t lib/Test/Harness.t
5990            - lib/Test/More/Changes lib/Test/More/t/More.t
5991            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
5992            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
5993            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
5994            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
5995            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
5996            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
5997            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
5998            - t/lib/Test/More/Catch.pm wince/perl.ico
5999           !> (integrate 197 files)
6000 ____________________________________________________________________________
6001 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
6002         Log: Subject: Re: [PATCH] Encode.pm docs fix
6003              From: Gisle Aas <gisle@ActiveState.com>
6004              Date: 10 Sep 2001 11:27:02 -0700
6005              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
6006      Branch: perl
6007            ! ext/Encode/Encode.pm
6008 ____________________________________________________________________________
6009 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
6010         Log: Fix unpack U to be the reverse of pack U
6011              (but implement unpack U0U as a backdoor to get
6012              the UTF-8 malformed warnings from un-UTF-8 data)
6013      Branch: perl
6014            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
6015 ____________________________________________________________________________
6016 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
6017         Log: Metaconfig unit change for #11991;
6018              delete an unused unit (d_strtoull.U is the one used)
6019      Branch: metaconfig
6020            ! U/protos/d_lseekproto.U
6021      Branch: metaconfig/U/perl
6022            - strtoull.U
6023 ____________________________________________________________________________
6024 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
6025         Log: Subject: [PATCH] Configure not recording lseek proto
6026              From: Blair Zajac <blair@orcaware.com>
6027              Date: Mon, 10 Sep 2001 17:52:37 -0700
6028              Message-ID: <3B9D6055.BA334A31@orcaware.com>
6029              
6030              plus regen Configure.
6031      Branch: perl
6032            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6033            ! config_h.SH uconfig.h
6034 ____________________________________________________________________________
6035 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
6036         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?)))                  
6037              From: Nicholas Clark <nick@ccl4.org>
6038              Date: Tue, 11 Sep 2001 00:00:31 +0100
6039              Message-ID: <20010911000031.G1512@plum.flirble.org>
6040      Branch: perl
6041            + t/op/qq.t
6042            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
6043 ____________________________________________________________________________
6044 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
6045         Log: Subject: [PATCH] Building on win32 w/o perlio
6046              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
6047              Date: Mon, 10 Sep 2001 23:38:46 +0200
6048              Message-ID: <3B9D4F06.14433.2C37644@localhost>
6049      Branch: perl
6050            ! perl.c win32/Makefile win32/makefile.mk
6051 ____________________________________________________________________________
6052 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
6053         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
6054              From: "chromatic" <chromatic@rmci.net>
6055              Date: Mon, 10 Sep 2001 15:14:01 -0600
6056              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
6057      Branch: perl
6058            + lib/CGI/t/push.t
6059            ! MANIFEST
6060 ____________________________________________________________________________
6061 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
6062         Log: Subject: avoiding hoardes of zombies
6063              From: Nicholas Clark <nick@ccl4.org>
6064              Date: Mon, 10 Sep 2001 22:00:40 +0100
6065              Message-ID: <20010910220040.C1512@plum.flirble.org>
6066      Branch: perl
6067            ! pod/perlipc.pod
6068 ____________________________________________________________________________
6069 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
6070         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
6071              From: John Peacock <jpeacock@rowman.com>
6072              Date: Mon, 10 Sep 2001 16:34:30 -0400
6073              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
6074      Branch: perl
6075            ! sv.c t/op/ver.t utf8.h
6076 ____________________________________________________________________________
6077 [ 11985] By: ams                                   on 2001/09/10  23:20:13
6078         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
6079      Branch: perl
6080            ! MANIFEST
6081 ____________________________________________________________________________
6082 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
6083         Log: (Retracted by #12001)
6084              Subject: Calc with USE_MUL/USE_DIV
6085              From: Tels <perl_dummy@bloodgate.com>
6086              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
6087              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
6088      Branch: perl
6089            ! lib/Math/BigInt/Calc.pm
6090 ____________________________________________________________________________
6091 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
6092         Log: Subject: [PATCH op.c] Re: perl@11978
6093              From: Robin Barker <rmb1@cise.npl.co.uk>
6094              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
6095              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
6096              
6097              Format errors.
6098      Branch: perl
6099            ! op.c
6100 ____________________________________________________________________________
6101 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
6102         Log: Switch PADOFFSET back to U32 both because of binary backward
6103              compatibility and because Arthur seems to have been fixing the
6104              problems with naughty integer-pointer casting.
6105      Branch: perl
6106            ! op.h
6107 ____________________________________________________________________________
6108 [ 11981] By: ams                                   on 2001/09/10  16:31:43
6109         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
6110              Fix Pod Typo, Add Test for ExtUtils::Command
6111              From: "chromatic" <chromatic@rmci.net>
6112              Date: Mon, 10 Sep 2001 11:20:56 -0600
6113              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
6114      Branch: perl
6115            + lib/ExtUtils/Command.t
6116            ! MANIFEST lib/ExtUtils/Command.pm
6117 ____________________________________________________________________________
6118 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
6119         Log: Subject: [PATCH] Encode.pm docs fix
6120              From: Matt Sergeant <MSergeant@star.net.uk>
6121              Date: Mon, 10 Sep 2001 15:24:01 +0100
6122              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
6123      Branch: perl
6124            ! ext/Encode/Encode.pm
6125 ____________________________________________________________________________
6126 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
6127         Log: Update Changes.
6128      Branch: perl
6129            ! Changes patchlevel.h
6130 ____________________________________________________________________________
6131 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
6132         Log: Revert #11973, the dTHX seems to be needed in there
6133              for threaded builds.
6134      Branch: perl
6135            ! perlio.c
6136 ____________________________________________________________________________
6137 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
6138         Log: Detypo.
6139      Branch: perl
6140            ! pod/perlguts.pod
6141 ____________________________________________________________________________
6142 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
6143         Log: Further Class::Struct patching from Damian.
6144              
6145              The new new semantics are:
6146              
6147              * If you pass an initializer for a nested object, it has to be:
6148              a) a reference to an object of that class, or      
6149              b) a reference to an object of a subclass of that class, or
6150              c) a reference to a hash of arguments to be passed to the
6151              class's constructor
6152              * If you pass no initializer for a nested object, the attribute
6153              is initialized to C<undef>
6154      Branch: perl
6155            ! lib/Class/Struct.pm
6156 ____________________________________________________________________________
6157 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
6158         Log: Skip the crypt test if no crypt.
6159      Branch: perl
6160            ! t/op/crypt.t
6161 ____________________________________________________________________________
6162 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
6163         Log: Warn against using bare v-strings as IP addresses
6164              (okay if using the wrappers from Socket)
6165      Branch: perl
6166            ! pod/perldata.pod pod/perlport.pod
6167 ____________________________________________________________________________
6168 [ 11973] By: sky                                   on 2001/09/10  11:57:58
6169         Log: Remove unused dTHX. Silenced another warning.
6170      Branch: perl
6171            ! perlio.c
6172 ____________________________________________________________________________
6173 [ 11972] By: sky                                   on 2001/09/10  11:54:25
6174         Log: Silence some more warnings INT2PTR.
6175      Branch: perl
6176            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
6177 ____________________________________________________________________________
6178 [ 11971] By: sky                                   on 2001/09/10  11:21:50
6179         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
6180      Branch: perl
6181            ! cop.h
6182 ____________________________________________________________________________
6183 [ 11970] By: sky                                   on 2001/09/10  11:17:25
6184         Log: Apply INT2PTR with force to silence warnings from
6185              PM_GETRE and friends. No more warnings with 64bit 
6186              IVs and 32bit pointers.    
6187      Branch: perl
6188            ! op.c op.h perl.c
6189 ____________________________________________________________________________
6190 [ 11969] By: sky                                   on 2001/09/10  10:13:02
6191         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
6192      Branch: perl
6193            ! pod/perlguts.pod
6194 ____________________________________________________________________________
6195 [ 11968] By: sky                                   on 2001/09/10  10:02:51
6196         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
6197              Rename to custop_op_name to Perl_custom_op_name to match perlapi
6198              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
6199              perl_clone.
6200      Branch: perl
6201            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
6202 ____________________________________________________________________________
6203 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
6204         Log: Using strlen() not good on embedded nul bytes.
6205      Branch: perl
6206            ! regcomp.c
6207 ____________________________________________________________________________
6208 [ 11966] By: ams                                   on 2001/09/09  21:06:13
6209         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
6210              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6211              Date: Mon, 13 Aug 2001 22:51:59 +0200
6212              Message-ID: <20010813225159.C6681@rafael>
6213              (Applied with several tweaks.)
6214      Branch: perl
6215            ! embed.h embed.pl proto.h toke.c
6216 ____________________________________________________________________________
6217 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
6218         Log: The exact error message is system-dependent.
6219      Branch: perl
6220            ! lib/ExtUtils/Manifest.t
6221 ____________________________________________________________________________
6222 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
6223         Log: Add Windows and Mac Sami support to Encode
6224              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
6225      Branch: perl
6226            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
6227            ! MANIFEST
6228 ____________________________________________________________________________
6229 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
6230         Log: Use the tried method.
6231      Branch: perl
6232            ! pod/perlport.pod
6233 ____________________________________________________________________________
6234 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
6235         Log: Can't count parentheses.
6236      Branch: perl
6237            ! ext/IO/lib/IO/Socket/INET.pm
6238 ____________________________________________________________________________
6239 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
6240         Log: perlport additions: 1 while unlink, add/delete directory
6241              entries and permissions, cygwin stat funkiness (from Michael
6242              Schwern and Nicholas Clark)
6243      Branch: perl
6244            ! pod/perlport.pod
6245 ____________________________________________________________________________
6246 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
6247         Log: blib does have a detectable test.
6248      Branch: perl
6249            ! t/lib/1_compile.t
6250 ____________________________________________________________________________
6251 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
6252         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
6253              From: "chromatic" <chromatic@rmci.net>
6254              Date: Sat, 08 Sep 2001 19:33:42 -0600
6255              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
6256      Branch: perl
6257            + lib/Term/Complete.t
6258            ! MANIFEST
6259 ____________________________________________________________________________
6260 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
6261         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
6262              From: Michael G Schwern <schwern@pobox.com> 
6263              Date: Sat, 8 Sep 2001 02:40:26 -0400
6264              Message-ID: <20010908024026.A26283@blackrider>
6265      Branch: perl
6266            + lib/Test/Tutorial.pod
6267            ! MANIFEST
6268 ____________________________________________________________________________
6269 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
6270         Log: Try to look up protocol (by name) only iff it has non-numbers:
6271              nice if the server is in a chrooted environment (no /etc/protocols,
6272              server code using hardcorded protocol numbers like 6 for tcp),
6273              suggested by John Holdsworth <coldwave@bigfoot.com>.
6274              In other words, if we are given a number, why look it up again
6275              (by number)?
6276      Branch: perl
6277            ! ext/IO/lib/IO/Socket/INET.pm
6278 ____________________________________________________________________________
6279 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
6280         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
6281              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
6282              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
6283              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
6284              
6285              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
6286              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
6287              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
6288              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
6289              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
6290              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
6291              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
6292              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
6293      Branch: perl
6294            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
6295 ____________________________________________________________________________
6296 [ 11955] By: ams                                   on 2001/09/09  02:54:21
6297         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
6298              From: "Craig A. Berry" <craigberry@mac.com>
6299              Date: Sat, 08 Sep 2001 19:02:16 -0500
6300              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
6301      Branch: perl
6302            ! lib/CGI/t/carp.t
6303 ____________________________________________________________________________
6304 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
6305         Log: Documentation tweaks; think the IP address as an opaque string.
6306      Branch: perl
6307            ! ext/Socket/Socket.pm
6308 ____________________________________________________________________________
6309 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
6310         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
6311              From: Michael G Schwern <schwern@pobox.com>
6312              Date: Sat, 8 Sep 2001 19:45:46 -0400
6313              Message-ID: <20010908194546.C9193@blackrider>
6314      Branch: perl
6315            + lib/blib.t
6316            ! MANIFEST lib/blib.pm t/lib/1_compile.t
6317 ____________________________________________________________________________
6318 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
6319         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
6320              From: "chromatic" <chromatic@rmci.net>
6321              Date: Sat, 08 Sep 2001 12:31:44 -0600
6322              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
6323      Branch: perl
6324            + lib/CGI/t/fast.t
6325            ! MANIFEST
6326 ____________________________________________________________________________
6327 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
6328         Log: The Socket tests were wrong: they were assuming too much.
6329      Branch: perl
6330            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
6331 ____________________________________________________________________________
6332 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
6333         Log: Retract the portability changes since they
6334              seem to have opened a can of worms... will
6335              go back to UNICOS/mk and do the bare minimum
6336              required to get the tests working.
6337      Branch: perl
6338            ! ext/Socket/Socket.xs
6339 ____________________________________________________________________________
6340 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
6341         Log: PADOFFSET is used to cast pointers into integers,
6342              if pointers are 64 bits and U32 32 bits,
6343              bad things may happen, or at least warnings issued.
6344      Branch: perl
6345            ! op.h
6346 ____________________________________________________________________________
6347 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
6348         Log: Still more Socket portability tweaking.
6349              Now Socket.t seems to be happy in all of
6350              Linux/x86, Tru64/alpha, Solaris/sparc,
6351              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
6352              
6353              Addendum: it seems that io_multihomed, io_sock, and hostent
6354              were broken in little-endians (linux/x86 and tru64/alpha)
6355              because of this change.  Argh.
6356      Branch: perl
6357            ! ext/Socket/Socket.xs
6358 ____________________________________________________________________________
6359 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
6360         Log: More portability kicking on inet_ntoa().
6361      Branch: perl
6362            ! ext/Socket/Socket.xs
6363 ____________________________________________________________________________
6364 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
6365         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
6366              From: Michael G Schwern <schwern@pobox.com> 
6367              Date: Fri, 7 Sep 2001 23:06:51 -0400
6368              Message-ID: <20010907230651.R606@blackrider>
6369      Branch: perl
6370            + lib/ExtUtils/Manifest.t
6371            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
6372 ____________________________________________________________________________
6373 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
6374         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
6375              From: "chromatic" <chromatic@rmci.net>
6376              Date: Fri, 07 Sep 2001 17:53:15 -0600      
6377              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
6378      Branch: perl
6379            + lib/ExtUtils/testlib.t
6380            ! MANIFEST
6381 ____________________________________________________________________________
6382 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
6383         Log: Thinko.
6384      Branch: perl
6385            ! lib/integer.t
6386 ____________________________________________________________________________
6387 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
6388         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
6389              From: "Craig A. Berry" <craigberry@mac.com>
6390              Date: Fri, 07 Sep 2001 15:30:03 -0500
6391              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
6392      Branch: perl
6393            ! lib/CGI/Carp.pm
6394 ____________________________________________________________________________
6395 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
6396         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
6397              From: Michael G Schwern <schwern@pobox.com>
6398              Date: Fri, 7 Sep 2001 15:38:13 -0400
6399              Message-ID: <20010907153813.K606@blackrider>
6400      Branch: perl
6401            ! lib/ExtUtils/MM_Unix.pm
6402 ____________________________________________________________________________
6403 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
6404         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
6405              From: Robin Barker <rmb1@cise.npl.co.uk>
6406              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
6407              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
6408      Branch: perl
6409            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
6410 ____________________________________________________________________________
6411 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
6412         Log: Clean up 1_compile.t; move tests to more consistent
6413              places (t/ subdirectories); add integer.t (much of
6414              the pragma is tested elsewhere but there is no one
6415              centralized place)
6416      Branch: perl
6417            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
6418            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
6419            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
6420            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
6421            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
6422            - lib/File/Find/find.t lib/File/Find/taint.t
6423            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
6424 ____________________________________________________________________________
6425 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
6426         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
6427              From: "chromatic" <chromatic@rmci.net>
6428              Date: Fri, 07 Sep 2001 10:17:40 -0600
6429              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
6430      Branch: perl
6431            ! lib/File/Find/taint.t
6432 ____________________________________________________________________________
6433 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
6434         Log: Update Changes.
6435      Branch: perl
6436            ! Changes patchlevel.h
6437 ____________________________________________________________________________
6438 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
6439         Log: Rename the old threading tutorial, start a new one,
6440              regen toc.
6441      Branch: perl
6442            + pod/perlothrtut.pod
6443            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
6444            ! pod/perltoc.pod
6445 ____________________________________________________________________________
6446 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
6447         Log: vars very much has a test.
6448      Branch: perl
6449            ! t/lib/1_compile.t
6450 ____________________________________________________________________________
6451 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
6452         Log: Subject: Re: wince/perl.ico marked as binary
6453              From: Nicholas Clark <nick@ccl4.org>
6454              Date: Fri, 7 Sep 2001 13:54:40 +0100
6455              Message-ID: <20010907135439.D39150@plum.flirble.org>
6456              
6457              and wince/Makefile.ce change from Rainer Keuchel.
6458      Branch: perl
6459            + wince/makeico.pl
6460            ! MANIFEST wince/Makefile.ce
6461 ____________________________________________________________________________
6462 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
6463         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
6464              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
6465              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
6466              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
6467      Branch: perl
6468            ! regexec.c
6469 ____________________________________________________________________________
6470 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
6471         Log: (Replaced by #11934)
6472              Subject: Re: [PATCH regexec.c] more general .* and .*?
6473              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
6474              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
6475              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
6476      Branch: perl
6477            ! regexec.c
6478 ____________________________________________________________________________
6479 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
6480         Log: The #11931 patching misbehaved.
6481      Branch: perl
6482            ! lib/Test/Harness/t/test-harness.t
6483 ____________________________________________________________________________
6484 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
6485         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
6486              From: Michael G Schwern <schwern@pobox.com>
6487              Date: Fri, 7 Sep 2001 03:30:41 -0400
6488              Message-ID: <20010907033041.A2796@blackrider>
6489      Branch: perl
6490            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
6491            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
6492            + t/lib/sample-tests/header_at_end_fail
6493            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
6494            - lib/Test/Harness.t
6495            ! MANIFEST lib/Test/Harness.pm t/TEST
6496 ____________________________________________________________________________
6497 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
6498         Log: Subject: [PATCH] Digest::MD5 update
6499              From: Gisle Aas <gisle@ActiveState.com>
6500              Date: 06 Sep 2001 23:32:56 -0700
6501              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
6502      Branch: perl
6503            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
6504            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
6505 ____________________________________________________________________________
6506 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
6507         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
6508              From: "chromatic" <chromatic@rmci.net>
6509              Date: Thu, 06 Sep 2001 23:11:44 -0600
6510              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
6511      Branch: perl
6512            + lib/less.t
6513            ! MANIFEST t/lib/1_compile.t
6514 ____________________________________________________________________________
6515 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
6516         Log: The binary file must somehow differently stored.
6517      Branch: perl
6518            - wince/perl.ico
6519            ! MANIFEST
6520 ____________________________________________________________________________
6521 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
6522         Log: Add more modules to the list of modules that have tests,
6523              Schwern's wallet is getting more nervous.
6524              (Run t/lib/1_compile.t manually to see which modules
6525              are lacking tests, or the tests can't be run for some
6526              reason or another, such as the Net:: modules)
6527      Branch: perl
6528            ! t/lib/1_compile.t
6529 ____________________________________________________________________________
6530 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
6531         Log: Try to make Socket::inet_ntoa() more robust.
6532      Branch: perl
6533            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
6534 ____________________________________________________________________________
6535 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
6536         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
6537              From: chromatic <chromatic@rmci.net>       
6538              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
6539              Message-Id: <01090522580506.19590@firewheel>           
6540      Branch: perl
6541            ! lib/English.t
6542 ____________________________________________________________________________
6543 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
6544         Log: Subject: Re: perlvar manpage and localizing special vars
6545              From: Stas Bekman <stas@stason.org>
6546              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
6547              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
6548      Branch: perl
6549            ! pod/perlvar.pod
6550 ____________________________________________________________________________
6551 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
6552         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
6553              From: Robin Barker <rmb1@cise.npl.co.uk>
6554              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
6555              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
6556      Branch: perl
6557            ! lib/ExtUtils/MakeMaker.pm
6558 ____________________________________________________________________________
6559 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
6560         Log: Symbol missing; AIX unhappy.
6561      Branch: perl
6562            ! makedef.pl
6563 ____________________________________________________________________________
6564 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
6565         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
6566              Reported in 5.61, seems to work okay in blead.
6567      Branch: perl
6568            ! t/run/kill_perl.t
6569 ____________________________________________________________________________
6570 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
6571         Log: Update Changes.
6572      Branch: perl
6573            ! Changes patchlevel.h
6574 ____________________________________________________________________________
6575 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
6576         Log: Document the bad assumptions currently breaking
6577              the Socket.t tests 10, 11, and 13 in UNICOS.
6578      Branch: perl
6579            ! ext/Socket/Socket.xs
6580 ____________________________________________________________________________
6581 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
6582         Log: Subject: [PATCH x2p] make OPTIMIZE=...
6583              From: Robin Barker <rmb1@cise.npl.co.uk>
6584              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
6585              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
6586      Branch: perl
6587            ! x2p/Makefile.SH x2p/cflags.SH
6588 ____________________________________________________________________________
6589 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
6590         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
6591              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
6592              Date: Thu, 6 Sep 2001 11:09:40 +0100
6593              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
6594              
6595              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
6596              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
6597              Date: 6 Sep 2001 10:14:38 -0000
6598              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
6599      Branch: perl
6600            ! pod/perlfaq1.pod pod/perlhack.pod
6601 ____________________________________________________________________________
6602 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
6603         Log: Subject: Extra NUL is Data::Dumper output - patch
6604              From: Tony Cook <tony@develop-help.com>
6605              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
6606              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
6607      Branch: perl
6608            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
6609 ____________________________________________________________________________
6610 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
6611         Log: Avoid redefinition warning
6612              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
6613              from
6614              perl -w -Ilib -MCwd -e ''
6615      Branch: perl
6616            ! lib/Cwd.pm
6617 ____________________________________________________________________________
6618 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
6619         Log: Update the is_tainted() example implementation.
6620      Branch: perl
6621            ! pod/perlsec.pod
6622 ____________________________________________________________________________
6623 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
6624         Log: Missing) in #11912.
6625      Branch: perl
6626            ! lib/Test/Simple/t/fail.t
6627 ____________________________________________________________________________
6628 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
6629         Log: Rewhack Test-Simple into core harness.
6630      Branch: perl
6631            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
6632            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
6633            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
6634            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
6635            ! lib/Test/Simple/t/skipall.t
6636 ____________________________________________________________________________
6637 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
6638         Log: Workaround for the new Exporter 'feature'.
6639      Branch: perl
6640            ! lib/Test/More.pm
6641 ____________________________________________________________________________
6642 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
6643         Log: Re-introduce pure-Perl fall-back for abs_path,
6644              re-introduce #11898.
6645      Branch: perl
6646            ! lib/Cwd.pm lib/File/Find.pm
6647 ____________________________________________________________________________
6648 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
6649         Log: More tests.
6650      Branch: perl
6651            ! lib/Exporter.t
6652 ____________________________________________________________________________
6653 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
6654         Log: Retract #11898 for now because it introduces
6655              a rather nasty depencency: when B is being built,
6656              MakeMaker is used.  MakeMaker uses File::Find.
6657              File::Find uses Cwd::getcwd()...which doesn't
6658              exist yet.
6659      Branch: perl
6660            ! lib/File/Find.pm
6661 ____________________________________________________________________________
6662 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
6663         Log: New test welcome.
6664      Branch: perl
6665            + lib/Test/Simple/t/simple.t
6666 ____________________________________________________________________________
6667 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
6668         Log: Old test begone.
6669      Branch: perl
6670            - lib/Attribute/Handlers/test.pl
6671 ____________________________________________________________________________
6672 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
6673         Log: Test-Simple syncup from Schwern.
6674      Branch: perl
6675            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
6676            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
6677            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
6678            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
6679            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
6680            - lib/Test/More/Changes lib/Test/More/t/More.t
6681            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
6682            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
6683            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
6684            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
6685            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
6686            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
6687            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
6688            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
6689            ! t/lib/Test/Simple/sample_tests/death.plx
6690            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
6691            ! t/lib/Test/Simple/sample_tests/extras.plx
6692            ! t/lib/Test/Simple/sample_tests/five_fail.plx
6693            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
6694            ! t/lib/Test/Simple/sample_tests/one_fail.plx
6695            ! t/lib/Test/Simple/sample_tests/require.plx
6696            ! t/lib/Test/Simple/sample_tests/success.plx
6697            ! t/lib/Test/Simple/sample_tests/too_few.plx
6698            ! t/lib/Test/Simple/sample_tests/two_fail.plx
6699 ____________________________________________________________________________
6700 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
6701         Log: Integrate File::Find changes from bleadperl
6702      Branch: maint-5.6/macperl
6703            ! lib/File/Find.pm t/lib/filefind-taint.t
6704 ____________________________________________________________________________
6705 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
6706         Log: Integrate 11847 from maint-5.6/perl
6707      Branch: maint-5.6/macperl
6708           !> sv.c
6709 ____________________________________________________________________________
6710 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
6711         Log: In UNICOS division yada yada.
6712      Branch: perl
6713            ! t/op/override.t
6714 ____________________________________________________________________________
6715 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
6716         Log: In UNICOS division is really lossy, better use
6717              a tolerance test.
6718      Branch: perl
6719            ! ext/Time/HiRes/HiRes.t
6720 ____________________________________________________________________________
6721 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
6722         Log: In UNICOS sigaction() sets an extra flag
6723              ("the signal has been registered for all the processes in
6724              a multitasking group.")
6725      Branch: perl
6726            ! ext/POSIX/sigaction.t
6727 ____________________________________________________________________________
6728 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
6729         Log: Documentation micropatch from Damian.
6730      Branch: perl
6731            ! lib/Attribute/Handlers.pm
6732 ____________________________________________________________________________
6733 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
6734         Log: (Retracted by #11908)
6735              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
6736              From: Michael G Schwern <schwern@pobox.com>
6737              Date: Wed, 5 Sep 2001 15:58:21 -0400
6738              Message-ID: <20010905155821.I632@blackrider>
6739      Branch: perl
6740            ! lib/File/Find.pm lib/File/Find/taint.t
6741 ____________________________________________________________________________
6742 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
6743         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
6744              From: Michael G Schwern <schwern@pobox.com>
6745              Date: Wed, 5 Sep 2001 19:16:31 -0400
6746              Message-ID: <20010905191631.E11386@blackrider>
6747      Branch: perl
6748            + lib/CGI/t/carp.t
6749            ! MANIFEST
6750 ____________________________________________________________________________
6751 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
6752         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
6753              From: chromatic <chromatic@rmci.net>
6754              Date: Wed, 5 Sep 2001 18:08:07 -0600
6755              Message-Id: <01090518080700.19590@firewheel>
6756      Branch: perl
6757            ! lib/English.pm
6758 ____________________________________________________________________________
6759 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
6760         Log: Fix a typo #11889 and add a test for the same.
6761      Branch: perl
6762            ! ext/Socket/Socket.t ext/Socket/Socket.xs
6763 ____________________________________________________________________________
6764 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
6765         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
6766              From: "Craig A. Berry" <craigberry@mac.com>
6767              Date: Wed, 05 Sep 2001 17:48:54 -0500
6768              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
6769      Branch: perl
6770            ! lib/warnings.t t/run/kill_perl.t
6771 ____________________________________________________________________________
6772 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
6773         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
6774              From: Michael G Schwern <schwern@pobox.com>
6775              Date: Wed, 5 Sep 2001 17:22:25 -0400
6776              Message-ID: <20010905172225.C11386@blackrider>
6777      Branch: perl
6778            ! t/run/kill_perl.t
6779 ____________________________________________________________________________
6780 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
6781         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
6782              From: Nicholas Clark <nick@ccl4.org>
6783              Date: Wed, 5 Sep 2001 20:54:24 +0100
6784              Message-ID: <20010905205424.C25120@plum.flirble.org>
6785      Branch: perl
6786            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
6787 ____________________________________________________________________________
6788 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
6789         Log: Forgotten thing.
6790      Branch: perl
6791            ! uconfig.h
6792 ____________________________________________________________________________
6793 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
6794         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
6795              From: chromatic <chromatic@rmci.net>               
6796              Date: Wed, 5 Sep 2001 13:22:08 -0600
6797              Message-Id: <01090513220807.10587@firewheel> 
6798      Branch: perl
6799            ! lib/English.pm
6800 ____________________________________________________________________________
6801 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
6802         Log: inet_ntoa() tweaks:
6803              - don't allow addresses with > 255 characters
6804              - indent the HP-UX workaround
6805              - don't leak memory
6806      Branch: perl
6807            ! ext/Socket/Socket.xs
6808 ____________________________________________________________________________
6809 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
6810         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
6811              <xwu@theeducationcenter.com>
6812      Branch: perl
6813            ! lib/File/Find.pm
6814 ____________________________________________________________________________
6815 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
6816         Log: Typo nits.
6817      Branch: perl
6818            ! lib/File/Find.pm
6819 ____________________________________________________________________________
6820 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
6821         Log: -Wall nit.
6822      Branch: perl
6823            ! op.c
6824 ____________________________________________________________________________
6825 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
6826         Log: Update to Scalar-List-Utils 1.05
6827      Branch: perl
6828            ! ext/List/Util/ChangeLog ext/List/Util/README
6829            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
6830 ____________________________________________________________________________
6831 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
6832         Log: Update Changes.
6833      Branch: perl
6834            ! Changes patchlevel.h
6835 ____________________________________________________________________________
6836 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
6837         Log: Update to Scalar-List-Utils 1.04
6838      Branch: perl
6839            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
6840            ! ext/List/Util/lib/List/Util.pm
6841            ! ext/List/Util/lib/Scalar/Util.pm
6842 ____________________________________________________________________________
6843 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
6844         Log: Metaconfigify #11724.
6845      Branch: metaconfig
6846            ! U/threads/archname.U
6847 ____________________________________________________________________________
6848 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
6849         Log: The MacOS reference is okay, no reason to hide it.
6850      Branch: perl
6851            ! lib/Cwd.pm
6852 ____________________________________________________________________________
6853 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
6854         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
6855              From: Michael G Schwern <schwern@pobox.com>
6856              Date: Tue, 4 Sep 2001 15:30:10 -0400
6857              Message-ID: <20010904153010.H26466@blackrider> 
6858              
6859              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
6860      Branch: perl
6861            ! ext/Cwd/Makefile.PL lib/Cwd.pm
6862 ____________________________________________________________________________
6863 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
6864         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.))
6865              From: Michael G Schwern <schwern@pobox.com>
6866              Date: Tue, 4 Sep 2001 17:39:13 -0400
6867              Message-ID: <20010904173913.C626@blackrider>
6868      Branch: perl
6869            ! lib/Cwd.pm
6870 ____________________________________________________________________________
6871 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
6872         Log: Subject: Re: Perl_pp_* in public API?
6873              From: "Craig A. Berry" <craigberry@mac.com>
6874              Date: Tue, 4 Sep 2001 21:51:29 -0500
6875              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
6876      Branch: perl
6877            ! ext/List/Util/Util.xs
6878 ____________________________________________________________________________
6879 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
6880         Log: From Damian: Class::Struct was unable to define
6881              recursive classes.  After the patch an object reference
6882              (rather than a hash) is required to initialize
6883              an object attribute.  If no such initializer is given to
6884              the constructor, object attributes are now default
6885              initialized to C<undef>.
6886      Branch: perl
6887            ! lib/Class/Struct.pm lib/Class/Struct.t
6888 ____________________________________________________________________________
6889 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
6890         Log: Subject: Re: sv_catpvfn and sv_setpvfn
6891              From: Richard Soderberg <rs@oregonnet.com>
6892              Date: Tue, 4 Sep 2001 15:16:47 -0700
6893              Message-Id: <200109042216.PAA17858@oregonnet.com>
6894      Branch: perl
6895            ! pod/perlclib.pod pod/perlguts.pod
6896 ____________________________________________________________________________
6897 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
6898         Log: NetWare updates from Ananth Kesari.
6899      Branch: perl
6900            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
6901            ! NetWare/nw5thread.h
6902 ____________________________________________________________________________
6903 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
6904         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?))
6905              From: Nicholas Clark <nick@ccl4.org>
6906              Date: Tue, 4 Sep 2001 22:42:50 +0100
6907              Message-ID: <20010904224250.P25120@plum.flirble.org>
6908      Branch: perl
6909            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
6910            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
6911            ! t/op/oct.t toke.c
6912 ____________________________________________________________________________
6913 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
6914         Log: Fix Cwd::getcwd() not being tainted, as noticed
6915              by Schwern.
6916      Branch: perl
6917            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
6918            - ext/Cwd/Cwd.t
6919            ! MANIFEST ext/Cwd/Cwd.xs util.c
6920 ____________________________________________________________________________
6921 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
6922         Log: Retract #11870 and volatilize the right destruct_level.
6923              Silly thinko pointed out by Sarathy.
6924      Branch: perl
6925            ! intrpvar.h perl.c
6926 ____________________________________________________________________________
6927 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
6928         Log: At least a temporary fix for the mysterious scope core dumps
6929              in Tru64 from Graham.
6930      Branch: perl
6931            ! ext/List/Util/Util.xs
6932 ____________________________________________________________________________
6933 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
6934         Log: (Retracted by #11872)
6935      Branch: perl
6936            ! intrpvar.h
6937 ____________________________________________________________________________
6938 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
6939         Log: Quench a -Wall gripe noticed by Robin Barker.
6940      Branch: perl
6941            ! op.c
6942 ____________________________________________________________________________
6943 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
6944         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
6945              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
6946              Date: Wed, 05 Sep 2001 02:01:32 +0900
6947              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
6948      Branch: perl
6949            ! lib/Unicode/UCD.pm
6950 ____________________________________________________________________________
6951 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
6952         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
6953              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
6954              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
6955              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
6956      Branch: perl
6957            ! gv.c
6958 ____________________________________________________________________________
6959 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
6960         Log: Update Changes.
6961      Branch: perl
6962            ! Changes patchlevel.h
6963 ____________________________________________________________________________
6964 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
6965         Log: Add the \[$@%&*] prototype support.
6966      Branch: perl
6967            ! op.c pod/perlsub.pod t/comp/proto.t
6968 ____________________________________________________________________________
6969 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
6970         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
6971              From: Michael G Schwern <schwern@pobox.com>
6972              Date: Mon, 3 Sep 2001 18:59:01 -0400
6973              Message-ID: <20010903185901.Z9233@blackrider>
6974      Branch: perl
6975            ! lib/CGI/t/form.t
6976 ____________________________________________________________________________
6977 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
6978         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
6979              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
6980              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
6981              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
6982      Branch: perl
6983            ! gv.c
6984 ____________________________________________________________________________
6985 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
6986         Log: More srand entry tweakage based on Randal's suggestion.
6987      Branch: perl
6988            ! pod/perlfunc.pod
6989 ____________________________________________________________________________
6990 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
6991         Log: Subject: [PATCH] 'main' *is* a reserved word
6992              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6993              Date: Mon, 3 Sep 2001 22:55:41 +0200
6994              Message-ID: <20010903225541.A24097@rafael>
6995      Branch: perl
6996            ! toke.c
6997 ____________________________________________________________________________
6998 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
6999         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
7000              From: Peter Prymmer <pvhp@best.com>
7001              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
7002              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
7003      Branch: perl
7004            ! README.vms configure.com
7005 ____________________________________________________________________________
7006 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
7007         Log: Subject: Re: A slightly better default seed?   
7008              From: Michael G Schwern <schwern@pobox.com>
7009              Date: Mon, 3 Sep 2001 18:08:15 -0400 
7010              Message-ID: <20010903180815.W9233@blackrider>
7011      Branch: perl
7012            ! t/op/srand.t
7013 ____________________________________________________________________________
7014 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
7015         Log: Add sharedsv.o to microperl object files.
7016      Branch: perl
7017            ! Makefile.micro
7018 ____________________________________________________________________________
7019 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
7020         Log: AUTHORS updates and
7021              
7022              Subject: [PATCH] Just some preening :-)        
7023              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
7024              Date: Tue, 4 Sep 2001 14:16:59 +0100
7025              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
7026      Branch: perl
7027            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
7028 ____________________________________________________________________________
7029 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
7030         Log: Typo fix and slight rewording.
7031      Branch: perl
7032            ! pod/perlfunc.pod
7033 ____________________________________________________________________________
7034 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
7035         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
7036      Branch: perl
7037            ! pod/perlfaq4.pod
7038 ____________________________________________________________________________
7039 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
7040         Log: The helper file changed name.
7041      Branch: perl
7042            ! MANIFEST
7043 ____________________________________________________________________________
7044 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
7045         Log: Update to Scalar-List-Utils 1.03
7046      Branch: perl
7047            + ext/List/Util/t/shuffle.t
7048            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
7049            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
7050            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
7051            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
7052            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
7053            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
7054            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
7055            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
7056 ____________________________________________________________________________
7057 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
7058         Log: Make crypt() do something more sane for Unicode
7059              (take crypt() of the low eight bits of the characters,
7060              instead of taking crypt() of the UTF-8 of the scalar);
7061              add a test for crypt().
7062      Branch: perl
7063            + t/op/crypt.t
7064            ! MANIFEST pod/perlfunc.pod pp.c
7065 ____________________________________________________________________________
7066 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
7067         Log: Reorganize the srand entry.
7068      Branch: perl
7069            ! pod/perlfunc.pod
7070 ____________________________________________________________________________
7071 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
7072         Log: Remove the tests that assume something about
7073              calling srand() without arguments multiple times.
7074      Branch: perl
7075            ! t/op/srand.t
7076 ____________________________________________________________________________
7077 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
7078         Log: Upgrade to Math::BigInt 1.42.
7079      Branch: perl
7080            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
7081            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
7082            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
7083            ! lib/Math/BigInt/t/mbimbf.t
7084 ____________________________________________________________________________
7085 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
7086         Log: integrate change#11847 from maint-5.6
7087              
7088              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
7089      Branch: perl
7090            ! sv.c
7091 ____________________________________________________________________________
7092 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
7093         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
7094      Branch: maint-5.6/perl
7095            ! sv.c
7096 ____________________________________________________________________________
7097 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
7098         Log: As far as I can tell these functions have been Unicodified.
7099      Branch: perl
7100            ! doop.c
7101 ____________________________________________________________________________
7102 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
7103         Log: Update to Storable 1.0.13.
7104      Branch: perl
7105            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
7106            ! ext/Storable/Storable.xs
7107 ____________________________________________________________________________
7108 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
7109         Log: Patch the Filter::Simple test to work with
7110              the core test suite (since the FilterTest.pm
7111              is in t/lib, not in lib).
7112      Branch: perl
7113            ! lib/Filter/Simple/t/filter.t
7114 ____________________________________________________________________________
7115 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
7116         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
7117      Branch: perl
7118            + t/lib/FilterTest.pm
7119            - t/lib/MyFilter.pm
7120 ____________________________________________________________________________
7121 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
7122         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
7123              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
7124              Text::Balanced 1.86.
7125      Branch: perl
7126            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
7127            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
7128            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
7129            + lib/Switch/t/nested.t lib/Switch/t/switch.t
7130            + lib/Text/Balanced/Changes lib/Text/Balanced/README
7131            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
7132            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
7133            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
7134            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
7135            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
7136            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
7137            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
7138            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
7139            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
7140            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
7141            ! MANIFEST lib/Attribute/Handlers.pm
7142            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
7143            ! lib/Attribute/Handlers/demo/Demo.pm
7144            ! lib/Attribute/Handlers/demo/Descriptions.pm
7145            ! lib/Attribute/Handlers/demo/MyClass.pm
7146            ! lib/Attribute/Handlers/demo/demo.pl
7147            ! lib/Attribute/Handlers/demo/demo2.pl
7148            ! lib/Attribute/Handlers/demo/demo3.pl
7149            ! lib/Attribute/Handlers/demo/demo4.pl
7150            ! lib/Attribute/Handlers/demo/demo_call.pl
7151            ! lib/Attribute/Handlers/demo/demo_chain.pl
7152            ! lib/Attribute/Handlers/demo/demo_cycle.pl
7153            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
7154            ! lib/Attribute/Handlers/demo/demo_phases.pl
7155            ! lib/Attribute/Handlers/demo/demo_range.pl
7156            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
7157            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
7158            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
7159            ! lib/Text/Balanced.pm
7160 ____________________________________________________________________________
7161 [ 11841] By: sky                                   on 2001/09/03  11:04:15
7162         Log: Forgot to add a file with Change #11840
7163      Branch: perl
7164            + t/op/srand.t
7165 ____________________________________________________________________________
7166 [ 11840] By: sky                                   on 2001/09/03  11:02:04
7167         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
7168              From: Michael G Schwern <schwern@pobox.com>
7169              Date: Mon, 3 Sep 2001 07:43:00 -0400
7170              Message-ID: <20010903074300.E9233@blackrider>
7171      Branch: perl
7172            ! MANIFEST pod/perlfunc.pod t/op/rand.t
7173 ____________________________________________________________________________
7174 [ 11839] By: sky                                   on 2001/09/03  10:47:11
7175         Log: Document the changes with regards to running of END blocks.
7176              And DESTROY on global objects are called in perl_destruct()!
7177      Branch: perl
7178            ! pod/perl572delta.pod pod/perlembed.pod
7179 ____________________________________________________________________________
7180 [ 11838] By: sky                                   on 2001/09/03  09:34:44
7181         Log: Subject: [PATCH t/op/time.t] Partial cleanup
7182              From: Michael G Schwern <schwern@pobox.com>
7183              Date: Mon, 3 Sep 2001 06:29:42 -0400
7184              Message-ID: <20010903062942.C9233@blackrider>
7185      Branch: perl
7186            ! t/op/time.t
7187 ____________________________________________________________________________
7188 [ 11837] By: sky                                   on 2001/09/03  09:30:02
7189         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
7190              From: Michael G Schwern <schwern@pobox.com>
7191              Date: Mon, 3 Sep 2001 06:24:13 -0400
7192              Message-ID: <20010903062413.B9233@blackrider>
7193      Branch: perl
7194            ! t/op/rand.t
7195 ____________________________________________________________________________
7196 [ 11836] By: sky                                   on 2001/09/03  07:56:47
7197         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
7198              From: Michael G Schwern <schwern@pobox.com>
7199              Date: Sun, 2 Sep 2001 21:38:43 -0400
7200              Message-ID: <20010902213843.L2711@blackrider>
7201      Branch: perl
7202            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
7203            ! MANIFEST
7204 ____________________________________________________________________________
7205 [ 11835] By: nick                                  on 2001/09/03  06:20:06
7206         Log: Integrate mainline
7207      Branch: perlio
7208           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
7209            - t/op/misc.t
7210           !> (integrate 187 files)
7211 ____________________________________________________________________________
7212 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
7213         Log: Update Changes.
7214      Branch: perl
7215            ! Changes patchlevel.h
7216 ____________________________________________________________________________
7217 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
7218         Log: Slight tweaks.
7219      Branch: perl
7220            ! t/run/kill_perl.t
7221 ____________________________________________________________________________
7222 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
7223         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
7224      Branch: perl
7225            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
7226 ____________________________________________________________________________
7227 [ 11831] By: sky                                   on 2001/09/02  12:10:42
7228         Log: Change #11828 wasn't complete, this updates to intest path
7229      Branch: perl
7230            ! t/run/kill_perl.t
7231 ____________________________________________________________________________
7232 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
7233         Log: 's's's.
7234      Branch: perl
7235            ! Changes
7236 ____________________________________________________________________________
7237 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
7238         Log: Update Changes.
7239      Branch: perl
7240            ! Changes patchlevel.h
7241 ____________________________________________________________________________
7242 [ 11828] By: sky                                   on 2001/09/02  11:53:56
7243         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
7244              From: Michael G Schwern <schwern@pobox.com>
7245              Date: Sat, 1 Sep 2001 20:18:58 -0400
7246              Message-ID: <20010901201858.X606@blackrider>
7247              +MANIFEST Fix
7248      Branch: perl
7249            + t/run/kill_perl.t
7250            - t/op/misc.t t/run/segfault.t
7251            ! MANIFEST
7252 ____________________________________________________________________________
7253 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
7254         Log: Subject: [PATCH] lib/Time/Local.pm
7255              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
7256              Date: Sun, 2 Sep 2001 06:50:01 -0500
7257              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
7258      Branch: perl
7259            ! lib/Time/Local.pm
7260 ____________________________________________________________________________
7261 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
7262         Log: Tick off Unicode collation and the normalization from
7263              the todo list.
7264      Branch: perl
7265            ! pod/perltodo.pod
7266 ____________________________________________________________________________
7267 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
7268         Log: Update to Unicode 3.1.1.
7269      Branch: perl
7270            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
7271            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
7272            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
7273            ! lib/unicore/PropList.txt lib/unicore/README.perl
7274            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
7275            ! lib/unicore/rename lib/unicore/version
7276 ____________________________________________________________________________
7277 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
7278         Log: Slight doc tweaks for the module.
7279      Branch: perl
7280            ! lib/Unicode/UCD.pm
7281 ____________________________________________________________________________
7282 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
7283         Log: Rename the variable: it *used* to be (wrongly) that the
7284              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
7285              but that is no more the case: PL_reg_match_utf8 is better.
7286      Branch: perl
7287            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
7288            ! regexec.c sv.c thrdvar.h
7289 ____________________________________________________________________________
7290 [ 11822] By: ams                                   on 2001/09/02  02:54:50
7291         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
7292              From: Ilmari Karonen <iltzu@sci.fi>
7293              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
7294              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
7295              (op/sub_lval.t updated to take new error message into account.)
7296      Branch: perl
7297            ! op.c t/op/sub_lval.t
7298 ____________________________________________________________________________
7299 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
7300         Log: remove stray CRs in files; keep all files with UNIX line-ends
7301              (Porting/makerel adds CRs to the files that need it in the
7302              distribution)
7303      Branch: perl
7304            ! NetWare/t/NWScripts.pl README.dos
7305            ! ext/Encode/Encode/cns11643-1.enc
7306            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
7307            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
7308 ____________________________________________________________________________
7309 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
7310         Log: some remnants of change#11803
7311      Branch: perl
7312            ! ext/ByteLoader/byterun.h perl.h
7313 ____________________________________________________________________________
7314 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
7315         Log: Update to Unicode::Collate 0.08.
7316      Branch: perl
7317            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
7318            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
7319 ____________________________________________________________________________
7320 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
7321         Log: Test tweaks.
7322      Branch: perl
7323            ! t/op/pat.t
7324 ____________________________________________________________________________
7325 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
7326         Log: Fix test
7327      Branch: maint-5.6/macperl
7328            ! t/lib/b.t
7329 ____________________________________________________________________________
7330 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
7331         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
7332              warnings in Config.pm with -W; increase default and
7333              minimum RAM; bump version number.
7334      Branch: maint-5.6/macperl
7335            + macos/lib/Mac/LowMem.pm
7336            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
7337            ! macos/configpm macos/macperl/MacPerl.r
7338 ____________________________________________________________________________
7339 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
7340         Log: Make syntax check report in MPW style, fix tests
7341              to use Mac::err=unix to get normal-style error
7342              messages.
7343      Branch: maint-5.6/macperl
7344            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
7345            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
7346 ____________________________________________________________________________
7347 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
7348         Log: Make MPW-style errors optional (but the default); add
7349              MacPerl::ErrorFormat() function and Mac::err pragma
7350      Branch: maint-5.6/macperl
7351            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
7352            + macos/ext/Mac/err/err.xs
7353            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
7354            ! macos/macish.c macos/macish.h macos/macperl.sym
7355 ____________________________________________________________________________
7356 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
7357         Log: More module and test ports from Thomas Wegner et al
7358      Branch: maint-5.6/macperl
7359            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
7360            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
7361            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
7362            ! t/op/magic.t
7363 ____________________________________________________________________________
7364 [ 11812] By: sky                                   on 2001/09/01  17:19:30
7365         Log: Subject: [PATCH t/op/concat.t] cleanup
7366              From: Michael G Schwern <schwern@pobox.com>
7367              Date: Sat, 1 Sep 2001 14:06:28 -0400
7368              Message-ID: <20010901140628.C606@blackrider>
7369      Branch: perl
7370            ! t/op/concat.t
7371 ____________________________________________________________________________
7372 [ 11811] By: sky                                   on 2001/09/01  12:25:29
7373         Log: Change #11805 didn't update the MANIFEST
7374      Branch: perl
7375            ! MANIFEST
7376 ____________________________________________________________________________
7377 [ 11810] By: sky                                   on 2001/09/01  11:52:44
7378         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
7379              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7380              Date: Sat, 1 Sep 2001 14:50:14 +0200
7381              Message-ID: <20010901145014.A691@rafael>
7382      Branch: perl
7383            ! t/op/inccode.t
7384 ____________________________________________________________________________
7385 [ 11809] By: sky                                   on 2001/09/01  11:49:22
7386         Log: Subject: PATCH: ExtUtils::MakeMaker
7387              From: Tony Bowden <tony@kasei.com>
7388              Date: Sat, 1 Sep 2001 10:33:53 +0100
7389              Message-ID: <20010901103353.A13863@soto.kasei.com>
7390              Manually applied
7391      Branch: perl
7392            ! lib/ExtUtils/MakeMaker.pm
7393 ____________________________________________________________________________
7394 [ 11808] By: sky                                   on 2001/09/01  11:39:13
7395         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
7396              From: mike808@users.sourceforge.net
7397              Date: Sat, 1 Sep 101 11:27:50 GMT
7398              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
7399              With little tweak
7400      Branch: perl
7401            ! lib/Term/Cap.pm
7402 ____________________________________________________________________________
7403 [ 11807] By: ams                                   on 2001/09/01  11:31:16
7404         Log: Subject: oct() and hex()
7405              From: Nicholas Clark <nick@ccl4.org>
7406              Date: Fri, 31 Aug 2001 23:14:13 +0100
7407              Message-Id: <20010831231413.J4950@plum.flirble.org>
7408      Branch: perl
7409            ! pod/perlclib.pod
7410 ____________________________________________________________________________
7411 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
7412         Log: Integrate change 11801 from maintperl
7413      Branch: maint-5.6/macperl
7414            ! perl.c
7415 ____________________________________________________________________________
7416 [ 11805] By: sky                                   on 2001/08/31  21:35:10
7417         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
7418              From: Michael G Schwern <schwern@pobox.com>
7419              Date: Fri, 31 Aug 2001 15:36:28 -0400
7420              Message-ID: <20010831153628.B598@blackrider>
7421              Check for things which used to segfault
7422      Branch: perl
7423            + t/run/segfault.t
7424 ____________________________________________________________________________
7425 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
7426         Log: integrate change#11801 from maint-5.6
7427              
7428              remove age-old UNICOS "workaround" that introduces a static, and
7429              hence an egregious race condition for threaded builds (*sigh*
7430              beats me why this kludge wasn't guarded by a UNICOS-specific
7431              #define *sigh*)
7432      Branch: perl
7433            ! perl.c
7434 ____________________________________________________________________________
7435 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
7436         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
7437              working in 5.7.x
7438      Branch: perl
7439            - objXSUB.h
7440            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
7441            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
7442            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
7443            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
7444            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
7445            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
7446            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
7447            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
7448            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
7449            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
7450            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
7451            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
7452            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
7453            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
7454            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
7455            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
7456            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
7457            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
7458            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
7459            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
7460            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
7461            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
7462 ____________________________________________________________________________
7463 [ 11802] By: ams                                   on 2001/08/31  18:11:32
7464         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
7465              From: "Philip Newton" <Philip.Newton@gmx.net>
7466              Date: Fri, 31 Aug 2001 21:12:56 +0200
7467              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
7468      Branch: perl
7469            ! pod/perldiag.pod
7470 ____________________________________________________________________________
7471 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
7472         Log: remove age-old UNICOS "workaround" that introduces a static, and
7473              hence an egregious race condition for threaded builds (*sigh*
7474              beats me why this kludge wasn't guarded by a UNICOS-specific
7475              #define *sigh*)
7476      Branch: maint-5.6/perl
7477            ! perl.c
7478 ____________________________________________________________________________
7479 [ 11800] By: sky                                   on 2001/08/31  17:30:26
7480         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
7481              Might break on platforms where bool is larger than 8 bites ???
7482      Branch: perl
7483            ! regcomp.c
7484 ____________________________________________________________________________
7485 [ 11799] By: ams                                   on 2001/08/31  12:15:44
7486         Log: Integrate 11778 into mainline.
7487      Branch: perl
7488            ! t/base/term.t
7489 ____________________________________________________________________________
7490 [ 11798] By: sky                                   on 2001/08/31  11:31:44
7491         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
7492              supposed to happen.
7493      Branch: perl
7494            ! regcomp.c
7495 ____________________________________________________________________________
7496 [ 11797] By: sky                                   on 2001/08/31  11:28:17
7497         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
7498              From: "John P. Linderman" <jpl@research.att.com>
7499              Date: Fri, 31 Aug 2001 08:20:35 -0400
7500              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
7501              Fixes test 14 which could fail randomly in rare cases.
7502      Branch: perl
7503            ! ext/Time/HiRes/HiRes.t regcomp.c
7504 ____________________________________________________________________________
7505 [ 11796] By: ams                                   on 2001/08/31  01:13:07
7506         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
7507              From: Nicholas Clark <nick@ccl4.org>
7508              Date: Thu, 30 Aug 2001 23:21:50 +0100
7509              Message-Id: <20010830232150.D4950@plum.flirble.org>
7510      Branch: perl
7511            ! ext/Sys/Syslog/Makefile.PL
7512 ____________________________________________________________________________
7513 [ 11795] By: ams                                   on 2001/08/30  23:53:23
7514         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
7515              patching example
7516              From: Michael G Schwern <schwern@pobox.com>
7517              Date: Thu, 30 Aug 2001 17:02:08 -0400
7518              Message-Id: <20010830170208.M2318@blackrider>
7519      Branch: perl
7520            ! pod/perlhack.pod
7521 ____________________________________________________________________________
7522 [ 11794] By: ams                                   on 2001/08/30  19:35:36
7523         Log: Subject: [PATCH] pp_modulo
7524              From: Nicholas Clark <nick@ccl4.org>
7525              Date: Thu, 30 Aug 2001 18:20:54 +0100
7526              Message-Id: <20010830182053.A4950@plum.flirble.org>
7527      Branch: perl
7528            ! pp.c t/op/64bitint.t
7529 ____________________________________________________________________________
7530 [ 11793] By: sky                                   on 2001/08/30  13:02:48
7531         Log: 11792 wasn't complete
7532      Branch: perl
7533            ! makedef.pl regcomp.c
7534 ____________________________________________________________________________
7535 [ 11792] By: sky                                   on 2001/08/30  12:21:11
7536         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
7537      Branch: perl
7538            ! makedef.pl
7539 ____________________________________________________________________________
7540 [ 11791] By: sky                                   on 2001/08/30  10:08:02
7541         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
7542      Branch: perl
7543            ! config_h.SH
7544 ____________________________________________________________________________
7545 [ 11790] By: sky                                   on 2001/08/30  08:22:31
7546         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
7547              on the pad. Fixes coredumps in cleanups introduced by
7548              Change 11755  
7549      Branch: perl
7550            ! op.c perl.c sv.h
7551 ____________________________________________________________________________
7552 [ 11789] By: sky                                   on 2001/08/29  19:01:47
7553         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
7554              This is a replacement implmentation that works on HPUX.
7555              This bug should probably be fixed in GCC.
7556      Branch: perl
7557            ! ext/Socket/Socket.xs
7558 ____________________________________________________________________________
7559 [ 11788] By: ams                                   on 2001/08/29  17:35:33
7560         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
7561              From: Nicholas Clark <nick@ccl4.org>
7562              Date: Wed, 29 Aug 2001 18:21:56 +0100
7563              Message-Id: <20010829182156.O4950@plum.flirble.org>
7564      Branch: perl
7565            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
7566 ____________________________________________________________________________
7567 [ 11787] By: sky                                   on 2001/08/29  10:42:54
7568         Log: Added test for pack_addr_in and unpack_addr_in
7569              Nitpik in test 10
7570      Branch: perl
7571            ! ext/Socket/Socket.t
7572 ____________________________________________________________________________
7573 [ 11786] By: sky                                   on 2001/08/29  10:28:14
7574         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
7575              Trying to catch errors on HP-UX
7576      Branch: perl
7577            ! ext/Socket/Socket.t
7578 ____________________________________________________________________________
7579 [ 11785] By: sky                                   on 2001/08/29  09:07:03
7580         Log: make sure USE_THREADS is defined so external apps work
7581      Branch: perl
7582            ! config_h.SH
7583 ____________________________________________________________________________
7584 [ 11784] By: sky                                   on 2001/08/29  08:06:12
7585         Log: Subject: Re: The hitlist of untested modules.
7586              From: Jonathan Stowe <gellyfish@gellyfish.com>
7587              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
7588              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
7589              Start of tests for Shell.pm (make Schwern poorer!)
7590      Branch: perl
7591            + lib/Shell.t
7592            ! MANIFEST
7593 ____________________________________________________________________________
7594 [ 11783] By: sky                                   on 2001/08/29  07:37:50
7595         Log: END{} can change the return value even if we die from BEGIN{}
7596      Branch: perl
7597            ! miniperlmain.c
7598 ____________________________________________________________________________
7599 [ 11782] By: ams                                   on 2001/08/29  06:32:17
7600         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
7601              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7602              Date: Wed, 29 Aug 2001 09:18:17 +0200
7603              Message-Id: <20010829091817.A4453@rafael>
7604      Branch: perl
7605            ! t/op/inccode.t
7606 ____________________________________________________________________________
7607 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
7608         Log: Delete xsubpp.patch, as full copy exists now
7609      Branch: maint-5.6/macperl
7610            - macos/xsubpp.patch
7611 ____________________________________________________________________________
7612 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
7613         Log: Add Changes file
7614      Branch: maint-5.6/macperl
7615            + macos/Changes
7616 ____________________________________________________________________________
7617 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
7618         Log: Add Mac version of xsubpp as separate file
7619      Branch: maint-5.6/macperl
7620            + macos/xsubpp
7621            ! macos/Makefile.mk
7622 ____________________________________________________________________________
7623 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
7624         Log: Fix open of /dev/null for Mac OS
7625      Branch: maint-5.6/macperl
7626            ! t/base/term.t
7627 ____________________________________________________________________________
7628 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
7629         Log: Various patches: enable more tests; skip CVS in PerlInstall;
7630              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
7631      Branch: maint-5.6/macperl
7632            ! macos/MacPerlTests.cmd macos/PerlInstall
7633            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
7634 ____________________________________________________________________________
7635 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
7636         Log: Allow for platforms to override formatting of errors
7637              on output from Matthias Neeracher (Mac files)
7638      Branch: maint-5.6/macperl
7639            ! macos/macish.c macos/macish.h
7640 ____________________________________________________________________________
7641 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
7642         Log: Allow for platforms to override formatting of errors
7643              on output from Matthias Neeracher (core files)
7644      Branch: maint-5.6/macperl
7645            ! perl.h pp_ctl.c util.c
7646 ____________________________________________________________________________
7647 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
7648         Log: Add some param checking, from reports by Kevin Reid.
7649      Branch: maint-5.6/macperl
7650            ! macos/ext/Mac/Controls/Controls.pm
7651            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
7652 ____________________________________________________________________________
7653 [ 11773] By: ams                                   on 2001/08/28  23:54:57
7654         Log: Subject: [PATCH] make coretest
7655              From: Paul Johnson <paul@pjcj.net>
7656              Date: Wed, 29 Aug 2001 00:11:38 +0200
7657              Message-Id: <20010829001138.B12169@pjcj.net>
7658              (Applied without the change to perlhack.pod. This should
7659              probably stay undocumented.)
7660      Branch: perl
7661            ! Makefile.SH t/TEST
7662 ____________________________________________________________________________
7663 [ 11772] By: sky                                   on 2001/08/28  13:01:20
7664         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
7665              From: Michael G Schwern <schwern@pobox.com>
7666              Date: Tue, 28 Aug 2001 09:57:39 -0400
7667              Message-ID: <20010828095738.E17775@blackrider>
7668      Branch: perl
7669            ! pod/perlhack.pod t/op/pack.t
7670 ____________________________________________________________________________
7671 [ 11771] By: sky                                   on 2001/08/28  11:20:13
7672         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
7673              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7674              Date: Tue, 28 Aug 2001 14:23:43 +0200
7675              Message-ID: <20010828142343.A19299@rafael>
7676      Branch: perl
7677            ! pod/perlvar.pod pp_ctl.c
7678 ____________________________________________________________________________
7679 [ 11770] By: ams                                   on 2001/08/28  10:13:21
7680         Log: Subject: [PATCH] odd typo in op.h
7681              From: Nicholas Clark <nick@ccl4.org>
7682              Date: Tue, 28 Aug 2001 12:10:26 +0100
7683              Message-Id: <20010828121026.V4950@plum.flirble.org>
7684      Branch: perl
7685            ! op.h
7686 ____________________________________________________________________________
7687 [ 11769] By: sky                                   on 2001/08/28  08:09:16
7688         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
7689              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
7690              Date: Tue, 28 Aug 2001 02:22:20 +0300
7691              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
7692      Branch: perl
7693            ! ext/B/B/Lint.pm
7694 ____________________________________________________________________________
7695 [ 11768] By: ams                                   on 2001/08/28  00:47:35
7696         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
7697              From: Michael G Schwern <schwern@pobox.com>
7698              Date: Mon, 27 Aug 2001 21:24:44 -0400
7699              Message-Id: <20010827212444.F12582@blackrider>
7700      Branch: perl
7701            ! pod/perlhack.pod t/op/pack.t
7702 ____________________________________________________________________________
7703 [ 11767] By: ams                                   on 2001/08/27  23:59:48
7704         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
7705              From: Michael G Schwern <schwern@pobox.com>
7706              Date: Mon, 27 Aug 2001 20:12:29 -0400
7707              Message-Id: <20010827201229.D12582@blackrider>
7708      Branch: perl
7709            ! pod/perlhack.pod t/op/pack.t
7710 ____________________________________________________________________________
7711 [ 11766] By: ams                                   on 2001/08/27  23:39:40
7712         Log: Update Changes.
7713      Branch: perl
7714            ! Changes
7715 ____________________________________________________________________________
7716 [ 11765] By: ams                                   on 2001/08/27  22:53:10
7717         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
7718              From: Michael G Schwern <schwern@pobox.com>
7719              Date: Mon, 27 Aug 2001 19:47:30 -0400
7720              Message-Id: <20010827194730.C12582@blackrider>
7721      Branch: perl
7722            ! t/op/inccode.t
7723 ____________________________________________________________________________
7724 [ 11764] By: ams                                   on 2001/08/27  22:46:21
7725         Log: Subject: [PATCH] new tests for the coderef-in-@INC
7726              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7727              Date: Mon, 27 Aug 2001 22:36:27 +0200
7728              Message-Id: <20010827223627.C690@rafael>
7729              
7730              Subject: Re: [PATCH] new tests for the coderef-in-@INC
7731              From: Nicholas Clark <nick@ccl4.org>
7732              Date: Tue, 28 Aug 2001 00:02:46 +0100
7733              Message-Id: <20010828000245.R4950@plum.flirble.org>
7734      Branch: perl
7735            + t/op/inccode.t
7736            ! MANIFEST
7737 ____________________________________________________________________________
7738 [ 11763] By: ams                                   on 2001/08/27  22:41:09
7739         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
7740              bleadperl on fire, Win95+4NT)
7741              From: Michael G Schwern <schwern@pobox.com>
7742              Date: Mon, 27 Aug 2001 16:54:42 -0400
7743              Message-Id: <20010827165442.F9436@blackrider>
7744      Branch: perl
7745            ! lib/warnings.t
7746 ____________________________________________________________________________
7747 [ 11762] By: sky                                   on 2001/08/27  19:19:17
7748         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
7749              avaible at compile time. This broke the compilation of 
7750              Net/Ping.pm
7751      Branch: perl
7752            ! lib/Net/Ping.pm
7753 ____________________________________________________________________________
7754 [ 11761] By: sky                                   on 2001/08/27  18:34:48
7755         Log: Removed tripple definitions of CUSTOM_OP functions.
7756      Branch: perl
7757            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
7758 ____________________________________________________________________________
7759 [ 11760] By: sky                                   on 2001/08/27  18:21:27
7760         Log: Regen headers
7761      Branch: perl
7762            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
7763            ! perlapi.h proto.h
7764 ____________________________________________________________________________
7765 [ 11759] By: ams                                   on 2001/08/27  16:31:53
7766         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
7767              From: "chromatic" <chromatic@rmci.net>
7768              Date: Mon, 27 Aug 2001 11:17:09 -0600
7769              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
7770      Branch: perl
7771            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
7772 ____________________________________________________________________________
7773 [ 11758] By: sky                                   on 2001/08/27  15:16:42
7774         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
7775              Thanks to H. Merijn Brand for the patch.
7776              Some of the comments and or guards might be removable in perl.h now.
7777      Branch: perl
7778            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
7779            ! Porting/Glossary Porting/config_H README.threads config_h.SH
7780            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
7781            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
7782            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
7783            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
7784            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
7785            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
7786            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
7787            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
7788            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
7789            ! win32/config_H.vc win32/perllib.c win32/win32.h
7790            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
7791            ! wince/config.h wince/config_H.ce wince/win32.h
7792            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
7793 ____________________________________________________________________________
7794 [ 11757] By: sky                                   on 2001/08/27  13:39:16
7795         Log: Subject: GNU ld parses arguments different
7796              From: H.Merijn Brand <h.m.brand@hccnet.nl>
7797              Date: Mon, 27 Aug 2001 16:25:51 +0200
7798              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
7799      Branch: perl
7800            ! hints/hpux.sh
7801 ____________________________________________________________________________
7802 [ 11756] By: sky                                   on 2001/08/27  13:18:45
7803         Log: Subject: Custom Ops
7804              From: Simon Cozens <simon@netthink.co.uk>
7805              Date: Sat, 25 Aug 2001 17:45:09 +0100
7806              Message-ID: <20010825174509.A5752@netthink.co.uk>
7807              I also added a fix to Opcode.pm to quite test cases.
7808      Branch: perl
7809            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
7810            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
7811 ____________________________________________________________________________
7812 [ 11755] By: sky                                   on 2001/08/27  05:37:17
7813         Log: Plugs a memory leak on destruction of regular expressions
7814              introcued by #11274.
7815              PL_regex_padav now has an AV as it's first entry with a list
7816              of freed regex_padav slots that it will reuse on creating
7817              new PMOPs.
7818      Branch: perl
7819            ! op.c perl.c
7820 ____________________________________________________________________________
7821 [ 11754] By: ams                                   on 2001/08/26  14:38:52
7822         Log: Subject: [PATCH] t/io/binmode.t
7823              From: Nicholas Clark <nick@ccl4.org>
7824              Date: Sun, 26 Aug 2001 12:03:05 +0100
7825              Message-Id: <20010826120305.C4950@plum.flirble.org>
7826              
7827              (Also a nitpick in #11752 to t/op/universal.t)
7828      Branch: perl
7829            ! t/io/binmode.t t/op/universal.t
7830 ____________________________________________________________________________
7831 [ 11753] By: ams                                   on 2001/08/26  08:19:34
7832         Log: Subject: [PATCH] op/universal.t failing
7833              From: Nicholas Clark <nick@ccl4.org>
7834              Date: Sun, 26 Aug 2001 09:48:22 +0100
7835              Message-Id: <20010826094822.B4950@plum.flirble.org>
7836      Branch: perl
7837            ! t/op/universal.t
7838 ____________________________________________________________________________
7839 [ 11752] By: ams                                   on 2001/08/25  22:46:13
7840         Log: Subject: Re: 'can' with undefined subs
7841              From: Tony Bowden <tony@kasei.com>
7842              Date: Sat, 25 Aug 2001 14:58:17 +0100
7843              Message-Id: <20010825145817.A11788@soto.kasei.com>
7844              (Applied with minor modifications.)
7845      Branch: perl
7846            ! t/op/universal.t
7847 ____________________________________________________________________________
7848 [ 11751] By: ams                                   on 2001/08/25  18:28:43
7849         Log: Subject: Re: 'can' with undefined subs
7850              From: Tony Bowden <tony@kasei.com>
7851              Date: Sat, 25 Aug 2001 15:13:14 +0100
7852              Message-Id: <20010825151314.B11788@soto.kasei.com>
7853      Branch: perl
7854            ! lib/UNIVERSAL.pm
7855 ____________________________________________________________________________
7856 [ 11750] By: nick                                  on 2001/08/25  15:24:15
7857         Log: Integrate mainline
7858      Branch: perlio
7859           +> t/io/binmode.t
7860           !> (integrate 26 files)
7861 ____________________________________________________________________________
7862 [ 11749] By: nick                                  on 2001/08/25  14:55:41
7863         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
7864              From:  John Peacock <jpeacock@rowman.com>
7865              Date:  Wed, 22 Aug 2001 12:05:28 -0400
7866              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
7867      Branch: perl
7868            ! pod/perlhack.pod
7869 ____________________________________________________________________________
7870 [ 11748] By: nick                                  on 2001/08/25  14:53:04
7871         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
7872              From:  Michael G Schwern <schwern@pobox.com>
7873              Date:  Wed, 22 Aug 2001 19:22:45 -0400
7874              Message-Id:  <20010822192245.U619@blackrider>
7875      Branch: perl
7876            ! MANIFEST
7877 ____________________________________________________________________________
7878 [ 11747] By: nick                                  on 2001/08/25  14:52:33
7879         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
7880              From:  Nicholas Clark <nick@ccl4.org>
7881              Date:  Wed, 22 Aug 2001 23:29:06 +0100
7882              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
7883      Branch: perl
7884            + t/io/binmode.t
7885            ! perlio.c pod/perlfunc.pod
7886 ____________________________________________________________________________
7887 [ 11744] By: nick                                  on 2001/08/25  14:37:33
7888         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
7889              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
7890              Date:  Fri, 24 Aug 2001 22:10:42 +0200
7891              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
7892      Branch: perl
7893            ! x2p/a2py.c x2p/walk.c
7894 ____________________________________________________________________________
7895 [ 11743] By: nick                                  on 2001/08/25  14:32:47
7896         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
7897              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7898              Date:  Fri, 24 Aug 2001 23:34:13 +0200
7899              Message-Id:  <20010824233413.A1285@rafael>
7900      Branch: perl
7901            ! pod/perlfunc.pod pod/perlvar.pod
7902 ____________________________________________________________________________
7903 [ 11742] By: ams                                   on 2001/08/25  13:16:02
7904         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
7905              From: Nicholas Clark <nick@ccl4.org>
7906              Date: Sat, 25 Aug 2001 14:50:07 +0100
7907              Message-Id: <20010825145007.L41464@plum.flirble.org>
7908      Branch: perl
7909            ! pp_ctl.c
7910 ____________________________________________________________________________
7911 [ 11741] By: nick                                  on 2001/08/24  07:08:45
7912         Log: When applying patch via Porting/apply fails, do p4 refresh
7913              to get old files back.
7914      Branch: perl
7915            ! Porting/apply
7916 ____________________________________________________________________________
7917 [ 11740] By: ams                                   on 2001/08/24  04:47:24
7918         Log: #11739 was incomplete.
7919      Branch: perl
7920            ! pod/perldiag.pod
7921 ____________________________________________________________________________
7922 [ 11739] By: ams                                   on 2001/08/24  04:09:40
7923         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
7924              From: "Philip Newton" <Philip.Newton@gmx.net>
7925              Date: Fri, 24 Aug 2001 07:08:34 +0200
7926      Branch: perl
7927            ! pod/perldiag.pod
7928 ____________________________________________________________________________
7929 [ 11738] By: ams                                   on 2001/08/24  02:19:42
7930         Log: Fixed Doug Wilson's email address.
7931      Branch: perl
7932            ! AUTHORS
7933 ____________________________________________________________________________
7934 [ 11737] By: ams                                   on 2001/08/24  00:10:13
7935         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
7936              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7937              Date: Thu, 23 Aug 2001 22:22:58 +0200
7938              Message-Id: <20010823222258.A901@rafael>
7939      Branch: perl
7940            ! pod/perldiag.pod
7941 ____________________________________________________________________________
7942 [ 11736] By: ams                                   on 2001/08/24  00:05:02
7943         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
7944              From: "Craig A. Berry" <craigberry@mac.com>
7945              Date: Thu, 23 Aug 2001 19:07:45 -0500
7946              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
7947      Branch: perl
7948            ! configure.com
7949 ____________________________________________________________________________
7950 [ 11735] By: sky                                   on 2001/08/23  13:42:07
7951         Log: Backed out 11732, it breaks lib/strict.t 
7952      Branch: perl
7953            ! op.c
7954 ____________________________________________________________________________
7955 [ 11734] By: sky                                   on 2001/08/23  11:45:59
7956         Log: Removed toy from 17133 after Matt Sargeants request.
7957      Branch: perl
7958            ! pod/perlfaq4.pod
7959 ____________________________________________________________________________
7960 [ 11733] By: sky                                   on 2001/08/23  11:36:29
7961         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
7962              From: Robin Houston <robin@kitsite.com>
7963              Date: Wed, 22 Aug 2001 23:06:16 +0100
7964              Message-ID: <20010822230616.A254@robin.kitsite.com>
7965      Branch: perl
7966            ! pod/perlfaq4.pod
7967 ____________________________________________________________________________
7968 [ 11732] By: sky                                   on 2001/08/23  10:36:02
7969         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
7970              From: Simon Cozens <simon@netthink.co.uk>
7971              Date: Thu, 23 Aug 2001 12:06:36 +0100
7972              Message-ID: <20010823120636.A9961@netthink.co.uk>
7973      Branch: perl
7974            ! op.c
7975 ____________________________________________________________________________
7976 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
7977         Log: fix broken windows build
7978      Branch: perl
7979            ! perl.h
7980 ____________________________________________________________________________
7981 [ 11730] By: ams                                   on 2001/08/22  21:35:30
7982         Log: Subject: [PATCH] io/tell.t doesn't chdir t
7983              From: Nicholas Clark <nick@ccl4.org>
7984              Date: Wed, 22 Aug 2001 23:25:58 +0100
7985              Message-Id: <20010822232557.Y82818@plum.flirble.org>
7986      Branch: perl
7987            ! t/io/tell.t
7988 ____________________________________________________________________________
7989 [ 11729] By: ams                                   on 2001/08/22  20:32:21
7990         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
7991              questions)
7992              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
7993              Date: Wed, 22 Aug 2001 17:09:04 -0400
7994              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
7995              (Oops, forgot File::Spec::Unix in the previous patch.)
7996      Branch: perl
7997            ! lib/File/Spec/Unix.pm
7998 ____________________________________________________________________________
7999 [ 11728] By: ams                                   on 2001/08/22  20:25:41
8000         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
8001              questions)
8002              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
8003              Date: Wed, 22 Aug 2001 17:09:04 -0400
8004              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
8005      Branch: perl
8006            ! lib/File/Spec.pm
8007 ____________________________________________________________________________
8008 [ 11727] By: ams                                   on 2001/08/22  19:43:30
8009         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
8010              From: John Peacock <jpeacock@rowman.com>
8011              Date: Wed, 22 Aug 2001 12:35:52 -0400
8012              Message-Id: <3B83DF68.5D89DC81@rowman.com>
8013              (Adds proper tests for $], notwithstanding Subject. +nitpick)
8014      Branch: perl
8015            ! t/op/ver.t
8016 ____________________________________________________________________________
8017 [ 11726] By: ams                                   on 2001/08/22  19:36:39
8018         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
8019              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
8020              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
8021              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
8022      Branch: perl
8023            ! lib/diagnostics.pm lib/diagnostics.t
8024 ____________________________________________________________________________
8025 [ 11725] By: ams                                   on 2001/08/22  19:25:01
8026         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
8027              From: Nicholas Clark <nick@ccl4.org>
8028              Date: Wed, 22 Aug 2001 20:59:05 +0100
8029              Message-Id: <20010822205905.U82818@plum.flirble.org>
8030      Branch: perl
8031            ! pp.c t/op/64bitint.t t/op/arith.t
8032 ____________________________________________________________________________
8033 [ 11724] By: ams                                   on 2001/08/22  10:02:33
8034         Log: Subject: Configure blooper
8035              From: H.Merijn Brand <h.m.brand@hccnet.nl>
8036              Date: Wed, 22 Aug 2001 12:38:35 +0200
8037              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
8038      Branch: perl
8039            ! Configure
8040 ____________________________________________________________________________
8041 [ 11723] By: ams                                   on 2001/08/21  16:17:53
8042         Log: Subject: [PATCH] installperl -help
8043              From: Nicholas Clark <nick@ccl4.org>
8044              Date: Tue, 21 Aug 2001 17:34:23 +0100
8045              Message-Id: <20010821173423.F82818@plum.flirble.org>
8046      Branch: perl
8047            ! installperl
8048 ____________________________________________________________________________
8049 [ 11722] By: ams                                   on 2001/08/20  07:46:31
8050         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
8051              From: Ilmari Karonen <iltzu@sci.fi>
8052              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
8053              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
8054      Branch: perl
8055            ! pod/perlvar.pod
8056 ____________________________________________________________________________
8057 [ 11721] By: nick                                  on 2001/08/20  06:24:31
8058         Log: Integrate mainline
8059      Branch: perlio
8060           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
8061           +> lib/Lingua/KO/Hangul/Util/Changes
8062           +> lib/Lingua/KO/Hangul/Util/README
8063           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
8064           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
8065           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
8066           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
8067           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
8068           +> lib/Unicode/Normalize/t/test.t
8069            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
8070           !> (integrate 55 files)
8071 ____________________________________________________________________________
8072 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
8073         Log: Integrate Change #11599 from maint-5.6/perl
8074      Branch: maint-5.6/macperl
8075           !> README.win32
8076 ____________________________________________________________________________
8077 [ 11719] By: ams                                   on 2001/08/18  21:21:42
8078         Log: Add Porting/apply to MANIFEST.
8079      Branch: perl
8080            ! MANIFEST
8081 ____________________________________________________________________________
8082 [ 11718] By: sky                                   on 2001/08/18  14:38:01
8083         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
8084              Better solution would be to make 5005threaded perl use
8085              the same system as ithreads do
8086      Branch: perl
8087            ! perl.h
8088 ____________________________________________________________________________
8089 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
8090         Log: New try for ID 20010407.006: detach the semantics
8091              "was the last match target UTF8" into its own variable.
8092      Branch: perl
8093            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
8094            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
8095 ____________________________________________________________________________
8096 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
8097         Log: UTF8 flag should be meaningful only when POK.
8098      Branch: perl
8099            ! dump.c
8100 ____________________________________________________________________________
8101 [ 11715] By: sky                                   on 2001/08/18  11:45:16
8102         Log: USE_THREADS and USE_ITHREADS are never true at the same time
8103      Branch: perl
8104            ! perl.h
8105 ____________________________________________________________________________
8106 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
8107         Log: Retract #11712 for now.  The real fix would probably
8108              be something like making PL_reg_sv a copy (PV + UTF8)
8109              of the matched/substituted string (note: not just a SvPOK
8110              string, for example the stringified form of a ROK would
8111              be applicable)  Beware of leaks.
8112      Branch: perl
8113            ! pp_hot.c t/op/pat.t
8114 ____________________________________________________________________________
8115 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
8116         Log: UTF8 wasn't printing for PVMGs.
8117      Branch: perl
8118            ! dump.c
8119 ____________________________________________________________________________
8120 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
8121         Log: (Retracted by #11714)
8122              
8123              Okay analysis, debatable fix.  (The fix will inc
8124              the refcount of all temporary match objects,
8125              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
8126              which will then cause griping at untie() time
8127              ("inner references remain").
8128              
8129              Fix for ID 20010407.006: PL_reg_sv got wiped out
8130              by freetemps if the match target was a temporary
8131              (like function_call() =~ /.../), which in turn meant
8132              that the $1 et al stopped working if they had UTF-8
8133              in them.  Therefore bump up the refcount of PL_reg_sv.
8134      Branch: perl
8135            ! pp_hot.c t/op/pat.t
8136 ____________________________________________________________________________
8137 [ 11711] By: ams                                   on 2001/08/17  20:32:08
8138         Log: Subject: [PATCH] doesn't compile, was perl@11710
8139              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8140              Date: Fri, 17 Aug 2001 23:21:10 +0200
8141              Message-Id: <20010817232110.C7041@rafael> 
8142      Branch: perl
8143            ! sharedsv.c
8144 ____________________________________________________________________________
8145 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
8146         Log: Update Changes.
8147      Branch: perl
8148            ! Changes patchlevel.h
8149 ____________________________________________________________________________
8150 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
8151         Log: Upgrade to libnet 1.0704.
8152      Branch: perl
8153            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
8154            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
8155            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
8156            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
8157            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
8158            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
8159            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
8160 ____________________________________________________________________________
8161 [ 11708] By: sky                                   on 2001/08/17  13:34:04
8162         Log: Let perl_clone copy PL_exit_flags
8163      Branch: perl
8164            ! sv.c
8165 ____________________________________________________________________________
8166 [ 11707] By: sky                                   on 2001/08/17  12:28:41
8167         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
8168      Branch: perl
8169            ! sharedsv.c sharedsv.h
8170 ____________________________________________________________________________
8171 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
8172         Log: The metaconfig unit change for #11705.
8173      Branch: metaconfig/U/perl
8174            ! Extensions.U
8175 ____________________________________________________________________________
8176 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
8177         Log: Allow the threads extension to be found if present.
8178      Branch: perl
8179            ! Configure
8180 ____________________________________________________________________________
8181 [ 11704] By: nick                                  on 2001/08/17  11:47:54
8182         Log: Mail -> change script (pre-alpha)
8183      Branch: perl
8184            + Porting/apply
8185 ____________________________________________________________________________
8186 [ 11703] By: sky                                   on 2001/08/17  07:11:24
8187         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
8188              Thanks to Tom Hospel for pointing out my error.
8189      Branch: perl
8190            ! op.h
8191 ____________________________________________________________________________
8192 [ 11702] By: sky                                   on 2001/08/17  04:18:11
8193         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.
8194      Branch: perl
8195            ! embed.pl miniperlmain.c perl.c perl.h proto.h
8196 ____________________________________________________________________________
8197 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
8198         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
8199              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
8200      Branch: perl
8201            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
8202            + lib/Lingua/KO/Hangul/Util/README
8203            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
8204            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
8205            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
8206            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
8207            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
8208            + lib/Unicode/Normalize/t/test.t
8209            ! MANIFEST
8210 ____________________________________________________________________________
8211 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
8212         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
8213              Date: Thu, 16 Aug 2001 22:46:15 -0500
8214              From: "Craig A. Berry" <craigberry@mac.com>
8215              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
8216      Branch: perl
8217            ! configure.com numeric.c
8218 ____________________________________________________________________________
8219 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
8220         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
8221              of the usual suspects (like getpwent) but not for others
8222              (like localtime and rand).  The _r versions are available
8223              for all of them, so let's use them.
8224      Branch: perl
8225            ! perl.h
8226 ____________________________________________________________________________
8227 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
8228         Log: (Accidental apply; thankfully empty.)
8229      Branch: perl
8230            ! hints/os390.sh
8231 ____________________________________________________________________________
8232 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
8233         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
8234              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8235              Date: Thu, 16 Aug 2001 16:27:49 +0100
8236              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
8237      Branch: perl
8238            ! regexec.c t/op/re_tests
8239 ____________________________________________________________________________
8240 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
8241         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
8242              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8243              Date: Thu, 16 Aug 2001 18:50:01 +0100
8244              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
8245      Branch: perl
8246            ! pp_hot.c t/op/pat.t
8247 ____________________________________________________________________________
8248 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
8249         Log: Subject: [PATCH] *time_r again
8250              From: "Arthur Bergman" <arthur@contiller.se>
8251              Date: Thu, 16 Aug 2001 16:01:54 +0200
8252              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
8253      Branch: perl
8254            ! op.h
8255 ____________________________________________________________________________
8256 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
8257         Log: system() and backtick error handling cleanup from Craig A. Berry.
8258      Branch: perl
8259            ! vms/vms.c
8260 ____________________________________________________________________________
8261 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
8262         Log: change#10334 leaks memory, copies string when it doesn't
8263              need to
8264      Branch: perl
8265            ! perl.c
8266 ____________________________________________________________________________
8267 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
8268         Log: One more twist to the sprintf + utf8 testing.
8269      Branch: perl
8270            ! t/op/misc.t
8271 ____________________________________________________________________________
8272 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
8273         Log: Fix for 20010407.008 sprintf removes utf8-ness.
8274      Branch: perl
8275            ! pp.c t/op/misc.t
8276 ____________________________________________________________________________
8277 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
8278         Log: Subject: [PATCH] *time_r fixes
8279              From: "Arthur Bergman" <arthur@contiller.se>
8280              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
8281              Date: Thu, 16 Aug 2001 14:22:27 +0200
8282      Branch: perl
8283            ! op.h
8284 ____________________________________________________________________________
8285 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
8286         Log: Upgrade to CGI.pm 2.77.
8287      Branch: perl
8288            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
8289            ! lib/CGI/t/function.t
8290 ____________________________________________________________________________
8291 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
8292         Log: Document the bytes-to-Unicode upgrading.
8293      Branch: perl
8294            ! pod/perlunicode.pod
8295 ____________________________________________________________________________
8296 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
8297         Log: Add a test for Unicode sprintf.
8298      Branch: perl
8299            ! t/op/misc.t
8300 ____________________________________________________________________________
8301 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
8302         Log: Add Unicode tests for index/rindex.
8303      Branch: perl
8304            ! t/op/index.t
8305 ____________________________________________________________________________
8306 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
8307         Log: Document a bit the art of minimizing the installation,
8308              based on the p5p discussion.
8309      Branch: perl
8310            ! INSTALL
8311 ____________________________________________________________________________
8312 [ 11684] By: nick                                  on 2001/08/15  15:03:31
8313         Log: Integrate mainline
8314      Branch: perlio
8315           +> sharedsv.c sharedsv.h
8316           !> (integrate 53 files)
8317 ____________________________________________________________________________
8318 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
8319         Log: Update Changes.
8320      Branch: perl
8321            ! Changes patchlevel.h
8322 ____________________________________________________________________________
8323 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
8324         Log: The #11673 necessitated a test tweak.
8325      Branch: perl
8326            ! t/io/utf8.t
8327 ____________________________________________________________________________
8328 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
8329         Log: Also UNICOS is in the general case unable to silently
8330              handle fp overflows.
8331      Branch: perl
8332            ! numeric.c
8333 ____________________________________________________________________________
8334 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
8335         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
8336              NV_EPSILON #defined.
8337      Branch: perl
8338            ! perl.h
8339 ____________________________________________________________________________
8340 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
8341         Log: Re-establish the fp overflow detection for VAX VMS; there
8342              is no easy way to have the IEEE fp silent overflow semantics.
8343              (in Alpha VMS we still will use IEEE fp by default-- but it
8344              is still possible to configure Perl to use G_FLOAT)
8345      Branch: perl
8346            ! numeric.c
8347 ____________________________________________________________________________
8348 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
8349         Log: Subject: [PATCH] pp_lock 
8350              From: "Arthur Bergman" <arthur@contiller.se>
8351              Date: Wed, 15 Aug 2001 11:52:16 +0200
8352              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
8353      Branch: perl
8354            ! pp.c
8355 ____________________________________________________________________________
8356 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
8357         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
8358              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8359              Date: Wed, 15 Aug 2001 11:32:11 +0100
8360              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
8361      Branch: perl
8362            ! regcomp.c t/op/re_tests
8363 ____________________________________________________________________________
8364 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
8365         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
8366              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8367              Date: Wed, 15 Aug 2001 10:33:49 +0100
8368              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
8369      Branch: perl
8370            ! regexec.c t/op/re_tests
8371 ____________________________________________________________________________
8372 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
8373         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
8374              From: Barrie Slaymaker <barries@slaysys.com>
8375              Date: Tue, 14 Aug 2001 14:32:25 -0400
8376              Message-ID: <20010814143225.A19822@jester.slaysys.com>
8377      Branch: perl
8378            ! lib/File/Spec.t lib/File/Spec/Unix.pm
8379 ____________________________________________________________________________
8380 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
8381         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
8382              From: Peter Prymmer <pvhp@forte.com>
8383              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
8384              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
8385      Branch: perl
8386            ! README.vms configure.com
8387 ____________________________________________________________________________
8388 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
8389         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
8390              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8391              Date: Tue, 14 Aug 2001 21:23:27 +0200
8392              Message-ID: <20010814212327.A1919@rafael>
8393      Branch: perl
8394            ! doio.c
8395 ____________________________________________________________________________
8396 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
8397         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
8398              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
8399              Date: Tue, 14 Aug 2001 22:30:11 +0200
8400              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
8401              
8402              Combination of nmake, quoting, and Perl expanded $( in here-doc.
8403      Branch: perl
8404            ! ext/SDBM_File/Makefile.PL
8405 ____________________________________________________________________________
8406 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
8407         Log: Todo updates.
8408      Branch: perl
8409            ! pod/perltodo.pod
8410 ____________________________________________________________________________
8411 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
8412         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
8413              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
8414              Date: Mon, 13 Aug 2001 23:15:01 +0200
8415              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
8416      Branch: perl
8417            ! sv.c
8418 ____________________________________________________________________________
8419 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
8420         Log: Subject: [PATCH] [b-]showlex.t
8421              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
8422              Date: Sun, 12 Aug 2001 22:24:51 +0200
8423              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
8424              
8425              The 4nt command shell will expand the % in command line
8426              no matter what quoting is attempted, changed the % to @.
8427      Branch: perl
8428            ! ext/B/Showlex.t
8429 ____________________________________________________________________________
8430 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
8431         Log: Subject: [PATCH] magic.t
8432              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
8433              Date: Sun, 12 Aug 2001 20:49:27 +0200
8434              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
8435      Branch: perl
8436            ! t/op/magic.t
8437 ____________________________________________________________________________
8438 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
8439         Log: Add sharedsv* to the DOSish platforms; plus add
8440              some WinCE files to the list of DOSish files.
8441      Branch: perl
8442            ! NetWare/Makefile Porting/makerel win32/Makefile
8443            ! win32/makefile.mk wince/Makefile.ce
8444 ____________________________________________________________________________
8445 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
8446         Log: More DOSish files.
8447      Branch: perl
8448            ! Porting/makerel
8449 ____________________________________________________________________________
8450 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
8451         Log: Strip CRs from the WinCE files.  Now we need to
8452              figure out in which CRs are really needed: probably
8453              Makefile.ce and the README files, at least, probably
8454              also the registry.bat.
8455      Branch: perl
8456            ! wince/Makefile.ce wince/README.compile wince/README.perlce
8457            ! wince/config.h wince/include/cectype.h wince/include/errno.h
8458            ! wince/include/sys/stat.h wince/include/sys/types.h
8459            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
8460            ! wince/perldll.def wince/registry.bat wince/wince.h
8461            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
8462 ____________________________________________________________________________
8463 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
8464         Log: Add some files to DOSish and writables.
8465      Branch: perl
8466            ! Porting/makerel
8467 ____________________________________________________________________________
8468 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
8469         Log: Compile failure message tidying.
8470      Branch: perl
8471            ! t/lib/1_compile.t
8472 ____________________________________________________________________________
8473 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
8474         Log: The new sharedsv* should be exported only if usethreads.
8475      Branch: perl
8476            ! makedef.pl
8477 ____________________________________________________________________________
8478 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
8479         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
8480              From: Peter Prymmer <pvhp@forte.com>
8481              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
8482              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
8483      Branch: perl
8484            ! README.os390
8485 ____________________________________________________________________________
8486 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
8487         Log: Update Changes.
8488      Branch: perl
8489            ! Changes patchlevel.h
8490 ____________________________________________________________________________
8491 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
8492         Log: Subject: [PATHC] sharedsv.[c|h]
8493              From: "Artur Bergman" <artur@contiller.se>
8494              Date: Mon, 13 Aug 2001 14:38:41 +0200
8495              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
8496              
8497              Subject: [PATCH] embed.pl
8498              From: Arthur Bergman <arthur@contiller.se>
8499              Date: Mon, 13 Aug 2001 14:38:14 +0200
8500              Message-ID: <B79D96D6.3088%arthur@contiller.se>
8501              
8502              Subject: [PATCH] sharedsv cleanups
8503              From: "Arthur Bergman" <arthur@contiller.se>
8504              Date: Mon, 13 Aug 2001 15:14:25 +0200
8505              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
8506              
8507              Plus few tweaks: _init needs to be Adp, the prototypes
8508              should not be revealed unless using ithreads, #endif FOO
8509              must be #endif /* FOO */, adding (parentheses) around
8510              do { } while doesn't work too well.
8511      Branch: perl
8512            + sharedsv.c sharedsv.h
8513            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
8514            ! perl.h perlapi.c pod/perlapi.pod proto.h
8515 ____________________________________________________________________________
8516 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
8517         Log: Subject: Re: END {} blocks run in perl_run
8518              From: Arthur Bergman <arthur@contiller.se>
8519              Date: Mon, 13 Aug 2001 11:11:30 +0200
8520              Message-ID: <B79D6661.3068%arthur@contiller.se>
8521      Branch: perl
8522            ! perl.c
8523 ____________________________________________________________________________
8524 [ 11657] By: nick                                  on 2001/08/13  09:03:02
8525         Log: Integrate mainline
8526      Branch: perlio
8527           +> (branch 326 files)
8528            - (delete 330 files)
8529           !> (integrate 85 files)
8530 ____________________________________________________________________________
8531 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
8532         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
8533              and the Perl will be built to do that by default (adding that
8534              will break scripts having non-UTF-8 binary data, such as Latin-1.)
8535      Branch: perl
8536            ! op.c toke.c utf8.h
8537 ____________________________________________________________________________
8538 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
8539         Log: Unnecessary downgrades.
8540      Branch: perl
8541            ! doop.c
8542 ____________________________________________________________________________
8543 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
8544         Log: Failure not true anymore (probably caused by my broken setup).
8545      Branch: perl
8546            ! t/op/pat.t
8547 ____________________________________________________________________________
8548 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
8549         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
8550              stopped working).
8551      Branch: perl
8552            ! op.h pp_ctl.c regcomp.c
8553 ____________________________________________________________________________
8554 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
8555         Log: There is no IN_UTF8.
8556      Branch: perl
8557            ! utf8.h
8558 ____________________________________________________________________________
8559 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
8560         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
8561      Branch: perl
8562            ! op.c op.h pp_ctl.c regcomp.c
8563 ____________________________________________________________________________
8564 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
8565         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
8566              and a test tweak.
8567      Branch: perl
8568            ! op.c t/pod/find.t
8569 ____________________________________________________________________________
8570 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
8571         Log: Todo updates and fixes.
8572      Branch: perl
8573            ! pod/perltodo.pod
8574 ____________________________________________________________________________
8575 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
8576         Log: Mark tests (and one module) having explicit Latin-1
8577              (and one file having explicit UTF-8) with an explicit
8578              'no utf8' (and one explicit 'use utf8').
8579              
8580              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
8581      Branch: perl
8582            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
8583            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
8584            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
8585 ____________________________________________________________________________
8586 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
8587         Log: Subject: SV: END {} blocks run in perl_run
8588              From: "Arthur Bergman" <arthur@contiller.se>
8589              Date: Sun, 12 Aug 2001 00:34:28 +0200 
8590              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
8591      Branch: perl
8592            ! miniperlmain.c perl.c
8593 ____________________________________________________________________________
8594 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
8595         Log: Typos in #11645.
8596      Branch: perl
8597            ! perl.h
8598 ____________________________________________________________________________
8599 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
8600         Log: On ithreads default to use_reentrant except on naturally
8601              threadsafe platforms.
8602      Branch: perl
8603            ! perl.h
8604 ____________________________________________________________________________
8605 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
8606         Log: (Hopefully) a fix for 20010723.004: make install needs
8607              write permission in build directory.  The problem was
8608              probably caused by overeager sprinkling of the lib/re.pm
8609              dependencies (which was done to guarantee lib/re.pm being
8610              uptodate for parallel makes: now solved by funneling that
8611              through an explicit recursive make in the preplibrary target).
8612      Branch: perl
8613            ! Makefile.SH
8614 ____________________________________________________________________________
8615 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
8616         Log: Dispell the "use utf8" superstition.
8617      Branch: perl
8618            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
8619            ! pod/perlunicode.pod
8620 ____________________________________________________________________________
8621 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
8622         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
8623              From: "Abigail" <abigail@foad.org> 
8624              Date: Sat, 11 Aug 2001 23:49:49 +0200
8625              Message-ID: <20010811214950.23255.qmail@foad.org>
8626      Branch: perl
8627            ! t/op/taint.t
8628 ____________________________________________________________________________
8629 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
8630         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
8631              From: Abhijit Menon-Sen <ams@wiw.org>
8632              Date: Sat, 11 Aug 2001 06:18:19 +0530
8633              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
8634      Branch: perl
8635            ! mg.c
8636 ____________________________________________________________________________
8637 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
8638         Log: Test for change #11639.
8639      Branch: perl
8640            ! t/op/tiehandle.t
8641 ____________________________________________________________________________
8642 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
8643         Log: Subject: Re: Can't localize *FH, then tie it
8644              From: Abhijit Menon-Sen <ams@wiw.org>
8645              Date: Sun, 12 Aug 2001 16:08:06 +0530
8646              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
8647      Branch: perl
8648            ! pp_hot.c pp_sys.c
8649 ____________________________________________________________________________
8650 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
8651         Log: Drop all the unnecessary "use utf8" clauses and some of
8652              the unnecessary "use bytes" ones.
8653              
8654              TODO: scour the documentation for unnecessary "use utf8"
8655              and prominently display it in perldelta when the time comes.
8656              ("use utf8" should be necessary ONLY if one wants the script
8657              to be in UTF-8.)  Also should be checked in some non-ASCII
8658              non-Latin-1 platform, like EBCDIC.
8659      Branch: perl
8660            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
8661            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
8662 ____________________________________________________________________________
8663 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
8664         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
8665              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
8666              in Unicode handling.
8667      Branch: perl
8668            + t/op/lc.t
8669            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
8670 ____________________________________________________________________________
8671 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
8672         Log: Thinko: we want the flags for native cc, not gcc.
8673      Branch: perl
8674            ! hints/dec_osf.sh
8675 ____________________________________________________________________________
8676 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
8677         Log: Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
8678              From: Robin Houston <robin@kitsite.com>
8679              Date: Fri, 10 Aug 2001 14:42:02 +0100
8680              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
8681      Branch: perl
8682            ! pp.c
8683 ____________________________________________________________________________
8684 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
8685         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
8686              From: Abhijit Menon-Sen <ams@wiw.org>
8687              Date: Sat, 11 Aug 2001 16:31:04 +0530
8688              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
8689      Branch: perl
8690            ! op.c
8691 ____________________________________________________________________________
8692 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
8693         Log: Get rid of indread, from Abhijit Menon-Sen.
8694      Branch: perl
8695            ! pp_sys.c
8696 ____________________________________________________________________________
8697 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
8698         Log: CRLFgngngn.
8699      Branch: perl
8700            ! win32/Makefile win32/makefile.mk
8701 ____________________________________________________________________________
8702 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
8703         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
8704      Branch: perl
8705            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
8706            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
8707            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
8708            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
8709            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
8710            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
8711            ! win32/Makefile win32/makefile.mk
8712 ____________________________________________________________________________
8713 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
8714         Log: Avoid #elif (less portable than #else #if).
8715      Branch: perl
8716            ! handy.h
8717 ____________________________________________________________________________
8718 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
8719         Log: Subject: patch for perlvar.pod
8720              From: mah@everybody.org (Mark A. Hershberger)
8721              Date: 08 Aug 2001 17:03:16 -0500
8722              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
8723      Branch: perl
8724            ! pod/perlvar.pod
8725 ____________________________________________________________________________
8726 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
8727         Log: cpp commands must start (the # must be) at the column #0.
8728      Branch: perl
8729            ! op.c
8730 ____________________________________________________________________________
8731 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
8732         Log: If using gcc -B/foo/bar makedepend would give
8733              unnecessary warnings about unused -B/foo/bar.
8734      Branch: perl
8735            ! makedepend.SH
8736 ____________________________________________________________________________
8737 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
8738         Log: Update Changes.
8739      Branch: perl
8740            ! Changes patchlevel.h
8741 ____________________________________________________________________________
8742 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
8743         Log: s/z/tz/
8744      Branch: perl
8745            ! pod/perlfaq2.pod
8746 ____________________________________________________________________________
8747 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
8748         Log: Article nit.
8749      Branch: perl
8750            ! pod/perlfaq2.pod
8751 ____________________________________________________________________________
8752 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
8753         Log: Rename lib/unicode files to lib/unicore to avoid
8754              conflicts between core lib/unicode and Unicode::
8755              files in case-ignoring filesystems.
8756      Branch: perl
8757            + (add 325 files)
8758            - (delete 324 files)
8759            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
8760 ____________________________________________________________________________
8761 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
8762         Log: Upgrade to Math::BigInt 1.41.
8763      Branch: perl
8764            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
8765 ____________________________________________________________________________
8766 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
8767         Log: Subject: [PATCH] remove PL_na from typemap
8768              From: James <james@rf.net>
8769              Date: Mon, 06 Aug 2001 20:23:15 -0700
8770              Message-ID: <3B6F5F23.A31A81B1@rf.net>
8771              
8772              (had to be manually applied)
8773      Branch: perl
8774            ! lib/ExtUtils/typemap
8775 ____________________________________________________________________________
8776 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
8777         Log: The metaconfig unit changes for #11618.
8778      Branch: metaconfig/U/perl
8779            + d_fpclassl.U i_fp.U
8780 ____________________________________________________________________________
8781 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
8782         Log: Forgot this from #11618.
8783              
8784              NOTE: wince/config_H.ce needs updating.
8785      Branch: perl
8786            ! wince/config.ce
8787 ____________________________________________________________________________
8788 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
8789         Log: Introduce more floating point classifying APIs;
8790              try to define (most importantly) Perl_is{inf,nan}(x).
8791              
8792              For this first cut, assume none such APIs exist in non-UNIXoid
8793              platforms-- this is of course too unkind: Win32 rumoredly has
8794              _fpclass() and _isnan(), and VMS/VOS very probably have some
8795              of the APIs available.     The only thing Perl uses at the moment
8796              is Perl_isnan() (has been in use for a while now).
8797              
8798              NOTE: the Win32 and NetWare config_h.?c need regenerating.
8799      Branch: perl
8800            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
8801            ! Porting/config_H config_h.SH configure.com epoc/config.sh
8802            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
8803            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
8804            ! vos/config.ga.h win32/config.bc win32/config.gc
8805            ! win32/config.vc win32/config_H.bc win32/config_H.gc
8806            ! win32/config_H.vc wince/config.ce wince/config.h
8807 ____________________________________________________________________________
8808 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
8809         Log: Integrate change #11519 from perlio:
8810              
8811              Avoid testing for (non-)existance of "encoding(xxxx)"
8812              layer is called "encoding" the (xxxx) is an argument.
8813      Branch: perl
8814           !> lib/open.pm
8815 ____________________________________________________________________________
8816 [ 11616] By: nick                                  on 2001/08/09  07:50:24
8817         Log: Integrate mainline
8818      Branch: perlio
8819           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
8820           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
8821           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
8822           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
8823            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
8824            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
8825           !> (integrate 79 files)
8826 ____________________________________________________________________________
8827 [ 11615] By: nick                                  on 2001/08/09  06:23:44
8828         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
8829              layer is called "encoding" the (xxxx) is an argument.
8830      Branch: perlio
8831            ! lib/open.pm
8832 ____________________________________________________________________________
8833 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
8834         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
8835              From: Paul Johnson <paul@pjcj.net>
8836              Date: Wed, 8 Aug 2001 23:54:17 +0200
8837              Message-ID: <20010808235417.O1006@pjcj.net>
8838      Branch: perl
8839            ! ext/B/B/Concise.pm
8840 ____________________________________________________________________________
8841 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
8842         Log: Make VMS use IEEE math by default; reorder Tru64 hints
8843              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
8844              exception semantics) is always set if using (the new) cc.
8845      Branch: perl
8846            ! configure.com hints/dec_osf.sh
8847 ____________________________________________________________________________
8848 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
8849         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
8850              From: Abhijit Menon-Sen <ams@wiw.org>
8851              Date: Tue, 7 Aug 2001 17:16:05 +0530
8852              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
8853      Branch: perl
8854            ! pp_sys.c
8855 ____________________________________________________________________________
8856 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
8857         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
8858              From: "Craig A. Berry" <craigberry@mac.com>
8859              Date: Tue, 07 Aug 2001 22:27:47 -0500
8860              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
8861      Branch: perl
8862            ! t/run/exit.t
8863 ____________________________________________________________________________
8864 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
8865         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
8866              From: "Craig A. Berry" <craigberry@mac.com>
8867              Date: Tue, 07 Aug 2001 20:01:53 -0500
8868              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
8869      Branch: perl
8870            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
8871 ____________________________________________________________________________
8872 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
8873         Log: Update the magazine information.
8874      Branch: perl
8875            ! pod/perlfaq2.pod
8876 ____________________________________________________________________________
8877 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
8878         Log: Ignore SIGFPE everywhere.
8879      Branch: perl
8880            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
8881 ____________________________________________________________________________
8882 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
8883         Log: With permission, change the licensing of the docs by
8884              TomC (and Gnat) to comply with the rest of Perl.
8885      Branch: perl
8886            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
8887            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
8888            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
8889            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
8890            ! pod/perltootc.pod
8891 ____________________________________________________________________________
8892 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
8893         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
8894              From: Andy Dougherty <doughera@lafayette.edu>
8895              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
8896              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
8897      Branch: perl
8898            ! hints/openbsd.sh
8899 ____________________________________________________________________________
8900 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
8901         Log: Subject: [PATCH] Makefile.SH test_prep dependency
8902              From: Andy Dougherty <doughera@lafayette.edu>
8903              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
8904              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
8905      Branch: perl
8906            ! Makefile.SH
8907 ____________________________________________________________________________
8908 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
8909         Log: Don't autogenerate the headers et alia,
8910              make regen_headers explicitly.
8911      Branch: perl
8912            ! Makefile.SH
8913 ____________________________________________________________________________
8914 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
8915         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
8916              From: Gurusamy Sarathy <gsar@ActiveState.com> 
8917              Date: Tue, 07 Aug 2001 08:33:26 -0700
8918              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
8919              
8920              Unnecessary dependency.
8921      Branch: perl
8922            ! embed.pl
8923 ____________________________________________________________________________
8924 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
8925         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
8926              From: Abhijit Menon-Sen <ams@wiw.org>
8927              Date: Tue, 7 Aug 2001 09:10:54 +0530
8928              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
8929      Branch: perl
8930            ! pp_hot.c
8931 ____________________________________________________________________________
8932 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
8933         Log: Subject: [PATCH perl@11597] B && BEGIN handling
8934              From: "James A. Duncan" <jduncan@fotango.com>
8935              Date: Mon, 6 Aug 2001 17:29:11 +0100
8936              Message-ID: <20010806172911.A2071@fotango.com>
8937              
8938              (the intrpvar.h addition moved to the end for bincompat)
8939      Branch: perl
8940            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
8941 ____________________________________________________________________________
8942 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
8943         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
8944      Branch: perl
8945           !> README.win32
8946 ____________________________________________________________________________
8947 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
8948         Log: fix URLs for fcrypt.c
8949      Branch: maint-5.6/perl
8950            ! README.win32
8951 ____________________________________________________________________________
8952 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
8953         Log: Yet another way to say Infinity: HP-UX calls its "++".
8954      Branch: perl
8955            ! lib/Math/BigInt/t/bigintpm.t
8956 ____________________________________________________________________________
8957 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
8958         Log: Update Changes.
8959      Branch: perl
8960            ! Changes patchlevel.h
8961 ____________________________________________________________________________
8962 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
8963         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
8964      Branch: perl
8965            ! pod/perlfaq5.pod
8966 ____________________________________________________________________________
8967 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
8968         Log: The #11593 wasn't right.
8969      Branch: perl
8970            ! lib/Math/BigInt/t/bigintpm.t
8971 ____________________________________________________________________________
8972 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
8973         Log: Subject: [PATCH: perl@11564] introducing perlivp
8974              From: Prymmer/Kahn <pvhp@best.com>
8975              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
8976              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
8977              
8978              Subject: Re: [PATCH: perl@11564] introducing perlivp
8979              From: Prymmer/Kahn <pvhp@best.com>
8980              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
8981              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
8982      Branch: perl
8983            + utils/perlivp.PL
8984            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
8985            ! win32/Makefile win32/makefile.mk
8986 ____________________________________________________________________________
8987 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
8988         Log: libcs are confused what to call Infinity.
8989      Branch: perl
8990            ! lib/Math/BigInt/t/bigintpm.t
8991 ____________________________________________________________________________
8992 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
8993         Log: Avoid SIGFPE in Tru64.
8994      Branch: perl
8995            ! numeric.c
8996 ____________________________________________________________________________
8997 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
8998         Log: Upgrade to Math::BigInt 1.40.
8999              
9000              NOTE: this patch necessitates doing something about
9001              infinity handling since the new bigintpm.t tests use
9002              infinity, which causes SIGFPEs at least in Tru64.
9003      Branch: perl
9004            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
9005            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
9006            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
9007            ! lib/Math/BigInt/t/mbimbf.t
9008 ____________________________________________________________________________
9009 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
9010         Log: remove hardcoded cmd shell in testsuite
9011      Branch: perl
9012            ! t/op/glob.t t/op/magic.t t/op/stat.t
9013 ____________________________________________________________________________
9014 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
9015         Log: 4-arg select() was busted on windows because change#8178 didn't
9016              make it into mainline
9017      Branch: perl
9018            ! perl.h win32/include/sys/socket.h
9019 ____________________________________________________________________________
9020 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
9021         Log: Rename the Getopt::Long tests to be as they are
9022              in the Getopt::Long official distribution.
9023      Branch: perl
9024            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
9025            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
9026            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
9027            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
9028            ! MANIFEST
9029 ____________________________________________________________________________
9030 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
9031         Log: Upgrade to Getopt::Long 2.26.
9032      Branch: perl
9033            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
9034            ! MANIFEST lib/Getopt/Long.pm
9035 ____________________________________________________________________________
9036 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
9037         Log: Retract #10874 (the hack should be unnecessary by now)
9038      Branch: perl
9039            ! lib/Test/Harness.pm
9040 ____________________________________________________________________________
9041 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
9042         Log: avoid temp file littering in tests
9043      Branch: perl
9044            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
9045 ____________________________________________________________________________
9046 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
9047         Log: Subject: warning in sv.c: double format, NV arg
9048              From: "Philip Newton" <Philip.Newton@gmx.net>
9049              Date: Sun, 5 Aug 2001 19:41:07 +0200
9050              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
9051      Branch: perl
9052            ! sv.c
9053 ____________________________________________________________________________
9054 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
9055         Log: fix POSIX.t#13 for windos
9056      Branch: perl
9057            ! ext/POSIX/POSIX.t
9058 ____________________________________________________________________________
9059 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
9060         Log: Add a test for PerlIO::Via.
9061      Branch: perl
9062            + ext/PerlIO/t/via.t
9063            ! MANIFEST ext/PerlIO/Via/Via.pm
9064 ____________________________________________________________________________
9065 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
9066         Log: flock() and link() are not available on Windows 9x
9067      Branch: perl
9068            ! win32/config_sh.PL
9069 ____________________________________________________________________________
9070 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
9071         Log: Some Tru64 C compilers have C++ components that confuse
9072              the ccversion parsing.
9073      Branch: perl
9074            ! hints/dec_osf.sh
9075 ____________________________________________________________________________
9076 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
9077         Log: (Reintroduce #11125)
9078              
9079              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
9080              From: Alan Burlison <Alan.Burlison@sun.com> 
9081              Date: Tue, 03 Jul 2001 15:20:13 +0100   
9082              Message-ID: <3B41D49D.A923D4F9@sun.com> 
9083      Branch: perl
9084            ! lib/ExtUtils/MM_Unix.pm
9085 ____________________________________________________________________________
9086 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
9087         Log: Little pointer juggling for HP-UX cc to avoid
9088              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
9089              followed by
9090              "error 1549: Modifiable lvalue required for assignment operator."
9091      Branch: perl
9092            ! hv.c
9093 ____________________________________________________________________________
9094 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
9095         Log: Continuation of #11575: SANY_SEEN completely deprecated,
9096              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
9097              plus a fix for the bug.
9098      Branch: perl
9099            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
9100 ____________________________________________________________________________
9101 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
9102         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
9103              From: Doug MacEachern <dougm@covalent.net>
9104              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
9105              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
9106      Branch: perl
9107            ! sv.c
9108 ____________________________________________________________________________
9109 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
9110         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
9111              the new CANY is the \C.  The problem reported and the
9112              test case supplied in
9113              
9114              Subject: UTF-8 bugs in string length & single line regex matches
9115              From: "Daniel P. Berrange" <dan@berrange.com>
9116              Date: Fri, 3 Aug 2001 11:39:33 +0100
9117              Message-ID: <20010803113932.A19318@berrange.com>
9118      Branch: perl
9119            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
9120            ! t/op/pat.t
9121 ____________________________________________________________________________
9122 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
9123         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
9124              From: Doug MacEachern <dougm@covalent.net>
9125              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
9126              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
9127      Branch: perl
9128            ! perl.c regexec.c
9129 ____________________________________________________________________________
9130 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
9131         Log: The #11572 didn't up the test count.
9132      Branch: perl
9133            ! t/op/length.t
9134 ____________________________________________________________________________
9135 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
9136         Log: Subject: UTF-8 bugs in string length & single line regex matches
9137              From: "Daniel P. Berrange" <dan@berrange.com>
9138              Date: Fri, 3 Aug 2001 11:39:33 +0100         
9139              Message-ID: <20010803113932.A19318@berrange.com>
9140              
9141              (the mg_length() fix)
9142      Branch: perl
9143            ! mg.c t/op/length.t
9144 ____________________________________________________________________________
9145 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
9146         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
9147              From: Abhijit Menon-Sen <ams@wiw.org>
9148              Date: Sat, 4 Aug 2001 16:56:35 +0530
9149              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
9150      Branch: perl
9151            ! hv.c
9152 ____________________________________________________________________________
9153 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
9154         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
9155              From: Abhijit Menon-Sen <ams@wiw.org>
9156              Date: Sat, 4 Aug 2001 16:16:03 +0530
9157              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
9158      Branch: perl
9159            ! hv.c
9160 ____________________________________________________________________________
9161 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
9162         Log: Subject: Re: [patch] refcount re ops
9163              From: Abhijit Menon-Sen <ams@wiw.org>
9164              Date: Sat, 4 Aug 2001 08:54:55 +0530
9165              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
9166      Branch: perl
9167            ! sv.c
9168 ____________________________________________________________________________
9169 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
9170         Log: Subject: [patch] refcount re ops
9171              From: Doug MacEachern <dougm@covalent.net>
9172              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
9173              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
9174      Branch: perl
9175            ! regcomp.c sv.c
9176 ____________________________________________________________________________
9177 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
9178         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
9179              From: Doug MacEachern <dougm@covalent.net>
9180              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
9181              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
9182      Branch: perl
9183            ! perl.c regexec.c
9184 ____________________________________________________________________________
9185 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
9186         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
9187              From: "Craig A. Berry" <craigberry@mac.com> 
9188              Date: Fri, 03 Aug 2001 16:16:16 -0500
9189              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
9190      Branch: perl
9191            ! t/op/misc.t
9192 ____________________________________________________________________________
9193 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
9194         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
9195              From: John Kristian <jmk2001@engineer.com>
9196              Date: Fri, 03 Aug 2001 00:59:08 -0700
9197              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
9198      Branch: perl
9199            ! win32/win32.c
9200 ____________________________________________________________________________
9201 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
9202         Log: Update Changes.
9203      Branch: perl
9204            ! Changes patchlevel.h
9205 ____________________________________________________________________________
9206 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
9207         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
9208              From: "Craig A. Berry" <craigberry@mac.com>
9209              Date: Thu, 02 Aug 2001 23:15:24 -0500
9210              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
9211      Branch: perl
9212            ! ext/B/Stash.t
9213 ____________________________________________________________________________
9214 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
9215         Log: Subject: [patch] plug PL_cshname leak
9216              From: Doug MacEachern <dougm@covalent.net>
9217              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
9218              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
9219      Branch: perl
9220            ! sv.c
9221 ____________________________________________________________________________
9222 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
9223         Log: Subject: [patch] plug PL_sh_path leak
9224              From: Doug MacEachern <dougm@covalent.net>
9225              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
9226              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
9227      Branch: perl
9228            ! sv.c
9229 ____________________________________________________________________________
9230 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
9231         Log: Subject: [patch] plug PL_regex_padav leaks
9232              From: Doug MacEachern <dougm@covalent.net>
9233              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
9234              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
9235      Branch: perl
9236            ! op.c op.h perl.c
9237 ____________________________________________________________________________
9238 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
9239         Log: Subject: [patch] plug PL_origargv leak
9240              From: Doug MacEachern <dougm@covalent.net>
9241              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
9242              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
9243      Branch: perl
9244            ! perl.c
9245 ____________________________________________________________________________
9246 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
9247         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
9248              From: Abhijit Menon-Sen <ams@wiw.org>
9249              Date: Fri, 3 Aug 2001 06:38:11 +0530
9250              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
9251      Branch: perl
9252            ! hv.c
9253 ____________________________________________________________________________
9254 [ 11557] By: nick                                  on 2001/08/03  08:17:38
9255         Log: Integrate mainline
9256      Branch: perlio
9257           +> (branch 47 files)
9258            - lib/Switch/test.pl
9259           !> (integrate 49 files)
9260 ____________________________________________________________________________
9261 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
9262         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
9263              From: "Craig A. Berry" <craigberry@mac.com>
9264              Date: Thu, 02 Aug 2001 12:56:19 -0500
9265              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
9266      Branch: perl
9267            ! ext/B/Showlex.t
9268 ____________________________________________________________________________
9269 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
9270         Log: Be more careful about non-existent files.
9271      Branch: perl
9272            ! lib/File/Copy.pm
9273 ____________________________________________________________________________
9274 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
9275         Log: Subject: [PATCH resend] deparse empty formats
9276              From: Robin Houston <robin@kitsite.com> 
9277              Date: Thu, 2 Aug 2001 14:32:36 +0100
9278              Message-ID: <20010802143236.A894@robin.kitsite.com>
9279      Branch: perl
9280            ! ext/B/B/Deparse.pm
9281 ____________________________________________________________________________
9282 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
9283         Log: Subject: [patch] ithreads + refto fix improvement
9284              From: Doug MacEachern <dougm@covalent.net>
9285              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
9286              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
9287      Branch: perl
9288            ! pp.c
9289 ____________________________________________________________________________
9290 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
9291         Log: Readability nit from Abhijit.
9292      Branch: perl
9293            ! op.c
9294 ____________________________________________________________________________
9295 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
9296         Log: setproctitle() API version nit from Anton Berezin.
9297      Branch: perl
9298            ! mg.c
9299 ____________________________________________________________________________
9300 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
9301         Log: Add PerlCE to the docs.
9302      Branch: perl
9303            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
9304            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
9305 ____________________________________________________________________________
9306 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
9307         Log: Integrate the PerlCE (WinCE Perl) port;
9308              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
9309      Branch: perl
9310            + README.ce wince/FindExt.pm wince/Makefile.ce
9311            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
9312            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
9313            + wince/bin/search.pl wince/config.ce wince/config.h
9314            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
9315            + wince/dl_win32.xs wince/include/arpa/inet.h
9316            + wince/include/cectype.h wince/include/errno.h
9317            + wince/include/netdb.h wince/include/sys/socket.h
9318            + wince/include/sys/stat.h wince/include/sys/types.h
9319            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
9320            + wince/perl.rc wince/perldll.def wince/perllib.c
9321            + wince/perlmain.c wince/registry.bat wince/runperl.c
9322            + wince/splittree.pl wince/win32.h wince/win32iop.h
9323            + wince/win32thread.c wince/win32thread.h wince/wince.c
9324            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
9325            + wince/xdistclean.ksh wince/xmakediffs.ksh
9326            ! MANIFEST perl.c perl.h perlio.c
9327 ____________________________________________________________________________
9328 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
9329         Log: setproctitle() made simpler.  (This assumes the string is
9330              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
9331              should be used.  Note len, not len + 1.)  BSD-fu from Anton
9332              Berezin.
9333      Branch: perl
9334            ! mg.c
9335 ____________________________________________________________________________
9336 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
9337         Log: Subject: [PATCH] -Wall cleanup: op.c
9338              From: Richard Soderberg <rs@oregonnet.com>
9339              Date: Thu, 2 Aug 2001 00:17:09 -0700
9340              Message-Id: <200108020717.AAA26895@oregonnet.com>
9341              
9342              Subject: [PATCH] -Wall cleanup: sv.c
9343              From: Richard Soderberg <rs@oregonnet.com>
9344              Date: Thu, 2 Aug 2001 00:49:21 -0700
9345              Message-Id: <200108020749.AAA27492@oregonnet.com>
9346      Branch: perl
9347            ! op.c sv.c
9348 ____________________________________________________________________________
9349 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
9350         Log: Update Changes.
9351      Branch: perl
9352            ! Changes patchlevel.h
9353 ____________________________________________________________________________
9354 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
9355         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
9356              From: Doug MacEachern <dougm@covalent.net>
9357              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
9358              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
9359      Branch: perl
9360            ! op.c
9361 ____________________________________________________________________________
9362 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
9363         Log: The #11541 didn't work under threads.
9364      Branch: perl
9365            ! op.c
9366 ____________________________________________________________________________
9367 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
9368         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
9369              From: Hugo <hv@crypt.compulink.co.uk>
9370              Date: Fri, 22 Jun 2001 01:19:08 +0100 
9371              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
9372              
9373              (Skip tests if accept() failed)
9374      Branch: perl
9375            ! ext/IO/lib/IO/t/io_unix.t
9376 ____________________________________________________________________________
9377 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
9378         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
9379              From: "Stian Seeberg" <sseeberg@nimsoft.no>
9380              Date: Mon, 30 Jul 2001 12:28:07 +0200
9381              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
9382      Branch: perl
9383            ! perl.h
9384 ____________________________________________________________________________
9385 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
9386         Log: Subject: Pluggable optimizer
9387              From: Simon Cozens <simon@netthink.co.uk>
9388              Date: Wed, 1 Aug 2001 13:57:02 -0700
9389              Message-ID: <20010801135702.I10442@netthink.co.uk>
9390      Branch: perl
9391            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
9392 ____________________________________________________________________________
9393 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
9394         Log: Subject: [ID 20010801.039] perlre.pod message typo
9395              From: Autrijus Tang <autrijus@geb.elixus.org>
9396              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
9397              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
9398      Branch: perl
9399            ! pod/perlre.pod
9400 ____________________________________________________________________________
9401 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
9402         Log: Test for change #11536.
9403      Branch: perl
9404            ! t/op/tiehandle.t
9405 ____________________________________________________________________________
9406 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
9407         Log: More test fixups for #11537.
9408      Branch: perl
9409            ! t/lib/warnings/4lint t/lib/warnings/9enabled
9410 ____________________________________________________________________________
9411 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
9412         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
9413              From: Doug MacEachern <dougm@covalent.net>
9414              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
9415              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
9416      Branch: perl
9417            ! op.c t/TestInit.pm
9418 ____________________________________________________________________________
9419 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
9420         Log: Subject: [patch] ithreads + refto bug
9421              From: Doug MacEachern <dougm@covalent.net>
9422              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
9423              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
9424              
9425              (Test in change #11539)
9426      Branch: perl
9427            ! pp.c
9428 ____________________________________________________________________________
9429 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
9430         Log: Subject: [PATCH: perl@11523] fixups for t/harness
9431              From: Prymmer/Kahn <pvhp@best.com>
9432              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
9433              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
9434      Branch: perl
9435            ! t/harness
9436 ____________________________________________________________________________
9437 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
9438         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
9439              From: Prymmer/Kahn <pvhp@best.com>
9440              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
9441              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
9442      Branch: perl
9443            ! win32/Makefile win32/makefile.mk
9444 ____________________________________________________________________________
9445 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
9446         Log: Need to know the number of tests.
9447      Branch: perl
9448            ! t/run/exit.t
9449 ____________________________________________________________________________
9450 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
9451         Log: Subject: Re: new exit tests on VMS
9452              From: "Craig A. Berry" <craigberry@mac.com>
9453              Date: Tue, 31 Jul 2001 12:19:29 -0500
9454              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
9455      Branch: perl
9456            ! t/run/exit.t
9457 ____________________________________________________________________________
9458 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
9459         Log: Retract #11530 (the dTHX is needed under threads)
9460      Branch: perl
9461            ! perlio.c
9462 ____________________________________________________________________________
9463 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
9464         Log: (Retracted by #11531)
9465      Branch: perl
9466            ! perlio.c
9467 ____________________________________________________________________________
9468 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
9469         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
9470              From: Richard Soderberg <rs@crystalflame.net>
9471              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
9472              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
9473      Branch: perl
9474            ! unixish.h
9475 ____________________________________________________________________________
9476 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
9477         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
9478              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9479              Date: Tue, 31 Jul 2001 05:39:09 -0400
9480              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
9481              
9482              (with a note about the case of UV being equal to long long)
9483      Branch: perl
9484            ! utils/h2xs.PL
9485 ____________________________________________________________________________
9486 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
9487         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
9488              From: "Craig A. Berry" <craigberry@mac.com>
9489              Date: Tue, 31 Jul 2001 14:57:43 -0500
9490              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
9491      Branch: perl
9492            ! t/io/fs.t
9493 ____________________________________________________________________________
9494 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
9495         Log: Fix for
9496              
9497              Subject: [ID 20010116.001] File::Copy truncates orig file 
9498              From: arbor@al37al08.telecel.pt
9499              Date: Tue, 16 Jan 2001 11:43:02 GMT
9500              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
9501              
9502              (copy($foo, $foo) would truncate $foo)
9503      Branch: perl
9504            ! lib/File/Copy.pm lib/File/Copy.t
9505 ____________________________________________________________________________
9506 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
9507         Log: Metaconfig unit change for #11524.
9508      Branch: metaconfig/U/perl
9509            ! Extras.U
9510 ____________________________________________________________________________
9511 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
9512         Log: Multiple modules didn't work; plus typo fixes.
9513      Branch: perl
9514            ! Configure
9515 ____________________________________________________________________________
9516 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
9517         Log: Update Changes.
9518      Branch: perl
9519            ! Changes patchlevel.h
9520 ____________________________________________________________________________
9521 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
9522         Log: Regen perlapi.
9523      Branch: perl
9524            ! pod/perlapi.pod
9525 ____________________________________________________________________________
9526 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
9527         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
9528              From: Dave Mitchell <davem@fdgroup.co.uk>
9529              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
9530              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
9531      Branch: perl
9532            ! sv.c
9533 ____________________________________________________________________________
9534 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
9535         Log: Regen toc.
9536      Branch: perl
9537            ! pod/perltoc.pod
9538 ____________________________________________________________________________
9539 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
9540         Log: Regen Porting stuff.
9541      Branch: perl
9542            ! Porting/Glossary Porting/config.sh Porting/config_H
9543 ____________________________________________________________________________
9544 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
9545         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
9546              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9547              Date: Tue, 31 Jul 2001 05:34:38 -0400
9548              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
9549      Branch: perl
9550            ! utils/h2xs.PL
9551 ____________________________________________________________________________
9552 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
9553         Log: Metaconfig unit change for #11516. 
9554      Branch: metaconfig/U/perl
9555            ! gccvers.U
9556 ____________________________________________________________________________
9557 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
9558         Log: Add -Wall in cflags, not in Configure.
9559              (This way -Wall affects only the core and the core XS,
9560              not user modules' XS.  Concern from Paul Marquess,
9561              implementation idea from Andy Dougherty.)
9562      Branch: perl
9563            ! Configure cflags.SH
9564 ____________________________________________________________________________
9565 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
9566         Log: Metaconfig unit changes for #11514.
9567      Branch: metaconfig
9568            + U/modified/sysman.U
9569            ! U/installdirs/man1dir.U
9570 ____________________________________________________________________________
9571 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
9572         Log: Subject: Configure's detection of system manual
9573              From: Sean Dague <sean@dague.net> 
9574              Date: Sun, 13 May 2001 15:53:15 -0400
9575              Message-ID: <20010513155315.A15833@underhill.dague.net>
9576      Branch: perl
9577            ! Configure
9578 ____________________________________________________________________________
9579 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
9580         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
9581              From: Autrijus Tang <autrijus@autrijus.org> 
9582              Date: Thu, 21 Jun 2001 23:56:48 +0800
9583              Message-Id: <20010621235648.A57340@not.autrijus.org>
9584      Branch: perl
9585            ! pod/perlobj.pod
9586 ____________________________________________________________________________
9587 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
9588         Log: Subject: Typo in DB_File.pm
9589              From: "Philip Newton" <Philip.Newton@gmx.net>
9590              Date: Tue, 31 Jul 2001 06:19:35 +0200
9591              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
9592      Branch: perl
9593            ! ext/DB_File/DB_File.pm
9594 ____________________________________________________________________________
9595 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
9596         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
9597              From: "Stephen P. Potter" <spp@spotter.yi.org>
9598              Date: Wed, 30 May 2001 13:59:34 -0400
9599              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
9600      Branch: perl
9601            ! pod/perlre.pod
9602 ____________________________________________________________________________
9603 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
9604         Log: eval "format foo=" would loop indefinitely; reported in
9605              
9606              Subject: A load of old rubbish
9607              From: Mike Guy <mjtg@cam.ac.uk>
9608              Date: Mon, 14 May 2001 16:12:22 +0100
9609              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
9610              
9611              (The core dumps reported in there already fixed.)
9612      Branch: perl
9613            ! toke.c
9614 ____________________________________________________________________________
9615 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
9616         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
9617      Branch: perl
9618            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
9619            + lib/Switch/t/switch_case.t
9620            - lib/Switch/test.pl
9621            ! MANIFEST lib/Switch.pm
9622 ____________________________________________________________________________
9623 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
9624         Log: Subject: [PATCH @11505] DB_File-1.78
9625              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
9626              Date: Mon, 30 Jul 2001 22:54:37 +0100
9627              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
9628      Branch: perl
9629            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
9630            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
9631 ____________________________________________________________________________
9632 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
9633         Log: Explain in more detail why -pipe and -fno-common are good.
9634      Branch: perl
9635            ! hints/darwin.sh
9636 ____________________________________________________________________________
9637 [ 11506] By: nick                                  on 2001/07/30  14:32:23
9638         Log: Integrate mainline
9639      Branch: perlio
9640           !> INSTALL Makefile.SH doio.c hints/darwin.sh
9641 ____________________________________________________________________________
9642 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
9643         Log: Perl hasn't been putting man pages into $prefix/lib for
9644              a long time now; pointed out by Andy Dougherty. 
9645      Branch: perl
9646            ! hints/darwin.sh
9647 ____________________________________________________________________________
9648 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
9649         Log: Document the extras Configure option.
9650      Branch: perl
9651            ! INSTALL
9652 ____________________________________________________________________________
9653 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
9654         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
9655              everywhere.
9656      Branch: perl
9657           !> doio.c
9658 ____________________________________________________________________________
9659 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
9660         Log: Doubly guard against invoking CPAN if no extras defined,
9661              pointed out by H. Merijn Brand.
9662      Branch: perl
9663            ! Makefile.SH
9664 ____________________________________________________________________________
9665 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
9666         Log: Fix O_RDONLY check to check for O_RDONLY.
9667      Branch: maint-5.6/macperl
9668            ! doio.c
9669 ____________________________________________________________________________
9670 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
9671         Log: Integrate miscellaneous changes from maint-5.6/perl.
9672      Branch: maint-5.6/macperl
9673           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
9674 ____________________________________________________________________________
9675 [ 11499] By: nick                                  on 2001/07/30  06:52:42
9676         Log: Integrate mainline
9677      Branch: perlio
9678           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
9679           +> win32/sync_ext.pl
9680            - win32/sncfnmcs.pl
9681           !> (integrate 71 files)
9682 ____________________________________________________________________________
9683 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
9684         Log: Update Changes.
9685      Branch: perl
9686            ! Changes patchlevel.h
9687 ____________________________________________________________________________
9688 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
9689         Log: Now Configure -Dextras=Foo::Bar and "make install" will
9690              fetch and install Foo::Bar.
9691      Branch: perl
9692            ! Makefile.SH
9693 ____________________________________________________________________________
9694 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
9695         Log: Metaconfig unit change for #11495.
9696      Branch: metaconfig/U/perl
9697            ! Extras.U
9698 ____________________________________________________________________________
9699 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
9700         Log: extras.make, extras.test, and extras.install make targets.
9701      Branch: perl
9702            ! Configure Makefile.SH
9703 ____________________________________________________________________________
9704 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
9705         Log: Metaconfig unit change for #11493.
9706      Branch: metaconfig/U/perl
9707            ! Extras.U
9708 ____________________________________________________________________________
9709 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
9710         Log: Better to have the list of extras in $extras than 'define'.
9711      Branch: perl
9712            ! Configure
9713 ____________________________________________________________________________
9714 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
9715         Log: The metaconfig unit change for #11490.
9716      Branch: metaconfig/U/perl
9717            + Extras.U
9718 ____________________________________________________________________________
9719 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
9720         Log: Missed from #11490 (the required dependency).
9721      Branch: perl
9722            ! Makefile.SH
9723 ____________________________________________________________________________
9724 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
9725         Log: Add the support of asking for extra modules or bundles of modules
9726              to be fetched from the CPAN and installed as a part of the Perl
9727              build process.  None of this installation is yet really done;
9728              only the list is asked, and saved away in extras.lst for
9729              the build and installation process to worry about later.
9730      Branch: perl
9731            ! Configure
9732 ____________________________________________________________________________
9733 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
9734         Log: Beginnings of better Inf and NaN support.
9735              At least toke.c and sv.c still need quite a bit of work.
9736      Branch: perl
9737            ! numeric.c perl.h
9738 ____________________________________________________________________________
9739 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
9740         Log: Top-level Makefile didn't honour OPTIMIZE.
9741      Branch: perl
9742            ! Makefile.SH
9743 ____________________________________________________________________________
9744 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
9745         Log: Update Changes.
9746      Branch: perl
9747            ! Changes patchlevel.h
9748 ____________________________________________________________________________
9749 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
9750         Log: Use Search::Dict 1.02 interface for charinfo().
9751      Branch: perl
9752            ! lib/UnicodeCD.pm
9753 ____________________________________________________________________________
9754 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
9755         Log: Now also allow transforming the read lines before comparing them.
9756              (This will help UnicodeCD.) 
9757      Branch: perl
9758            ! lib/Search/Dict.pm
9759 ____________________________________________________________________________
9760 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
9761         Log: Remove tiehandle code.
9762      Branch: perl
9763            ! lib/UnicodeCD.pm
9764 ____________________________________________________________________________
9765 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
9766         Log: Allow specifying a comparison function for Search::Dict::look().
9767      Branch: perl
9768            ! lib/Search/Dict.pm
9769 ____________________________________________________________________________
9770 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
9771         Log: Small UnicodeCD tweaks.
9772      Branch: perl
9773            ! lib/UnicodeCD.pm lib/UnicodeCD.t
9774 ____________________________________________________________________________
9775 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
9776         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
9777              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
9778              Date: Tue, 24 Jul 2001 01:51:32 +0900
9779              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
9780      Branch: perl
9781            ! lib/UnicodeCD.pm lib/UnicodeCD.t
9782 ____________________________________________________________________________
9783 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
9784         Log: Subject: [PATCH] installperl
9785              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
9786              Date: Fri, 27 Jul 2001 19:05:04 -0700
9787              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
9788      Branch: perl
9789            ! installperl
9790 ____________________________________________________________________________
9791 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
9792         Log: Subject: [PATCH] Set proper compatibility versions in core
9793              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
9794              Date: Fri, 27 Jul 2001 20:01:49 -0700
9795              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
9796      Branch: perl
9797            ! Makefile.SH
9798 ____________________________________________________________________________
9799 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
9800         Log: Metaconfig unit change for #11477.
9801      Branch: metaconfig/U/perl
9802            ! dlsrc.U
9803 ____________________________________________________________________________
9804 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
9805         Log: Subject: [PATCH] Darwin: -fpic not so good
9806              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
9807              Date: Fri, 27 Jul 2001 18:57:38 -0700
9808              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
9809      Branch: perl
9810            ! Configure
9811 ____________________________________________________________________________
9812 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
9813         Log: Subject: [PATCH] Clean up Darwin hints
9814              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
9815              Date: Fri, 27 Jul 2001 19:13:15 -0700
9816              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
9817      Branch: perl
9818            ! hints/darwin.sh
9819 ____________________________________________________________________________
9820 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
9821         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
9822              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
9823              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
9824              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
9825      Branch: perl
9826            ! pod/perlfunc.pod pp.c t/op/split.t
9827 ____________________________________________________________________________
9828 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
9829         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
9830              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
9831              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
9832              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
9833      Branch: perl
9834            ! pod/perlvar.pod
9835 ____________________________________________________________________________
9836 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
9837         Log: Subject: [PATCH] fixes to constant.pm documentation
9838              From: Ilmari Karonen <iltzu@sci.fi>
9839              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
9840              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
9841      Branch: perl
9842            ! lib/constant.pm
9843 ____________________________________________________________________________
9844 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
9845         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
9846              From: "Philip Newton" <Philip.Newton@gmx.net>
9847              Date: Fri, 27 Jul 2001 07:51:10 +0200
9848              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
9849      Branch: perl
9850            ! pod/perlport.pod
9851 ____________________________________________________________________________
9852 [ 11471] By: nick                                  on 2001/07/26  06:23:32
9853         Log: Subject:  [PATCH] Doc fix for perlguts / threading
9854              From:  Arthur Bergman <arthur@contiller.se>
9855              Date:  Wed, 25 Jul 2001 11:28:23 +0200
9856              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
9857      Branch: perl
9858            ! pod/perlguts.pod
9859 ____________________________________________________________________________
9860 [ 11470] By: nick                                  on 2001/07/26  06:21:06
9861         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
9862              From:  Philip Newton <Philip.Newton@gmx.net>
9863              Date:  Wed, 25 Jul 2001 08:19:47 +0200
9864              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
9865      Branch: perl
9866            ! INSTALL
9867 ____________________________________________________________________________
9868 [ 11469] By: nick                                  on 2001/07/26  06:20:25
9869         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
9870              From:  Philip Newton <Philip.Newton@gmx.net>
9871              Date:  Wed, 25 Jul 2001 08:12:48 +0200
9872              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
9873      Branch: perl
9874            ! INSTALL
9875 ____________________________________________________________________________
9876 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
9877         Log: More +x.
9878      Branch: perl
9879            ! Porting/makerel
9880 ____________________________________________________________________________
9881 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
9882         Log: Update Changes.
9883      Branch: perl
9884            ! Changes patchlevel.h
9885 ____________________________________________________________________________
9886 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
9887         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
9888              From: "Philip Newton" <Philip.Newton@gmx.net>
9889              Date: Tue, 24 Jul 2001 06:45:55 +0200
9890              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
9891      Branch: perl
9892            ! os2/perlrexx.c
9893 ____________________________________________________________________________
9894 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
9895         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
9896              From: Peter Prymmer <pvhp@forte.com>
9897              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
9898              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
9899      Branch: perl
9900            ! pod/perlport.pod t/io/fs.t vms/test.com
9901 ____________________________________________________________________________
9902 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
9903         Log: Workaround on Cwd bootstrap problem.
9904      Branch: perl
9905            ! lib/ExtUtils/MakeMaker.pm
9906 ____________________________________________________________________________
9907 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
9908         Log: When in Rome, quote like the Romans do.
9909      Branch: perl
9910            ! cflags.SH
9911 ____________________________________________________________________________
9912 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
9913         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
9914              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9915              Date: Mon, 23 Jul 2001 19:29:49 -0400
9916              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
9917      Branch: perl
9918            + os2/perlrexx.c
9919            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
9920            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
9921            ! t/op/write.t
9922 ____________________________________________________________________________
9923 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
9924         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
9925              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9926              Date: Mon, 23 Jul 2001 18:43:42 -0400
9927              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
9928      Branch: perl
9929            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
9930 ____________________________________________________________________________
9931 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
9932         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
9933              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9934              Date: Mon, 23 Jul 2001 18:33:16 -0400
9935              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
9936      Branch: perl
9937            ! lib/ExtUtils/MakeMaker.pm
9938 ____________________________________________________________________________
9939 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
9940         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
9941              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9942              Date: Mon, 23 Jul 2001 18:20:35 -0400
9943              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
9944      Branch: perl
9945            ! Makefile.SH cflags.SH
9946 ____________________________________________________________________________
9947 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
9948         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
9949              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
9950              Date: Mon, 23 Jul 2001 11:32:17 -0500
9951              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
9952      Branch: perl
9953            ! lib/ExtUtils/MakeMaker.pm
9954 ____________________________________________________________________________
9955 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
9956         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
9957              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9958              Date: Mon, 23 Jul 2001 18:13:20 -0400
9959              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
9960      Branch: perl
9961            ! lib/perl5db.pl
9962 ____________________________________________________________________________
9963 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
9964         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
9965              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9966              Date: Mon, 23 Jul 2001 18:07:40 -0400
9967              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
9968      Branch: perl
9969            ! op.c
9970 ____________________________________________________________________________
9971 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
9972         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
9973              From: "Craig A. Berry" <craigberry@mac.com>
9974              Date: Mon, 23 Jul 2001 15:35:06 -0500
9975              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
9976      Branch: perl
9977            ! util.c
9978 ____________________________________________________________________________
9979 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
9980         Log: Subject: [PATCH perlfaq9.pod typo]
9981              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
9982              Date: Mon, 23 Jul 2001 07:49:05 -0700
9983              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
9984      Branch: perl
9985            ! pod/perlfaq9.pod
9986 ____________________________________________________________________________
9987 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
9988         Log: Subject: win32\sncfnmcs.pl corrections
9989              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
9990              Date: Mon, 23 Jul 2001 12:56:54 +0200
9991              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
9992              
9993              Rename the script a little bit more sensibly.
9994      Branch: perl
9995            + win32/sync_ext.pl
9996            - win32/sncfnmcs.pl
9997            ! MANIFEST README.win32
9998 ____________________________________________________________________________
9999 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
10000         Log: Test tweak.
10001      Branch: perl
10002            ! ext/B/Deparse.t
10003 ____________________________________________________________________________
10004 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
10005         Log: Metaconfig unit tweak for #11450.
10006      Branch: metaconfig/U/perl
10007            ! Mksymlinks.U
10008 ____________________________________________________________________________
10009 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
10010         Log: Too volatile failsafe check.
10011      Branch: perl
10012            ! Configure
10013 ____________________________________________________________________________
10014 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
10015         Log: Further doc tweaks.
10016      Branch: perl
10017            ! lib/UnicodeCD.pm
10018 ____________________________________________________________________________
10019 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
10020         Log: Doc tweaks.
10021      Branch: perl
10022            ! lib/UnicodeCD.pm
10023 ____________________________________________________________________________
10024 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
10025         Log: Doc tweakery from Abhijit.
10026      Branch: perl
10027            ! Porting/repository.pod
10028 ____________________________________________________________________________
10029 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
10030         Log: An accidental empty line.
10031      Branch: perl
10032            ! MANIFEST
10033 ____________________________________________________________________________
10034 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
10035         Log: Missing MANIFESTations.
10036      Branch: perl
10037            ! MANIFEST
10038 ____________________________________________________________________________
10039 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
10040         Log: Update Changes.
10041      Branch: perl
10042            ! Changes patchlevel.h
10043 ____________________________________________________________________________
10044 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
10045         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
10046              From: Mike Guy <mjtg@cam.ac.uk>
10047              Date: Fri, 20 Jul 2001 16:12:49 +0100
10048              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
10049      Branch: perl
10050            ! Porting/pumpkin.pod
10051 ____________________________________________________________________________
10052 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
10053         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
10054              From: Peter Prymmer <pvhp@forte.com>
10055              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
10056              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
10057      Branch: perl
10058            ! pod/perlhack.pod
10059 ____________________________________________________________________________
10060 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
10061         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
10062              From: Michael G Schwern <schwern@pobox.com>
10063              Date: Fri, 20 Jul 2001 20:22:35 -0400
10064              Message-ID: <20010720202235.O4498@blackrider>
10065      Branch: perl
10066            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
10067            ! lib/Test/t/todo.t
10068 ____________________________________________________________________________
10069 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
10070         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
10071              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
10072              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
10073              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
10074      Branch: perl
10075            ! ext/POSIX/POSIX.pod
10076 ____________________________________________________________________________
10077 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
10078         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
10079              From: Mark-Jason Dominus <mjd@plover.com>
10080              Date: Fri, 20 Jul 2001 23:16:54 -0400
10081              Message-ID: <20010721031654.21877.qmail@plover.com>
10082      Branch: perl
10083            ! ext/POSIX/POSIX.pod
10084 ____________________________________________________________________________
10085 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
10086         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
10087              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10088              Date: Sun, 22 Jul 2001 14:56:09 +0200
10089              Message-ID: <20010722145609.A766@rafael>
10090      Branch: perl
10091            ! ext/B/O.pm
10092 ____________________________________________________________________________
10093 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
10094         Log: Subject: regexec.c #define cleanup
10095              From: Mark-Jason Dominus <mjd@plover.com>
10096              Date: Sat, 21 Jul 2001 18:33:25 -0400
10097              Message-ID: <20010721223325.3069.qmail@plover.com>
10098      Branch: perl
10099            ! regexec.c
10100 ____________________________________________________________________________
10101 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
10102         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
10103              From: Prymmer/Kahn <pvhp@best.com>
10104              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
10105              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
10106      Branch: perl
10107            ! t/io/fs.t
10108 ____________________________________________________________________________
10109 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
10110         Log: Typo in #11432.
10111      Branch: perl
10112            ! ext/POSIX/POSIX.t
10113 ____________________________________________________________________________
10114 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
10115         Log: Integrate (manually) change #11424 from macperl.
10116      Branch: perl
10117            ! ext/Filter/t/call.t
10118 ____________________________________________________________________________
10119 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
10120         Log: Integrate change #11408 from macperl.
10121      Branch: perl
10122           !> README.macos pod/perlport.pod
10123 ____________________________________________________________________________
10124 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
10125         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
10126      Branch: perl
10127           +> macos/MacPerlTests.cmd macos/xsubpp.patch
10128            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
10129            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
10130            ! ext/POSIX/POSIX.t
10131 ____________________________________________________________________________
10132 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
10133         Log: pod/*.t tests not picked up by t/TEST either
10134      Branch: maint-5.6/perl
10135            ! t/TEST
10136 ____________________________________________________________________________
10137 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
10138         Log: better tweak for change#11429 (windows has both / and \ separated
10139              paths in @INC at that point)
10140      Branch: maint-5.6/perl
10141            ! t/pod/testp2pt.pl
10142 ____________________________________________________________________________
10143 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
10144         Log: MacOS pod test tweak needs \Escape
10145      Branch: maint-5.6/perl
10146            ! t/pod/testp2pt.pl
10147 ____________________________________________________________________________
10148 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
10149         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
10150              resulting duplicate output, but t/harness isn't)
10151      Branch: maint-5.6/perl
10152            ! t/run/runenv.t
10153 ____________________________________________________________________________
10154 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
10155         Log: t/harness wasn't picking up all the tests
10156      Branch: maint-5.6/perl
10157            ! t/harness
10158 ____________________________________________________________________________
10159 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
10160         Log: update MANIFEST for new file
10161      Branch: maint-5.6/perl
10162            ! MANIFEST
10163 ____________________________________________________________________________
10164 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
10165         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
10166              the exception of the macperl/macos/... tree
10167      Branch: maint-5.6/perl
10168           +> t/lib/filefind-taint.t
10169           !> (integrate 72 files)
10170 ____________________________________________________________________________
10171 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
10172         Log: Fix test.
10173      Branch: maint-5.6/macperl
10174            ! macos/bundled_ext/Filter/t/call.t
10175 ____________________________________________________________________________
10176 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
10177         Log: Make perl fork()-safe (in a slightly limited way) even on
10178              platforms that don't have pthread_atfork() (extension of
10179              the fix in change#11151).
10180              
10181              Note that this will not help extensions that call fork()
10182              directly in C, or that link to libraries that call fork()
10183              directly.  Such cases must be fixed to either call
10184              PerlProc_fork(), or call atfork_lock() in parent before the
10185              calling the function that forks and call atfork_unlock()
10186              in both parent and child immediately after the fork().
10187              (There are no worries if C code calls exec() in the child
10188              immediately after a fork().  Only cases where the child
10189              calls perl's API functions (including New()) after the
10190              fork() are problematic.)
10191              
10192              This change also eliminates the use of vfork() from perl,
10193              since all such uses were violating the severe restrictions
10194              on modifying the state of the process between the vfork()
10195              and the exec().
10196              
10197              This is a modified version of patches suggested by Abhijit
10198              Menon-Sen and Richard Soderberg.
10199      Branch: perl
10200            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
10201            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
10202 ____________________________________________________________________________
10203 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
10204         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
10205              Switch, and Text::Balanced.
10206      Branch: maint-5.6/macperl
10207            + macos/bundled_ext/Filter/Util/Call/Call.pm
10208            + macos/bundled_ext/Filter/Util/Call/Call.xs
10209            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
10210            + macos/bundled_ext/Filter/t/MyFilter.pm
10211            + macos/bundled_ext/Filter/t/call.t
10212            + macos/bundled_ext/Filter/t/filter-util.pl
10213            + macos/bundled_lib/blib/lib/Class/ISA.pm
10214            + macos/bundled_lib/blib/lib/Digest.pm
10215            + macos/bundled_lib/blib/lib/Filter/Simple.pm
10216            + macos/bundled_lib/blib/lib/Switch.pm
10217            + macos/bundled_lib/blib/lib/Text/Balanced.pm
10218            + macos/bundled_lib/blib/lib/Text/Balanced.pod
10219            + macos/bundled_lib/t/Class/ISA/test.pl
10220            + macos/bundled_lib/t/Digest/Digest.t
10221            + macos/bundled_lib/t/Filter/Simple/test.pl
10222            + macos/bundled_lib/t/Switch/test.pl
10223            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
10224            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
10225            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
10226            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
10227            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
10228            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
10229            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
10230            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
10231 ____________________________________________________________________________
10232 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
10233         Log: Add Filter::Util::Call to config/make files; edit utils
10234              to recognize the module (it was descended too far down).
10235              Bump version to 5.6.1a4.
10236      Branch: maint-5.6/macperl
10237            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
10238            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
10239            ! macos/macperl/Makefile.mk macos/xsubpp.patch
10240 ____________________________________________________________________________
10241 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
10242         Log: Make DB_File the default for MLDBM on MacOS.
10243      Branch: maint-5.6/macperl
10244            ! macos/bundled_lib/blib/lib/MLDBM.pm
10245 ____________________________________________________________________________
10246 [ 11419] By: nick                                  on 2001/07/20  14:51:03
10247         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
10248              From:  Simon Cozens <simon@netthink.co.uk>
10249              Date:  Fri, 20 Jul 2001 11:42:35 -0400
10250              Message-Id:  <20010720114235.A5235@netthink.co.uk>
10251      Branch: perl
10252            ! lib/UnicodeCD.pm
10253 ____________________________________________________________________________
10254 [ 11418] By: nick                                  on 2001/07/20  14:48:12
10255         Log: Subject:  [PATCH regcomp.h] adds a comment
10256              From:  Abhijit Menon-Sen <ams@wiw.org>
10257              Date:  Fri, 20 Jul 2001 21:05:37 +0530
10258              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
10259      Branch: perl
10260            ! regcomp.h
10261 ____________________________________________________________________________
10262 [ 11417] By: nick                                  on 2001/07/20  14:16:38
10263         Log: Subject:  [PATCH 5.7.2] INSTALL updates
10264              From:  Andy Dougherty <doughera@lafayette.edu>
10265              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
10266              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
10267      Branch: perl
10268            ! INSTALL
10269 ____________________________________________________________________________
10270 [ 11416] By: nick                                  on 2001/07/20  06:44:44
10271         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
10272              From:  Russ Allbery <rra@stanford.edu>
10273              Date:  19 Jul 2001 15:52:37 -0700
10274              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
10275      Branch: perl
10276            ! lib/Pod/Man.pm
10277 ____________________________________________________________________________
10278 [ 11415] By: nick                                  on 2001/07/20  06:35:11
10279         Log: Subject:  [PATCH] defer op_seq allocation
10280              From:  Abhijit Menon-Sen <ams@wiw.org>
10281              Date:  Thu, 19 Jul 2001 22:12:24 +0530
10282              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
10283      Branch: perl
10284            ! op.c
10285 ____________________________________________________________________________
10286 [ 11414] By: nick                                  on 2001/07/20  06:23:36
10287         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
10288              From:  Abhijit Menon-Sen <ams@wiw.org>
10289              Date:  Fri, 20 Jul 2001 01:18:50 +0530
10290              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
10291              (Private e-mail)
10292      Branch: perl
10293            ! ext/Time/HiRes/HiRes.xs
10294 ____________________________________________________________________________
10295 [ 11413] By: nick                                  on 2001/07/20  06:18:53
10296         Log: Integrate mainline
10297      Branch: perlio
10298           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
10299            - t/base/commonsense.t
10300           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
10301           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
10302           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
10303           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
10304           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
10305           !> win32/win32.c
10306 ____________________________________________________________________________
10307 [ 11412] By: nick                                  on 2001/07/19  06:44:27
10308         Log: Integrate win32/perlhost.h from maintenance branch.
10309              (Rest of $ENV{PATH} / system() fix.)
10310      Branch: perl
10311           !> win32/perlhost.h
10312 ____________________________________________________________________________
10313 [ 11411] By: nick                                  on 2001/07/19  06:41:34
10314         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
10315              From:  Philip Newton <Philip.Newton@gmx.net>
10316              Date:  Wed, 18 Jul 2001 21:43:57 +0200
10317              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
10318      Branch: perl
10319            ! pod/perlhack.pod
10320 ____________________________________________________________________________
10321 [ 11410] By: nick                                  on 2001/07/19  06:39:35
10322         Log: Subject:  Security hole in taint checking in open()
10323              From:  deekoo@tentacle.net
10324              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
10325              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
10326      Branch: perl
10327            ! doio.c
10328 ____________________________________________________________________________
10329 [ 11409] By: nick                                  on 2001/07/19  06:28:08
10330         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
10331              From:  Abhijit Menon-Sen <ams@wiw.org>
10332              Date:  Thu, 19 Jul 2001 04:30:43 +0530
10333              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
10334      Branch: perl
10335            ! ext/Time/HiRes/HiRes.xs
10336 ____________________________________________________________________________
10337 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
10338         Log: Update docs with latest implementation information and new URLs.
10339      Branch: maint-5.6/macperl
10340            ! README.macos pod/perlport.pod
10341 ____________________________________________________________________________
10342 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
10343         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
10344              Fix BuildRules to accept optimization variables.
10345      Branch: maint-5.6/macperl
10346            + macos/bundled_ext/Digest/MD5/Makefile.mk
10347            ! macos/BuildRules.mk macos/Makefile.mk
10348            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
10349            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
10350 ____________________________________________________________________________
10351 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
10352         Log: Integrate changes 11399,11401
10353      Branch: maint-5.6/macperl
10354           !> win32/perlhost.h win32/win32.c
10355 ____________________________________________________________________________
10356 [ 11405] By: nick                                  on 2001/07/18  06:50:33
10357         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
10358              from perl5.6*
10359      Branch: perl
10360           !> win32/perlhost.h win32/win32.c
10361 ____________________________________________________________________________
10362 [ 11404] By: nick                                  on 2001/07/18  06:43:59
10363         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
10364              From:  hv@crypt0.demon.co.uk
10365              Date:  Wed, 18 Jul 2001 05:58:46 +0100
10366              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
10367      Branch: perl
10368            ! ext/POSIX/POSIX.t
10369 ____________________________________________________________________________
10370 [ 11403] By: nick                                  on 2001/07/18  06:38:57
10371         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
10372              From:  hv@crypt0.demon.co.uk
10373              Date:  Wed, 18 Jul 2001 05:21:54 +0100
10374              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
10375      Branch: perl
10376            ! numeric.c t/op/arith.t
10377 ____________________________________________________________________________
10378 [ 11402] By: nick                                  on 2001/07/18  06:19:17
10379         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
10380              From:  mjd@plover.com
10381              Date:  17 Jul 2001 17:59:20 -0000
10382              Message-Id:  <20010717175920.8177.qmail@plover.com>
10383      Branch: perl
10384            ! pod/perlre.pod
10385 ____________________________________________________________________________
10386 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
10387         Log: thinko in change#11400 (duh)
10388      Branch: maint-5.6/perl
10389            ! win32/perlhost.h
10390 ____________________________________________________________________________
10391 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
10392         Log: change#11399 revealed another unrelated bug; this is just a temporary
10393              bandaid
10394      Branch: maint-5.6/perl
10395            ! win32/perlhost.h
10396 ____________________________________________________________________________
10397 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
10398         Log: fix bugs in handling of the virtualized environment under windows;
10399              there were bugs in propagating any changes to %ENV down to the real
10400              environment when such changes happened in the toplevel process
10401              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
10402              problem identification, and for a part of the fix)
10403      Branch: maint-5.6/perl
10404            ! win32/perlhost.h win32/win32.c
10405 ____________________________________________________________________________
10406 [ 11398] By: nick                                  on 2001/07/17  08:26:35
10407         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
10408              From: Peter Prymmer <pvhp@forte.com>
10409              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
10410              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
10411              
10412              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
10413              should not depend on existance of Config.pm
10414      Branch: perl
10415           +> t/lib/commonsense.t
10416            - t/base/commonsense.t
10417            ! MANIFEST t/README
10418 ____________________________________________________________________________
10419 [ 11397] By: nick                                  on 2001/07/17  08:09:58
10420         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
10421              From:  Michael G Schwern <schwern@pobox.com>
10422              Date:  Mon, 16 Jul 2001 18:20:31 -0400
10423              Message-Id:  <20010716182031.A1128@blackrider>
10424      Branch: perl
10425            ! pod/perlhack.pod
10426 ____________________________________________________________________________
10427 [ 11396] By: nick                                  on 2001/07/17  08:04:11
10428         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
10429              From:  Gwyn Judd <b.judd@xtra.co.nz>
10430              Date:  Tue, 17 Jul 2001 20:55:58 +1200
10431              Message-Id:  <20010717205558.A3107@thislove>
10432      Branch: perl
10433            ! pod/perlfunc.pod
10434 ____________________________________________________________________________
10435 [ 11395] By: nick                                  on 2001/07/17  08:02:22
10436         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
10437              From:  Peter Prymmer <pvhp@forte.com>
10438              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
10439              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
10440      Branch: perl
10441            ! t/op/sprintf.t
10442 ____________________________________________________________________________
10443 [ 11394] By: nick                                  on 2001/07/17  07:57:06
10444         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
10445              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
10446              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
10447              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
10448      Branch: perl
10449            ! gv.c
10450 ____________________________________________________________________________
10451 [ 11392] By: nick                                  on 2001/07/17  07:50:12
10452         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
10453              From:  Coral <coral@moonlight.crystalflame.net>
10454              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
10455              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
10456      Branch: perl
10457            ! pp_sys.c thread.h
10458 ____________________________________________________________________________
10459 [ 11391] By: nick                                  on 2001/07/17  07:34:28
10460         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
10461              From:  Jonathan Stowe <gellyfish@gellyfish.com>
10462              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
10463              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
10464      Branch: perl
10465            ! utils/h2xs.PL
10466 ____________________________________________________________________________
10467 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
10468         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
10469              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
10470              and Mac::Apps::Launch, which don't work, and Time::HiRes and
10471              Time::Piece, which don't yet work.
10472      Branch: maint-5.6/macperl
10473            + (add 154 files)
10474 ____________________________________________________________________________
10475 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
10476         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
10477              Also add hack to get around missing setenv for PERL5DB.
10478      Branch: maint-5.6/macperl
10479            ! macos/macish.c macos/macish.h
10480 ____________________________________________________________________________
10481 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
10482         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
10483      Branch: maint-5.6/macperl
10484            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
10485            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
10486 ____________________________________________________________________________
10487 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
10488         Log: Fix up some configuration and make options, add extra
10489              extensions.
10490      Branch: maint-5.6/macperl
10491            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
10492            ! macos/macperl/Makefile.mk
10493 ____________________________________________________________________________
10494 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
10495         Log: From Change 11374 in maintperl.
10496      Branch: maint-5.6/macperl
10497           !> utils/h2ph.PL
10498 ____________________________________________________________________________
10499 [ 11385] By: nick                                  on 2001/07/16  14:12:58
10500         Log: Back out change to h2xs till it passes its test.
10501      Branch: perl
10502            ! utils/h2xs.PL
10503 ____________________________________________________________________________
10504 [ 11384] By: nick                                  on 2001/07/16  14:00:10
10505         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
10506              From:  Jonathan Stowe <gellyfish@gellyfish.com>
10507              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
10508              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
10509      Branch: perl
10510            ! utils/h2xs.PL
10511 ____________________________________________________________________________
10512 [ 11383] By: nick                                  on 2001/07/16  13:53:12
10513         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
10514              From:  Robin Houston <robin@kitsite.com>
10515              Date:  Sun, 15 Jul 2001 18:22:31 +0100
10516              Message-Id:  <20010715182230.A11174@robin>
10517      Branch: perl
10518            ! hints/darwin.sh
10519 ____________________________________________________________________________
10520 [ 11382] By: nick                                  on 2001/07/16  13:52:49
10521         Log: Subject:  [PATCH perl@11372] re_dup
10522              From:  Radu Greab <radu@netsoft.ro>
10523              Date:  Sun, 15 Jul 2001 04:50:06 +0300
10524              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
10525      Branch: perl
10526            ! sv.c
10527 ____________________________________________________________________________
10528 [ 11379] By: nick                                  on 2001/07/16  13:35:39
10529         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
10530              From:  Robin Houston <robin@kitsite.com>
10531              Date:  Sat, 14 Jul 2001 14:28:50 +0100
10532              Message-Id:  <20010714142850.A10205@robin>
10533      Branch: perl
10534            ! ext/B/B/Deparse.pm
10535 ____________________________________________________________________________
10536 [ 11378] By: nick                                  on 2001/07/16  13:30:36
10537         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
10538              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
10539              Date:  Sat, 14 Jul 2001 22:17:42 +0900
10540              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
10541      Branch: perl
10542            + ext/Encode/Encode/euc-jp-0212.enc
10543            ! ext/Encode/Encode/Tcl.pm
10544 ____________________________________________________________________________
10545 [ 11377] By: nick                                  on 2001/07/16  13:17:28
10546         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
10547              From:  Andy Dougherty <doughera@lafayette.edu>
10548              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
10549              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
10550      Branch: perl
10551            ! hints/darwin.sh hints/rhapsody.sh
10552 ____________________________________________________________________________
10553 [ 11376] By: nick                                  on 2001/07/16  09:05:00
10554         Log: Integrate mainline
10555      Branch: perlio
10556           +> ext/Encode/Encode/7bit-greek.enc
10557           +> ext/Encode/Encode/7bit-latin1.enc
10558           +> ext/Encode/Encode/cns11643-1.enc
10559           +> ext/Encode/Encode/cns11643-2.enc
10560           +> ext/Encode/Encode/iso2022-cn.enc
10561           +> ext/Encode/Encode/iso2022-jp1.enc
10562           +> ext/Encode/Encode/iso2022-jp2.enc
10563           !> Changes Configure MANIFEST Makefile.SH
10564           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
10565           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
10566           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
10567           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
10568           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
10569 ____________________________________________________________________________
10570 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
10571         Log: integrate change#11374 from maint-5.6
10572              
10573              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
10574      Branch: perl
10575           !> utils/h2ph.PL
10576 ____________________________________________________________________________
10577 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
10578         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
10579      Branch: maint-5.6/perl
10580            ! utils/h2ph.PL
10581 ____________________________________________________________________________
10582 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
10583         Log: Update Changes.
10584      Branch: perl
10585            ! Changes patchlevel.h
10586 ____________________________________________________________________________
10587 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
10588         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
10589              From: Jonathan Stowe <gellyfish@gellyfish.com>
10590              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
10591              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
10592      Branch: perl
10593            ! utils/h2xs.PL
10594 ____________________________________________________________________________
10595 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
10596         Log: Subject: patch to add DEL to [:cntrl:]
10597              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
10598              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
10599              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
10600      Branch: perl
10601            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
10602 ____________________________________________________________________________
10603 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
10604         Log: Metaconfig unit change for #11369; plus a dependency nit.
10605      Branch: metaconfig
10606            ! U/compline/nblock_io.U
10607      Branch: metaconfig/U/perl
10608            ! Extensions.U
10609 ____________________________________________________________________________
10610 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
10611         Log: #include <stdlib.h> so that exit() is prototyped,
10612              noticed by Hugo.
10613      Branch: perl
10614            ! Configure
10615 ____________________________________________________________________________
10616 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
10617         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
10618              From: Peter Prymmer <pvhp@forte.com>
10619              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
10620              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
10621      Branch: perl
10622            ! t/op/sprintf.t
10623 ____________________________________________________________________________
10624 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
10625         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
10626              From: Peter Prymmer <pvhp@forte.com>
10627              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
10628              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
10629      Branch: perl
10630            ! ext/Encode/Encode/Tcl.t
10631 ____________________________________________________________________________
10632 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
10633         Log: Add information about gcc 3.0 basic block profiling.
10634      Branch: perl
10635            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
10636 ____________________________________________________________________________
10637 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
10638         Log: Subject: Error in lib/PerlIO/Via.pm ?
10639              From: Mark-Jason Dominus <mjd@plover.com>
10640              Date: Fri, 13 Jul 2001 15:55:41 -0400
10641              Message-ID: <20010713195541.26751.qmail@plover.com>
10642      Branch: perl
10643            ! ext/PerlIO/Via/Via.pm
10644 ____________________________________________________________________________
10645 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
10646         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
10647              section from the Compiler section.
10648      Branch: perl
10649            ! myconfig.SH
10650 ____________________________________________________________________________
10651 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
10652         Log: Handle glibc style of constant definitions using enum
10653              with intervening #defines; from Brendan O'Dea.
10654      Branch: perl
10655            ! utils/h2ph.PL
10656 ____________________________________________________________________________
10657 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
10658         Log: Add LC_MESSAGES to the locale_h export tag (it already is
10659              in the Makefile.PL and thusly eligible for an XS constant)
10660              (see also maintperl #10543)
10661      Branch: perl
10662            ! ext/POSIX/POSIX.pm
10663 ____________________________________________________________________________
10664 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
10665         Log: Subject: Re: [patch] re_dup
10666              From: Abhijit Menon-Sen <ams@wiw.org>
10667              Date: Fri, 13 Jul 2001 21:41:09 +0530
10668              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
10669      Branch: perl
10670            ! sv.c
10671 ____________________________________________________________________________
10672 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
10673         Log: Subject: [patch] re_dup
10674              From: Doug MacEachern <dougm@covalent.net>
10675              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
10676              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
10677      Branch: perl
10678            ! sv.c
10679 ____________________________________________________________________________
10680 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
10681         Log: Update Changes.
10682      Branch: perl
10683            ! Changes patchlevel.h
10684 ____________________________________________________________________________
10685 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
10686         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
10687              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
10688              Date: Sat, 14 Jul 2001 00:06:30 +0900
10689              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
10690      Branch: perl
10691            + ext/Encode/Encode/7bit-greek.enc
10692            + ext/Encode/Encode/7bit-latin1.enc
10693            + ext/Encode/Encode/cns11643-1.enc
10694            + ext/Encode/Encode/cns11643-2.enc
10695            + ext/Encode/Encode/iso2022-cn.enc
10696            + ext/Encode/Encode/iso2022-jp1.enc
10697            + ext/Encode/Encode/iso2022-jp2.enc
10698            ! MANIFEST ext/Encode/Encode/Tcl.pm
10699            ! ext/Encode/Encode/iso2022-kr.enc
10700 ____________________________________________________________________________
10701 [ 11357] By: nick                                  on 2001/07/13  14:24:06
10702         Log: Blind integrate mainline (as of 5.7.2?)
10703      Branch: perlio
10704           !> AUTHORS Changes Porting/config.sh Porting/config_H
10705           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
10706           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
10707           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
10708           !> win32/makefile.mk
10709 ____________________________________________________________________________
10710 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
10711         Log: Snip away the devel patchlevel.
10712      Branch: perl
10713            ! patchlevel.h
10714 ____________________________________________________________________________
10715 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
10716         Log: Bump the version to 5.7.2.
10717      Branch: perl
10718            ! Porting/config.sh Porting/config_H patchlevel.h
10719            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
10720            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10721            ! win32/makefile.mk
10722 ____________________________________________________________________________
10723 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
10724         Log: Update Changes.
10725      Branch: perl
10726            ! Changes
10727 ____________________________________________________________________________
10728 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
10729         Log: Reword.
10730      Branch: perl
10731            ! AUTHORS
10732 ____________________________________________________________________________
10733 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
10734         Log: AUTHORS update.
10735      Branch: perl
10736            ! AUTHORS
10737 ____________________________________________________________________________
10738 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
10739         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
10740              unless ithreads.
10741      Branch: perl
10742            ! makedef.pl
10743 ____________________________________________________________________________
10744 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
10745         Log: Integrate perlio.
10746      Branch: perl
10747           !> win32/distclean.bat
10748 ____________________________________________________________________________
10749 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
10750         Log: Test the encoding transform only iff we have PerlIO,
10751              noticed by H. Merijn Brand.
10752      Branch: perl
10753            ! ext/PerlIO/t/encoding.t
10754 ____________________________________________________________________________
10755 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
10756         Log: README.netware tweaks from Ananth Kesari.
10757      Branch: perl
10758            ! README.netware
10759 ____________________________________________________________________________
10760 [ 11346] By: nick                                  on 2001/07/13  09:18:51
10761         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
10762              to avoid /unicode vs /Unicode issues.
10763      Branch: perlio
10764            ! win32/distclean.bat
10765 ____________________________________________________________________________
10766 [ 11345] By: nick                                  on 2001/07/13  06:24:18
10767         Log: Integrate mainline
10768      Branch: perlio
10769           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
10770            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
10771           !> (integrate 63 files)
10772 ____________________________________________________________________________
10773 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
10774         Log: Add d_bincompat5005 information to perl -V.
10775      Branch: perl
10776            ! myconfig.SH
10777 ____________________________________________________________________________
10778 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
10779         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
10780              From: Abhijit Menon-Sen <ams@wiw.org>
10781              Date: Fri, 13 Jul 2001 07:12:36 +0530
10782              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
10783      Branch: perl
10784            ! sv.c
10785 ____________________________________________________________________________
10786 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
10787         Log: Remove unicode::distinct, as per Inaba Hiroto.
10788      Branch: perl
10789            - lib/unicode/distinct.pm
10790            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
10791            ! t/lib/1_compile.t
10792 ____________________________________________________________________________
10793 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
10794         Log: Paging for Dr Octothorpe.
10795      Branch: perl
10796            ! pod/perlfaq4.pod
10797 ____________________________________________________________________________
10798 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
10799         Log: cut-n-paste error noticed by mjd.
10800      Branch: perl
10801            ! pod/perlfaq4.pod
10802 ____________________________________________________________________________
10803 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
10804         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
10805              From: Peter Prymmer <pvhp@forte.com>
10806              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
10807              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
10808      Branch: perl
10809            ! pod/perlfaq4.pod
10810 ____________________________________________________________________________
10811 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
10812         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
10813              From: Randall Gellens <randy@qualcomm.com>
10814              Date: Thu, 12 Jul 2001 16:56:23 -0700
10815              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
10816      Branch: perl
10817            ! Porting/repository.pod
10818 ____________________________________________________________________________
10819 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
10820         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
10821      Branch: perl
10822            ! thread.h
10823 ____________________________________________________________________________
10824 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
10825         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
10826              From: coral <coral@moonlight.crystalflame.net>
10827              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
10828              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
10829      Branch: perl
10830            ! thread.h
10831 ____________________________________________________________________________
10832 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
10833         Log: Metaconfig unit change for #11134.
10834      Branch: metaconfig
10835            + U/threads/d_pthread_atfork.U
10836 ____________________________________________________________________________
10837 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
10838         Log: Add HAS_PTHREAD_ATFORK.
10839      Branch: perl
10840            ! Configure NetWare/config.wc NetWare/config_H.wc
10841            ! Porting/Glossary Porting/config.sh Porting/config_H
10842            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
10843            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
10844            ! vos/config.ga.def vos/config.ga.h win32/config.bc
10845            ! win32/config.gc win32/config.vc win32/config_H.bc
10846            ! win32/config_H.gc win32/config_H.vc
10847 ____________________________________________________________________________
10848 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
10849         Log: Subject: [PATCH] File::Copy fails on tied handles
10850              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
10851              Date: Thu, 12 Jul 2001 15:18:51 -0700
10852              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
10853      Branch: perl
10854            ! lib/File/Copy.pm
10855 ____________________________________________________________________________
10856 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
10857         Log: Subject: [PATCH] Langinfo.t
10858              From: Nicholas Clark <nick@ccl4.org>
10859              Date: Thu, 12 Jul 2001 23:55:38 +0100
10860              Message-ID: <20010712235538.M5827@plum.flirble.org>
10861      Branch: perl
10862            ! ext/I18N/Langinfo/Langinfo.t
10863 ____________________________________________________________________________
10864 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
10865         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
10866              From: Peter Prymmer <pvhp@forte.com>
10867              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
10868              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
10869      Branch: perl
10870            ! pod/perl572delta.pod
10871 ____________________________________________________________________________
10872 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
10873         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
10874              From: Abhijit Menon-Sen <ams@wiw.org>
10875              Date: Fri, 13 Jul 2001 05:21:16 +0530
10876              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
10877      Branch: perl
10878            ! sv.c
10879 ____________________________________________________________________________
10880 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
10881         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
10882              From: Abhijit Menon-Sen <ams@wiw.org>
10883              Date: Fri, 13 Jul 2001 03:04:25 +0530
10884              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
10885      Branch: perl
10886            ! av.c
10887 ____________________________________________________________________________
10888 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
10889         Log: s/^M$//g
10890      Branch: perl
10891            ! win32/Makefile win32/makefile.mk
10892 ____________________________________________________________________________
10893 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
10894         Log: Update Changes.
10895      Branch: perl
10896            ! Changes patchlevel.h
10897 ____________________________________________________________________________
10898 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
10899         Log: Typo spotted by Philip Newton.
10900      Branch: perl
10901            ! pod/perl572delta.pod
10902 ____________________________________________________________________________
10903 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
10904         Log: Subject: [PATCH] fixes perl_clone of perl_clone
10905              From: Artur Bergman <artur@contiller.se>
10906              Date: Thu, 12 Jul 2001 20:57:09 +0200
10907              Message-ID: <B773BFA4.236B%artur@contiller.se>
10908      Branch: perl
10909            ! sv.c
10910 ____________________________________________________________________________
10911 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
10912         Log: Add README.uts from Hal Morris.
10913      Branch: perl
10914            + README.uts
10915            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
10916            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
10917 ____________________________________________________________________________
10918 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
10919         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
10920              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10921              Date: Thu, 12 Jul 2001 20:32:37 +0200
10922              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
10923      Branch: perl
10924            ! hints/aix.sh
10925 ____________________________________________________________________________
10926 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
10927         Log: Subject: Patch: document reg_data.what member
10928              From: Mark-Jason Dominus <mjd@plover.com>
10929              Message-ID: <20010712182532.14821.qmail@plover.com>
10930              Date: Thu, 12 Jul 2001 14:25:32 -0400
10931      Branch: perl
10932            ! regcomp.c regcomp.h
10933 ____________________________________________________________________________
10934 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
10935         Log: Subject: [PATCH] Perl_re_dup()
10936              From: Abhijit Menon-Sen <ams@wiw.org>
10937              Date: Thu, 12 Jul 2001 23:54:32 +0530
10938              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
10939      Branch: perl
10940            ! embed.h embed.pl perlapi.c proto.h sv.c
10941 ____________________________________________________________________________
10942 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
10943         Log: Regen Configure, modlib, toc.
10944      Branch: perl
10945            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10946            ! pod/perlmodlib.pod pod/perltoc.pod
10947 ____________________________________________________________________________
10948 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
10949         Log: The problem seems to be in PerlIO::Layer::->find() not
10950              accepting the ":encoding(blurflur)" arguments.
10951      Branch: perl
10952            ! lib/PerlIO.pm lib/open.pm
10953 ____________________________________________________________________________
10954 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
10955         Log: AIX doc update.
10956      Branch: perl
10957            ! README.aix pod/perl572delta.pod
10958 ____________________________________________________________________________
10959 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
10960         Log: Subject: AIX README update
10961              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10962              Date: Thu, 12 Jul 2001 19:28:30 +0200
10963              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
10964      Branch: perl
10965            ! README.aix
10966 ____________________________________________________________________________
10967 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
10968         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
10969              From: Norton Allen <allen@huarp.harvard.edu>
10970              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
10971              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
10972      Branch: perl
10973            ! ext/IO/lib/IO/t/io_unix.t
10974 ____________________________________________________________________________
10975 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
10976         Log: Subject: [PATCH README.qnx hints/qnx.sh]
10977              From: Norton Allen <allen@huarp.harvard.edu>
10978              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
10979              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
10980      Branch: perl
10981            ! README.qnx hints/qnx.sh
10982 ____________________________________________________________________________
10983 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
10984         Log: Subject: [patch] faster PM_GETRE
10985              From: Doug MacEachern <dougm@covalent.net>
10986              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
10987              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
10988      Branch: perl
10989            ! op.h
10990 ____________________________________________________________________________
10991 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
10992         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
10993              From: Doug MacEachern <dougm@covalent.net>
10994              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
10995              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
10996      Branch: perl
10997            ! op.c
10998 ____________________________________________________________________________
10999 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
11000         Log: Tell where the nice Estonian database is.
11001      Branch: perl
11002            ! lib/open.pm
11003 ____________________________________________________________________________
11004 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
11005         Log: Retract #11309 since #11310 is a better fix.
11006      Branch: perl
11007            ! t/lib/1_compile.t
11008 ____________________________________________________________________________
11009 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
11010         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
11011              change#11300 needs to return the status of failed win32_spawnvp())
11012              
11013              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
11014              splitting correctly; remove unused variables; 'require' at run time
11015              rather than 'use' at compile time for I18N::Langinfo, since it
11016              isn't everyware
11017      Branch: perl
11018            ! lib/open.pm win32/win32.c
11019 ____________________________________________________________________________
11020 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
11021         Log: Temporary workaround.
11022      Branch: perl
11023            ! t/lib/1_compile.t
11024 ____________________________________________________________________________
11025 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
11026         Log: UCD typo in #11306 and add also more known-to-be-tested
11027              modules to the skip list.
11028      Branch: perl
11029            ! t/lib/1_compile.t
11030 ____________________________________________________________________________
11031 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
11032         Log: Rename Unicode::UCD to UnicodeCD to avoid
11033              messups with case-insensitive filesystems.
11034      Branch: perl
11035            + lib/UnicodeCD.pm lib/UnicodeCD.t
11036            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
11037            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
11038 ____________________________________________________________________________
11039 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
11040         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
11041              From: daniel@biz.bitpusher.com
11042              Date: Wed, 11 Jul 2001 23:25:47 -0700
11043              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
11044      Branch: perl
11045            ! lib/Tie/Array.pm t/op/splice.t
11046 ____________________________________________________________________________
11047 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
11048         Log: Subject: [PATCH] More accurate line numbers in messages
11049              From: Paul Johnson <paul@pjcj.net>
11050              Date: Thu, 12 Jul 2001 04:14:11 +0200
11051              Message-ID: <20010712041411.A3467@pjcj.net>
11052              
11053              (With prototyping and multiplicity tweaks.)
11054      Branch: perl
11055            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
11056 ____________________________________________________________________________
11057 [ 11304] By: nick                                  on 2001/07/12  12:53:40
11058         Log: Integrate mainline
11059      Branch: perlio
11060           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
11061           !> regexec.c thread.h
11062 ____________________________________________________________________________
11063 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
11064         Log: Cut-and-pasto in #11298.
11065      Branch: perl
11066            ! ext/ByteLoader/bytecode.h
11067 ____________________________________________________________________________
11068 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
11069         Log: Update the AIX known problems section.
11070      Branch: perl
11071            ! pod/perl572delta.pod
11072 ____________________________________________________________________________
11073 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
11074         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
11075              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11076              Date: Thu, 12 Jul 2001 12:16:16 +0200
11077              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
11078      Branch: perl
11079            ! hints/aix.sh
11080 ____________________________________________________________________________
11081 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
11082         Log: Integrate perlio.
11083      Branch: perl
11084           !> makedef.pl win32/win32.c
11085 ____________________________________________________________________________
11086 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
11087         Log: Subject: [PATCH] fix for PMOP threadness failures
11088              From: Artur Bergman <artur@contiller.se>
11089              Date: Thu, 12 Jul 2001 09:48:06 +0200
11090              Message-ID: <B77322D6.22DD%artur@contiller.se>
11091      Branch: perl
11092            ! regexec.c
11093 ____________________________________________________________________________
11094 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
11095         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
11096              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
11097              Date: Thu, 12 Jul 2001 09:09:48 +0200
11098              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
11099              
11100              More parentheses to keep bcc happy.
11101      Branch: perl
11102            ! ext/ByteLoader/bytecode.h
11103 ____________________________________________________________________________
11104 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
11105         Log: Subject: Re: [patch] pthread_atfork bandaid
11106              From: Doug MacEachern <dougm@covalent.net>
11107              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
11108              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
11109      Branch: perl
11110            ! thread.h
11111 ____________________________________________________________________________
11112 [ 11296] By: nick                                  on 2001/07/12  11:55:48
11113         Log: Exclude reentrant_buffer from .def file
11114      Branch: perlio
11115            ! makedef.pl
11116 ____________________________________________________________________________
11117 [ 11295] By: nick                                  on 2001/07/12  11:11:44
11118         Log: Honour void-ness of my_exit()
11119      Branch: perlio
11120            ! win32/win32.c
11121 ____________________________________________________________________________
11122 [ 11294] By: nick                                  on 2001/07/12  07:51:04
11123         Log: Integrate mainline
11124      Branch: perlio
11125           +> uts/sprintf_wrap.c
11126           !> (integrate 35 files)
11127 ____________________________________________________________________________
11128 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
11129         Log: Retract #11289.
11130      Branch: perl
11131            ! embed.h embed.pl perl.c proto.h thread.h
11132 ____________________________________________________________________________
11133 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
11134         Log: Now the :locale pseudolayer *almost* works...
11135      Branch: perl
11136            ! lib/open.pm
11137 ____________________________________________________________________________
11138 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
11139         Log: Locale encoding tweaks.
11140      Branch: perl
11141            ! lib/open.pm
11142 ____________________________________________________________________________
11143 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
11144         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
11145              From: Mark-Jason Dominus <mjd@plover.com>
11146              Date: Thu, 12 Jul 2001 00:59:31 -0400
11147              Message-ID: <20010712045931.8543.qmail@plover.com>
11148              
11149              Remove the chmod/umask leading zero warning.
11150      Branch: perl
11151            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
11152            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
11153 ____________________________________________________________________________
11154 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
11155         Log: (Retracted by #11289.)
11156      Branch: perl
11157            ! embed.h embed.pl perl.c proto.h thread.h
11158 ____________________________________________________________________________
11159 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
11160         Log: Needed by #11283.
11161      Branch: perl
11162            ! intrpvar.h
11163 ____________________________________________________________________________
11164 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
11165         Log: Metaconfig unit change for #11286.
11166      Branch: metaconfig/U/perl
11167            ! patchlevel.U
11168 ____________________________________________________________________________
11169 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
11170         Log: Subject: Re: [PATCH Configure] perl -V broken
11171              From: Andy Dougherty <doughera@lafayette.edu>
11172              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
11173              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
11174      Branch: perl
11175            ! Configure myconfig.SH
11176 ____________________________________________________________________________
11177 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
11178         Log: Retract #11166 (and #11237).
11179      Branch: perl
11180            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
11181            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
11182            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
11183 ____________________________________________________________________________
11184 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
11185         Log: UTS tweaks for Hal Morris.
11186      Branch: perl
11187            + uts/sprintf_wrap.c
11188            ! MANIFEST hints/uts.sh perl.h
11189 ____________________________________________________________________________
11190 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
11191         Log: Subject: [PATCH] Use reentrant API glibc
11192              From: Artur Bergman <artur@contiller.se>
11193              Date: Thu, 12 Jul 2001 00:58:21 +0200
11194              Message-ID: <B772A6AD.2288%artur@contiller.se>
11195      Branch: perl
11196            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
11197            ! sv.c
11198 ____________________________________________________________________________
11199 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
11200         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
11201              From: barries <barries@slaysys.com>
11202              Date: Wed, 11 Jul 2001 15:11:46 -0400
11203              Message-ID: <20010711151146.G24560@jester.slaysys.com>
11204      Branch: perl
11205            ! pp_sys.c t/lib/warnings/doio win32/win32.c
11206 ____________________________________________________________________________
11207 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
11208         Log: Subject: [patch] pthread_atfork bandaid
11209              From: Doug MacEachern <dougm@covalent.net>
11210              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
11211              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
11212      Branch: perl
11213            ! miniperlmain.c perl.c
11214 ____________________________________________________________________________
11215 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
11216         Log: Subject: [patch] perl_clone leaks
11217              From: Doug MacEachern <dougm@covalent.net>
11218              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
11219              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
11220      Branch: perl
11221            ! sv.c
11222 ____________________________________________________________________________
11223 [ 11279] By: nick                                  on 2001/07/11  15:49:38
11224         Log: Integrate mainline
11225      Branch: perlio
11226           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
11227           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
11228           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
11229           +> lib/Term/ANSIColor/README
11230           !> (integrate 54 files)
11231 ____________________________________________________________________________
11232 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
11233         Log: Update Changes.
11234      Branch: perl
11235            ! Changes patchlevel.h
11236 ____________________________________________________________________________
11237 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
11238         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
11239              From: Peter Prymmer <pvhp@forte.com>
11240              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
11241              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
11242              
11243              Backport of embed.pl to 5.003.
11244      Branch: perl
11245            ! embed.pl
11246 ____________________________________________________________________________
11247 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
11248         Log: Subject: Re: POSIX test #14 on UTS 
11249              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11250              Date: Wed, 11 Jul 2001 03:02:14 +0100
11251              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
11252      Branch: perl
11253            ! ext/POSIX/POSIX.t
11254 ____________________________________________________________________________
11255 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
11256         Log: Make the I32 an IV to preserve structure alignment and size.
11257      Branch: perl
11258            ! op.h
11259 ____________________________________________________________________________
11260 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
11261         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
11262              From: "Artur Bergman" <artur@contiller.se>
11263              Date: Wed, 11 Jul 2001 14:23:37 +0200
11264              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
11265              
11266              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
11267      Branch: perl
11268            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
11269            ! pod/perlapi.pod sv.c
11270 ____________________________________________________________________________
11271 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
11272         Log: Tweak until Pod::Parser gets updated.
11273      Branch: perl
11274            ! t/pod/special_seqs.xr
11275 ____________________________________________________________________________
11276 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
11277         Log: File::Spec usage tweak.
11278      Branch: perl
11279            ! lib/ExtUtils.t
11280 ____________________________________________________________________________
11281 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
11282         Log: Integrate #11263 from macperl; macos and macosx updates.
11283      Branch: perl
11284           !> pod/perlport.pod
11285 ____________________________________________________________________________
11286 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
11287         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
11288              From: Peter Prymmer <pvhp@forte.com>
11289              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
11290              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
11291      Branch: perl
11292            + ext/Time/HiRes/hints/dynixptx.pl
11293            ! MANIFEST hints/dynixptx.sh
11294 ____________________________________________________________________________
11295 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
11296         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
11297              From: Nicholas Clark <nick@ccl4.org>
11298              Date: Tue, 10 Jul 2001 23:17:43 +0100
11299              Message-ID: <20010710231742.B59620@plum.flirble.org>
11300      Branch: perl
11301            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
11302 ____________________________________________________________________________
11303 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
11304         Log: Subject: [DOC PATCH] Pluggable runops
11305              From: Paul Johnson <paul@pjcj.net>
11306              Date: Tue, 10 Jul 2001 21:53:28 +0200
11307              Message-ID: <20010710215328.B26577@pjcj.net>
11308      Branch: perl
11309            ! pod/perlguts.pod
11310 ____________________________________________________________________________
11311 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
11312         Log: Subject: [PATCH] Authors
11313              From: Artur Bergman <artur@contiller.se>
11314              Date: Tue, 10 Jul 2001 20:39:12 +0200
11315              Message-ID: <B771186F.21CD%artur@contiller.se>
11316      Branch: perl
11317            ! AUTHORS
11318 ____________________________________________________________________________
11319 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
11320         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
11321              From: Doug MacEachern <dougm@covalent.net>
11322              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
11323              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
11324      Branch: perl
11325            ! pp_ctl.c
11326 ____________________________________________________________________________
11327 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
11328         Log: Subject: doc patch; times() in scalar context
11329              From: mjd@plover.com
11330              Date: 10 Jul 2001 18:01:17 -0000
11331              Message-ID: <20010710180117.12477.qmail@plover.com>
11332      Branch: perl
11333            ! pod/perlfunc.pod
11334 ____________________________________________________________________________
11335 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
11336         Log: Subject: [PATCH] Small fix to pp_gmtime
11337              From: Artur Bergman <artur@contiller.se>
11338              Date: Tue, 10 Jul 2001 19:54:52 +0200
11339              Message-ID: <B7710E0B.21C5%artur@contiller.se>
11340      Branch: perl
11341            ! pp_sys.c
11342 ____________________________________________________________________________
11343 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
11344         Log: Integrate changes from mainline perl, add notes about
11345              Mac OS X and Mac OS.
11346      Branch: maint-5.6/macperl
11347            ! pod/perlport.pod
11348 ____________________________________________________________________________
11349 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
11350         Log: A proof of the dangers of package; ?
11351      Branch: perl
11352            ! t/lib/warnings/op
11353 ____________________________________________________________________________
11354 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
11355         Log: Regen toc and modlib.
11356      Branch: perl
11357            ! pod/perlmodlib.pod pod/perltoc.pod
11358 ____________________________________________________________________________
11359 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
11360         Log: Add compexcl(), casefold(), and casespec() interfaces;
11361              and make all interfaces to return hash references instead
11362              of hashes. 
11363      Branch: perl
11364            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
11365 ____________________________________________________________________________
11366 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
11367         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
11368              From: "Philip Newton" <Philip.Newton@gmx.net>
11369              Date: Tue, 10 Jul 2001 09:55:59 +0200
11370              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
11371              
11372              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
11373              From: "Philip Newton" <Philip.Newton@gmx.net>
11374              Date: Tue, 10 Jul 2001 09:56:37 +0200
11375              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
11376      Branch: perl
11377            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
11378            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
11379 ____________________________________________________________________________
11380 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
11381         Log: Subject: [patch] undef &xsub for 1,2
11382              From: Doug MacEachern <dougm@covalent.net>
11383              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
11384              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
11385              
11386              (This version of the patch with a comment from Gisle.)
11387      Branch: perl
11388            ! op.c
11389 ____________________________________________________________________________
11390 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
11391         Log: Mention package; deprecation and the Win32 problems.
11392      Branch: perl
11393            ! pod/perl572delta.pod
11394 ____________________________________________________________________________
11395 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
11396         Log: Subject: [PATCH] deprecate package with no arguments
11397              From: Robin Houston <robin@kitsite.com>
11398              Date: Tue, 10 Jul 2001 13:33:40 +0100
11399              Message-ID: <20010710133340.A13452@robin.kitsite.com>
11400      Branch: perl
11401            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
11402 ____________________________________________________________________________
11403 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
11404         Log: Upgrade to podlators 1.10.
11405      Branch: perl
11406            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
11407            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
11408            ! pod/pod2man.PL pod/pod2text.PL
11409 ____________________________________________________________________________
11410 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
11411         Log: Upgrade to Term::ANSIColor 1.04.
11412      Branch: perl
11413            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
11414            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
11415 ____________________________________________________________________________
11416 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
11417         Log: Integrate perlio (the right fix for the ":layer(args)")
11418      Branch: perl
11419           !> perlio.c
11420 ____________________________________________________________________________
11421 [ 11252] By: nick                                  on 2001/07/10  06:58:14
11422         Log: Fix open(...,"...:layer(xxx)",...)
11423              - use memEQ not strEQ as there is '(' not '\0'
11424      Branch: perlio
11425            ! perlio.c
11426 ____________________________________________________________________________
11427 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
11428         Log: Telling the number of tests helps.
11429      Branch: perl
11430            ! ext/PerlIO/t/encoding.t
11431 ____________________________________________________________________________
11432 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
11433         Log: Require I18N::Langinfo, not use.
11434      Branch: perl
11435            ! lib/open.pm
11436 ____________________________________________________________________________
11437 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
11438         Log: Add a test for for PerlIO ":encoding(...)" layer.
11439      Branch: perl
11440            + ext/PerlIO/t/encoding.t
11441            ! MANIFEST ext/Encode/Encode.pm
11442 ____________________________________________________________________________
11443 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
11444         Log: PerlIO ":encoding(foobar)" temporary fix.
11445              Not really correct, I think, since the change means
11446              that prefixes match.
11447      Branch: perl
11448            ! perlio.c
11449 ____________________________________________________________________________
11450 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
11451         Log: Update to Math::BigInt 1.36.  The biggest news is
11452              the separation of the backend; now the pure Perl
11453              implementation is in Math::BigInt::Calc, but one
11454              can plugin, say, Math::BigInt::BitVect, and get
11455              considerable speedup.
11456      Branch: perl
11457            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
11458            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
11459            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
11460            ! lib/Math/BigInt/t/mbimbf.t
11461 ____________________________________________________________________________
11462 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
11463         Log: Subject: Re: compatibility question
11464              From: Peter Prymmer <pvhp@forte.com>
11465              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
11466              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
11467      Branch: perl
11468            ! lib/ExtUtils/MM_VMS.pm
11469 ____________________________________________________________________________
11470 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
11471         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
11472              From: Norton Allen <allen@huarp.harvard.edu>
11473              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
11474              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
11475      Branch: perl
11476            ! ext/File/Glob/t/basic.t
11477 ____________________________________________________________________________
11478 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
11479         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
11480              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
11481              Date: Tue, 10 Jul 2001 00:29:55 +0900
11482              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
11483      Branch: perl
11484            + ext/Encode/Encode/HZ.enc
11485            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
11486            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
11487            ! ext/Encode/Encode/iso2022-jp.enc
11488            ! ext/Encode/Encode/iso2022-kr.enc
11489 ____________________________________________________________________________
11490 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
11491         Log: Add in all them there macos/ files.
11492      Branch: maint-5.6/macperl
11493            + (add 577 files)
11494 ____________________________________________________________________________
11495 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
11496         Log: Add the new modules to the list of having those own tests.
11497      Branch: perl
11498            ! t/lib/1_compile.t
11499 ____________________________________________________________________________
11500 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
11501         Log: Add INOUT to control both ways at the same time.
11502      Branch: perl
11503            ! lib/open.pm
11504 ____________________________________________________________________________
11505 [ 11240] By: nick                                  on 2001/07/09  16:33:50
11506         Log: Integrate mainline
11507      Branch: perlio
11508           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
11509           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
11510           !> (integrate 41 files)
11511 ____________________________________________________________________________
11512 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
11513         Log: More encoding mapping magic.
11514      Branch: perl
11515            ! lib/open.pm
11516 ____________________________________________________________________________
11517 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
11518         Log: Update Changes.
11519      Branch: perl
11520            ! Changes patchlevel.h
11521 ____________________________________________________________________________
11522 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
11523         Log: (Retracted by #11285).
11524              
11525              Subject: [PATCH] OPpCONST_OCTAL fixes
11526              From: Abhijit Menon-Sen <ams@wiw.org>
11527              Date: Mon, 9 Jul 2001 07:38:45 +0530
11528              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
11529      Branch: perl
11530            ! op.c
11531 ____________________________________________________________________________
11532 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
11533         Log: Add a pseudolayer ":locale" to the open pragma which
11534              will get the encoding from the locale.  Yet undocumented
11535              because I can't get the PerlIO :encoding(foobar) to work.
11536      Branch: perl
11537            ! ext/Encode/Encode.pm lib/open.pm
11538 ____________________________________________________________________________
11539 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
11540         Log: Add more encoding mappings.
11541      Branch: perl
11542            ! ext/Encode/Encode.pm
11543 ____________________________________________________________________________
11544 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
11545         Log: Document that using :encoding layer requires using Encode.
11546      Branch: perl
11547            ! ext/Encode/Encode.pm lib/PerlIO.pm
11548 ____________________________________________________________________________
11549 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
11550         Log: Netware tweak from Ananth Kesari.
11551      Branch: perl
11552            ! NetWare/netware.h
11553 ____________________________________________________________________________
11554 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
11555         Log: t/harness doesn't know about run/*.t
11556      Branch: perl
11557            ! t/harness
11558 ____________________________________________________________________________
11559 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
11560         Log: run/exit.t busted on windows
11561      Branch: perl
11562            ! t/run/exit.t
11563 ____________________________________________________________________________
11564 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
11565         Log: fix a couple of UCD.t tests that fail due to bad case
11566      Branch: perl
11567            ! lib/Unicode/UCD.t
11568 ____________________________________________________________________________
11569 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
11570         Log: test skip logic was broken
11571      Branch: perl
11572            ! ext/I18N/Langinfo/Langinfo.t
11573 ____________________________________________________________________________
11574 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
11575         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
11576              failure of ExtUtils.t#27 when built in debug mode)
11577      Branch: perl
11578            ! lib/ExtUtils/MM_Win32.pm
11579 ____________________________________________________________________________
11580 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
11581         Log: I18N::Langinfo is not available on windows
11582      Branch: perl
11583            ! win32/FindExt.pm
11584 ____________________________________________________________________________
11585 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
11586         Log: save a dTHX
11587      Branch: perl
11588            ! ext/POSIX/POSIX.xs
11589 ____________________________________________________________________________
11590 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
11591         Log: Update Changes.
11592      Branch: perl
11593            ! Changes patchlevel.h
11594 ____________________________________________________________________________
11595 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
11596         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
11597              as pointed out by Sarathy.
11598      Branch: perl
11599            ! ext/I18N/Langinfo/Langinfo.xs
11600 ____________________________________________________________________________
11601 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
11602         Log: Retract #11212.
11603      Branch: perl
11604            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
11605 ____________________________________________________________________________
11606 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
11607         Log: Bump up the VERSION of Cwd.xs.
11608      Branch: perl
11609            ! ext/Cwd/Makefile.PL
11610 ____________________________________________________________________________
11611 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
11612         Log: Retract #11220, the problem wasn't the missing leading zero.
11613              Here's the problem:
11614              $ ./perl -we 'chmod(oct("755"), ".")'
11615              Non-octal literal mode (493) specified at -e line 1.
11616              (Did you mean 0493 instead?)
11617      Branch: perl
11618            ! lib/ExtUtils/MM_Unix.pm
11619 ____________________________________________________________________________
11620 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
11621         Log: (Retracted by #11221)
11622              Change the PERM_RW and PERM_RWX to 0644 and 0755
11623              (add the leading zero).
11624      Branch: perl
11625            ! lib/ExtUtils/MM_Unix.pm
11626 ____________________________________________________________________________
11627 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
11628         Log: Integrate changes #11193, 11205, 11209 from macperl.
11629              
11630              Fix up AutoLoader to fudge for Mac paths in import().
11631              
11632              Allow symbols in try_symbol() to begin with "_".
11633              
11634              Small portability fix for Mac OS.
11635      Branch: perl
11636           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
11637 ____________________________________________________________________________
11638 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
11639         Log: Metaconfig unit change for #11217.
11640      Branch: metaconfig/U/perl
11641            ! Extensions.U
11642 ____________________________________________________________________________
11643 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
11644         Log: Detypo, problem noticed by Gerrit P. Haase.
11645      Branch: perl
11646            ! Configure config_h.SH
11647 ____________________________________________________________________________
11648 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
11649         Log: Cwd cleanups.
11650      Branch: perl
11651            ! ext/Cwd/Cwd.xs
11652 ____________________________________________________________________________
11653 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
11654         Log: Slight tweaks on #11213.
11655      Branch: perl
11656            ! toke.c
11657 ____________________________________________________________________________
11658 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
11659         Log: A missing dTHX noticed by Gerrit P. Haase.
11660      Branch: perl
11661            ! ext/POSIX/POSIX.xs
11662 ____________________________________________________________________________
11663 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
11664         Log: Subject: [PATCH toke.c] Simplify yytoke()
11665              From: Simon Cozens <simon@netthink.co.uk>
11666              Date: Sun, 8 Jul 2001 13:24:34 +0100
11667              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
11668              
11669              Split out pending_ident().
11670      Branch: perl
11671            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
11672 ____________________________________________________________________________
11673 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
11674         Log: (Retracted by #11223.)
11675              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
11676              Date: Wed, 05 Nov 1997 17:22:34 -0600
11677              From: Graham Barr <gbarr@ti.com>
11678              Message-Id: <3460FFBA.6DA51F46@ti.com>
11679      Branch: perl
11680            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
11681 ____________________________________________________________________________
11682 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
11683         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
11684      Branch: perl
11685            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
11686            ! pod/perllocale.pod
11687 ____________________________________________________________________________
11688 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
11689         Log: Really do the test under the C locale.
11690      Branch: perl
11691            ! ext/I18N/Langinfo/Langinfo.t
11692 ____________________________________________________________________________
11693 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
11694         Log: Small portability fix for Mac OS.
11695      Branch: maint-5.6/macperl
11696            ! lib/Cwd.pm
11697 ____________________________________________________________________________
11698 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
11699         Log: Metaconfig unit change for #11207.
11700      Branch: metaconfig/U/perl
11701            ! Extensions.U
11702 ____________________________________________________________________________
11703 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
11704         Log: Add I18N::Langinfo, which is basically a wrapper around
11705              nl_langinfo(), which is an additional way to query locale
11706              specific information.
11707      Branch: perl
11708            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
11709            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
11710            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
11711 ____________________________________________________________________________
11712 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
11713         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
11714              used in File::Find tests; replace with if.t.
11715      Branch: maint-5.6/macperl
11716            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
11717            ! t/pragma/warn/op
11718 ____________________________________________________________________________
11719 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
11720         Log: Allow symbols in try_symbol() to begin with "_".
11721      Branch: maint-5.6/macperl
11722            ! makedef.pl
11723 ____________________________________________________________________________
11724 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
11725         Log: Sync up the File::Find changes from the rewrite by
11726              Thomas Wegner, et al.
11727      Branch: maint-5.6/macperl
11728            + t/lib/filefind-taint.t
11729            ! lib/File/Find.pm t/lib/filefind.t
11730 ____________________________________________________________________________
11731 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
11732         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
11733              From: Thomas Wegner <wegner_thomas@yahoo.com>
11734              Date: Thu, 5 Jul 2001 20:31:25 +0200
11735              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
11736      Branch: maint-5.6/macperl
11737            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
11738 ____________________________________________________________________________
11739 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
11740         Log: Some more test portability fixes.
11741      Branch: maint-5.6/macperl
11742            ! t/lib/filecopy.t t/pragma/warn/pp_sys
11743 ____________________________________________________________________________
11744 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
11745         Log: The #11200 removed wrong (non-existent) target.  Duh.
11746      Branch: perl
11747            ! Makefile.SH
11748 ____________________________________________________________________________
11749 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
11750         Log: Zap the lib/re.pm before creating it.
11751      Branch: perl
11752            ! Makefile.SH
11753 ____________________________________________________________________________
11754 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
11755         Log: Another test.  Please ignore.
11756      Branch: maint-5.6/macperl
11757            ! README.macos
11758 ____________________________________________________________________________
11759 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
11760         Log: Portability fixes for a lot of tests, especially IO-related
11761              tests, and warnings, and the harness script.
11762      Branch: maint-5.6/macperl
11763            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
11764            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
11765            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
11766            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
11767            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
11768            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
11769            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
11770            ! t/pragma/warnings.t
11771 ____________________________________________________________________________
11772 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
11773         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
11774              From: Nicholas Clark <nick@ccl4.org>
11775              Date: Sat, 7 Jul 2001 21:00:17 +0100
11776              Message-ID: <20010707210017.H59620@plum.flirble.org>
11777      Branch: perl
11778            ! lib/h2xs.t
11779 ____________________________________________________________________________
11780 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
11781         Log: The UNICOS/mk SysV IPC problem has been fixed.
11782      Branch: perl
11783            ! pod/perl572delta.pod
11784 ____________________________________________________________________________
11785 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
11786         Log: Slight update tweaks on perlunicode.pod.
11787      Branch: perl
11788            ! pod/perlunicode.pod
11789 ____________________________________________________________________________
11790 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
11791         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
11792              From: Mark-Jason Dominus <mjd@plover.com>
11793              Date: Sat, 07 Jul 2001 13:04:04 -0400
11794              Message-ID: <20010707170404.32694.qmail@plover.com>
11795      Branch: perl
11796            ! ext/DB_File/DB_File.pm
11797 ____________________________________________________________________________
11798 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
11799         Log: Fix up AutoLoader to fudge for Mac paths in import().
11800      Branch: maint-5.6/macperl
11801            ! lib/AutoLoader.pm
11802 ____________________________________________________________________________
11803 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
11804         Log: Try to force the lib/re.pm to be there before entering
11805              the extensions builds, should help for parallel makes.
11806      Branch: perl
11807            ! Makefile.SH
11808 ____________________________________________________________________________
11809 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
11810         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
11811              From: Norton Allen <allen@huarp.harvard.edu>
11812              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
11813              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
11814      Branch: perl
11815            ! ext/POSIX/POSIX.xs
11816 ____________________________________________________________________________
11817 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
11818         Log: Subject: [PATCH] Re: op/arith.t
11819              From: Nicholas Clark <nick@ccl4.org>
11820              Date: Sat, 7 Jul 2001 13:04:54 +0100
11821              Message-ID: <20010707130454.D59620@plum.flirble.org>
11822      Branch: perl
11823            ! numeric.c toke.c
11824 ____________________________________________________________________________
11825 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
11826         Log: Subject: [PATCH] h2xs
11827              From: Nicholas Clark <nick@ccl4.org>
11828              Date: Fri, 6 Jul 2001 23:25:14 +0100
11829              Message-ID: <20010706232514.X59620@plum.flirble.org>
11830      Branch: perl
11831            ! utils/h2xs.PL
11832 ____________________________________________________________________________
11833 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
11834         Log: Subject: Re: bleedperl perl_alloc..free leakage
11835              From: Radu Greab <radu@netsoft.ro>
11836              Date: Fri, 6 Jul 2001 19:48:54 +0300
11837              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
11838              
11839              Leak-be-gone.
11840      Branch: perl
11841            ! op.c
11842 ____________________________________________________________________________
11843 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
11844         Log: Test again.  Please ignore.
11845      Branch: maint-5.6/macperl
11846            ! README.macos
11847 ____________________________________________________________________________
11848 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
11849         Log: Test.  Please ignore.
11850      Branch: maint-5.6/macperl
11851            ! README.macos
11852 ____________________________________________________________________________
11853 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
11854         Log: Include changes already sent in separately as patches,
11855              before branch was created.
11856      Branch: maint-5.6/macperl
11857            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
11858            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
11859            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
11860            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
11861            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
11862            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
11863            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
11864            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
11865            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
11866            ! t/pragma/strict.t
11867 ____________________________________________________________________________
11868 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
11869         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
11870              From: Norton Allen <allen@huarp.harvard.edu>
11871              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
11872              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
11873      Branch: perl
11874            ! utf8.h
11875 ____________________________________________________________________________
11876 [ 11183] By: nick                                  on 2001/07/06  16:27:40
11877         Log: Integrate mainline
11878      Branch: perlio
11879           +> (branch 42 files)
11880            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
11881            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
11882            - win32/bin/mdelete.bat
11883           !> (integrate 215 files)
11884 ____________________________________________________________________________
11885 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
11886         Log: The #11166 needed also these updated.
11887      Branch: perl
11888            ! lib/warnings.pm warnings.h
11889 ____________________________________________________________________________
11890 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
11891         Log: Update Changes.
11892      Branch: perl
11893            ! Changes patchlevel.h
11894 ____________________________________________________________________________
11895 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
11896         Log: Regen toc.
11897      Branch: perl
11898            ! pod/perltoc.pod
11899 ____________________________________________________________________________
11900 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
11901         Log: Nit from Abhijit.
11902      Branch: perl
11903            ! lib/CPAN.pm
11904 ____________________________________________________________________________
11905 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
11906         Log: Retract #11172.
11907      Branch: perl
11908            ! t/op/method.t
11909 ____________________________________________________________________________
11910 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
11911         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
11912              From: Norton Allen <allen@huarp.harvard.edu>
11913              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
11914              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
11915      Branch: perl
11916            ! lib/Cwd.pm
11917 ____________________________________________________________________________
11918 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
11919         Log: (Accidentally empty check-in.)
11920      Branch: perl
11921            ! utf8.h
11922 ____________________________________________________________________________
11923 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
11924         Log: Retract #11165 since Sarathy pointed out it'll not
11925              work properly under threads, the problem should be
11926              solved using "the savestack, either via SSNEW() or
11927              using a newSVpv()+SAVEFREESV() combo."
11928      Branch: perl
11929            ! ext/POSIX/POSIX.xs
11930 ____________________________________________________________________________
11931 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
11932         Log: Retract #11125 since NI-S pointed out it'll not work in
11933              cases where the extension has their own handcrafted INC
11934              et alia.
11935      Branch: perl
11936            ! lib/ExtUtils/MM_Unix.pm
11937 ____________________________________________________________________________
11938 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
11939         Log: Subject: RE: [PATCH] -I and MakeMaker again
11940              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
11941              Date: Fri, 6 Jul 2001 09:18:29 +0200
11942              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
11943      Branch: perl
11944            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
11945            ! lib/ExtUtils/MM_Win32.pm
11946 ____________________________________________________________________________
11947 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
11948         Log: (Retracted by #11178)
11949              Subject: [PATCH t/op/method.t] SUPER:: strangeness
11950              From: Piers Cawley <pdcawley@iterative-software.com>
11951              Date: 06 Jul 2001 10:49:01 +0100
11952              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
11953      Branch: perl
11954            ! t/op/method.t
11955 ____________________________________________________________________________
11956 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
11957         Log: VOS README update from Paul Green.
11958      Branch: perl
11959            ! README.vos
11960 ____________________________________________________________________________
11961 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
11962         Log: Subject: [PATCH README.qnx hints/qnx.sh]
11963              From: Norton Allen <allen@huarp.harvard.edu>
11964              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
11965              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
11966      Branch: perl
11967            ! README.qnx hints/qnx.sh
11968 ____________________________________________________________________________
11969 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
11970         Log: Subject: [PATCH] Doc patch for Tie::Hash
11971              From: Artur Bergman <artur@contiller.se>
11972              Date: Thu, 05 Jul 2001 22:51:18 +0200
11973              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
11974      Branch: perl
11975            ! lib/Tie/Hash.pm
11976 ____________________________________________________________________________
11977 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
11978         Log: Subject: [PATCH] perlfaq4.pod
11979              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
11980              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
11981              Date: Thu, 5 Jul 2001 18:44:10 +0100 
11982      Branch: perl
11983            ! pod/perlfaq4.pod
11984 ____________________________________________________________________________
11985 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
11986         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
11987              From: Robin Houston <robin@kitsite.com>
11988              Date: Thu, 5 Jul 2001 18:33:21 +0100
11989              Message-ID: <20010705183321.A27345@robin.kitsite.com>
11990      Branch: perl
11991            ! ext/B/B/Deparse.pm
11992 ____________________________________________________________________________
11993 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
11994         Log: (Retracted by #11285.)
11995              
11996              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
11997              From: Abhijit Menon-Sen <ams@wiw.org>
11998              Date: Fri, 6 Jul 2001 01:26:32 +0530
11999              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
12000      Branch: perl
12001            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
12002            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
12003            ! warnings.pl
12004 ____________________________________________________________________________
12005 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
12006         Log: (Retracted by #11175)
12007              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
12008              From: Norton Allen <allen@huarp.harvard.edu>
12009              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
12010              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
12011      Branch: perl
12012            ! ext/POSIX/POSIX.xs
12013 ____________________________________________________________________________
12014 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
12015         Log: Unterminated C< (noticed by Richard Hatch), and few other
12016              small Unicode doc tweaks.
12017      Branch: perl
12018            ! pod/perlretut.pod
12019 ____________________________________________________________________________
12020 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
12021         Log: More flexible argument understanding; add charblocks() and
12022              charscripts(); make charblock() and charscript() two-way;
12023              add charinrange(); separate the $Unicode::UCD::VERSION and
12024              the version of the Unicode by adding UnicodeVersion().
12025      Branch: perl
12026            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
12027 ____________________________________________________________________________
12028 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
12029         Log: Update Unicode::UCD on \p{In...}.
12030      Branch: perl
12031            ! lib/Unicode/UCD.pm
12032 ____________________________________________________________________________
12033 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
12034         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
12035              From: Norton Allen <allen@huarp.harvard.edu>
12036              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
12037              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
12038      Branch: perl
12039            ! lib/ExtUtils/MM_Unix.pm
12040 ____________________________________________________________________________
12041 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
12042         Log: POSIX-BC tweaks from Thomas Dorner.
12043      Branch: perl
12044            ! hints/posix-bc.sh perlio.h
12045 ____________________________________________________________________________
12046 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
12047         Log: Module updates for the delta.
12048      Branch: perl
12049            ! pod/perl572delta.pod
12050 ____________________________________________________________________________
12051 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
12052         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
12053              From: Norton Allen <allen@huarp.harvard.edu>
12054              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
12055              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
12056      Branch: perl
12057            ! ext/IO/lib/IO/t/io_sock.t
12058 ____________________________________________________________________________
12059 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
12060         Log: Subject: [PATCH perldiag.pod] Quick fixes
12061              From: Simon Cozens <simon@netthink.co.uk>
12062              Date: Wed, 4 Jul 2001 20:22:12 +0100
12063              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
12064      Branch: perl
12065            ! pod/perldiag.pod
12066 ____________________________________________________________________________
12067 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
12068         Log: Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
12069              From: Radu Greab <radu@netsoft.ro>
12070              Date: Wed, 4 Jul 2001 22:13:31 +0300
12071              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
12072      Branch: perl
12073            ! op.c sv.c t/op/pos.t
12074 ____________________________________________________________________________
12075 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
12076         Log: Subject: [PATCH] -I and MakeMaker again
12077              From: Michael G Schwern <schwern@pobox.com>
12078              Date: Wed, 4 Jul 2001 15:03:07 -0400
12079              Message-ID: <20010704150307.I20340@blackrider>
12080              
12081              (and retract #11145)
12082      Branch: perl
12083            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
12084            ! lib/ExtUtils/MakeMaker.pm
12085 ____________________________________________________________________________
12086 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
12087         Log: Subject: Re: PERFORCE change 11142 for review
12088              From: "Philip Newton" <Philip.Newton@gmx.net>
12089              Date: Wed, 4 Jul 2001 20:46:26 +0200
12090              Message-Id: <200107041841.VAA25380@taas.iki.fi>
12091      Branch: perl
12092            ! lib/ExtUtils/MakeMaker.pm
12093 ____________________________________________________________________________
12094 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
12095         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
12096              From: Jonathan Stowe <gellyfish@gellyfish.com>
12097              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
12098              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
12099      Branch: perl
12100            ! utils/pl2pm.PL
12101 ____________________________________________________________________________
12102 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
12103         Log: fix the binary compatibility issue when building with/without
12104              usemymalloc by exporting Perl_malloc() et al as simple wrappers
12105              around the system functions (this allows most extensions built
12106              using one mode to coexist with perls built in the other mode)
12107              
12108              XXX the Perl_mfree() wrapper might need to do return(free()) on
12109              platforms where Free_t isn't "void"
12110      Branch: perl
12111            ! embed.h embed.pl makedef.pl proto.h util.c
12112 ____________________________________________________________________________
12113 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
12114         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
12115              since it doesn't ensure threads other than the one calling fork()
12116              aren't holding any locks; the fix is to use pthread_atfork() to
12117              hold global locks
12118              
12119              building perl with -Dusemymalloc exacerbates the problem since
12120              Perl_malloc() holds a mutex, and perl's exec() calls New()
12121              
12122              XXX the code in win32thread.h may be needed on platforms that have
12123              no pthread_atfork()
12124      Branch: perl
12125            ! perl.c thread.h win32/win32thread.h
12126 ____________________________________________________________________________
12127 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
12128         Log: Integrate #11009 from maintperl.
12129      Branch: maint-5.6/macperl
12130           !> lib/ExtUtils/Manifest.pm
12131 ____________________________________________________________________________
12132 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
12133         Log: Flexing my Perforce muscles.
12134      Branch: maint-5.6/macperl
12135            ! README.macos
12136 ____________________________________________________________________________
12137 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
12138         Log: Update Changes.
12139      Branch: perl
12140            ! Changes patchlevel.h
12141 ____________________________________________________________________________
12142 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
12143         Log: Metaconfig unit change for #11146.
12144      Branch: metaconfig/U/perl
12145            ! d_fcntl_can_lock.U
12146 ____________________________________________________________________________
12147 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
12148         Log: Somehow the #ifdefs of the added code (in #11093) made
12149              HP-UX to fail the fcntl locking test, without the ifdefs
12150              the test seems to be working again.  Reason unknown:
12151              HP-UX cc doesn't complain either way.
12152      Branch: perl
12153            ! Configure
12154 ____________________________________________________________________________
12155 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
12156         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
12157      Branch: perl
12158            ! lib/ExtUtils/MM_Unix.pm
12159 ____________________________________________________________________________
12160 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
12161         Log: gcc -Wall nit.
12162      Branch: perl
12163            ! pp_hot.c
12164 ____________________________________________________________________________
12165 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
12166         Log: When removing tests updating the test count is a good idea, too.
12167      Branch: perl
12168            ! lib/Net/t/require.t
12169 ____________________________________________________________________________
12170 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
12171         Log: Document #11134 and add the new symbols to the list of
12172              of MakeMaker known ones.
12173      Branch: perl
12174            ! lib/ExtUtils/MakeMaker.pm
12175 ____________________________________________________________________________
12176 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
12177         Log: Microperl update.
12178      Branch: perl
12179            ! uconfig.h
12180 ____________________________________________________________________________
12181 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
12182         Log: Update the libnet tests as per #11138.
12183      Branch: perl
12184            - lib/Net/t/ph.t
12185            ! MANIFEST lib/Net/t/require.t
12186 ____________________________________________________________________________
12187 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
12188         Log: Regen toc and modlib.
12189      Branch: perl
12190            ! pod/perlmodlib.pod pod/perltoc.pod
12191 ____________________________________________________________________________
12192 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
12193         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
12194              Graham's request.
12195      Branch: perl
12196            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
12197            ! MANIFEST
12198 ____________________________________________________________________________
12199 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
12200         Log: Add the OS/390 harness results to the delta.
12201      Branch: perl
12202            ! pod/perl572delta.pod
12203 ____________________________________________________________________________
12204 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
12205         Log: Avoid the two study tests in OS/390 until the bug has been solved.
12206      Branch: perl
12207            ! t/op/study.t
12208 ____________________________________________________________________________
12209 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
12210         Log: DOS/DJGPP tweaks from Laszlo Molnar.
12211      Branch: perl
12212            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
12213 ____________________________________________________________________________
12214 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
12215         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
12216              From: Michael G Schwern <schwern@pobox.com>
12217              Date: Wed, 4 Jul 2001 00:01:16 -0400
12218              Message-ID: <20010704000116.C591@blackrider>
12219      Branch: perl
12220            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
12221 ____________________________________________________________________________
12222 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
12223         Log: The #11132 missed singleton characters (not part
12224              of a unilo..unihi range) in Unicode scripts.
12225      Branch: perl
12226            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
12227            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
12228            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
12229            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
12230            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
12231            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
12232            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
12233            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
12234            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
12235            ! lib/unicode/mktables.PL t/op/pat.t
12236 ____________________________________________________________________________
12237 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
12238         Log: Support preferentially the Unicode 'scripts' definition
12239              in the \p{In...} notation since according to Unicode the
12240              scripts concept is more natural for matching than using
12241              the somewhat artificial block names.  The block names are
12242              still available, though, and if there's a name conflict,
12243              the scripts one wins and the blocks one has to do with
12244              'Block' appended to its name.  For more information see
12245              
12246              http://www.unicode.org/unicode/reports/tr24/
12247      Branch: perl
12248            + lib/unicode/In/100.pl lib/unicode/In/101.pl
12249            + lib/unicode/In/102.pl lib/unicode/In/103.pl
12250            + lib/unicode/In/104.pl lib/unicode/In/105.pl
12251            + lib/unicode/In/106.pl lib/unicode/In/107.pl
12252            + lib/unicode/In/108.pl lib/unicode/In/109.pl
12253            + lib/unicode/In/110.pl lib/unicode/In/111.pl
12254            + lib/unicode/In/112.pl lib/unicode/In/113.pl
12255            + lib/unicode/In/114.pl lib/unicode/In/115.pl
12256            + lib/unicode/In/116.pl lib/unicode/In/117.pl
12257            + lib/unicode/In/118.pl lib/unicode/In/119.pl
12258            + lib/unicode/In/120.pl lib/unicode/In/121.pl
12259            + lib/unicode/In/122.pl lib/unicode/In/123.pl
12260            + lib/unicode/In/124.pl lib/unicode/In/125.pl
12261            + lib/unicode/In/126.pl lib/unicode/In/127.pl
12262            + lib/unicode/In/128.pl lib/unicode/In/129.pl
12263            + lib/unicode/In/130.pl lib/unicode/In/131.pl
12264            + lib/unicode/In/132.pl lib/unicode/In/133.pl
12265            + lib/unicode/In/134.pl lib/unicode/In/135.pl
12266            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
12267            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
12268            ! (edit 106 files)
12269 ____________________________________________________________________________
12270 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
12271         Log: Better document the difference between a block and a script.
12272      Branch: perl
12273            ! lib/Unicode/UCD.pm
12274 ____________________________________________________________________________
12275 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
12276         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
12277              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
12278              Date: Tue, 3 Jul 2001 15:04:23 -0500
12279              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
12280      Branch: perl
12281            ! lib/CPAN.pm
12282 ____________________________________________________________________________
12283 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
12284         Log: Add tests for charscript().
12285      Branch: perl
12286            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
12287 ____________________________________________________________________________
12288 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
12289         Log: Add charscript() to get the UTR#24 script names of characters.
12290      Branch: perl
12291            ! lib/Unicode/UCD.pm
12292 ____________________________________________________________________________
12293 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
12294         Log: Todo updates.
12295      Branch: perl
12296            ! pod/perltodo.pod
12297 ____________________________________________________________________________
12298 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
12299         Log: Unicode::UCD updates.
12300      Branch: perl
12301            ! lib/Unicode/UCD.pm
12302 ____________________________________________________________________________
12303 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
12304         Log: (Retracted by #11174)
12305              Subject: MakeMaker should pass through DEFINE and INC to subdirs
12306              From: Alan Burlison <Alan.Burlison@sun.com>
12307              Date: Tue, 03 Jul 2001 15:20:13 +0100
12308              Message-ID: <3B41D49D.A923D4F9@sun.com>
12309      Branch: perl
12310            ! lib/ExtUtils/MM_Unix.pm
12311 ____________________________________________________________________________
12312 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
12313         Log: Subject: Patch needed for UTS
12314              From: hom00@utsglobal.com (Hal Morris)
12315              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
12316              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
12317              
12318              Replace #11113 with a better version.
12319      Branch: perl
12320            ! perl.h
12321 ____________________________________________________________________________
12322 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
12323         Log: Subject: Re: POINTERRIGOR
12324              From: Andy Dougherty <doughera@lafayette.edu>
12325              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
12326              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
12327      Branch: perl
12328            ! util.c
12329 ____________________________________________________________________________
12330 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
12331         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
12332              From: "Philip Newton" <pnewton@gmx.de>
12333              Date: Tue, 3 Jul 2001 17:03:34 +0200
12334              Message-ID: <3B41FAE6.29564.660E117@localhost>
12335      Branch: perl
12336            ! pp_hot.c
12337 ____________________________________________________________________________
12338 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
12339         Log: Typos.
12340      Branch: perl
12341            ! INSTALL
12342 ____________________________________________________________________________
12343 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
12344         Log: Subject: [PATCH 5.6.1] debugger fixes
12345              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12346              Date: Tue, 3 Jul 2001 03:38:18 -0400
12347              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
12348              
12349              The $^S is working again.
12350      Branch: perl
12351            ! lib/perl5db.pl
12352 ____________________________________________________________________________
12353 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
12354         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
12355              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12356              Date: Tue, 3 Jul 2001 03:34:06 -0400
12357              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
12358      Branch: perl
12359            ! os2/OS2/Process/Process.pm
12360 ____________________________________________________________________________
12361 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
12362         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
12363              From: "Philip Newton" <Philip.Newton@gmx.net>
12364              Date: Tue, 3 Jul 2001 09:11:27 +0200
12365              Message-Id: <200107030706.KAA04596@taas.iki.fi>
12366      Branch: perl
12367            ! lib/FindBin.pm
12368 ____________________________________________________________________________
12369 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
12370         Log: Delta delta.
12371      Branch: perl
12372            ! pod/perl572delta.pod
12373 ____________________________________________________________________________
12374 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
12375         Log: Metaconfig unit change for 11115.
12376      Branch: metaconfig
12377            ! U/modified/libc.U
12378 ____________________________________________________________________________
12379 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
12380         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
12381              (from Richard Hatch) (this was the cause of pipes() and
12382              times() myeteriously not being found)
12383      Branch: perl
12384            ! Configure
12385 ____________________________________________________________________________
12386 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
12387         Log: Retract #10142, the real culprit found by Richard Hatch,
12388              coming soon to Configure near you.
12389      Branch: perl
12390            ! hints/aix.sh
12391 ____________________________________________________________________________
12392 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
12393         Log: (Replaced by #11124) UTS workaround from Hal Morris.
12394      Branch: perl
12395            ! perl.h
12396 ____________________________________________________________________________
12397 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
12398         Log: Subject: [PATCH] grok not grocking correctly
12399              From: Nicholas Clark <nick@ccl4.org>
12400              Date: Tue, 3 Jul 2001 00:19:08 +0100
12401              Message-ID: <20010703001908.H59620@plum.flirble.org>
12402      Branch: perl
12403            ! numeric.c
12404 ____________________________________________________________________________
12405 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
12406         Log: Subject: [PATCH Deparse.t] test just-posted patches
12407              From: Robin Houston <robin@kitsite.com>
12408              Date: Mon, 2 Jul 2001 23:46:15 +0100
12409              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
12410      Branch: perl
12411            ! ext/B/Deparse.t
12412 ____________________________________________________________________________
12413 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
12414         Log: Subject: [PATCH toke.c] autosplit into @F
12415              From: Robin Houston <robin@kitsite.com>
12416              Date: Mon, 2 Jul 2001 23:18:20 +0100
12417              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
12418      Branch: perl
12419            ! perl.c toke.c
12420 ____________________________________________________________________________
12421 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
12422         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
12423              From: Robin Houston <robin@kitsite.com>
12424              Date: Mon, 2 Jul 2001 23:00:48 +0100
12425              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
12426      Branch: perl
12427            ! ext/B/B/Deparse.pm
12428 ____________________________________________________________________________
12429 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
12430         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
12431              From: "Philip Newton" <Philip.Newton@gmx.net>
12432              Date: Mon, 2 Jul 2001 22:06:22 +0200
12433              (no Message-Id)
12434      Branch: perl
12435            ! ext/NDBM_File/hints/linux.pl
12436 ____________________________________________________________________________
12437 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
12438         Log: Subject: Re: Fixed pack problem - sort of
12439              From: Nicholas Clark <nick@ccl4.org>
12440              Date: Mon, 2 Jul 2001 20:59:20 +0100
12441              Message-ID: <20010702205919.F59620@plum.flirble.org>
12442      Branch: perl
12443            ! pp_pack.c t/op/pack.t
12444 ____________________________________________________________________________
12445 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
12446         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
12447              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12448              Date: Mon, 2 Jul 2001 15:45:41 -0400
12449              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
12450      Branch: perl
12451            ! os2/os2.c
12452 ____________________________________________________________________________
12453 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
12454         Log: (Mistaken retraction)
12455      Branch: perl
12456            ! utils/pl2pm.PL
12457 ____________________________________________________________________________
12458 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
12459         Log: Detypo in #11103.
12460      Branch: perl
12461            ! utils/pl2pm.PL
12462 ____________________________________________________________________________
12463 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
12464         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
12465              From: Jonathan Stowe <gellyfish@gellyfish.com>
12466              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
12467              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
12468      Branch: perl
12469            ! utils/pl2pm.PL
12470 ____________________________________________________________________________
12471 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
12472         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
12473              From: "Craig A. Berry" <craigberry@mac.com>
12474              Date: Mon, 02 Jul 2001 14:11:23 -0500
12475              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
12476      Branch: perl
12477            ! lib/Unicode/UCD.pm
12478 ____________________________________________________________________________
12479 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
12480         Log: Subject: [PATCH] Re: op/numconvert.t failures
12481              From: Nicholas Clark <nick@ccl4.org>
12482              Date: Mon, 2 Jul 2001 20:10:48 +0100
12483              Message-ID: <20010702201048.E59620@plum.flirble.org>
12484      Branch: perl
12485            ! t/op/numconvert.t
12486 ____________________________________________________________________________
12487 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
12488         Log: Update Changes.
12489      Branch: perl
12490            ! Changes patchlevel.h
12491 ____________________________________________________________________________
12492 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
12493         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
12494              The real fix must be more involved.  The line of code all the leaky
12495              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
12496              line of Perl_newPMOP().
12497      Branch: perl
12498            ! op.h
12499 ____________________________________________________________________________
12500 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
12501         Log: Based on
12502              
12503              Subject: Re: sizeof(struct sembuf)
12504              From: Nicholas Clark <nick@ccl4.org>
12505              Date: Sun, 1 Jul 2001 22:26:48 +0100
12506              Message-ID: <20010701222648.W59620@plum.flirble.org>
12507              
12508              but do semop() always the slow way.
12509      Branch: perl
12510            ! doio.c
12511 ____________________________________________________________________________
12512 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
12513         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
12514              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
12515              Date: Tue, 03 Jul 2001 00:56:30 +0900
12516              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
12517      Branch: perl
12518            ! ext/Encode/Encode/Tcl.t
12519 ____________________________________________________________________________
12520 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
12521         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
12522              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
12523              Date: Tue, 03 Jul 2001 00:55:46 +0900
12524              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
12525      Branch: perl
12526            ! ext/Encode/Encode/Tcl.pm
12527 ____________________________________________________________________________
12528 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
12529         Log: Regen api and toc.
12530      Branch: perl
12531            ! pod/perlapi.pod pod/perltoc.pod
12532 ____________________________________________________________________________
12533 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
12534         Log: Metaconfig unit change for #11093.
12535      Branch: metaconfig/U/perl
12536            ! d_fcntl_can_lock.U
12537 ____________________________________________________________________________
12538 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
12539         Log: The fcntl locking test may hang if NFS locking messed up;
12540              break out with alarm(10).
12541      Branch: perl
12542            ! Configure
12543 ____________________________________________________________________________
12544 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
12545         Log: Move the mdelete.bat from win32/bin to win32.
12546      Branch: perl
12547            ! MANIFEST
12548 ____________________________________________________________________________
12549 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
12550         Log: Typo in #11083.
12551      Branch: perl
12552            ! ext/Time/Piece/Piece.t
12553 ____________________________________________________________________________
12554 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
12555         Log: Netware tweaks from Guruprasad.
12556      Branch: perl
12557            - NetWare/perlsdio.h
12558            ! MANIFEST NetWare/Makefile NetWare/interface.c
12559            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
12560            ! perlsdio.h
12561 ____________________________________________________________________________
12562 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
12563         Log: Subject: Re: [PATH] shared -> unique;
12564              From: Abhijit Menon-Sen <ams@wiw.org>
12565              Date: Wed, 27 Jun 2001 03:51:27 +0530
12566              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
12567      Branch: perl
12568            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
12569 ____________________________________________________________________________
12570 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
12571         Log: Subject: Re: AIX / gcc-3.0
12572              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12573              Date: Mon, 02 Jul 2001 15:20:21 +0200
12574              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
12575      Branch: perl
12576            ! hints/aix.sh
12577 ____________________________________________________________________________
12578 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
12579         Log: Subject: Re: Bug report: split splits on wrong pattern
12580              From: Abhijit Menon-Sen <ams@wiw.org>
12581              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
12582              Date: Mon, 2 Jul 2001 16:31:33 +0530
12583      Branch: perl
12584            ! pp_ctl.c
12585 ____________________________________________________________________________
12586 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
12587         Log: Subject: [PATCH 5.6.1] test harness
12588              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12589              Date: Mon, 2 Jul 2001 06:29:21 -0400
12590              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
12591      Branch: perl
12592            ! lib/Test/Harness.pm
12593 ____________________________________________________________________________
12594 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
12595         Log: Subject: [PATCH 5.6.1] debugger goof
12596              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12597              Date: Mon, 2 Jul 2001 06:27:22 -0400
12598              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
12599      Branch: perl
12600            ! lib/perl5db.pl
12601 ____________________________________________________________________________
12602 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
12603         Log: Subject: [PATCH 5.6.1] OS/2 cwd
12604              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12605              Date: Mon, 2 Jul 2001 06:21:17 -0400
12606              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
12607      Branch: perl
12608            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
12609 ____________________________________________________________________________
12610 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
12611         Log: Make #11082 more OS/2-specific.
12612      Branch: perl
12613            ! ext/Time/Piece/Piece.t
12614 ____________________________________________________________________________
12615 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
12616         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
12617              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12618              Date: Mon, 2 Jul 2001 06:06:34 -0400
12619              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
12620      Branch: perl
12621            ! ext/Time/Piece/Piece.t
12622 ____________________________________________________________________________
12623 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
12624         Log: Subject: [PATCH B::Deparse] version number & changes
12625              From: Robin Houston <robin@kitsite.com>  
12626              Date: Sun, 1 Jul 2001 17:17:29 +0100
12627              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
12628      Branch: perl
12629            ! ext/B/B/Deparse.pm
12630 ____________________________________________________________________________
12631 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
12632         Log: Subject: a small fix.
12633              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
12634              Date: Mon, 2 Jul 2001 12:17:53 +0200
12635              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
12636      Branch: perl
12637            ! ext/Thread/Thread.xs
12638 ____________________________________________________________________________
12639 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
12640         Log: Subject: RE: perl@10907
12641              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
12642              Date: Mon, 2 Jul 2001 12:06:16 +0200
12643              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
12644              
12645              Borland C vs PerlIO.
12646      Branch: perl
12647            ! win32/config.bc win32/config_H.bc
12648 ____________________________________________________________________________
12649 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
12650         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
12651              From: "H.M. Brand" <merijn@l1.procura.nl>
12652              Date: Mon, 02 Jul 2001 11:18:57 +0200
12653              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
12654      Branch: perl
12655            ! t/op/write.t
12656 ____________________________________________________________________________
12657 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
12658         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
12659              From: Michael G Schwern <schwern@pobox.com>
12660              Date: Mon, 2 Jul 2001 00:26:24 -0400
12661              Message-ID: <20010702002624.A18302@blackrider>
12662      Branch: perl
12663            - ext/util/mkbootstrap
12664 ____________________________________________________________________________
12665 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
12666         Log: Subject: [PATCH op.h] v minor comment tweak
12667              From: Robin Houston <robin@puffinry.freeserve.co.uk>
12668              Date: Mon, 2 Jul 2001 00:42:01 +0100
12669              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
12670      Branch: perl
12671            ! op.h
12672 ____________________________________________________________________________
12673 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
12674         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
12675      Branch: perl
12676            ! pod/perlfunc.pod
12677 ____________________________________________________________________________
12678 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
12679         Log: Subject: Re: sizeof(struct sembuf)
12680              From: Nicholas Clark <nick@ccl4.org>
12681              Date: Sun, 1 Jul 2001 19:23:16 +0100
12682              Message-ID: <20010701192316.V59620@plum.flirble.org>
12683              
12684              s/signaling/signalling/
12685      Branch: perl
12686            ! pod/perlfunc.pod
12687 ____________________________________________________________________________
12688 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
12689         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
12690              From: "Philip Newton" <Philip.Newton@gmx.net>
12691              Date: Sun, 1 Jul 2001 09:37:56 +0200
12692              Message-Id: <200107010733.KAA03920@taas.iki.fi>
12693      Branch: perl
12694            ! pod/perlvar.pod
12695 ____________________________________________________________________________
12696 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
12697         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
12698              From: "Philip Newton" <Philip.Newton@gmx.net>
12699              Date: Sun, 1 Jul 2001 09:37:56 +0200
12700              Message-Id: <200107010733.KAA03925@taas.iki.fi>
12701      Branch: perl
12702            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
12703 ____________________________________________________________________________
12704 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
12705         Log: Metaconfig unit change for #11070.
12706      Branch: metaconfig
12707            ! U/compline/randfunc.U
12708 ____________________________________________________________________________
12709 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
12710         Log: Subject: [PATCH perlsnap] its --> it's --> its
12711              From: "Philip Newton" <Philip.Newton@gmx.net>
12712              Date: Sun, 1 Jul 2001 09:37:56 +0200
12713              Message-Id: <200107010733.KAA03914@taas.iki.fi>
12714      Branch: perl
12715            ! Porting/config_H
12716 ____________________________________________________________________________
12717 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
12718         Log: Sync with Sarathy; integrate with perlio.
12719      Branch: perl
12720           !> gv.c
12721 ____________________________________________________________________________
12722 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
12723         Log: regenerate win32/config_H.?c files
12724      Branch: perl
12725            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12726 ____________________________________________________________________________
12727 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
12728         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
12729              naming discipline
12730              
12731              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
12732              because of this)
12733              
12734              fix a warning about "fd" being used without being set in Cwd.xs
12735      Branch: perl
12736            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
12737            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
12738            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
12739            ! win32/config.vc
12740 ____________________________________________________________________________
12741 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
12742         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
12743              within macro arguments") and warnings ("unary minus applied to
12744              unsigned type", among others)
12745      Branch: perl
12746            ! gv.c hv.c op.c pp.c sv.c toke.c
12747 ____________________________________________________________________________
12748 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
12749         Log: win32 fixes: more spurious CRs
12750      Branch: perl
12751            ! win32/mdelete.bat
12752 ____________________________________________________________________________
12753 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
12754         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
12755              from win32/bin (or it gets deleted by distclean); don't delete
12756              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
12757              NT (should be made Win9x specific, and added to makefile.mk)
12758      Branch: perl
12759           +> win32/mdelete.bat
12760            - win32/bin/mdelete.bat
12761            ! win32/Makefile win32/makefile.mk
12762 ____________________________________________________________________________
12763 [ 11063] By: nick                                  on 2001/07/01  18:54:09
12764         Log: Quick for for #ifdef mess
12765      Branch: perlio
12766            ! gv.c
12767 ____________________________________________________________________________
12768 [ 11062] By: nick                                  on 2001/07/01  18:47:42
12769         Log: Raw integrate - does not build #if mess in gv.c
12770      Branch: perlio
12771           !> (integrate 29 files)
12772 ____________________________________________________________________________
12773 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
12774         Log: Make 'compile' target a little less broken.
12775              Still very broken, though: -Wall warnings from
12776              the generated code, boot_Foo prototypes missing,
12777              can't autoload Fcntl::SEEK_CUR et alia, ...
12778      Branch: perl
12779            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
12780            ! utils/perlcc.PL x2p/Makefile.SH
12781 ____________________________________________________________________________
12782 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
12783         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
12784      Branch: perl
12785            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
12786            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
12787 ____________________________________________________________________________
12788 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
12789         Log: Update Changes.
12790      Branch: perl
12791            ! Changes patchlevel.h
12792 ____________________________________________________________________________
12793 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
12794         Log: Still one typo, regen toc.
12795      Branch: perl
12796            ! lib/Unicode/UCD.pm pod/perltoc.pod
12797 ____________________________________________________________________________
12798 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
12799         Log: Detypos and regen toc.
12800      Branch: perl
12801            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
12802 ____________________________________________________________________________
12803 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
12804         Log: VERSION tweak.
12805      Branch: perl
12806            ! ext/List/Util/lib/List/Util.pm
12807 ____________________________________________________________________________
12808 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
12809         Log: Attempt at plugging the leak under ithreads detected by Doug.
12810      Branch: perl
12811            ! op.h
12812 ____________________________________________________________________________
12813 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
12814         Log: gcc -Wall lint after #11051.
12815      Branch: perl
12816            ! pp_sys.c
12817 ____________________________________________________________________________
12818 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
12819         Log: Integrate perlio.
12820      Branch: perl
12821           !> lib/File/Find/taint.t
12822 ____________________________________________________________________________
12823 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
12824         Log: Don't use the v-strings for module VERSIONs.
12825      Branch: perl
12826            ! lib/Unicode/UCD.pm
12827 ____________________________________________________________________________
12828 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
12829         Log: Code cleanup based on turning off the -woffs in IRIX.
12830              Not all of the gripes cleaned up (hairy code in hv.c and
12831              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
12832              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
12833              to the IRIX hints)
12834      Branch: perl
12835            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
12836            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
12837            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
12838            ! regcomp.c sv.c
12839 ____________________________________________________________________________
12840 [ 11050] By: nick                                  on 2001/06/30  20:46:46
12841         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
12842      Branch: perlio
12843            ! lib/File/Find/taint.t
12844 ____________________________________________________________________________
12845 [ 11049] By: nick                                  on 2001/06/30  18:13:33
12846         Log: Integrate mainline
12847      Branch: perlio
12848           +> NetWare/nwstdio.h NetWare/perlsdio.h
12849           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
12850           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
12851           +> lib/Unicode/UCD.t t/run/exit.t
12852           !> (integrate 60 files)
12853 ____________________________________________________________________________
12854 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
12855         Log: Delta delta.
12856      Branch: perl
12857            ! pod/perl572delta.pod
12858 ____________________________________________________________________________
12859 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
12860         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
12861              by CPAN.pm, use rather _00.
12862      Branch: perl
12863            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
12864            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
12865            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
12866            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
12867            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
12868            ! lib/ExtUtils/Embed.pm lib/Test.pm
12869 ____________________________________________________________________________
12870 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
12871         Log: Add a simple Unicode character database interface, Unicode::UCD.
12872      Branch: perl
12873            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
12874            ! MANIFEST
12875 ____________________________________________________________________________
12876 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
12877         Log: Subject: [PATCH] op/numconver.t
12878              From: Nicholas Clark <nick@ccl4.org>
12879              Date: Sat, 30 Jun 2001 15:40:10 +0100
12880              Message-ID: <20010630154010.I59620@plum.flirble.org>
12881      Branch: perl
12882            ! t/op/numconvert.t
12883 ____________________________________________________________________________
12884 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
12885         Log: The $^N is now taken (by #11038).
12886      Branch: perl
12887            ! t/base/lex.t
12888 ____________________________________________________________________________
12889 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
12890         Log: The #11040 had slipped to a wrong function...
12891      Branch: perl
12892            ! sv.c
12893 ____________________________________________________________________________
12894 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
12895         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
12896              the Configure library symbol probe mysteriously finds all
12897              symbols but those of pipe() and times().
12898      Branch: perl
12899            ! hints/aix.sh
12900 ____________________________________________________________________________
12901 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
12902         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
12903              From: Nicholas Clark <nick@ccl4.org>
12904              Date: Fri, 29 Jun 2001 23:49:07 +0100
12905              Message-ID: <20010629234907.D59620@plum.flirble.org>
12906      Branch: perl
12907            ! lib/ExtUtils.t
12908 ____________________________________________________________________________
12909 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
12910         Log: Subject: [PATCH] weakref fix 2, not yet there
12911              From: Artur Bergman <artur@contiller.se>
12912              Date: Sat, 30 Jun 2001 01:18:16 +0200
12913              Message-ID: <B762D957.1CC9%artur@contiller.se>
12914      Branch: perl
12915            ! sv.c
12916 ____________________________________________________________________________
12917 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
12918         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
12919              From: Michael G Schwern <schwern@pobox.com>
12920              Date: Fri, 29 Jun 2001 19:39:11 -0400
12921              Message-ID: <20010629193910.D25304@blackrider>
12922      Branch: perl
12923            + t/run/exit.t
12924            ! MANIFEST
12925 ____________________________________________________________________________
12926 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
12927         Log: Add support for $^N, the most-recently closed group.
12928      Branch: perl
12929            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
12930            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
12931            ! thrdvar.h
12932 ____________________________________________________________________________
12933 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
12934         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
12935              From: lvirden@cas.org
12936              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
12937              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
12938              
12939              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
12940              From: lvirden@cas.org
12941              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
12942              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
12943      Branch: perl
12944            ! README.solaris
12945 ____________________________________________________________________________
12946 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
12947         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
12948              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
12949              Date: Sat, 30 Jun 2001 07:33:37 +0900
12950              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
12951              
12952              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
12953              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
12954              Date: Sat, 30 Jun 2001 21:38:14 +0900
12955              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
12956      Branch: perl
12957            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
12958            + ext/Encode/Encode/7bit-kr.enc
12959            ! MANIFEST ext/Encode/Encode/Tcl.pm
12960 ____________________________________________________________________________
12961 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
12962         Log: NetWare tweaks from Guruprasad.
12963      Branch: perl
12964            + NetWare/nwstdio.h NetWare/perlsdio.h
12965            ! MANIFEST NetWare/Makefile NetWare/config.wc
12966            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
12967            ! NetWare/t/Readme.txt
12968 ____________________________________________________________________________
12969 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
12970         Log: More module $VERSION bump-ups.
12971      Branch: perl
12972            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
12973            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
12974            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
12975 ____________________________________________________________________________
12976 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
12977         Log: Doc update due to #11032.
12978      Branch: perl
12979            ! pod/perl572delta.pod
12980 ____________________________________________________________________________
12981 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
12982         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
12983              From: Peter Prymmer <pvhp@forte.com>
12984              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
12985              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
12986      Branch: perl
12987            ! ext/Time/HiRes/HiRes.xs
12988 ____________________________________________________________________________
12989 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
12990         Log: -lpthreads missing in AIX.
12991      Branch: perl
12992            ! hints/aix.sh
12993 ____________________________________________________________________________
12994 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
12995         Log: Subject: [PATCH] CLONE && weakrefs
12996              From: Artur Bergman <artur@contiller.se>
12997              Date: Fri, 29 Jun 2001 17:02:00 +0200
12998              Message-ID: <B7626508.1CA0%artur@contiller.se>
12999      Branch: perl
13000            ! sv.c
13001 ____________________________________________________________________________
13002 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
13003         Log: Subject: Re: Bug report: split splits on wrong pattern
13004              From: Radu Greab <radu@netsoft.ro>
13005              Date: Wed, 27 Jun 2001 21:50:52 +0300
13006              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
13007      Branch: perl
13008            ! pp_ctl.c t/op/split.t
13009 ____________________________________________________________________________
13010 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
13011         Log: Metaconfig unit change for #11027.
13012      Branch: metaconfig/U/perl
13013            ! d_modfl.U
13014 ____________________________________________________________________________
13015 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
13016         Log: I thought this Configure glitch for AIX was just recently fixed?
13017      Branch: perl
13018            ! Configure
13019 ____________________________________________________________________________
13020 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
13021         Log: Update Changes.
13022      Branch: perl
13023            ! Changes patchlevel.h
13024 ____________________________________________________________________________
13025 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
13026         Log: Subject: Re: perl@10967, File::Find, and Cwd
13027              From: Mike Guy <mjtg@cam.ac.uk>
13028              Date: Fri, 29 Jun 2001 14:56:49 +0100
13029              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
13030      Branch: perl
13031            ! lib/File/Find/taint.t
13032 ____________________________________________________________________________
13033 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
13034         Log: Update the sv_pvprintify() spec.
13035      Branch: perl
13036            ! pod/perltodo.pod
13037 ____________________________________________________________________________
13038 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
13039         Log: Known test failures update.
13040      Branch: perl
13041            ! pod/perl572delta.pod
13042 ____________________________________________________________________________
13043 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
13044         Log: Based on
13045              
13046              Subject: [PATCH @11016] More );) fixes
13047              From: Richard Soderberg <rs@crystalflame.net>
13048              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
13049              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
13050      Branch: perl
13051            ! ext/Thread/Thread.xs ext/Thread/typemap
13052 ____________________________________________________________________________
13053 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
13054         Log: Subject: [PATCH @11016] Fixes compile errors in four files
13055              From: Richard Soderberg <rs@crystalflame.net>
13056              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
13057              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
13058      Branch: perl
13059            ! mg.c pp.c pp_hot.c util.c
13060 ____________________________________________________________________________
13061 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
13062         Log: AIX hints tweaking continues, from Merijn Brand.
13063      Branch: perl
13064            ! hints/aix.sh
13065 ____________________________________________________________________________
13066 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
13067         Log: HP-UX needs gccversion sooner, from Merijn Brand.
13068      Branch: perl
13069            ! hints/hpux.sh
13070 ____________________________________________________________________________
13071 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
13072         Log: Subject: [PATCH 5.6.1] OS/2 docs
13073              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13074              Date: Fri, 29 Jun 2001 02:34:12 -0400
13075              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
13076      Branch: perl
13077            ! README.os2 os2/Changes
13078 ____________________________________________________________________________
13079 [ 11017] By: nick                                  on 2001/06/29  10:20:30
13080         Log: Integrate mainline
13081      Branch: perlio
13082           +> (branch 37 files)
13083            - ext/ODBM_File/sdbm.t
13084           !> (integrate 211 files)
13085 ____________________________________________________________________________
13086 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
13087         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
13088              the modules found using a script written by Larry Schatzer Jr.
13089      Branch: perl
13090            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
13091            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
13092            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
13093            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
13094            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
13095            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
13096            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
13097            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
13098            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
13099            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
13100            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
13101            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
13102            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
13103            ! lib/constant.pm lib/fields.pm lib/strict.pm
13104 ____________________________________________________________________________
13105 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
13106         Log: The latest JPL from the anoncvs.
13107      Branch: perl
13108            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
13109 ____________________________________________________________________________
13110 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
13111         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
13112      Branch: perl
13113            ! t/op/pat.t
13114 ____________________________________________________________________________
13115 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
13116         Log: Worrying about insecure directories now is a bit too late.
13117      Branch: perl
13118            ! lib/File/Find/taint.t
13119 ____________________________________________________________________________
13120 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
13121         Log: Cannot DIE() in a void function,
13122              from Richard Hatch <rhatch@austin.ibm.com>.
13123      Branch: perl
13124            ! ext/IPC/SysV/SysV.xs
13125 ____________________________________________________________________________
13126 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
13127         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
13128              From: Peter Prymmer <pvhp@forte.com>
13129              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
13130              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
13131              
13132              (unfinished: time/hires tests 3, 5, 14 failing, but better
13133              than wholesale failure)
13134      Branch: perl
13135            ! ext/Time/HiRes/HiRes.xs
13136 ____________________________________________________________________________
13137 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
13138         Log: Subject: [PATCH 5.6.1] OS/2 improvements
13139              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13140              Date: Thu, 28 Jun 2001 16:03:14 -0400
13141              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
13142      Branch: perl
13143            + os2/os2_base.t
13144            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
13145            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
13146            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
13147            ! os2/os2ish.h
13148 ____________________________________________________________________________
13149 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
13150         Log: Subject: Incrementing Extutils::Manifest's $VERSION
13151              From: Michael G Schwern <schwern@pobox.com>
13152              Date: Thu, 28 Jun 2001 13:13:49 -0400
13153              Message-ID: <20010628131349.A14738@blackrider>
13154      Branch: maint-5.6/perl
13155            ! lib/ExtUtils/Manifest.pm
13156 ____________________________________________________________________________
13157 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
13158         Log: AIX tweak from Merijn Brand.
13159      Branch: perl
13160            ! hints/aix.sh
13161 ____________________________________________________________________________
13162 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
13163         Log: Create the macperl branch.
13164      Branch: maint-5.6/macperl
13165           +> (branch 1728 files)
13166 ____________________________________________________________________________
13167 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
13168         Log: Update Changes.
13169      Branch: perl
13170            ! Changes patchlevel.h
13171 ____________________________________________________________________________
13172 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
13173         Log: More Perforce lore.
13174      Branch: perl
13175            ! Porting/repository.pod
13176 ____________________________________________________________________________
13177 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
13178         Log: Metaconfig unit changes for #11003.
13179      Branch: metaconfig/U/perl
13180            + d_nl_langinfo.U i_langinfo.U
13181 ____________________________________________________________________________
13182 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
13183         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
13184              Expected not to exist in non-UNIX excepting in VMS, where
13185              according to a quick web survey they just might.
13186      Branch: perl
13187            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
13188            ! Porting/config_H config_h.SH configure.com epoc/config.sh
13189            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
13190            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
13191            ! win32/config.bc win32/config.gc win32/config.vc
13192 ____________________________________________________________________________
13193 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
13194         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
13195              in AIX is one is doing a 64-bit build.
13196      Branch: perl
13197            ! hints/aix.sh
13198 ____________________________________________________________________________
13199 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
13200         Log: Metaconfig unit changes for #11000.
13201      Branch: metaconfig/U/perl
13202            ! use64bits.U uselfs.U
13203 ____________________________________________________________________________
13204 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
13205         Log: Move use64bitint and use64bitall before uselargefiles.
13206      Branch: perl
13207            ! Configure
13208 ____________________________________________________________________________
13209 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
13210         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
13211              From: Robert Spier <rspier@pobox.com>
13212              Message-ID: <15162.41164.618712.841415@rls.cx>
13213              Date: Wed, 27 Jun 2001 23:13:16 -0400
13214      Branch: perl
13215            ! doio.c
13216 ____________________________________________________________________________
13217 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
13218         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
13219              From: Peter Prymmer <pvhp@forte.com>
13220              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
13221              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
13222      Branch: perl
13223            ! numeric.c
13224 ____________________________________________________________________________
13225 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
13226         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
13227              From: Peter Prymmer <pvhp@forte.com>
13228              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
13229              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
13230      Branch: perl
13231            ! configure.com ext/Digest/MD5/Makefile.PL
13232 ____________________________________________________________________________
13233 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
13234         Log: Update Changes.
13235      Branch: perl
13236            ! Changes patchlevel.h
13237 ____________________________________________________________________________
13238 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
13239         Log: Tiny EPOC updates.
13240      Branch: perl
13241            ! epoc/config.sh
13242 ____________________________________________________________________________
13243 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
13244         Log: The Test::More and Test::Simple tests required help
13245              thanks to our schizophrenic test scheme.
13246      Branch: perl
13247            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
13248            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
13249            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
13250            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
13251            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
13252 ____________________________________________________________________________
13253 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
13254         Log: Upgrade to Test::Simple 0.09.
13255      Branch: perl
13256            + lib/Test/Simple/Changes
13257            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
13258            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
13259            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
13260            ! lib/Test/Simple/t/plan_is_noplan.t
13261 ____________________________________________________________________________
13262 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
13263         Log: Upgrade to Test::More 0.07.
13264      Branch: perl
13265            + lib/Test/More/Changes
13266            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
13267            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
13268            ! lib/Test/More/t/skipall.t
13269 ____________________________________________________________________________
13270 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
13271         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
13272              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13273              Date: Wed, 27 Jun 2001 18:40:04 +0200
13274              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
13275      Branch: perl
13276            ! hints/hpux.sh
13277 ____________________________________________________________________________
13278 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
13279         Log: Subject: [PATCH README.qnx hints/qnx.sh]
13280              From: Norton Allen <allen@huarp.harvard.edu>
13281              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
13282              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
13283      Branch: perl
13284            ! README.qnx hints/qnx.sh
13285 ____________________________________________________________________________
13286 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
13287         Log: Subject: [PATCH] two little documentation nits
13288              From: Abhijit Menon-Sen <ams@wiw.org>
13289              Date: Wed, 27 Jun 2001 20:07:50 +0530
13290              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
13291      Branch: perl
13292            ! sv.c sv.h
13293 ____________________________________________________________________________
13294 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
13295         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
13296              From: Norton Allen <allen@huarp.harvard.edu>
13297              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
13298              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
13299      Branch: perl
13300            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
13301 ____________________________________________________________________________
13302 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
13303         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
13304              From: Michael G Schwern <schwern@pobox.com>
13305              Date: Wed, 27 Jun 2001 02:34:58 -0400
13306              Message-ID: <20010627023458.K23874@blackrider>
13307      Branch: perl
13308            ! vms/test.com
13309 ____________________________________________________________________________
13310 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
13311         Log: Add perl_clone_host() for Netware.
13312      Branch: perl
13313            ! NetWare/nw5.c
13314 ____________________________________________________________________________
13315 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
13316         Log: GCC 3.0 hints for HP-UX.
13317      Branch: perl
13318            ! hints/hpux.sh
13319 ____________________________________________________________________________
13320 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
13321         Log: In some Linux distributions the libndbm is broken
13322              (no null key support), therefore link with libgdbm
13323              (if available), since it has a working ndbm emulation,
13324              from Jonathan Stowe.
13325      Branch: perl
13326            + ext/NDBM_File/hints/linux.pl
13327            ! MANIFEST
13328 ____________________________________________________________________________
13329 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
13330         Log: Subject: [PATCH perl@10930] find.t hack for VMS
13331              From: "Craig A. Berry" <craigberry@mac.com>
13332              Date: Tue, 26 Jun 2001 23:40:25 -0500
13333              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
13334      Branch: perl
13335            ! lib/File/Find/find.t
13336 ____________________________________________________________________________
13337 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
13338         Log: AUTHORS updates.
13339      Branch: perl
13340            ! AUTHORS
13341 ____________________________________________________________________________
13342 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
13343         Log: Metaconfig unit change like #10980.
13344      Branch: metaconfig
13345            ! U/compline/d_stdstdio.U
13346 ____________________________________________________________________________
13347 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
13348         Log: "lose the it's", from Abhijit Menon-Sen.
13349              ("It's" not searched, pods not searched.)
13350      Branch: perl
13351            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
13352            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
13353            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
13354            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
13355            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
13356            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
13357 ____________________________________________________________________________
13358 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
13359         Log: "lose the looses", from Abhijit Menon-Sen.
13360      Branch: perl
13361            ! ext/B/B/Assembler.pm gv.c
13362 ____________________________________________________________________________
13363 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
13364         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
13365      Branch: perl
13366            ! hints/os390.sh
13367 ____________________________________________________________________________
13368 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
13369         Log: DEC C 5.3 on the VAX simply doesn't seem to like
13370              compiling the MD5 extension, disable it there for now,
13371              from Peter Prymmer.
13372      Branch: perl
13373            ! configure.com
13374 ____________________________________________________________________________
13375 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
13376         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
13377              From: Jonathan Stowe <gellyfish@gellyfish.com>
13378              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
13379              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
13380      Branch: perl
13381            ! pod/perlfaq3.pod
13382 ____________________________________________________________________________
13383 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
13384         Log: Subject: [PATCH 5.6.1] perlxs misprints
13385              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13386              Date: Tue, 26 Jun 2001 17:20:00 -0400
13387              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
13388      Branch: perl
13389            ! pod/perlxs.pod
13390 ____________________________________________________________________________
13391 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
13392         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
13393              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13394              Date: Tue, 26 Jun 2001 17:27:07 -0400
13395              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
13396      Branch: perl
13397            ! lib/ExtUtils/MM_Unix.pm
13398 ____________________________________________________________________________
13399 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
13400         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
13401              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13402              Date: Tue, 26 Jun 2001 17:23:24 -0400
13403              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
13404      Branch: perl
13405            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
13406 ____________________________________________________________________________
13407 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
13408         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
13409              by Olaf Flebbe.
13410      Branch: perl
13411            ! perl.h
13412 ____________________________________________________________________________
13413 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
13414         Log: Detypo.
13415      Branch: perl
13416            ! lib/Memoize/t/tie_sdbm.t
13417 ____________________________________________________________________________
13418 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
13419         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
13420      Branch: perl
13421            ! win32/perllib.c
13422 ____________________________________________________________________________
13423 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
13424         Log: Subject: [patch] perl_clone+CvFILE
13425              From: Doug MacEachern <dougm@covalent.net>
13426              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
13427              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
13428      Branch: perl
13429            ! sv.c
13430 ____________________________________________________________________________
13431 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
13432         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
13433              From: Mark-Jason Dominus <mjd@plover.com>
13434              Date: Tue, 26 Jun 2001 12:33:01 -0400
13435              Message-ID: <20010626163301.31298.qmail@plover.com>
13436      Branch: perl
13437            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
13438 ____________________________________________________________________________
13439 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
13440         Log: Update Changes.
13441      Branch: perl
13442            ! Changes patchlevel.h
13443 ____________________________________________________________________________
13444 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
13445         Log: Also catfile() needs now to explicitly exported.
13446      Branch: perl
13447            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
13448 ____________________________________________________________________________
13449 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
13450         Log: Regen toc.
13451      Branch: perl
13452            ! pod/perltoc.pod
13453 ____________________________________________________________________________
13454 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
13455         Log: Nonexistent pod command.
13456      Branch: perl
13457            ! pod/perl572delta.pod
13458 ____________________________________________________________________________
13459 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
13460         Log: Be more portable in the quest for tmpdir.
13461      Branch: perl
13462            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
13463 ____________________________________________________________________________
13464 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
13465         Log: Be more portable in finding out the home directory,
13466              and use File::Spec to do the concat.
13467              (Come to think of it, couldn't File::Spec provide
13468              for a ->homedir method?)
13469      Branch: perl
13470            ! lib/Net/Config.pm
13471 ____________________________________________________________________________
13472 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
13473         Log: Doc patch for #10959.
13474      Branch: perl
13475            ! pod/perlfunc.pod
13476 ____________________________________________________________________________
13477 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
13478         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
13479              From: "Philip Newton" <pnewton@gmx.de>
13480              Date: Tue, 26 Jun 2001 16:26:47 +0200
13481              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
13482      Branch: perl
13483            ! pod/perldata.pod
13484 ____________________________________________________________________________
13485 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
13486         Log: Subject: [PATH] shared -> unique;
13487              From: "Artur Bergman" <artur@contiller.se>
13488              Date: Tue, 26 Jun 2001 16:18:40 +0200
13489              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
13490              
13491              Because "shared" isn't: it's read-only.
13492      Branch: perl
13493            ! toke.c xsutils.c
13494 ____________________________________________________________________________
13495 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
13496         Log: Escape multiline croak messages.
13497      Branch: perl
13498            ! t/op/ver.t
13499 ____________________________________________________________________________
13500 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
13501         Log: No more pragma/*.t for minitest.
13502      Branch: perl
13503            ! Makefile.SH
13504 ____________________________________________________________________________
13505 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
13506         Log: AUTHORS updates.
13507      Branch: perl
13508            ! AUTHORS
13509 ____________________________________________________________________________
13510 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
13511         Log: delta updates.
13512      Branch: perl
13513            ! pod/perl572delta.pod
13514 ____________________________________________________________________________
13515 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
13516         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
13517              From: Artur Bergman <artur@contiller.se> 
13518              Date: Tue, 26 Jun 2001 15:32:53 +0200
13519              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
13520      Branch: perl
13521            ! makedef.pl sv.c sv.h win32/perllib.c
13522 ____________________________________________________________________________
13523 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
13524         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
13525              From: Jonathan Stowe <gellyfish@gellyfish.com>
13526              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
13527              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
13528              
13529              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
13530      Branch: perl
13531            + ext/Time/HiRes/hints/sco.pl
13532            ! MANIFEST
13533 ____________________________________________________________________________
13534 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
13535         Log: Subject: [PATCH 5.6.1] static build
13536              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13537              Date: Tue, 26 Jun 2001 04:22:25 -0400
13538              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
13539      Branch: perl
13540            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
13541            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
13542 ____________________________________________________________________________
13543 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
13544         Log: DJGPP patches from Laszlo Molnar.
13545      Branch: perl
13546            ! djgpp/djgpp.c perl.c util.c
13547 ____________________________________________________________________________
13548 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
13549         Log: Netware patches from Ananth Kesari.
13550      Branch: perl
13551            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
13552            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
13553            ! NetWare/nwtinfo.h
13554 ____________________________________________________________________________
13555 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
13556         Log: Detypo.
13557      Branch: perl
13558            ! ext/Errno/Errno_pm.PL
13559 ____________________________________________________________________________
13560 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
13561         Log: There seems to be two ways of spelling the $^O in *STEP.
13562      Branch: perl
13563            ! ext/Errno/Errno_pm.PL
13564 ____________________________________________________________________________
13565 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
13566         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
13567              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
13568      Branch: perl
13569            ! ext/Errno/Errno_pm.PL
13570 ____________________________________________________________________________
13571 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
13572         Log: Known bugs update.
13573      Branch: perl
13574            ! pod/perl572delta.pod
13575 ____________________________________________________________________________
13576 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
13577         Log: The default installation of Cygwin has 500 as root's uid.
13578      Branch: perl
13579            ! lib/User/pwent.t
13580 ____________________________________________________________________________
13581 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
13582         Log: Be even more relaxed (re-allow having only one entry).
13583      Branch: perl
13584            ! t/op/grent.t t/op/pwent.t
13585 ____________________________________________________________________________
13586 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
13587         Log: Test failure updates.
13588      Branch: perl
13589            ! pod/perl572delta.pod
13590 ____________________________________________________________________________
13591 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
13592         Log: MPE/iX test tweaks from Mark Bixby.
13593      Branch: perl
13594            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
13595            ! t/io/fs.t t/op/stat.t
13596 ____________________________________________________________________________
13597 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
13598         Log: Microperl findings.
13599      Branch: perl
13600            ! perl.h pp_sys.c
13601 ____________________________________________________________________________
13602 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
13603         Log: Touch uconfig.h.
13604      Branch: perl
13605            ! uconfig.h
13606 ____________________________________________________________________________
13607 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
13608         Log: Subject: [PATCH] Proposed fix for Pod::Man
13609              From: Rob Napier <rnapier@employees.org>
13610              Date: Mon, 25 Jun 2001 15:49:24 -0400
13611              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
13612              
13613              Cater for Solaris nroff brokenness (shortchanges daisywheel
13614              printers, but hey, we also no more support PDPs.)
13615      Branch: perl
13616            ! lib/Pod/Man.pm
13617 ____________________________________________________________________________
13618 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
13619         Log: Typo in #10937.
13620      Branch: perl
13621            ! ext/POSIX/sigaction.t
13622 ____________________________________________________________________________
13623 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
13624         Log: SIGCONT not trappable in VMS.
13625      Branch: perl
13626            ! ext/POSIX/sigaction.t
13627 ____________________________________________________________________________
13628 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
13629         Log: Subject: [DRAFT] Encode-Tcl.t
13630              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
13631              Date: Tue, 26 Jun 2001 03:38:08 +0900
13632              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
13633      Branch: perl
13634            + ext/Encode/Encode/Tcl.t
13635            ! MANIFEST ext/Encode/Encode/Tcl.pm
13636 ____________________________________________________________________________
13637 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
13638         Log: Because of #10932 retract also the perlfunc hunk of #10910.
13639      Branch: perl
13640            ! pod/perlfunc.pod
13641 ____________________________________________________________________________
13642 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
13643         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
13644              by Ilya Zakharevich in
13645              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
13646      Branch: perl
13647            ! XSUB.h
13648 ____________________________________________________________________________
13649 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
13650         Log: Typo in #10889.
13651      Branch: perl
13652            ! hints/uts.sh
13653 ____________________________________________________________________________
13654 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
13655         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
13656              From: Abhijit Menon-Sen <ams@wiw.org>
13657              Date: Mon, 25 Jun 2001 23:45:45 +0530
13658              Message-ID: <20010625234545.A5022@lustre.linux.in>
13659      Branch: perl
13660            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
13661 ____________________________________________________________________________
13662 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
13663         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
13664              From: Michael G Schwern <schwern@pobox.com>
13665              Date: Mon, 25 Jun 2001 14:35:51 -0400
13666              Message-ID: <20010625143551.H13819@blackrider>
13667      Branch: perl
13668            ! lib/Test.pm
13669 ____________________________________________________________________________
13670 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
13671         Log: Update Changes.
13672      Branch: perl
13673            ! Changes patchlevel.h
13674 ____________________________________________________________________________
13675 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
13676         Log: Regen toc and modlib.
13677      Branch: perl
13678            ! pod/perlmodlib.pod pod/perltoc.pod
13679 ____________________________________________________________________________
13680 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
13681         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
13682              for the benefit of C++ compilers, as suggested by Guruprasad.
13683      Branch: perl
13684            ! embed.pl proto.h
13685 ____________________________________________________________________________
13686 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
13687         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
13688              From: Jonathan Stowe <gellyfish@gellyfish.com>
13689              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
13690              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
13691      Branch: perl
13692            ! pod/perlfaq5.pod
13693 ____________________________________________________________________________
13694 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
13695         Log: Missed from #10925.
13696      Branch: perl
13697            ! gv.c
13698 ____________________________________________________________________________
13699 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
13700         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
13701              From: Robin Houston <robin@kitsite.com>
13702              Date: Sat, 19 May 2001 16:19:34 +0100
13703              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
13704      Branch: perl
13705            ! cv.h gv.h op.c
13706 ____________________________________________________________________________
13707 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
13708         Log: Netware README tweak.
13709      Branch: perl
13710            ! README.netware
13711 ____________________________________________________________________________
13712 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
13713         Log: Subject: [PATCH] Re: overload.t fails
13714              From: Abhijit Menon-Sen <ams@wiw.org>
13715              Date: Mon, 25 Jun 2001 14:52:20 +0530
13716              Message-ID: <20010625145220.A24114@lustre.linux.in>
13717      Branch: perl
13718            ! lib/overload.t
13719 ____________________________________________________________________________
13720 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
13721         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
13722              From: Mike Guy <mjtg@cam.ac.uk>
13723              Date: Mon, 25 Jun 2001 11:43:23 +0100
13724              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
13725      Branch: perl
13726            ! lib/Carp.pm
13727 ____________________________________________________________________________
13728 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
13729         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
13730              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13731              Date: Sun, 24 Jun 2001 05:17:05 -0400
13732              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
13733      Branch: perl
13734            ! os2/os2ish.h
13735 ____________________________________________________________________________
13736 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
13737         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
13738              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13739              Date: Mon, 25 Jun 2001 05:52:27 -0400
13740              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
13741      Branch: perl
13742            ! hints/os2.sh
13743 ____________________________________________________________________________
13744 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
13745         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
13746              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13747              Date: Mon, 25 Jun 2001 05:23:35 -0400
13748              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
13749      Branch: perl
13750            ! os2/os2.c
13751 ____________________________________________________________________________
13752 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
13753         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
13754              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13755              Date: Mon, 25 Jun 2001 05:04:32 -0400
13756              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
13757      Branch: perl
13758            ! os2/OS2/REXX/DLL/DLL.pm
13759 ____________________________________________________________________________
13760 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
13761         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
13762              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13763              Date: Mon, 25 Jun 2001 05:02:36 -0400
13764              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
13765      Branch: perl
13766            ! mg.c os2/dl_os2.c os2/os2.c
13767 ____________________________________________________________________________
13768 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
13769         Log: Subject: Re: [PATCH 5.6.1] misprints
13770              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13771              Date: Mon, 25 Jun 2001 04:50:50 -0400
13772              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
13773      Branch: perl
13774            ! os2/os2.c pp_sys.c
13775 ____________________________________________________________________________
13776 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
13777         Log: Add Test::More and Test::Simple to the delta.
13778      Branch: perl
13779            ! pod/perl572delta.pod
13780 ____________________________________________________________________________
13781 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
13782         Log: Add Test::More, from Michael G Schwern.
13783      Branch: perl
13784            + lib/Test/More.pm lib/Test/More/t/More.t
13785            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
13786            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
13787            + t/lib/Test/More/Catch.pm
13788            ! MANIFEST
13789 ____________________________________________________________________________
13790 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
13791         Log: Add Test::Simple from Michael G Schwern.
13792      Branch: perl
13793            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
13794            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
13795            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
13796            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
13797            + t/lib/Test/Simple/Catch.pm
13798            + t/lib/Test/Simple/sample_tests/death.plx
13799            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
13800            + t/lib/Test/Simple/sample_tests/extras.plx
13801            + t/lib/Test/Simple/sample_tests/five_fail.plx
13802            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
13803            + t/lib/Test/Simple/sample_tests/one_fail.plx
13804            + t/lib/Test/Simple/sample_tests/require.plx
13805            + t/lib/Test/Simple/sample_tests/success.plx
13806            + t/lib/Test/Simple/sample_tests/too_few.plx
13807            + t/lib/Test/Simple/sample_tests/two_fail.plx
13808            ! MANIFEST
13809 ____________________________________________________________________________
13810 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
13811         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
13812              From: "Craig A. Berry" <craigberry@mac.com>
13813              Date: Sun, 24 Jun 2001 23:41:36 -0500
13814              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
13815      Branch: perl
13816            ! pp_sys.c
13817 ____________________________________________________________________________
13818 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
13819         Log: Upgrade to Attribute::Handlers 0.70.
13820      Branch: perl
13821            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
13822            ! MANIFEST lib/Attribute/Handlers.pm
13823 ____________________________________________________________________________
13824 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
13825         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
13826              From: Abhijit Menon-Sen <ams@wiw.org>
13827              Date: Sat, 23 Jun 2001 05:17:44 +0530
13828              Message-ID: <20010623051744.A18583@lustre.linux.in>
13829              
13830              (Can't think of a good place to put tests.)
13831      Branch: perl
13832            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
13833 ____________________________________________________________________________
13834 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
13835         Log: Subject: [PATCH] t/op/pat.t typo fix
13836              From: Richard Soderberg <rs@crystalflame.net>
13837              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
13838              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
13839      Branch: perl
13840            ! t/op/pat.t
13841 ____________________________________________________________________________
13842 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
13843         Log: Move the pack warnings to their own file, as pointed
13844              out by Spider.
13845      Branch: perl
13846            + t/lib/warnings/pp_pack
13847            ! MANIFEST t/lib/warnings/pp
13848 ____________________________________________________________________________
13849 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
13850         Log: Update Changes.
13851      Branch: perl
13852            ! Changes patchlevel.h
13853 ____________________________________________________________________________
13854 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
13855         Log: Partially fix a problem noticed by IRIX compiler:
13856              the initialization of parse_start was bypassed by
13857              several gotos.  Now initialized to zero, which may
13858              not be the best choice.
13859      Branch: perl
13860            ! regcomp.c
13861 ____________________________________________________________________________
13862 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
13863         Log: Relax the group and password tests back to moaning only
13864              if no matches at all are found.  (Even with a small sample
13865              I could find many sites where there are, umm, anomalies in
13866              the said databases.)       
13867      Branch: perl
13868            ! t/op/grent.t t/op/pwent.t
13869 ____________________________________________________________________________
13870 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
13871         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
13872      Branch: perl
13873            ! pp_ctl.c
13874 ____________________________________________________________________________
13875 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
13876         Log: De-cut-and-pasto in #10902.
13877      Branch: perl
13878            ! pp_ctl.c
13879 ____________________________________________________________________________
13880 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
13881         Log: The #10771 didn't take?
13882      Branch: perl
13883            ! pp_ctl.c
13884 ____________________________________________________________________________
13885 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
13886         Log: Undo the filetests part of #10900, under multiplicity
13887              weird errors take place.
13888      Branch: perl
13889            ! pp_sys.c
13890 ____________________________________________________________________________
13891 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
13892         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
13893      Branch: perl
13894            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
13895 ____________________________________________________________________________
13896 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
13897         Log: (Replaced by #10922)
13898              
13899              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
13900              From: Tony Bowden <tony@kasei.com>
13901              Date: Sun, 24 Jun 2001 17:32:40 +0100
13902              Message-ID: <20010624173240.A16293@blackstar.co.uk>
13903              
13904              Document (well, mention) shortmess() and longmess()
13905              to rob people of their fun of reinventing the weel.
13906      Branch: perl
13907            ! lib/Carp.pm
13908 ____________________________________________________________________________
13909 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
13910         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
13911              From: Brian Jepson <bjepson@oreilly.com>
13912              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
13913              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
13914      Branch: perl
13915            ! pp_sys.c
13916 ____________________________________________________________________________
13917 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
13918         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
13919              From: Robin Barker <rmb1@cise.npl.co.uk> 
13920              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
13921              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
13922      Branch: perl
13923            ! lib/CPAN.pm
13924 ____________________________________________________________________________
13925 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
13926         Log: Memoize patch from mjd.
13927      Branch: perl
13928            ! lib/Memoize/t/tie_storable.t
13929 ____________________________________________________________________________
13930 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
13931         Log: Spec the sv_pvprintify() a bit more.
13932      Branch: perl
13933            ! pod/perltodo.pod
13934 ____________________________________________________________________________
13935 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
13936         Log: Upgrade to Memoize 0.65.
13937      Branch: perl
13938            + lib/Memoize/t/array_confusion.t
13939            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
13940            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
13941            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
13942            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
13943            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
13944            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
13945            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
13946            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
13947            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
13948            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
13949            ! lib/Memoize/t/tie_storable.t
13950 ____________________________________________________________________________
13951 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
13952         Log: Metaconfig unit change for #10892.
13953      Branch: metaconfig
13954            ! U/modified/Options.U
13955 ____________________________________________________________________________
13956 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
13957         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
13958              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13959              Date: Sun, 24 Jun 2001 05:24:40 -0400
13960              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
13961      Branch: perl
13962            ! Configure hints/os2.sh
13963 ____________________________________________________________________________
13964 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
13965         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
13966              From: Mike Guy <mjtg@cam.ac.uk>
13967              Date: Sun, 24 Jun 2001 15:28:39 +0100
13968              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
13969              
13970              Fix an ancient (5.002) bug.
13971      Branch: perl
13972            ! lib/Carp/Heavy.pm
13973 ____________________________________________________________________________
13974 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
13975         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
13976              variables.
13977      Branch: perl
13978            ! pp_sys.c
13979 ____________________________________________________________________________
13980 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
13981         Log: Make UTS as per #10888.
13982      Branch: perl
13983            ! hints/uts.sh
13984 ____________________________________________________________________________
13985 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
13986         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
13987      Branch: perl
13988            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
13989            ! mpeix/mpeixish.h perl.h unixish.h
13990 ____________________________________________________________________________
13991 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
13992         Log: AUTHORS update.
13993      Branch: perl
13994            ! AUTHORS
13995 ____________________________________________________________________________
13996 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
13997         Log: Subject: Encode::Tcl for multibyte doesnot work
13998              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
13999              Date: Sun, 24 Jun 2001 22:48:21 +0900
14000              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
14001      Branch: perl
14002            ! ext/Encode/Encode/Tcl.pm
14003 ____________________________________________________________________________
14004 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
14005         Log: Subject: [PATCH] Remove tautology in error messages
14006              From: Mike Guy <mjtg@cam.ac.uk>
14007              Date: Sun, 24 Jun 2001 13:31:00 +0100
14008              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
14009      Branch: perl
14010            ! pp_sys.c
14011 ____________________________________________________________________________
14012 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
14013         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
14014      Branch: perl
14015            ! hints/darwin.sh
14016 ____________________________________________________________________________
14017 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
14018         Log: Subject: Re: [PATCH 5.6.1] test suite
14019              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14020              Date: Sun, 24 Jun 2001 05:47:05 -0400
14021              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
14022              
14023              Test suite fixes.
14024      Branch: perl
14025            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
14026 ____________________________________________________________________________
14027 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
14028         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
14029              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14030              Date: Sun, 24 Jun 2001 05:37:19 -0400
14031              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
14032      Branch: perl
14033            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
14034 ____________________________________________________________________________
14035 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
14036         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
14037              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14038              Date: Sun, 24 Jun 2001 05:34:50 -0400
14039              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
14040              
14041              Pacify compiler warnings.
14042      Branch: perl
14043            ! pp_sys.c
14044 ____________________________________________________________________________
14045 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
14046         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
14047              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14048              Date: Sun, 24 Jun 2001 05:21:18 -0400
14049              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
14050              
14051              Enable compression of executables during link time.
14052      Branch: perl
14053            ! hints/os2.sh
14054 ____________________________________________________________________________
14055 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
14056         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
14057              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14058              Date: Sun, 24 Jun 2001 05:15:11 -0400
14059              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
14060              
14061              Add ordinals to the export list for Perl DLL.
14062              (Breaks intra-version DLL compatibility.)
14063      Branch: perl
14064            ! makedef.pl
14065 ____________________________________________________________________________
14066 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
14067         Log: Allow (displaying and) re-editing the Subject in perlbug.
14068              Also abstract the Subject quality control into a function.
14069      Branch: perl
14070            ! utils/perlbug.PL
14071 ____________________________________________________________________________
14072 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
14073         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
14074      Branch: perl
14075            ! utils/perlbug.PL
14076 ____________________________________________________________________________
14077 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
14078         Log: Regen toc and modlib.
14079      Branch: perl
14080            ! pod/perlmodlib.pod pod/perltoc.pod
14081 ____________________________________________________________________________
14082 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
14083         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
14084              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
14085              attribute semantics as much as possible, or 'ntsec' which uses
14086              native NTFS semantics.)  (See also #10877.)
14087      Branch: perl
14088            ! perl.c
14089 ____________________________________________________________________________
14090 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
14091         Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now.
14092      Branch: perl
14093            ! lib/Test/Harness.pm
14094 ____________________________________________________________________________
14095 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
14096         Log: Just zap the -uPerlio.
14097      Branch: perl
14098            ! ext/B/Stash.t
14099 ____________________________________________________________________________
14100 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
14101         Log: Do not test PerlIO if PerlIO not used.
14102      Branch: perl
14103            ! ext/PerlIO/PerlIO.t
14104 ____________________________________________________________________________
14105 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
14106         Log: Regen perlapi.
14107      Branch: perl
14108            ! pod/perlapi.pod
14109 ____________________________________________________________________________
14110 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
14111         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
14112              From: Nicholas Clark <nick@ccl4.org>
14113              Date: Sat, 23 Jun 2001 22:55:47 +0100
14114              Message-ID: <20010623225547.Z98663@plum.flirble.org>
14115      Branch: perl
14116            ! numeric.c
14117 ____________________________________________________________________________
14118 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
14119         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
14120              From: Prymmer/Kahn <pvhp@best.com>
14121              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
14122              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
14123      Branch: perl
14124            ! lib/h2xs.t
14125 ____________________________________________________________________________
14126 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
14127         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
14128              cygwin does not taint cwd, just like win32.
14129      Branch: perl
14130            ! lib/File/Find/taint.t t/op/taint.t
14131 ____________________________________________________________________________
14132 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
14133         Log: Retract #10865, the patch should be unnecessary.
14134              (But seemingly helpful in Cygwin?  Strange.)
14135      Branch: perl
14136            ! lib/Memoize/t/tie_ndbm.t
14137 ____________________________________________________________________________
14138 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
14139         Log: Misplaced test file; plus Cygwin filesystem semantics.
14140      Branch: perl
14141            + ext/SDBM_File/sdbm.t
14142            - ext/ODBM_File/sdbm.t
14143            ! MANIFEST
14144 ____________________________________________________________________________
14145 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
14146         Log: (Retracted by #10867.)
14147      Branch: perl
14148            ! lib/Memoize/t/tie_ndbm.t
14149 ____________________________________________________________________________
14150 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
14151         Log: Metaconfig unit change for #10863.
14152      Branch: metaconfig/U/perl
14153            ! Extensions.U
14154 ____________________________________________________________________________
14155 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
14156         Log: In Cygwin do not build NDBM_File and ODBM_File unless
14157              -lndbm and -ldbm are available.
14158      Branch: perl
14159            ! Configure config_h.SH
14160 ____________________________________________________________________________
14161 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
14162         Log: More Cygwin filesystem semantics.
14163      Branch: perl
14164            ! t/io/fs.t t/op/stat.t
14165 ____________________________________________________________________________
14166 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
14167         Log: More DOSish permission semantics for Cygwin.
14168      Branch: perl
14169            ! lib/AnyDBM_File.t
14170 ____________________________________________________________________________
14171 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
14172         Log: Cygwin too has different permission semantics.
14173      Branch: perl
14174            ! ext/GDBM_File/gdbm.t
14175 ____________________________________________________________________________
14176 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
14177         Log: The group (and assumedly passwd) databases can have
14178              only one entry (this is the case in cygwin).
14179      Branch: perl
14180            ! t/op/grent.t t/op/pwent.t
14181 ____________________________________________________________________________
14182 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
14183         Log: Also in Cygwin use Socket to figure out domainname
14184              (if any) (avoids trying to call external 'domainname',
14185              which doesn't at the moment exist in Cygwin)
14186      Branch: perl
14187            ! lib/Net/Domain.pm
14188 ____________________________________________________________________________
14189 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
14190         Log: Remove also the lib$Foo.def, not just $Foo.def.
14191      Branch: perl
14192            ! lib/ExtUtils/MM_Unix.pm
14193 ____________________________________________________________________________
14194 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
14195         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
14196      Branch: perl
14197            ! unixish.h
14198 ____________________________________________________________________________
14199 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
14200         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
14201              to match the whole isprint(), only the space character.
14202      Branch: perl
14203            ! handy.h pod/perlre.pod t/op/pat.t
14204 ____________________________________________________________________________
14205 [ 10854] By: nick                                  on 2001/06/23  08:09:33
14206         Log: Integrate mainline
14207      Branch: perlio
14208           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
14209           !> lib/ExtUtils.t lib/File/Find/taint.t
14210           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
14211           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
14212           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
14213 ____________________________________________________________________________
14214 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
14215         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
14216              with its floats    in os390 and s390 (UTS).
14217      Branch: perl
14218            ! lib/Math/BigInt/t/bigintpm.t
14219 ____________________________________________________________________________
14220 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
14221         Log: Add also UTS (s390) to the non-IEEE float platforms.
14222      Branch: perl
14223            ! t/op/sprintf.t
14224 ____________________________________________________________________________
14225 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
14226         Log: Subject: RFC: what are applicable standards for exponent sizes?
14227              From: Peter Prymmer <pvhp@forte.com>
14228              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
14229              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
14230      Branch: perl
14231            ! t/op/sprintf.t
14232 ____________________________________________________________________________
14233 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
14234         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
14235              From: Peter Prymmer <pvhp@forte.com>
14236              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
14237              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
14238      Branch: perl
14239            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
14240 ____________________________________________________________________________
14241 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
14242         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
14243              From: Peter Prymmer <pvhp@forte.com>
14244              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
14245              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
14246      Branch: perl
14247            ! lib/ExtUtils.t
14248 ____________________________________________________________________________
14249 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
14250         Log: Retract #10845.
14251      Branch: perl
14252            ! lib/File/Find/taint.t
14253 ____________________________________________________________________________
14254 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
14255         Log: Yet another error message.
14256      Branch: perl
14257            ! t/op/mkdir.t
14258 ____________________________________________________________________________
14259 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
14260         Log: The croak message for nonexistent socket functions may vary.
14261      Branch: perl
14262            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
14263 ____________________________________________________________________________
14264 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
14265         Log: (Retracted by #10848.)
14266      Branch: perl
14267            ! lib/File/Find/taint.t
14268 ____________________________________________________________________________
14269 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
14270         Log: Integrate perlio.
14271      Branch: perl
14272           !> lib/File/Find/taint.t t/op/write.t
14273 ____________________________________________________________________________
14274 [ 10843] By: nick                                  on 2001/06/22  21:24:51
14275         Log: Back out debug in taint.t
14276      Branch: perlio
14277            ! lib/File/Find/taint.t
14278 ____________________________________________________________________________
14279 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
14280         Log: setitimer() does not exist in Unicos, despite of what
14281              Configure thinks, from Mark P. Lutz.
14282      Branch: perl
14283            ! hints/unicos.sh
14284 ____________________________________________________________________________
14285 [ 10841] By: nick                                  on 2001/06/22  21:19:36
14286         Log: Skip cwd test on Win32 ???
14287      Branch: perlio
14288            ! lib/File/Find/taint.t
14289 ____________________________________________________________________________
14290 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
14291         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
14292              and Tru64 gcc -Wall happy.
14293      Branch: perl
14294            ! mg.c
14295 ____________________________________________________________________________
14296 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
14297         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
14298      Branch: perl
14299            ! ext/IPC/SysV/Semaphore.pm
14300 ____________________________________________________________________________
14301 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
14302         Log: Metaconfig unit change for #10837.
14303      Branch: metaconfig/U/perl
14304            ! Cross.U
14305 ____________________________________________________________________________
14306 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
14307         Log: Cleanup of the cross-compilation unit.
14308      Branch: perl
14309            ! Configure
14310 ____________________________________________________________________________
14311 [ 10836] By: nick                                  on 2001/06/22  20:45:12
14312         Log: Skip |- based op/write.t on Win32 as well as VMS
14313      Branch: perlio
14314            ! t/op/write.t
14315 ____________________________________________________________________________
14316 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
14317         Log: Integrate perlio.
14318      Branch: perl
14319           !> util.c
14320 ____________________________________________________________________________
14321 [ 10834] By: nick                                  on 2001/06/22  20:41:54
14322         Log: Integrate mainline
14323      Branch: perlio
14324           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
14325           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
14326           !> vos/config.ga.h
14327 ____________________________________________________________________________
14328 [ 10833] By: nick                                  on 2001/06/22  20:22:58
14329         Log: Patcho fix.
14330      Branch: perlio
14331            ! util.c
14332 ____________________________________________________________________________
14333 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
14334         Log: Metaconfig unit changes for #10831.
14335      Branch: metaconfig
14336            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
14337 ____________________________________________________________________________
14338 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
14339         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
14340              From: Andy Dougherty <doughera@lafayette.edu>
14341              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
14342              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
14343      Branch: perl
14344            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14345            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
14346 ____________________________________________________________________________
14347 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
14348         Log: MPE/iX prototype nits from Mark Bixby.
14349      Branch: perl
14350            ! pp_sys.c
14351 ____________________________________________________________________________
14352 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
14353         Log: Detypo.
14354      Branch: perl
14355            ! util.c
14356 ____________________________________________________________________________
14357 [ 10828] By: nick                                  on 2001/06/22  15:33:37
14358         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
14359      Branch: perlio
14360           +> lib/h2xs.t
14361           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
14362           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
14363           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
14364           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
14365           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
14366           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
14367           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
14368           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
14369           !> vms/vmsish.h
14370 ____________________________________________________________________________
14371 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
14372         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
14373              Date: Fri, 22 Jun 2001 10:08:35 -0500
14374              From: "Craig A. Berry" <craigberry@mac.com>
14375              Message-Id: <a05101001b75908704194@[192.168.56.145]>
14376      Branch: perl
14377            ! vms/vms.c vms/vmsish.h
14378 ____________________________________________________________________________
14379 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
14380         Log: NetWare scripts tweak from Ananth Kesari.
14381      Branch: perl
14382            ! NetWare/t/NWScripts.pl
14383 ____________________________________________________________________________
14384 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
14385         Log: Update Changes.
14386      Branch: perl
14387            ! Changes patchlevel.h
14388 ____________________________________________________________________________
14389 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
14390         Log: Add .i and .s targets.
14391      Branch: perl
14392            ! Makefile.SH
14393 ____________________________________________________________________________
14394 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
14395         Log: Upgrade to Locale::Maketext 1.03.
14396      Branch: perl
14397            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
14398            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
14399 ____________________________________________________________________________
14400 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
14401         Log: Upgrade to I18N::LangTags 0.26.
14402      Branch: perl
14403            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
14404            ! lib/I18N/LangTags/test.pl
14405 ____________________________________________________________________________
14406 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
14407         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
14408              Philip Newton.
14409      Branch: perl
14410            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
14411            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
14412 ____________________________________________________________________________
14413 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
14414         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
14415              From: Prymmer/Kahn <pvhp@best.com>
14416              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
14417              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
14418      Branch: perl
14419            + lib/h2xs.t
14420            ! MANIFEST utils/h2xs.PL
14421 ____________________________________________________________________________
14422 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
14423         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
14424              From: Prymmer/Kahn <pvhp@best.com>
14425              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
14426              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
14427      Branch: perl
14428            ! lib/ExtUtils.t
14429 ____________________________________________________________________________
14430 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
14431         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
14432              From: Prymmer/Kahn <pvhp@best.com>
14433              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
14434              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
14435      Branch: perl
14436            ! t/pod/plainer.t
14437 ____________________________________________________________________________
14438 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
14439         Log: AUTHORS update.
14440      Branch: perl
14441            ! AUTHORS
14442 ____________________________________________________________________________
14443 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
14444         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
14445              From: "Craig A. Berry" <craigberry@mac.com>
14446              Date: Thu, 21 Jun 2001 18:20:38 -0500
14447              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
14448      Branch: perl
14449            ! ext/POSIX/POSIX.xs
14450 ____________________________________________________________________________
14451 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
14452         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
14453              From: "Craig A. Berry" <craigberry@mac.com>
14454              Date: Thu, 21 Jun 2001 09:58:52 -0500
14455              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
14456      Branch: perl
14457            ! ext/B/Deparse.t t/op/write.t
14458 ____________________________________________________________________________
14459 [ 10814] By: nick                                  on 2001/06/22  08:13:09
14460         Log: Integrate mainline.
14461      Branch: perlio
14462           !> (integrate 46 files)
14463 ____________________________________________________________________________
14464 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
14465         Log: Change the prefixes only if $prefix is unset,
14466              as originally patched by Marcel Grunauer.
14467      Branch: perl
14468            ! hints/darwin.sh hints/rhapsody.sh
14469 ____________________________________________________________________________
14470 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
14471         Log: Subject: Re: Patch for hints/darwin.sh
14472              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
14473              Date: Thu, 21 Jun 2001 11:23:46 -0700
14474              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
14475      Branch: perl
14476            ! hints/darwin.sh hints/rhapsody.sh
14477 ____________________________________________________________________________
14478 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
14479         Log: Add .PHONY targets for non-file targets,
14480              from Wilfredo Sánchez.  Should help saying
14481              "make install" on case-insensitive filesystems.
14482      Branch: perl
14483            ! Makefile.SH
14484 ____________________________________________________________________________
14485 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
14486         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
14487              From: Doug MacEachern <dougm@covalent.net>
14488              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
14489              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
14490              
14491              plus reword the getcwd() comment, plus use getcwd() buffer
14492              size minus one.
14493      Branch: perl
14494            ! util.c
14495 ____________________________________________________________________________
14496 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
14497         Log: More gprofing from Doug MacEachern.
14498      Branch: perl
14499            ! Makefile.SH
14500 ____________________________________________________________________________
14501 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
14502         Log: Metaconfig unit change for #10807.
14503      Branch: metaconfig/U/perl
14504            ! d_sfio.U
14505 ____________________________________________________________________________
14506 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
14507         Log: Tell that you are removing the unneeded -lsfio.
14508      Branch: perl
14509            ! Configure
14510 ____________________________________________________________________________
14511 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
14512         Log: More MPE/iX tweaks from Mark Bixby.
14513      Branch: perl
14514            ! perl.c t/op/magic.t
14515 ____________________________________________________________________________
14516 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
14517         Log: The fchdir() proto is supposed to live in <unistd.h>.
14518      Branch: perl
14519            ! ext/Cwd/Cwd.xs
14520 ____________________________________________________________________________
14521 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
14522         Log: This town is too small for the Cwd extension and me,
14523              it would seem...
14524      Branch: perl
14525            ! ext/Cwd/Cwd.xs
14526 ____________________________________________________________________________
14527 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
14528         Log: Metaconfig unit change for #10802.
14529      Branch: metaconfig/U/perl
14530            ! d_modfl.U
14531 ____________________________________________________________________________
14532 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
14533         Log: More d'ohs.
14534      Branch: perl
14535            ! Configure
14536 ____________________________________________________________________________
14537 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
14538         Log: Off-by-one.  I'm so classic.
14539      Branch: perl
14540            ! util.c
14541 ____________________________________________________________________________
14542 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
14543         Log: Update Changes.
14544      Branch: perl
14545            ! Changes patchlevel.h
14546 ____________________________________________________________________________
14547 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
14548         Log: Subject: Documentation patch for Net::FTP
14549              From: Marcel Grunauer <marcel@codewerk.com>
14550              Date: Wed, 20 Jun 2001 23:03:26 +0200
14551              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
14552      Branch: perl
14553            ! lib/Net/FTP.pm
14554 ____________________________________________________________________________
14555 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
14556         Log: Retract the #10417 mg.c and embed.pl parts because of
14557              strange SEGVs in 64bit x86 FreeBSD observed by
14558              Nicholas Clark.
14559      Branch: perl
14560            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
14561 ____________________________________________________________________________
14562 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
14563         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
14564      Branch: perl
14565            ! Configure NetWare/config.wc NetWare/config_H.wc
14566            ! Porting/Glossary Porting/config.sh Porting/config_H
14567            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
14568            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
14569            ! vos/config.ga.h win32/config.bc win32/config.gc
14570            ! win32/config.vc win32/config_H.bc win32/config_H.gc
14571            ! win32/config_H.vc
14572 ____________________________________________________________________________
14573 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
14574         Log: Cwd tweak from Doug MacEachern.
14575      Branch: perl
14576            ! ext/Cwd/Cwd.xs
14577 ____________________________________________________________________________
14578 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
14579         Log: Protect the fchdir() and lstat() with ifdefs.
14580              fchdir() needs a Configure probe.
14581      Branch: perl
14582            ! ext/Cwd/Cwd.xs
14583 ____________________________________________________________________________
14584 [ 10794] By: nick                                  on 2001/06/21  17:11:35
14585         Log: Integrate mainline
14586      Branch: perlio
14587           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
14588           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
14589           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
14590           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
14591           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
14592           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
14593           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
14594           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
14595            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
14596            - lib/File/Glob/case.t lib/File/Glob/global.t
14597            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
14598            - lib/File/Temp/posix.t lib/File/Temp/security.t
14599            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
14600            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
14601            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
14602            - lib/Text/Wrap/wrap.t
14603           !> (integrate 41 files)
14604 ____________________________________________________________________________
14605 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
14606         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
14607              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
14608              Date: Thu, 21 Jun 2001 13:04:54 -0500
14609              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
14610      Branch: perl
14611            ! ext/Cwd/Cwd.xs
14612 ____________________________________________________________________________
14613 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
14614         Log: Subject: [PATCH pod] overlong =item
14615              From: Robin Barker <rmb1@cise.npl.co.uk>
14616              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
14617              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
14618      Branch: perl
14619            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
14620            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
14621 ____________________________________________________________________________
14622 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
14623         Log: Subject: [PATCH perlio.c] format 
14624              From: Robin Barker <rmb1@cise.npl.co.uk>
14625              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
14626              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
14627      Branch: perl
14628            ! perlio.c
14629 ____________________________________________________________________________
14630 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
14631         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
14632              From: Radu Greab <radu@netsoft.ro>
14633              Date: Thu, 21 Jun 2001 19:06:02 +0300
14634              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
14635      Branch: perl
14636            ! pod/perlapi.pod sv.c
14637 ____________________________________________________________________________
14638 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
14639         Log: The metaconfig unit changes for #10788.
14640      Branch: metaconfig/U/perl
14641            ! Cross.U fflushall.U
14642 ____________________________________________________________________________
14643 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
14644         Log: Cross-configuration changes: make $from to rm the files
14645              before copying them over (this means that he rm can be
14646              removed from the fflushall test), create $targetmkdir      
14647              (not documented in install since it is supposed to internal
14648              use only), make $run to copy over the executable only if
14649              a stamp file .xok doesn't already exist (to avoid unnecessary
14650              copying of the executable)
14651      Branch: perl
14652            ! Configure Makefile.SH
14653 ____________________________________________________________________________
14654 [ 10787] By: nick                                  on 2001/06/21  14:16:18
14655         Log: Integrate mainline
14656      Branch: perlio
14657           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
14658           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
14659           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
14660            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
14661           !> (integrate 34 files)
14662 ____________________________________________________________________________
14663 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
14664         Log: Re-add the files as text.
14665      Branch: perl
14666            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
14667 ____________________________________________________________________________
14668 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
14669         Log: Delete the binary files.
14670      Branch: perl
14671            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
14672 ____________________________________________________________________________
14673 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
14674         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
14675              From: Andy Dougherty <doughera@lafayette.edu>
14676              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
14677              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
14678      Branch: perl
14679            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
14680            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
14681            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
14682            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
14683 ____________________________________________________________________________
14684 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
14685         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
14686              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
14687              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
14688              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
14689              
14690              Setting umask to something friendlier.
14691      Branch: perl
14692            ! installman installperl
14693 ____________________________________________________________________________
14694 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
14695         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
14696              Resort MANIFEST with sort -f, looks much better.
14697      Branch: perl
14698            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
14699            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
14700            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
14701            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
14702            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
14703            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
14704            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
14705            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
14706            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
14707            - lib/File/Glob/case.t lib/File/Glob/global.t
14708            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
14709            - lib/File/Temp/posix.t lib/File/Temp/security.t
14710            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
14711            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
14712            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
14713            - lib/Text/Wrap/wrap.t
14714            ! MANIFEST
14715 ____________________________________________________________________________
14716 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
14717         Log: Upgrade to I18N::LangTags 0.25.
14718      Branch: perl
14719            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
14720            ! lib/I18N/LangTags/List.pm
14721 ____________________________________________________________________________
14722 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
14723         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
14724              From: Richard Soderberg <rs@crystalflame.net>
14725              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
14726              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
14727      Branch: perl
14728            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
14729            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
14730 ____________________________________________________________________________
14731 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
14732         Log: Test obsoleted by change #10777.
14733      Branch: perl
14734            ! t/op/sub_lval.t
14735 ____________________________________________________________________________
14736 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
14737         Log: Case of confused test numbering.
14738      Branch: perl
14739            ! t/op/pat.t
14740 ____________________________________________________________________________
14741 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
14742         Log: Subject: Re: Opinion on undef lvalue
14743              From: Abhijit Menon-Sen <ams@wiw.org>
14744              Date: Sun, 17 Jun 2001 13:04:46 +0530
14745              Message-ID: <20010617130446.B27925@lustre.linux.in>
14746              
14747              Allow lvalue subs to return undef in array context.
14748      Branch: perl
14749            ! pp_hot.c
14750 ____________________________________________________________________________
14751 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
14752         Log: Just a guess that using the same hack for cygwin as
14753              for win32 might help.
14754      Branch: perl
14755            ! lib/File/Find/find.t
14756 ____________________________________________________________________________
14757 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
14758         Log: NetWare tweaks from Guruprasad.
14759      Branch: perl
14760            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
14761            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
14762            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
14763            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
14764 ____________________________________________________________________________
14765 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
14766         Log: Subject: Re: perl@10722: Bogus warnings on REs 
14767              From: Hugo <hv@crypt.compulink.co.uk>
14768              Date: Thu, 21 Jun 2001 09:51:17 +0100
14769              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
14770              
14771              Unroll to avoid a UTS compiler bug.
14772      Branch: perl
14773            ! regcomp.c
14774 ____________________________________________________________________________
14775 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
14776         Log: Subject: Re: [PATCH] Make /o work under i?threads
14777              From: Artur Bergman <artur@contiller.se>
14778              Date: Thu, 21 Jun 2001 14:38:03 +0200
14779              Message-ID: <B757B74A.184D%artur@contiller.se>
14780      Branch: perl
14781            ! t/op/pat.t
14782 ____________________________________________________________________________
14783 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
14784         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
14785              From: Artur Bergman <artur@contiller.se> 
14786              Date: Thu, 21 Jun 2001 14:27:33 +0200
14787              Message-ID: <B757B4D4.1849%artur@contiller.se>
14788              
14789              Plus extra parentheses.
14790      Branch: perl
14791            ! op.h
14792 ____________________________________________________________________________
14793 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
14794         Log: Subject: [PATCH] Make /o work under i?threads
14795              From: Richard Soderberg <rs@crystalflame.net>
14796              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
14797              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
14798      Branch: perl
14799            ! pp_ctl.c
14800 ____________________________________________________________________________
14801 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
14802         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
14803              From: Artur Bergman <artur@contiller.se>
14804              Date: Thu, 21 Jun 2001 14:04:54 +0200
14805              Message-ID: <B757AF86.1842%artur@contiller.se>
14806      Branch: perl
14807            ! op.h
14808 ____________________________________________________________________________
14809 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
14810         Log: Subject: Re: perl@10765: sv.c not OK on win32
14811              From: Artur Bergman <artur@contiller.se>
14812              Date: Thu, 21 Jun 2001 10:31:06 +0200
14813              Message-ID: <B7577D69.182C%artur@contiller.se>
14814      Branch: perl
14815            ! sv.c
14816 ____________________________________________________________________________
14817 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
14818         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
14819              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14820              Date: Thu, 21 Jun 2001 06:23:56 -0400
14821              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
14822              
14823              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
14824              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14825              Date: Thu, 21 Jun 2001 06:32:21 -0400
14826              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
14827      Branch: perl
14828            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
14829 ____________________________________________________________________________
14830 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
14831         Log: Subject: [PATCH] make syslog test more verbose
14832              From: Robert Spier <rspier@pobox.com>
14833              Date: Thu, 21 Jun 2001 00:54:32 -0400
14834              Message-ID: <15153.32264.295807.333073@rls.cx>
14835      Branch: perl
14836            ! ext/Sys/Syslog/syslog.t
14837 ____________________________________________________________________________
14838 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
14839         Log: Subject: op/study.t refinements
14840              From: Hugo <hv@crypt.compulink.co.uk>
14841              Date: Thu, 21 Jun 2001 00:29:07 +0100
14842              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
14843      Branch: perl
14844            ! t/op/study.t
14845 ____________________________________________________________________________
14846 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
14847         Log: Update Changes.
14848      Branch: perl
14849            ! Changes patchlevel.h
14850 ____________________________________________________________________________
14851 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
14852         Log: Subject: Re: [PATCH] djgpp updates
14853              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
14854              Date: Wed, 20 Jun 2001 10:05:15 +0200
14855              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
14856      Branch: perl
14857            ! djgpp/config.over
14858 ____________________________________________________________________________
14859 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
14860         Log: Fix for ID 20010619.002 "When building hash, hash keys that
14861              are function calls are not being called", from Abhijit.
14862      Branch: perl
14863            ! t/base/lex.t toke.c
14864 ____________________________________________________________________________
14865 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
14866         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
14867      Branch: perl
14868            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
14869            + lib/Locale/Maketext/test.pl
14870            - lib/Locale/Maketext.t
14871            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
14872            ! lib/Locale/Maketext/TPJ13.pod
14873 ____________________________________________________________________________
14874 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
14875         Log: Metaconfig unit change for #10760.
14876      Branch: metaconfig
14877            ! U/modified/Cppsym.U
14878 ____________________________________________________________________________
14879 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
14880         Log: Do not remove the ccsym* Cppsym* files since
14881              they are useful for metaconfig units coming after us.
14882              (This is the Configure nit mentioned in #10752.)
14883      Branch: perl
14884            ! Configure
14885 ____________________________________________________________________________
14886 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
14887         Log: Update to I18N::LangTags 0.24, from Sean Burke.
14888      Branch: perl
14889            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
14890            + lib/I18N/LangTags/README
14891            - lib/I18N/LangTags/List.pod
14892            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
14893 ____________________________________________________________________________
14894 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
14895         Log: Regen headers.
14896      Branch: perl
14897            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
14898            ! pod/perlapi.pod proto.h
14899 ____________________________________________________________________________
14900 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
14901         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
14902              From: Artur Bergman <artur@contiller.se>
14903              Date: Wed, 20 Jun 2001 11:31:32 +0200
14904              Message-ID: <B7563A14.17D8%artur@contiller.se>
14905      Branch: perl
14906            ! embed.pl hv.c intrpvar.h sv.c sv.h
14907 ____________________________________________________________________________
14908 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
14909         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
14910              From: Tim Sweetman <tim@aldigital.co.uk> 
14911              Date: Wed, 13 Jun 2001 14:25:17 +0100 
14912              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
14913      Branch: perl
14914            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
14915 ____________________________________________________________________________
14916 [ 10755] By: nick                                  on 2001/06/20  16:12:37
14917         Log: Integrate mainline
14918      Branch: perlio
14919           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
14920           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
14921           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
14922           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
14923           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
14924           !> t/op/study.t util.c
14925 ____________________________________________________________________________
14926 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
14927         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
14928              but not Makefile)
14929      Branch: maint-5.6/perl
14930            ! win32/Makefile
14931 ____________________________________________________________________________
14932 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
14933         Log: Security tweak on readlink().
14934      Branch: perl
14935            ! pp_sys.c
14936 ____________________________________________________________________________
14937 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
14938         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
14939      Branch: perl
14940            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
14941            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
14942            ! mpeix/relink t/op/pwent.t
14943 ____________________________________________________________________________
14944 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
14945         Log: Reinstate #10725 (with probe for alarm()).
14946      Branch: perl
14947            ! t/op/study.t
14948 ____________________________________________________________________________
14949 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
14950         Log: Replace our implementation of realpath() with OpenBSD's
14951              (src/lib/libc/stdlib/realpath.c 1.4).
14952      Branch: perl
14953            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
14954            ! pod/perldiag.pod proto.h util.c
14955 ____________________________________________________________________________
14956 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
14957         Log: Integrate perlio.
14958      Branch: perl
14959           !> perlio.c
14960 ____________________________________________________________________________
14961 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
14962         Log: No point in going into memory-saving contortions
14963              with getcwd() since there's a danger of buffer overflow.
14964              Also make the POSIX extension to use sv_getcwd().
14965              Finally, a missed proto.h fragment.
14966      Branch: perl
14967            ! ext/POSIX/POSIX.xs proto.h util.c
14968 ____________________________________________________________________________
14969 [ 10747] By: nick                                  on 2001/06/20  12:38:26
14970         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
14971      Branch: perlio
14972            ! perlio.c
14973 ____________________________________________________________________________
14974 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
14975         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
14976              From: Graham Barr <gbarr@pobox.com>
14977              Date: Wed, 20 Jun 2001 11:05:49 +0100
14978              Message-ID: <20010620110549.I19188@pobox.com>
14979              
14980              reported in        
14981              
14982              Subject: Bug in IO::Socket::INET module (repeat)
14983              From: "Harmon S. Nine" <hnine@netarx.com>
14984              Date: Tue, 19 Jun 2001 09:41:35 -0400
14985              Message-ID: <3B2F568F.8080605@netarx.com>
14986              
14987              The bug was that the IO::Socket::INET constructor
14988              did not allow a 'LocalPort' of 0.
14989      Branch: perl
14990            ! ext/IO/lib/IO/Socket/INET.pm
14991 ____________________________________________________________________________
14992 [ 10745] By: nick                                  on 2001/06/20  08:56:39
14993         Log: Integrate mainline.
14994      Branch: perlio
14995           !> (integrate 37 files)
14996 ____________________________________________________________________________
14997 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
14998         Log: After some reading I don't think we can blindly
14999              use systems' realpath().  Too many security problems,
15000              too many buggy implementations.
15001              
15002              TODO: the realpath() emulation code in util.c doesn't
15003              seem fully operational?  (readlink(), for example?)
15004      Branch: perl
15005            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
15006            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
15007            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
15008            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
15009            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
15010            ! win32/config_H.gc win32/config_H.vc
15011 ____________________________________________________________________________
15012 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
15013         Log: Metaconfig unit change for #10738.
15014      Branch: metaconfig
15015            ! U/compline/d_gconvert.U
15016 ____________________________________________________________________________
15017 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
15018         Log: Integrate change #10739 from maintperl:
15019              
15020              C<eval "/x$\r\n/x"> fails to compile correctly 
15021      Branch: perl
15022           !> t/op/pat.t toke.c
15023 ____________________________________________________________________________
15024 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
15025         Log: Retract #10725 (Hugo asked NOT to apply the patch)
15026      Branch: perl
15027            ! t/op/study.t
15028 ____________________________________________________________________________
15029 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
15030         Log: The test.third results were funnily named because of the
15031              new test scheme.
15032      Branch: perl
15033            ! t/TEST
15034 ____________________________________________________________________________
15035 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
15036         Log: C<eval "/x$\r\n/x"> fails to compile correctly
15037      Branch: maint-5.6/perl
15038            ! t/op/pat.t toke.c
15039 ____________________________________________________________________________
15040 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
15041         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
15042              From: Spider Boardman <spider@Orb.Nashua.NH.US>
15043              Date: Tue, 19 Jun 2001 19:15:40 -0400
15044              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
15045              
15046              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
15047              because "1e+129" being expected but "1.e+129" being returned.
15048              The culprit (at least in Tru64) is the use of gcvt().
15049      Branch: perl
15050            ! Configure
15051 ____________________________________________________________________________
15052 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
15053         Log: Subject: [PATCH perl@10722] test hunting on VMS
15054              From: "Craig A. Berry" <craigberry@mac.com>
15055              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
15056              Date: Tue, 19 Jun 2001 18:59:01 -0500
15057      Branch: perl
15058            ! vms/test.com
15059 ____________________________________________________________________________
15060 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
15061         Log: Subject: [PATCH] s/typos//
15062              From: Abhijit Menon-Sen <ams@wiw.org>
15063              Date: Wed, 20 Jun 2001 02:15:02 +0530
15064              Message-ID: <20010620021502.A14541@lustre.linux.in>
15065              
15066              Without the op.h s/bearword/bareword/ hunk, see
15067              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
15068      Branch: perl
15069            ! util.c
15070 ____________________________________________________________________________
15071 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
15072         Log: Metaconfig unit change for #10732 and #10733.
15073      Branch: metaconfig/U/perl
15074            ! fflushall.U
15075 ____________________________________________________________________________
15076 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
15077         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
15078              From: "Craig A. Berry" <craigberry@mac.com>
15079              Date: Tue, 19 Jun 2001 17:19:48 -0500
15080              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
15081      Branch: perl
15082            ! configure.com vms/descrip_mms.template
15083 ____________________________________________________________________________
15084 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
15085         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
15086              From: Spider Boardman <spider@Orb.Nashua.NH.US>
15087              Date: Tue, 19 Jun 2001 16:48:07 -0400
15088              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
15089              
15090              Further fixes to fflush(NULL) detection.
15091      Branch: perl
15092            ! Configure
15093 ____________________________________________________________________________
15094 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
15095         Log: AIX test -s hangs with non-existent files?
15096              (A genuine logic bug in Configure, but AIX also broken?)
15097      Branch: perl
15098            ! Configure
15099 ____________________________________________________________________________
15100 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
15101         Log: AUTHORS updates.
15102      Branch: perl
15103            ! AUTHORS
15104 ____________________________________________________________________________
15105 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
15106         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
15107              From: Spider Boardman <spider@Orb.Nashua.NH.US>
15108              Date: Tue, 19 Jun 2001 15:33:25 -0400
15109              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
15110      Branch: perl
15111            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
15112            ! t/lib/warnings/pp
15113 ____________________________________________________________________________
15114 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
15115         Log: Integrate perlio.
15116      Branch: perl
15117           !> lib/File/Find/find.t win32/distclean.bat
15118 ____________________________________________________________________________
15119 [ 10728] By: nick                                  on 2001/06/19  18:24:53
15120         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
15121      Branch: perlio
15122            ! lib/File/Find/find.t win32/distclean.bat
15123 ____________________________________________________________________________
15124 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
15125         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
15126              also add information how to find out whether one has PerlIO.
15127      Branch: perl
15128            ! pod/perlfunc.pod
15129 ____________________________________________________________________________
15130 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
15131         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
15132              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
15133              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
15134              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
15135      Branch: perl
15136            ! pod/perlfunc.pod
15137 ____________________________________________________________________________
15138 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
15139         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
15140              From: Hugo <hv@crypt.compulink.co.uk>
15141              Date: Tue, 19 Jun 2001 12:37:30 +0100
15142              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
15143      Branch: perl
15144            ! t/op/study.t
15145 ____________________________________________________________________________
15146 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
15147         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
15148              From: Hugo <hv@crypt.compulink.co.uk>
15149              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
15150              Date: Tue, 19 Jun 2001 13:15:17 +0100
15151      Branch: perl
15152            ! util.c
15153 ____________________________________________________________________________
15154 [ 10723] By: nick                                  on 2001/06/19  14:46:15
15155         Log: Integrate mainline
15156      Branch: perlio
15157           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
15158           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
15159           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
15160           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
15161           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
15162           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
15163            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
15164            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
15165            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
15166            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
15167            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
15168            - ext/Thread/unsync4.t
15169           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
15170           !> djgpp/config.over djgpp/fixpmain
15171           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
15172           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
15173           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
15174 ____________________________________________________________________________
15175 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
15176         Log: Update Changes.
15177      Branch: perl
15178            ! Changes patchlevel.h
15179 ____________________________________________________________________________
15180 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
15181         Log: The existence shall be MANIFESted.
15182      Branch: perl
15183            ! MANIFEST
15184 ____________________________________________________________________________
15185 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
15186         Log: The old libnet.cfg is first searched from the current directory,
15187              only then from the module path.
15188      Branch: perl
15189            ! utils/libnetcfg.PL
15190 ____________________________________________________________________________
15191 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
15192         Log: NetWare tweaks from Guruprasad.
15193      Branch: perl
15194            ! NetWare/Makefile NetWare/config.wc
15195 ____________________________________________________________________________
15196 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
15197         Log: Subject: [PATCH] djgpp updates
15198              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
15199              Date: Tue, 19 Jun 2001 10:59:06 +0200
15200              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
15201      Branch: perl
15202            ! djgpp/config.over djgpp/fixpmain
15203 ____________________________________________________________________________
15204 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
15205         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
15206              From: Prymmer/Kahn <pvhp@best.com>
15207              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
15208              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
15209      Branch: perl
15210            ! win32/Makefile
15211 ____________________________________________________________________________
15212 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
15213         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
15214              to happen right after the inclusion of <inttypes.h>,
15215              from Edward Moy.
15216      Branch: perl
15217            ! handy.h perl.h
15218 ____________________________________________________________________________
15219 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
15220         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
15221              From: Doug MacEachern <dougm@covalent.net>
15222              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
15223              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
15224      Branch: perl
15225            ! ext/DynaLoader/DynaLoader_pm.PL
15226 ____________________________________________________________________________
15227 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
15228         Log: Revert #10656 for perfomance reasons but leave in the
15229              use of Hv*() macros -- in comments, so that grepping the
15230              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
15231              suggested by Sarathy, also by Abhijit.)
15232      Branch: perl
15233            ! hv.c
15234 ____________________________________________________________________________
15235 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
15236         Log: Subject: [patch] .s MakeMaker suffix
15237              From: Doug MacEachern <dougm@covalent.net>
15238              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
15239              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
15240      Branch: perl
15241            ! lib/ExtUtils/MM_Unix.pm
15242 ____________________________________________________________________________
15243 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
15244         Log: One test lost in the big shuffle restored.
15245      Branch: perl
15246            + ext/IPC/SysV/ipcsysv.t
15247            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
15248 ____________________________________________________________________________
15249 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
15250         Log: Rename the old non-standard threads tests so that
15251              they won't be invoked.
15252      Branch: perl
15253            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
15254            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
15255            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
15256            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
15257            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
15258            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
15259            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
15260            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
15261            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
15262            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
15263            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
15264            - ext/Thread/unsync4.t
15265            ! MANIFEST
15266 ____________________________________________________________________________
15267 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
15268         Log: Integrate perlio.
15269      Branch: perl
15270           !> win32/config_sh.PL
15271 ____________________________________________________________________________
15272 [ 10709] By: nick                                  on 2001/06/19  08:18:18
15273         Log: Integrate mainline
15274      Branch: perlio
15275           +> (branch 40 files)
15276            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
15277            - lib/strict/subs lib/strict/vars lib/warnings/1global
15278            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
15279            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
15280            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
15281            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
15282            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
15283            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
15284            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
15285            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
15286            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
15287            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
15288            - lib/warnings/utf8 lib/warnings/util
15289           !> (integrate 57 files)
15290 ____________________________________________________________________________
15291 [ 10708] By: nick                                  on 2001/06/19  07:57:10
15292         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
15293      Branch: perlio
15294            ! win32/config_sh.PL
15295 ____________________________________________________________________________
15296 [ 10707] By: nick                                  on 2001/06/19  07:05:07
15297         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
15298      Branch: perl
15299            ! perly.c perly.y perly_c.diff vms/perly_c.vms
15300 ____________________________________________________________________________
15301 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
15302         Log: More perl572delta tweaks.
15303      Branch: perl
15304            ! pod/perl572delta.pod
15305 ____________________________________________________________________________
15306 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
15307         Log: Update perl572delta.
15308      Branch: perl
15309            ! pod/perl572delta.pod
15310 ____________________________________________________________________________
15311 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
15312         Log: VOS updates from Paul Green.
15313      Branch: perl
15314            ! vos/Changes vos/build.cm vos/perl.bind
15315 ____________________________________________________________________________
15316 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
15317         Log: Update the vos/config.*.* files.
15318      Branch: perl
15319            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
15320            ! vos/config.ga.h
15321 ____________________________________________________________________________
15322 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
15323         Log: Add a makefile for more painless adding of symbols to the
15324              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
15325              takes care of the adding)
15326      Branch: perl
15327            + vos/Makefile
15328 ____________________________________________________________________________
15329 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
15330         Log: Make libnetcfg by default display the libnet configuration,
15331              -c to change, add -i for old config, document all options,
15332              regen toc.
15333      Branch: perl
15334            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
15335 ____________________________________________________________________________
15336 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
15337         Log: gcc -Wall sweep.
15338      Branch: perl
15339            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
15340 ____________________________________________________________________________
15341 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
15342         Log: So there.
15343      Branch: perl
15344            ! universal.c
15345 ____________________________________________________________________________
15346 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
15347         Log: Document the need for sv_printify().
15348              
15349              Document that 'use utf8' has been considered.
15350              
15351              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
15352      Branch: perl
15353            ! pod/perltodo.pod universal.c
15354 ____________________________________________________________________________
15355 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
15356         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
15357              From: Nicholas Clark <nick@ccl4.org>
15358              Date: Mon, 18 Jun 2001 23:29:23 +0100
15359              Message-ID: <20010618232923.I98663@plum.flirble.org>
15360      Branch: perl
15361            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
15362            ! ext/Sys/Syslog/Makefile.PL
15363 ____________________________________________________________________________
15364 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
15365         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
15366              From: Scott.L.Miller@Compaq.com
15367              Date: Mon, 18 Jun 2001 10:12:27 -0500
15368              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
15369      Branch: perl
15370            ! lib/perl5db.pl pod/perldebug.pod
15371 ____________________________________________________________________________
15372 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
15373         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
15374              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
15375              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
15376              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
15377      Branch: perl
15378            ! lib/Carp/Heavy.pm
15379 ____________________________________________________________________________
15380 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
15381         Log: Subject: [PATCH] Documentation changes for CLONE
15382              From: Artur Bergman <artur@contiller.se>
15383              Date: Mon, 18 Jun 2001 22:06:37 +0200
15384              Message-ID: <B7542BEC.1719%artur@contiller.se>
15385      Branch: perl
15386            ! pod/perlmod.pod pod/perlsub.pod
15387 ____________________________________________________________________________
15388 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
15389         Log: Subject: Re: configure.com
15390              From: "Craig A. Berry" <craigberry@mac.com>
15391              Date: Mon, 18 Jun 2001 16:04:38 -0500
15392              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
15393      Branch: perl
15394            ! configure.com
15395 ____________________________________________________________________________
15396 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
15397         Log: Subject: PL_nullstash + perl_clone()
15398              From: Doug MacEachern <dougm@covalent.net>
15399              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
15400              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
15401      Branch: perl
15402            ! sv.c
15403 ____________________________________________________________________________
15404 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
15405         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
15406              From: davem@fdgroup.co.uk
15407              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
15408              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
15409      Branch: perl
15410            ! embed.pl pod/perlapi.pod
15411 ____________________________________________________________________________
15412 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
15413         Log: More cross-compilation defaults gleaned from -Dcc
15414              if it is CPU-OS-gcc.
15415      Branch: metaconfig
15416            ! U/modified/libc.U
15417      Branch: metaconfig/U/perl
15418            ! Cross.U
15419      Branch: perl
15420            ! Configure INSTALL
15421 ____________________________________________________________________________
15422 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
15423         Log: Update Changes.
15424      Branch: perl
15425            ! Changes patchlevel.h
15426 ____________________________________________________________________________
15427 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
15428         Log: Subject: [PATCH 5.7.1] sv.c documentation
15429              From: davem@fdgroup.co.uk
15430              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
15431              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
15432      Branch: perl
15433            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
15434            ! sv.c sv.h
15435 ____________________________________________________________________________
15436 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
15437         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
15438              From: "Jon Gunnip" <jongunnip@hotmail.com>
15439              Date: Sun, 17 Jun 2001 18:24:29 -0400
15440              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
15441      Branch: perl
15442            ! pod/perlvar.pod
15443 ____________________________________________________________________________
15444 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
15445         Log: Move the locale/strict/warnings helper files back
15446              under the t/lib; this way the amount of non-installabled
15447              stuff under lib/ stays smaller.
15448      Branch: perl
15449            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
15450            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
15451            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
15452            + t/lib/warnings/5nolint t/lib/warnings/6default
15453            + t/lib/warnings/7fatal t/lib/warnings/8signal
15454            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
15455            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
15456            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
15457            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
15458            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
15459            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
15460            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
15461            + t/lib/warnings/taint t/lib/warnings/toke
15462            + t/lib/warnings/universal t/lib/warnings/utf8
15463            + t/lib/warnings/util
15464            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
15465            - lib/strict/subs lib/strict/vars lib/warnings/1global
15466            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
15467            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
15468            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
15469            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
15470            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
15471            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
15472            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
15473            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
15474            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
15475            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
15476            - lib/warnings/utf8 lib/warnings/util
15477            ! MANIFEST installperl lib/locale.t lib/strict.t
15478 ____________________________________________________________________________
15479 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
15480         Log: Split off the pack/unpack code, from Nicholas Clark.
15481      Branch: perl
15482            + pp_pack.c
15483            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
15484            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
15485            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
15486 ____________________________________________________________________________
15487 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
15488         Log: Guard the SysV IPC tests against being invoked in
15489              SysV-IPC-less places.
15490      Branch: perl
15491            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
15492 ____________________________________________________________________________
15493 [ 10683] By: nick                                  on 2001/06/18  12:24:42
15494         Log: Integrate mainline (new test scheme now ok on Linux).
15495      Branch: perlio
15496           +> lib/warnings.t
15497           !> dump.c sv.c
15498 ____________________________________________________________________________
15499 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
15500         Log: Add the locale.c and numeric.c to the microperl sources.
15501      Branch: perl
15502            ! Makefile.micro win32/Makefile
15503 ____________________________________________________________________________
15504 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
15505         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
15506              From: Abhijit Menon-Sen <ams@wiw.org>
15507              Date: Mon, 18 Jun 2001 14:23:44 +0530
15508              Message-ID: <20010618142344.A13136@lustre.linux.in>
15509      Branch: perl
15510            ! dump.c
15511 ____________________________________________________________________________
15512 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
15513         Log: Subject: Re: [PATCH] more anonymous stash cleanups
15514              From: Abhijit Menon-Sen <ams@wiw.org>
15515              Date: Mon, 18 Jun 2001 15:50:32 +0530
15516              Message-ID: <20010618155032.A13223@lustre.linux.in>
15517              
15518              Plus the comment left in as suggested by NI-S.
15519      Branch: perl
15520            ! sv.c
15521 ____________________________________________________________________________
15522 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
15523         Log: One missed file.
15524      Branch: perl
15525            + lib/warnings.t
15526 ____________________________________________________________________________
15527 [ 10678] By: nick                                  on 2001/06/18  08:05:29
15528         Log: Integrate mainline (part2 - the deletes)
15529      Branch: perlio
15530            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
15531            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
15532            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
15533            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
15534            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
15535            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
15536            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
15537            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
15538            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
15539            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
15540            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
15541 ____________________________________________________________________________
15542 [ 10677] By: nick                                  on 2001/06/18  08:04:44
15543         Log: Integrate mainline (part1)
15544      Branch: perlio
15545           +> (branch 376 files)
15546            - (delete 219 files)
15547           !> (integrate 151 files)
15548 ____________________________________________________________________________
15549 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
15550         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
15551              No doubt I made some mistakes like missed some files or
15552              misnamed some files.  The naming rules were more or less:
15553              (1) if the module is from CPAN, follows its ways, be it
15554              t/*.t or test.pl.
15555              (2) otherwise if there are multiple tests for a module
15556              put them in a t/
15557              (3) otherwise if there's only one test put it in Module.t
15558              (4) helper files go to module/ (locale, strict, warnings)
15559              (5) use longer filenames now that we can (but e.g. the
15560              compat-0.6.t and the Text::Balanced test files still
15561              were renamed to be more civil against the 8.3 people)
15562              installperl was updated appropriately not to install the
15563              *.t files or the help files from under lib.
15564              
15565              TODO: some helper files still remain under t/ that could
15566              follow their 'masters'.  UPDATE: On second thoughts, why
15567              should they.  They can continue to live under t/lib, and
15568              in fact the locale/strict/warnings helpers that were moved
15569              could be moved back.  This way the amount of non-installable
15570              stuff under lib/ stays smaller.
15571      Branch: perl
15572            + (add 253 files)
15573            - (delete 254 files)
15574            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
15575 ____________________________________________________________________________
15576 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
15577         Log: The warning no more comes from util.c, it comes from numeric.c.
15578      Branch: perl
15579            ! README.tru64
15580 ____________________________________________________________________________
15581 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
15582         Log: Subject: Re: anyone good at casting spells?
15583              From: Spider Boardman <spider@Orb.Nashua.NH.US>
15584              Date: Sun, 17 Jun 2001 21:21:04 -0400
15585              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
15586      Branch: perl
15587            ! ext/POSIX/POSIX.xs hv.h
15588 ____________________________________________________________________________
15589 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
15590         Log: Protect the (original) thread tests against testing if no 5.005
15591              threads have been configured.
15592      Branch: perl
15593            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
15594            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
15595            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
15596            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
15597            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
15598            ! ext/Thread/unsync4.t
15599 ____________________________________________________________________________
15600 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
15601         Log: Try the new test scanning scheme on Text::Abbrev.
15602      Branch: perl
15603            + lib/Text/Abbrev.t
15604            - lib/Text/Abbrev/t/abbrev.t
15605            ! MANIFEST
15606 ____________________________________________________________________________
15607 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
15608         Log: Change the scan policy of the *.t and test.pl files,
15609              now the *.t do not need to live in a t/ directory.
15610      Branch: perl
15611            ! t/TEST t/harness
15612 ____________________________________________________________________________
15613 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
15614         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
15615              From: Ilmari Karonen <iltzu@sci.fi>
15616              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
15617              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
15618      Branch: perl
15619            ! pod/perlfaq7.pod
15620 ____________________________________________________________________________
15621 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
15622         Log: Quench the warnings from Tru64; the HP-UX is still
15623              broken because it really, REALLY, doesn't like the
15624              HvARRAY() being lvalue:
15625              
15626              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
15627              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
15628      Branch: perl
15629            ! hv.c
15630 ____________________________________________________________________________
15631 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
15632         Log: Integrate change #10667 from maintperl:
15633              
15634              change#10449 broke the special-case that makes lexicals inside the
15635              eval"" within DB::DB() visible
15636      Branch: perl
15637           !> op.c
15638 ____________________________________________________________________________
15639 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
15640         Log: change#10449 broke the special-case that makes lexicals inside the
15641              eval"" within DB::DB() visible
15642      Branch: maint-5.6/perl
15643            ! op.c
15644 ____________________________________________________________________________
15645 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
15646         Log: Still spurious output; indent the code a bit.
15647              
15648              TODO1: separate the utility functions like MkDir
15649              into a helper script?
15650              
15651              TODO2: I see a lot of repetition in the filepath()
15652              and dirpath() calls.
15653      Branch: perl
15654            ! t/lib/filefind.t t/lib/findtaint.t
15655 ____________________________________________________________________________
15656 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
15657         Log: Regen modlib, toc.
15658      Branch: perl
15659            ! pod/perlmodlib.pod pod/perltoc.pod
15660 ____________________________________________________________________________
15661 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
15662         Log: Add libnetcfg to perlutil.
15663      Branch: perl
15664            ! pod/perlutil.pod
15665 ____________________________________________________________________________
15666 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
15667         Log: Initial integration of libnet-1.0703.
15668              The Configure script renamed as libnetcfg, will be
15669              installed along other utilities.
15670      Branch: perl
15671            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
15672            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
15673            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
15674            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
15675            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
15676            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
15677            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
15678            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
15679            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
15680            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
15681            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
15682            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
15683            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
15684            + utils/libnetcfg.PL
15685            ! MANIFEST utils.lst utils/Makefile
15686 ____________________________________________________________________________
15687 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
15688         Log: Less potentially test-harness-confusing output.
15689      Branch: perl
15690            ! lib/Memoize/t/expire_module_t.t
15691 ____________________________________________________________________________
15692 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
15693         Log: The final print annoys make test.
15694      Branch: perl
15695            ! t/lib/filefind.t t/lib/findtaint.t
15696 ____________________________________________________________________________
15697 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
15698         Log: Add an option for handling dangling symbolic links.
15699      Branch: perl
15700            ! lib/File/Find.pm t/lib/filefind.t
15701 ____________________________________________________________________________
15702 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
15703         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
15704              From: Thomas Wegner <wegner_thomas@yahoo.com>
15705              Date: Sun, 17 Jun 2001 14:43:11 +0200
15706              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
15707      Branch: perl
15708            + t/lib/findtaint.t
15709            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
15710 ____________________________________________________________________________
15711 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
15712         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
15713              From: Jonathan Stowe <gellyfish@gellyfish.com>
15714              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
15715              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
15716      Branch: perl
15717            ! lib/ExtUtils/MM_Unix.pm
15718 ____________________________________________________________________________
15719 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
15720         Log: Subject: [PATCH] more anonymous stash cleanups
15721              From: Abhijit Menon-Sen <ams@wiw.org>
15722              Date: Sun, 17 Jun 2001 11:44:06 +0530
15723              Message-ID: <20010617114406.A25203@lustre.linux.in>
15724      Branch: perl
15725            ! op.c
15726 ____________________________________________________________________________
15727 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
15728         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
15729              From: Abhijit Menon-Sen <ams@wiw.org>
15730              Date: Sun, 17 Jun 2001 08:02:59 +0530
15731              Message-ID: <20010617080259.A28776@lustre.linux.in>
15732              
15733              Subject: [PATCH #2/7] xhv_eiter
15734              From: Abhijit Menon-Sen <ams@wiw.org>
15735              Date: Sun, 17 Jun 2001 08:13:18 +0530
15736              Message-ID: <20010617081318.B28776@lustre.linux.in>
15737              
15738              Subject: [PATCH #3/7] xhv_fill
15739              From: Abhijit Menon-Sen <ams@wiw.org>
15740              Date: Sun, 17 Jun 2001 08:25:16 +0530
15741              Message-ID: <20010617082516.C28776@lustre.linux.in>
15742              
15743              Subject: [PATCH #4/7] xhv_keys
15744              From: Abhijit Menon-Sen <ams@wiw.org>
15745              Date: Sun, 17 Jun 2001 08:36:17 +0530
15746              Message-ID: <20010617083617.D28776@lustre.linux.in>
15747              
15748              Subject: [PATCH #5/7] xhv_max
15749              From: Abhijit Menon-Sen <ams@wiw.org>
15750              Date: Sun, 17 Jun 2001 08:39:48 +0530
15751              Message-ID: <20010617083948.E28776@lustre.linux.in>
15752              
15753              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
15754              From: Abhijit Menon-Sen <ams@wiw.org>
15755              Date: Sun, 17 Jun 2001 08:51:11 +0530
15756              Message-ID: <20010617085111.F28776@lustre.linux.in>
15757      Branch: perl
15758            ! hv.c
15759 ____________________________________________________________________________
15760 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
15761         Log: Update Changes.
15762      Branch: perl
15763            ! Changes patchlevel.h
15764 ____________________________________________________________________________
15765 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
15766         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
15767              From: Abhijit Menon-Sen <ams@wiw.org>
15768              Date: Sat, 16 Jun 2001 07:41:19 +0530
15769              Message-ID: <20010616074119.A24720@lustre.linux.in>
15770      Branch: perl
15771            ! hv.c perl.c vms/vmsish.h win32/win32.h
15772 ____________________________________________________________________________
15773 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
15774         Log: Document tests failing when threaded, since we now have more.
15775      Branch: perl
15776            ! pod/perl572delta.pod
15777 ____________________________________________________________________________
15778 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
15779         Log: -Wall cleanup.
15780      Branch: perl
15781            ! ext/Thread/Thread.xs
15782 ____________________________________________________________________________
15783 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
15784         Log: pthread_attr_setstacksize() isn't absolutely necessary
15785              to call, only iff THREAD_CREATE_NEEDS_STACK.
15786      Branch: perl
15787            ! ext/Thread/Thread.xs
15788 ____________________________________________________________________________
15789 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
15790         Log: -Wall strays.
15791      Branch: perl
15792            ! perl.c util.c
15793 ____________________________________________________________________________
15794 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
15795         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
15796              (and INT64_MIN) brokenness.
15797      Branch: perl
15798            ! hints/darwin.sh perl.h
15799 ____________________________________________________________________________
15800 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
15801         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
15802              From: Nicholas Clark <nick@ccl4.org>
15803              Date: Sun, 17 Jun 2001 00:16:05 +0100
15804              Message-ID: <20010617001605.V98663@plum.flirble.org>
15805      Branch: perl
15806            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
15807            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
15808            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
15809 ____________________________________________________________________________
15810 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
15811         Log: Add perlnetware to docs; regen toc; supply skeleton
15812              docs for some Memoize submodules.
15813      Branch: perl
15814            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
15815            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
15816            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
15817            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
15818            ! win32/Makefile win32/makefile.mk
15819 ____________________________________________________________________________
15820 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
15821         Log: pod cleanup.
15822      Branch: perl
15823            ! README.netware
15824 ____________________________________________________________________________
15825 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
15826         Log: Integrate Memoize 0.64.  Few tweaks were required in
15827              the test scripts.  Note that the speed and expire*
15828              tests take several dozen seconds to run.
15829      Branch: perl
15830            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
15831            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
15832            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
15833            + lib/Memoize/README lib/Memoize/SDBM_File.pm
15834            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
15835            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
15836            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
15837            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
15838            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
15839            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
15840            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
15841            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
15842            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
15843            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
15844            ! MANIFEST t/lib/1_compile.t
15845 ____________________________________________________________________________
15846 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
15847         Log: Document the cross-compilation options.
15848      Branch: perl
15849            ! Cross/README INSTALL
15850 ____________________________________________________________________________
15851 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
15852         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
15853      Branch: perl
15854            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
15855            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
15856            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
15857            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
15858            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
15859            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
15860            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
15861            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
15862            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
15863            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
15864            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
15865            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
15866            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
15867            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
15868            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
15869            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
15870            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
15871            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
15872            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
15873            + lib/ExtUtils/MM_NW5.pm
15874            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
15875            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
15876            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
15877            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
15878            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
15879            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
15880            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
15881            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
15882            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
15883            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
15884            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
15885            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
15886            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
15887            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
15888            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
15889            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
15890            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
15891            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
15892            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
15893            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
15894            ! util.h x2p/a2py.c
15895 ____________________________________________________________________________
15896 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
15897         Log: Resort MANIFEST.
15898      Branch: perl
15899            ! MANIFEST
15900 ____________________________________________________________________________
15901 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
15902         Log: Integrate perlio.
15903      Branch: perl
15904           +> win32/win32io.c
15905           !> MANIFEST perlio.c perliol.h win32/makefile.mk
15906 ____________________________________________________________________________
15907 [ 10640] By: nick                                  on 2001/06/16  18:38:31
15908         Log: Disable :win32 layer as default till I get it working
15909      Branch: perlio
15910            ! MANIFEST perlio.c
15911 ____________________________________________________________________________
15912 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
15913         Log: Try the new scheme by moving the Text::Abbrev test
15914              to a new place under lib.
15915      Branch: perl
15916            + lib/Text/Abbrev/t/abbrev.t
15917            - t/lib/abbrev.t
15918            ! MANIFEST
15919 ____________________________________________________________________________
15920 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
15921         Log: Make the code even more dynamical so that testname
15922              suffix length can change.
15923      Branch: perl
15924            ! lib/Test/Harness.pm t/TEST
15925 ____________________________________________________________________________
15926 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
15927         Log: Allow for deeper t/ and also a single test.pl.
15928      Branch: perl
15929            ! t/TEST t/harness
15930 ____________________________________________________________________________
15931 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
15932         Log: #define fix from Nicholas Clark.
15933      Branch: perl
15934            ! ext/POSIX/POSIX.xs
15935 ____________________________________________________________________________
15936 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
15937         Log: Initialization is nice.
15938      Branch: perl
15939            ! lib/Test/Harness.pm
15940 ____________________________________________________________________________
15941 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
15942         Log: Make t/TEST and t/harness to test also the t/ tests
15943              under the main lib/ and ext/ directories.  Fix Test::Harness
15944              to dynamically change the width of its "foo/bar....ok" output.
15945      Branch: perl
15946            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
15947 ____________________________________________________________________________
15948 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
15949         Log: Subject: [PATCH] Re: perl@10611 
15950              From: Nicholas Clark <nick@ccl4.org>
15951              Date: Sat, 16 Jun 2001 16:52:47 +0100
15952              Message-ID: <20010616165247.O98663@plum.flirble.org>
15953              
15954              The .xs parts, too.
15955      Branch: perl
15956            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
15957            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
15958 ____________________________________________________________________________
15959 [ 10632] By: nick                                  on 2001/06/16  16:44:35
15960         Log: Work-in-progress win32 layer semi-functional, checking 
15961              for UNIX breakage.
15962      Branch: perlio
15963            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
15964 ____________________________________________________________________________
15965 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
15966         Log: Subject: [PATCH] Re: perl@10611 
15967              From: Nicholas Clark <nick@ccl4.org>
15968              Date: Sat, 16 Jun 2001 16:52:47 +0100
15969              Message-ID: <20010616165247.O98663@plum.flirble.org>
15970      Branch: perl
15971            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
15972            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
15973            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
15974            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
15975            ! lib/ExtUtils/Constant.pm
15976 ____________________________________________________________________________
15977 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
15978         Log: Metaconfig unit change for #10629.
15979      Branch: metaconfig
15980            ! U/modified/Finish.U
15981 ____________________________________________________________________________
15982 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
15983         Log: The extraction changed directories.
15984      Branch: perl
15985            ! Configure
15986 ____________________________________________________________________________
15987 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
15988         Log: Math::BigInt 1.35 from Tels.
15989      Branch: perl
15990            + t/lib/mbimbf.t
15991            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
15992            ! t/lib/bigfltpm.t t/lib/bigintpm.t
15993 ____________________________________________________________________________
15994 [ 10627] By: nick                                  on 2001/06/16  14:54:52
15995         Log: Work in progress UNIX-side edit of win32 PerLIO layer
15996      Branch: perlio
15997            + win32/win32io.c
15998            ! perlio.c win32/makefile.mk
15999 ____________________________________________________________________________
16000 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
16001         Log: Subject: [PATCH 5.6.1] os2/diff-configure
16002              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16003              Date: Fri, 15 Jun 2001 01:19:36 -0400
16004              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
16005              
16006              Empty all of it because I think #10624 made even the
16007              last patch hunk unnecessary.
16008      Branch: perl
16009            ! os2/diff.configure
16010 ____________________________________________________________________________
16011 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
16012         Log: Metaconfig unit change for 10624.
16013      Branch: metaconfig
16014            ! U/modified/libc.U
16015      Branch: perl
16016            ! config_h.SH
16017 ____________________________________________________________________________
16018 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
16019         Log: Move the initialization of libnames to the beginning so
16020              that can one 'seed' it (as OS/2 does.)
16021      Branch: perl
16022            ! Configure
16023 ____________________________________________________________________________
16024 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
16025         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
16026              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16027              Date: Fri, 15 Jun 2001 19:10:57 -0400
16028              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
16029      Branch: perl
16030            ! os2/OS2/REXX/DLL/DLL.pm
16031 ____________________________________________________________________________
16032 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
16033         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
16034              From: "Craig A. Berry" <craigberry@mac.com>
16035              Date: Fri, 15 Jun 2001 17:00:03 -0500
16036              Message-Id: <a05101007b750342599be@[172.16.52.1]>
16037      Branch: perl
16038            ! vms/descrip_mms.template
16039 ____________________________________________________________________________
16040 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
16041         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
16042              From: "Craig A. Berry" <craigberry@mac.com>
16043              Date: Fri, 15 Jun 2001 18:39:42 -0500
16044              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
16045      Branch: perl
16046            ! lib/File/Spec/VMS.pm t/lib/extutils.t
16047 ____________________________________________________________________________
16048 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
16049         Log: Integrate perlio.
16050      Branch: perl
16051           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
16052           !> t/io/utf8.t t/lib/io_scalar.t
16053 ____________________________________________________________________________
16054 [ 10619] By: nick                                  on 2001/06/15  21:05:19
16055         Log: Generated files
16056      Branch: perlio
16057            ! embed.h proto.h
16058 ____________________________________________________________________________
16059 [ 10618] By: nick                                  on 2001/06/15  20:27:42
16060         Log: Fix open.pm to work via XS-implemented method calls rather
16061              than *open::layers variables which caused all the HV/AV hassle.
16062      Branch: perlio
16063            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
16064            ! t/lib/io_scalar.t
16065 ____________________________________________________________________________
16066 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
16067         Log: Integrate perlio.
16068      Branch: perl
16069           !> lib/ExtUtils/Constant.pm
16070 ____________________________________________________________________________
16071 [ 10616] By: nick                                  on 2001/06/15  18:46:47
16072         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
16073      Branch: perlio
16074            ! lib/ExtUtils/Constant.pm
16075 ____________________________________________________________________________
16076 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
16077         Log: Integrate perlio.
16078      Branch: perl
16079           !> ext/Socket/Socket.xs
16080 ____________________________________________________________________________
16081 [ 10614] By: nick                                  on 2001/06/15  18:33:37
16082         Log: MULTIPLICITY fix for Socket.xs
16083      Branch: perlio
16084            ! ext/Socket/Socket.xs
16085 ____________________________________________________________________________
16086 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
16087         Log: Subject: Re: perl@10611
16088              From: Doug MacEachern <dougm@covalent.net>
16089              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
16090              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
16091      Branch: perl
16092            ! ext/Socket/Socket.xs
16093 ____________________________________________________________________________
16094 [ 10612] By: nick                                  on 2001/06/15  16:14:38
16095         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
16096      Branch: perlio
16097           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
16098           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
16099           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
16100           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
16101           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
16102           !> utils/h2ph.PL
16103 ____________________________________________________________________________
16104 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
16105         Log: Update Changes.
16106      Branch: perl
16107            ! Changes patchlevel.h
16108 ____________________________________________________________________________
16109 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
16110         Log: Upping the test count.
16111      Branch: perl
16112            ! t/lib/filefind.t
16113 ____________________________________________________________________________
16114 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
16115         Log: Integrate perlio.
16116      Branch: perl
16117           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
16118 ____________________________________________________________________________
16119 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
16120         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
16121              From: andreas.koenig@anima.de (Andreas J. Koenig)
16122              Date: 15 Jun 2001 13:30:39 +0200
16123              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
16124              
16125              Record the grim history.
16126      Branch: perl
16127            ! lib/File/Find.pm
16128 ____________________________________________________________________________
16129 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
16130         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
16131              From: Brian McCauley <nobull@mail.com>
16132              Date: 15 Jun 2001 07:51:26 +0100
16133              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
16134      Branch: perl
16135            ! lib/File/Find.pm t/lib/filefind.t
16136 ____________________________________________________________________________
16137 [ 10606] By: nick                                  on 2001/06/15  14:00:08
16138         Log: regen_config_h for Win32.
16139      Branch: perlio
16140            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16141 ____________________________________________________________________________
16142 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
16143         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
16144              From: Peter Prymmer <pvhp@forte.com>
16145              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
16146              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
16147      Branch: perl
16148            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
16149 ____________________________________________________________________________
16150 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
16151         Log: Some filesystems require writability for rename/unlink.
16152      Branch: perl
16153            ! opcode.pl
16154 ____________________________________________________________________________
16155 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
16156         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
16157              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
16158              Date: Fri, 15 Jun 2001 12:08:53 +0200
16159              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
16160      Branch: perl
16161            ! perlio.c
16162 ____________________________________________________________________________
16163 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
16164         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
16165              From: Mike Guy <mjtg@cam.ac.uk>
16166              Date: Fri, 15 Jun 2001 14:11:49 +0100
16167              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
16168      Branch: perl
16169            ! opcode.pl
16170 ____________________________________________________________________________
16171 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
16172         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
16173              From: Nicholas Clark <nick@ccl4.org>
16174              Date: Thu, 14 Jun 2001 23:52:56 +0100
16175              Message-ID: <20010614235256.G98663@plum.flirble.org>
16176      Branch: perl
16177            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
16178            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
16179 ____________________________________________________________________________
16180 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
16181         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
16182              From: Russ Allbery <rra@stanford.edu>
16183              Date: 14 Jun 2001 13:24:43 -0700
16184              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
16185      Branch: perl
16186            ! ext/GDBM_File/GDBM_File.pm
16187 ____________________________________________________________________________
16188 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
16189         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
16190              From: Nicholas Clark <nick@ccl4.org>
16191              Date: Thu, 14 Jun 2001 20:37:47 +0100
16192              Message-ID: <20010614203747.F98663@plum.flirble.org>
16193      Branch: perl
16194            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
16195            ! t/lib/gdbm.t
16196 ____________________________________________________________________________
16197 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
16198         Log: Integrate perlio.
16199      Branch: perl
16200           !> makedef.pl sv.c
16201 ____________________________________________________________________________
16202 [ 10597] By: nick                                  on 2001/06/15  11:08:13
16203         Log: Check that HVs with HvNAME() != NULL are really stashes before
16204              treating them as such. Also be more defensive on the GvCV.
16205              Win32 fork and dprof now working again. 
16206      Branch: perlio
16207            ! sv.c
16208 ____________________________________________________________________________
16209 [ 10596] By: nick                                  on 2001/06/15  10:11:20
16210         Log: Integrate mainline.
16211      Branch: perlio
16212           +> Cross/README
16213           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
16214           !> Porting/config_H config_h.SH configure.com epoc/config.sh
16215           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
16216           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
16217           !> vos/config.ga.h win32/config.bc win32/config.gc
16218           !> win32/config.vc win32/config_H.bc win32/config_H.gc
16219           !> win32/config_H.vc
16220 ____________________________________________________________________________
16221 [ 10595] By: nick                                  on 2001/06/15  09:37:17
16222         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
16223              - Win32 (VC++) now builds but fails:
16224              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
16225              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
16226              write.t    - open(...,"|-") not implemented on Win32 
16227      Branch: perlio
16228            ! makedef.pl
16229 ____________________________________________________________________________
16230 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
16231         Log: Integrate perlio.
16232      Branch: perl
16233           !> perlio.c win32/makefile.mk
16234 ____________________________________________________________________________
16235 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
16236         Log: Metaconfig unit changes for #10592.
16237      Branch: metaconfig
16238            + U/modified/i_varhdr.U U/modified/startsh.U
16239            - U/a_dvisory/crosscompile.U U/target/Target.U
16240            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
16241            ! U/compline/bitpbyte.U U/compline/byteorder.U
16242            ! U/compline/ccflags.U U/compline/charsize.U
16243            ! U/compline/d_casti32.U U/compline/d_castneg.U
16244            ! U/compline/d_closedir.U U/compline/d_fd_set.U
16245            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
16246            ! U/compline/d_keepsig.U U/compline/d_open3.U
16247            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
16248            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
16249            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
16250            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
16251            ! U/compline/doublesize.U U/compline/floatsize.U
16252            ! U/compline/nblock_io.U U/compline/orderlib.U
16253            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
16254            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
16255            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
16256            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
16257            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
16258            ! U/modified/spitshell.U U/threads/archname.U
16259            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
16260            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
16261            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
16262            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
16263            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
16264      Branch: metaconfig/U/perl
16265            + Cross.U
16266            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
16267            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
16268            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
16269            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
16270            ! stdio_streams.U uselfs.U
16271 ____________________________________________________________________________
16272 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
16273         Log: The first steps towards cross-compilation.
16274              
16275              Abstract execution of compiled test executables with $run,
16276              and abstract transfer of files with $to and $from.
16277              
16278              Under cross-compilation the $run, $to, and $from will point
16279              to appropriate wrapper scripts, by default ssh and scp,
16280              but also rsh, rcp, and cp are supported.  If not
16281              cross-compiling, they will be set to '', ':', and ':',
16282              respectively.
16283              
16284              With these patches I was able to get Configure for
16285              iPAQ ARM Linux on an Intel Linux about 95% right
16286              (only a few tests failed to execute or they produced
16287              incorrect results), and I was able to compile
16288              a functional miniperl.
16289              
16290              The symbol crosscompile renamed to be usecrosscompile,
16291              the corresponding C symbol from CROSSCOMPILE to
16292              USE_CROSS_COMPILE.
16293      Branch: perl
16294            ! Configure Cross/README Makefile.SH Porting/Glossary
16295            ! Porting/config.sh Porting/config_H config_h.SH configure.com
16296            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
16297            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
16298            ! vos/config.ga.def vos/config.ga.h win32/config.bc
16299            ! win32/config.gc win32/config.vc win32/config_H.bc
16300            ! win32/config_H.gc win32/config_H.vc
16301 ____________________________________________________________________________
16302 [ 10591] By: nick                                  on 2001/06/14  20:00:12
16303         Log: Steps along the road toward Win32 building again.
16304      Branch: perlio
16305            ! perlio.c win32/makefile.mk
16306 ____________________________________________________________________________
16307 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
16308         Log: Integrate perlio.
16309      Branch: perl
16310           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
16311 ____________________________________________________________________________
16312 [ 10589] By: nick                                  on 2001/06/14  13:54:07
16313         Log: Routine regen_config_h for Win32
16314      Branch: perlio
16315            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16316 ____________________________________________________________________________
16317 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
16318         Log: Integrate perlio.
16319      Branch: perl
16320           +> perlyline.pl
16321           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
16322 ____________________________________________________________________________
16323 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
16324         Log: A placeholder.
16325      Branch: perl
16326            + Cross/README
16327 ____________________________________________________________________________
16328 [ 10586] By: nick                                  on 2001/06/14  08:25:07
16329         Log: Add new step to run_byacc which:
16330              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
16331              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
16332      Branch: perlio
16333            + perlyline.pl
16334            ! MANIFEST Makefile.SH perly.c
16335 ____________________________________________________________________________
16336 [ 10585] By: nick                                  on 2001/06/14  08:22:29
16337         Log: Integrate mainline
16338      Branch: perlio
16339           +> locale.c numeric.c
16340           !> Changes cygwin/Makefile.SHs embed.h embed.pl
16341           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
16342           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
16343           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
16344           !> x2p/Makefile.SH
16345 ____________________________________________________________________________
16346 [ 10584] By: nick                                  on 2001/06/14  08:05:53
16347         Log: Hack to remove insecure directories from PATH so test will run.
16348      Branch: perlio
16349            ! t/lib/filefind.t
16350 ____________________________________________________________________________
16351 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
16352         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
16353      Branch: perl
16354            - t/lib/mbimbf.t
16355            ! MANIFEST
16356 ____________________________________________________________________________
16357 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
16358         Log: Detypo.
16359      Branch: perl
16360            ! x2p/Makefile.SH
16361 ____________________________________________________________________________
16362 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
16363         Log: de-$CONFIG continues.
16364      Branch: perl
16365            ! cygwin/Makefile.SHs x2p/Makefile.SH
16366 ____________________________________________________________________________
16367 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
16368         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
16369              From: Nicholas Clark <nick@ccl4.org>
16370              Date: Wed, 13 Jun 2001 21:20:13 +0100
16371              Message-ID: <20010613212013.D98663@plum.flirble.org>
16372      Branch: perl
16373            ! opcode.pl
16374 ____________________________________________________________________________
16375 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
16376         Log: Subject: splitting util.c
16377              From: Hugo <hv@crypt.compulink.co.uk>
16378              Date: Thu, 14 Jun 2001 00:41:08 +0100
16379              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
16380      Branch: perl
16381            + locale.c numeric.c
16382            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
16383            ! pod/perlapi.pod proto.h util.c
16384 ____________________________________________________________________________
16385 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
16386         Log: Upgrade to Math::BigInt 1.34 from Tels.
16387      Branch: perl
16388            + t/lib/mbimbf.t
16389            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
16390            ! t/lib/bigfltpm.t t/lib/bigintpm.t
16391 ____________________________________________________________________________
16392 [ 10577] By: nick                                  on 2001/06/13  19:02:48
16393         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
16394      Branch: perlio
16395           !> (integrate 125 files)
16396 ____________________________________________________________________________
16397 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
16398         Log: Update Changes.
16399      Branch: perl
16400            ! Changes patchlevel.h
16401 ____________________________________________________________________________
16402 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
16403         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
16404              From: "Craig A. Berry" <craigberry@mac.com>
16405              Date: Wed, 13 Jun 2001 13:24:28 -0500
16406              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
16407      Branch: perl
16408            ! ext/re/Makefile.PL
16409 ____________________________________________________________________________
16410 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
16411         Log: Mc.u.c. for #10573.
16412      Branch: metaconfig
16413            ! U/threads/usethreads.U
16414 ____________________________________________________________________________
16415 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
16416         Log: It would be also be good if I could type.
16417      Branch: perl
16418            ! Configure
16419 ____________________________________________________________________________
16420 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
16421         Log: Metaconfig unit change for #10571.
16422      Branch: metaconfig
16423            ! U/threads/usethreads.U
16424 ____________________________________________________________________________
16425 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
16426         Log: A non-empty default is a good thing.
16427      Branch: perl
16428            ! Configure
16429 ____________________________________________________________________________
16430 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
16431         Log: Metaconfig unit change for #10569.
16432      Branch: metaconfig
16433            ! U/threads/usethreads.U
16434 ____________________________________________________________________________
16435 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
16436         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
16437              extremely experimental, not even prompted for.
16438      Branch: perl
16439            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16440            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
16441            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
16442            ! win32/config.bc win32/config.gc win32/config.vc
16443 ____________________________________________________________________________
16444 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
16445         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
16446      Branch: perl
16447            ! pod/perlfaq6.pod
16448 ____________________________________________________________________________
16449 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
16450         Log: Integrate perlio; conflicts, accept Nick's versions.
16451      Branch: perl
16452           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
16453           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
16454 ____________________________________________________________________________
16455 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
16456         Log: Subject: Re: ext/ + -Wall
16457              From: Doug MacEachern <dougm@covalent.net>
16458              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
16459              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
16460      Branch: perl
16461            ! XSUB.h lib/ExtUtils/xsubpp perl.h
16462 ____________________________________________________________________________
16463 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
16464         Log: Similar logic as DB_File.xs, using the modern macros and
16465              defines them to older ones for older Perls where PERL_VERSION
16466              is not defined, from Doug MacEachern.
16467      Branch: perl
16468            ! ext/Storable/Storable.xs
16469 ____________________________________________________________________________
16470 [ 10564] By: nick                                  on 2001/06/13  15:22:01
16471         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
16472              and using that instead (name lookups are sequential search for now).
16473      Branch: perlio
16474            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
16475            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
16476 ____________________________________________________________________________
16477 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
16478         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
16479              From: "Richard Soderberg" <rs@crystalflame.net>
16480              Date: Sat, 26 May 2001 06:44:20 -0700
16481              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
16482      Branch: perl
16483            ! sv.c t/op/glob.t
16484 ____________________________________________________________________________
16485 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
16486         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
16487              From: "Craig A. Berry" <craigberry@mac.com>
16488              Date: Tue, 12 Jun 2001 23:55:26 -0500
16489              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
16490      Branch: perl
16491            ! ext/re/Makefile.PL ext/re/re.xs
16492 ____________________________________________________________________________
16493 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
16494         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
16495              suggested by NI-S.
16496      Branch: perl
16497            ! XSUB.h malloc.c perl.h
16498 ____________________________________________________________________________
16499 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
16500         Log: Regen toc.
16501      Branch: perl
16502            ! pod/perltoc.pod
16503 ____________________________________________________________________________
16504 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
16505         Log: Subject: [patch] perl.gprof control
16506              From: Doug MacEachern <dougm@covalent.net>
16507              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
16508              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
16509      Branch: perl
16510            ! miniperlmain.c perl.h
16511 ____________________________________________________________________________
16512 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
16513         Log: Subject: Re: ext/ + -Wall
16514              From: Doug MacEachern <dougm@covalent.net>
16515              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
16516              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
16517              
16518              Document ax and break up dXSARGS.
16519      Branch: perl
16520            ! XSUB.h pod/perlapi.pod
16521 ____________________________________________________________________________
16522 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
16523         Log: More AIX tweakage from Merijn.
16524      Branch: perl
16525            ! hints/aix.sh
16526 ____________________________________________________________________________
16527 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
16528         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
16529              From: "Craig A. Berry" <craigberry@mac.com>
16530              Date: Tue, 12 Jun 2001 22:57:45 -0500
16531              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
16532      Branch: perl
16533            ! vms/descrip_mms.template
16534 ____________________________________________________________________________
16535 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
16536         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
16537              From: "Craig A. Berry" <craigberry@mac.com>
16538              Date: Tue, 12 Jun 2001 22:21:39 -0500
16539              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
16540      Branch: perl
16541            ! configure.com util.c
16542 ____________________________________________________________________________
16543 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
16544         Log: New AIX dynaloading code from Jens-Uwe Mager.
16545              Does break binary compatibility.
16546      Branch: perl
16547            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
16548 ____________________________________________________________________________
16549 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
16550         Log: VMS DEC C compiler found nits by Peter Prymmer.
16551      Branch: perl
16552            ! util.c
16553 ____________________________________________________________________________
16554 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
16555         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
16556              From: Peter Prymmer <pvhp@forte.com>
16557              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
16558              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
16559      Branch: perl
16560            ! t/lib/filecomp.t
16561 ____________________________________________________________________________
16562 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
16563         Log: I wonder how many $CONFIGs still lurk in the shadows.
16564      Branch: perl
16565            ! pod/Makefile.SH x2p/cflags.SH
16566 ____________________________________________________________________________
16567 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
16568         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
16569      Branch: perl
16570            ! pod/checkpods.PL
16571 ____________________________________________________________________________
16572 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
16573         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
16574      Branch: perl
16575            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
16576 ____________________________________________________________________________
16577 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
16578         Log: Subject: [patch] rid local_patches warnings
16579              From: Doug MacEachern <dougm@covalent.net>
16580              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
16581              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
16582      Branch: perl
16583            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
16584 ____________________________________________________________________________
16585 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
16586         Log: Subject: Re: ext/ + -Wall
16587              From: Doug MacEachern <dougm@covalent.net>
16588              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
16589              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
16590      Branch: perl
16591            ! ext/attrs/attrs.xs
16592 ____________________________________________________________________________
16593 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
16594         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
16595              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
16596              Date: Tue, 12 Jun 2001 14:36:20 -0400
16597              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
16598      Branch: perl
16599            ! pod/perlretut.pod
16600 ____________________________________________________________________________
16601 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
16602         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
16603              From: Mike Guy <mjtg@cam.ac.uk>
16604              Date: Tue, 12 Jun 2001 19:10:31 +0100
16605              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
16606              
16607              Subject: Re: [ID 20010612.001] out of memory during regex compilation
16608              From: Mike Guy <mjtg@cam.ac.uk>
16609              Date: Tue, 12 Jun 2001 19:21:01 +0100
16610              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
16611      Branch: perl
16612            ! pod/perlop.pod
16613 ____________________________________________________________________________
16614 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
16615         Log: AIX tweaks from Merijn H. Brand.
16616      Branch: perl
16617            ! hints/aix.sh
16618 ____________________________________________________________________________
16619 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
16620         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
16621              From: "Brendan O'Dea" <bod@compusol.com.au>
16622              Date: Wed, 13 Jun 2001 05:16:47 +1000
16623              Message-ID: <20010613051647.A8945@compusol.com.au>
16624      Branch: maint-5.6/perl
16625            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
16626 ____________________________________________________________________________
16627 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
16628         Log: Subject: Small bcopy cleanup
16629              From: Andy Dougherty <doughera@lafayette.edu>
16630              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
16631              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
16632      Branch: perl
16633            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
16634 ____________________________________________________________________________
16635 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
16636         Log: Subject: [PATCH] Re: ext/ + -Wall
16637              From: Nicholas Clark <nick@ccl4.org>
16638              Date: Wed, 13 Jun 2001 00:04:30 +0100
16639              Message-ID: <20010613000430.M5901@plum.flirble.org>
16640      Branch: perl
16641            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
16642 ____________________________________________________________________________
16643 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
16644         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
16645              From: Nicholas Clark <nick@ccl4.org>
16646              Date: Tue, 12 Jun 2001 23:53:07 +0100
16647              Message-ID: <20010612235307.L5901@plum.flirble.org>
16648      Branch: perl
16649            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
16650 ____________________________________________________________________________
16651 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
16652         Log: MPE/iX tweaks from Mark Bixby.
16653      Branch: perl
16654            ! hints/mpeix.sh mpeix/mpeixish.h util.c
16655 ____________________________________________________________________________
16656 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
16657         Log: Update Changes.
16658      Branch: perl
16659            ! Changes patchlevel.h
16660 ____________________________________________________________________________
16661 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
16662         Log: One less -Wall whine (found under DEBUGGING).
16663      Branch: perl
16664            ! x2p/Makefile.SH x2p/a2p.c
16665 ____________________________________________________________________________
16666 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
16667         Log: s/case-independent/case-insensitive/g
16668      Branch: perl
16669            ! pod/perldebug.pod
16670 ____________________________________________________________________________
16671 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
16672         Log: As suggested in    
16673              
16674              Subject: Re: ext/ + -Wall
16675              From: Gurusamy Sarathy <gsar@ActiveState.com>
16676              Date: Mon, 11 Jun 2001 23:34:31 -0700
16677              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
16678      Branch: perl
16679            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
16680            ! perl.h
16681 ____________________________________________________________________________
16682 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
16683         Log: Subject: ext/ + -Wall
16684              From: Doug MacEachern <dougm@covalent.net>
16685              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
16686              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
16687      Branch: perl
16688            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
16689            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
16690            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
16691            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
16692            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
16693            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
16694            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
16695            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
16696            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
16697            ! lib/ExtUtils/xsubpp
16698 ____________________________________________________________________________
16699 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
16700         Log: Subject: [PATCH] anonymous stashes
16701              From: Abhijit Menon-Sen <ams@wiw.org>
16702              Date: Tue, 12 Jun 2001 12:47:04 +0530
16703              Message-ID: <20010612124704.A29029@lustre.linux.in>
16704      Branch: perl
16705            ! dump.c gv.c sv.c xsutils.c
16706 ____________________________________________________________________________
16707 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
16708         Log: One more test for $^S.
16709      Branch: perl
16710            ! t/op/magic.t
16711 ____________________________________________________________________________
16712 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
16713         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
16714              From: Abhijit Menon-Sen <ams@wiw.org>
16715              Date: Tue, 12 Jun 2001 17:35:55 +0530
16716              Message-ID: <20010612173555.A32426@lustre.linux.in>
16717      Branch: perl
16718            ! mg.c t/op/magic.t
16719 ____________________________________________________________________________
16720 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
16721         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
16722              From: Mike Guy <mjtg@cam.ac.uk>
16723              Date: Tue, 12 Jun 2001 13:14:15 +0100
16724              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
16725      Branch: perl
16726            ! pod/perlop.pod
16727 ____________________________________________________________________________
16728 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
16729         Log: AUTHORS updates.
16730      Branch: perl
16731            ! AUTHORS
16732 ____________________________________________________________________________
16733 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
16734         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
16735              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
16736              Content-Transfer-Encoding: 7bit
16737              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
16738      Branch: perl
16739            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
16740 ____________________________________________________________________________
16741 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
16742         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
16743              From: "Philip Newton" <Philip.Newton@gmx.net>
16744              Date: Mon, 11 Jun 2001 07:08:03 +0200
16745              Message-Id: <200106120802.LAA08992@taas.iki.fi>
16746      Branch: perl
16747            ! t/base/term.t
16748 ____________________________________________________________________________
16749 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
16750         Log: Cleanup the a2p.c for -Wall.
16751      Branch: perl
16752            ! x2p/Makefile.SH x2p/a2p.c
16753 ____________________________________________________________________________
16754 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
16755         Log: File::Find update for MacOS from Chris Nandor.
16756      Branch: perl
16757            ! lib/File/Find.pm t/lib/filefind.t
16758 ____________________________________________________________________________
16759 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
16760         Log: gcc -Wall nits picked out by a non-UNIX system
16761              (courtesy of Mark Bixby)
16762      Branch: perl
16763            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
16764            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
16765            ! pp_sys.c util.c
16766 ____________________________________________________________________________
16767 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
16768         Log: Metaconfig unit change for #10522.  (The d_modfl changes
16769              placate metalint.)
16770      Branch: metaconfig/U/perl
16771            ! d_modfl.U d_u32align.U
16772 ____________________________________________________________________________
16773 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
16774         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
16775              be "./try 2>&1 >/dev/null".
16776      Branch: perl
16777            ! Configure
16778 ____________________________________________________________________________
16779 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
16780         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
16781              From: "Craig A. Berry" <craigberry@mac.com>
16782              Date: Mon, 11 Jun 2001 14:00:32 -0500
16783              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
16784      Branch: perl
16785            ! configure.com
16786 ____________________________________________________________________________
16787 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
16788         Log: Move the full \p\P lists to perlunicode.
16789      Branch: perl
16790            ! pod/perlretut.pod pod/perlunicode.pod
16791 ____________________________________________________________________________
16792 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
16793         Log: VOS build tweak for 5.6.1 from Paul Green.
16794      Branch: maint-5.6/perl
16795            ! vos/build.cm
16796 ____________________________________________________________________________
16797 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
16798         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
16799              From: "Craig A. Berry" <craigberry@mac.com>
16800              Date: Fri, 8 Jun 2001 18:08:18 -0500
16801              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
16802      Branch: perl
16803            ! vms/vms.c
16804 ____________________________________________________________________________
16805 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
16806         Log: Update Changes.
16807      Branch: perl
16808            ! Changes patchlevel.h
16809 ____________________________________________________________________________
16810 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
16811         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
16812      Branch: perl
16813            ! vos/config.alpha.h vos/config.ga.h
16814 ____________________________________________________________________________
16815 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
16816         Log: VOS updates from Paul Green for @10476.
16817      Branch: perl
16818            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
16819            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
16820            ! vos/config.ga.h vos/configure_perl.cm
16821 ____________________________________________________________________________
16822 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
16823         Log: Subject: [PATCH] Not many people know this ...
16824              From: Mike Guy <mjtg@cam.ac.uk>
16825              Date: Mon, 11 Jun 2001 14:55:15 +0100
16826              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
16827      Branch: perl
16828            ! pod/perldebug.pod
16829 ____________________________________________________________________________
16830 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
16831         Log: Add final commas to lists as suggested by Philip Newton.
16832      Branch: perl
16833            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
16834 ____________________________________________________________________________
16835 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
16836         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
16837              Date: Sun, 10 Jun 2001 23:35:38 -0400
16838              From: Chris Nandor <pudge@pobox.com>
16839              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
16840      Branch: perl
16841            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
16842            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
16843            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
16844            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
16845            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
16846            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
16847            ! t/op/write.t t/pragma/strict.t
16848 ____________________________________________________________________________
16849 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
16850         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
16851              From: Chris Nandor <pudge@pobox.com>
16852              Date: Mon, 11 Jun 2001 08:24:28 -0400
16853              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
16854      Branch: perl
16855            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
16856            ! t/lib/io_dir.t
16857 ____________________________________________________________________________
16858 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
16859         Log: One more run_byacc (a hand-tweaked version had slipped in).
16860      Branch: perl
16861            ! perly.c vms/perly_c.vms
16862 ____________________________________________________________________________
16863 [ 10509] By: nick                                  on 2001/06/11  07:49:15
16864         Log: Integrate mainline
16865      Branch: perlio
16866           !> Makefile.SH embed.h embed.pl global.sym
16867           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
16868           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
16869           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
16870           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
16871 ____________________________________________________________________________
16872 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
16873         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
16874              From: Mike Guy <mjtg@cam.ac.uk>
16875              Reply-To: mjtg@cam.ac.uk
16876              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
16877      Branch: perl
16878            ! lib/ExtUtils/Manifest.pm
16879 ____________________________________________________________________________
16880 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
16881         Log: Subject: [PATCH] ExtUtils::Constant
16882              From: Nicholas Clark <nick@ccl4.org>
16883              Date: Sun, 10 Jun 2001 23:25:41 +0100
16884              Message-ID: <20010610232540.C76396@plum.flirble.org>
16885      Branch: perl
16886            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
16887 ____________________________________________________________________________
16888 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
16889         Log: Integrate perlio.
16890      Branch: perl
16891           !> iperlsys.h
16892 ____________________________________________________________________________
16893 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
16894         Log: Move the grok_number and its lieutenant grok_numeric_radix
16895              from sv.c statics to util.c and public.
16896      Branch: perl
16897            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
16898            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
16899 ____________________________________________________________________________
16900 [ 10504] By: nick                                  on 2001/06/10  17:47:06
16901         Log: Fix (valid) -Wall warnings in perlio.c
16902      Branch: perlio
16903            ! iperlsys.h
16904 ____________________________________________________________________________
16905 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
16906         Log: Update perly_c.diff, update perly.fixer to edit away
16907              some of the -Wall noise.
16908      Branch: perl
16909            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
16910 ____________________________________________________________________________
16911 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
16912         Log: Check the version of byacc.
16913      Branch: perl
16914            ! Makefile.SH
16915 ____________________________________________________________________________
16916 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
16917         Log: Subject: [PATCH] perly.y overhaul
16918              From: Simon Cozens <simon@netthink.co.uk>
16919              Date: Sun, 10 Jun 2001 16:56:54 +0100
16920              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
16921              
16922              Plus make run_byacc.
16923      Branch: perl
16924            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
16925 ____________________________________________________________________________
16926 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
16927         Log: Integrate perlio.
16928      Branch: perl
16929           !> perlio.c perlsfio.h
16930 ____________________________________________________________________________
16931 [ 10499] By: nick                                  on 2001/06/10  15:01:08
16932         Log: Integrate mainline
16933      Branch: perlio
16934           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
16935           !> t/pragma/locale.t util.c
16936 ____________________________________________________________________________
16937 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
16938         Log: Put some meat on the perl572delta bones.  The list of
16939              selected bug fixes needs more work, as does still the
16940              whole document.
16941      Branch: perl
16942            ! pod/perl572delta.pod
16943 ____________________________________________________________________________
16944 [ 10497] By: nick                                  on 2001/06/10  12:27:51
16945         Log: Paper over a crack or two with USE_SFIO
16946      Branch: perlio
16947            ! perlio.c perlsfio.h
16948 ____________________________________________________________________________
16949 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
16950         Log: Update Changes.
16951      Branch: perl
16952            ! Changes patchlevel.h
16953 ____________________________________________________________________________
16954 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
16955         Log: Subject: Re: pragma/locale.t #107
16956              From: Hugo <hv@crypt.compulink.co.uk>
16957              Date: Sun, 10 Jun 2001 11:23:30 +0100
16958              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
16959              
16960              Encapsulate the scan of the decimal radix separator.
16961      Branch: perl
16962            ! embed.h embed.pl proto.h sv.c
16963 ____________________________________________________________________________
16964 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
16965         Log: Try to grok numbers both with the locale specific separator
16966              and with the usual "." (if different from the lss); add a test
16967              to locale.t to do also a little bit of math in addition to just
16968              equalness testing; remove extraneous logic as suggested in
16969              
16970              Subject: Re: pragma/locale.t #107
16971              From: Nicholas Clark <nick@ccl4.org>
16972              Date: Sat, 9 Jun 2001 22:37:36 +0100
16973              Message-ID: <20010609223735.Y76396@plum.flirble.org>
16974      Branch: perl
16975            ! sv.c t/pragma/locale.t
16976 ____________________________________________________________________________
16977 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
16978         Log: Metaconfig unit change for #10492.
16979      Branch: metaconfig/U/perl
16980            ! Extensions.U
16981 ____________________________________________________________________________
16982 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
16983         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
16984              From: Artur Bergman <artur@contiller.se> 
16985              Date: Sat, 09 Jun 2001 21:03:51 +0200
16986              Message-ID: <B7483FB6.1398%artur@contiller.se>
16987      Branch: perl
16988            ! Configure
16989 ____________________________________________________________________________
16990 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
16991         Log: Integrate perlio.
16992      Branch: perl
16993           !> perlsfio.h
16994 ____________________________________________________________________________
16995 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
16996         Log: Do locale specific separator if only in locale.
16997      Branch: perl
16998            ! util.c
16999 ____________________________________________________________________________
17000 [ 10489] By: nick                                  on 2001/06/09  19:13:25
17001         Log: Make XS/Typemap compile (but fail) with sfio
17002      Branch: perlio
17003            ! perlsfio.h
17004 ____________________________________________________________________________
17005 [ 10488] By: nick                                  on 2001/06/09  19:12:51
17006         Log: Re-integrate mainline
17007      Branch: perlio
17008           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
17009           !> proto.h sv.c util.c
17010 ____________________________________________________________________________
17011 [ 10487] By: nick                                  on 2001/06/09  16:26:29
17012         Log: Integrate mainline
17013      Branch: perlio
17014           !> (integrate 31 files)
17015 ____________________________________________________________________________
17016 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
17017         Log: Subject: [PATCH] New attempt to clone callack
17018              From: Artur Bergman <artur@contiller.se> 
17019              Date: Thu, 07 Jun 2001 11:52:16 +0200
17020              Message-ID: <B7451B6F.12B7%artur@contiller.se>
17021      Branch: perl
17022            ! embedvar.h intrpvar.h perlapi.h sv.c
17023 ____________________________________________________________________________
17024 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
17025         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
17026      Branch: perl
17027            ! embed.h embed.pl perl.h proto.h sv.c util.c
17028 ____________________________________________________________________________
17029 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
17030         Log: Subject: Re: pragma/locale.t #107
17031              From: Nicholas Clark <nick@ccl4.org>
17032              Date: Sat, 9 Jun 2001 16:26:10 +0100
17033              Message-ID: <20010609162609.V76396@plum.flirble.org>
17034              
17035              A missing NVification.
17036      Branch: perl
17037            ! sv.c
17038 ____________________________________________________________________________
17039 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
17040         Log: Redo the #10482, there already was a test script for formats.
17041      Branch: perl
17042            - t/io/format.t
17043            ! MANIFEST t/op/write.t
17044 ____________________________________________________________________________
17045 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
17046         Log: Twisted format testing, from Merijn.
17047      Branch: perl
17048            + t/io/format.t
17049            ! MANIFEST
17050 ____________________________________________________________________________
17051 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
17052         Log: More \p{In...} testing, combined with \N{...}.
17053      Branch: perl
17054            ! lib/utf8_heavy.pl t/op/pat.t
17055 ____________________________________________________________________________
17056 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
17057         Log: Metaconfig changes for #10479.
17058      Branch: metaconfig
17059            ! U/Glossary.patch
17060      Branch: metaconfig/U/perl
17061            ! d_modfl.U
17062 ____________________________________________________________________________
17063 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
17064         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
17065      Branch: perl
17066            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17067            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
17068            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
17069            ! win32/config.bc win32/config.gc win32/config.vc
17070 ____________________________________________________________________________
17071 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
17072         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
17073              From: "Craig A. Berry" <craigberry@mac.com>
17074              Date: Thu, 7 Jun 2001 14:27:20 -0500
17075              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
17076      Branch: perl
17077            ! vms/perlvms.pod
17078 ____________________________________________________________________________
17079 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
17080         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
17081              From: Gisle Aas <gisle@ActiveState.com>
17082              Date: 07 Jun 2001 17:04:29 -0700
17083              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
17084      Branch: perl
17085            ! ext/re/re.xs
17086 ____________________________________________________________________________
17087 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
17088         Log: Update Changes.
17089      Branch: perl
17090            ! Changes patchlevel.h
17091 ____________________________________________________________________________
17092 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
17093         Log: Regen Glossary et alia.
17094      Branch: perl
17095            ! Porting/Glossary Porting/config.sh Porting/config_H
17096 ____________________________________________________________________________
17097 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
17098         Log: Metaconfig unit changes for #10473.
17099      Branch: metaconfig/U/perl
17100            ! d_modfl.U
17101 ____________________________________________________________________________
17102 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
17103         Log: Harumph, also AIX will spill its guts (i.e. dump core)
17104              if an executable contains modfl() but it hasn't been
17105              compiled right (in the case of AIX, with cc -qlongdouble).
17106      Branch: perl
17107            ! Configure
17108 ____________________________________________________________________________
17109 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
17110         Log: integrate change#10471 from mainline
17111              
17112              in change#10451, check that CvOUTSIDE is a CV before looking in
17113              (it can apparently be SVt_NULL during global destruction)
17114      Branch: maint-5.6/perl
17115           !> op.c
17116 ____________________________________________________________________________
17117 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
17118         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
17119              (it can apparently be SVt_NULL during global destruction)
17120      Branch: perl
17121            ! op.c
17122 ____________________________________________________________________________
17123 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
17124         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
17125              From: Robin Barker <rmb1@cise.npl.co.uk>
17126              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
17127              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
17128      Branch: perl
17129            ! lib/diagnostics.pm pod/perldiag.pod
17130 ____________________________________________________________________________
17131 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
17132         Log: Subject: [PATCH perl@10439] long =item
17133              From: Robin Barker <rmb1@cise.npl.co.uk>
17134              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
17135              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
17136      Branch: perl
17137            ! README.amiga lib/Attribute/Handlers.pm
17138            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
17139 ____________________________________________________________________________
17140 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
17141         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
17142              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
17143              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
17144              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
17145      Branch: perl
17146            ! pod/perlguts.pod
17147 ____________________________________________________________________________
17148 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
17149         Log: Integrate perlio.
17150      Branch: perl
17151           !> sv.c
17152 ____________________________________________________________________________
17153 [ 10466] By: nick                                  on 2001/06/07  10:25:40
17154         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
17155              whitespace tweaks.
17156              Still coredumps in pragma/overload.t - what a nice hard fail that is...
17157      Branch: perlio
17158            ! sv.c
17159 ____________________________________________________________________________
17160 [ 10465] By: nick                                  on 2001/06/07  08:41:58
17161         Log: Raw integrate of mainline for S_grok_number debug
17162              (sv.c has MULTIPLICITY issues as well as whatever else ...)
17163      Branch: perlio
17164            - plan9/perlplan9.doc plan9/perlplan9.pod
17165           !> (integrate 46 files)
17166 ____________________________________________________________________________
17167 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
17168         Log: The proper prototyping for #10463.
17169      Branch: perl
17170            ! embed.h embed.pl proto.h sv.c
17171 ____________________________________________________________________________
17172 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
17173         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
17174              From: Nicholas Clark <nick@ccl4.org>
17175              Date: Thu, 7 Jun 2001 00:29:59 +0100
17176              Message-ID: <20010607002959.Z76396@plum.flirble.org>
17177      Branch: perl
17178            ! sv.c
17179 ____________________________________________________________________________
17180 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
17181         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
17182              From: "Craig A. Berry" <craigberry@mac.com>
17183              Date: Wed, 06 Jun 2001 17:54:30 -0500
17184              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
17185      Branch: perl
17186            ! vms/perlvms.pod
17187 ____________________________________________________________________________
17188 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
17189         Log: Podify the remaining README.platform files;
17190              merge README.plan9 and plan9/perlplan9.pod;
17191              delete plan9/perlplan9.* (the perlplan.doc needs to
17192              be regenerated in Plan 9); make the =head1 and =head2
17193              in the README.platform to be a little more verbose
17194              (skipped README.os2 not to anger Ilya) so that they
17195              look better in the toc; regen toc.
17196      Branch: perl
17197            - plan9/perlplan9.doc plan9/perlplan9.pod
17198            ! MANIFEST README.aix README.amiga README.apollo README.beos
17199            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
17200            ! README.hpux README.hurd README.machten README.macos
17201            ! README.micro README.mint README.mpeix README.os390
17202            ! README.plan9 README.qnx README.solaris README.threads
17203            ! README.tru64 README.vmesa README.vms README.vos README.win32
17204            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
17205            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
17206 ____________________________________________________________________________
17207 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
17208         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
17209              From: Mike Guy <mjtg@cam.ac.uk>
17210              Reply-To: mjtg@cam.ac.uk
17211              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
17212      Branch: perl
17213            ! pod/perlguts.pod
17214 ____________________________________________________________________________
17215 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
17216         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
17217              From: Mike Guy <mjtg@cam.ac.uk>
17218              Reply-To: mjtg@cam.ac.uk
17219              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
17220      Branch: perl
17221            ! pod/perlsec.pod
17222 ____________________________________________________________________________
17223 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
17224         Log: Disable long doubles from pre-5.0 Tru64s.
17225      Branch: perl
17226            ! README.tru64 hints/dec_osf.sh
17227 ____________________________________________________________________________
17228 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
17229         Log: The #10455 exposed that modfl() is fundamentally busted
17230              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
17231              testing it.
17232      Branch: perl
17233            ! hints/dec_osf.sh
17234 ____________________________________________________________________________
17235 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
17236         Log: Metaconfig unit change for #10455.
17237      Branch: metaconfig/U/perl
17238            ! d_modfl.U
17239 ____________________________________________________________________________
17240 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
17241         Log: Configure check for geborken modfl(), inspired by
17242              
17243              Subject: Re: [20010118.017] op/int.t failure 
17244              From: Hugo <hv@crypt.compulink.co.uk>
17245              Date: Tue, 05 Jun 2001 13:43:27 +0100
17246              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
17247      Branch: perl
17248            ! Configure
17249 ____________________________________________________________________________
17250 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
17251         Log: Integrate changes #10450 and #10451 from maintperl:
17252              
17253              optimize change#10448 slightly (don't repeat search in eval""s lexical
17254              scope, since that has already been searched)
17255              
17256              change#9108 needs subtler treatment for case of closures created
17257              within eval""
17258      Branch: perl
17259           !> op.c t/op/misc.t
17260 ____________________________________________________________________________
17261 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
17262         Log: MakeMaker magic to compile (when no dynamic loading)
17263              List/Util.xsc as (ListUtil.c and) ListUtil.o since
17264              POSIX-BC (BS2000) linker has an evil limitation of
17265              being unable to include in the same executable several
17266              object files with the same name - case-insensitively -
17267              because otherwise we conflict with util.c.
17268              Strictly speaking currently required only in POSIX-BC
17269              but probably will do no harm elsewhere where static
17270              linking is required.
17271      Branch: perl
17272            ! ext/List/Util/Makefile.PL
17273 ____________________________________________________________________________
17274 [ 10452] By: nick                                  on 2001/06/06  08:59:51
17275         Log: Integrate mainline.
17276      Branch: perlio
17277           +> lib/Attribute/Handlers/demo/Demo.pm
17278           +> lib/Attribute/Handlers/demo/Descriptions.pm
17279           +> lib/Attribute/Handlers/demo/MyClass.pm
17280           +> lib/Attribute/Handlers/demo/demo.pl
17281           +> lib/Attribute/Handlers/demo/demo2.pl
17282           +> lib/Attribute/Handlers/demo/demo3.pl
17283           +> lib/Attribute/Handlers/demo/demo4.pl
17284           +> lib/Attribute/Handlers/demo/demo_call.pl
17285           +> lib/Attribute/Handlers/demo/demo_chain.pl
17286           +> lib/Attribute/Handlers/demo/demo_cycle.pl
17287           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
17288           +> lib/Attribute/Handlers/demo/demo_phases.pl
17289           +> lib/Attribute/Handlers/demo/demo_range.pl
17290           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
17291           +> uts/strtol_wrap.c
17292           !> (integrate 91 files)
17293 ____________________________________________________________________________
17294 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
17295         Log: change#9108 needs subtler treatment for case of closures created
17296              within eval""
17297      Branch: maint-5.6/perl
17298            ! op.c t/op/misc.t
17299 ____________________________________________________________________________
17300 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
17301         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
17302              scope, since that has already been searched)
17303      Branch: maint-5.6/perl
17304            ! op.c
17305 ____________________________________________________________________________
17306 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
17307         Log: Integrate change #10448 from maintperl; lexicals
17308              outside an eval"" weren't resolved correctly inside a subroutine
17309              definition inside the eval"" if they were not already referenced
17310              in the toplevel of the eval""-ed code
17311      Branch: perl
17312           !> cop.h op.c pp_ctl.c t/op/misc.t
17313 ____________________________________________________________________________
17314 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
17315         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
17316              outside an eval"" weren't resolved correctly inside a subroutine
17317              definition inside the eval"" if they were not already referenced
17318              in the toplevel of the eval""-ed code
17319      Branch: maint-5.6/perl
17320            ! cop.h op.c pp_ctl.c t/op/misc.t
17321 ____________________________________________________________________________
17322 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
17323         Log: Subject: [PATCH] perl570delta.pod
17324              From: Peter Scott <Peter@PSDT.com> 
17325              Date: Tue, 05 Jun 2001 18:51:02 -0700
17326              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
17327      Branch: perl
17328            ! pod/perl570delta.pod
17329 ____________________________________________________________________________
17330 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
17331         Log: The fudge factor is no more needed.  I hope.
17332      Branch: perl
17333            ! t/lib/posix.t
17334 ____________________________________________________________________________
17335 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
17336         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
17337              From: Hugo <hv@crypt.compulink.co.uk>
17338              Date: Tue, 05 Jun 2001 12:58:19 +0100
17339              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
17340      Branch: perl
17341            ! util.c
17342 ____________________________________________________________________________
17343 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
17344         Log: Make up prototypes only for those who have the functions
17345              but not the prototypes.
17346      Branch: perl
17347            ! perl.h
17348 ____________________________________________________________________________
17349 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
17350         Log: Subject: Re: Not OK: perl@10439 on win32 
17351              From: Prymmer/Kahn <pvhp@best.com> 
17352              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
17353              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
17354      Branch: perl
17355            ! perl.h util.c
17356 ____________________________________________________________________________
17357 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
17358         Log: The metaconfig units changes for #10441.
17359      Branch: metaconfig
17360            ! U/modified/Extract.U U/modified/Extractall.U
17361            ! U/modified/Finish.U
17362 ____________________________________________________________________________
17363 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
17364         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
17365      Branch: perl
17366            ! Configure
17367 ____________________________________________________________________________
17368 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
17369         Log: Unnecessary fuzziness undone, noted by Mike Guy.
17370      Branch: perl
17371            ! t/op/tr.t
17372 ____________________________________________________________________________
17373 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
17374         Log: Update Changes.
17375      Branch: perl
17376            ! Changes patchlevel.h
17377 ____________________________________________________________________________
17378 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
17379         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
17380              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
17381              leakage patch.
17382      Branch: perl
17383            ! t/op/misc.t
17384 ____________________________________________________________________________
17385 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
17386         Log: Test case for #10433/#10424.
17387      Branch: perl
17388            ! t/op/misc.t
17389 ____________________________________________________________________________
17390 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
17391         Log: Subject: One fix for strtoul not setting errno
17392              From: hom00@utsglobal.com (Hal Morris)
17393              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
17394              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
17395      Branch: perl
17396            + uts/strtol_wrap.c
17397            ! MANIFEST hints/uts.sh
17398 ____________________________________________________________________________
17399 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
17400         Log: Metaconfig units changes for #10434.
17401      Branch: metaconfig
17402            ! U/modified/Cppsym.U
17403      Branch: metaconfig/U/perl
17404            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
17405            + d_syscallproto.U d_usleepproto.U
17406            ! longdblfio.U quadfio.U
17407 ____________________________________________________________________________
17408 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
17409         Log: Configure tweaks; add prototype probes, make the cpp symbols
17410              probe to cast, not whine; test for %Ld and %Lf before %lld and
17411              %llf because the L is the ANSI way.
17412      Branch: perl
17413            ! Configure config_h.SH configure.com epoc/config.sh
17414            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
17415            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
17416            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
17417 ____________________________________________________________________________
17418 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
17419         Log: Sigh.  This is what #10424 was supposed to check in.
17420      Branch: perl
17421            ! op.c sv.c sv.h
17422 ____________________________________________________________________________
17423 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
17424         Log: More verbose failure.
17425      Branch: perl
17426            ! t/op/ver.t
17427 ____________________________________________________________________________
17428 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
17429         Log: The .pm changes to go with #10428.
17430      Branch: perl
17431            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
17432            ! ext/Sys/Syslog/Syslog.pm
17433 ____________________________________________________________________________
17434 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
17435         Log: On second thoughts show to utf8 skippage message only
17436              on failures, it's too confusing otherwise,
17437      Branch: perl
17438            ! t/pragma/locale.t
17439 ____________________________________________________________________________
17440 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
17441         Log: Do not import anything from Encode.
17442      Branch: perl
17443            ! ext/MIME/Base64/QuotedPrint.pm
17444 ____________________________________________________________________________
17445 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
17446         Log: The #10402 didn't take.  Weird.
17447      Branch: perl
17448            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
17449            ! ext/Sys/Syslog/Syslog.xs
17450 ____________________________________________________________________________
17451 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
17452         Log: Eradicate traces of 'asciirange' re subpragma.
17453      Branch: perl
17454            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
17455            ! pod/perldiag.pod
17456 ____________________________________________________________________________
17457 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
17458         Log: use is a compile-time thing.
17459      Branch: perl
17460            ! ext/MIME/Base64/QuotedPrint.pm
17461 ____________________________________________________________________________
17462 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
17463         Log: Subject: [PATCH perl@10419] -Wall casting patch
17464              From: Robin Barker <rmb1@cise.npl.co.uk>
17465              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
17466              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
17467      Branch: perl
17468            ! ext/Devel/DProf/DProf.xs mg.c
17469 ____________________________________________________________________________
17470 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
17471         Log: Subject: [PATCH #2] introducing SVpad_TYPED
17472              From: Abhijit Menon-Sen <ams@wiw.org>
17473              Date: Mon, 4 Jun 2001 12:26:02 +0530
17474              Message-ID: <20010604122602.A5775@lustre.linux.in>
17475      Branch: perl
17476            ! op.c sv.c sv.h
17477 ____________________________________________________________________________
17478 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
17479         Log: testsuite for change#10192 (from Gisle Aas)
17480      Branch: perl
17481            + t/op/override.t
17482            ! MANIFEST
17483 ____________________________________________________________________________
17484 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
17485         Log: integrate changes#10414-10416 from mainline
17486              
17487              Potential buffer overrun if the radix separator is more than
17488              one byte.  Also, under locales, prefer the locale-specific
17489              separator over the old boring ".".
17490              
17491              "10.", that is, decimal numbers can have no decimal part at all.
17492              
17493              The non-locale places need love, too.
17494      Branch: maint-5.6/perl
17495           !> perl.h sv.c
17496 ____________________________________________________________________________
17497 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
17498         Log: Missed from #10420.
17499      Branch: perl
17500            ! epoc/config.sh
17501 ____________________________________________________________________________
17502 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
17503         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
17504              often this prototype goes with HAS_SETRESUID_PROTO.
17505      Branch: perl
17506            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17507            ! config_h.SH configure.com perl.h uconfig.h
17508 ____________________________________________________________________________
17509 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
17510         Log: Update Changes.
17511      Branch: perl
17512            ! Changes patchlevel.h
17513 ____________________________________________________________________________
17514 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
17515         Log: -Wall "subscript has type `char'" cleanup.
17516      Branch: perl
17517            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
17518 ____________________________________________________________________________
17519 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
17520         Log: Various "cast to pointer from integer of different size"
17521              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
17522              wide but I32 (int) only 32 bits wide).
17523              
17524              WARNING: the classnum and tagnum changes in Storable.xs
17525              may not be wise, they may be breaking binary compatibility
17526              (in 64-bit platforms), asked Raphael Manfredi about the changes.
17527      Branch: perl
17528            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
17529            ! mg.c proto.h
17530 ____________________________________________________________________________
17531 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
17532         Log: The non-locale places need love, too.
17533      Branch: perl
17534            ! perl.h
17535 ____________________________________________________________________________
17536 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
17537         Log: "10.", that is, decimal numbers can have no decimal part at all.
17538      Branch: perl
17539            ! perl.h
17540 ____________________________________________________________________________
17541 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
17542         Log: Potential buffer overrun if the radix separator is more than
17543              one byte.  Also, under locales, prefer the locale-specific
17544              separator over the old boring ".".
17545      Branch: perl
17546            ! perl.h sv.c
17547 ____________________________________________________________________________
17548 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
17549         Log: Integrate change #10412 from maintperl; locale is now
17550              per-cop, not per-op; plus retweak the locale.t to always
17551              list the skipped utf8 locales.
17552      Branch: perl
17553            ! t/pragma/locale.t
17554           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
17555           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
17556 ____________________________________________________________________________
17557 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
17558         Log: rationalize locale handling to fix the bugs uncovered by change#10394
17559              
17560              the major issue was that the runtime was looking at PL_hints rather
17561              than op_private to notice whether locale was enabled
17562              
17563              the secondary issue was that many locale-sensitive numeric ops didn't
17564              have HINT_LOCALE propagated into their op_private
17565              
17566              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
17567              instead of per-op, just like HINT_BYTE and the hints for lexical
17568              warnings (this makes the hint available to every op via PL_curcop)
17569              
17570              pragma/locale.t may need to be reworked with these fixes in mind
17571              (it currently passes its tests)
17572      Branch: maint-5.6/perl
17573            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
17574            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
17575 ____________________________________________________________________________
17576 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
17577         Log: More verbose debugging.
17578      Branch: perl
17579            ! t/pragma/locale.t
17580 ____________________________________________________________________________
17581 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
17582         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
17583              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
17584              Date: Sat, 2 Jun 2001 22:53:33 +0100
17585              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
17586      Branch: perl
17587            ! regcomp.c t/pragma/warn/regcomp
17588 ____________________________________________________________________________
17589 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
17590         Log: Mention that lexicalizing $a or $b is a bad idea if one
17591              wants to use sort().
17592      Branch: perl
17593            ! pod/perlvar.pod
17594 ____________________________________________________________________________
17595 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
17596         Log: Tweak the test to be happy if the accuracy is 'good enough'.
17597      Branch: perl
17598            ! t/lib/posix.t
17599 ____________________________________________________________________________
17600 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
17601         Log: Upgrade to Attribute::Handlers 0.70.
17602              
17603              NOTE: this unearthed the "too late for CHECK block" bug,
17604              that's why the 1_compile.t change.
17605      Branch: perl
17606            + lib/Attribute/Handlers/demo/Demo.pm
17607            + lib/Attribute/Handlers/demo/Descriptions.pm
17608            + lib/Attribute/Handlers/demo/MyClass.pm
17609            + lib/Attribute/Handlers/demo/demo.pl
17610            + lib/Attribute/Handlers/demo/demo2.pl
17611            + lib/Attribute/Handlers/demo/demo3.pl
17612            + lib/Attribute/Handlers/demo/demo4.pl
17613            + lib/Attribute/Handlers/demo/demo_call.pl
17614            + lib/Attribute/Handlers/demo/demo_chain.pl
17615            + lib/Attribute/Handlers/demo/demo_cycle.pl
17616            + lib/Attribute/Handlers/demo/demo_hashdir.pl
17617            + lib/Attribute/Handlers/demo/demo_phases.pl
17618            + lib/Attribute/Handlers/demo/demo_range.pl
17619            + lib/Attribute/Handlers/demo/demo_rawdata.pl
17620            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
17621            ! t/lib/attrhand.t
17622 ____________________________________________________________________________
17623 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
17624         Log: One less -Wall whine.
17625      Branch: perl
17626            ! regcomp.c
17627 ____________________________________________________________________________
17628 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
17629         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
17630      Branch: perl
17631           !> t/op/eval.t
17632 ____________________________________________________________________________
17633 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
17634         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
17635              aren't "normally" visible inside eval""s contained in subs unless
17636              a cloned reference to them already exists)
17637              
17638              strangely enough, t/harness didn't show this up as a failure
17639              (harness needs fixing?)
17640      Branch: maint-5.6/perl
17641            ! t/op/eval.t
17642 ____________________________________________________________________________
17643 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
17644         Log: Update to Text::Balanced 1.85.
17645      Branch: perl
17646            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
17647 ____________________________________________________________________________
17648 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
17649         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
17650              From: Nicholas Clark <nick@ccl4.org>
17651              Date: Sun, 3 Jun 2001 17:54:36 +0100
17652              Message-ID: <20010603175436.E76396@plum.flirble.org> 
17653      Branch: perl
17654            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
17655            ! ext/Sys/Syslog/Syslog.xs
17656 ____________________________________________________________________________
17657 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
17658         Log: Unused variables.
17659      Branch: perl
17660            ! util.c
17661 ____________________________________________________________________________
17662 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
17663         Log: Subject: [PATCH] APIfy op_clear 
17664              From: Simon Cozens <simon@netthink.co.uk>
17665              Date: Sun, 3 Jun 2001 13:51:46 +0100
17666              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
17667              
17668              (despite the subject line, op_null is APIfied by the patch)
17669      Branch: perl
17670            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
17671 ____________________________________________________________________________
17672 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
17673         Log: Subject: [PATCH] t/lib/extutils.t
17674              From: Nicholas Clark <nick@ccl4.org>
17675              Date: Sat, 2 Jun 2001 23:57:05 +0100
17676              Message-ID: <20010602235705.Q12698@plum.flirble.org>
17677      Branch: perl
17678            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
17679 ____________________________________________________________________________
17680 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
17681         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
17682              From: Prymmer/Kahn <pvhp@best.com>
17683              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
17684              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
17685      Branch: perl
17686            ! win32/Makefile win32/makefile.mk
17687 ____________________________________________________________________________
17688 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
17689         Log: Subject: Re: 'decimal digits' macro? 
17690              From: Hugo <hv@crypt.compulink.co.uk>
17691              Date: Sun, 03 Jun 2001 04:26:36 +0100
17692              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
17693      Branch: perl
17694            ! handy.h t/lib/posix.t t/op/tr.t
17695 ____________________________________________________________________________
17696 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
17697         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
17698              From: Hugo <hv@crypt.compulink.co.uk>
17699              Date: Sun, 03 Jun 2001 14:56:30 +0100
17700              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
17701      Branch: perl
17702            ! util.c
17703 ____________________________________________________________________________
17704 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
17705         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
17706      Branch: perl
17707           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
17708           !> vms/perly_c.vms
17709 ____________________________________________________________________________
17710 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
17711         Log: fix leakage of lexicals at file scope into subroutines that were
17712              declared before them; this appears to be a longstanding bug that
17713              meant that lexicals at file scope were never "deintroduced", meaning
17714              their scope range was never properly closed, and their visibility
17715              extended to all subsequent eval""s or requires
17716              
17717              added a test case
17718              
17719              seems to also fix a case of bogus duplicate warnings
17720      Branch: maint-5.6/perl
17721            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
17722            ! vms/perly_c.vms
17723 ____________________________________________________________________________
17724 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
17725         Log: More VMS tweaks from Craig A. Berry.
17726      Branch: perl
17727            ! configure.com t/lib/extutils.t
17728 ____________________________________________________________________________
17729 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
17730         Log: -Wall cleanup continues.
17731      Branch: perl
17732            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
17733            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
17734            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
17735            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
17736            ! run.c toke.c util.c
17737 ____________________________________________________________________________
17738 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
17739         Log: The metaconfig unit change for #10390.
17740      Branch: metaconfig/U/perl
17741            ! gccvers.U
17742 ____________________________________________________________________________
17743 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
17744         Log: Drop the -ansi from the default gcc flags.
17745              
17746              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
17747              that struct cannot be compared with a flat integer, such as STRLEN.
17748              The -ansi will also cause a lot of noise in Solaris because of:
17749              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
17750      Branch: perl
17751            ! Configure
17752 ____________________________________________________________________________
17753 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
17754         Log: Integrate perlio.
17755      Branch: perl
17756           !> pod/perlapi.pod util.c
17757 ____________________________________________________________________________
17758 [ 10388] By: nick                                  on 2001/06/02  08:01:12
17759         Log: Integrate mainline
17760      Branch: perlio
17761           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
17762           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
17763           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
17764           !> t/lib/1_compile.t t/lib/mimeqp.t
17765 ____________________________________________________________________________
17766 [ 10387] By: nick                                  on 2001/06/02  07:39:17
17767         Log: Tweak util.c's atof2 for MULTIPLICITY
17768      Branch: perlio
17769            ! util.c
17770 ____________________________________________________________________________
17771 [ 10386] By: nick                                  on 2001/06/02  07:38:33
17772         Log: Integrate mainline
17773      Branch: perlio
17774           !> (integrate 41 files)
17775 ____________________________________________________________________________
17776 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
17777         Log: Add Attribute::Handlers 0.61 from Damian Conway.
17778      Branch: perl
17779            + lib/Attribute/Handlers.pm t/lib/attrhand.t
17780            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
17781 ____________________________________________________________________________
17782 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
17783         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
17784              From: Peter Prymmer <pvhp@forte.com>
17785              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
17786              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
17787      Branch: perl
17788            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
17789 ____________________________________________________________________________
17790 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
17791         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
17792              From: Jeff Pinyan <jeffp@crusoe.net>
17793              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
17794              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
17795      Branch: perl
17796            ! lib/File/Find.pm
17797 ____________________________________________________________________________
17798 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
17799         Log: Subject: [PATCH perl@10381] configure.com tweaks
17800              From: "Craig A. Berry" <craigberry@mac.com>
17801              Date: Fri, 1 Jun 2001 13:55:43 -0500
17802              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
17803      Branch: perl
17804            ! configure.com
17805 ____________________________________________________________________________
17806 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
17807         Log: Update Changes.
17808      Branch: perl
17809            ! Changes patchlevel.h
17810 ____________________________________________________________________________
17811 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
17812         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
17813              From: Mike Guy <mjtg@cam.ac.uk>
17814              Date: Fri, 01 Jun 2001 18:17:02 +0100
17815              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
17816      Branch: perl
17817            ! lib/perl5db.pl
17818 ____________________________________________________________________________
17819 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
17820         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
17821              From: Hugo <hv@crypt.compulink.co.uk>
17822              Date: Thu, 31 May 2001 20:49:48 +0100
17823              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
17824      Branch: perl
17825            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
17826            ! util.c
17827 ____________________________________________________________________________
17828 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
17829         Log: Zero() is not available in x2p (or, rather, some of its
17830              implementations like memzero() might not be available.)
17831      Branch: perl
17832            ! x2p/hash.c
17833 ____________________________________________________________________________
17834 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
17835         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
17836              From: Michael G Schwern <schwern@pobox.com>
17837              Date: Fri, 1 Jun 2001 12:00:29 +0100
17838              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
17839              
17840              (But use Zero() instead of memset.)
17841      Branch: perl
17842            ! x2p/hash.c
17843 ____________________________________________________________________________
17844 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
17845         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
17846              From: Jeff Pinyan <jeffp@crusoe.net>
17847              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
17848              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
17849      Branch: perl
17850            ! pod/perldiag.pod regcomp.c t/op/pat.t
17851 ____________________________________________________________________________
17852 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
17853         Log: Retract #10324 and #10333; not needed.
17854      Branch: perl
17855            ! hints/irix_6.sh hints/linux.sh
17856 ____________________________________________________________________________
17857 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
17858         Log: The #10370 wasn't quite right.
17859      Branch: perl
17860            ! ext/XS/Typemap/Typemap.xs
17861 ____________________________________________________________________________
17862 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
17863         Log: The metaconfig units changes for #10372.
17864      Branch: metaconfig/U/perl
17865            + d_realpath.U d_sresgproto.U d_sresuproto.U
17866            ! gccvers.U i_db.U
17867 ____________________________________________________________________________
17868 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
17869         Log: Configure tweaks; record the Berkeley DB version,
17870              probe for realpath(), for setresuid() and setresgid()
17871              prototypes; use realpath() (try to be paranoid enough),
17872              use the setres[ug]id prototypes because glibc has the functions
17873              but not their prototypes; add -Wall -ansi to gcc ccflags;
17874              regen toc.
17875      Branch: perl
17876            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17877            ! config_h.SH configure.com epoc/config.sh
17878            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
17879            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
17880            ! vos/config.ga.def win32/config.bc win32/config.gc
17881            ! win32/config.vc
17882 ____________________________________________________________________________
17883 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
17884         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
17885              From: Michael G Schwern <schwern@pobox.com>
17886              Date: Fri, 1 Jun 2001 11:28:14 +0100
17887              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
17888      Branch: perl
17889            ! lib/attributes.pm xsutils.c
17890 ____________________________________________________________________________
17891 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
17892         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
17893              From: Tim Jenness <t.jenness@jach.hawaii.edu>
17894              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
17895              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
17896      Branch: perl
17897            ! ext/XS/Typemap/Typemap.xs
17898 ____________________________________________________________________________
17899 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
17900         Log: Subject: [patch] Cwd.xs optimizations/abstraction
17901              From: Doug MacEachern <dougm@covalent.net>
17902              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
17903              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
17904      Branch: perl
17905            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
17906            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
17907 ____________________________________________________________________________
17908 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
17909         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!])
17910              From: Nicholas Clark <nick@ccl4.org>
17911              Date: Thu, 31 May 2001 23:56:40 +0100
17912              Message-ID: <20010531235640.F12698@plum.flirble.org>
17913              
17914              Make the test work also under only static extensions
17915              (sh Configure -Uusedl fakes this nicely)
17916      Branch: perl
17917            ! t/lib/extutils.t
17918 ____________________________________________________________________________
17919 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
17920         Log: Subject: [PATCH hv.c] Eliminating trigraph
17921              From: Michael G Schwern <schwern@pobox.com>
17922              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
17923              Date: Fri, 1 Jun 2001 11:49:56 +0100
17924      Branch: perl
17925            ! hv.c
17926 ____________________________________________________________________________
17927 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
17928         Log: Subject: Re: [PATCH] Tests for File::Compare 
17929              From: "Philip Newton" <Philip.Newton@gmx.net>
17930              Date: Thu, 31 May 2001 19:44:05 +0200
17931              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
17932              
17933              Unnecessary "quotation marks".
17934      Branch: perl
17935            ! t/lib/filecomp.t
17936 ____________________________________________________________________________
17937 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
17938         Log: Integrate perlio.
17939      Branch: perl
17940           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
17941 ____________________________________________________________________________
17942 [ 10364] By: nick                                  on 2001/06/01  10:13:31
17943         Log: Cleanup dll.base and dll.exp created by GCC builds.
17944      Branch: perlio
17945            ! lib/ExtUtils/MM_Win32.pm
17946 ____________________________________________________________________________
17947 [ 10363] By: nick                                  on 2001/06/01  10:02:17
17948         Log: Make filecomp test work on CRLF platforms by adding binmode.
17949      Branch: perlio
17950            ! t/lib/filecomp.t
17951 ____________________________________________________________________________
17952 [ 10362] By: nick                                  on 2001/06/01  08:37:17
17953         Log: Integrate mainline
17954      Branch: perlio
17955           !> Changes Configure patchlevel.h perlio.c
17956 ____________________________________________________________________________
17957 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
17958         Log: panic:claustrophobia.
17959      Branch: perl
17960            ! perlio.c
17961 ____________________________________________________________________________
17962 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
17963         Log: Update Changes.
17964      Branch: perl
17965            ! Changes patchlevel.h
17966 ____________________________________________________________________________
17967 [ 10359] By: nick                                  on 2001/05/31  12:35:50
17968         Log: Integrate mainline.
17969      Branch: perlio
17970           +> t/lib/filecomp.t
17971           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
17972           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
17973 ____________________________________________________________________________
17974 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
17975         Log: Integrate perlio.
17976      Branch: perl
17977           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
17978           !> win32/config_H.vc
17979 ____________________________________________________________________________
17980 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
17981         Log: Metaconfig unit change for #10356.
17982      Branch: metaconfig
17983            ! U/installdirs/inc_version_list.U
17984 ____________________________________________________________________________
17985 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
17986         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
17987              (idea from Sarathy; implementation from Andy)
17988      Branch: perl
17989            ! Configure
17990 ____________________________________________________________________________
17991 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
17992         Log: More AUTHORS.
17993      Branch: perl
17994            ! AUTHORS
17995 ____________________________________________________________________________
17996 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
17997         Log: Subject: Re: [PATCH] Tests for File::Compare
17998              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
17999              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
18000              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
18001      Branch: perl
18002            + t/lib/filecomp.t
18003            ! MANIFEST t/lib/1_compile.t
18004 ____________________________________________________________________________
18005 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
18006         Log: Subject: [PATCH] DEBUG_* macro cleanups
18007              From: Abhijit Menon-Sen <ams@wiw.org>
18008              Date: Thu, 31 May 2001 12:16:22 +0530
18009              Message-ID: <20010531121622.B4829@lustre.linux.in>
18010              
18011              Subject: Re: [PATCH] DEBUG_* macro cleanups
18012              From: Abhijit Menon-Sen <ams@wiw.org>
18013              Date: Thu, 31 May 2001 13:57:01 +0530
18014              Message-ID: <20010531135701.A21775@lustre.linux.in>
18015              
18016              (The DEBUG_ definitions in perl.h changed to use the
18017              STMT_START and STMT_END.)
18018      Branch: perl
18019            ! perl.h pp_ctl.c sv.c toke.c
18020 ____________________________________________________________________________
18021 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
18022         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
18023              From: Abhijit Menon-Sen <ams@wiw.org>
18024              Date: Thu, 31 May 2001 08:27:55 +0530
18025              Message-ID: <20010531082755.A10018@lustre.linux.in>
18026      Branch: perl
18027            ! ext/Storable/Storable.xs gv.c perl.c
18028 ____________________________________________________________________________
18029 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
18030         Log: Subject: [PATCH] AUTHORS
18031              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
18032              Date: Thu, 31 May 2001 01:27:59 -0500
18033              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
18034              
18035              Subject: Re: [PATCH] AUTHORS
18036              From: "Philip Newton" <Philip.Newton@gmx.net>
18037              Date: Thu, 31 May 2001 10:08:06 +0200
18038              (Message-Id missing?)
18039      Branch: perl
18040            ! AUTHORS
18041 ____________________________________________________________________________
18042 [ 10350] By: nick                                  on 2001/05/31  11:40:43
18043         Log: win32 - dmake regen_config_h
18044      Branch: perlio
18045            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18046 ____________________________________________________________________________
18047 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
18048         Log: Subject: Re: [PATCH util.c] More warning cleanups.
18049              From: "Philip Newton" <Philip.Newton@gmx.net>
18050              Date: Thu, 31 May 2001 07:41:36 +0200
18051              Message-Id: <200105310538.IAA25458@taku.hut.fi>
18052              
18053              Undo C++-ism that snekt in.
18054      Branch: perl
18055            ! util.c
18056 ____________________________________________________________________________
18057 [ 10348] By: nick                                  on 2001/05/31  11:36:46
18058         Log: Tolerate Win32 numerics
18059      Branch: perlio
18060            ! t/pragma/warn/toke
18061 ____________________________________________________________________________
18062 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
18063         Log: Integrate perlio.
18064      Branch: perl
18065           !> perlio.c win32/win32.h
18066 ____________________________________________________________________________
18067 [ 10346] By: nick                                  on 2001/05/31  10:54:55
18068         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
18069              perlio.c change 10255.
18070      Branch: perlio
18071            ! perlio.c
18072 ____________________________________________________________________________
18073 [ 10345] By: nick                                  on 2001/05/31  10:01:57
18074         Log: Conditionaly put back some "unused" dTHX which are used
18075              with PERL_IMPLICIT_SYS
18076      Branch: perlio
18077            ! perlio.c
18078 ____________________________________________________________________________
18079 [ 10344] By: nick                                  on 2001/05/31  10:00:59
18080         Log: Fix Win32 for new spelling IN_BYTES 
18081      Branch: perlio
18082            ! win32/win32.h
18083 ____________________________________________________________________________
18084 [ 10343] By: nick                                  on 2001/05/31  08:01:32
18085         Log: perlio.c -Wall cleaner under MULTIPLICITY
18086              - still minor noise with linux stdio
18087      Branch: perlio
18088            ! perlio.c
18089 ____________________________________________________________________________
18090 [ 10342] By: nick                                  on 2001/05/31  07:52:23
18091         Log: Integrate mainline.
18092      Branch: perlio
18093           !> (integrate 42 files)
18094 ____________________________________________________________________________
18095 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
18096         Log: AUTHORS updates.
18097      Branch: perl
18098            ! AUTHORS
18099 ____________________________________________________________________________
18100 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
18101         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
18102              From: Peter Prymmer <pvhp@forte.com>
18103              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
18104              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
18105      Branch: perl
18106            ! t/lib/md5-file.t
18107 ____________________________________________________________________________
18108 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
18109         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
18110              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
18111              to match the pragma name; various robustness cleanups.
18112      Branch: perl
18113            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
18114            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
18115 ____________________________________________________________________________
18116 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
18117         Log: More -Wall sweeping.
18118      Branch: perl
18119            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
18120            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
18121            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
18122            ! regcomp.c sv.c toke.c utf8.c
18123 ____________________________________________________________________________
18124 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
18125         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
18126              From: Nicholas Clark <nick@ccl4.org>
18127              Date: Wed, 30 May 2001 22:34:41 +0100
18128              Message-ID: <20010530223441.Y86445@plum.flirble.org>
18129      Branch: perl
18130            ! t/op/cmp.t
18131 ____________________________________________________________________________
18132 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
18133         Log: It's is not, it isn't ain't, and it's it's, not its,
18134              if you mean it is. If you don't, it's its. Then too,
18135              it's hers. It isn't her's. It isn't our's either.
18136              It's ours, and likewise yours and theirs.
18137              -- Oxford University Press, Edpress News
18138      Branch: perl
18139            ! lib/autouse.pm
18140 ____________________________________________________________________________
18141 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
18142         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
18143      Branch: perl
18144            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
18145            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
18146            ! x2p/str.c x2p/walk.c xsutils.c
18147 ____________________________________________________________________________
18148 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
18149         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
18150              From: Michael G Schwern <schwern@pobox.com>
18151              Date: Wed, 30 May 2001 17:10:38 +0100
18152              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
18153              
18154              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
18155              From: Abhijit Menon-Sen <ams@wiw.org>
18156              Date: Wed, 30 May 2001 23:16:13 +0530
18157              Message-ID: <20010530231613.A31933@lustre.linux.in>
18158      Branch: perl
18159            ! perl.c t/run/runenv.t
18160 ____________________________________________________________________________
18161 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
18162         Log: (Retracted by #10375.)
18163              
18164              IRIX hints patch from Merijn Broeren.
18165              
18166              TODO: (this and the earlier Linux hints patch) should be solved
18167              at Configure level.  Merijn: -ldb should not be used on any platform
18168              for perl, just when linking DBFile itself. Trying to be helpful here
18169              is counterproductive.
18170      Branch: perl
18171            ! hints/irix_6.sh
18172 ____________________________________________________________________________
18173 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
18174         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
18175              From: Nicholas Clark <nick@ccl4.org>
18176              Date: Wed, 30 May 2001 23:20:58 +0100
18177              Message-ID: <20010530232058.B86445@plum.flirble.org>
18178      Branch: perl
18179            ! doop.c
18180 ____________________________________________________________________________
18181 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
18182         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
18183              From: Michael G Schwern <schwern@pobox.com> 
18184              Date: Wed, 30 May 2001 15:24:20 +0100
18185              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
18186      Branch: perl
18187            ! t/pragma/autouse.t
18188 ____________________________________________________________________________
18189 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
18190         Log: The regex trick wasn't a good idea.
18191      Branch: perl
18192            ! pod/perlfaq4.pod
18193 ____________________________________________________________________________
18194 [ 10329] By: nick                                  on 2001/05/30  18:34:35
18195         Log: Integrate mainline
18196      Branch: perlio
18197           !> (integrate 40 files)
18198 ____________________________________________________________________________
18199 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
18200         Log: Update Changes.
18201      Branch: perl
18202            ! Changes patchlevel.h
18203 ____________________________________________________________________________
18204 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
18205         Log: The metaconfig unit change for #10325.
18206      Branch: metaconfig
18207            + U/modified/afs.U
18208 ____________________________________________________________________________
18209 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
18210         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
18211              is now wrong.
18212      Branch: perl
18213            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
18214 ____________________________________________________________________________
18215 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
18216         Log: Introduce $Config{afsroot}.
18217      Branch: perl
18218            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18219            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
18220            ! win32/config.gc win32/config.vc
18221 ____________________________________________________________________________
18222 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
18223         Log: (Retracted by #10375.)
18224              
18225              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
18226      Branch: perl
18227            ! hints/linux.sh
18228 ____________________________________________________________________________
18229 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
18230         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
18231              (Also Configure tweaks needed; coming up soon.)
18232      Branch: perl
18233            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
18234 ____________________________________________________________________________
18235 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
18236         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
18237              From: Michael G Schwern <schwern@pobox.com>
18238              Date: Sun, 27 May 2001 10:29:43 +0100
18239              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
18240      Branch: perl
18241            ! lib/perl5db.pl
18242 ____________________________________________________________________________
18243 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
18244         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
18245              and Abhijit Menon-Sen.
18246      Branch: perl
18247            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
18248            ! perl.c pp_sys.c regcomp.c
18249 ____________________________________________________________________________
18250 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
18251         Log: Fix the BOOT section to call myU2time properly.
18252      Branch: perl
18253            ! ext/Time/HiRes/HiRes.xs
18254 ____________________________________________________________________________
18255 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
18256         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
18257              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
18258              Date: Wed, 30 May 2001 09:44:29 -0400
18259              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
18260              
18261              Detypo; plus add one more trick.
18262      Branch: perl
18263            ! pod/perlfaq4.pod
18264 ____________________________________________________________________________
18265 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
18266         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)
18267              From: Michael G Schwern <schwern@pobox.com>
18268              Date: Wed, 30 May 2001 14:39:06 +0100
18269              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
18270      Branch: perl
18271            ! lib/autouse.pm t/pragma/autouse.t
18272 ____________________________________________________________________________
18273 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
18274         Log: Subject: Re: AIX and gcc (moving targets)
18275              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18276              Date: Wed, 30 May 2001 15:25:08 +0200
18277              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
18278      Branch: perl
18279            ! ext/Time/HiRes/HiRes.xs
18280 ____________________________________________________________________________
18281 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
18282         Log: Subject: [PATCH t/TEST] sorting tests
18283              From: Michael G Schwern <schwern@pobox.com>
18284              Date: Wed, 30 May 2001 10:24:02 +0100
18285              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
18286      Branch: perl
18287            ! t/TEST
18288 ____________________________________________________________________________
18289 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
18290         Log: Subject: [ID 20010529.002] typos in man page perlre
18291              From: bart@cg681574-a.adubn1.nj.home.com 
18292              Date: Tue, 29 May 2001 13:58:59 -0500
18293              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
18294      Branch: perl
18295            ! pod/perlre.pod
18296 ____________________________________________________________________________
18297 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
18298         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
18299              From: "Craig A. Berry" <craigberry@mac.com>
18300              Date: Tue, 29 May 2001 23:23:45 -0500
18301              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
18302      Branch: perl
18303            ! t/lib/extutils.t t/pragma/autouse.t
18304 ____________________________________________________________________________
18305 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
18306         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)
18307              From: David Dyck <dcd@tc.fluke.com>
18308              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
18309              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
18310      Branch: perl
18311            ! t/lib/filefind.t
18312 ____________________________________________________________________________
18313 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
18314         Log: AIX hints update for gcc from Merijn H. Brand.
18315      Branch: perl
18316            ! hints/aix.sh
18317 ____________________________________________________________________________
18318 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
18319         Log: Retract #10295 and #10296: a more generic solution
18320              is needed (there's something funny with gcc on AIX).
18321      Branch: perl
18322            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
18323 ____________________________________________________________________________
18324 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
18325         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
18326              From: Hugo <hv@crypt.compulink.co.uk>
18327              Date: Wed, 30 May 2001 11:59:19 +0100
18328              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
18329              
18330              localizing $@ has unfortunate semantics - if you die past
18331              a local $@, the die message is lost.
18332      Branch: perl
18333            ! lib/utf8_heavy.pl
18334 ____________________________________________________________________________
18335 [ 10309] By: nick                                  on 2001/05/30  08:23:02
18336         Log: Integrate mainline (autouse works again.)
18337      Branch: perlio
18338           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
18339           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
18340           !> pod/perlvar.pod t/op/cmp.t
18341 ____________________________________________________________________________
18342 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
18343         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
18344              From: David Dyck <dcd@tc.fluke.com>
18345              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
18346              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
18347      Branch: perl
18348            ! lib/File/Find.pm
18349 ____________________________________________________________________________
18350 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
18351         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
18352              From: Nicholas Clark <nick@ccl4.org>
18353              Date: Tue, 29 May 2001 23:16:09 +0100
18354              Message-ID: <20010529231609.U86445@plum.flirble.org>
18355              
18356              Make the test output slightly clearer by distinguishing
18357              between '' and undef.
18358      Branch: perl
18359            ! t/op/cmp.t
18360 ____________________________________________________________________________
18361 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
18362         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
18363              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18364              Date: Tue, 29 May 2001 19:15:19 -0400
18365              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
18366      Branch: perl
18367            ! hints/os2.sh
18368 ____________________________________________________________________________
18369 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
18370         Log: Subject: perlvar.pod addition
18371              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
18372              Date: Fri, 25 May 2001 20:23:12 +0200
18373              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
18374              
18375              Subject: Re: perlvar.pod addition
18376              From: "Abigail" <abigail@foad.org> 
18377              Date: Fri, 25 May 2001 22:00:39 +0200
18378              Message-ID: <20010525200039.28029.qmail@foad.org>
18379              
18380              Mention $a and $b in perlvar.
18381      Branch: perl
18382            ! pod/perlvar.pod
18383 ____________________________________________________________________________
18384 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
18385         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
18386              From: Jeff Pinyan <jeffp@crusoe.net>
18387              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
18388              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
18389      Branch: perl
18390            ! pod/perlvar.pod
18391 ____________________________________________________________________________
18392 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
18393         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
18394              From: Jeff Pinyan <jeffp@crusoe.net>
18395              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
18396              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
18397      Branch: perl
18398            ! pod/perlfaq6.pod
18399 ____________________________________________________________________________
18400 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
18401         Log: Mention Time::localtime and Time::gmtime.
18402      Branch: perl
18403            ! ext/Time/Piece/Piece.pm
18404 ____________________________________________________________________________
18405 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
18406         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
18407              From: Michael G Schwern <schwern@pobox.com>
18408              Date: Tue, 29 May 2001 18:51:32 +0100
18409              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
18410      Branch: perl
18411            ! pod/perlfaq4.pod
18412 ____________________________________________________________________________
18413 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
18414         Log: Retract #10243.
18415      Branch: perl
18416            ! lib/autouse.pm
18417 ____________________________________________________________________________
18418 [ 10299] By: nick                                  on 2001/05/29  18:41:19
18419         Log: Post weekend integrate mainline (fails one test pragma/autouse).
18420      Branch: perlio
18421           +> (branch 29 files)
18422           !> (integrate 91 files)
18423 ____________________________________________________________________________
18424 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
18425         Log: Update Changes.
18426      Branch: perl
18427            ! Changes patchlevel.h
18428 ____________________________________________________________________________
18429 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
18430         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
18431              before Perl_load_module/Perl_call_method and restore the value
18432              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
18433      Branch: perl
18434            ! utf8.c
18435 ____________________________________________________________________________
18436 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
18437         Log: Subject: Re: AIX and gcc (moving targets)
18438              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18439              Date: Tue, 29 May 2001 17:59:40 +0200
18440              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
18441      Branch: perl
18442            ! ext/Storable/Makefile.PL
18443 ____________________________________________________________________________
18444 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
18445         Log: Subject: Re: AIX and gcc (moving targets)
18446              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18447              Date: Tue, 29 May 2001 12:32:57 +0200
18448              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
18449      Branch: perl
18450            ! ext/POSIX/Makefile.PL
18451 ____________________________________________________________________________
18452 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
18453         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
18454              From: Michael G Schwern <schwern@pobox.com>
18455              Date: Tue, 29 May 2001 09:53:29 +0100
18456              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
18457              
18458              (#10280 retracted)
18459      Branch: perl
18460            ! lib/Test/Harness.pm t/lib/test-harness.t
18461 ____________________________________________________________________________
18462 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
18463         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
18464              From: Michael G Schwern <schwern@pobox.com>
18465              Date: Tue, 29 May 2001 09:19:52 +0100
18466              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
18467      Branch: perl
18468            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
18469            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
18470            + t/lib/Test/todo.t
18471            ! MANIFEST lib/Test.pm t/TEST
18472 ____________________________________________________________________________
18473 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
18474         Log: From: Michael G Schwern <schwern@pobox.com>
18475              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
18476              Date: Tue, 29 May 2001 08:26:09 +0100
18477              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
18478      Branch: perl
18479            ! t/TEST
18480 ____________________________________________________________________________
18481 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
18482         Log: Add tests for Time::gmtime and Time::localtime.
18483      Branch: perl
18484            + t/lib/time-gmtime.t t/lib/time-localtime.t
18485            ! MANIFEST t/lib/1_compile.t
18486 ____________________________________________________________________________
18487 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
18488         Log: Add test for File::stat.
18489      Branch: perl
18490            + t/lib/filestat.t
18491            ! MANIFEST t/lib/1_compile.t
18492 ____________________________________________________________________________
18493 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
18494         Log: Add test for Net::servent.
18495      Branch: perl
18496            + t/lib/net-sent.t
18497            ! MANIFEST t/lib/1_compile.t
18498 ____________________________________________________________________________
18499 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
18500         Log: Add test for Net::protoent.
18501      Branch: perl
18502            + t/lib/net-pent.t
18503            ! MANIFEST t/lib/1_compile.t
18504 ____________________________________________________________________________
18505 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
18506         Log: Add test for Net::netent.
18507      Branch: perl
18508            + t/lib/net-nent.t
18509            ! MANIFEST t/lib/1_compile.t
18510 ____________________________________________________________________________
18511 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
18512         Log: Add test for User::grent.  Portability doubtful.
18513      Branch: perl
18514            + t/lib/user-grent.t
18515            ! MANIFEST t/lib/1_compile.t
18516 ____________________________________________________________________________
18517 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
18518         Log: Add test for User::pwent.
18519              Probably will fall down somewhere for portability reasons.
18520      Branch: perl
18521            + t/lib/user-pwent.t
18522            ! MANIFEST t/lib/1_compile.t
18523 ____________________________________________________________________________
18524 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
18525         Log: Metaconfig units changes for #10283.
18526      Branch: metaconfig
18527            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
18528            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
18529            ! U/installdirs/sitescript.U U/modified/Signal.U
18530 ____________________________________________________________________________
18531 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
18532         Log: Subject: [PATCH 5.6.1] signal names in Configure
18533              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18534              Date: Tue, 29 May 2001 03:52:25 -0400
18535              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
18536              
18537              Subject: [PATCH 5.6.1] older perl in Configure
18538              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18539              Date: Tue, 29 May 2001 03:55:40 -0400
18540              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
18541              
18542              Subject: [PATCH 5.6.1] goofs in Configure
18543              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18544              Date: Tue, 29 May 2001 04:13:07 -0400
18545              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
18546              
18547              Configure portability tweaks.
18548      Branch: perl
18549            ! Configure
18550 ____________________________________________________________________________
18551 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
18552         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
18553              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18554              Date: Tue, 29 May 2001 04:07:06 -0400
18555              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
18556      Branch: perl
18557            ! os2/os2.c
18558 ____________________________________________________________________________
18559 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
18560         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
18561              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18562              Date: Tue, 29 May 2001 04:01:38 -0400
18563              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
18564      Branch: perl
18565            ! hints/os2.sh os2/Makefile.SHs
18566 ____________________________________________________________________________
18567 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
18568         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
18569              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18570              Date: Tue, 29 May 2001 03:50:18 -0400
18571              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
18572      Branch: perl
18573            ! lib/Test/Harness.pm
18574 ____________________________________________________________________________
18575 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
18576         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
18577      Branch: perl
18578            ! lib/utf8_heavy.pl
18579 ____________________________________________________________________________
18580 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
18581         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
18582              From: Hugo <hv@crypt.compulink.co.uk>
18583              Date: Tue, 29 May 2001 03:03:45 +0100
18584              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
18585              
18586              Explanation why the $@ always gets the UTF8 flag when under use utf8--
18587              because we told it to have the flag when under use utf8.
18588      Branch: perl
18589            ! pp_ctl.c
18590 ____________________________________________________________________________
18591 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
18592         Log: At least a partial fix for 20010528.004.
18593      Branch: perl
18594            ! lib/utf8_heavy.pl
18595 ____________________________________________________________________________
18596 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
18597         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
18598              From: Nicholas Clark <nick@ccl4.org> 
18599              Date: Mon, 28 May 2001 23:39:38 +0100
18600              Message-ID: <20010528233938.M86445@plum.flirble.org>
18601              
18602              More portable non-zero UV.
18603      Branch: perl
18604            ! t/lib/extutils.t
18605 ____________________________________________________________________________
18606 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
18607         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
18608              From: Nicholas Clark <nick@ccl4.org>
18609              Date: Mon, 28 May 2001 22:46:09 +0100
18610              Message-ID: <20010528224608.L86445@plum.flirble.org>
18611              
18612              Test also "make clean".
18613      Branch: perl
18614            ! t/lib/extutils.t
18615 ____________________________________________________________________________
18616 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
18617         Log: Subject: Re: Would -Wno-unused -Wall be better?
18618              From: Michael G Schwern <schwern@pobox.com>
18619              Date: Tue, 29 May 2001 00:55:54 +0100
18620              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
18621      Branch: perl
18622            ! pp.h
18623 ____________________________________________________________________________
18624 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
18625         Log: Add a test for 20010528.007, fixed in #10272.
18626      Branch: perl
18627            ! t/op/misc.t toke.c
18628 ____________________________________________________________________________
18629 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
18630         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
18631              From: Hugo <hv@crypt.compulink.co.uk>
18632              Date: Tue, 29 May 2001 00:23:23 +0100
18633              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
18634      Branch: perl
18635            ! toke.c
18636 ____________________________________________________________________________
18637 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
18638         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
18639              From: Michael G Schwern <schwern@pobox.com>
18640              Date: Tue, 29 May 2001 00:42:59 +0100
18641              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
18642      Branch: perl
18643            ! t/pragma/autouse.t
18644 ____________________________________________________________________________
18645 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
18646         Log: Some shells seemingly arrange the signal handlers differently
18647              (bug id 20010521.004).
18648      Branch: perl
18649            ! t/lib/sigaction.t
18650 ____________________________________________________________________________
18651 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
18652         Log: Regen perlmodlib.
18653      Branch: perl
18654            ! pod/perlmodlib.pod
18655 ____________________________________________________________________________
18656 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
18657         Log: Update Changes.
18658      Branch: perl
18659            ! Changes patchlevel.h
18660 ____________________________________________________________________________
18661 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
18662         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
18663              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
18664              Date: Mon, 28 May 2001 14:56:35 -0500
18665              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
18666      Branch: perl
18667            ! pod/perlnewmod.pod
18668 ____________________________________________________________________________
18669 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
18670         Log: Regen toc.
18671      Branch: perl
18672            ! pod/perltoc.pod
18673 ____________________________________________________________________________
18674 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
18675         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
18676              From: "Richard Soderberg" <rs@crystalflame.net>
18677              Date: Mon, 28 May 2001 12:31:23 -0700
18678              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
18679      Branch: perl
18680            ! t/op/splice.t
18681 ____________________________________________________________________________
18682 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
18683         Log: The #10260 was too bold: locales and utf8 still do not mix.
18684      Branch: perl
18685            ! t/pragma/locale.t
18686 ____________________________________________________________________________
18687 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
18688         Log: Subject: [PATCH] Pod nitpicks
18689              From: "Richard Soderberg" <rs@crystalflame.net>
18690              Date: Mon, 28 May 2001 10:08:58 -0700
18691              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
18692      Branch: perl
18693            ! pod/perl571delta.pod pod/perlapi.pod sv.h
18694 ____________________________________________________________________________
18695 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
18696         Log: Upgrade to I18N::LangTags 0.22.
18697      Branch: perl
18698            + lib/I18N/LangTags/List.pod
18699            ! MANIFEST lib/I18N/LangTags.pm
18700 ____________________________________________________________________________
18701 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
18702         Log: A slightly more serious bug found by -Mutf8; op/misc and
18703              lib/complex dumped core.
18704      Branch: perl
18705            ! regexec.c
18706 ____________________________________________________________________________
18707 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
18708         Log: Various buglets shaken out by -Mutf8.
18709      Branch: perl
18710            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
18711            ! t/pragma/locale.t
18712 ____________________________________________________________________________
18713 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
18714         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
18715      Branch: perl
18716            ! t/lib/carp.t
18717 ____________________________________________________________________________
18718 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
18719         Log: Subject: [PATCH] todo patch
18720              From: Artur Bergman <artur@contiller.se> 
18721              Date: Mon, 28 May 2001 17:03:51 +0200
18722              Message-ID: <B7383577.F34%artur@contiller.se>
18723      Branch: perl
18724            ! pod/perltodo.pod
18725 ____________________________________________________________________________
18726 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
18727         Log: Subject: typo in perlguts.pod
18728              From: "John P. Linderman" <jpl@research.att.com>
18729              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
18730              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
18731      Branch: perl
18732            ! pod/perlguts.pod
18733 ____________________________________________________________________________
18734 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
18735         Log: Subject: AIX and gcc (moving targets)
18736              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18737              Date: Mon, 28 May 2001 12:54:04 +0200
18738              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
18739      Branch: perl
18740            ! hints/aix.sh
18741 ____________________________________________________________________________
18742 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
18743         Log: Subject: Re: perlio + multiple perl_alloc..destruct
18744              From: Doug MacEachern <dougm@covalent.net>
18745              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
18746              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
18747      Branch: perl
18748            ! perlio.c
18749 ____________________________________________________________________________
18750 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
18751         Log: The #10251 wasn't quite up-to-the-code.
18752      Branch: perl
18753            ! t/op/misc.t
18754 ____________________________________________________________________________
18755 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
18756         Log: Test case for bug 20010526.004, fixed in #10252.
18757      Branch: perl
18758            ! t/op/taint.t
18759 ____________________________________________________________________________
18760 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
18761         Log: Subject: Re: [ID 20010526.004] Taint looses value
18762              From: Hugo <hv@crypt.compulink.co.uk>
18763              Date: Sun, 27 May 2001 20:39:32 +0100
18764              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
18765      Branch: perl
18766            ! sv.c
18767 ____________________________________________________________________________
18768 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
18769         Log: Test case for 20010422.005, fixed by #10250.
18770      Branch: perl
18771            ! t/op/misc.t
18772 ____________________________________________________________________________
18773 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
18774         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
18775              From: Spider Boardman <spider@Orb.Nashua.NH.US>
18776              Date: Mon, 28 May 2001 06:39:12 -0400
18777              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
18778      Branch: perl
18779            ! toke.c
18780 ____________________________________________________________________________
18781 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
18782         Log: Linerewrapping.
18783      Branch: perl
18784            ! lib/open.pm
18785 ____________________________________________________________________________
18786 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
18787         Log: Updates on the modules list.
18788      Branch: perl
18789            ! t/lib/1_compile.t
18790 ____________________________________________________________________________
18791 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
18792         Log: Add a test for PerlIO.
18793              
18794              (I probably got the crlf/raw thing wrong for clrfy platforms...)
18795      Branch: perl
18796            + t/lib/perlio.t
18797            ! MANIFEST lib/PerlIO.pm
18798 ____________________________________________________________________________
18799 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
18800         Log: Add a test for carp et alia.
18801      Branch: perl
18802            + t/lib/carp.t
18803            ! MANIFEST
18804 ____________________________________________________________________________
18805 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
18806         Log: Adding the new test would be swell.
18807      Branch: perl
18808            + t/pragma/autouse.t
18809 ____________________________________________________________________________
18810 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
18811         Log: Add a test for the autouse pragma.
18812      Branch: perl
18813            ! MANIFEST
18814 ____________________________________________________________________________
18815 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
18816         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
18817              From: dLux <dlux@spam.sch.bme.hu>
18818              Date: Sun, 27 May 2001 16:14:26 +0200
18819              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
18820      Branch: perl
18821            ! lib/autouse.pm
18822 ____________________________________________________________________________
18823 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
18824         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
18825              From: "Richard Soderberg" <rs@crystalflame.net>
18826              Date: Mon, 28 May 2001 03:56:36 -0700
18827              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
18828      Branch: perl
18829            ! utils/dprofpp.PL
18830 ____________________________________________________________________________
18831 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
18832         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
18833              From: "Stephen P. Potter" <spp@spotter.yi.org>
18834              Date: Tue, 22 May 2001 11:40:25 -0400
18835              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
18836              
18837              Subject: Re: [ID 20010522.003] Time::Local module bug
18838              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
18839              Date: Tue, 22 May 2001 11:50:19 -0400
18840              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
18841      Branch: perl
18842            ! lib/Time/Local.pm
18843 ____________________________________________________________________________
18844 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
18845         Log: The PERL_DL_NONLAZY can have whitespace in front.
18846      Branch: perl
18847            ! t/lib/extutils.t
18848 ____________________________________________________________________________
18849 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
18850         Log: Document strftime() and strptime().
18851      Branch: perl
18852            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
18853 ____________________________________________________________________________
18854 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
18855         Log: Make Time::Piece::strptime() to be a function, not a method.
18856      Branch: perl
18857            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
18858 ____________________________________________________________________________
18859 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
18860         Log: Tweak the test to be more portable.
18861      Branch: perl
18862            ! t/lib/extutils.t
18863 ____________________________________________________________________________
18864 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
18865         Log: Subject: PATCH: Re: Re: Attributes that tie
18866              From: Leon Brocard <acme@astray.com>
18867              Date: Sun, 27 May 2001 12:37:29 +0100
18868              Message-ID: <20010527123729.A22663@ns0.astray.com>
18869              
18870              Document that variable attributes are not currently usable
18871              for tieing.  (An ugly limitation that should be fixed.)
18872      Branch: perl
18873            ! lib/attributes.pm
18874 ____________________________________________________________________________
18875 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
18876         Log: Microperl tweaks.
18877      Branch: perl
18878            ! Makefile.micro uconfig.h uconfig.sh
18879 ____________________________________________________________________________
18880 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
18881         Log: Add make target for microperl (kind of silly, but convenient).
18882      Branch: perl
18883            ! Makefile.SH
18884 ____________________________________________________________________________
18885 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
18886         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
18887              for microperl.)
18888      Branch: perl
18889            ! doio.c
18890 ____________________________________________________________________________
18891 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
18892         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
18893              From: rspier@pobox.com (Robert Spier)
18894              Date: Sat, 26 May 2001 20:05:23 -0400
18895              Message-ID: <15120.17603.148648.12430@rls.cx>
18896              
18897              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
18898              From: rspier@pobox.com (Robert Spier)
18899              Date: Sun, 27 May 2001 00:23:12 -0400
18900              Message-ID: <15120.33072.511966.767230@rls.cx>
18901      Branch: perl
18902            ! doio.c pod/perlfunc.pod
18903 ____________________________________________________________________________
18904 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
18905         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
18906      Branch: perl
18907            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
18908 ____________________________________________________________________________
18909 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
18910         Log: Add README.tru64.
18911      Branch: perl
18912            + README.tru64
18913 ____________________________________________________________________________
18914 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
18915         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
18916      Branch: perl
18917            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
18918            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
18919            ! MANIFEST
18920 ____________________________________________________________________________
18921 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
18922         Log: Integrate I18N::LangTags from Sean Burke.
18923              
18924              TODO: the language list from RFC 3066 needs to be integrated
18925              and made available somehow.  The list is included in the
18926              I18N-LangTags 0.21 distribution, but it is undocumented
18927              and unconnected to the module.
18928      Branch: perl
18929            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
18930            ! MANIFEST
18931 ____________________________________________________________________________
18932 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
18933         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
18934              envisioned by Sarathy.
18935      Branch: perl
18936            ! t/op/ver.t toke.c
18937 ____________________________________________________________________________
18938 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
18939         Log: Subject: [ID 20010525.001] Pod typo nits fixed
18940              From: lvirden@cas.org
18941              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
18942              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
18943              
18944              minus the perlsolaris decimation plus the
18945              
18946              Subject: Re: [ID 20010525.001] Pod typo nits fixed
18947              From: "Philip Newton" <Philip.Newton@gmx.net>
18948              Date: Fri, 25 May 2001 18:05:55 +0200
18949              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
18950      Branch: perl
18951            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
18952            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
18953            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
18954            ! pod/perlutil.pod pod/perlxstut.pod
18955 ____________________________________________________________________________
18956 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
18957         Log: return clauses are nice.
18958      Branch: perl
18959            ! sv.c
18960 ____________________________________________________________________________
18961 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
18962         Log: Subject: change 10199 backwards?
18963              From: Doug MacEachern <dougm@covalent.net>
18964              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
18965              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
18966      Branch: perl
18967            ! sv.c
18968 ____________________________________________________________________________
18969 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
18970         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
18971              From: Hugo <hv@crypt.compulink.co.uk>
18972              Date: Sat, 26 May 2001 17:05:12 +0100
18973              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
18974      Branch: perl
18975            + t/op/gmagic.t
18976            ! MANIFEST doop.c embed.h embed.pl global.sym
18977            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
18978            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
18979 ____________________________________________________________________________
18980 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
18981         Log: Regen headers for #10221.
18982      Branch: perl
18983            ! global.sym objXSUB.h perlapi.c
18984 ____________________________________________________________________________
18985 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
18986         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
18987              From: Juha Laiho <juha.laiho@Elma.Net>
18988              Date: Thu, 3 May 2001 09:51:30 +0300
18989              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
18990      Branch: perl
18991            ! embed.pl
18992 ____________________________________________________________________________
18993 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
18994         Log: Subject: Re: [PATCH] Re: stability of sort()?
18995              From: "John P. Linderman" <jpl@research.att.com>
18996              Date: Sat, 26 May 2001 13:27:19 -0400
18997              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
18998      Branch: perl
18999            ! pod/perlfunc.pod
19000 ____________________________________________________________________________
19001 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
19002         Log: Integrate perlio.
19003      Branch: perl
19004           !> pod/perlguts.pod
19005 ____________________________________________________________________________
19006 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
19007         Log: Subject: [PATCH perl@10210] PerlIO for VMS
19008              From: "Craig A. Berry" <craigberry@mac.com>
19009              Date: Sat, 26 May 2001 09:34:11 -0500
19010              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
19011      Branch: perl
19012            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
19013            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
19014            ! vms/vmsish.h
19015 ____________________________________________________________________________
19016 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
19017         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
19018              From: David Dyck <dcd@tc.fluke.com>
19019              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
19020              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
19021      Branch: perl
19022            ! lib/perl5db.pl
19023 ____________________________________________________________________________
19024 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
19025         Log: Subject: utf8 regexp tests
19026              From: Hugo <hv@crypt.compulink.co.uk>
19027              Date: Fri, 25 May 2001 22:35:01 +0100
19028              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
19029      Branch: perl
19030            ! t/op/regexp.t
19031 ____________________________________________________________________________
19032 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
19033         Log: Subject: [PATCH] Re: stability of sort()?
19034              From: Nicholas Clark <nick@ccl4.org>
19035              Date: Fri, 25 May 2001 22:40:19 +0100
19036              Message-ID: <20010525224019.B86445@plum.flirble.org>
19037      Branch: perl
19038            ! pod/perlfunc.pod
19039 ____________________________________________________________________________
19040 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
19041         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
19042              From: John Peacock <jpeacock@rowman.com>
19043              Date: Thu, 24 May 2001 22:14:01 -0400
19044              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
19045      Branch: perl
19046            ! mg.c scope.c sv.c
19047 ____________________________________________________________________________
19048 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
19049         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
19050              From: Nicholas Clark <nick@ccl4.org>
19051              Date: Sun, 20 May 2001 19:24:13 +0100
19052              Message-ID: <20010520192413.G83222@plum.flirble.org>
19053      Branch: perl
19054            + lib/ExtUtils/Constant.pm t/lib/extutils.t
19055            ! MANIFEST utils/h2xs.PL
19056 ____________________________________________________________________________
19057 [ 10212] By: nick                                  on 2001/05/26  09:49:28
19058         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
19059              add a few more notes there on use of mortals on the stack.
19060      Branch: perlio
19061            ! pod/perlguts.pod
19062 ____________________________________________________________________________
19063 [ 10211] By: nick                                  on 2001/05/26  09:05:36
19064         Log: Integrate mainline
19065      Branch: perlio
19066           +> t/lib/fcntl.t t/pragma/vars.t
19067           !> (integrate 49 files)
19068 ____________________________________________________________________________
19069 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
19070         Log: Update Changes.
19071      Branch: perl
19072            ! Changes patchlevel.h
19073 ____________________________________________________________________________
19074 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
19075         Log: Based on
19076              
19077              Subject: [PATCH pp.c] Wrapping pack("C",256)
19078              From: Simon Cozens <simon@netthink.co.uk>
19079              Date: Sat, 12 May 2001 17:58:41 +0100
19080              Message-ID: <20010512175841.A6132@netthink.co.uk>
19081      Branch: perl
19082            ! pod/perldiag.pod pp.c t/pragma/warn/pp
19083 ____________________________________________________________________________
19084 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
19085         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
19086              From: "Brendan O'Dea" <bod@compusol.com.au>
19087              Date: Fri, 25 May 2001 11:18:29 +1000
19088              Message-ID: <20010525111829.A28411@compusol.com.au>
19089              
19090              (Slightly modified.)
19091      Branch: perl
19092            ! lib/Term/Cap.pm
19093 ____________________________________________________________________________
19094 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
19095         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
19096              From: Hugo <hv@crypt.compulink.co.uk>
19097              Date: Fri, 25 May 2001 02:13:25 +0100
19098              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
19099      Branch: perl
19100            ! t/op/misc.t
19101 ____________________________________________________________________________
19102 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
19103         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
19104              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
19105              Date: Fri, 25 May 2001 10:25:36 +0900
19106              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
19107      Branch: perl
19108            ! regcomp.c regexec.c
19109 ____________________________________________________________________________
19110 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
19111         Log: Subject: [PATCH #2] stash autovivification and method call error messages
19112              From: Ilmari Karonen <iltzu@sci.fi>
19113              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
19114              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
19115      Branch: perl
19116            ! gv.c pp_hot.c t/op/method.t
19117 ____________________________________________________________________________
19118 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
19119         Log: Add make target and documentation for gprof profiling.
19120      Branch: perl
19121            ! Makefile.SH pod/perlhack.pod
19122 ____________________________________________________________________________
19123 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
19124         Log: Subject: Don't think about UTF8 
19125              From: Mike Guy <mjtg@cam.ac.uk> 
19126              Date: Tue, 22 May 2001 14:35:39 +0100
19127              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
19128      Branch: perl
19129            ! sv.h
19130 ____________________________________________________________________________
19131 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
19132         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
19133              From: Geraint A Edwards <gedge@serf.org> 
19134              Date: Thu, 24 May 2001 22:51:24 +0100
19135              Message-Id: <20010524225124.A34981@cymru.serf.org>
19136      Branch: perl
19137            ! x2p/find2perl.PL
19138 ____________________________________________________________________________
19139 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
19140         Log: DB_File has its own attribute story.
19141      Branch: perl
19142            ! ext/DB_File/DB_File.xs
19143 ____________________________________________________________________________
19144 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
19145         Log: Subject: Re: Making perl with -Wall
19146              From: Andy Dougherty <doughera@lafayette.edu>
19147              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
19148              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
19149      Branch: perl
19150            ! perl.h
19151 ____________________________________________________________________________
19152 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
19153         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
19154              From: "Richard Soderberg" <rs@crystalflame.net>
19155              Date: Thu, 24 May 2001 08:58:16 -0700
19156              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
19157      Branch: perl
19158            ! sv.c
19159 ____________________________________________________________________________
19160 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
19161         Log: IV/UV casting fixes from Nicholas Clark.
19162      Branch: perl
19163            ! perl.h pp_sys.c util.c
19164 ____________________________________________________________________________
19165 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
19166         Log: Subject: Re: Making perl with -Wall
19167              From: Michael G Schwern <schwern@pobox.com>
19168              Date: Thu, 24 May 2001 15:40:28 +0100
19169              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
19170      Branch: perl
19171            ! malloc.c perl.h
19172 ____________________________________________________________________________
19173 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
19174         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
19175              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19176              Date: Tue, 22 May 2001 11:49:37 +0200
19177              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
19178      Branch: metaconfig
19179            ! U/modified/Oldsym.U
19180      Branch: metaconfig/U/perl
19181            ! patchlevel.U
19182      Branch: perl
19183            ! Configure config_h.SH myconfig.SH
19184 ____________________________________________________________________________
19185 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
19186         Log: Under versiononly install also the scripts with the version suffix.
19187              (e.g. .../bin/h2xs5.7.1)
19188      Branch: perl
19189            ! installperl
19190 ____________________________________________________________________________
19191 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
19192         Log: Subject: [PATCH] Stop segfault in mg.c:636
19193              From: "Richard Soderberg" <rs@crystalflame.net>
19194              Date: Thu, 24 May 2001 05:51:52 -0700
19195              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
19196      Branch: perl
19197            ! mg.c
19198 ____________________________________________________________________________
19199 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
19200         Log: Iteration continues; hopefully convergently.
19201      Branch: perl
19202            ! t/lib/b-stash.t
19203 ____________________________________________________________________________
19204 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
19205         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
19206              From: Gisle Aas <gisle@ActiveState.com>
19207              Date: 23 May 2001 16:13:10 -0700
19208              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
19209      Branch: perl
19210            ! op.c toke.c
19211 ____________________________________________________________________________
19212 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
19213         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
19214              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
19215              Date: Thu, 24 May 2001 05:05:22 -0500
19216              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
19217      Branch: perl
19218            ! lib/dumpvar.pl lib/perl5db.pl
19219 ____________________________________________________________________________
19220 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
19221         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
19222              From: David Dyck <dcd@tc.fluke.com>
19223              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
19224              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
19225      Branch: perl
19226            ! lib/perl5db.pl
19227 ____________________________________________________________________________
19228 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
19229         Log: Tiny pod nits on READMEs, mostly whitespace issues.
19230      Branch: perl
19231            ! README.amiga README.dos README.macos README.mpeix README.vmesa
19232            ! README.win32
19233 ____________________________________________________________________________
19234 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
19235         Log: The DG/UX part of the 20010521.005.
19236      Branch: perl
19237            ! README.dgux
19238 ____________________________________________________________________________
19239 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
19240         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
19241              From: Hugo <hv@crypt.compulink.co.uk>
19242              Date: Mon, 21 May 2001 16:32:02 +0100
19243              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
19244      Branch: perl
19245            ! regcomp.c t/op/misc.t
19246 ____________________________________________________________________________
19247 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
19248         Log: Subject: [PATCH] Extra UNIVERSAL tests
19249              From: Mike Guy <mjtg@cam.ac.uk>
19250              Date: Wed, 23 May 2001 12:29:20 +0100
19251              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
19252      Branch: perl
19253            ! t/op/universal.t
19254 ____________________________________________________________________________
19255 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
19256         Log: Subject: [PATCH] Remove EQ keyword
19257              From: Mike Guy <mjtg@cam.ac.uk>
19258              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
19259              Date: Wed, 23 May 2001 11:17:29 +0100
19260      Branch: perl
19261            ! keywords.h keywords.pl
19262 ____________________________________________________________________________
19263 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
19264         Log: Subject: [PATCH] lib/perl5db.pl
19265              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
19266              Date: Wed, 23 May 2001 02:18:03 -0500
19267              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
19268      Branch: perl
19269            ! lib/perl5db.pl
19270 ____________________________________________________________________________
19271 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
19272         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
19273              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
19274              Date: Tue, 22 May 2001 23:34:41 -0500
19275              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
19276      Branch: perl
19277            ! lib/Term/Cap.pm
19278 ____________________________________________________________________________
19279 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
19280         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
19281              From: davem@fdgroup.co.uk
19282              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
19283              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
19284      Branch: perl
19285            ! emacs/e2ctags.pl
19286 ____________________________________________________________________________
19287 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
19288         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
19289              From: Michael G Schwern <schwern@pobox.com>
19290              Date: Tue, 22 May 2001 14:15:09 +0100
19291              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
19292      Branch: perl
19293            ! lib/vars.pm
19294 ____________________________________________________________________________
19295 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
19296         Log: Subject: [PATCH lib/vars.pm] Odd code nit
19297              From: Michael G Schwern <schwern@pobox.com>
19298              Date: Tue, 22 May 2001 14:14:28 +0100
19299              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
19300      Branch: perl
19301            ! lib/vars.pm
19302 ____________________________________________________________________________
19303 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
19304         Log: Use the new use vars feature.
19305      Branch: perl
19306            ! t/lib/b-stash.t
19307 ____________________________________________________________________________
19308 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
19309         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
19310              From: Mike Guy <mjtg@cam.ac.uk>
19311              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
19312              Date: Tue, 22 May 2001 13:11:39 +0100
19313      Branch: perl
19314            + t/pragma/vars.t
19315            ! MANIFEST lib/vars.pm t/lib/1_compile.t
19316 ____________________________________________________________________________
19317 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
19318         Log: -qlongdouble considered harmful by Merijn.
19319      Branch: perl
19320            ! hints/aix.sh
19321 ____________________________________________________________________________
19322 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
19323         Log: Update Changes.
19324      Branch: perl
19325            ! Changes patchlevel.h
19326 ____________________________________________________________________________
19327 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
19328         Log: Add a test of its very own for Fcntl.  Hopefully portable.
19329      Branch: perl
19330            + t/lib/fcntl.t
19331            ! MANIFEST
19332 ____________________________________________________________________________
19333 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
19334         Log: Must be trickier for 'minitest' not to die.
19335      Branch: perl
19336            ! t/op/taint.t
19337 ____________________________________________________________________________
19338 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
19339         Log: Can't declare other people's variables.
19340      Branch: perl
19341            ! t/lib/b-stash.t
19342 ____________________________________________________________________________
19343 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
19344         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
19345      Branch: perl
19346            ! doio.c t/op/taint.t
19347 ____________________________________________________________________________
19348 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
19349         Log: The OS/2 variable needs to be declared.
19350      Branch: perl
19351            ! t/lib/b-stash.t
19352 ____________________________________________________________________________
19353 [ 10170] By: nick                                  on 2001/05/20  16:48:29
19354         Log: Integrate mainline
19355      Branch: perlio
19356           !> (integrate 41 files)
19357 ____________________________________________________________________________
19358 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
19359         Log: Small perlsec updates: clarify the taintedness of filename
19360              globbing; suggest using Scalar::Util::tainted().
19361      Branch: perl
19362            ! pod/perlsec.pod
19363 ____________________________________________________________________________
19364 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
19365         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
19366              From: Dave Mitchell <davem@fdgroup.co.uk>
19367              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
19368              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
19369      Branch: perl
19370            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
19371            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
19372            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
19373            ! xsutils.c
19374 ____________________________________________________________________________
19375 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
19376         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
19377              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19378              Date: Sat, 19 May 2001 04:08:46 -0400
19379              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
19380      Branch: perl
19381            ! lib/ExtUtils/Mksymlists.pm makedef.pl
19382 ____________________________________________________________________________
19383 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
19384         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
19385              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19386              Date: Sat, 19 May 2001 04:30:45 -0400
19387              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
19388      Branch: perl
19389            ! os2/os2.c
19390 ____________________________________________________________________________
19391 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
19392         Log: Subject: [PATCH 5.6.1] build bugs OS/2
19393              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19394              Date: Sat, 19 May 2001 04:35:28 -0400
19395              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
19396      Branch: perl
19397            ! os2/Makefile.SHs os2/os2.c
19398 ____________________________________________________________________________
19399 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
19400         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
19401              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19402              Date: Sat, 19 May 2001 04:04:23 -0400
19403              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
19404              
19405              (In bleadperl patched b-stash.t instead of b.t)
19406      Branch: perl
19407            ! t/lib/b-stash.t t/lib/bigfltpm.t
19408 ____________________________________________________________________________
19409 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
19410         Log: Subject: [PATCH 5.6.1] perl5db
19411              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19412              Date: Sat, 19 May 2001 03:49:09 -0400
19413              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
19414      Branch: perl
19415            ! lib/perl5db.pl
19416 ____________________________________________________________________________
19417 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
19418         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
19419              From: Gisle Aas <gisle@ActiveState.com>
19420              Date: 18 May 2001 14:24:51 -0700
19421              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
19422      Branch: perl
19423            ! pp_ctl.c
19424 ____________________________________________________________________________
19425 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
19426         Log: Subject: [PATCH] Chomp should not always stringify
19427              From: Gisle Aas <gisle@ActiveState.com>
19428              Date: 18 May 2001 07:55:25 -0700
19429              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
19430      Branch: perl
19431            ! doop.c t/op/chop.t
19432 ____________________________________________________________________________
19433 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
19434         Log: Integrate perlio.
19435      Branch: perl
19436           !> pod/perlfunc.pod
19437 ____________________________________________________________________________
19438 [ 10159] By: nick                                  on 2001/05/20  09:39:46
19439         Log: Document some more of open's features.
19440      Branch: perlio
19441            ! pod/perlfunc.pod
19442 ____________________________________________________________________________
19443 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
19444         Log: back out change#10153 (it has compatibility issues such as the
19445              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
19446              benefit for 5.6.x doesn't seem worth the risk)
19447      Branch: maint-5.6/perl
19448            ! toke.c
19449 ____________________________________________________________________________
19450 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
19451         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
19452      Branch: perl
19453            ! x2p/s2p.PL
19454 ____________________________________________________________________________
19455 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
19456         Log: Update Changes.
19457      Branch: perl
19458            ! Changes patchlevel.h
19459 ____________________________________________________________________________
19460 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
19461         Log: Integrate change #10144 from maintperl.
19462              
19463              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
19464      Branch: perl
19465           !> win32/config.bc win32/config.gc win32/config.vc
19466           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
19467 ____________________________________________________________________________
19468 [ 10154] By: nick                                  on 2001/05/18  07:23:03
19469         Log: Integrate mainline.
19470      Branch: perlio
19471           +> README.dgux t/lib/i18n-collate.t utils.lst
19472           !> (integrate 49 files)
19473 ____________________________________________________________________________
19474 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
19475         Log: Integrate change #7224 from mainline into maintperl.
19476              
19477              Allow @+ and @- to be doublequoted, from Simon Cozens. 
19478              (Approved by Larry, see Tom's comment in 20000830.005.)
19479      Branch: maint-5.6/perl
19480           !> toke.c
19481 ____________________________________________________________________________
19482 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
19483         Log: Subject: [PATCH bleadperl] small lookbehind fix
19484              From: Hugo <hv@crypt.compulink.co.uk>
19485              Date: Fri, 18 May 2001 00:07:19 +0100
19486              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
19487      Branch: perl
19488            ! regexec.c
19489 ____________________________________________________________________________
19490 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
19491         Log: Detypos.
19492      Branch: perl
19493            ! installman utils.lst
19494 ____________________________________________________________________________
19495 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
19496         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
19497              in 20001222.001.
19498      Branch: perl
19499            ! t/lib/glob-basic.t
19500 ____________________________________________________________________________
19501 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
19502         Log: Subject: [PATCH] Test for bug 20010515.004
19503              From: Benjamin Sugars <bsugars@canoe.ca>
19504              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
19505              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
19506      Branch: perl
19507            ! t/op/misc.t
19508 ____________________________________________________________________________
19509 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
19510         Log: Integrate #10145 from maintperl.
19511              
19512              fix for ID 20010515.004 (needs test)
19513      Branch: perl
19514           !> pp_hot.c
19515 ____________________________________________________________________________
19516 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
19517         Log: Thinko noticed by Doug MacEachern.
19518      Branch: perl
19519            ! thread.h
19520 ____________________________________________________________________________
19521 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
19522         Log: Subject: Re: [PATCH] HERE mark in regex
19523              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
19524              Date: Thu, 17 May 2001 12:20:33 -0400
19525              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
19526      Branch: perl
19527            ! t/op/re_tests
19528 ____________________________________________________________________________
19529 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
19530         Log: fix for ID 20010515.004 (needs test)
19531      Branch: maint-5.6/perl
19532            ! pp_hot.c
19533 ____________________________________________________________________________
19534 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
19535         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
19536      Branch: maint-5.6/perl
19537            ! win32/config.bc win32/config.gc win32/config.vc
19538            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19539 ____________________________________________________________________________
19540 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
19541         Log: Macrofy the getspecific (and use it also in util.c)
19542      Branch: perl
19543            ! thread.h util.c
19544 ____________________________________________________________________________
19545 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
19546         Log: Use the unchecked thread-specific key fetch also in Tru64.
19547      Branch: perl
19548            ! thread.h
19549 ____________________________________________________________________________
19550 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
19551         Log: Subject: [PATCH 5.6.1]Quick thread speedup
19552              From: Dan Sugalski <dan@sidhe.org> 
19553              Date: Wed, 16 May 2001 18:05:19 -0400
19554              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
19555      Branch: perl
19556            ! thread.h util.c
19557 ____________________________________________________________________________
19558 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
19559         Log: I think this is quite enough testing for a deprecated feature.
19560      Branch: perl
19561            + t/lib/i18n-collate.t
19562            ! MANIFEST t/lib/1_compile.t
19563 ____________________________________________________________________________
19564 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
19565         Log: More HP-UX lore from Jeff Okamoto.
19566      Branch: perl
19567            ! README.hpux
19568 ____________________________________________________________________________
19569 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
19570         Log: Sort utils.lst for easier maintenance.
19571      Branch: perl
19572            ! utils.lst
19573 ____________________________________________________________________________
19574 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
19575         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
19576              From: Tim Jenness <t.jenness@jach.hawaii.edu>
19577              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
19578              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
19579              
19580              Add pod2latex to utils.lst.
19581      Branch: perl
19582            ! MANIFEST utils.lst
19583 ____________________________________________________________________________
19584 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
19585         Log: Subject: Re: [PATCH] HERE mark in regex
19586              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
19587              Date: Wed, 16 May 2001 13:04:43 -0400
19588              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
19589      Branch: perl
19590            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
19591            ! t/op/regmesg.t t/pragma/warn/regcomp
19592 ____________________________________________________________________________
19593 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
19594         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
19595              From: Simon Cozens <simon@netthink.co.uk>
19596              Date: Wed, 16 May 2001 18:02:08 +0100
19597              Message-ID: <20010516180208.A6458@netthink.co.uk>
19598      Branch: perl
19599            ! installman utils.lst
19600 ____________________________________________________________________________
19601 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
19602         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
19603              From: "Philip Newton" <pnewton@gmx.de>
19604              Date: Tue, 15 May 2001 15:09:30 +0200
19605              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
19606              
19607              Test case for #10128.
19608      Branch: perl
19609            ! t/pragma/warn/pp_hot
19610 ____________________________________________________________________________
19611 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
19612         Log: Update Changes.
19613      Branch: perl
19614            ! Changes patchlevel.h
19615 ____________________________________________________________________________
19616 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
19617         Log: Deprecate pseudo-hashes.
19618      Branch: perl
19619            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
19620 ____________________________________________________________________________
19621 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
19622         Log: HP-UX hints update from Merijn.
19623      Branch: perl
19624            ! hints/hpux.sh
19625 ____________________________________________________________________________
19626 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
19627         Log: README.hpux update from Merijn.
19628      Branch: perl
19629            ! README.hpux
19630 ____________________________________________________________________________
19631 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
19632         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
19633              From: Simon Cozens <simon@netthink.co.uk>
19634              Date: Wed, 16 May 2001 15:57:55 +0100
19635              Message-ID: <20010516155755.A4728@netthink.co.uk>
19636      Branch: perl
19637            + utils.lst
19638            ! MANIFEST installman installperl
19639 ____________________________________________________________________________
19640 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
19641         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
19642              From: "Philip Newton" <pnewton@gmx.de>
19643              Date: Tue, 15 May 2001 16:31:05 +0200
19644              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
19645              
19646              Fix PERL_Y2KWARN test to check before rather than after appending.
19647      Branch: perl
19648            ! pp_hot.c
19649 ____________________________________________________________________________
19650 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
19651         Log: Regen Porting stuff.
19652      Branch: perl
19653            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19654            ! config_h.SH
19655 ____________________________________________________________________________
19656 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
19657         Log: Metaconfig unit change for #10125.
19658      Branch: metaconfig
19659            ! U/modified/Oldconfig.U
19660 ____________________________________________________________________________
19661 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
19662         Log: Use OSVERS.
19663      Branch: perl
19664            ! Configure config_h.SH perl.c
19665 ____________________________________________________________________________
19666 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
19667         Log: Regen toc.
19668      Branch: perl
19669            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
19670 ____________________________________________________________________________
19671 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
19672         Log: Adding the README.dgux to the MANIFEST would be a good idea.
19673      Branch: perl
19674            ! MANIFEST
19675 ____________________________________________________________________________
19676 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
19677         Log: Move the stack desire definition to thread.h.
19678      Branch: perl
19679            ! ext/Thread/Thread.xs thread.h
19680 ____________________________________________________________________________
19681 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
19682         Log: DG-UX threading patches, including a README.dgux,
19683              from Takis Psarogiannakopoulos.
19684      Branch: perl
19685            + README.dgux
19686            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
19687 ____________________________________________________________________________
19688 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
19689         Log: Subject: [PATCH B::Deparse] More on /x regexes
19690              From: Robin Houston <robin@kitsite.com>
19691              Date: Tue, 15 May 2001 19:09:35 +0100
19692              Message-ID: <20010515190935.A27268@penderel>
19693      Branch: perl
19694            ! ext/B/B/Deparse.pm
19695 ____________________________________________________________________________
19696 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
19697         Log: Document that the core time() may be rounding rather
19698              than truncating, would have saved at least my confusion.
19699      Branch: perl
19700            ! ext/Time/HiRes/HiRes.pm
19701 ____________________________________________________________________________
19702 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
19703         Log: Subject: perl-current/t/time-hires.t
19704              From: John Peacock <jpeacock@rowman.com>
19705              Date: Fri, 11 May 2001 14:09:41 -0400
19706              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
19707      Branch: perl
19708            ! t/lib/time-hires.t
19709 ____________________________________________________________________________
19710 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
19711         Log: Subject: [PATCH dump.c] Op private flags
19712              From: Simon Cozens <simon@netthink.co.uk>
19713              Date: Sun, 13 May 2001 20:20:36 +0100
19714              Message-ID: <20010513202036.A21896@netthink.co.uk>
19715      Branch: perl
19716            ! dump.c
19717 ____________________________________________________________________________
19718 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
19719         Log: Upgrade to Switch 2.03.
19720      Branch: perl
19721            ! lib/Switch.pm
19722 ____________________________________________________________________________
19723 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
19724         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
19725              to PERL_CONFIG_SH and use it consistently.
19726      Branch: maint-5.6/perl
19727           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
19728           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
19729           !> myconfig.SH writemain.SH
19730 ____________________________________________________________________________
19731 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
19732         Log: Metaconfig units changes for #10113.
19733      Branch: metaconfig
19734            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
19735 ____________________________________________________________________________
19736 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
19737         Log: The problem described in 20010514.031 still wasn't
19738              fully cured, there were remnants of $CONFIG when
19739              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
19740              to avoid future conflicts.
19741      Branch: perl
19742            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
19743            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
19744            ! myconfig.SH writemain.SH
19745 ____________________________________________________________________________
19746 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
19747         Log: Half of #10107 got lost.
19748      Branch: perl
19749            ! ext/B/B/Deparse.pm
19750 ____________________________________________________________________________
19751 [ 10111] By: nick                                  on 2001/05/15  08:39:14
19752         Log: Integrate mainline.
19753      Branch: perlio
19754           +> ext/POSIX/hints/uts.pl
19755            - Todo Todo-5.6 t/camel-III/vstring.t
19756           !> (integrate 48 files)
19757 ____________________________________________________________________________
19758 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
19759         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
19760              From: Robin Houston <robin@kitsite.com>
19761              Date: Mon, 14 May 2001 22:27:08 +0100
19762              Message-ID: <20010514222708.A22963@penderel>
19763      Branch: perl
19764            ! t/TestInit.pm
19765 ____________________________________________________________________________
19766 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
19767         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
19768              From: Robin Houston <robin@kitsite.com>
19769              Date: Mon, 14 May 2001 22:16:43 +0100
19770              Message-ID: <20010514221643.A22437@penderel>
19771      Branch: perl
19772            ! ext/B/B/Deparse.pm
19773 ____________________________________________________________________________
19774 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
19775         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
19776              From: Robin Houston <robin@kitsite.com>
19777              Date: Mon, 14 May 2001 22:03:44 +0100
19778              Message-ID: <20010514220344.A20643@penderel>
19779      Branch: perl
19780            ! ext/B/B/Deparse.pm
19781 ____________________________________________________________________________
19782 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
19783         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
19784              From: Robin Houston <robin@kitsite.com>
19785              Date: Mon, 14 May 2001 22:10:07 +0100
19786              Message-ID: <20010514221007.A21118@penderel>
19787      Branch: perl
19788            ! ext/B/B/Deparse.pm
19789 ____________________________________________________________________________
19790 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
19791         Log: Fix for 20010514.037; substr() didn't invalidate the locale
19792              collation magic.
19793      Branch: perl
19794            ! pp.c
19795 ____________________________________________________________________________
19796 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
19797         Log: Update Changes.
19798      Branch: perl
19799            ! Changes patchlevel.h
19800 ____________________________________________________________________________
19801 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
19802         Log: Retract #10094.
19803      Branch: perl
19804            ! lib/Pod/Text.pm
19805 ____________________________________________________________________________
19806 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
19807         Log: Integrate change #10100 from maintperl.
19808              
19809              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
19810              bug ID 20010514.027)
19811      Branch: perl
19812           !> mg.c pp_ctl.c
19813 ____________________________________________________________________________
19814 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
19815         Log: Document the deprecatedness of suidperl.
19816      Branch: perl
19817            ! INSTALL pod/perlfaq1.pod
19818 ____________________________________________________________________________
19819 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
19820         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
19821              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
19822              Date: Mon, 14 May 2001 09:38:59 -0400
19823              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
19824      Branch: perl
19825            ! lib/ExtUtils/MM_Unix.pm
19826 ____________________________________________________________________________
19827 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
19828         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
19829              bug ID 20010514.027)
19830              
19831              TODO: this needs a testsuite addition
19832      Branch: maint-5.6/perl
19833            ! mg.c pp_ctl.c
19834 ____________________________________________________________________________
19835 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
19836         Log: More DWIMminess for Class::Struct: calling the array or hash
19837              accessors only with one argument, an array or a hash reference,
19838              sets the underlying array or hash.  This mirrors nicely also
19839              the usage in the constructor.
19840              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
19841      Branch: perl
19842            ! lib/Class/Struct.pm t/lib/class-struct.t
19843 ____________________________________________________________________________
19844 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
19845         Log: Reference cmp'ing should go through the whole stringification
19846              process shebang, as pointed out by Sarathy in #10091.
19847      Branch: perl
19848            ! pp.c
19849 ____________________________________________________________________________
19850 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
19851         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
19852              From: Simon Cozens <simon@netthink.co.uk>
19853              Date: Sat, 12 May 2001 16:36:27 +0100
19854              Message-ID: <20010512163627.A5522@netthink.co.uk>
19855              
19856              with some additions salvaged from Todo and Todo-5.6 before
19857              retiring them.
19858      Branch: perl
19859            - Todo Todo-5.6
19860            ! MANIFEST pod/perltodo.pod
19861 ____________________________________________________________________________
19862 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
19863         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
19864              From: "Golubev I. N." <gin@mo.msk.ru>
19865              Date: Mon, 07 May 2001 14:33:34 (GMT)
19866              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
19867      Branch: perl
19868            ! perl.h
19869 ____________________________________________________________________________
19870 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
19871         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
19872              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
19873              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
19874              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
19875      Branch: perl
19876            ! lib/ExtUtils/MM_Unix.pm
19877 ____________________________________________________________________________
19878 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
19879         Log: (Retracted by #10104.)
19880              
19881              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
19882              From: barries <barries@slaysys.com>
19883              Date: Sat, 12 May 2001 01:28:10 -0400
19884              Message-ID: <20010512012810.B26358@jester.slaysys.com>
19885      Branch: perl
19886            ! lib/Pod/Text.pm
19887 ____________________________________________________________________________
19888 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
19889         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
19890              From: Mike Guy <mjtg@cam.ac.uk>
19891              Date: Sat, 12 May 2001 19:24:33 +0100
19892              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
19893      Branch: perl
19894            ! lib/AutoSplit.pm
19895 ____________________________________________________________________________
19896 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
19897         Log: Yet another HP-UX hints tweak from Merijn.
19898      Branch: perl
19899            ! hints/hpux.sh
19900 ____________________________________________________________________________
19901 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
19902         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
19903              isn't defined (changes#9366,9368,9370 from mainline without the
19904              pp_scmp() change)
19905      Branch: maint-5.6/perl
19906            ! pp.c pp.h pp_hot.c
19907 ____________________________________________________________________________
19908 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
19909         Log: The sorting seems to happen now automatically.
19910      Branch: perl
19911            ! t/lib/glob-basic.t
19912 ____________________________________________________________________________
19913 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
19914         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
19915              From: Benjamin Sugars <bsugars@canoe.ca>
19916              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
19917              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
19918      Branch: perl
19919            ! pod/perlfunc.pod
19920 ____________________________________________________________________________
19921 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
19922         Log: Subject: Re: undef(&foo) does not work for XS functions
19923              From: Doug MacEachern <dougm@covalent.net>
19924              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
19925              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
19926      Branch: perl
19927            ! op.c
19928 ____________________________________________________________________________
19929 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
19930         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
19931              From: Peter Prymmer <pvhp@forte.com>
19932              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
19933              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
19934      Branch: perl
19935            ! t/op/append.t
19936 ____________________________________________________________________________
19937 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
19938         Log: Update Changes.
19939      Branch: perl
19940            ! Changes patchlevel.h
19941 ____________________________________________________________________________
19942 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
19943         Log: Remove the 'asciir' re subpragma.  Should instead implement
19944              the 'physical vs logical' range scheme:
19945              
19946              \xAA-\xCC is a native physical range, you want that range of
19947              codepoints in your native encoding.  In EBCDIC the codepoints
19948              in the gaps (between i-j and r-s) should be included.
19949              
19950              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
19951              codepoints in Unicode.
19952              
19953              a-z is a logical range, you want that range of 'logical' codepoints
19954              in your native encoding.  In EBCDIC the codepoints in the gaps
19955              (between i-j and r-s) should not be included.
19956              
19957              Mixed cases (a-\xAA, etc) should either be errors, or maybe
19958              the 'logical' endpoints should be converted to native/Unicode
19959              codepoints, and the range handled as a physical range.
19960              
19961              'Logical endpoints' are to be recognized only in the A-Z, a-z,
19962              and 0-9 ranges.  Probably a warning should be given for mixed
19963              cases like A-z or a-9 (since such expressions are encoding
19964              dependent), with a recommendation to use physical ranges.
19965      Branch: perl
19966            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
19967            ! t/op/regexp.t
19968 ____________________________________________________________________________
19969 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
19970         Log: Make the test to cleanup the test directory tree
19971              both before and after the testing so that we always
19972              have a clean slate to work with.
19973      Branch: perl
19974            ! t/lib/filefind.t
19975 ____________________________________________________________________________
19976 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
19977         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
19978              From: Jon Eveland <jweveland@yahoo.com>
19979              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
19980              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
19981      Branch: perl
19982            ! pod/perlfunc.pod
19983 ____________________________________________________________________________
19984 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
19985         Log: Merge the camel-III/vstring.t with op/ver.t.
19986      Branch: perl
19987            - t/camel-III/vstring.t
19988            ! MANIFEST t/TEST t/harness t/op/ver.t
19989 ____________________________________________________________________________
19990 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
19991         Log: Add test.deparse make target.
19992      Branch: perl
19993            ! Makefile.SH
19994 ____________________________________________________________________________
19995 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
19996         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
19997              From: Robin Houston <robin@kitsite.com>
19998              Date: Fri, 11 May 2001 12:02:22 +0100
19999              Message-ID: <20010511120222.A11529@penderel>
20000      Branch: perl
20001            ! ext/B/B/Deparse.pm t/op/method.t
20002 ____________________________________________________________________________
20003 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
20004         Log: A nicely working combination for UTS from Hal Morris.
20005      Branch: perl
20006            + ext/POSIX/hints/uts.pl
20007            ! MANIFEST hints/uts.sh
20008 ____________________________________________________________________________
20009 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
20010         Log: i_ieeefp=undef for UTS.
20011      Branch: perl
20012            ! hints/uts.sh
20013 ____________________________________________________________________________
20014 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
20015         Log: Subject: RE: rand(0) is rand(1)
20016              From: Larry Shatzer <lshatzer@islanddata.com>
20017              Date: Thu, 10 May 2001 11:09:27 -0700
20018              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
20019      Branch: perl
20020            ! pod/perlfunc.pod
20021 ____________________________________________________________________________
20022 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
20023         Log: Subject: [patch] make op_{clear,null} public
20024              From: Doug MacEachern <dougm@covalent.net>
20025              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
20026              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
20027      Branch: perl
20028            ! embed.h embed.pl op.c proto.h
20029 ____________________________________________________________________________
20030 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
20031         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
20032              From: Robin Houston <robin@kitsite.com>
20033              Date: Thu, 10 May 2001 18:54:59 +0100
20034              Message-ID: <20010510185459.A5995@penderel>
20035      Branch: perl
20036            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
20037 ____________________________________________________________________________
20038 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
20039         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
20040              From: Robin Houston <robin@kitsite.com>
20041              Date: Thu, 10 May 2001 12:56:39 +0100
20042              Message-ID: <20010510125639.A2119@penderel>
20043      Branch: perl
20044            ! ext/B/B/Deparse.pm
20045 ____________________________________________________________________________
20046 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
20047         Log: Retract #10070, not ready yet.
20048      Branch: perl
20049            ! ext/B/B/Deparse.pm
20050 ____________________________________________________________________________
20051 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
20052         Log: The metaconfig unit change for #10071.
20053      Branch: metaconfig
20054            ! U/modified/mallocsrc.U
20055 ____________________________________________________________________________
20056 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
20057         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
20058      Branch: perl
20059            ! Configure
20060 ____________________________________________________________________________
20061 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
20062         Log: (Retracted by #10073)
20063              
20064              Subject: Re: [PATCH t/TEST] B::Deparse tester 
20065              From: Hugo <hv@crypt.compulink.co.uk>
20066              Date: Thu, 10 May 2001 05:48:09 +0100
20067              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
20068      Branch: perl
20069            ! ext/B/B/Deparse.pm
20070 ____________________________________________________________________________
20071 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
20072         Log: Add a for(func()) test.
20073      Branch: perl
20074            ! t/cmd/for.t
20075 ____________________________________________________________________________
20076 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
20077         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
20078              From: Robin Houston <robin@kitsite.com>
20079              Date: Thu, 10 May 2001 13:50:08 +0100
20080              Message-ID: <20010510135008.A2454@penderel>
20081      Branch: perl
20082            ! ext/B/B/Deparse.pm
20083 ____________________________________________________________________________
20084 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
20085         Log: A thinko in #10065.
20086      Branch: perl
20087            ! hv.c
20088 ____________________________________________________________________________
20089 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
20090         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
20091              From: Robin Houston <robin@kitsite.com>
20092              Date: Thu, 10 May 2001 02:10:34 +0100
20093              Message-ID: <20010510021034.A19421@penderel>
20094      Branch: perl
20095            ! ext/B/B.xs ext/B/B/Deparse.pm
20096 ____________________________________________________________________________
20097 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
20098         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
20099              From: Doug MacEachern <dougm@covalent.net>
20100              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
20101              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
20102      Branch: perl
20103            ! hv.c
20104 ____________________________________________________________________________
20105 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
20106         Log: One more workaround for the UTS compiler from Hal Morris.
20107      Branch: perl
20108            ! perl.h
20109 ____________________________________________________________________________
20110 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
20111         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
20112              From: Robin Houston <robin@kitsite.com>
20113              Date: Thu, 10 May 2001 01:02:08 +0100
20114              Message-ID: <20010510010208.A18200@penderel>
20115      Branch: perl
20116            ! ext/B/B/Debug.pm
20117 ____________________________________________________________________________
20118 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
20119         Log: Subject: [PATCH] Simplify deb_curcv() a bit
20120              From: Benjamin Sugars <bsugars@canoe.ca>
20121              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
20122              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
20123      Branch: perl
20124            ! run.c
20125 ____________________________________________________________________________
20126 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
20127         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
20128              From: Benjamin Sugars <bsugars@canoe.ca>
20129              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
20130              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
20131      Branch: perl
20132            ! t/lib/io_scalar.t
20133 ____________________________________________________________________________
20134 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
20135         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
20136              From: Peter Prymmer <pvhp@forte.com>
20137              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
20138              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
20139      Branch: perl
20140            ! t/lib/md5-file.t
20141 ____________________________________________________________________________
20142 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
20143         Log: Subject: [PATCH t/TEST] B::Deparse tester
20144              From: Robin Houston <robin@kitsite.com>
20145              Date: Wed, 9 May 2001 19:17:50 +0100
20146              Message-ID: <20010509191750.A16940@penderel>
20147      Branch: perl
20148            ! ext/B/O.pm t/TEST
20149 ____________________________________________________________________________
20150 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
20151         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
20152              From: Jeff Pinyan <jeffp@crusoe.net>
20153              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
20154              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
20155      Branch: perl
20156            ! lib/Pod/Html.pm
20157 ____________________________________________________________________________
20158 [ 10057] By: nick                                  on 2001/05/09  18:37:56
20159         Log: Integrate mainline.
20160      Branch: perlio
20161           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
20162           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
20163 ____________________________________________________________________________
20164 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
20165         Log: Update Changes.
20166      Branch: perl
20167            ! Changes patchlevel.h
20168 ____________________________________________________________________________
20169 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
20170         Log: Integrate perlio.
20171      Branch: perl
20172           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
20173 ____________________________________________________________________________
20174 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
20175         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
20176              From: Benjamin Sugars <bsugars@canoe.ca>
20177              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
20178              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
20179      Branch: perl
20180            ! perlio.c
20181 ____________________________________________________________________________
20182 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
20183         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
20184              From: Benjamin Sugars <bsugars@canoe.ca>
20185              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
20186              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
20187      Branch: perl
20188            ! ext/PerlIO/Scalar/Scalar.xs
20189 ____________________________________________________________________________
20190 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
20191         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
20192              From: Jeff Pinyan <jeffp@crusoe.net>
20193              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
20194              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
20195      Branch: perl
20196            ! lib/Pod/Html.pm
20197 ____________________________________________________________________________
20198 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
20199         Log: EPOC tweak from Olaf Flebbe.
20200      Branch: perl
20201            ! epoc/epocish.h
20202 ____________________________________________________________________________
20203 [ 10050] By: nick                                  on 2001/05/09  14:37:57
20204         Log: win32, regen_config_h
20205      Branch: perlio
20206            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20207 ____________________________________________________________________________
20208 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
20209         Log: Integrate perlio.
20210      Branch: perl
20211           !> pp_sys.c
20212 ____________________________________________________________________________
20213 [ 10048] By: nick                                  on 2001/05/09  11:59:50
20214         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
20215              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
20216      Branch: perlio
20217            ! pp_sys.c
20218 ____________________________________________________________________________
20219 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
20220         Log: Integrate perlio.
20221      Branch: perl
20222           !> run.c
20223 ____________________________________________________________________________
20224 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
20225         Log: Subject: Re: Less warnings during configure
20226              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20227              Date: Wed, 09 May 2001 13:12:49 +0200
20228              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
20229      Branch: perl
20230            ! hints/hpux.sh
20231 ____________________________________________________________________________
20232 [ 10045] By: nick                                  on 2001/05/09  09:56:59
20233         Log: MULTIPLICITY/DEBUGGING build fix.
20234      Branch: perlio
20235            ! run.c
20236 ____________________________________________________________________________
20237 [ 10044] By: nick                                  on 2001/05/09  09:46:37
20238         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
20239      Branch: perlio
20240           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
20241            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
20242           !> (integrate 65 files)
20243 ____________________________________________________________________________
20244 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
20245         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
20246              From: Robin Houston <robin@kitsite.com>
20247              Date: Tue, 8 May 2001 19:38:00 +0100
20248              Message-ID: <20010508193800.A4389@penderel>
20249              
20250              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
20251              From: Robin Houston <robin@kitsite.com>
20252              Date: Tue, 8 May 2001 20:03:57 +0100
20253              Message-ID: <20010508200357.A4614@penderel>
20254              
20255              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
20256              From: Robin Houston <robin@kitsite.com>
20257              Date: Wed, 9 May 2001 00:12:05 +0100
20258              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
20259      Branch: perl
20260            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
20261 ____________________________________________________________________________
20262 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
20263         Log: Retract #10031.
20264      Branch: perl
20265            ! pod/perlfunc.pod
20266 ____________________________________________________________________________
20267 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
20268         Log: The metaconfig unit changes for #10040.
20269      Branch: metaconfig/U/perl
20270            ! Checkcc.U d_dlsymun.U dlsrc.U
20271 ____________________________________________________________________________
20272 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
20273         Log: The Configure half of
20274              
20275              Subject: Less warnings during configure
20276              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20277              Date: Tue, 08 May 2001 08:44:02 +0200
20278              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
20279      Branch: perl
20280            ! Configure
20281 ____________________________________________________________________________
20282 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
20283         Log: Subject: Less warnings during configure
20284              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20285              Date: Tue, 08 May 2001 08:44:02 +0200
20286              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
20287      Branch: perl
20288            ! hints/hpux.sh
20289 ____________________________________________________________________________
20290 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
20291         Log: Don't forget to whine about \d__\d.
20292      Branch: perl
20293            ! t/pragma/warn/toke toke.c
20294 ____________________________________________________________________________
20295 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
20296         Log: Allow underscores also in the exponent part.
20297      Branch: perl
20298            ! t/pragma/warn/toke toke.c
20299 ____________________________________________________________________________
20300 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
20301         Log: CodeMagicCD doesn't look like an *I*DE.
20302      Branch: perl
20303            ! pod/perlfaq3.pod
20304 ____________________________________________________________________________
20305 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
20306         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
20307              to be consistently down).
20308      Branch: perl
20309            ! pod/perlfaq3.pod
20310 ____________________________________________________________________________
20311 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
20312         Log: Upgrade to Text::Balanced 1.84.
20313      Branch: perl
20314            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
20315 ____________________________________________________________________________
20316 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
20317         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
20318              From: Benjamin Sugars <bsugars@canoe.ca>
20319              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
20320              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
20321      Branch: perl
20322            ! run.c
20323 ____________________________________________________________________________
20324 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
20325         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
20326              From: Peter Prymmer <pvhp@forte.com>
20327              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
20328              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
20329      Branch: perl
20330            ! t/pod/plainer.t
20331 ____________________________________________________________________________
20332 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
20333         Log: (Retracted by #10042)
20334              
20335              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
20336              From: "Philip Newton" <pnewton@gmx.de>
20337              Date: Tue, 8 May 2001 09:18:10 +0200
20338              Message-ID: <3AF7B9D2.28861.603732@localhost>
20339      Branch: perl
20340            ! pod/perlfunc.pod
20341 ____________________________________________________________________________
20342 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
20343         Log: Subject: [PATCH B::Deparse] Document known bugs
20344              From: Robin Houston <robin@kitsite.com>
20345              Date: Tue, 8 May 2001 01:53:34 +0100
20346              Message-ID: <20010508015334.A32394@penderel>
20347      Branch: perl
20348            ! ext/B/B/Deparse.pm
20349 ____________________________________________________________________________
20350 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
20351         Log: Subject: Re: Perl book, magazine and website updates.
20352              From: "Philip Newton" <pnewton@gmx.de>
20353              Date: Mon, 7 May 2001 17:03:58 +0200
20354              Message-ID: <3AF6D57E.5387.1E29930@localhost>
20355      Branch: perl
20356            ! pod/perlfaq2.pod
20357 ____________________________________________________________________________
20358 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
20359         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
20360              From: Peter Prymmer <pvhp@forte.com>
20361              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
20362              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
20363      Branch: perl
20364            ! t/io/fflush.t
20365 ____________________________________________________________________________
20366 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
20367         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
20368              From: Robin Houston <robin@kitsite.com>
20369              Date: Tue, 8 May 2001 01:14:55 +0100
20370              Message-ID: <20010508011455.A32162@penderel>
20371      Branch: perl
20372            ! ext/B/B/Deparse.pm
20373 ____________________________________________________________________________
20374 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
20375         Log: Typo in #10025.
20376      Branch: perl
20377            ! hints/uts.sh
20378 ____________________________________________________________________________
20379 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
20380         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
20381      Branch: perl
20382            ! hints/uts.sh
20383 ____________________________________________________________________________
20384 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
20385         Log: Subject: Re: [ID 20010506.045] question about hash syntax
20386              From: Peter Scott <Peter@PSDT.com>
20387              Date: Sun, 06 May 2001 13:10:40 -0700
20388              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
20389      Branch: perl
20390            ! pod/perl56delta.pod
20391 ____________________________________________________________________________
20392 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
20393         Log: Configure should figure out the list of dynamic extensions
20394              just fine in UTS-- and in fact it does, as reported by Hal Morris.
20395      Branch: perl
20396            ! hints/uts.sh
20397 ____________________________________________________________________________
20398 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
20399         Log: Update Changes.
20400      Branch: perl
20401            ! Changes patchlevel.h
20402 ____________________________________________________________________________
20403 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
20404         Log: Subject: [PATCH regcomp.c] Insecure regexes
20405              From: Robin Houston <robin@kitsite.com>
20406              Date: Mon, 7 May 2001 21:56:12 +0100
20407              Message-ID: <20010507215612.A31114@penderel>
20408      Branch: perl
20409            ! regcomp.c
20410 ____________________________________________________________________________
20411 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
20412         Log: Drop the foobar.perl.com references for now until Simon
20413              gets them sorted out.
20414      Branch: perl
20415            ! pod/perlfaq2.pod
20416 ____________________________________________________________________________
20417 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
20418         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
20419              From: Prymmer/Kahn <pvhp@best.com>
20420              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
20421              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
20422      Branch: perl
20423            ! lib/Devel/SelfStubber.pm
20424 ____________________________________________________________________________
20425 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
20426         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
20427              From: Prymmer/Kahn <pvhp@best.com>
20428              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
20429              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
20430      Branch: perl
20431            ! win32/Makefile
20432 ____________________________________________________________________________
20433 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
20434         Log: s/WebTechnique's/WebTechniques/
20435      Branch: perl
20436            ! pod/perlfaq2.pod
20437 ____________________________________________________________________________
20438 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
20439         Log: Llama 3 updates from Randal.
20440      Branch: perl
20441            ! pod/perlfaq2.pod
20442 ____________________________________________________________________________
20443 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
20444         Log: Subject: [PATCH] Help -Dt show correct pad variables
20445              From: Benjamin Sugars <ben.sugars@home.com>
20446              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
20447              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
20448      Branch: perl
20449            ! embed.h embed.pl proto.h run.c
20450 ____________________________________________________________________________
20451 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
20452         Log: Subject: [PATCH] Document C<our $foo : shared>
20453              From: Benjamin Sugars <ben.sugars@home.com>
20454              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
20455              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
20456      Branch: perl
20457            ! pod/perlfunc.pod
20458 ____________________________________________________________________________
20459 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
20460         Log: Subject: [PATCH B::Deparse] undefined folded constants
20461              From: Robin Houston <robin@kitsite.com>
20462              Date: Sun, 6 May 2001 17:19:09 +0100
20463              Message-ID: <20010506171909.A7046@penderel>
20464      Branch: perl
20465            ! ext/B/B/Deparse.pm
20466 ____________________________________________________________________________
20467 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
20468         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
20469              From: Robin Houston <robin@kitsite.com>
20470              Message-ID: <20010506164654.A6848@penderel>
20471              Date: Sun, 6 May 2001 16:46:54 +0100
20472      Branch: perl
20473            ! ext/B/B/Deparse.pm
20474 ____________________________________________________________________________
20475 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
20476         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
20477              From: Robin Houston <robin@kitsite.com>
20478              Date: Sun, 6 May 2001 14:47:02 +0100
20479              Message-ID: <20010506144702.A6308@penderel>
20480      Branch: perl
20481            ! t/op/my_stash.t
20482 ____________________________________________________________________________
20483 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
20484         Log: Subject: Perl book, magazine and website updates.
20485              From: Simon Cozens <simon@netthink.co.uk>
20486              Date: Sun, 6 May 2001 16:55:36 +0100
20487              Message-ID: <20010506165536.A1795@netthink.co.uk>
20488      Branch: perl
20489            ! pod/perlbook.pod pod/perlfaq2.pod
20490 ____________________________________________________________________________
20491 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
20492         Log: Tweaks on the Tru64 prof options.
20493      Branch: perl
20494            ! pod/perlhack.pod
20495 ____________________________________________________________________________
20496 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
20497         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
20498              From: Robin Houston <robin@kitsite.com>
20499              Date: Sun, 6 May 2001 14:40:51 +0100
20500              Message-ID: <20010506144051.A6279@penderel>
20501      Branch: perl
20502            ! t/pod/testp2pt.pl
20503 ____________________________________________________________________________
20504 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
20505         Log: Subject: [PATCH B::Deparse] scoping
20506              From: Robin Houston <robin@kitsite.com>
20507              Date: Sun, 6 May 2001 14:36:56 +0100
20508              Message-ID: <20010506143656.A4006@penderel>
20509      Branch: perl
20510            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
20511 ____________________________________________________________________________
20512 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
20513         Log: Document the undefinedness of bitshifting out of range.
20514      Branch: perl
20515            ! pod/perlop.pod
20516 ____________________________________________________________________________
20517 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
20518         Log: Retract #10003 and update the IDE descriptions a bit.
20519      Branch: perl
20520            ! pod/perlfaq3.pod
20521 ____________________________________________________________________________
20522 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
20523         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
20524              From: Prymmer/Kahn <pvhp@best.com>
20525              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
20526              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
20527      Branch: perl
20528            ! win32/Makefile win32/buildext.pl win32/config.bc
20529            ! win32/config.gc win32/config.vc
20530 ____________________________________________________________________________
20531 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
20532         Log: (Retracted by #10005.)
20533      Branch: perl
20534            ! pod/perlfaq3.pod
20535 ____________________________________________________________________________
20536 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
20537         Log: It's "psed", not "sed".
20538      Branch: perl
20539            ! x2p/s2p.PL
20540 ____________________________________________________________________________
20541 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
20542         Log: Update Changes.
20543      Branch: perl
20544            ! Changes patchlevel.h
20545 ____________________________________________________________________________
20546 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
20547         Log: Subject: Re: bleadperl make install fails due to "psed"
20548              From: andreas.koenig@anima.de (Andreas J. Koenig)
20549              Date: 05 May 2001 18:23:28 +0200
20550              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
20551      Branch: perl
20552            ! x2p/Makefile.SH x2p/s2p.PL
20553 ____________________________________________________________________________
20554 [  9999] By: jhi                                   on 2001/05/05  18:28:09
20555         Log: AUTHORS updates.
20556      Branch: perl
20557            ! AUTHORS
20558 ____________________________________________________________________________
20559 [  9998] By: jhi                                   on 2001/05/05  18:16:00
20560         Log: Updates on the pods related to the modules included since 5.6.
20561              
20562              TODO: perltodo really could use major updating.
20563      Branch: perl
20564            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
20565            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
20566            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
20567            ! pod/perlsyn.pod pod/perltodo.pod
20568 ____________________________________________________________________________
20569 [  9997] By: jhi                                   on 2001/05/05  17:35:17
20570         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
20571              from Kurt Skauen.
20572      Branch: perl
20573            + hints/atheos.sh
20574            ! MANIFEST
20575 ____________________________________________________________________________
20576 [  9996] By: jhi                                   on 2001/05/05  17:25:00
20577         Log: Add preemptive #undefs for some of the shorter and more prone
20578              to collision regcomp.h #defines.  (Background: the MASK collided
20579              with a system header #define in Rhapsody.)
20580      Branch: perl
20581            ! regcomp.h
20582 ____________________________________________________________________________
20583 [  9995] By: jhi                                   on 2001/05/05  13:24:21
20584         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
20585              From: Nicholas Clark <nick@ccl4.org>
20586              Date: Sat, 5 May 2001 14:46:39 +0100
20587              Message-ID: <20010505144639.O53513@plum.flirble.org>
20588              
20589              Add a test for the constants (if any) being processed correctly.
20590      Branch: perl
20591            ! utils/h2xs.PL
20592 ____________________________________________________________________________
20593 [  9994] By: jhi                                   on 2001/05/05  02:11:03
20594         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
20595              From: Peter Prymmer <pvhp@forte.com>
20596              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
20597              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
20598      Branch: perl
20599            ! t/lib/b-stash.t
20600 ____________________________________________________________________________
20601 [  9993] By: jhi                                   on 2001/05/05  02:03:49
20602         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
20603              From: Peter Prymmer <pvhp@forte.com>
20604              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
20605              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
20606      Branch: perl
20607            ! perlio.c vms/vmsish.h
20608 ____________________________________________________________________________
20609 [  9992] By: jhi                                   on 2001/05/04  17:21:12
20610         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
20611              From: Robin Barker <rmb1@cise.npl.co.uk>
20612              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
20613              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
20614      Branch: perl
20615            + t/pod/plainer.t
20616            ! MANIFEST
20617 ____________________________________________________________________________
20618 [  9991] By: jhi                                   on 2001/05/04  16:47:45
20619         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
20620              From: Robin Barker <rmb1@cise.npl.co.uk>
20621              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
20622              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
20623      Branch: perl
20624            ! regcomp.c
20625 ____________________________________________________________________________
20626 [  9990] By: jhi                                   on 2001/05/04  14:37:20
20627         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
20628              From: Prymmer/Kahn <pvhp@best.com>
20629              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
20630              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
20631      Branch: perl
20632            ! t/lib/b-stash.t
20633 ____________________________________________________________________________
20634 [  9989] By: jhi                                   on 2001/05/04  14:03:58
20635         Log: Introduce perl572delta, update Todo, add the missing
20636              mention about signal safety since 5.7.1 (though this
20637              requires verification and more details.)
20638      Branch: perl
20639            + pod/perl572delta.pod
20640            ! MANIFEST Todo pod/perl571delta.pod
20641 ____________________________________________________________________________
20642 [  9988] By: jhi                                   on 2001/05/04  12:41:51
20643         Log: Subject: [PATCH perl@9944] long =item
20644              From: Robin Barker <rmb1@cise.npl.co.uk>
20645              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
20646              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
20647      Branch: perl
20648            ! ext/Time/HiRes/HiRes.pm
20649 ____________________________________________________________________________
20650 [  9987] By: jhi                                   on 2001/05/04  12:39:19
20651         Log: The #9901 had removed one line essential for EBCDIC.
20652      Branch: perl
20653            ! regcomp.c
20654 ____________________________________________________________________________
20655 [  9986] By: jhi                                   on 2001/05/04  12:30:23
20656         Log: Subject: cygwin/Makefile.SHs INSTALL patch
20657              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
20658              Date: Mon, 08 Jan 2001 04:59:21 +0200
20659              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
20660      Branch: perl
20661            ! cygwin/Makefile.SHs
20662 ____________________________________________________________________________
20663 [  9985] By: jhi                                   on 2001/05/04  03:51:39
20664         Log: Encode/IO doc tweaks.
20665      Branch: perl
20666            ! ext/Encode/Encode.pm
20667 ____________________________________________________________________________
20668 [  9984] By: jhi                                   on 2001/05/04  03:29:34
20669         Log: Remove GDBM_File from the dynamic extensions for UTS,
20670              GDBM is not a standard feature.
20671      Branch: perl
20672            ! hints/uts.sh
20673 ____________________________________________________________________________
20674 [  9983] By: jhi                                   on 2001/05/04  03:22:59
20675         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
20676      Branch: perl
20677            ! pod/perlretut.pod
20678 ____________________________________________________________________________
20679 [  9982] By: jhi                                   on 2001/05/03  23:21:03
20680         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
20681              From: Benjamin Sugars <bsugars@canoe.ca>
20682              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
20683              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
20684      Branch: perl
20685            ! dump.c
20686 ____________________________________________________________________________
20687 [  9981] By: jhi                                   on 2001/05/03  23:20:05
20688         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
20689              From: Benjamin Sugars <bsugars@canoe.ca>
20690              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
20691              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
20692      Branch: perl
20693            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
20694 ____________________________________________________________________________
20695 [  9980] By: jhi                                   on 2001/05/03  23:15:29
20696         Log: Integrate perlio.
20697      Branch: perl
20698           !> ext/Encode/Encode.pm
20699 ____________________________________________________________________________
20700 [  9979] By: jhi                                   on 2001/05/03  16:54:59
20701         Log: Install psed man page.
20702      Branch: perl
20703            ! installman
20704 ____________________________________________________________________________
20705 [  9978] By: jhi                                   on 2001/05/03  16:45:58
20706         Log: Remove unused files; noted by Sarathy.
20707      Branch: perl
20708            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
20709            ! MANIFEST
20710 ____________________________________________________________________________
20711 [  9977] By: jhi                                   on 2001/05/03  16:42:30
20712         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
20713              From: Andy Dougherty <doughera@lafayette.edu>
20714              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
20715              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
20716      Branch: perl
20717            ! INSTALL
20718 ____________________________________________________________________________
20719 [  9976] By: nick                                  on 2001/05/03  16:40:42
20720         Log: Allow $answer = encode($object,$text); like it says in docs.
20721      Branch: perlio
20722            ! ext/Encode/Encode.pm
20723 ____________________________________________________________________________
20724 [  9975] By: nick                                  on 2001/05/03  16:22:30
20725         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
20726              to be in scope (fair enough), and also a package variable (our) for eval to see it.
20727      Branch: perlio
20728            ! ext/Encode/Encode.pm
20729 ____________________________________________________________________________
20730 [  9974] By: nick                                  on 2001/05/03  15:48:17
20731         Log: Integrate mainline.
20732      Branch: perlio
20733           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
20734           +> t/lib/filter-simple.t t/lib/next.t
20735           !> (integrate 70 files)
20736 ____________________________________________________________________________
20737 [  9973] By: jhi                                   on 2001/05/03  13:09:09
20738         Log: Update Changes.
20739      Branch: perl
20740            ! Changes patchlevel.h
20741 ____________________________________________________________________________
20742 [  9972] By: jhi                                   on 2001/05/03  12:58:33
20743         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
20744              From: Prymmer/Kahn <pvhp@best.com>
20745              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
20746              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
20747      Branch: perl
20748            ! t/io/fflush.t
20749 ____________________________________________________________________________
20750 [  9971] By: jhi                                   on 2001/05/03  12:57:26
20751         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
20752              From: Prymmer/Kahn <pvhp@best.com>
20753              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
20754              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
20755      Branch: perl
20756            ! win32/FindExt.pm
20757 ____________________________________________________________________________
20758 [  9970] By: jhi                                   on 2001/05/03  02:42:46
20759         Log: Can't croak sans thread context, from Doug MacEachern.
20760      Branch: perl
20761            ! toke.c
20762 ____________________________________________________________________________
20763 [  9969] By: jhi                                   on 2001/05/03  01:23:48
20764         Log: Subject: Random input test and Perl
20765              From: Ilya Zakharevich <ilya@math.berkeley.edu>
20766              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
20767              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
20768      Branch: perl
20769            ! toke.c
20770 ____________________________________________________________________________
20771 [  9968] By: jhi                                   on 2001/05/02  22:17:21
20772         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
20773              From: Peter Prymmer <pvhp@forte.com>
20774              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
20775              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
20776      Branch: perl
20777            ! pod/perlfunc.pod pod/perlport.pod
20778 ____________________________________________________________________________
20779 [  9967] By: jhi                                   on 2001/05/02  20:12:45
20780         Log: Workaround for UTS compiler casting bug from Hal Morris.
20781      Branch: perl
20782            ! perl.h
20783 ____________________________________________________________________________
20784 [  9966] By: jhi                                   on 2001/05/02  18:31:37
20785         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
20786              From: Dan Sugalski <dan@sidhe.org>
20787              Date: Wed, 02 May 2001 15:23:22 -0400
20788              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
20789      Branch: perl
20790            ! perl.c vms/vms.c
20791 ____________________________________________________________________________
20792 [  9965] By: jhi                                   on 2001/05/02  18:21:29
20793         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
20794      Branch: perl
20795            ! pod/perlfunc.pod
20796 ____________________________________________________________________________
20797 [  9964] By: jhi                                   on 2001/05/02  18:15:01
20798         Log: Document large files in INSTALL, document also the %x
20799              limitation if not use64bitint, closes bug 20010326.007.
20800      Branch: perl
20801            ! INSTALL
20802 ____________________________________________________________________________
20803 [  9963] By: jhi                                   on 2001/05/02  17:24:47
20804         Log: perlmodlib tweaks; regen pods.
20805      Branch: perl
20806            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
20807            ! pod/perltoc.pod
20808 ____________________________________________________________________________
20809 [  9962] By: jhi                                   on 2001/05/02  17:14:00
20810         Log: Fix for a segfault, from Marc Lehmann.
20811      Branch: perl
20812            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
20813 ____________________________________________________________________________
20814 [  9961] By: jhi                                   on 2001/05/02  15:55:53
20815         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
20816              From: "Philip Newton" <pnewton@gmx.de>
20817              Date: Wed, 2 May 2001 18:39:03 +0200
20818              Message-ID: <3AF05447.15525.173B588@localhost>
20819      Branch: perl
20820            ! pod/perlop.pod
20821 ____________________________________________________________________________
20822 [  9960] By: jhi                                   on 2001/05/02  15:35:37
20823         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
20824              From: Dan Sugalski <dan@sidhe.org>
20825              Date: Wed, 02 May 2001 11:37:27 -0400
20826              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
20827      Branch: perl
20828            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
20829            ! thread.h vms/vms.c vms/vmsish.h
20830 ____________________________________________________________________________
20831 [  9959] By: jhi                                   on 2001/05/02  15:21:08
20832         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
20833              From: Benjamin Sugars <bsugars@canoe.ca>
20834              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
20835              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
20836      Branch: perl
20837            ! ext/PerlIO/Scalar/Scalar.xs
20838 ____________________________________________________________________________
20839 [  9958] By: jhi                                   on 2001/05/02  15:15:53
20840         Log: Bug in #9915, spotted by Mike Guy.
20841      Branch: perl
20842            ! installperl
20843 ____________________________________________________________________________
20844 [  9957] By: jhi                                   on 2001/05/02  13:26:01
20845         Log: Add a test for not griping about references as array
20846              indices if the reference has magic in it (overloaded
20847              methods).
20848      Branch: perl
20849            ! pod/perldiag.pod t/pragma/warn/pp_hot
20850 ____________________________________________________________________________
20851 [  9956] By: jhi                                   on 2001/05/02  13:07:01
20852         Log: Retracted a bit too much in #9952.
20853      Branch: perl
20854            ! t/pragma/sub_lval.t
20855 ____________________________________________________________________________
20856 [  9955] By: jhi                                   on 2001/05/02  13:05:38
20857         Log: Test for #9952.
20858      Branch: perl
20859            ! t/op/tie.t
20860 ____________________________________________________________________________
20861 [  9954] By: jhi                                   on 2001/05/02  11:48:18
20862         Log: Additional note on the encoding example: one cannot
20863              convert string constants in-place.
20864      Branch: perl
20865            ! ext/Encode/Encode.pm
20866 ____________________________________________________________________________
20867 [  9953] By: jhi                                   on 2001/05/02  11:43:51
20868         Log: Note that if you have recent enough Perl you already
20869              have Filter::Util::Call.
20870      Branch: perl
20871            ! lib/Filter/Simple.pm
20872 ____________________________________________________________________________
20873 [  9952] By: jhi                                   on 2001/05/02  11:31:53
20874         Log: Retract changes #8254 and #8255, causes coredump in
20875              'tie FH, "main"', reported by Abigail, culprit found by
20876              Benjamin Sugars.  Mirrors maintperl change #9950.
20877      Branch: perl
20878            ! op.c t/pragma/sub_lval.t
20879 ____________________________________________________________________________
20880 [  9951] By: jhi                                   on 2001/05/02  11:14:29
20881         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
20882      Branch: perl
20883            + t/lib/MyFilter.pm
20884 ____________________________________________________________________________
20885 [  9950] By: gsar                                  on 2001/05/02  03:17:11
20886         Log: revert integration of changes#8254,8255 in change#8620 (causes
20887              a coredump in C<tie FH, 'foo'>; the idea itself may need better
20888              rationalization)
20889      Branch: maint-5.6/perl
20890            ! op.c t/pragma/sub_lval.t
20891 ____________________________________________________________________________
20892 [  9949] By: gsar                                  on 2001/05/02  02:56:32
20893         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
20894              
20895              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
20896              
20897              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
20898      Branch: maint-5.6/perl
20899           !> hints/svr5.sh
20900 ____________________________________________________________________________
20901 [  9948] By: gsar                                  on 2001/05/02  02:49:15
20902         Log: pod/find.t breaks on VMS (from Craig Berry)
20903      Branch: maint-5.6/perl
20904            ! t/pod/find.t
20905 ____________________________________________________________________________
20906 [  9947] By: jhi                                   on 2001/05/02  02:43:09
20907         Log: Add an encoding conversion example.
20908      Branch: perl
20909            ! ext/Encode/Encode.pm
20910 ____________________________________________________________________________
20911 [  9946] By: jhi                                   on 2001/05/02  01:34:22
20912         Log: Another coat of paint but still nowhere finished.
20913              Need to decide on the semantics of strptime(): should
20914              strptime() be a function instead of a method?  To do
20915              the week/monthname-strptiming the i18n/l10n bullet needs
20916              to be bitten with gusto.
20917      Branch: perl
20918            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
20919 ____________________________________________________________________________
20920 [  9945] By: jhi                                   on 2001/05/01  23:40:52
20921         Log: Update Changes.
20922      Branch: perl
20923            ! Changes patchlevel.h
20924 ____________________________________________________________________________
20925 [  9944] By: jhi                                   on 2001/05/01  23:33:37
20926         Log: Add known-to-be-tested modules to the list-to-be-skipped.
20927      Branch: perl
20928            ! t/lib/1_compile.t
20929 ____________________________________________________________________________
20930 [  9943] By: jhi                                   on 2001/05/01  23:24:40
20931         Log: Subject: BorlandC++ fix
20932              From: "Vadim Konovalov" <watman@inbox.ru>
20933              Date: Mon, 30 Apr 2001 20:12:26 -0700
20934              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
20935      Branch: perl
20936            ! win32/makefile.mk
20937 ____________________________________________________________________________
20938 [  9942] By: jhi                                   on 2001/05/01  23:18:02
20939         Log: Update to Filter::Simple 0.60, create a test for it.
20940      Branch: perl
20941            + t/lib/filter-simple.t
20942            ! MANIFEST lib/Filter/Simple.pm
20943 ____________________________________________________________________________
20944 [  9941] By: jhi                                   on 2001/05/01  19:47:24
20945         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
20946              From: Hugo <hv@crypt.compulink.co.uk>
20947              Date: Tue, 01 May 2001 20:12:20 +0100
20948              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
20949      Branch: perl
20950            ! pp_hot.c t/op/re_tests
20951 ____________________________________________________________________________
20952 [  9940] By: jhi                                   on 2001/05/01  19:42:16
20953         Log: Integrate perlio.
20954      Branch: perl
20955           !> lib/base.pm t/lib/fields.t
20956 ____________________________________________________________________________
20957 [  9939] By: jhi                                   on 2001/05/01  19:39:51
20958         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
20959              From: Benjamin Sugars <bsugars@canoe.ca>
20960              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
20961              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
20962      Branch: perl
20963            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
20964 ____________________________________________________________________________
20965 [  9938] By: jhi                                   on 2001/05/01  19:34:09
20966         Log: Add NEXT, a pseudo-class for method redispatching.
20967              <Damian>NEXT.pm probably offers more bang-for-buck
20968              than anything else I've ever written.</Damian>
20969      Branch: perl
20970            + lib/NEXT.pm t/lib/next.t
20971            ! MANIFEST
20972 ____________________________________________________________________________
20973 [  9937] By: jhi                                   on 2001/05/01  19:21:41
20974         Log: Update to Switch 2.02.
20975      Branch: perl
20976            ! lib/Switch.pm t/lib/switch.t
20977 ____________________________________________________________________________
20978 [  9936] By: nick                                  on 2001/05/01  19:09:21
20979         Log: Fix for base.pm clobbering $VERSION
20980      Branch: perlio
20981            ! lib/base.pm
20982 ____________________________________________________________________________
20983 [  9935] By: nick                                  on 2001/05/01  18:54:38
20984         Log: Test for base.pm clobbering $VERSION.
20985      Branch: perlio
20986            ! t/lib/fields.t
20987 ____________________________________________________________________________
20988 [  9934] By: jhi                                   on 2001/05/01  18:39:10
20989         Log: Add information about Scalar::Util::blessed.
20990      Branch: perl
20991            ! pod/perlobj.pod
20992 ____________________________________________________________________________
20993 [  9933] By: jhi                                   on 2001/05/01  18:33:51
20994         Log: Subject: Extra UNIVERSAL documentation
20995              From: Mike Guy <mjtg@cam.ac.uk>
20996              Date: Tue, 01 May 2001 20:12:11 +0100
20997              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
20998      Branch: perl
20999            ! pod/perlobj.pod
21000 ____________________________________________________________________________
21001 [  9932] By: jhi                                   on 2001/05/01  18:26:54
21002         Log: Subject: Autoflush in tests as appropriate
21003              From: Mike Guy <mjtg@cam.ac.uk>
21004              Date: Tue, 01 May 2001 20:05:31 +0100
21005              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
21006      Branch: perl
21007            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
21008            ! t/op/taint.t
21009 ____________________________________________________________________________
21010 [  9931] By: jhi                                   on 2001/05/01  18:02:29
21011         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
21012              From: Benjamin Sugars <bsugars@canoe.ca>
21013              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
21014              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
21015      Branch: perl
21016            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
21017 ____________________________________________________________________________
21018 [  9930] By: jhi                                   on 2001/05/01  15:12:26
21019         Log: Subject: Re: Finally got a round tuit
21020              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21021              Date: Tue, 01 May 2001 14:14:10 +0200
21022              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
21023              
21024              The -DP part, slightly modified.
21025      Branch: perl
21026            ! perl.c
21027 ____________________________________________________________________________
21028 [  9929] By: jhi                                   on 2001/05/01  14:17:15
21029         Log: Subject: Re: Finally got a round tuit
21030              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21031              Date: Tue, 01 May 2001 16:34:06 +0200
21032              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
21033              
21034              cpp and optimization tweaks for HP-UX.
21035      Branch: perl
21036            ! hints/hpux.sh
21037 ____________________________________________________________________________
21038 [  9928] By: jhi                                   on 2001/05/01  13:24:20
21039         Log: Tune the scan_num() comments to reality.
21040      Branch: perl
21041            ! toke.c
21042 ____________________________________________________________________________
21043 [  9927] By: jhi                                   on 2001/05/01  13:14:01
21044         Log: Subject: [PATCH B::Deparse] optimised sort
21045              From: Robin Houston <robin@kitsite.com>
21046              Date: Tue, 1 May 2001 14:07:12 +0100
21047              Message-ID: <20010501140712.A4266@penderel>
21048      Branch: perl
21049            ! ext/B/B/Deparse.pm
21050 ____________________________________________________________________________
21051 [  9926] By: jhi                                   on 2001/05/01  13:10:53
21052         Log: Subject: [PATCH t/lib/b-deparse.t] 
21053              From: Robin Houston <robin@kitsite.com>
21054              Date: Tue, 1 May 2001 13:37:42 +0100
21055              Message-ID: <20010501133742.A4082@penderel>
21056      Branch: perl
21057            ! t/lib/b-deparse.t
21058 ____________________________________________________________________________
21059 [  9925] By: jhi                                   on 2001/05/01  13:10:13
21060         Log: Subject: [PATCH B::Deparse] for(;;), sort
21061              From: Robin Houston <robin@kitsite.com>
21062              Date: Tue, 1 May 2001 13:35:00 +0100
21063              Message-ID: <20010501133500.A4061@penderel>
21064      Branch: perl
21065            ! ext/B/B/Deparse.pm
21066 ____________________________________________________________________________
21067 [  9924] By: jhi                                   on 2001/05/01  13:09:22
21068         Log: Subject: [PATCH B::Deparse] do, warn, use
21069              From: Robin Houston <robin@kitsite.com>
21070              Date: Tue, 1 May 2001 13:31:03 +0100
21071              Message-ID: <20010501133103.A4041@penderel>
21072      Branch: perl
21073            ! ext/B/B/Deparse.pm
21074 ____________________________________________________________________________
21075 [  9923] By: jhi                                   on 2001/05/01  11:45:36
21076         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
21077              From: Benjamin Sugars <ben.sugars@home.com>
21078              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
21079              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
21080      Branch: perl
21081            + t/io/fflush.t
21082            ! MANIFEST
21083 ____________________________________________________________________________
21084 [  9922] By: jhi                                   on 2001/05/01  11:35:42
21085         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
21086              From: Peter Prymmer <pvhp@forte.com>
21087              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
21088              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
21089      Branch: perl
21090            ! t/lib/selfstubber.t
21091 ____________________________________________________________________________
21092 [  9921] By: jhi                                   on 2001/04/30  16:34:33
21093         Log: Subject: [PATCH B::Concise] suppress warning
21094              From: Robin Houston <robin@kitsite.com>
21095              Date: Mon, 30 Apr 2001 16:09:49 +0100
21096              Message-ID: <20010430160949.A25086@penderel>
21097      Branch: perl
21098            ! ext/B/B/Concise.pm
21099 ____________________________________________________________________________
21100 [  9920] By: jhi                                   on 2001/04/30  13:56:04
21101         Log: Strip the *markers* from #9919.
21102      Branch: perl
21103            ! pod/perlfaq.pod pod/perlfaq5.pod
21104 ____________________________________________________________________________
21105 [  9919] By: jhi                                   on 2001/04/30  13:54:04
21106         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
21107              From: Gwyn Judd <b.judd@xtra.co.nz>
21108              Date: Sun, 29 Apr 2001 01:47:49 +1200
21109              Message-ID: <20010429014749.A4418@thislove>
21110      Branch: perl
21111            ! pod/perlfaq.pod pod/perlfaq5.pod
21112 ____________________________________________________________________________
21113 [  9918] By: jhi                                   on 2001/04/30  13:13:54
21114         Log: More_tweakage.
21115      Branch: perl
21116            ! pod/perldata.pod pod/perldiag.pod
21117 ____________________________________________________________________________
21118 [  9917] By: jhi                                   on 2001/04/30  13:01:27
21119         Log: Update Changes.
21120      Branch: perl
21121            ! Changes patchlevel.h
21122 ____________________________________________________________________________
21123 [  9916] By: jhi                                   on 2001/04/30  12:57:03
21124         Log: T_w_e_a_k_a_g_e.
21125      Branch: perl
21126            ! pod/perldata.pod pod/perldiag.pod
21127 ____________________________________________________________________________
21128 [  9915] By: jhi                                   on 2001/04/30  12:39:29
21129         Log: Install s2p also as psed.
21130              
21131              TODO: psed documentation?
21132      Branch: perl
21133            ! installperl
21134 ____________________________________________________________________________
21135 [  9914] By: jhi                                   on 2001/04/30  12:29:21
21136         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
21137              From: Jens Hamisch <jens@Strawberry.COM>
21138              Date: Fri, 27 Apr 2001 17:00:36 +0200
21139              Message-ID: <20010427170036.K1372@Strawberry.COM>
21140              
21141              SOCKS5_VERSION_NAME is the right symbol to detect
21142              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
21143              function called socks5_init() is available, and even that is
21144              not universal, most SOCKS5 installations use SOCKSinit()).
21145      Branch: perl
21146            ! perlio.c
21147 ____________________________________________________________________________
21148 [  9913] By: jhi                                   on 2001/04/30  12:22:15
21149         Log: Allow a zero timeout on IO::Socket accept and connect--
21150              though one really shouldn't do that.  Based on
21151              
21152              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
21153              From: "John Holdsworth" <coldwave@bigfoot.com>
21154              Date: Sun, 4 Feb 2001 12:48:18 +0100
21155              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
21156      Branch: perl
21157            ! ext/IO/lib/IO/Socket.pm
21158 ____________________________________________________________________________
21159 [  9912] By: jhi                                   on 2001/04/30  11:27:27
21160         Log: Save the spot of regprev (see #9911) for binary compatibility;
21161              regen API.
21162      Branch: perl
21163            ! embedvar.h perlapi.h thrdvar.h
21164 ____________________________________________________________________________
21165 [  9911] By: jhi                                   on 2001/04/30  11:22:03
21166         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
21167              From: Hugo <hv@crypt.compulink.co.uk>
21168              Date: Sun, 29 Apr 2001 17:09:30 +0100
21169              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
21170      Branch: perl
21171            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
21172 ____________________________________________________________________________
21173 [  9910] By: jhi                                   on 2001/04/30  11:15:12
21174         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
21175              a dummy for PL_numeric_radix); no pressing reason to break
21176              binary compatibility; regen API.
21177      Branch: perl
21178            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
21179            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
21180 ____________________________________________________________________________
21181 [  9909] By: jhi                                   on 2001/04/30  10:56:08
21182         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
21183              From: Walt Mankowski <waltman@netaxs.com>
21184              Date: Sun, 29 Apr 2001 21:53:48 -0400
21185              Message-ID: <20010429215348.A3971@netaxs.com>
21186      Branch: perl
21187            ! pod/perlfunc.pod
21188 ____________________________________________________________________________
21189 [  9908] By: jhi                                   on 2001/04/30  10:49:40
21190         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
21191      Branch: perl
21192            ! t/lib/selfstubber.t
21193 ____________________________________________________________________________
21194 [  9907] By: nick                                  on 2001/04/30  09:26:50
21195         Log: Integrate mainline.
21196      Branch: perlio
21197           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
21198 ____________________________________________________________________________
21199 [  9906] By: jhi                                   on 2001/04/29  23:24:20
21200         Log: Abigail spotted a thinko in #9905.
21201      Branch: perl
21202            ! pod/perldiag.pod
21203 ____________________________________________________________________________
21204 [  9905] By: jhi                                   on 2001/04/29  15:55:39
21205         Log: Changed the underscore/undebar syntax in numeric constants;
21206              now any grouping will do, as long as the underscores are not
21207              consecutive (so "zero-grouping" is out), and they do not begin
21208              or end the integer or fractional parts.
21209      Branch: perl
21210            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
21211 ____________________________________________________________________________
21212 [  9904] By: nick                                  on 2001/04/29  15:43:22
21213         Log: Integrate mainline.
21214      Branch: perlio
21215           +> (branch 98 files)
21216            - lib/unicode/Block.pl
21217            - lib/unicode/In/AlphabeticPresentationForms.pl
21218            - lib/unicode/In/Arabic.pl
21219            - lib/unicode/In/ArabicPresentationForms-A.pl
21220            - lib/unicode/In/ArabicPresentationForms-B.pl
21221            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
21222            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
21223            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
21224            - lib/unicode/In/BopomofoExtended.pl
21225            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
21226            - lib/unicode/In/CJKCompatibility.pl
21227            - lib/unicode/In/CJKCompatibilityForms.pl
21228            - lib/unicode/In/CJKCompatibilityIdeographs.pl
21229            - lib/unicode/In/CJKRadicalsSupplement.pl
21230            - lib/unicode/In/CJKSymbolsandPunctuation.pl
21231            - lib/unicode/In/CJKUnifiedIdeographs.pl
21232            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
21233            - lib/unicode/In/Cherokee.pl
21234            - lib/unicode/In/CombiningDiacriticalMarks.pl
21235            - lib/unicode/In/CombiningHalfMarks.pl
21236            - lib/unicode/In/CombiningMarksforSymbols.pl
21237            - lib/unicode/In/ControlPictures.pl
21238            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
21239            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
21240            - lib/unicode/In/EnclosedAlphanumerics.pl
21241            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
21242            - lib/unicode/In/Ethiopic.pl
21243            - lib/unicode/In/GeneralPunctuation.pl
21244            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
21245            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
21246            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
21247            - lib/unicode/In/HalfwidthandFullwidthForms.pl
21248            - lib/unicode/In/HangulCompatibilityJamo.pl
21249            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
21250            - lib/unicode/In/Hebrew.pl
21251            - lib/unicode/In/HighPrivateUseSurrogates.pl
21252            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
21253            - lib/unicode/In/IPAExtensions.pl
21254            - lib/unicode/In/IdeographicDescriptionCharacters.pl
21255            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
21256            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
21257            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
21258            - lib/unicode/In/Latin-1Supplement.pl
21259            - lib/unicode/In/LatinExtended-A.pl
21260            - lib/unicode/In/LatinExtended-B.pl
21261            - lib/unicode/In/LatinExtendedAdditional.pl
21262            - lib/unicode/In/LetterlikeSymbols.pl
21263            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
21264            - lib/unicode/In/MathematicalOperators.pl
21265            - lib/unicode/In/MiscellaneousSymbols.pl
21266            - lib/unicode/In/MiscellaneousTechnical.pl
21267            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
21268            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
21269            - lib/unicode/In/OpticalCharacterRecognition.pl
21270            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
21271            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
21272            - lib/unicode/In/SmallFormVariants.pl
21273            - lib/unicode/In/SpacingModifierLetters.pl
21274            - lib/unicode/In/Specials.pl
21275            - lib/unicode/In/SuperscriptsandSubscripts.pl
21276            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
21277            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
21278            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
21279            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
21280            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
21281           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
21282           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
21283           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
21284           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
21285           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
21286           !> utf8.c win32/Makefile
21287 ____________________________________________________________________________
21288 [  9903] By: jhi                                   on 2001/04/29  14:30:53
21289         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
21290              From: Prymmer/Kahn <pvhp@best.com>
21291              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
21292              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
21293      Branch: perl
21294            ! win32/Makefile
21295 ____________________________________________________________________________
21296 [  9902] By: jhi                                   on 2001/04/29  02:52:44
21297         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
21298              From: "Abigail" <abigail@foad.org>
21299              Date: Sun, 29 Apr 2001 03:14:25 +0200
21300              Message-ID: <20010429011425.24503.qmail@foad.org>
21301      Branch: perl
21302            ! ext/IO/lib/IO/Seekable.pm
21303 ____________________________________________________________________________
21304 [  9901] By: jhi                                   on 2001/04/29  02:04:46
21305         Log: In character classes one couldn't have 0x80..0xff characters
21306              at the left hand side if there were 0x100.. characters in the
21307              character class.
21308      Branch: perl
21309            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
21310            ! t/op/pat.t utf8.c
21311 ____________________________________________________________________________
21312 [  9900] By: jhi                                   on 2001/04/28  22:55:04
21313         Log: Forgot the latest mktables.PL from #9899.
21314      Branch: perl
21315            ! lib/unicode/mktables.PL
21316 ____________________________________________________________________________
21317 [  9899] By: jhi                                   on 2001/04/28  22:53:28
21318         Log: Explain the \p{} and \P{} error message better and
21319              have prettier prettyprint in In.pl.
21320      Branch: perl
21321            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
21322            ! pod/perldiag.pod
21323 ____________________________________________________________________________
21324 [  9898] By: jhi                                   on 2001/04/28  21:03:34
21325         Log: Add one possible explanation for the "Invalid [] range" error.
21326      Branch: perl
21327            ! pod/perldiag.pod
21328 ____________________________________________________________________________
21329 [  9897] By: jhi                                   on 2001/04/28  17:18:26
21330         Log: Add a level of indirection to the implementation of \p{InFoo}
21331              so that we don't have to have long filenames.  (Nothing changes
21332              in the user interface.)   The indirection is defined in
21333              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
21334              Also rename some the character classes by removing '-' from
21335              the classnames, and finally renamed Block.pl as Blocks.pl.
21336      Branch: perl
21337            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
21338            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
21339            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
21340            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
21341            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
21342            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
21343            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
21344            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
21345            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
21346            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
21347            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
21348            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
21349            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
21350            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
21351            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
21352            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
21353            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
21354            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
21355            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
21356            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
21357            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
21358            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
21359            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
21360            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
21361            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
21362            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
21363            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
21364            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
21365            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
21366            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
21367            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
21368            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
21369            + lib/unicode/In/94.pl lib/unicode/In/95.pl
21370            - lib/unicode/Block.pl
21371            - lib/unicode/In/AlphabeticPresentationForms.pl
21372            - lib/unicode/In/Arabic.pl
21373            - lib/unicode/In/ArabicPresentationForms-A.pl
21374            - lib/unicode/In/ArabicPresentationForms-B.pl
21375            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
21376            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
21377            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
21378            - lib/unicode/In/BopomofoExtended.pl
21379            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
21380            - lib/unicode/In/CJKCompatibility.pl
21381            - lib/unicode/In/CJKCompatibilityForms.pl
21382            - lib/unicode/In/CJKCompatibilityIdeographs.pl
21383            - lib/unicode/In/CJKRadicalsSupplement.pl
21384            - lib/unicode/In/CJKSymbolsandPunctuation.pl
21385            - lib/unicode/In/CJKUnifiedIdeographs.pl
21386            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
21387            - lib/unicode/In/Cherokee.pl
21388            - lib/unicode/In/CombiningDiacriticalMarks.pl
21389            - lib/unicode/In/CombiningHalfMarks.pl
21390            - lib/unicode/In/CombiningMarksforSymbols.pl
21391            - lib/unicode/In/ControlPictures.pl
21392            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
21393            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
21394            - lib/unicode/In/EnclosedAlphanumerics.pl
21395            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
21396            - lib/unicode/In/Ethiopic.pl
21397            - lib/unicode/In/GeneralPunctuation.pl
21398            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
21399            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
21400            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
21401            - lib/unicode/In/HalfwidthandFullwidthForms.pl
21402            - lib/unicode/In/HangulCompatibilityJamo.pl
21403            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
21404            - lib/unicode/In/Hebrew.pl
21405            - lib/unicode/In/HighPrivateUseSurrogates.pl
21406            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
21407            - lib/unicode/In/IPAExtensions.pl
21408            - lib/unicode/In/IdeographicDescriptionCharacters.pl
21409            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
21410            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
21411            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
21412            - lib/unicode/In/Latin-1Supplement.pl
21413            - lib/unicode/In/LatinExtended-A.pl
21414            - lib/unicode/In/LatinExtended-B.pl
21415            - lib/unicode/In/LatinExtendedAdditional.pl
21416            - lib/unicode/In/LetterlikeSymbols.pl
21417            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
21418            - lib/unicode/In/MathematicalOperators.pl
21419            - lib/unicode/In/MiscellaneousSymbols.pl
21420            - lib/unicode/In/MiscellaneousTechnical.pl
21421            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
21422            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
21423            - lib/unicode/In/OpticalCharacterRecognition.pl
21424            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
21425            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
21426            - lib/unicode/In/SmallFormVariants.pl
21427            - lib/unicode/In/SpacingModifierLetters.pl
21428            - lib/unicode/In/Specials.pl
21429            - lib/unicode/In/SuperscriptsandSubscripts.pl
21430            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
21431            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
21432            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
21433            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
21434            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
21435            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
21436            ! pod/perlunicode.pod
21437 ____________________________________________________________________________
21438 [  9896] By: jhi                                   on 2001/04/28  14:33:17
21439         Log: Update the information on shared library path on HP-UX.
21440      Branch: perl
21441            ! INSTALL
21442 ____________________________________________________________________________
21443 [  9895] By: jhi                                   on 2001/04/28  14:32:30
21444         Log: Because #9894 seems to do the trick, this workaround can be removed.
21445      Branch: perl
21446            ! t/lib/selfstubber.t
21447 ____________________________________________________________________________
21448 [  9894] By: jhi                                   on 2001/04/28  14:26:13
21449         Log: For PerlIO flush the children's file handles (on fork/exec/system).
21450      Branch: perl
21451            ! perl.h
21452 ____________________________________________________________________________
21453 [  9893] By: jhi                                   on 2001/04/28  14:23:15
21454         Log: Test tweak for #9891.
21455      Branch: perl
21456            ! t/lib/b-deparse.t
21457 ____________________________________________________________________________
21458 [  9892] By: jhi                                   on 2001/04/28  14:10:13
21459         Log: New HP-UX hints from Merijn.
21460      Branch: perl
21461            ! hints/hpux.sh
21462 ____________________________________________________________________________
21463 [  9891] By: jhi                                   on 2001/04/28  14:07:27
21464         Log: Subject: [PATCH B::Deparse] non-block scopes
21465              From: Robin Houston <robin@kitsite.com>
21466              Date: Fri, 27 Apr 2001 19:15:14 +0100
21467              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
21468      Branch: perl
21469            ! ext/B/B/Deparse.pm
21470 ____________________________________________________________________________
21471 [  9890] By: nick                                  on 2001/04/27  19:41:25
21472         Log: Integrate mainline
21473      Branch: perlio
21474           +> t/lib/selfstubber.t
21475           !> (integrate 50 files)
21476 ____________________________________________________________________________
21477 [  9889] By: jhi                                   on 2001/04/27  18:23:46
21478         Log: Subject: Re: selfstubber test fail on bleadperl
21479              From: Mike Guy <mjtg@cam.ac.uk>
21480              Date: Fri, 27 Apr 2001 19:31:18 +0100
21481              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
21482      Branch: perl
21483            ! t/lib/selfstubber.t
21484 ____________________________________________________________________________
21485 [  9888] By: jhi                                   on 2001/04/27  16:20:54
21486         Log: Test tweak for #9886.
21487      Branch: perl
21488            ! t/lib/b-deparse.t
21489 ____________________________________________________________________________
21490 [  9887] By: jhi                                   on 2001/04/27  16:16:33
21491         Log: Buffering issue at least in Solaris (even with perlio).
21492      Branch: perl
21493            ! t/lib/selfstubber.t
21494 ____________________________________________________________________________
21495 [  9886] By: jhi                                   on 2001/04/27  14:59:23
21496         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
21497              From: Robin Houston <robin@kitsite.com>
21498              Date: Fri, 27 Apr 2001 16:53:20 +0100
21499              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
21500      Branch: perl
21501            ! ext/B/B/Deparse.pm
21502 ____________________________________________________________________________
21503 [  9885] By: jhi                                   on 2001/04/27  14:23:51
21504         Log: Update Changes.
21505      Branch: perl
21506            ! Changes patchlevel.h
21507 ____________________________________________________________________________
21508 [  9884] By: jhi                                   on 2001/04/27  14:14:12
21509         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
21510              From: "Philip Newton" <pnewton@gmx.de>
21511              Date: Fri, 27 Apr 2001 16:40:13 +0200
21512              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
21513      Branch: perl
21514            ! pod/perldata.pod
21515 ____________________________________________________________________________
21516 [  9883] By: jhi                                   on 2001/04/27  13:28:19
21517         Log: Add LOG_PERROR; prettify the "removed".
21518      Branch: perl
21519            ! ext/Sys/Syslog/Syslog.xs
21520 ____________________________________________________________________________
21521 [  9882] By: jhi                                   on 2001/04/27  13:13:18
21522         Log: h2xs tweaks: use NV instead of double, "quote" the removed
21523              prefixes for clarity (especially when nothing is removed),
21524              slight pod reformats.
21525      Branch: perl
21526            ! utils/h2xs.PL
21527 ____________________________________________________________________________
21528 [  9881] By: jhi                                   on 2001/04/27  12:58:48
21529         Log: Don't bother creating existing directories.
21530      Branch: perl
21531            ! utils/h2xs.PL
21532 ____________________________________________________________________________
21533 [  9880] By: jhi                                   on 2001/04/27  12:45:39
21534         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
21535              From: Mike Schilli <m@perlmeister.com>
21536              Date: Wed, 25 Apr 2001 01:29:21 -0700
21537              Message-id: <3AE68AE1.6A981723@perlmeister.com>
21538      Branch: perl
21539            ! utils/h2xs.PL
21540 ____________________________________________________________________________
21541 [  9879] By: jhi                                   on 2001/04/27  12:40:55
21542         Log: break is not yet Perl.  Added the template license also to README.
21543      Branch: perl
21544            ! utils/h2xs.PL
21545 ____________________________________________________________________________
21546 [  9878] By: jhi                                   on 2001/04/27  03:08:20
21547         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
21548              From: Tim Jenness <t.jenness@jach.hawaii.edu>
21549              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
21550              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
21551      Branch: perl
21552            ! t/lib/xs-typemap.t
21553 ____________________________________________________________________________
21554 [  9877] By: jhi                                   on 2001/04/26  23:54:40
21555         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
21556              From: "Abigail" <abigail@foad.org>
21557              Date: Fri, 27 Apr 2001 01:44:28 +0200
21558              Message-ID: <20010426234428.19786.qmail@foad.org>
21559      Branch: perl
21560            ! utils/h2xs.PL
21561 ____________________________________________________________________________
21562 [  9876] By: jhi                                   on 2001/04/26  23:52:06
21563         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
21564              From: Peter Prymmer <pvhp@forte.com>
21565              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
21566              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
21567      Branch: perl
21568            ! t/lib/selfstubber.t
21569 ____________________________________________________________________________
21570 [  9875] By: jhi                                   on 2001/04/26  23:48:10
21571         Log: Deparse nits.
21572      Branch: perl
21573            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
21574 ____________________________________________________________________________
21575 [  9874] By: jhi                                   on 2001/04/26  22:46:05
21576         Log: Document ANYOF_CLASS.
21577      Branch: perl
21578            ! regcomp.h
21579 ____________________________________________________________________________
21580 [  9873] By: jhi                                   on 2001/04/26  22:35:03
21581         Log: Subject: Re: [PATCH @9846] dumping ANYOF
21582              From: Hugo <hv@crypt.compulink.co.uk>
21583              Date: Thu, 26 Apr 2001 23:33:38 +0100
21584              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
21585      Branch: perl
21586            ! regcomp.c regcomp.h
21587 ____________________________________________________________________________
21588 [  9872] By: jhi                                   on 2001/04/26  22:34:31
21589         Log: Subject: [PATCH] more for Devel::SelfStubber
21590              From: Nicholas Clark <nick@ccl4.org>
21591              Date: Fri, 27 Apr 2001 00:13:52 +0100
21592              Message-ID: <20010427001351.K88186@plum.flirble.org>
21593      Branch: perl
21594            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
21595 ____________________________________________________________________________
21596 [  9871] By: jhi                                   on 2001/04/26  21:59:17
21597         Log: Subject: [PATCH B::Deparse] formats must be flush left
21598              From: Robin Houston <robin@kitsite.com>
21599              Date: Thu, 26 Apr 2001 23:54:29 +0100
21600              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
21601      Branch: perl
21602            ! ext/B/B/Deparse.pm
21603 ____________________________________________________________________________
21604 [  9870] By: jhi                                   on 2001/04/26  21:57:37
21605         Log: If some of the constants are prefixes of others,
21606              the prefixes may never get recognized.  (See 20010426.006.)
21607      Branch: perl
21608            ! utils/h2xs.PL
21609 ____________________________________________________________________________
21610 [  9869] By: jhi                                   on 2001/04/26  21:50:42
21611         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
21612              From: Chris Bongaarts <cab@tc.umn.edu>
21613              Date: Thu, 26 Apr 2001 17:10:31 -0500
21614              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
21615      Branch: perl
21616            ! ext/Sys/Syslog/Syslog.xs
21617 ____________________________________________________________________________
21618 [  9868] By: jhi                                   on 2001/04/26  21:35:12
21619         Log: Further cuts and more docs from Graham Barr.
21620      Branch: perl
21621            ! ext/List/Util/lib/List/Util.pm
21622            ! ext/List/Util/lib/Scalar/Util.pm
21623 ____________________________________________________________________________
21624 [  9867] By: jhi                                   on 2001/04/26  21:18:57
21625         Log: Subject: [PATCH 5.7.1] DB_File-1.77
21626              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
21627              Date: Thu, 26 Apr 2001 22:37:53 +0100
21628              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
21629      Branch: perl
21630            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
21631            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
21632 ____________________________________________________________________________
21633 [  9866] By: jhi                                   on 2001/04/26  21:12:31
21634         Log: Subject: [PATCH B::Deparse] fix easy bugs
21635              From: Robin Houston <robin@kitsite.com>
21636              Date: Thu, 26 Apr 2001 23:03:33 +0100
21637              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
21638      Branch: perl
21639            ! ext/B/B/Deparse.pm
21640 ____________________________________________________________________________
21641 [  9865] By: jhi                                   on 2001/04/26  20:26:13
21642         Log: Update Changes.
21643      Branch: perl
21644            ! Changes patchlevel.h
21645 ____________________________________________________________________________
21646 [  9864] By: jhi                                   on 2001/04/26  19:27:48
21647         Log: Dethinko from Robin Houston.
21648      Branch: perl
21649            ! ext/B/B/Deparse.pm
21650 ____________________________________________________________________________
21651 [  9863] By: jhi                                   on 2001/04/26  19:10:35
21652         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
21653              From: Robin Houston <robin@kitsite.com>
21654              Date: Thu, 26 Apr 2001 21:08:32 +0100
21655              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
21656      Branch: perl
21657            ! ext/B/B/Deparse.pm
21658 ____________________________________________________________________________
21659 [  9862] By: jhi                                   on 2001/04/26  19:04:23
21660         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
21661              From: Robin Houston <robin@kitsite.com>
21662              Date: Thu, 26 Apr 2001 20:52:50 +0100
21663              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
21664      Branch: perl
21665            ! ext/B/B/Deparse.pm
21666 ____________________________________________________________________________
21667 [  9861] By: jhi                                   on 2001/04/26  18:56:14
21668         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
21669              From: Mike Guy <mjtg@cam.ac.uk>
21670              Date: Thu, 26 Apr 2001 14:22:40 +0100
21671              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
21672      Branch: perl
21673            ! pod/perlobj.pod
21674 ____________________________________________________________________________
21675 [  9860] By: jhi                                   on 2001/04/26  18:46:42
21676         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
21677              From: Robin Houston <robin@kitsite.com>
21678              Date: Thu, 26 Apr 2001 20:34:29 +0100
21679              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
21680              
21681              Hashes do not interpolate.
21682      Branch: perl
21683            ! ext/B/B/Deparse.pm
21684 ____________________________________________________________________________
21685 [  9859] By: jhi                                   on 2001/04/26  18:43:51
21686         Log: Subject: The Time::Piece conspiracy unmasked!!!
21687              From: Mike Guy <mjtg@cam.ac.uk>
21688              Date: Thu, 26 Apr 2001 19:02:50 +0100
21689              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
21690              
21691              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
21692              From: Mike Guy <mjtg@cam.ac.uk>
21693              Date: Thu, 26 Apr 2001 19:08:21 +0100
21694              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
21695              
21696              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
21697              From: Graham Barr <gbarr@pobox.com>
21698              Date: Thu, 26 Apr 2001 19:12:03 +0100
21699              Message-ID: <20010426191203.A70835@pobox.com>
21700              
21701              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
21702      Branch: perl
21703            ! ext/List/Util/lib/List/Util.pm
21704            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
21705 ____________________________________________________________________________
21706 [  9858] By: jhi                                   on 2001/04/26  18:17:42
21707         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
21708              From: Robin Houston <robin@kitsite.com>
21709              Date: Thu, 26 Apr 2001 16:09:35 +0100
21710              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
21711      Branch: perl
21712            ! t/comp/proto.t
21713 ____________________________________________________________________________
21714 [  9857] By: jhi                                   on 2001/04/26  18:04:59
21715         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
21716              From: barries <barries@slaysys.com>
21717              Date: Thu, 26 Apr 2001 12:01:10 -0400
21718              Message-ID: <20010426120110.E29698@jester.slaysys.com>
21719      Branch: perl
21720            ! pod/perldiag.pod
21721 ____________________________________________________________________________
21722 [  9856] By: jhi                                   on 2001/04/26  18:03:33
21723         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
21724              Date: Thu, 26 Apr 2001 17:13:41 +0100
21725              From: Robin Houston <robin@kitsite.com>
21726              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
21727              
21728              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
21729              From: Robin Houston <robin@kitsite.com>
21730              Date: Thu, 26 Apr 2001 18:44:29 +0100
21731              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
21732      Branch: perl
21733            ! ext/B/B/Deparse.pm
21734 ____________________________________________________________________________
21735 [  9855] By: jhi                                   on 2001/04/26  17:56:04
21736         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
21737              From: Robin Houston <robin@kitsite.com>
21738              Date: Thu, 26 Apr 2001 17:04:08 +0100
21739              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
21740      Branch: perl
21741            ! ext/B/B/Deparse.pm
21742 ____________________________________________________________________________
21743 [  9854] By: jhi                                   on 2001/04/26  17:47:26
21744         Log: Subject: Re: Short test case for undef %stash:: crash
21745              From: Benjamin Sugars <bsugars@canoe.ca> 
21746              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
21747              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
21748              Changed and moved the perldiag entry.
21749      Branch: perl
21750            ! gv.c pod/perldiag.pod
21751 ____________________________________________________________________________
21752 [  9853] By: jhi                                   on 2001/04/26  14:35:16
21753         Log: Beginnings of strptime().  Do not touch the wet paint.
21754      Branch: perl
21755            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
21756 ____________________________________________________________________________
21757 [  9852] By: jhi                                   on 2001/04/26  13:17:21
21758         Log: Retract #9851, core dumps from pod2man.
21759      Branch: perl
21760            ! regcomp.c
21761 ____________________________________________________________________________
21762 [  9851] By: jhi                                   on 2001/04/26  11:54:41
21763         Log: (Retracted by #9852.)
21764              
21765              Subject: [PATCH @9846] dumping ANYOF
21766              From: Hugo <hv@crypt.compulink.co.uk>
21767              Date: Thu, 26 Apr 2001 05:32:38 +0100
21768              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
21769      Branch: perl
21770            ! regcomp.c
21771 ____________________________________________________________________________
21772 [  9850] By: jhi                                   on 2001/04/26  02:34:44
21773         Log: If ccflags was empty the _previous_ $* containing all the
21774              environment variables and Configure variables was used,
21775              which lead, among other bad things, into $ccflags being your
21776              uname -a output, which lead into test compile with cc failing,
21777              which lead into gcc being selected, which didn't work that well
21778              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
21779              with large files, et cetera.
21780      Branch: perl
21781            ! hints/hpux.sh
21782 ____________________________________________________________________________
21783 [  9849] By: jhi                                   on 2001/04/26  01:44:57
21784         Log: Make selfstubber test more portable.
21785      Branch: perl
21786            ! t/lib/selfstubber.t
21787 ____________________________________________________________________________
21788 [  9848] By: jhi                                   on 2001/04/26  00:50:26
21789         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
21790              From: Benjamin Sugars <ben.sugars@home.com>
21791              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
21792              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
21793      Branch: perl
21794            ! ext/Cwd/Cwd.xs
21795 ____________________________________________________________________________
21796 [  9847] By: jhi                                   on 2001/04/26  00:46:58
21797         Log: Subject: [PATCH: perl@9841] VMS updates
21798              From: Peter Prymmer <pvhp@forte.com>
21799              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
21800              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
21801      Branch: perl
21802            ! README.vms configure.com vms/descrip_mms.template
21803            ! vms/ext/filespec.t
21804 ____________________________________________________________________________
21805 [  9846] By: jhi                                   on 2001/04/26  00:11:56
21806         Log: re 'debug' was broken by #9084.
21807      Branch: perl
21808            ! ext/re/re.xs
21809 ____________________________________________________________________________
21810 [  9845] By: jhi                                   on 2001/04/25  22:33:17
21811         Log: Subject: [PATCH] test for Devel::SelfStubber
21812              From: Nicholas Clark <nick@ccl4.org>
21813              Date: Thu, 26 Apr 2001 00:00:54 +0100
21814              Message-ID: <20010426000054.D89026@plum.flirble.org>
21815      Branch: perl
21816            + t/lib/selfstubber.t
21817            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
21818 ____________________________________________________________________________
21819 [  9844] By: jhi                                   on 2001/04/25  22:29:32
21820         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
21821              From: Paul Johnson <paul@pjcj.net>
21822              Date: Thu, 26 Apr 2001 00:46:08 +0200
21823              Message-ID: <20010426004608.H2338@pjcj.net>
21824      Branch: perl
21825            ! ext/B/B/Concise.pm
21826 ____________________________________________________________________________
21827 [  9843] By: jhi                                   on 2001/04/25  22:28:28
21828         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
21829              From: Peter Prymmer <pvhp@forte.com>
21830              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
21831              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
21832      Branch: perl
21833            ! ext/Cwd/Cwd.xs
21834 ____________________________________________________________________________
21835 [  9842] By: jhi                                   on 2001/04/25  20:58:12
21836         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
21837              From: John Peacock <jpeacock@rowman.com>
21838              Date: Wed, 25 Apr 2001 17:30:26 -0400
21839              Message-ID: <3AE741F2.B3217464@rowman.com>
21840      Branch: perl
21841            ! lib/Math/BigInt.pm t/lib/bigintpm.t
21842 ____________________________________________________________________________
21843 [  9841] By: jhi                                   on 2001/04/25  20:07:05
21844         Log: Update Changes.
21845      Branch: perl
21846            ! Changes patchlevel.h
21847 ____________________________________________________________________________
21848 [  9840] By: jhi                                   on 2001/04/25  19:56:51
21849         Log: Yet another HP-UX hints version from Merijn.
21850      Branch: perl
21851            ! hints/hpux.sh
21852 ____________________________________________________________________________
21853 [  9839] By: jhi                                   on 2001/04/25  19:53:04
21854         Log: abs_path() didn't terminate the filename correctly,
21855              in DIRNAMLENless systems like HP-UX this would fail.
21856      Branch: perl
21857            ! ext/Cwd/Cwd.xs
21858 ____________________________________________________________________________
21859 [  9838] By: jhi                                   on 2001/04/25  16:37:26
21860         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
21861              From: Mike Guy <mjtg@cam.ac.uk>
21862              Date: Wed, 25 Apr 2001 18:31:47 +0100
21863              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
21864      Branch: perl
21865            ! op.c
21866 ____________________________________________________________________________
21867 [  9837] By: jhi                                   on 2001/04/25  16:21:53
21868         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
21869              From: Jon Eveland <jweveland@yahoo.com>
21870              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
21871              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
21872      Branch: perl
21873            ! lib/perl5db.pl
21874 ____________________________________________________________________________
21875 [  9836] By: jhi                                   on 2001/04/25  14:17:50
21876         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
21877              From: "Philip Newton" <pnewton@gmx.de>
21878              Date: Wed, 25 Apr 2001 17:05:58 +0200
21879              Message-ID: <3AE703F6.3234.1833C45@localhost>
21880      Branch: perl
21881            ! Porting/patching.pod
21882 ____________________________________________________________________________
21883 [  9835] By: jhi                                   on 2001/04/25  13:58:07
21884         Log: It would seem that both ar and full_ar need to be overridden
21885              for HP-UX to avoid the GNU ar.
21886      Branch: perl
21887            ! hints/hpux.sh
21888 ____________________________________________________________________________
21889 [  9834] By: jhi                                   on 2001/04/25  13:50:40
21890         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
21891              From: "Philip Newton" <pnewton@gmx.de>
21892              Date: Wed, 25 Apr 2001 16:09:23 +0200
21893              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
21894              
21895              Detypo.
21896      Branch: perl
21897            ! t/op/misc.t
21898 ____________________________________________________________________________
21899 [  9833] By: jhi                                   on 2001/04/25  12:36:11
21900         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
21901      Branch: perl
21902            ! hints/hpux.sh
21903 ____________________________________________________________________________
21904 [  9832] By: jhi                                   on 2001/04/25  12:33:36
21905         Log: New version of HP-UX hints from Merijn.
21906      Branch: perl
21907            ! hints/hpux.sh
21908 ____________________________________________________________________________
21909 [  9831] By: jhi                                   on 2001/04/25  03:39:45
21910         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
21911      Branch: perl
21912            ! hints/hpux.sh
21913 ____________________________________________________________________________
21914 [  9830] By: jhi                                   on 2001/04/25  02:53:25
21915         Log: The tzname[] bit is not needed by util.c -- and causes
21916              heartburn in VMS (and it missing was probably the cause of
21917              the Mac OS X trouble).  Ouch.
21918      Branch: perl
21919            ! ext/POSIX/POSIX.xs util.c
21920 ____________________________________________________________________________
21921 [  9829] By: jhi                                   on 2001/04/25  00:10:06
21922         Log: Metaconfig unit change for #9828.
21923      Branch: metaconfig
21924            ! U/compline/ccflags.U
21925 ____________________________________________________________________________
21926 [  9828] By: jhi                                   on 2001/04/25  00:04:18
21927         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
21928              (which is actually the reason for the change, we need to pass
21929              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
21930              EP/IX, OS/2, and TitanOS, based on the hints files.
21931      Branch: perl
21932            ! Configure config_h.SH
21933 ____________________________________________________________________________
21934 [  9827] By: jhi                                   on 2001/04/24  23:49:20
21935         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
21936              the $cat must have an absolute path.
21937      Branch: perl
21938            ! makedepend.SH
21939 ____________________________________________________________________________
21940 [  9826] By: jhi                                   on 2001/04/24  23:40:53
21941         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
21942      Branch: perl
21943            ! README.amiga
21944 ____________________________________________________________________________
21945 [  9825] By: jhi                                   on 2001/04/24  23:35:35
21946         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
21947              From: "Philip Newton" <pnewton@gmx.de>
21948              Date: Tue, 24 Apr 2001 18:52:49 +0200
21949              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
21950      Branch: perl
21951            ! x2p/find2perl.PL
21952 ____________________________________________________________________________
21953 [  9824] By: jhi                                   on 2001/04/24  23:33:07
21954         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
21955              Some gcc specifics dropped out due to extensive rewriting;
21956              will be put back later as needed.
21957      Branch: perl
21958            ! hints/hpux.sh
21959 ____________________________________________________________________________
21960 [  9823] By: jhi                                   on 2001/04/24  23:27:57
21961         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
21962      Branch: perl
21963            ! ext/POSIX/POSIX.xs
21964 ____________________________________________________________________________
21965 [  9822] By: jhi                                   on 2001/04/24  23:25:21
21966         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
21967              From: Tim Jenness <t.jenness@jach.hawaii.edu>
21968              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
21969              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
21970      Branch: perl
21971            ! ext/XS/Typemap/Typemap.xs
21972 ____________________________________________________________________________
21973 [  9821] By: jhi                                   on 2001/04/24  23:24:10
21974         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
21975              From: "Abigail" <abigail@foad.org>
21976              Date: Tue, 24 Apr 2001 23:12:03 +0200
21977              Message-ID: <20010424211203.7901.qmail@foad.org>
21978      Branch: perl
21979            ! pod/perlport.pod
21980 ____________________________________________________________________________
21981 [  9820] By: jhi                                   on 2001/04/24  23:23:15
21982         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
21983              From: Matt Sergeant <matt@sergeant.org>
21984              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
21985              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
21986      Branch: perl
21987            ! pod/perlfaq4.pod
21988 ____________________________________________________________________________
21989 [  9819] By: nick                                  on 2001/04/24  18:49:43
21990         Log: Integrate mainline.
21991      Branch: perlio
21992           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
21993           !> (integrate 37 files)
21994 ____________________________________________________________________________
21995 [  9818] By: jhi                                   on 2001/04/24  14:35:23
21996         Log: Update Changes.
21997      Branch: perl
21998            ! Changes patchlevel.h
21999 ____________________________________________________________________________
22000 [  9817] By: jhi                                   on 2001/04/24  14:09:17
22001         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
22002              From: "Philip Newton" <pnewton@gmx.de>
22003              Date: Tue, 24 Apr 2001 12:58:12 +0200
22004              Message-ID: <3AE57864.8304.B77A0A@localhost> 
22005              
22006              plus add CPAN to the list of modules that have their own tests.
22007      Branch: perl
22008            ! t/lib/1_compile.t
22009 ____________________________________________________________________________
22010 [  9816] By: jhi                                   on 2001/04/24  14:07:03
22011         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
22012              From: Michael G Schwern <schwern@pobox.com>
22013              Date: Sat, 21 Apr 2001 22:35:00 +0100
22014              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
22015      Branch: perl
22016            ! t/lib/1_compile.t
22017 ____________________________________________________________________________
22018 [  9815] By: jhi                                   on 2001/04/24  13:54:32
22019         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
22020              From: Robin Houston <robin@kitsite.com>
22021              Date: Tue, 24 Apr 2001 15:51:18 +0100
22022              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
22023      Branch: perl
22024            ! ext/B/B/Deparse.pm
22025 ____________________________________________________________________________
22026 [  9814] By: jhi                                   on 2001/04/24  13:17:34
22027         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
22028              From: Bill Glicker <billg@burrelles.com>
22029              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
22030              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
22031      Branch: perl
22032            ! hints/svr5.sh
22033 ____________________________________________________________________________
22034 [  9813] By: jhi                                   on 2001/04/24  12:54:23
22035         Log: Prevent path disclosure (probing for existence of filenames)
22036              using suidperl; bug id 20010322.218.
22037      Branch: perl
22038            ! perl.c pod/perldiag.pod
22039 ____________________________________________________________________________
22040 [  9812] By: jhi                                   on 2001/04/24  12:08:36
22041         Log: Retract #9811.
22042      Branch: perl
22043            ! ext/POSIX/POSIX.xs
22044 ____________________________________________________________________________
22045 [  9811] By: jhi                                   on 2001/04/24  11:57:35
22046         Log: (Retracted by #9812.)
22047      Branch: perl
22048            ! ext/POSIX/POSIX.xs
22049 ____________________________________________________________________________
22050 [  9810] By: jhi                                   on 2001/04/24  03:32:35
22051         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
22052      Branch: perl
22053            ! util.c
22054 ____________________________________________________________________________
22055 [  9809] By: jhi                                   on 2001/04/24  03:16:13
22056         Log: The Math::BigFloat::import() was broken.
22057              (Fixes bug id 20010422.002.)
22058      Branch: perl
22059            ! lib/Math/BigFloat.pm
22060 ____________________________________________________________________________
22061 [  9808] By: jhi                                   on 2001/04/24  01:11:40
22062         Log: Additional dependencies; should help for parallel makes
22063              not to fail on missing lib/lib.pm or lib/re.pm.
22064      Branch: perl
22065            ! Makefile.SH
22066 ____________________________________________________________________________
22067 [  9807] By: jhi                                   on 2001/04/24  00:57:01
22068         Log: Update the test failure disclaimer.
22069      Branch: perl
22070            ! t/pragma/warn/pp_hot
22071 ____________________________________________________________________________
22072 [  9806] By: jhi                                   on 2001/04/24  00:54:04
22073         Log: Add make target "install-all" which is alias for "install"
22074              to cater for case-preserving filesystems like HFS+.
22075      Branch: perl
22076            ! INSTALL Makefile.SH
22077 ____________________________________________________________________________
22078 [  9805] By: jhi                                   on 2001/04/24  00:47:28
22079         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
22080              From: Peter Prymmer <pvhp@forte.com>
22081              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
22082              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
22083              
22084              (Ken William's message forwarded from macosx@perl.org)
22085      Branch: perl
22086            ! hints/darwin.sh
22087 ____________________________________________________________________________
22088 [  9804] By: jhi                                   on 2001/04/23  23:57:35
22089         Log: Cut-and-pasto.
22090      Branch: perl
22091            ! perlio.c
22092 ____________________________________________________________________________
22093 [  9803] By: jhi                                   on 2001/04/23  23:52:25
22094         Log: More PerlIO robustness.
22095      Branch: perl
22096            ! perlio.c
22097 ____________________________________________________________________________
22098 [  9802] By: jhi                                   on 2001/04/23  23:43:35
22099         Log: Make the "STD* opened only for ..." errors more consistent.
22100      Branch: perl
22101            ! doio.c
22102 ____________________________________________________________________________
22103 [  9801] By: jhi                                   on 2001/04/23  23:34:26
22104         Log: Test case for #9800.
22105      Branch: perl
22106            ! t/op/misc.t
22107 ____________________________________________________________________________
22108 [  9800] By: jhi                                   on 2001/04/23  23:14:43
22109         Log: Avoid coredump on 'close STDERR; die' by making
22110              the PerlIO calls more robust.  Also use SETERRNO()
22111              instead of errno = to be more VMS-ready.
22112      Branch: perl
22113            ! perlio.c
22114 ____________________________________________________________________________
22115 [  9799] By: jhi                                   on 2001/04/23  21:41:10
22116         Log: Subject: test for ID 20010423.002
22117              From: Robin Houston <robin@kitsite.com>
22118              Date: Mon, 23 Apr 2001 16:52:21 +0100
22119              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
22120      Branch: perl
22121            ! t/op/avhv.t
22122 ____________________________________________________________________________
22123 [  9798] By: jhi                                   on 2001/04/23  21:40:07
22124         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
22125              From: David Dyck <dcd@tc.fluke.com>
22126              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
22127              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
22128      Branch: perl
22129            ! installperl
22130 ____________________________________________________________________________
22131 [  9797] By: jhi                                   on 2001/04/23  21:37:56
22132         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
22133              From: Benjamin Sugars <bsugars@canoe.ca>
22134              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
22135              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
22136      Branch: perl
22137            ! ext/Cwd/Cwd.xs lib/Cwd.pm
22138 ____________________________________________________________________________
22139 [  9796] By: jhi                                   on 2001/04/23  21:29:24
22140         Log: Synchronize h2xs and pod2man some more on the documentation
22141              templates they propose.
22142      Branch: perl
22143            ! pod/pod2man.PL utils/h2xs.PL
22144 ____________________________________________________________________________
22145 [  9795] By: jhi                                   on 2001/04/23  17:30:40
22146         Log: Add one more naughty test for base64; make encoding logic cleaner.
22147      Branch: perl
22148            ! t/lib/mimeb64.t
22149 ____________________________________________________________________________
22150 [  9794] By: jhi                                   on 2001/04/23  13:51:32
22151         Log: Update Changes.
22152      Branch: perl
22153            ! Changes patchlevel.h
22154 ____________________________________________________________________________
22155 [  9793] By: jhi                                   on 2001/04/23  13:44:18
22156         Log: Duplicate lines.
22157      Branch: perl
22158            ! MANIFEST
22159 ____________________________________________________________________________
22160 [  9792] By: jhi                                   on 2001/04/23  13:39:13
22161         Log: Subject: Re: PATCH 5.7.1
22162              From: Mark-Jason Dominus <mjd@plover.com>
22163              Date: Mon, 23 Apr 2001 10:30:21 -0400
22164              Message-ID: <20010423143021.17335.qmail@plover.com>
22165      Branch: perl
22166            ! perl.h sv.c
22167 ____________________________________________________________________________
22168 [  9791] By: jhi                                   on 2001/04/23  13:32:40
22169         Log: Add the CPAN.pm 1.59_54 tests.
22170      Branch: perl
22171            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
22172            ! MANIFEST
22173 ____________________________________________________________________________
22174 [  9790] By: jhi                                   on 2001/04/23  13:21:55
22175         Log: Subject: Deparse nit
22176              From: Robin Houston <robin@kitsite.com>
22177              Date: Mon, 23 Apr 2001 12:38:20 +0100
22178              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
22179      Branch: perl
22180            ! ext/B/B/Deparse.pm
22181 ____________________________________________________________________________
22182 [  9789] By: jhi                                   on 2001/04/23  13:19:07
22183         Log: Subject: [PATCH] bug 20010423.002
22184              From: Robin Houston <robin@kitsite.com>
22185              Date: Mon, 23 Apr 2001 13:12:30 +0100
22186              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
22187      Branch: perl
22188            ! pp.c
22189 ____________________________________________________________________________
22190 [  9788] By: jhi                                   on 2001/04/23  13:02:49
22191         Log: Subject: PATCH [5.7.1] hv.c unused #define
22192              From: Mark-Jason Dominus <mjd@plover.com>
22193              Date: Sun, 22 Apr 2001 14:17:49 -0400
22194              Message-ID: <20010422181749.26976.qmail@plover.com>
22195      Branch: perl
22196            ! hv.c
22197 ____________________________________________________________________________
22198 [  9787] By: jhi                                   on 2001/04/23  13:02:02
22199         Log: Subject: PATCH 5.7.1
22200              From: Mark-Jason Dominus <mjd@plover.com>
22201              Date: Sun, 22 Apr 2001 15:12:57 -0400
22202              Message-ID: <20010422191258.6539.qmail@plover.com>
22203              
22204              plus Sarathy's STMT_START + STMT_END suggestion.
22205      Branch: perl
22206            ! perl.h
22207 ____________________________________________________________________________
22208 [  9786] By: jhi                                   on 2001/04/23  12:53:25
22209         Log: Fix for
22210              
22211              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
22212              From: dLux <dlux@spam.sch.bme.hu>
22213              Date: Mon, 23 Apr 2001 01:25:26 +0200
22214              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
22215              
22216              (SvGROW really does return a char *.)
22217      Branch: perl
22218            ! pod/perlapi.pod sv.h
22219 ____________________________________________________________________________
22220 [  9785] By: jhi                                   on 2001/04/23  04:34:04
22221         Log: Time::Piece work continues.  $t->day removed since
22222              I think it's too confusing.  Now has normal and
22223              abbreviated length weekday names and month names,
22224              the names change with _names(), not _list().
22225              Now has strftime() in Perl, _strftime() is
22226              the libc version (to which strftime() falls back
22227              if it doesn't know the format.  To do: the reverse
22228              of strftime, strptime(), and the localisation of both.
22229      Branch: perl
22230            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
22231            ! t/lib/time-piece.t
22232 ____________________________________________________________________________
22233 [  9784] By: jhi                                   on 2001/04/23  02:41:46
22234         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
22235              From: andreas.koenig@anima.de (Andreas J. Koenig)
22236              Date: 23 Apr 2001 05:20:55 +0200
22237              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
22238      Branch: perl
22239            ! t/pragma/overload.t
22240 ____________________________________________________________________________
22241 [  9783] By: jhi                                   on 2001/04/22  23:32:42
22242         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
22243              From: Robin Houston <robin@kitsite.com>
22244              Date: Mon, 23 Apr 2001 00:38:18 +0100
22245              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
22246      Branch: perl
22247            ! ext/B/B/Deparse.pm
22248 ____________________________________________________________________________
22249 [  9782] By: jhi                                   on 2001/04/22  20:55:43
22250         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
22251              From: Simon Cozens <simon@netthink.co.uk>
22252              Date: Sun, 22 Apr 2001 18:47:25 +0100
22253              Message-ID: <20010422184725.A14411@netthink.co.uk>
22254      Branch: perl
22255            ! sv.c t/pragma/overload.t
22256 ____________________________________________________________________________
22257 [  9781] By: jhi                                   on 2001/04/22  20:52:13
22258         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
22259              From: Robin Houston <robin@kitsite.com>
22260              Date: Sun, 22 Apr 2001 22:14:50 +0100
22261              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
22262      Branch: perl
22263            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
22264 ____________________________________________________________________________
22265 [  9780] By: nick                                  on 2001/04/22  20:40:31
22266         Log: Integrate mainline.
22267      Branch: perlio
22268           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
22269           +> t/lib/b-stash.t
22270           !> (integrate 38 files)
22271 ____________________________________________________________________________
22272 [  9779] By: jhi                                   on 2001/04/22  15:16:03
22273         Log: Subject: IO::Socket::INET patch
22274              From: andrew deryabin <djsf@technarchy.ru>
22275              Date: Sat, 21 Apr 2001 17:46:52 +0400
22276              Message-ID: <20010421174652.B1426@technarchy>
22277      Branch: perl
22278            ! ext/IO/lib/IO/Socket/INET.pm
22279 ____________________________________________________________________________
22280 [  9778] By: jhi                                   on 2001/04/22  15:14:33
22281         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
22282              From: Mark-Jason Dominus <mjd@plover.com>
22283              Date: Sat, 21 Apr 2001 21:27:49 -0400
22284              Message-ID: <20010422012749.27024.qmail@plover.com>
22285      Branch: perl
22286            ! regcomp.c
22287 ____________________________________________________________________________
22288 [  9777] By: jhi                                   on 2001/04/22  15:10:51
22289         Log: Subject: Re: Regex debugger patch 
22290              From: Mark-Jason Dominus <mjd@plover.com>
22291              Date: Sat, 21 Apr 2001 21:48:51 -0400
22292              Message-ID: <20010422014851.27165.qmail@plover.com>
22293      Branch: perl
22294            ! pod/perldebguts.pod
22295 ____________________________________________________________________________
22296 [  9776] By: jhi                                   on 2001/04/22  15:09:48
22297         Log: Subject: Re: Regex debugger patch
22298              From: Mark-Jason Dominus <mjd@plover.com>
22299              Date: Sat, 21 Apr 2001 14:24:39 -0400
22300              Message-ID: <20010421182439.16508.qmail@plover.com>
22301              
22302              Regex debugger backend.
22303      Branch: perl
22304            ! regcomp.c regexp.h
22305 ____________________________________________________________________________
22306 [  9775] By: jhi                                   on 2001/04/21  16:45:40
22307         Log: Subject: [PATCH] Typo in utf8.h
22308              From: Jesús Quiroga <jquiroga@pobox.com>
22309              Date: Sat, 21 Apr 2001 19:25:33 +0200
22310              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
22311      Branch: perl
22312            ! utf8.h
22313 ____________________________________________________________________________
22314 [  9774] By: jhi                                   on 2001/04/21  16:43:52
22315         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
22316              From: Joe Orton <jorton@redhat.com>
22317              Date: Tue, 17 Apr 2001 15:50:43 +0100
22318              Message-Id: <20010417155043.D19132@eu.c2.net>
22319      Branch: perl
22320            ! hints/svr5.sh
22321 ____________________________________________________________________________
22322 [  9773] By: jhi                                   on 2001/04/21  15:30:15
22323         Log: Subject: Patch utils/h2xs.PL
22324              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
22325              Date: Sat, 21 Apr 2001 10:32:16 -0500
22326              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
22327              
22328              Add MAILING list and LICENSE templates.
22329      Branch: perl
22330            ! utils/h2xs.PL
22331 ____________________________________________________________________________
22332 [  9772] By: jhi                                   on 2001/04/21  15:28:36
22333         Log: Subject: perlfaq2.patch for 5.7.1
22334              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
22335              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
22336              Date: Fri, 20 Apr 2001 16:42:19 -0500
22337              
22338              rm an extra tab, a blurb about the xx.cpan to clarify
22339              which countries actually have that and dejanews is history
22340              as well as most of that nonsensical entry.
22341      Branch: perl
22342            ! pod/perlfaq2.pod
22343 ____________________________________________________________________________
22344 [  9771] By: jhi                                   on 2001/04/21  15:27:17
22345         Log: Subject: perlfaq1.patch for 5.7.1
22346              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
22347              Date: Fri, 20 Apr 2001 16:57:36 -0500
22348              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
22349              
22350              Evil URLs must die. Especially when they are broken.
22351      Branch: perl
22352            ! pod/perlfaq1.pod
22353 ____________________________________________________________________________
22354 [  9770] By: jhi                                   on 2001/04/21  15:23:38
22355         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
22356              From: Michael G Schwern <schwern@pobox.com>
22357              Date: Sat, 21 Apr 2001 16:11:12 +0100
22358              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
22359      Branch: perl
22360            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
22361            + t/lib/b-stash.t
22362            ! MANIFEST ext/B/B.pm t/lib/b.t
22363 ____________________________________________________________________________
22364 [  9769] By: jhi                                   on 2001/04/21  15:03:32
22365         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
22366              From: Michael G Schwern <schwern@pobox.com>
22367              Date: Sat, 21 Apr 2001 09:48:00 +0100
22368              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
22369      Branch: perl
22370            ! utils/h2ph.PL
22371 ____________________________________________________________________________
22372 [  9768] By: jhi                                   on 2001/04/21  14:33:49
22373         Log: PerlIO and Encode doc cleanup and tweaks.
22374      Branch: perl
22375            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
22376            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
22377 ____________________________________________________________________________
22378 [  9767] By: jhi                                   on 2001/04/21  12:40:16
22379         Log: Integrate perlio.
22380      Branch: perl
22381           !> doio.c
22382 ____________________________________________________________________________
22383 [  9766] By: nick                                  on 2001/04/20  18:28:35
22384         Log: Avoid core dump on
22385              open(STDOUT,">",\$foo);
22386      Branch: perlio
22387            ! doio.c
22388 ____________________________________________________________________________
22389 [  9765] By: jhi                                   on 2001/04/20  13:23:43
22390         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
22391              From: Robin Houston <robin@kitsite.com>
22392              Date: Fri, 20 Apr 2001 14:29:22 +0100
22393              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
22394      Branch: perl
22395            ! ext/B/B.pm ext/B/B/Deparse.pm
22396 ____________________________________________________________________________
22397 [  9764] By: jhi                                   on 2001/04/20  13:19:33
22398         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
22399              From: Peter Prymmer <pvhp@forte.com>
22400              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
22401              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
22402      Branch: perl
22403            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
22404            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
22405            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
22406            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
22407 ____________________________________________________________________________
22408 [  9763] By: jhi                                   on 2001/04/20  12:36:39
22409         Log: Subject: Re: A new PerlIO coredump
22410              From: Nick Ing-Simmons <nik@tiuk.ti.com>
22411              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
22412              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
22413      Branch: perl
22414            ! doio.c
22415 ____________________________________________________________________________
22416 [  9762] By: jhi                                   on 2001/04/19  23:02:30
22417         Log: Update Changes.
22418      Branch: perl
22419            ! Changes patchlevel.h
22420 ____________________________________________________________________________
22421 [  9761] By: jhi                                   on 2001/04/19  22:59:19
22422         Log: More cleanup cleanup.
22423      Branch: perl
22424            ! Makefile.SH win32/Makefile win32/makefile.mk
22425 ____________________________________________________________________________
22426 [  9760] By: jhi                                   on 2001/04/19  22:50:31
22427         Log: lib/Time is non-empty, let's not rmdir it.
22428      Branch: perl
22429            ! Makefile.SH
22430 ____________________________________________________________________________
22431 [  9759] By: jhi                                   on 2001/04/19  22:36:51
22432         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
22433              From: Robin Houston <robin@kitsite.com>
22434              Date: Fri, 20 Apr 2001 00:18:53 +0100
22435              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
22436      Branch: perl
22437            ! ext/B/B/Deparse.pm
22438 ____________________________________________________________________________
22439 [  9758] By: jhi                                   on 2001/04/19  22:36:00
22440         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
22441              From: Peter Prymmer <pvhp@forte.com>
22442              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
22443              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
22444      Branch: perl
22445            ! ext/Cwd/Cwd.xs
22446 ____________________________________________________________________________
22447 [  9757] By: nick                                  on 2001/04/19  18:53:54
22448         Log: Blind (untested) integrate of mainline.
22449      Branch: perlio
22450           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
22451           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
22452           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
22453           !> (integrate 53 files)
22454 ____________________________________________________________________________
22455 [  9756] By: jhi                                   on 2001/04/19  16:59:23
22456         Log: Document and test Time::Piece.
22457      Branch: perl
22458            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
22459            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
22460 ____________________________________________________________________________
22461 [  9755] By: jhi                                   on 2001/04/19  12:13:29
22462         Log: A better fix for the \x{12345678} trouble from NI-S.
22463      Branch: perl
22464            ! utf8.c
22465 ____________________________________________________________________________
22466 [  9754] By: jhi                                   on 2001/04/19  11:56:07
22467         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
22468              From: Robin Houston <robin@kitsite.com>
22469              Date: Wed, 18 Apr 2001 17:58:33 +0100
22470              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
22471      Branch: perl
22472            ! ext/B/B/Deparse.pm op.c
22473 ____________________________________________________________________________
22474 [  9753] By: jhi                                   on 2001/04/19  04:21:52
22475         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
22476              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
22477              Date: Thu, 19 Apr 2001 01:11:41 -0400
22478              Message-ID: <20010419011141.A5798@cpan.org>
22479      Branch: perl
22480            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
22481 ____________________________________________________________________________
22482 [  9752] By: jhi                                   on 2001/04/19  02:41:10
22483         Log: The new time utils need to be thread-aware, too.
22484      Branch: perl
22485            ! util.c
22486 ____________________________________________________________________________
22487 [  9751] By: jhi                                   on 2001/04/19  02:26:47
22488         Log: Compilation nit noticed by AIX compiler.
22489      Branch: perl
22490            ! perlio.c
22491 ____________________________________________________________________________
22492 [  9750] By: jhi                                   on 2001/04/19  02:20:06
22493         Log: The new time utils need to be public.
22494      Branch: perl
22495            ! embed.pl
22496 ____________________________________________________________________________
22497 [  9749] By: jhi                                   on 2001/04/19  01:42:39
22498         Log: Regen toc.
22499      Branch: perl
22500            ! pod/perltoc.pod
22501 ____________________________________________________________________________
22502 [  9748] By: jhi                                   on 2001/04/19  01:41:10
22503         Log: Add Time::Piece, a slight rewrite of Time::Object,
22504              from Matt Sergeant.
22505      Branch: perl
22506            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
22507            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
22508            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
22509            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
22510            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
22511            ! win32/makefile.mk
22512 ____________________________________________________________________________
22513 [  9747] By: jhi                                   on 2001/04/19  00:55:35
22514         Log: The new metaconfig unit from strftime.
22515      Branch: metaconfig/U/perl
22516            + d_strftime.U
22517 ____________________________________________________________________________
22518 [  9746] By: jhi                                   on 2001/04/19  00:54:54
22519         Log: Move the strftime() wrapper from POSIX.xs to util.c
22520              as my_strftime(), requires HAS_STRFTIME.
22521      Branch: perl
22522            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22523            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
22524            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
22525            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
22526            ! vos/config.ga.h win32/config.bc win32/config.gc
22527            ! win32/config.vc
22528 ____________________________________________________________________________
22529 [  9745] By: jhi                                   on 2001/04/18  23:11:03
22530         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
22531              in preparation of Time::Piece.
22532      Branch: perl
22533            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
22534 ____________________________________________________________________________
22535 [  9744] By: jhi                                   on 2001/04/18  22:33:12
22536         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
22537              From: Peter Prymmer <pvhp@forte.com>
22538              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
22539              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
22540      Branch: perl
22541            ! t/lib/exporter.t
22542 ____________________________________________________________________________
22543 [  9743] By: jhi                                   on 2001/04/18  22:32:23
22544         Log: Subject: Fwd: pod2html leaves cache files lying around?
22545              From: Rajesh Vaidheeswarran <rv@gnu.org>
22546              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
22547              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
22548      Branch: perl
22549            ! lib/Pod/Html.pm
22550 ____________________________________________________________________________
22551 [  9742] By: jhi                                   on 2001/04/18  20:31:49
22552         Log: Update Changes.
22553      Branch: perl
22554            ! Changes patchlevel.h
22555 ____________________________________________________________________________
22556 [  9741] By: jhi                                   on 2001/04/18  20:23:02
22557         Log: Declare hints only if needed.
22558      Branch: perl
22559            ! ext/B/B/Deparse.pm
22560 ____________________________________________________________________________
22561 [  9740] By: jhi                                   on 2001/04/18  19:06:05
22562         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
22563              bug noticed by Robin Houston; basically the code of detecting
22564              value wraparound was acting differently under different compilers
22565              and platforms.  The workaround is to remove the overflow check
22566              for now, a real fix would be to do the overflow (portably) right.
22567      Branch: perl
22568            ! t/op/pat.t utf8.c
22569 ____________________________________________________________________________
22570 [  9739] By: jhi                                   on 2001/04/18  19:01:23
22571         Log: Subject: [PATCH B::Deparse] some pragma support
22572              From: Robin Houston <robin@kitsite.com>
22573              Date: Wed, 18 Apr 2001 19:32:12 +0100
22574              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
22575      Branch: perl
22576            ! ext/B/B/Deparse.pm
22577 ____________________________________________________________________________
22578 [  9738] By: jhi                                   on 2001/04/18  15:16:37
22579         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
22580              From: Benjamin Sugars <bsugars@canoe.ca>
22581              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
22582              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
22583      Branch: perl
22584            ! t/op/glob.t
22585 ____________________________________________________________________________
22586 [  9737] By: jhi                                   on 2001/04/18  13:24:50
22587         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
22588              From: Tim Jenness <t.jenness@jach.hawaii.edu>
22589              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
22590              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
22591      Branch: perl
22592            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
22593            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
22594 ____________________________________________________________________________
22595 [  9736] By: jhi                                   on 2001/04/18  04:15:14
22596         Log: The #9735 also changes the subtest 12.
22597      Branch: perl
22598            ! t/lib/b.t
22599 ____________________________________________________________________________
22600 [  9735] By: jhi                                   on 2001/04/18  03:55:17
22601         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
22602              From: David Dyck <dcd@tc.fluke.com>
22603              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
22604              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
22605      Branch: perl
22606            ! ext/B/B/Deparse.pm
22607 ____________________________________________________________________________
22608 [  9734] By: jhi                                   on 2001/04/18  03:54:11
22609         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
22610              From: Gisle Aas <gisle@ActiveState.com>
22611              Date: 17 Apr 2001 19:06:45 -0700
22612              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
22613      Branch: perl
22614            ! pp_hot.c t/op/misc.t
22615 ____________________________________________________________________________
22616 [  9733] By: jhi                                   on 2001/04/17  22:25:22
22617         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
22618              From: "Abigail" <abigail@foad.org>
22619              Date: Wed, 18 Apr 2001 01:17:46 +0200
22620              Message-ID: <20010417231746.21657.qmail@foad.org>
22621      Branch: perl
22622            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
22623 ____________________________________________________________________________
22624 [  9732] By: jhi                                   on 2001/04/17  20:47:56
22625         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
22626              From: Robin Houston <robin@kitsite.com>
22627              Date: Tue, 17 Apr 2001 22:37:42 +0100
22628              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
22629      Branch: perl
22630            ! ext/B/B/Deparse.pm
22631 ____________________________________________________________________________
22632 [  9731] By: nick                                  on 2001/04/17  20:46:35
22633         Log: Re-sync for t/lib/b.t fix
22634      Branch: perlio
22635           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
22636 ____________________________________________________________________________
22637 [  9730] By: jhi                                   on 2001/04/17  20:45:29
22638         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
22639              From: Robin Houston <robin@kitsite.com>
22640              Date: Tue, 17 Apr 2001 22:29:36 +0100
22641              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
22642      Branch: perl
22643            ! ext/B/B.xs ext/B/B/Deparse.pm
22644 ____________________________________________________________________________
22645 [  9729] By: jhi                                   on 2001/04/17  20:43:11
22646         Log: Subject: Deparse - parenthesise args to undeclared subs
22647              From: Robin Houston <robin@kitsite.com>
22648              Date: Tue, 17 Apr 2001 21:31:05 +0100
22649              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
22650      Branch: perl
22651            ! ext/B/B/Deparse.pm
22652 ____________________________________________________________________________
22653 [  9728] By: jhi                                   on 2001/04/17  18:57:30
22654         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
22655              From: Benjamin Sugars <ben.sugars@home.com>
22656              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
22657              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
22658      Branch: perl
22659            ! t/lib/cwd.t
22660 ____________________________________________________________________________
22661 [  9727] By: jhi                                   on 2001/04/17  18:20:20
22662         Log: Subject: [PATCH B::Deparse] ambient pragmas
22663              From: Robin Houston <robin@kitsite.com>
22664              Date: Tue, 17 Apr 2001 20:01:59 +0100
22665              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
22666      Branch: perl
22667            ! ext/B/B/Deparse.pm t/lib/b.t
22668 ____________________________________________________________________________
22669 [  9726] By: nick                                  on 2001/04/17  16:33:51
22670         Log: Integrate mainline (t/lib/b.t fails test 2...)
22671      Branch: perlio
22672           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
22673           +> ext/List/Util/README ext/List/Util/Util.xs
22674           +> ext/List/Util/lib/List/Util.pm
22675           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
22676           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
22677           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
22678           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
22679           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
22680           !> (integrate 31 files)
22681 ____________________________________________________________________________
22682 [  9725] By: jhi                                   on 2001/04/17  12:14:24
22683         Log: Subject: multiple B::* changes
22684              From: Robin Houston <robin@kitsite.com>
22685              Date: Thu, 12 Apr 2001 20:12:27 +0100
22686              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
22687      Branch: perl
22688            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
22689 ____________________________________________________________________________
22690 [  9724] By: jhi                                   on 2001/04/17  11:59:05
22691         Log: Thread-awareness from Doug MacEachern.
22692      Branch: perl
22693            ! ext/List/Util/Util.xs
22694 ____________________________________________________________________________
22695 [  9723] By: jhi                                   on 2001/04/17  11:57:41
22696         Log: Make the test more portable.
22697      Branch: perl
22698            ! t/lib/cwd.t
22699 ____________________________________________________________________________
22700 [  9722] By: jhi                                   on 2001/04/17  11:53:50
22701         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
22702              From: Benjamin Sugars <ben.sugars@home.com>
22703              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
22704              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
22705      Branch: perl
22706            ! t/lib/cwd.t
22707 ____________________________________________________________________________
22708 [  9721] By: jhi                                   on 2001/04/17  11:52:17
22709         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
22710              From: Benjamin Sugars <bsugars@canoe.ca>
22711              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
22712              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
22713      Branch: perl
22714            ! op.c
22715 ____________________________________________________________________________
22716 [  9720] By: jhi                                   on 2001/04/17  11:35:42
22717         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
22718              From: Chris Nandor <pudge@pobox.com>
22719              Date: Tue, 17 Apr 2001 00:30:49 -0400
22720              Message-Id: <p05100207b701768712de@[10.0.1.177]>
22721      Branch: perl
22722            ! ext/File/Glob/bsd_glob.c gv.c
22723 ____________________________________________________________________________
22724 [  9719] By: jhi                                   on 2001/04/17  11:32:13
22725         Log: Subject: [PATCH] Tweten->West
22726              From: Casey West <casey@geeknest.com>
22727              Date: Mon, 16 Apr 2001 12:11:22 -0400
22728              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
22729      Branch: perl
22730            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
22731            ! pod/perltie.pod
22732 ____________________________________________________________________________
22733 [  9718] By: jhi                                   on 2001/04/16  03:22:52
22734         Log: Update Changes.
22735      Branch: perl
22736            ! Changes patchlevel.h
22737 ____________________________________________________________________________
22738 [  9717] By: jhi                                   on 2001/04/16  03:06:28
22739         Log: Regen toc.
22740      Branch: perl
22741            ! pod/perltoc.pod
22742 ____________________________________________________________________________
22743 [  9716] By: jhi                                   on 2001/04/16  02:58:42
22744         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
22745              From: Prymmer/Kahn <pvhp@best.com>
22746              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
22747              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
22748      Branch: perl
22749            ! utf8.c
22750 ____________________________________________________________________________
22751 [  9715] By: jhi                                   on 2001/04/15  23:40:35
22752         Log: Subject: Re: Net::Ping patch, adds stream protocol
22753              From: bronson@rinspin.com (Scott Bronson)
22754              Date: Tue, 10 Apr 2001 23:58:33 -0700
22755              Message-ID: <20010410235833.N29719@rinspin.com>
22756      Branch: perl
22757            ! lib/Net/Ping.pm
22758 ____________________________________________________________________________
22759 [  9714] By: jhi                                   on 2001/04/15  23:31:46
22760         Log: Printing out the ok messages helps successful testing.
22761      Branch: perl
22762            ! t/lib/time-hires.t
22763 ____________________________________________________________________________
22764 [  9713] By: jhi                                   on 2001/04/15  21:43:24
22765         Log: Update Douglas Wegscheid's email.
22766      Branch: perl
22767            ! AUTHORS
22768 ____________________________________________________________________________
22769 [  9712] By: jhi                                   on 2001/04/15  21:40:41
22770         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
22771              From: Michael G Schwern <schwern@pobox.com>
22772              Date: Sat, 14 Apr 2001 22:40:50 +0100
22773              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
22774      Branch: perl
22775            + t/lib/exporter.t
22776            ! MANIFEST lib/Exporter/Heavy.pm
22777 ____________________________________________________________________________
22778 [  9711] By: jhi                                   on 2001/04/15  21:39:21
22779         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
22780              From: Michael G Schwern <schwern@pobox.com>
22781              Date: Sat, 14 Apr 2001 22:13:59 +0100
22782              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
22783      Branch: perl
22784            ! t/op/loopctl.t
22785 ____________________________________________________________________________
22786 [  9710] By: jhi                                   on 2001/04/15  21:30:19
22787         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
22788              From: Michael G Schwern <schwern@pobox.com>
22789              Date: Sat, 14 Apr 2001 22:05:32 +0100
22790              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
22791      Branch: perl
22792            ! t/pragma/warnings.t
22793 ____________________________________________________________________________
22794 [  9709] By: jhi                                   on 2001/04/15  19:34:09
22795         Log: Integrate changes #9706,9707 from maintperl into mainline.
22796              
22797              change#7210 broke .packlist generation
22798              
22799              ExtUtils::Installed doesn't quote regex metacharacters in paths
22800              before using them in match; also make it work for dosish platforms
22801      Branch: perl
22802           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
22803 ____________________________________________________________________________
22804 [  9708] By: jhi                                   on 2001/04/15  19:31:01
22805         Log: Test also the scalar aspect of getitimer().
22806      Branch: perl
22807            ! t/lib/time-hires.t
22808 ____________________________________________________________________________
22809 [  9707] By: gsar                                  on 2001/04/15  17:24:20
22810         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
22811              before using them in match; also make it work for dosish platforms
22812      Branch: maint-5.6/perl
22813            ! lib/ExtUtils/Installed.pm
22814 ____________________________________________________________________________
22815 [  9706] By: gsar                                  on 2001/04/15  17:21:59
22816         Log: change#7210 broke .packlist generation (listed only filename
22817              rather than fully qualified path name)
22818      Branch: maint-5.6/perl
22819            ! lib/ExtUtils/Install.pm
22820 ____________________________________________________________________________
22821 [  9705] By: jhi                                   on 2001/04/15  12:36:33
22822         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
22823      Branch: perl
22824            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
22825            ! t/lib/time-hires.t
22826 ____________________________________________________________________________
22827 [  9704] By: jhi                                   on 2001/04/15  10:49:08
22828         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
22829              From: Prymmer/Kahn <pvhp@best.com>
22830              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
22831              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
22832      Branch: perl
22833            ! lib/utf8.pm pod/perlebcdic.pod
22834 ____________________________________________________________________________
22835 [  9703] By: jhi                                   on 2001/04/15  02:26:26
22836         Log: I keep forgetting to sort MANIFEST.
22837      Branch: perl
22838            ! MANIFEST
22839 ____________________________________________________________________________
22840 [  9702] By: jhi                                   on 2001/04/15  02:07:47
22841         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
22842              Now we have blessed, reftype, tainted, first, reduce, ...
22843      Branch: perl
22844            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
22845            + ext/List/Util/README ext/List/Util/Util.xs
22846            + ext/List/Util/lib/List/Util.pm
22847            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
22848            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
22849            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
22850            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
22851            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
22852            ! MANIFEST
22853 ____________________________________________________________________________
22854 [  9701] By: jhi                                   on 2001/04/14  15:05:25
22855         Log: Subject: RE: dprofpp.pl updates 
22856              From: Carl Eklof <CEklof@endeca.com>
22857              Date: Thu, 12 Apr 2001 18:45:46 -0400
22858              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
22859      Branch: perl
22860            ! utils/dprofpp.PL
22861 ____________________________________________________________________________
22862 [  9700] By: jhi                                   on 2001/04/14  14:44:55
22863         Log: Do not just blindly add CR.
22864      Branch: perl
22865            ! Porting/makerel
22866 ____________________________________________________________________________
22867 [  9699] By: jhi                                   on 2001/04/13  13:17:01
22868         Log: Update Changes.
22869      Branch: perl
22870            ! Changes patchlevel.h
22871 ____________________________________________________________________________
22872 [  9698] By: jhi                                   on 2001/04/13  12:44:48
22873         Log: Integrate perlio.
22874      Branch: perl
22875           !> ext/PerlIO/Scalar/Scalar.xs
22876 ____________________________________________________________________________
22877 [  9697] By: jhi                                   on 2001/04/13  12:29:15
22878         Log: Add more debug output to the test.
22879      Branch: perl
22880            ! t/lib/cwd.t
22881 ____________________________________________________________________________
22882 [  9696] By: nick                                  on 2001/04/13  10:14:29
22883         Log: Fix core dump on binmode($fh,'Scalar')
22884      Branch: perlio
22885            ! ext/PerlIO/Scalar/Scalar.xs
22886 ____________________________________________________________________________
22887 [  9695] By: nick                                  on 2001/04/13  09:05:42
22888         Log: Integrate mainline
22889      Branch: perlio
22890           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
22891           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
22892           +> t/lib/time-hires.t
22893           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
22894           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
22895           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
22896           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
22897           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
22898           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
22899           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
22900 ____________________________________________________________________________
22901 [  9694] By: jhi                                   on 2001/04/12  22:23:35
22902         Log: Integrate change #9693 from maintperl into mainline.
22903              
22904              $VERSION and Version() on the same line provokes a warning from
22905              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
22906      Branch: perl
22907           !> lib/Devel/SelfStubber.pm
22908 ____________________________________________________________________________
22909 [  9693] By: gsar                                  on 2001/04/12  21:55:56
22910         Log: $VERSION and Version() on the same line provokes a warning from
22911              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
22912      Branch: maint-5.6/perl
22913            ! lib/Devel/SelfStubber.pm
22914 ____________________________________________________________________________
22915 [  9692] By: jhi                                   on 2001/04/12  13:54:00
22916         Log: This is at least 5.005.
22917      Branch: perl
22918            ! ext/Time/HiRes/HiRes.xs
22919 ____________________________________________________________________________
22920 [  9691] By: jhi                                   on 2001/04/12  13:37:20
22921         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
22922      Branch: perl
22923            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
22924            ! win32/Makefile win32/makefile.mk
22925 ____________________________________________________________________________
22926 [  9690] By: jhi                                   on 2001/04/12  01:34:46
22927         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
22928      Branch: perl
22929            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
22930            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
22931            + t/lib/time-hires.t
22932            ! MANIFEST
22933 ____________________________________________________________________________
22934 [  9689] By: jhi                                   on 2001/04/12  00:28:39
22935         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
22936              From: Gisle Aas <gisle@ActiveState.com>
22937              Date: 11 Apr 2001 16:36:11 -0700
22938              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
22939      Branch: perl
22940            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
22941 ____________________________________________________________________________
22942 [  9688] By: jhi                                   on 2001/04/12  00:27:39
22943         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
22944              From: Gisle Aas <gisle@ActiveState.com>
22945              Date: 11 Apr 2001 11:13:24 -0700
22946              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
22947      Branch: perl
22948            ! ext/MIME/Base64/Base64.xs
22949 ____________________________________________________________________________
22950 [  9687] By: jhi                                   on 2001/04/11  19:51:47
22951         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
22952      Branch: perl
22953            ! Todo-5.6
22954 ____________________________________________________________________________
22955 [  9686] By: jhi                                   on 2001/04/11  16:54:25
22956         Log: Subject: [PATCH opcode.pl] Documentation of table format
22957              From: Simon Cozens <simon@netthink.co.uk>
22958              Date: Wed, 11 Apr 2001 12:59:31 +0100
22959              Message-ID: <20010411125931.A25681@netthink.co.uk>
22960      Branch: perl
22961            ! opcode.pl
22962 ____________________________________________________________________________
22963 [  9685] By: jhi                                   on 2001/04/11  16:53:15
22964         Log: Subject: [PATCH] prototype("CORE::recv")
22965              From: Simon Cozens <simon@netthink.co.uk>
22966              Date: Wed, 11 Apr 2001 13:24:35 +0100
22967              Message-ID: <20010411132435.A26169@netthink.co.uk>
22968      Branch: perl
22969            ! pp.c t/comp/proto.t
22970 ____________________________________________________________________________
22971 [  9684] By: jhi                                   on 2001/04/11  16:47:13
22972         Log: FAQ (and AUTHORS) update from Dan Carson: the information
22973              was several years obsolete, Term::Readkey has been updated
22974              to have the functionality.
22975      Branch: perl
22976            ! AUTHORS pod/perlfaq5.pod
22977 ____________________________________________________________________________
22978 [  9683] By: jhi                                   on 2001/04/11  12:15:46
22979         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
22980              From: Calle Dybedahl <calle@lysator.liu.se>
22981              Date: 10 Apr 2001 16:44:16 +0200
22982              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
22983      Branch: perl
22984            ! ext/MIME/Base64/Base64.xs
22985 ____________________________________________________________________________
22986 [  9682] By: jhi                                   on 2001/04/11  12:12:26
22987         Log: A more minimal fix for 20010410.006 from Hugo.
22988      Branch: perl
22989            ! regexec.c
22990 ____________________________________________________________________________
22991 [  9681] By: jhi                                   on 2001/04/11  11:34:23
22992         Log: Integrate changes #9678,9679 from maintline into mainperl.
22993              
22994              addendum to change#9676
22995              
22996              up $File::Glob::VERSION; add a note pointing out the version of
22997              the OpenBSD glob bsd_glob.c resembles
22998      Branch: perl
22999           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
23000           !> ext/File/Glob/bsd_glob.h
23001 ____________________________________________________________________________
23002 [  9680] By: jhi                                   on 2001/04/11  11:30:38
23003         Log: Bad test numbering in integrate in #9677.
23004              Fixes ID 20010411.001.
23005      Branch: perl
23006            ! t/op/pat.t
23007 ____________________________________________________________________________
23008 [  9679] By: gsar                                  on 2001/04/11  03:38:40
23009         Log: up $File::Glob::VERSION; add a note pointing out the version of
23010              the OpenBSD glob bsd_glob.c resembles
23011      Branch: maint-5.6/perl
23012            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
23013            ! ext/File/Glob/bsd_glob.h
23014 ____________________________________________________________________________
23015 [  9678] By: gsar                                  on 2001/04/11  03:09:48
23016         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
23017              revision 1.8.10.1 found here:
23018              
23019              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
23020      Branch: maint-5.6/perl
23021            ! ext/File/Glob/bsd_glob.c
23022 ____________________________________________________________________________
23023 [  9677] By: jhi                                   on 2001/04/11  02:54:39
23024         Log: Integrate changes #9675,9676 from maintperl into mainline.
23025              
23026              fix for bug 20010410.006, undo change#7115
23027              
23028              port the OpenBSD glob() security patch
23029      Branch: perl
23030           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
23031           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
23032           !> t/op/pat.t
23033 ____________________________________________________________________________
23034 [  9676] By: gsar                                  on 2001/04/11  02:19:02
23035         Log: port the glob() security patch found at:
23036              
23037              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
23038              
23039              CERT advisory for the issue is here:
23040              
23041              http://www.cert.org/advisories/CA-2001-07.html
23042              
23043              Note that the security scare is only relevant for those who are
23044              foolish enough to build suidperl (which is now officially discouraged)
23045      Branch: maint-5.6/perl
23046            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
23047            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
23048 ____________________________________________________________________________
23049 [  9675] By: gsar                                  on 2001/04/10  23:52:11
23050         Log: fix for bug 20010410.006
23051              
23052              undo change#7115 (came into maint-5.6 as change#8156)
23053              
23054              add tests to keep it from coming back
23055      Branch: maint-5.6/perl
23056            ! regexec.c t/op/pat.t
23057 ____________________________________________________________________________
23058 [  9674] By: nick                                  on 2001/04/10  20:39:31
23059         Log: Integrate mainline
23060      Branch: perlio
23061           +> Porting/testall.atom
23062           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
23063           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
23064           !> t/lib/lc-uk.t t/pod/find.t
23065 ____________________________________________________________________________
23066 [  9673] By: nick                                  on 2001/04/10  18:46:14
23067         Log: Integrate against change 9670 aka perl-5.7.1
23068      Branch: perlio
23069           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
23070           !> (integrate 53 files)
23071 ____________________________________________________________________________
23072 [  9672] By: jhi                                   on 2001/04/10  13:45:01
23073         Log: Add a script for doing cumulative profile of the test suite.
23074              (Requires ATOM, that is, Tru64.)
23075      Branch: perl
23076            + Porting/testall.atom
23077            ! MANIFEST
23078 ____________________________________________________________________________
23079 [  9671] By: jhi                                   on 2001/04/10  12:38:53
23080         Log: Missing std block.
23081      Branch: perl
23082            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
23083            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
23084            ! t/pod/find.t
23085 ____________________________________________________________________________
23086 [  9670] By: jhi                                   on 2001/04/10  01:25:58
23087         Log: This is 5.7.1.
23088      Branch: perl
23089            ! patchlevel.h
23090 ____________________________________________________________________________
23091 [  9669] By: jhi                                   on 2001/04/10  01:09:14
23092         Log: Update Changes.
23093      Branch: perl
23094            ! Changes patchlevel.h
23095 ____________________________________________________________________________
23096 [  9668] By: jhi                                   on 2001/04/10  01:00:38
23097         Log: Regen toc.
23098      Branch: perl
23099            ! pod/perltoc.pod
23100 ____________________________________________________________________________
23101 [  9667] By: jhi                                   on 2001/04/10  00:52:16
23102         Log: Update perlhist.
23103      Branch: perl
23104            ! pod/perlhist.pod
23105 ____________________________________________________________________________
23106 [  9666] By: jhi                                   on 2001/04/09  23:38:59
23107         Log: Slight wording tweaks from Damian to #9658.
23108      Branch: perl
23109            ! pod/perlobj.pod
23110 ____________________________________________________________________________
23111 [  9665] By: jhi                                   on 2001/04/09  19:56:06
23112         Log: Subject: [PATCH perlutil.pod] Nit
23113              From: Simon Cozens <simon@netthink.co.uk>
23114              Date: Mon, 9 Apr 2001 20:29:44 +0100
23115              Message-ID: <20010409202944.A14796@the.earth.li>
23116      Branch: perl
23117            ! pod/perlutil.pod
23118 ____________________________________________________________________________
23119 [  9664] By: jhi                                   on 2001/04/09  19:54:42
23120         Log: Subject: Re: perl571delta.pod@9631
23121              From: Mike Guy <mjtg@cam.ac.uk>
23122              Date: Mon, 09 Apr 2001 18:09:14 +0100
23123              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
23124      Branch: perl
23125            ! pod/perl571delta.pod
23126 ____________________________________________________________________________
23127 [  9663] By: jhi                                   on 2001/04/09  13:43:35
23128         Log: Update Changes.
23129      Branch: perl
23130            ! Changes patchlevel.h
23131 ____________________________________________________________________________
23132 [  9662] By: jhi                                   on 2001/04/09  13:24:46
23133         Log: tweak tweak.
23134      Branch: perl
23135            ! AUTHORS pod/perl571delta.pod
23136 ____________________________________________________________________________
23137 [  9661] By: jhi                                   on 2001/04/09  13:15:13
23138         Log: Thinko in manual patch applying.
23139      Branch: perl
23140            ! sv.c
23141 ____________________________________________________________________________
23142 [  9660] By: jhi                                   on 2001/04/09  13:07:53
23143         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
23144              From: Robin Barker <rmb1@cise.npl.co.uk> 
23145              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
23146              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
23147              
23148              (This corrects the case where the "isn't numeric" string contains \0s
23149              and is longer than the temporary buffer, and contains \0 at the point
23150              the string would be truncated by "...".) 
23151      Branch: perl
23152            ! sv.c
23153 ____________________________________________________________________________
23154 [  9659] By: jhi                                   on 2001/04/09  12:57:41
23155         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
23156      Branch: perl
23157            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
23158            ! t/lib/cgi-function.t t/lib/cgi-html.t
23159 ____________________________________________________________________________
23160 [  9658] By: jhi                                   on 2001/04/09  12:48:47
23161         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
23162              From: Ilmari Karonen <iltzu@sci.fi>
23163              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
23164              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
23165              
23166              Rearrange and rewrite the Method Invocation section
23167              to explain the concepts in nicer order.
23168      Branch: perl
23169            ! pod/perlobj.pod
23170 ____________________________________________________________________________
23171 [  9657] By: jhi                                   on 2001/04/09  12:35:58
23172         Log: Upgrade to podlators 1.09, from Russ Allbery.
23173      Branch: perl
23174            ! lib/Pod/Man.pm lib/Pod/Text.pm
23175 ____________________________________________________________________________
23176 [  9656] By: jhi                                   on 2001/04/09  12:31:53
23177         Log: perl571delta.
23178      Branch: perl
23179            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
23180 ____________________________________________________________________________
23181 [  9655] By: jhi                                   on 2001/04/09  12:20:09
23182         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
23183              From: Prymmer/Kahn <pvhp@best.com>
23184              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
23185              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
23186      Branch: perl
23187            ! lib/utf8.pm pod/perlunicode.pod
23188 ____________________________________________________________________________
23189 [  9654] By: gsar                                  on 2001/04/09  03:38:33
23190         Log: here lies 5.6.1
23191      Branch: maint-5.6/perl
23192            ! Changes
23193 ____________________________________________________________________________
23194 [  9653] By: jhi                                   on 2001/04/09  03:25:24
23195         Log: Update perlhist.
23196      Branch: perl
23197            ! pod/perlhist.pod
23198 ____________________________________________________________________________
23199 [  9652] By: jhi                                   on 2001/04/09  03:18:49
23200         Log: perl571delta tweaking continues.
23201      Branch: perl
23202            ! pod/perl571delta.pod
23203 ____________________________________________________________________________
23204 [  9651] By: gsar                                  on 2001/04/09  03:11:19
23205         Log: update Changes, patchlevel.h &c.
23206      Branch: maint-5.6/perl
23207            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
23208            ! pod/perltoc.pod
23209 ____________________________________________________________________________
23210 [  9650] By: jhi                                   on 2001/04/09  02:40:24
23211         Log: Integrate the perlfork half of #9513 from maintperl into mainline
23212              (the perlunicode half is obsolete)
23213      Branch: perl
23214            ! pod/perlfork.pod
23215 ____________________________________________________________________________
23216 [  9649] By: gsar                                  on 2001/04/09  02:35:43
23217         Log: tweak perldelta as suggested by Jarkko
23218      Branch: maint-5.6/perl
23219            ! pod/perldelta.pod
23220 ____________________________________________________________________________
23221 [  9648] By: jhi                                   on 2001/04/09  02:13:04
23222         Log: Integrate change #9646 from maintperl into mainline.
23223              
23224              add note about ithreads and Thread.pm
23225      Branch: perl
23226           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
23227 ____________________________________________________________________________
23228 [  9647] By: jhi                                   on 2001/04/09  02:10:18
23229         Log: Bad assumption that shortsize == 2.
23230      Branch: perl
23231            ! t/lib/xs-typemap.t
23232 ____________________________________________________________________________
23233 [  9646] By: gsar                                  on 2001/04/09  00:48:04
23234         Log: add note about ithreads and Thread.pm (too many people are
23235              confused by the fact that Thread.pm is built and installed
23236              under non-5005threads but doesn't work)
23237      Branch: maint-5.6/perl
23238            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
23239 ____________________________________________________________________________
23240 [  9645] By: gsar                                  on 2001/04/09  00:19:03
23241         Log: update perldelta.pod for changes in 5.6.1
23242      Branch: maint-5.6/perl
23243            ! Changes pod/perldelta.pod
23244 ____________________________________________________________________________
23245 [  9644] By: jhi                                   on 2001/04/08  20:37:00
23246         Log: Integrate change #9639 from maintperl into mainline:
23247              on windows, many of the README.* pods were being copied to
23248              the wrong location
23249      Branch: perl
23250           !> win32/Makefile win32/makefile.mk
23251 ____________________________________________________________________________
23252 [  9643] By: jhi                                   on 2001/04/08  20:07:11
23253         Log: Integrate change #9624 from maintperl into mainline:
23254              the pod tests were not okay.  (t/pod/find.t changes ignored)
23255      Branch: perl
23256           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
23257           !> t/pod/include.t t/pod/included.t t/pod/lref.t
23258           !> t/pod/multiline_items.t t/pod/nested_items.t
23259           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
23260           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
23261 ____________________________________________________________________________
23262 [  9642] By: jhi                                   on 2001/04/08  19:57:17
23263         Log: Integrate change #9638 from maintperl into mainline:
23264              update to latest JPL from the anoncvs repository
23265      Branch: perl
23266           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
23267           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
23268           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
23269 ____________________________________________________________________________
23270 [  9641] By: jhi                                   on 2001/04/08  19:53:30
23271         Log: perl571delta updates.
23272      Branch: perl
23273            ! lib/Filter/Simple.pm pod/perl571delta.pod
23274 ____________________________________________________________________________
23275 [  9640] By: gsar                                  on 2001/04/08  19:20:46
23276         Log: integrate change#9634 from mainline
23277              
23278              Fix the perlmodlib generation (didn't understand separate .pod
23279              files; didn't understand -- as the name-thing separator).
23280              Update the CPAN mirrors list.
23281      Branch: maint-5.6/perl
23282            ! pod/perlmodlib.pod
23283           !> pod/perlmodlib.PL
23284 ____________________________________________________________________________
23285 [  9639] By: gsar                                  on 2001/04/08  18:57:31
23286         Log: on windows, many of the README.* pods were being copied to the wrong
23287              location
23288      Branch: maint-5.6/perl
23289            ! win32/Makefile win32/makefile.mk
23290 ____________________________________________________________________________
23291 [  9638] By: gsar                                  on 2001/04/08  18:38:25
23292         Log: update to latest JPL from the anoncvs repository
23293      Branch: maint-5.6/perl
23294            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
23295            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
23296            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
23297 ____________________________________________________________________________
23298 [  9637] By: jhi                                   on 2001/04/08  17:53:53
23299         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
23300      Branch: perl
23301            ! pod/perl571delta.pod
23302 ____________________________________________________________________________
23303 [  9636] By: jhi                                   on 2001/04/08  17:18:32
23304         Log: Regen toc.
23305      Branch: perl
23306            ! pod/perltoc.pod
23307 ____________________________________________________________________________
23308 [  9635] By: jhi                                   on 2001/04/08  17:16:33
23309         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
23310              From: "Craig A. Berry" <craigberry@mac.com>
23311              Date: Sun, 08 Apr 2001 12:30:16 -0500
23312              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
23313      Branch: perl
23314            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
23315 ____________________________________________________________________________
23316 [  9634] By: jhi                                   on 2001/04/08  17:09:19
23317         Log: Fix the perlmodlib generation (didn't understand separate .pod
23318              files; didn't understand -- as the name-thing separator).
23319              
23320              Update the CPAN mirrors list.
23321      Branch: perl
23322            ! pod/perlmodlib.PL pod/perlmodlib.pod
23323 ____________________________________________________________________________
23324 [  9633] By: jhi                                   on 2001/04/08  16:49:17
23325         Log: Sort MANIFEST.
23326      Branch: perl
23327            ! MANIFEST
23328 ____________________________________________________________________________
23329 [  9632] By: gsar                                  on 2001/04/08  16:36:06
23330         Log: add $Tie::RefHash::VERSION
23331      Branch: maint-5.6/perl
23332            ! lib/Tie/RefHash.pm
23333 ____________________________________________________________________________
23334 [  9631] By: jhi                                   on 2001/04/08  16:10:15
23335         Log: perl571delta updates based on p5p feedback; still needs
23336              lots of examples.
23337      Branch: perl
23338            ! pod/perl571delta.pod
23339 ____________________________________________________________________________
23340 [  9630] By: jhi                                   on 2001/04/08  15:59:13
23341         Log: Update the list of supported platforms to talk about 5.7.1
23342              (and 5.6.1)
23343      Branch: perl
23344            ! pod/perlport.pod
23345 ____________________________________________________________________________
23346 [  9629] By: jhi                                   on 2001/04/08  15:55:41
23347         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
23348              from maintperl into mainline: perlport updates.
23349      Branch: perl
23350            ! pod/perlport.pod
23351 ____________________________________________________________________________
23352 [  9628] By: jhi                                   on 2001/04/08  15:53:17
23353         Log: perlsolaris.pod copied to wrong directory.
23354      Branch: perl
23355            ! win32/makefile.mk
23356 ____________________________________________________________________________
23357 [  9627] By: jhi                                   on 2001/04/08  14:48:18
23358         Log: Subject: Typos in perl571delta.pod
23359              From: "Stephen P. Potter" <spp@spotter.yi.org>
23360              Date: Sat, 07 Apr 2001 20:37:05 -0400
23361              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
23362      Branch: perl
23363            ! pod/perl571delta.pod
23364 ____________________________________________________________________________
23365 [  9626] By: jhi                                   on 2001/04/08  14:39:04
23366         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
23367      Branch: perl
23368            ! gv.c
23369 ____________________________________________________________________________
23370 [  9625] By: nick                                  on 2001/04/08  10:14:23
23371         Log: Integrate mainline
23372      Branch: perlio
23373           +> pod/perl570delta.pod pod/perl571delta.pod
23374           !> (integrate 27 files)
23375 ____________________________________________________________________________
23376 [  9624] By: gsar                                  on 2001/04/08  06:08:17
23377         Log: test in t/pod/* were busted
23378              
23379              these tests are still not enabled in t/{harness,TEST}
23380      Branch: maint-5.6/perl
23381            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
23382            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
23383            ! t/pod/multiline_items.t t/pod/nested_items.t
23384            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
23385            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
23386 ____________________________________________________________________________
23387 [  9623] By: gsar                                  on 2001/04/08  03:37:01
23388         Log: integrate change#9470 from mainline
23389              
23390              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
23391      Branch: maint-5.6/perl
23392           !> ext/Socket/Socket.xs
23393 ____________________________________________________________________________
23394 [  9622] By: jhi                                   on 2001/04/07  22:40:47
23395         Log: Update Changes.
23396      Branch: perl
23397            ! Changes patchlevel.h
23398 ____________________________________________________________________________
23399 [  9621] By: jhi                                   on 2001/04/07  22:34:16
23400         Log: Update AUTHORS.
23401      Branch: perl
23402            ! AUTHORS
23403 ____________________________________________________________________________
23404 [  9620] By: jhi                                   on 2001/04/07  22:12:47
23405         Log: Forgot to bump the number of tests in #9164.
23406      Branch: perl
23407            ! t/op/array.t
23408 ____________________________________________________________________________
23409 [  9619] By: jhi                                   on 2001/04/07  22:09:50
23410         Log: Bump patchlevel to 5.7.1.
23411      Branch: perl
23412            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23413            ! config_h.SH patchlevel.h
23414 ____________________________________________________________________________
23415 [  9618] By: jhi                                   on 2001/04/07  22:02:41
23416         Log: Populate perl571delta.
23417      Branch: perl
23418            ! pod/perl571delta.pod
23419 ____________________________________________________________________________
23420 [  9617] By: jhi                                   on 2001/04/07  22:01:23
23421         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
23422              to forget it later; do not change patchlevel.h yet or regenerate
23423              Configure yet.
23424      Branch: perl
23425            ! epoc/config.sh win32/Makefile win32/config_H.bc
23426            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
23427 ____________________________________________________________________________
23428 [  9616] By: jhi                                   on 2001/04/07  17:46:33
23429         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
23430      Branch: perl
23431            ! pod/perl571delta.pod
23432 ____________________________________________________________________________
23433 [  9615] By: jhi                                   on 2001/04/07  17:33:21
23434         Log: Change the toc configuration.
23435      Branch: perl
23436            ! pod/buildtoc.PL pod/perl.pod
23437 ____________________________________________________________________________
23438 [  9614] By: jhi                                   on 2001/04/07  17:29:47
23439         Log: Subject: PATCH: $[
23440              From: Robin Houston <robin@kitsite.com>
23441              Date: Fri, 6 Apr 2001 18:10:14 +0100
23442              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
23443      Branch: perl
23444            ! op.c t/op/array.t
23445 ____________________________________________________________________________
23446 [  9613] By: jhi                                   on 2001/04/07  17:28:26
23447         Log: Subject: [PATCH perl@9424] isn't numeric warning
23448              From: Robin Barker <rmb1@cise.npl.co.uk>
23449              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
23450              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
23451      Branch: perl
23452            ! sv.c t/pragma/warn/sv
23453 ____________________________________________________________________________
23454 [  9612] By: jhi                                   on 2001/04/07  17:26:45
23455         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
23456              From: Mike Guy <mjtg@cam.ac.uk>
23457              Date: Fri, 06 Apr 2001 12:47:06 +0100
23458              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
23459      Branch: perl
23460            ! dump.c t/lib/peek.t
23461 ____________________________________________________________________________
23462 [  9611] By: jhi                                   on 2001/04/07  17:21:35
23463         Log: Create perl571delta and seed it off with the perldelta changes
23464              since 5.7.0; remove those changes from perldelta and rename it
23465              as perl570delta; recreate perldelta but leave it almost empty.
23466      Branch: perl
23467            + pod/perl570delta.pod pod/perl571delta.pod
23468            ! MANIFEST pod/perldelta.pod
23469 ____________________________________________________________________________
23470 [  9610] By: jhi                                   on 2001/04/07  16:56:32
23471         Log: Denit.
23472      Branch: perl
23473            ! pod/perldelta.pod
23474 ____________________________________________________________________________
23475 [  9609] By: jhi                                   on 2001/04/07  16:38:32
23476         Log: Retract #9523: needs more thought.
23477      Branch: perl
23478            ! Makefile.SH
23479 ____________________________________________________________________________
23480 [  9608] By: jhi                                   on 2001/04/07  14:59:20
23481         Log: atmark() code cleanaup.
23482      Branch: perl
23483            ! ext/IO/IO.xs
23484 ____________________________________________________________________________
23485 [  9607] By: jhi                                   on 2001/04/07  14:48:14
23486         Log: Integrate change #9605 from maintperl into mainline.
23487              
23488              can't optimize away scope entry if tr/// is present
23489      Branch: perl
23490           !> op.c t/op/tr.t
23491 ____________________________________________________________________________
23492 [  9606] By: jhi                                   on 2001/04/07  14:43:59
23493         Log: Integrate perlio.
23494      Branch: perl
23495           +> win32/FindExt.pm
23496           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
23497           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
23498 ____________________________________________________________________________
23499 [  9605] By: gsar                                  on 2001/04/07  11:52:40
23500         Log: can't optimize away scope entry if tr/// is present
23501      Branch: maint-5.6/perl
23502            ! op.c t/op/tr.t
23503 ____________________________________________________________________________
23504 [  9604] By: nick                                  on 2001/04/07  11:39:45
23505         Log: Split out extension finding code from buildext.pl into FindExt.pm
23506              Use it to get Config.pm's idea of available extensions in line
23507              with what is built.
23508      Branch: perlio
23509            + win32/FindExt.pm
23510            ! MANIFEST win32/buildext.pl win32/config_sh.PL
23511            ! win32/makefile.mk
23512 ____________________________________________________________________________
23513 [  9603] By: nick                                  on 2001/04/07  09:11:38
23514         Log: Cleanup correction for failed :Via() layer, also set an error code.
23515      Branch: perlio
23516            ! ext/PerlIO/Via/Via.xs
23517 ____________________________________________________________________________
23518 [  9602] By: nick                                  on 2001/04/07  08:38:04
23519         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
23520              style. So don't use binmode() on the handles so that Win32 etc. see
23521              same sequence and produce same digests.
23522      Branch: perlio
23523            ! t/lib/md5-file.t
23524 ____________________________________________________________________________
23525 [  9601] By: nick                                  on 2001/04/07  08:36:26
23526         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
23527              Else it complains and so crlf layer (say) does not get pushed.
23528      Branch: perlio
23529            ! perlio.c
23530 ____________________________________________________________________________
23531 [  9600] By: jhi                                   on 2001/04/06  23:00:09
23532         Log: Integrate change #9599 from perlio into mainline.
23533      Branch: perl
23534           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
23535           !> win32/config_H.vc
23536 ____________________________________________________________________________
23537 [  9599] By: nick                                  on 2001/04/06  21:42:43
23538         Log: Quote $VERSION in Encode.pm.
23539              regen_config_h as requested.
23540      Branch: perlio
23541            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
23542            ! win32/config_H.vc
23543 ____________________________________________________________________________
23544 [  9598] By: nick                                  on 2001/04/06  20:34:59
23545         Log: Integrate mainline
23546      Branch: perlio
23547           +> README.macos
23548           !> (integrate 39 files)
23549 ____________________________________________________________________________
23550 [  9597] By: gsar                                  on 2001/04/06  18:06:35
23551         Log: integrate change#9464 from mainline (addendum to change#8313)
23552              
23553              Subject: [PATCH @9452] Better peep()ing for foreach() loops
23554      Branch: maint-5.6/perl
23555           !> op.c
23556 ____________________________________________________________________________
23557 [  9596] By: jhi                                   on 2001/04/06  17:26:03
23558         Log: The d_casti32=undef is good for you even when not use64bitall.
23559      Branch: perl
23560            ! hints/hpux.sh
23561 ____________________________________________________________________________
23562 [  9595] By: gsar                                  on 2001/04/06  14:57:17
23563         Log: add a low-impact fix to accomodate darwin-ism
23564      Branch: maint-5.6/perl
23565            ! ext/Errno/Errno_pm.PL
23566 ____________________________________________________________________________
23567 [  9594] By: jhi                                   on 2001/04/06  14:55:14
23568         Log: Integrate changes #9528,9593 from mainline into maintperl;
23569              tweaking the editor/IDE/shell list.
23570      Branch: maint-5.6/perl
23571           !> pod/perlfaq3.pod
23572 ____________________________________________________________________________
23573 [  9593] By: jhi                                   on 2001/04/06  14:51:39
23574         Log: Make the editor/IDE/shell list a little bit airier.
23575      Branch: perl
23576            ! pod/perlfaq3.pod
23577 ____________________________________________________________________________
23578 [  9592] By: gsar                                  on 2001/04/06  14:45:18
23579         Log: integrate change#9477 from mainline (base.pm doc tweak)
23580              
23581              missing doc entry for fmod()
23582      Branch: maint-5.6/perl
23583            ! lib/Math/BigFloat.pm
23584           !> lib/base.pm
23585 ____________________________________________________________________________
23586 [  9591] By: jhi                                   on 2001/04/06  13:55:48
23587         Log: Regen toc.
23588      Branch: perl
23589            ! pod/perltoc.pod
23590 ____________________________________________________________________________
23591 [  9590] By: jhi                                   on 2001/04/06  13:54:52
23592         Log: Math::BigFloat patches from John Peacock.  The equivalent
23593              of #9586 from maintperl but reworked by John to work with
23594              the bleadperl.
23595      Branch: perl
23596            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
23597 ____________________________________________________________________________
23598 [  9589] By: jhi                                   on 2001/04/06  13:42:23
23599         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
23600      Branch: perl
23601            ! ext/Digest/MD5/Makefile.PL
23602 ____________________________________________________________________________
23603 [  9588] By: jhi                                   on 2001/04/06  13:31:45
23604         Log: Integrate changes #9584,9587 from maintperl into mainline.
23605              
23606              keep eval"" CVs alive until the end of the statement in which
23607              they're called
23608              
23609              add README.macos (from Chris Nandor)
23610              
23611              tyop in change#9555
23612      Branch: perl
23613           +> README.macos
23614           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
23615           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
23616           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
23617           !> win32/makefile.mk
23618 ____________________________________________________________________________
23619 [  9587] By: gsar                                  on 2001/04/06  07:31:30
23620         Log: add README.macos (from Chris Nandor)
23621              
23622              tyop in change#9555
23623      Branch: maint-5.6/perl
23624            + README.macos
23625            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
23626            ! win32/Makefile win32/makefile.mk
23627 ____________________________________________________________________________
23628 [  9586] By: gsar                                  on 2001/04/06  07:08:54
23629         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
23630      Branch: maint-5.6/perl
23631            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
23632 ____________________________________________________________________________
23633 [  9585] By: gsar                                  on 2001/04/06  06:58:44
23634         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
23635              from mainline
23636              
23637              Subject: [PATCH] Base64 update to perlfaq9.pod
23638              
23639              Subject: [PATCH AUTHORS] Housekeeping
23640              
23641              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
23642              Mac OS X (Darwin) has extra pwent fields.
23643              
23644              Subject: [PATCH B::*] print control-character vars readably
23645              Needs EBCDICification.
23646              
23647              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
23648              
23649              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
23650              
23651              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
23652              
23653              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
23654              
23655              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
23656              
23657              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
23658              
23659              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
23660              
23661              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
23662              
23663              FreeBSD hints tweak from Anton Berezin.
23664              
23665              Subject: [PATCH foolperl & bleadperl] README.vms update
23666              
23667              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
23668      Branch: maint-5.6/perl
23669           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
23670           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
23671           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
23672 ____________________________________________________________________________
23673 [  9584] By: gsar                                  on 2001/04/06  04:09:00
23674         Log: keep eval"" CVs alive until the end of the statement in which
23675              they're called; this avoids a coredump ensuing from search for
23676              lexicals in code such as:
23677              
23678              sub bug {
23679              my $s = @_;
23680              eval q[sub { eval 'sub { &$s }' }];
23681              }
23682              bug("x")->()->();
23683              
23684              this code still doesn't work as intended (as it has remained
23685              since time immemorial), but it doesn't provoke a coredump anymore
23686      Branch: maint-5.6/perl
23687            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
23688            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
23689 ____________________________________________________________________________
23690 [  9583] By: jhi                                   on 2001/04/05  23:52:51
23691         Log: Update Changes.
23692      Branch: perl
23693            ! Changes patchlevel.h
23694 ____________________________________________________________________________
23695 [  9582] By: jhi                                   on 2001/04/05  23:11:23
23696         Log: Slight doc tweak.
23697      Branch: perl
23698            ! pod/perlunicode.pod
23699 ____________________________________________________________________________
23700 [  9581] By: jhi                                   on 2001/04/05  23:04:11
23701         Log: Integrate perlio.
23702      Branch: perl
23703           !> pod/perlunicode.pod
23704 ____________________________________________________________________________
23705 [  9580] By: jhi                                   on 2001/04/05  23:03:29
23706         Log: Test for #9579.
23707      Branch: perl
23708            ! t/op/do.t
23709 ____________________________________________________________________________
23710 [  9579] By: jhi                                   on 2001/04/05  22:54:17
23711         Log: Subject: [PATCH] Propagate calling context for do '...'
23712              From: Gisle Aas <gisle@ActiveState.com>
23713              Date: 04 Apr 2001 20:17:29 -0700
23714              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
23715      Branch: perl
23716            ! pod/perlfunc.pod pp_ctl.c
23717 ____________________________________________________________________________
23718 [  9578] By: jhi                                   on 2001/04/05  22:52:51
23719         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
23720              From: Peter Prymmer <pvhp@forte.com>
23721              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
23722              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
23723      Branch: perl
23724            ! README.vms
23725 ____________________________________________________________________________
23726 [  9577] By: jhi                                   on 2001/04/05  22:48:22
23727         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
23728              From: "Craig A. Berry" <craigberry@mac.com>
23729              Date: Thu, 5 Apr 2001 13:43:28 -0500
23730              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
23731      Branch: perl
23732            ! README.vms
23733 ____________________________________________________________________________
23734 [  9576] By: jhi                                   on 2001/04/05  22:31:38
23735         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
23736              From: Michael G Schwern <schwern@pobox.com>
23737              Date: Thu, 5 Apr 2001 21:53:21 +0100
23738              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
23739      Branch: perl
23740            ! lib/base.pm t/lib/fields.t
23741 ____________________________________________________________________________
23742 [  9575] By: jhi                                   on 2001/04/05  22:26:10
23743         Log: FreeBSD hints tweak from Anton Berezin.
23744      Branch: perl
23745            ! hints/freebsd.sh
23746 ____________________________________________________________________________
23747 [  9574] By: jhi                                   on 2001/04/05  22:24:03
23748         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
23749              From: David Dyck <dcd@tc.fluke.com>
23750              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
23751              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
23752      Branch: perl
23753            ! t/op/oct.t
23754 ____________________________________________________________________________
23755 [  9573] By: jhi                                   on 2001/04/05  22:23:06
23756         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
23757              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
23758              From: David Dyck <dcd@tc.fluke.com>
23759              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
23760      Branch: perl
23761            ! pp.c
23762 ____________________________________________________________________________
23763 [  9572] By: jhi                                   on 2001/04/05  22:14:47
23764         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
23765              From: Robin Houston <robin@kitsite.com>
23766              Date: Thu, 5 Apr 2001 20:56:48 +0100
23767              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
23768      Branch: perl
23769            ! ext/B/B/Deparse.pm
23770 ____________________________________________________________________________
23771 [  9571] By: jhi                                   on 2001/04/05  22:12:53
23772         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
23773              From: Robin Houston <robin@kitsite.com>
23774              Date: Thu, 5 Apr 2001 19:55:51 +0100
23775              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
23776      Branch: perl
23777            ! ext/B/B/Deparse.pm
23778 ____________________________________________________________________________
23779 [  9570] By: jhi                                   on 2001/04/05  22:11:06
23780         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
23781              From: Robin Houston <robin@kitsite.com>
23782              Date: Thu, 5 Apr 2001 20:16:29 +0100
23783              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
23784      Branch: perl
23785            ! ext/B/B/Deparse.pm
23786 ____________________________________________________________________________
23787 [  9569] By: nick                                  on 2001/04/05  21:32:26
23788         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
23789      Branch: perlio
23790            ! pod/perlunicode.pod
23791 ____________________________________________________________________________
23792 [  9568] By: nick                                  on 2001/04/05  19:38:09
23793         Log: Integrate mainline
23794      Branch: perlio
23795           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
23796           !> (integrate 35 files)
23797 ____________________________________________________________________________
23798 [  9567] By: jhi                                   on 2001/04/05  18:31:45
23799         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
23800              From: Robin Houston <robin@kitsite.com>
23801              Date: Thu, 5 Apr 2001 18:03:23 +0100
23802              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
23803      Branch: perl
23804            ! ext/B/B/Deparse.pm
23805 ____________________________________________________________________________
23806 [  9566] By: jhi                                   on 2001/04/05  18:29:35
23807         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
23808              From: Robin Houston <robin@kitsite.com>
23809              Date: Thu, 5 Apr 2001 16:45:18 +0100
23810              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
23811      Branch: perl
23812            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
23813 ____________________________________________________________________________
23814 [  9565] By: jhi                                   on 2001/04/05  18:24:23
23815         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
23816              From: Robin Houston <robin@kitsite.com>
23817              Date: Thu, 5 Apr 2001 14:50:09 +0100
23818              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
23819      Branch: perl
23820            ! ext/B/B/Deparse.pm
23821 ____________________________________________________________________________
23822 [  9564] By: jhi                                   on 2001/04/05  18:23:03
23823         Log: Subject: [PATCH B::*] print control-character vars readably
23824              From: Robin Houston <robin@kitsite.com>
23825              Date: Thu, 5 Apr 2001 14:27:38 +0100
23826              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
23827              
23828              Needs EBCDICification.
23829      Branch: perl
23830            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
23831            ! ext/B/B/Terse.pm
23832 ____________________________________________________________________________
23833 [  9563] By: jhi                                   on 2001/04/05  18:20:32
23834         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
23835              Date: Thu, 5 Apr 2001 13:21:42 -0400
23836              From: Paul Schinder <schinder@pobox.com>
23837              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
23838              
23839              Mac OS X (Darwin) has extra pwent fields.
23840      Branch: perl
23841            ! t/op/pwent.t
23842 ____________________________________________________________________________
23843 [  9562] By: jhi                                   on 2001/04/05  17:57:51
23844         Log: Regen toc.
23845      Branch: perl
23846            ! pod/perltoc.pod
23847 ____________________________________________________________________________
23848 [  9561] By: jhi                                   on 2001/04/05  17:47:33
23849         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
23850      Branch: metaconfig
23851            ! U/Glossary.patch
23852      Branch: metaconfig/U/perl
23853            + d_u32align.U
23854            ! d_cmsghdr_s.U d_msghdr_s.U
23855 ____________________________________________________________________________
23856 [  9560] By: jhi                                   on 2001/04/05  17:47:01
23857         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
23858              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
23859              Introduce probes for struct msghdr, struct cmsghdr,
23860              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
23861              ualarm, usleep, for possible later extension work.
23862      Branch: perl
23863            + t/lib/md5-align.t
23864            ! Configure MANIFEST Porting/Glossary Porting/config.sh
23865            ! Porting/config_H config_h.SH configure.com epoc/config.sh
23866            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
23867            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
23868            ! vos/config.ga.h win32/config.bc win32/config.gc
23869            ! win32/config.vc
23870 ____________________________________________________________________________
23871 [  9559] By: jhi                                   on 2001/04/05  13:03:04
23872         Log: Be traditional in your cpp (for the Errno extension).
23873      Branch: perl
23874            ! hints/darwin.sh
23875 ____________________________________________________________________________
23876 [  9558] By: jhi                                   on 2001/04/05  13:00:05
23877         Log: Add $Config{cppflags} to the gcc incantation.
23878      Branch: perl
23879            ! ext/Errno/Errno_pm.PL
23880 ____________________________________________________________________________
23881 [  9557] By: jhi                                   on 2001/04/05  04:22:39
23882         Log: Introduce Sean Burke's Class::ISA 0.32.
23883      Branch: perl
23884            + lib/Class/ISA.pm t/lib/class-isa.t
23885            ! MANIFEST
23886 ____________________________________________________________________________
23887 [  9556] By: jhi                                   on 2001/04/05  04:09:50
23888         Log: Subject: [PATCH AUTHORS] Housekeeping
23889              From: Paul Johnson <paul@pjcj.net> 
23890              Date: Wed, 4 Apr 2001 22:45:47 +0200
23891              Message-ID: <20010404224547.D9548@pjcj.net>
23892      Branch: perl
23893            ! AUTHORS
23894 ____________________________________________________________________________
23895 [  9555] By: jhi                                   on 2001/04/05  04:06:33
23896         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
23897              From: Gisle Aas <gisle@ActiveState.com>
23898              Date: 04 Apr 2001 14:23:04 -0700
23899              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
23900      Branch: perl
23901            ! pod/perlfaq9.pod
23902 ____________________________________________________________________________
23903 [  9554] By: jhi                                   on 2001/04/05  04:05:49
23904         Log: Downgrade also the "Wide character" diagnostic.
23905      Branch: perl
23906            ! pod/perldiag.pod
23907 ____________________________________________________________________________
23908 [  9553] By: jhi                                   on 2001/04/05  04:00:33
23909         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
23910              maintperl into mainline.
23911              
23912              "double" should be "NV"; standard typemap is missing entry
23913              for NV
23914              
23915              s/djSP/dSP/
23916              
23917              Downgrade "Wide character in print" to a warning.
23918              
23919              B::Deparse fix for ${^FOO} and documentation for PVX() method
23920              (from Robin Houston)
23921              
23922              tr/// doesn't null-terminate the result in some situations
23923              (from Gisle Aas)
23924      Branch: perl
23925           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
23926           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
23927           !> t/io/utf8.t t/op/tr.t
23928 ____________________________________________________________________________
23929 [  9552] By: jhi                                   on 2001/04/05  03:52:50
23930         Log: Retract changes #9542 and #9538 (from maintperl, integrated
23931              at #9540), shouldn't be needed because of the perlio changes.
23932      Branch: perl
23933            ! util.c
23934 ____________________________________________________________________________
23935 [  9551] By: gsar                                  on 2001/04/05  00:18:34
23936         Log: tr/// doesn't null-terminate the result in some situations
23937              (from Gisle Aas)
23938      Branch: maint-5.6/perl
23939            ! doop.c t/op/tr.t
23940 ____________________________________________________________________________
23941 [  9550] By: gsar                                  on 2001/04/04  20:04:17
23942         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
23943              (from Robin Houston)
23944      Branch: maint-5.6/perl
23945            ! ext/B/B.pm ext/B/B/Deparse.pm
23946 ____________________________________________________________________________
23947 [  9549] By: nick                                  on 2001/04/04  18:56:15
23948         Log: Downgrade "Wide character in print" to a warning.
23949      Branch: perlio
23950            ! doio.c t/io/utf8.t
23951 ____________________________________________________________________________
23952 [  9548] By: gsar                                  on 2001/04/04  18:51:49
23953         Log: integrate changes#9460,9462,9482,9521,9522
23954              
23955              Subject: PATCH: B::Debug should show LOOP-specific fields
23956              
23957              Subject: B::Deparse precedence bug. (Patch included.)
23958              
23959              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
23960              
23961              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
23962              
23963              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
23964      Branch: maint-5.6/perl
23965           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
23966           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
23967 ____________________________________________________________________________
23968 [  9547] By: gsar                                  on 2001/04/04  18:49:16
23969         Log: s/djSP/dSP/
23970      Branch: maint-5.6/perl
23971            ! ext/Thread/Thread.xs
23972 ____________________________________________________________________________
23973 [  9546] By: nick                                  on 2001/04/04  18:44:00
23974         Log: Integrate mainline.
23975      Branch: perlio
23976           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
23977           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
23978 ____________________________________________________________________________
23979 [  9545] By: gsar                                  on 2001/04/04  18:38:52
23980         Log: integrate change#8837 from mainline
23981              
23982              Subject: [patch] -Wall cleanup round 2
23983      Branch: maint-5.6/perl
23984           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
23985           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
23986           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
23987           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
23988           !> ext/SDBM_File/SDBM_File.xs
23989 ____________________________________________________________________________
23990 [  9544] By: gsar                                  on 2001/04/04  17:49:57
23991         Log: "double" should be "NV"; standard typemap is missing entry
23992              for NV
23993      Branch: maint-5.6/perl
23994            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
23995 ____________________________________________________________________________
23996 [  9543] By: jhi                                   on 2001/04/04  14:13:18
23997         Log: Thou shalt not (just) match for English error messages.
23998      Branch: perl
23999            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
24000            ! os2/OS2/Process/Process.pm
24001 ____________________________________________________________________________
24002 [  9542] By: jhi                                   on 2001/04/04  13:20:39
24003         Log: Make the stdio tricks of fflush_all() to exist only if
24004              stdio is being used.
24005      Branch: perl
24006            ! util.c
24007 ____________________________________________________________________________
24008 [  9541] By: jhi                                   on 2001/04/04  04:20:24
24009         Log: Subject: Re: [PATCH] Lighten up glob
24010              From: Benjamin Sugars <bsugars@canoe.ca>
24011              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
24012              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
24013      Branch: perl
24014            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
24015            ! util.c
24016 ____________________________________________________________________________
24017 [  9540] By: jhi                                   on 2001/04/04  04:03:57
24018         Log: Integrate changes #9538,9539 from maintperl into mainline.
24019              
24020              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
24021              for use with _fwalk() (fix for change#7705)
24022              
24023              another tweak needed for SunOS 4.1.x build (from Mike Guy)
24024              (cp -f is not portable)
24025      Branch: perl
24026           !> Makefile.SH util.c
24027 ____________________________________________________________________________
24028 [  9539] By: gsar                                  on 2001/04/04  03:01:14
24029         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
24030      Branch: maint-5.6/perl
24031            ! Makefile.SH
24032 ____________________________________________________________________________
24033 [  9538] By: gsar                                  on 2001/04/04  01:00:38
24034         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
24035              for use with _fwalk() (fix for change#7705)
24036      Branch: maint-5.6/perl
24037            ! util.c
24038 ____________________________________________________________________________
24039 [  9537] By: nick                                  on 2001/04/03  19:24:55
24040         Log: Integrate mainline
24041      Branch: perlio
24042           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
24043           +> lib/unicode/PropList.html
24044            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
24045           !> (integrate 69 files)
24046 ____________________________________________________________________________
24047 [  9536] By: jhi                                   on 2001/04/03  18:02:31
24048         Log: Integrate change #9533 from maintperl into mainline.
24049              
24050              better fix for change#9517 to accomodate UNC paths like
24051              \\server\share\foo, and paths with trailing backslash
24052              like c:\this\
24053      Branch: perl
24054           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
24055 ____________________________________________________________________________
24056 [  9535] By: jhi                                   on 2001/04/03  17:58:07
24057         Log: Change the push/unshift warning to be of class syntax, not misc.
24058      Branch: perl
24059            ! op.c pod/perldiag.pod t/pragma/warn/op
24060 ____________________________________________________________________________
24061 [  9534] By: jhi                                   on 2001/04/03  15:03:46
24062         Log: Change the push/unshift warning (#9532) to talk about "no values"
24063              instead of "no arguments".
24064      Branch: perl
24065            ! op.c pod/perldiag.pod t/pragma/warn/op
24066 ____________________________________________________________________________
24067 [  9533] By: gsar                                  on 2001/04/03  14:30:07
24068         Log: better fix for change#9517 to accomodate UNC paths like
24069              \\server\share\foo, and paths with trailing backslash
24070              like c:\this\
24071      Branch: maint-5.6/perl
24072            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
24073 ____________________________________________________________________________
24074 [  9532] By: jhi                                   on 2001/04/03  13:11:46
24075         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
24076              From: Robin Houston <robin@kitsite.com>
24077              Date: Mon, 2 Apr 2001 15:03:29 +0100
24078              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
24079      Branch: perl
24080            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
24081 ____________________________________________________________________________
24082 [  9531] By: jhi                                   on 2001/04/03  13:06:34
24083         Log: Integrate change #9530 from maintperl into mainline.
24084              
24085              accomodate VMS "mailbox overflow" quirk in testsuite (from
24086              Craig Berry)
24087      Branch: perl
24088           !> t/lib/socket.t
24089 ____________________________________________________________________________
24090 [  9530] By: gsar                                  on 2001/04/03  04:56:41
24091         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
24092              Craig Berry)
24093      Branch: maint-5.6/perl
24094            ! t/lib/socket.t
24095 ____________________________________________________________________________
24096 [  9529] By: jhi                                   on 2001/04/03  02:34:34
24097         Log: Update Changes.
24098      Branch: perl
24099            ! Changes patchlevel.h
24100 ____________________________________________________________________________
24101 [  9528] By: jhi                                   on 2001/04/03  01:27:57
24102         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
24103              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
24104              To: perl5-porters@perl.org
24105              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
24106      Branch: perl
24107            ! pod/perlfaq3.pod
24108 ____________________________________________________________________________
24109 [  9527] By: jhi                                   on 2001/04/03  01:22:09
24110         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
24111              From: Peter Prymmer <pvhp@forte.com>
24112              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
24113              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
24114      Branch: perl
24115            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
24116 ____________________________________________________________________________
24117 [  9526] By: jhi                                   on 2001/04/03  01:18:25
24118         Log: The metaconfig unit changes for #9525.
24119      Branch: metaconfig
24120            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
24121      Branch: metaconfig/U/perl
24122            ! use64bits.U
24123 ____________________________________________________________________________
24124 [  9525] By: jhi                                   on 2001/04/03  01:17:30
24125         Log: Configure sanity checks:
24126              * if use64bitall is attempted but pointers are only 32-bit,
24127              'downgrade' to use64bitint
24128              * if use64bitint is attempted but there's no quad type,
24129              forget about use64bitint (well, the default for it is 'n',
24130              the user can still override this)
24131              * if pointers are 64 bits, do not try to use Perl's malloc
24132      Branch: perl
24133            ! Configure
24134 ____________________________________________________________________________
24135 [  9524] By: gsar                                  on 2001/04/03  01:09:12
24136         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
24137      Branch: maint-5.6/perl
24138            ! pp_sys.c
24139 ____________________________________________________________________________
24140 [  9523] By: jhi                                   on 2001/04/03  00:02:31
24141         Log: (Retracted by #9609)
24142              
24143              Make it harder for parallel makes to enter 'test' before
24144              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
24145              should be unhappy enough, but sometimes parallel makes seem
24146              to sneak past both in Tru64 and AIX.)
24147      Branch: perl
24148            ! Makefile.SH
24149 ____________________________________________________________________________
24150 [  9522] By: jhi                                   on 2001/04/02  22:35:31
24151         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
24152              Date: Mon, 2 Apr 2001 22:54:10 +0100
24153              From: Robin Houston <robin@kitsite.com>
24154              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
24155      Branch: perl
24156            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
24157 ____________________________________________________________________________
24158 [  9521] By: jhi                                   on 2001/04/02  22:32:23
24159         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
24160              From: Robin Houston <robin@kitsite.com>
24161              Date: Mon, 2 Apr 2001 20:24:03 +0100
24162              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
24163      Branch: perl
24164            ! ext/B/B/Concise.pm
24165 ____________________________________________________________________________
24166 [  9520] By: jhi                                   on 2001/04/02  22:30:43
24167         Log: Subject: [PATCH] REALLY pedantic hv.h nit
24168              From: Simon Cozens <simon@netthink.co.uk>
24169              Date: Mon, 2 Apr 2001 15:43:06 +0100
24170              Message-ID: <20010402154306.A21711@netthink.co.uk>
24171      Branch: perl
24172            ! hv.h
24173 ____________________________________________________________________________
24174 [  9519] By: jhi                                   on 2001/04/02  22:28:04
24175         Log: Based on
24176              
24177              Subject: [foolperl] EPOC fix
24178              From: Olaf Flebbe <O.Flebbe@science-computing.de>
24179              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
24180              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
24181      Branch: perl
24182            ! pp_sys.c
24183 ____________________________________________________________________________
24184 [  9518] By: jhi                                   on 2001/04/02  22:22:34
24185         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
24186              
24187              README.win32 tweaks; add a note about alternative location for
24188              getting a gcc-2.95.2 that will build perl properly on windows
24189              
24190              add some notes about gutsy threading matters
24191              
24192              many of the utilities interpolate literal paths within doublequotes
24193              (fails on dosish platforms where path contains backslashes)
24194      Branch: perl
24195           !> README.win32 pod/perlguts.pod utils/perldoc.PL
24196           !> x2p/find2perl.PL x2p/s2p.PL
24197 ____________________________________________________________________________
24198 [  9517] By: gsar                                  on 2001/04/02  19:52:21
24199         Log: many of the utilities interpolate literal paths within doublequotes
24200              (fails on dosish platforms where path contains backslashes)
24201      Branch: maint-5.6/perl
24202            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
24203 ____________________________________________________________________________
24204 [  9516] By: gsar                                  on 2001/04/02  05:49:37
24205         Log: a foolish release
24206      Branch: maint-5.6/perl
24207            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
24208            ! pod/perltoc.pod
24209 ____________________________________________________________________________
24210 [  9515] By: gsar                                  on 2001/04/02  05:04:29
24211         Log: add missing changelog summaries
24212      Branch: maint-5.6/perl
24213            ! Changes
24214 ____________________________________________________________________________
24215 [  9514] By: gsar                                  on 2001/04/02  04:07:13
24216         Log: add some notes about gutsy threading matters
24217      Branch: maint-5.6/perl
24218            ! pod/perlguts.pod
24219 ____________________________________________________________________________
24220 [  9513] By: gsar                                  on 2001/04/02  03:25:21
24221         Log: add more prominent caveat notices about experimental features
24222      Branch: maint-5.6/perl
24223            ! pod/perlfork.pod pod/perlunicode.pod
24224 ____________________________________________________________________________
24225 [  9512] By: gsar                                  on 2001/04/02  02:54:33
24226         Log: integrate changes#9479,9509 from mainline
24227              
24228              [PATCH] File::Glob stuff for Mac OS
24229              
24230              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
24231      Branch: maint-5.6/perl
24232           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
24233           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
24234           !> t/lib/glob-taint.t
24235 ____________________________________________________________________________
24236 [  9511] By: gsar                                  on 2001/04/02  02:38:24
24237         Log: README.win32 tweaks; add a note about alternative location for
24238              getting a gcc-2.95.2 that will build perl properly on windows
24239      Branch: maint-5.6/perl
24240            ! README.win32
24241 ____________________________________________________________________________
24242 [  9510] By: jhi                                   on 2001/04/01  20:45:10
24243         Log: An ambiguosity warning.
24244      Branch: perl
24245            ! t/lib/trig.t
24246 ____________________________________________________________________________
24247 [  9509] By: jhi                                   on 2001/04/01  19:53:47
24248         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
24249              From: Jonathan Stowe <gellyfish@gellyfish.com>
24250              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
24251              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
24252      Branch: perl
24253            ! ext/File/Glob/bsd_glob.c
24254 ____________________________________________________________________________
24255 [  9508] By: jhi                                   on 2001/04/01  19:35:03
24256         Log: Update Changes.
24257      Branch: perl
24258            ! Changes patchlevel.h
24259 ____________________________________________________________________________
24260 [  9507] By: jhi                                   on 2001/04/01  19:24:01
24261         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
24262              from mainline to maintperl: pod tweaks.
24263      Branch: maint-5.6/perl
24264           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
24265           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
24266           !> pod/perlvar.pod
24267 ____________________________________________________________________________
24268 [  9506] By: jhi                                   on 2001/04/01  19:11:53
24269         Log: Commit Sarathy to April release of 5.6.1 :-)
24270      Branch: perl
24271            ! pod/perlfaq1.pod
24272 ____________________________________________________________________________
24273 [  9505] By: jhi                                   on 2001/04/01  19:03:15
24274         Log: Subject: PATCH 5.6.0 (perldebug.pod)
24275              From: Mark-Jason Dominus <mjd@plover.com>
24276              Date: Sun, 01 Apr 2001 14:25:11 -0400
24277              Message-ID: <20010401182511.9247.qmail@plover.com>
24278      Branch: perl
24279            ! pod/perldebug.pod
24280 ____________________________________________________________________________
24281 [  9504] By: jhi                                   on 2001/04/01  18:43:09
24282         Log: Add great_circle_direction().
24283      Branch: perl
24284            ! lib/Math/Trig.pm t/lib/trig.t
24285 ____________________________________________________________________________
24286 [  9503] By: jhi                                   on 2001/04/01  17:29:12
24287         Log: Unicode ReadMe update for Unicode 3.1.
24288      Branch: perl
24289            ! lib/unicode/ReadMe.txt
24290 ____________________________________________________________________________
24291 [  9502] By: jhi                                   on 2001/04/01  17:18:40
24292         Log: Integrate change #9501 from maintperl into mainline.
24293              
24294              fix the perlembed notes on multiple interpreters
24295              
24296              fix ExtUtils::Embed to work passably on Windows
24297      Branch: perl
24298           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
24299 ____________________________________________________________________________
24300 [  9501] By: gsar                                  on 2001/04/01  07:21:57
24301         Log: fix the perlembed notes on multiple interpreters
24302              
24303              fix ExtUtils::Embed to work passably on Windows
24304      Branch: maint-5.6/perl
24305            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
24306 ____________________________________________________________________________
24307 [  9500] By: jhi                                   on 2001/04/01  05:58:23
24308         Log: Test for #9499.
24309      Branch: perl
24310            ! t/op/tr.t
24311 ____________________________________________________________________________
24312 [  9499] By: jhi                                   on 2001/04/01  05:55:46
24313         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
24314      Branch: perl
24315            ! embed.h embed.pl op.c proto.h
24316 ____________________________________________________________________________
24317 [  9498] By: jhi                                   on 2001/04/01  05:44:34
24318         Log: Protect the workaround hunk more.
24319      Branch: perl
24320            ! toke.c
24321 ____________________________________________________________________________
24322 [  9497] By: jhi                                   on 2001/04/01  00:24:25
24323         Log: Integrate changes #9493,9494,9495,9496 from maintperl
24324              into mainline.
24325              
24326              fix a broken workaround for Borland compiler in change#4739
24327              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
24328              
24329              nits spotted by Borland compiler
24330              
24331              avoid redefinition warnings under Borland 5.02
24332              
24333              various nits identified by the Borland 5.5 compiler; remove suppression
24334              of a few warnings
24335      Branch: perl
24336           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
24337           !> win32/win32.h
24338 ____________________________________________________________________________
24339 [  9496] By: gsar                                  on 2001/03/31  23:22:28
24340         Log: various nits identified by the Borland 5.5 compiler; remove suppression
24341              of a few warnings
24342      Branch: maint-5.6/perl
24343            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
24344 ____________________________________________________________________________
24345 [  9495] By: gsar                                  on 2001/03/31  21:03:08
24346         Log: avoid redefinition warnings under Borland 5.02
24347      Branch: maint-5.6/perl
24348            ! win32/makefile.mk
24349 ____________________________________________________________________________
24350 [  9494] By: gsar                                  on 2001/03/31  20:18:59
24351         Log: nits spotted by Borland compiler
24352      Branch: maint-5.6/perl
24353            ! utf8.h win32/win32.h
24354 ____________________________________________________________________________
24355 [  9493] By: gsar                                  on 2001/03/31  20:18:05
24356         Log: fix a broken workaround for Borland compiler in change#4739
24357              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
24358      Branch: maint-5.6/perl
24359            ! toke.c
24360 ____________________________________________________________________________
24361 [  9492] By: jhi                                   on 2001/03/31  18:36:24
24362         Log: Integrate change #9491 from maintperl into mainline.
24363              
24364              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
24365              directory is relative (need to fetch the full path name *before*
24366              the chdir!)
24367      Branch: perl
24368           !> lib/Cwd.pm
24369 ____________________________________________________________________________
24370 [  9491] By: gsar                                  on 2001/03/31  17:01:56
24371         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
24372              directory is relative (need to fetch the full path name *before*
24373              the chdir!)
24374              
24375              this is a followup patch for change#6749
24376      Branch: maint-5.6/perl
24377            ! lib/Cwd.pm
24378 ____________________________________________________________________________
24379 [  9490] By: jhi                                   on 2001/03/31  15:50:18
24380         Log: Subject: Re: [PATCH] av.h cosmetics
24381              From: Simon Cozens <simon@netthink.co.uk>
24382              Date: Sat, 31 Mar 2001 13:09:59 +0100
24383              Message-ID: <20010331130959.A22000@netthink.co.uk>
24384              
24385              Document AvALLOC.
24386      Branch: perl
24387            ! pod/perlguts.pod
24388 ____________________________________________________________________________
24389 [  9489] By: jhi                                   on 2001/03/31  15:48:44
24390         Log: Subject: [PATCH] Re: Math::Big* v1.21
24391              From: Tels <perl_dummy@bloodgate.com>
24392              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
24393              Message-Id: <200103311125.GAA377738@www08.hway.net>
24394      Branch: perl
24395            ! pod/perlop.pod
24396 ____________________________________________________________________________
24397 [  9488] By: jhi                                   on 2001/03/31  03:39:51
24398         Log: Debug output tweak.
24399      Branch: perl
24400            ! t/lib/cwd.t
24401 ____________________________________________________________________________
24402 [  9487] By: jhi                                   on 2001/03/31  03:33:02
24403         Log: OverVMSification.
24404      Branch: perl
24405            ! t/lib/cwd.t
24406 ____________________________________________________________________________
24407 [  9486] By: jhi                                   on 2001/03/31  03:01:40
24408         Log: Missed MANIFESTations in #9483.
24409      Branch: perl
24410            ! MANIFEST
24411 ____________________________________________________________________________
24412 [  9485] By: jhi                                   on 2001/03/31  02:58:17
24413         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
24414              From: Peter Prymmer <pvhp@forte.com>
24415              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
24416              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
24417      Branch: perl
24418            ! regexec.c t/lib/cwd.t
24419 ____________________________________________________________________________
24420 [  9484] By: jhi                                   on 2001/03/31  01:04:41
24421         Log: Obsolete file (see #3938)
24422      Branch: perl
24423            - lib/unicode/README.Ethiopic
24424            ! MANIFEST
24425 ____________________________________________________________________________
24426 [  9483] By: jhi                                   on 2001/03/31  00:52:42
24427         Log: Update to Unicode 3.1.
24428              (Rename Names.txt to NamesList.txt.)
24429      Branch: perl
24430            + lib/unicode/NamesList.txt lib/unicode/PropList.html
24431            - lib/unicode/Names.txt
24432            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
24433            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
24434            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
24435            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
24436            ! lib/unicode/UCD.html lib/unicode/Unicode.html
24437            ! lib/unicode/rename lib/unicode/version
24438 ____________________________________________________________________________
24439 [  9482] By: jhi                                   on 2001/03/30  23:33:44
24440         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
24441              From: Robin Houston <robin@kitsite.com>
24442              Date: Fri, 30 Mar 2001 20:07:22 +0100
24443              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
24444      Branch: perl
24445            ! ext/B/B/Deparse.pm
24446 ____________________________________________________________________________
24447 [  9481] By: jhi                                   on 2001/03/30  23:20:25
24448         Log: Subject: Re: [PATCH] CwdXS, Take 2
24449              From: Benjamin Sugars <bsugars@canoe.ca>
24450              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
24451              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
24452      Branch: perl
24453            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
24454            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
24455 ____________________________________________________________________________
24456 [  9480] By: jhi                                   on 2001/03/30  22:52:38
24457         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
24458              From: David Dyck <dcd@tc.fluke.com>
24459              Date: Fri, 30 Mar 2001 14:44:13 -0800
24460              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
24461              
24462              The t/rantests flags file creation was accidentally
24463              removed by #9217.
24464      Branch: perl
24465            ! Makefile.SH
24466 ____________________________________________________________________________
24467 [  9479] By: jhi                                   on 2001/03/30  22:45:45
24468         Log: Subject: [PATCH] File::Glob stuff for Mac OS
24469              From: Chris Nandor <pudge@pobox.com>
24470              Date: Fri, 30 Mar 2001 16:51:00 -0500
24471              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
24472      Branch: perl
24473            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
24474            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
24475            ! t/lib/glob-taint.t
24476 ____________________________________________________________________________
24477 [  9478] By: jhi                                   on 2001/03/30  22:43:12
24478         Log: Subject: fix for win32/buildext.pl
24479              From: "Vadim Konovalov" <watman@inbox.ru>
24480              Date: Sat, 31 Mar 2001 00:50:36 +0400
24481              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
24482      Branch: perl
24483            ! win32/buildext.pl
24484 ____________________________________________________________________________
24485 [  9477] By: jhi                                   on 2001/03/30  22:41:16
24486         Log: Subject: small base.pm doc patch
24487              From: Leon Brocard <acme@astray.com>
24488              Date: Fri, 30 Mar 2001 21:49:57 +0100
24489              Message-ID: <20010330214957.B8733@ns0.astray.com>
24490      Branch: perl
24491            ! lib/base.pm
24492 ____________________________________________________________________________
24493 [  9476] By: jhi                                   on 2001/03/30  18:16:57
24494         Log: Subject: [PATCH] av.h cosmetics
24495              From: Simon Cozens <simon@netthink.co.uk>
24496              Date: Fri, 30 Mar 2001 18:12:28 +0100
24497              Message-ID: <20010330181228.A9319@netthink.co.uk>
24498      Branch: perl
24499            ! av.h
24500 ____________________________________________________________________________
24501 [  9475] By: jhi                                   on 2001/03/30  18:15:50
24502         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
24503              From: "Philip Newton" <pnewton@gmx.de>
24504              Date: Fri, 30 Mar 2001 19:06:57 +0200
24505              Message-ID: <3AC4D951.14815.1AC7068@localhost>
24506      Branch: perl
24507            ! pod/perlhack.pod
24508 ____________________________________________________________________________
24509 [  9474] By: jhi                                   on 2001/03/30  18:14:02
24510         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
24511              From: Benjamin Sugars <bsugars@canoe.ca>
24512              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
24513              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
24514      Branch: perl
24515            ! t/lib/glob-basic.t
24516 ____________________________________________________________________________
24517 [  9473] By: jhi                                   on 2001/03/30  16:09:24
24518         Log: Update Changes.
24519      Branch: perl
24520            ! Changes patchlevel.h
24521 ____________________________________________________________________________
24522 [  9472] By: jhi                                   on 2001/03/30  15:16:08
24523         Log: Integrate perlio.
24524      Branch: perl
24525           !> t/lib/cwd.t t/lib/glob-basic.t
24526 ____________________________________________________________________________
24527 [  9471] By: nick                                  on 2001/03/30  14:47:10
24528         Log: Should be (^O eq 'MSWin32') not 'Win32'
24529              Fail #12 seems real - chdir is in wrong dir.
24530      Branch: perlio
24531            ! t/lib/cwd.t
24532 ____________________________________________________________________________
24533 [  9470] By: jhi                                   on 2001/03/30  14:41:11
24534         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
24535              From: Radu Greab <radu@netsoft.ro>
24536              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
24537              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
24538              
24539              Replace #9352.
24540      Branch: perl
24541            ! ext/Socket/Socket.xs pp_sys.c
24542 ____________________________________________________________________________
24543 [  9469] By: jhi                                   on 2001/03/30  14:37:51
24544         Log: Subject: PATCH pod/perldiag.pod
24545              From: Robin Houston <robin@kitsite.com>
24546              Date: Fri, 30 Mar 2001 14:10:36 +0100
24547              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
24548      Branch: perl
24549            ! pod/perldiag.pod t/lib/glob-basic.t
24550 ____________________________________________________________________________
24551 [  9468] By: jhi                                   on 2001/03/30  14:36:36
24552         Log: Subject: Better diagnostic in io/fs.t
24553              From: andreas.koenig@anima.de (Andreas J. Koenig)
24554              Date: 30 Mar 2001 10:11:43 +0200
24555              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
24556      Branch: perl
24557            ! t/io/fs.t
24558 ____________________________________________________________________________
24559 [  9467] By: nick                                  on 2001/03/30  14:25:43
24560         Log: Skip order test of glob if case-ignoring system cannot 
24561              create a.test and A.test
24562      Branch: perlio
24563            ! t/lib/glob-basic.t
24564 ____________________________________________________________________________
24565 [  9466] By: nick                                  on 2001/03/30  13:03:12
24566         Log: Integrate mainline.
24567      Branch: perlio
24568            - ext/re/hints/aix.pl
24569           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
24570           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
24571           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
24572           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
24573 ____________________________________________________________________________
24574 [  9465] By: jhi                                   on 2001/03/30  03:53:37
24575         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
24576              the tests sometimes hang, sometimes not.)
24577      Branch: perl
24578            ! t/lib/io_multihomed.t t/lib/io_sock.t
24579 ____________________________________________________________________________
24580 [  9464] By: jhi                                   on 2001/03/30  02:56:04
24581         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
24582              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
24583              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
24584              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
24585      Branch: perl
24586            ! op.c
24587 ____________________________________________________________________________
24588 [  9463] By: jhi                                   on 2001/03/30  02:34:48
24589         Log: Test for #9462.
24590      Branch: perl
24591            ! t/lib/b.t
24592 ____________________________________________________________________________
24593 [  9462] By: jhi                                   on 2001/03/30  02:29:37
24594         Log: Subject: B::Deparse precedence bug. (Patch included.)
24595              From: Jeremy Madea <jmadea@inktomi.com>
24596              Date: Thu, 29 Mar 2001 12:05:02 -0800
24597              Message-ID: <20010329120502.A24881@dr.inktomi.com>
24598      Branch: perl
24599            ! ext/B/B/Deparse.pm
24600 ____________________________________________________________________________
24601 [  9461] By: jhi                                   on 2001/03/30  02:18:41
24602         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
24603              From: Peter Prymmer <pvhp@forte.com>
24604              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
24605              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
24606      Branch: perl
24607            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
24608            ! t/lib/md5-file.t
24609 ____________________________________________________________________________
24610 [  9460] By: jhi                                   on 2001/03/30  02:17:07
24611         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
24612              From: Robin Houston <robin@kitsite.com>
24613              Date: Thu, 29 Mar 2001 20:47:56 +0100
24614              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
24615      Branch: perl
24616            ! ext/B/B/Debug.pm
24617 ____________________________________________________________________________
24618 [  9459] By: jhi                                   on 2001/03/30  02:16:05
24619         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
24620              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
24621              Date: Wed, 28 Mar 2001 18:02:20 -0600
24622              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
24623      Branch: perl
24624            ! lib/ExtUtils/MM_VMS.pm
24625 ____________________________________________________________________________
24626 [  9458] By: jhi                                   on 2001/03/30  02:07:58
24627         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
24628              From: "Joshua E. Rodd" <jrodd@pbs.org>
24629              Date: Wed, 28 Mar 2001 17:29:12 -0500
24630              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
24631      Branch: perl
24632            ! pod/perlop.pod
24633 ____________________________________________________________________________
24634 [  9457] By: jhi                                   on 2001/03/30  02:04:33
24635         Log: Subject: ext/re/aix.pl can go
24636              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24637              Date: Thu, 29 Mar 2001 12:03:28 +0200
24638              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
24639      Branch: perl
24640            - ext/re/hints/aix.pl
24641            ! MANIFEST
24642 ____________________________________________________________________________
24643 [  9456] By: jhi                                   on 2001/03/30  02:03:32
24644         Log: Integrate perlio.
24645      Branch: perl
24646           !> ext/Encode/Encode.xs installperl
24647 ____________________________________________________________________________
24648 [  9455] By: nick                                  on 2001/03/29  21:11:46
24649         Log: DLL name has changed so installperl needs to know
24650              (Why isn't it working it out or passed it?)
24651      Branch: perlio
24652            ! installperl
24653 ____________________________________________________________________________
24654 [  9454] By: nick                                  on 2001/03/29  20:56:12
24655         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
24656              and we don't get undef warnings.
24657      Branch: perlio
24658            ! ext/Encode/Encode.xs
24659 ____________________________________________________________________________
24660 [  9453] By: nick                                  on 2001/03/29  17:58:48
24661         Log: Integrate mainline
24662      Branch: perlio
24663           !> Changes patchlevel.h
24664 ____________________________________________________________________________
24665 [  9452] By: jhi                                   on 2001/03/29  16:44:55
24666         Log: Update Changes.
24667      Branch: perl
24668            ! Changes patchlevel.h
24669 ____________________________________________________________________________
24670 [  9451] By: nick                                  on 2001/03/29  16:31:38
24671         Log: Integrate mainline
24672      Branch: perlio
24673           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
24674           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
24675           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
24676           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
24677           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
24678 ____________________________________________________________________________
24679 [  9450] By: jhi                                   on 2001/03/29  16:29:17
24680         Log: Integrate perlio.
24681      Branch: perl
24682           !> win32/buildext.pl
24683 ____________________________________________________________________________
24684 [  9449] By: jhi                                   on 2001/03/29  15:50:01
24685         Log: Update Changes.
24686      Branch: perl
24687            ! Changes patchlevel.h
24688 ____________________________________________________________________________
24689 [  9448] By: nick                                  on 2001/03/29  15:47:15
24690         Log: Make sure buildext.pl finds Errno.pm
24691      Branch: perlio
24692            ! win32/buildext.pl
24693 ____________________________________________________________________________
24694 [  9447] By: jhi                                   on 2001/03/29  15:39:34
24695         Log: Integrate perlio.
24696      Branch: perl
24697           !> win32/makefile.mk
24698 ____________________________________________________________________________
24699 [  9446] By: nick                                  on 2001/03/29  15:30:03
24700         Log: Integrate win32/makefile.mk with mainline.
24701      Branch: perlio
24702           !> win32/makefile.mk
24703 ____________________________________________________________________________
24704 [  9445] By: nick                                  on 2001/03/29  15:27:32
24705         Log: Fix breakage ... 
24706      Branch: perlio
24707            ! win32/makefile.mk
24708 ____________________________________________________________________________
24709 [  9444] By: jhi                                   on 2001/03/29  15:03:08
24710         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
24711              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
24712              Date: Thu, 29 Mar 2001 10:32:59 +0400
24713              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
24714      Branch: perl
24715            ! win32/makefile.mk
24716 ____________________________________________________________________________
24717 [  9443] By: jhi                                   on 2001/03/29  15:02:12
24718         Log: Integrate perlio.
24719      Branch: perl
24720           +> win32/buildext.pl
24721           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
24722           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
24723 ____________________________________________________________________________
24724 [  9442] By: nick                                  on 2001/03/29  14:59:11
24725         Log: Work in progress - determine win32 extensions to build via script.
24726      Branch: perlio
24727            + win32/buildext.pl
24728            ! MANIFEST win32/makefile.mk
24729 ____________________________________________________________________________
24730 [  9441] By: jhi                                   on 2001/03/29  14:51:47
24731         Log: Reintroduce the use of external pwd.
24732      Branch: perl
24733            ! t/lib/cwd.t
24734 ____________________________________________________________________________
24735 [  9440] By: jhi                                   on 2001/03/29  14:42:58
24736         Log: use warnings instead of -w.
24737      Branch: perl
24738            ! utils/h2xs.PL
24739 ____________________________________________________________________________
24740 [  9439] By: jhi                                   on 2001/03/29  14:41:52
24741         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
24742              From: Jonathan Stowe <gellyfish@gellyfish.com>
24743              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
24744              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
24745      Branch: perl
24746            ! utils/h2xs.PL
24747 ____________________________________________________________________________
24748 [  9438] By: jhi                                   on 2001/03/29  14:39:38
24749         Log: Subject: [PATCH perl@9424] minor pod nits
24750              From: Robin Barker <rmb1@cise.npl.co.uk>
24751              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
24752              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
24753      Branch: perl
24754            ! pod/perlhack.pod pod/perliol.pod
24755 ____________________________________________________________________________
24756 [  9437] By: jhi                                   on 2001/03/29  14:29:16
24757         Log: Subject: [PATCH perl@9424] typemap cast warning
24758              From: Robin Barker <rmb1@cise.npl.co.uk>
24759              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
24760              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
24761      Branch: perl
24762            ! lib/ExtUtils/typemap
24763 ____________________________________________________________________________
24764 [  9436] By: jhi                                   on 2001/03/29  14:26:03
24765         Log: Subject: [PATCH perl@9424] printf warning
24766              From: Robin Barker <rmb1@cise.npl.co.uk>
24767              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
24768              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
24769      Branch: perl
24770            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
24771            ! ext/Storable/Storable.xs toke.c
24772 ____________________________________________________________________________
24773 [  9435] By: nick                                  on 2001/03/29  14:23:31
24774         Log: Win32 has name conflict with ERROR
24775      Branch: perlio
24776            ! ext/PerlIO/Via/Via.xs
24777 ____________________________________________________________________________
24778 [  9434] By: jhi                                   on 2001/03/29  14:17:48
24779         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
24780              From: Peter Prymmer <pvhp@forte.com>
24781              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
24782              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
24783      Branch: perl
24784            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
24785 ____________________________________________________________________________
24786 [  9433] By: jhi                                   on 2001/03/29  13:52:44
24787         Log: test-prep target was missing.
24788      Branch: perl
24789            ! Makefile.SH
24790 ____________________________________________________________________________
24791 [  9432] By: nick                                  on 2001/03/29  12:40:03
24792         Log: Make as-shipped compiler default to MSVC6 
24793      Branch: perlio
24794            ! win32/makefile.mk
24795 ____________________________________________________________________________
24796 [  9431] By: nick                                  on 2001/03/29  12:12:16
24797         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
24798              akin to PerlIO::Scalar.
24799      Branch: perlio
24800            ! perlio.c perlio.h
24801 ____________________________________________________________________________
24802 [  9430] By: nick                                  on 2001/03/29  10:56:35
24803         Log: Integrate mainline.
24804      Branch: perlio
24805           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
24806           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
24807           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
24808           !> win32/makefile.mk win32/win32sck.c
24809 ____________________________________________________________________________
24810 [  9429] By: nick                                  on 2001/03/29  09:03:43
24811         Log: Noticed that two tests were skipped as perlio:: package
24812              isn't there any more. Changed the skip condition.
24813              Avoid core-dump if sv_utf8_upgrade() called on something
24814              that does not become SvPOK after SvPV() (e.g. a ref).
24815      Branch: perlio
24816            ! sv.c t/io/utf8.t t/lib/io_scalar.t
24817 ____________________________________________________________________________
24818 [  9428] By: jhi                                   on 2001/03/29  01:31:47
24819         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
24820              From: Benjamin Sugars <bsugars@canoe.ca> 
24821              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
24822              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
24823      Branch: perl
24824            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
24825            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
24826            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
24827 ____________________________________________________________________________
24828 [  9427] By: jhi                                   on 2001/03/29  00:49:30
24829         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
24830              From: "Vadim Konovalov" <watman@inbox.ru>
24831              Date: Thu, 29 Mar 2001 01:50:12 +0400
24832              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
24833      Branch: perl
24834            ! win32/makefile.mk win32/win32sck.c
24835 ____________________________________________________________________________
24836 [  9426] By: gsar                                  on 2001/03/29  00:28:04
24837         Log: dmake can only handle == and != in comparisons; support building
24838              with Borland's VCL libraries (from Vadim Konovalov)
24839      Branch: maint-5.6/perl
24840            ! win32/makefile.mk
24841 ____________________________________________________________________________
24842 [  9425] By: nick                                  on 2001/03/28  19:29:56
24843         Log: Integrate (@snapshot)
24844      Branch: perlio
24845           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
24846 ____________________________________________________________________________
24847 [  9424] By: jhi                                   on 2001/03/28  19:03:16
24848         Log: Update Changes.
24849      Branch: perl
24850            ! Changes patchlevel.h
24851 ____________________________________________________________________________
24852 [  9423] By: jhi                                   on 2001/03/28  18:52:09
24853         Log: Rmdir lib/XS on cleanup.
24854      Branch: perl
24855            ! Makefile.SH
24856 ____________________________________________________________________________
24857 [  9422] By: jhi                                   on 2001/03/28  18:49:34
24858         Log: Integrate perlio.
24859      Branch: perl
24860           !> t/op/utf8decode.t
24861 ____________________________________________________________________________
24862 [  9421] By: nick                                  on 2001/03/28  18:46:44
24863         Log: Loose duplicate chunk.
24864      Branch: perlio
24865            ! t/op/utf8decode.t
24866 ____________________________________________________________________________
24867 [  9420] By: nick                                  on 2001/03/28  18:44:11
24868         Log: Integrate mainline.
24869      Branch: perlio
24870           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
24871           !> vms/vmsish.h
24872 ____________________________________________________________________________
24873 [  9419] By: jhi                                   on 2001/03/28  18:42:05
24874         Log: Can't trust external pwds
24875              (either shell builtins or external programs)
24876      Branch: perl
24877            ! t/lib/cwd.t
24878 ____________________________________________________________________________
24879 [  9418] By: jhi                                   on 2001/03/28  18:34:05
24880         Log: Integrate perlio.
24881      Branch: perl
24882            - lib/perlio.pm
24883           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
24884           !> t/op/utf8decode.t
24885 ____________________________________________________________________________
24886 [  9417] By: nick                                  on 2001/03/28  18:24:02
24887         Log: PerlIO.pm / perlio.pm conflict.
24888              Update some pods.
24889              Make t/op/utf8decode.t a text file.
24890      Branch: perlio
24891            - lib/perlio.pm
24892            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
24893            ! t/op/utf8decode.t
24894 ____________________________________________________________________________
24895 [  9416] By: jhi                                   on 2001/03/28  18:06:07
24896         Log: Integrate change #9409 from mainline to maintperl.
24897              
24898              Yet another tweak on AIX dynaloading.
24899      Branch: maint-5.6/perl
24900           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
24901 ____________________________________________________________________________
24902 [  9415] By: gsar                                  on 2001/03/28  17:13:01
24903         Log: integrate changes#9377,9385,9401 from mainline
24904              
24905              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
24906              
24907              If directory entries compare equal case-insensitively,
24908              retry case-sensitively.
24909              
24910              Subject: [PATCH] B::Terse and warnings
24911      Branch: maint-5.6/perl
24912           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
24913           !> t/pragma/warn/perl
24914 ____________________________________________________________________________
24915 [  9414] By: jhi                                   on 2001/03/28  17:11:12
24916         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
24917              From: "Craig A. Berry" <craigberry@mac.com>
24918              Date: Wed, 28 Mar 2001 10:55:20 -0600
24919              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
24920      Branch: perl
24921            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
24922 ____________________________________________________________________________
24923 [  9413] By: jhi                                   on 2001/03/28  17:03:12
24924         Log: Dup hunk.
24925      Branch: perl
24926            ! t/op/utf8decode.t
24927 ____________________________________________________________________________
24928 [  9412] By: jhi                                   on 2001/03/28  17:02:36
24929         Log: Forced integrate from perlio.
24930      Branch: perl
24931           !> t/op/utf8decode.t
24932 ____________________________________________________________________________
24933 [  9411] By: nick                                  on 2001/03/28  16:50:03
24934         Log: Integrate mainline.
24935      Branch: perlio
24936           +> t/lib/cwd.t
24937           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
24938           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
24939           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
24940           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
24941           !> t/pragma/warn/perl
24942 ____________________________________________________________________________
24943 [  9410] By: jhi                                   on 2001/03/28  16:44:23
24944         Log: Subject: Re: [PATCH] 9403 cannot be tested
24945              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24946              Date: Wed, 28 Mar 2001 18:33:56 +0200
24947              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
24948      Branch: perl
24949            ! makedef.pl
24950 ____________________________________________________________________________
24951 [  9409] By: jhi                                   on 2001/03/28  16:12:45
24952         Log: Yet another tweak on AIX dynaloading.
24953      Branch: perl
24954            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
24955 ____________________________________________________________________________
24956 [  9408] By: jhi                                   on 2001/03/28  15:52:55
24957         Log: Subject: [PATCH] 9403 cannot be tested
24958              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
24959              Date: Wed, 28 Mar 2001 17:23:00 +0200
24960              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
24961              
24962              A missing symbol.
24963      Branch: perl
24964            ! makedef.pl
24965 ____________________________________________________________________________
24966 [  9407] By: jhi                                   on 2001/03/28  15:47:43
24967         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
24968      Branch: perl
24969            ! t/op/utf8decode.t
24970           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
24971           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
24972 ____________________________________________________________________________
24973 [  9406] By: jhi                                   on 2001/03/28  15:37:08
24974         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
24975              From: Benjamin Sugars <bsugars@canoe.ca> 
24976              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
24977              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
24978      Branch: perl
24979            + t/lib/cwd.t
24980            ! MANIFEST
24981 ____________________________________________________________________________
24982 [  9405] By: jhi                                   on 2001/03/28  15:13:18
24983         Log: pp_ne() needs a CORRECT boolean.
24984      Branch: perl
24985            ! pp.c
24986 ____________________________________________________________________________
24987 [  9404] By: jhi                                   on 2001/03/28  15:09:23
24988         Log: pp_ne() needs a boolean, not an integer.
24989      Branch: perl
24990            ! pp.c
24991 ____________________________________________________________________________
24992 [  9403] By: jhi                                   on 2001/03/28  14:47:43
24993         Log: (Retracted by #9404.)
24994      Branch: perl
24995            ! pp.c
24996 ____________________________________________________________________________
24997 [  9402] By: jhi                                   on 2001/03/28  14:43:59
24998         Log: Subject: Re: [PATCH] Typemap testing
24999              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
25000              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
25001              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
25002      Branch: perl
25003            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
25004            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
25005 ____________________________________________________________________________
25006 [  9401] By: jhi                                   on 2001/03/28  14:42:14
25007         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
25008              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
25009              Date: Sun, 25 Mar 2001 21:59:15 +0100
25010              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
25011              
25012              A variable will be checked for the "use once" warnings if:
25013              
25014              1. It is in the scope of a use warnings 'once'
25015              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
25016              
25017              Otherwise it won't be checked at all.
25018              
25019              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
25020              
25021              The enclosed patch partially fixes this issue. What I didn't
25022              get to work was the case where the "used once" warning is enabled
25023              in any file other than the main file.
25024      Branch: perl
25025            ! gv.c t/pragma/warn/perl
25026 ____________________________________________________________________________
25027 [  9400] By: nick                                  on 2001/03/28  14:38:24
25028         Log: More EBCDIC tweaks:
25029              - one more swash issue &~(0xA0-1) did not do the right thing,
25030              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
25031              - add "use re 'asciirange'" to make [!-~] etc. work
25032              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
25033              - Choose a key for t/op/each.t test which gets encoded.
25034              - Skip utf8decode if this is UTF-EBCDIC.
25035      Branch: perlio
25036            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
25037            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
25038 ____________________________________________________________________________
25039 [  9399] By: jhi                                   on 2001/03/28  14:21:00
25040         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
25041              Andreas Schwab.
25042      Branch: perl
25043            ! pp.c
25044 ____________________________________________________________________________
25045 [  9398] By: jhi                                   on 2001/03/28  00:55:56
25046         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
25047              From: David Dyck <dcd@tc.fluke.com>
25048              Date: Tue, 27 Mar 2001 15:16:24 -0800
25049              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
25050      Branch: perl
25051            ! ext/IO/lib/IO/Socket.pm
25052 ____________________________________________________________________________
25053 [  9397] By: jhi                                   on 2001/03/27  21:52:49
25054         Log: Integrate perlio.
25055      Branch: perl
25056           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
25057           +> ext/PerlIO/Via/Via.xs
25058           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
25059 ____________________________________________________________________________
25060 [  9396] By: nick                                  on 2001/03/27  21:45:13
25061         Log: Integrate mainline.
25062      Branch: perlio
25063           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
25064           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
25065 ____________________________________________________________________________
25066 [  9395] By: nick                                  on 2001/03/27  21:18:58
25067         Log: Outline docs for PerlIO and PerlIO::Scalar
25068      Branch: perlio
25069            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
25070 ____________________________________________________________________________
25071 [  9394] By: nick                                  on 2001/03/27  20:50:13
25072         Log: PerlIO::Via layer (alpha-ish).
25073      Branch: perlio
25074            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
25075            + ext/PerlIO/Via/Via.xs
25076            ! MANIFEST
25077 ____________________________________________________________________________
25078 [  9393] By: jhi                                   on 2001/03/27  20:49:55
25079         Log: Retract #9329 now that 9390 should take care of the matter.
25080      Branch: perl
25081            ! utils/h2xs.PL
25082 ____________________________________________________________________________
25083 [  9390] By: jhi                                   on 2001/03/27  20:47:50
25084         Log: Subject: Autoloading Errno.pm when %! is encountered
25085              From: Robin Houston <robin@kitsite.com>
25086              Date: Tue, 27 Mar 2001 20:57:11 +0100
25087              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
25088      Branch: perl
25089            ! embed.h embed.pl gv.c proto.h t/op/magic.t
25090 ____________________________________________________________________________
25091 [  9389] By: jhi                                   on 2001/03/27  20:24:31
25092         Log: Integrate perlio.
25093      Branch: perl
25094           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
25095           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
25096           !> utf8.c
25097 ____________________________________________________________________________
25098 [  9388] By: jhi                                   on 2001/03/27  20:21:38
25099         Log: Better have a three-element array if one is going to assign
25100              to the third element of that array. (from Tim Jenness)
25101      Branch: perl
25102            ! ext/XS/Typemap/Typemap.xs
25103 ____________________________________________________________________________
25104 [  9387] By: nick                                  on 2001/03/27  20:15:43
25105         Log: Integrate mainline.
25106      Branch: perlio
25107           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
25108           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
25109           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
25110           +> t/lib/xs-typemap.t
25111           !> (integrate 34 files)
25112 ____________________________________________________________________________
25113 [  9386] By: jhi                                   on 2001/03/27  20:04:18
25114         Log: Subject: Re: perl@9359 breaks HTML::Parser
25115              From: Gisle Aas <gisle@ActiveState.com>
25116              Date: 27 Mar 2001 11:30:24 -0800
25117              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
25118              
25119              Clarify the UTF-8 issues of the API docs.
25120              (Slightly reworded and expanded.)
25121      Branch: perl
25122            ! pod/perlapi.pod sv.c sv.h
25123 ____________________________________________________________________________
25124 [  9385] By: jhi                                   on 2001/03/27  19:44:25
25125         Log: If directory entries compare equal case-insensitively,
25126              retry case-sensitively.
25127      Branch: perl
25128            ! ext/File/Glob/bsd_glob.c
25129 ____________________________________________________________________________
25130 [  9384] By: nick                                  on 2001/03/27  19:38:50
25131         Log: Various EBCDIC fixes:
25132              - major revelation that swash code is encoding aware,
25133              (or thought it was) - now it is ;-)
25134              - With that out of the way fix a slab of tr/// cases.
25135              - Fix Encode 'Unicode' to be true Unicode so tests pass.
25136              - As anticipated Base64.xs needed tweaks.
25137              - Until tr/// works right avoid old_encode64 in MIME tests.
25138      Branch: perlio
25139            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
25140            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
25141 ____________________________________________________________________________
25142 [  9383] By: jhi                                   on 2001/03/27  18:34:41
25143         Log: Add the std test suite BEGIN block.
25144      Branch: perl
25145            ! t/lib/xs-typemap.t
25146 ____________________________________________________________________________
25147 [  9382] By: jhi                                   on 2001/03/27  15:16:07
25148         Log: Add debugging output to the test.
25149      Branch: perl
25150            ! t/lib/glob-basic.t
25151 ____________________________________________________________________________
25152 [  9381] By: jhi                                   on 2001/03/27  15:08:10
25153         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
25154      Branch: perl
25155            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
25156            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
25157            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
25158            + t/lib/xs-typemap.t
25159            ! MANIFEST
25160 ____________________________________________________________________________
25161 [  9380] By: jhi                                   on 2001/03/27  14:48:34
25162         Log: Subject: [PATCH] Typemap testing
25163              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
25164              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
25165              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
25166              
25167              (The first part of the patch.)
25168      Branch: perl
25169            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
25170 ____________________________________________________________________________
25171 [  9379] By: jhi                                   on 2001/03/27  14:44:56
25172         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
25173              From: Benjamin Sugars <bsugars@canoe.ca> 
25174              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
25175              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
25176      Branch: perl
25177            ! t/lib/glob-basic.t
25178 ____________________________________________________________________________
25179 [  9378] By: jhi                                   on 2001/03/27  14:42:30
25180         Log: Subject: [PATCH] perlvar nit
25181              From: Simon Cozens <simon@netthink.co.uk>
25182              Date: Tue, 27 Mar 2001 01:12:01 +0100
25183              Message-ID: <20010327011201.A19179@netthink.co.uk>
25184      Branch: perl
25185            ! pod/perlvar.pod
25186 ____________________________________________________________________________
25187 [  9377] By: jhi                                   on 2001/03/27  14:36:26
25188         Log: Subject: [PATCH] B::Terse and warnings
25189              From: Benjamin Sugars <ben.sugars@home.com>
25190              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
25191              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
25192      Branch: perl
25193            ! ext/B/B.pm ext/B/B/Terse.pm
25194 ____________________________________________________________________________
25195 [  9376] By: jhi                                   on 2001/03/27  14:31:31
25196         Log: Document sockatmark() some.
25197      Branch: perl
25198            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
25199            ! pod/perltoc.pod
25200 ____________________________________________________________________________
25201 [  9375] By: jhi                                   on 2001/03/27  14:00:24
25202         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
25203              noted by Gisle and fixed by NI-S.
25204      Branch: perl
25205            ! sv.c
25206 ____________________________________________________________________________
25207 [  9374] By: jhi                                   on 2001/03/27  05:50:01
25208         Log: Regen toc.
25209      Branch: perl
25210            ! pod/perltoc.pod
25211 ____________________________________________________________________________
25212 [  9373] By: jhi                                   on 2001/03/27  05:43:51
25213         Log: Pixie documenting.
25214      Branch: perl
25215            ! Makefile.SH pod/perlhack.pod
25216 ____________________________________________________________________________
25217 [  9372] By: jhi                                   on 2001/03/27  05:29:34
25218         Log: Metaconfig unit changes for #9371.
25219      Branch: metaconfig
25220            ! U/modified/myhostname.U
25221      Branch: metaconfig/U/perl
25222            + d_sockatmark.U
25223            ! gccvers.U
25224 ____________________________________________________________________________
25225 [  9371] By: jhi                                   on 2001/03/27  05:29:07
25226         Log: Add sockatmark() probing.
25227      Branch: perl
25228            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25229            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
25230            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
25231            ! vos/config.ga.h win32/config.bc win32/config.gc
25232            ! win32/config.vc
25233 ____________________________________________________________________________
25234 [  9370] By: jhi                                   on 2001/03/26  22:01:18
25235         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
25236              Really need to benchmark this.
25237      Branch: perl
25238            ! pp.c
25239 ____________________________________________________________________________
25240 [  9369] By: nick                                  on 2001/03/26  21:59:30
25241         Log: Integrate mainline.
25242      Branch: perlio
25243            ! ext/MIME/Base64/QuotedPrint.pm
25244           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
25245           !> patchlevel.h pod/perlhack.pod pp_sys.c
25246 ____________________________________________________________________________
25247 [  9368] By: jhi                                   on 2001/03/26  21:47:03
25248         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
25249              
25250              TODO1: perlbench.
25251              TODO2: le, lt, ge, gt?  Yech.
25252      Branch: perl
25253            ! pp.c
25254 ____________________________________________________________________________
25255 [  9367] By: jhi                                   on 2001/03/26  21:34:57
25256         Log: Too much cut-and-paste in #9363.
25257      Branch: perl
25258            ! pp_sys.c
25259 ____________________________________________________________________________
25260 [  9366] By: jhi                                   on 2001/03/26  21:20:53
25261         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
25262              From: Andreas Schwab <schwab@suse.de>
25263              Date: 26 Mar 2001 17:29:04 +0200
25264              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
25265              
25266              (The patch for 5.6.0 or so, this is a guess for bleadperl)
25267      Branch: perl
25268            ! pp_hot.c
25269 ____________________________________________________________________________
25270 [  9365] By: jhi                                   on 2001/03/26  21:07:54
25271         Log: Integrate perlio.
25272      Branch: perl
25273           !> perlio.c
25274 ____________________________________________________________________________
25275 [  9364] By: nick                                  on 2001/03/26  20:30:48
25276         Log: REFCNT botch in layer name cache hash.
25277      Branch: perlio
25278            ! perlio.c
25279 ____________________________________________________________________________
25280 [  9363] By: jhi                                   on 2001/03/26  18:44:32
25281         Log: Subject: [PATCH] socket() leaks file descriptors
25282              From: Benjamin Sugars <bsugars@canoe.ca>
25283              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
25284              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
25285              
25286              Also sockpair() fixed similarly.
25287      Branch: perl
25288            ! pp_sys.c
25289 ____________________________________________________________________________
25290 [  9362] By: jhi                                   on 2001/03/26  18:37:52
25291         Log: Integrate perlio.
25292      Branch: perl
25293           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
25294 ____________________________________________________________________________
25295 [  9361] By: nick                                  on 2001/03/26  17:32:06
25296         Log: Implement flush of linebuffered streams on read of a tty.
25297      Branch: perlio
25298            ! perlio.c perliol.h
25299 ____________________________________________________________________________
25300 [  9360] By: nick                                  on 2001/03/26  17:12:32
25301         Log: Memory tweaks and notes for OEMVS.
25302      Branch: perlio
25303            ! README.os390 miniperlmain.c t/op/pat.t
25304 ____________________________________________________________________________
25305 [  9359] By: jhi                                   on 2001/03/26  02:12:54
25306         Log: Update Changes.
25307      Branch: perl
25308            ! Changes patchlevel.h
25309 ____________________________________________________________________________
25310 [  9358] By: jhi                                   on 2001/03/26  02:05:32
25311         Log: Document the most common pixie options.
25312      Branch: perl
25313            ! pod/perlhack.pod
25314 ____________________________________________________________________________
25315 [  9357] By: jhi                                   on 2001/03/26  01:25:28
25316         Log: For perl.pixie check *before* compiling that optimize is -g,
25317              as for perl.third.
25318      Branch: perl
25319            ! Makefile.SH
25320 ____________________________________________________________________________
25321 [  9356] By: jhi                                   on 2001/03/26  01:13:41
25322         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
25323      Branch: perl
25324            ! Makefile.SH
25325 ____________________________________________________________________________
25326 [  9355] By: jhi                                   on 2001/03/26  01:11:19
25327         Log: Remove t/perl.third.
25328      Branch: perl
25329            ! Makefile.SH
25330 ____________________________________________________________________________
25331 [  9354] By: jhi                                   on 2001/03/26  00:23:38
25332         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
25333              IO::Sockatmark().
25334      Branch: perl
25335            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
25336 ____________________________________________________________________________
25337 [  9353] By: jhi                                   on 2001/03/25  22:25:04
25338         Log: Integrate perlio.
25339      Branch: perl
25340           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
25341           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
25342           !> pp_hot.c win32/makefile.mk
25343 ____________________________________________________________________________
25344 [  9352] By: jhi                                   on 2001/03/25  22:21:41
25345         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
25346              From: Radu Greab <radu@netsoft.ro>
25347              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
25348              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
25349      Branch: perl
25350            ! pp_sys.c
25351 ____________________________________________________________________________
25352 [  9351] By: nick                                  on 2001/03/25  22:15:02
25353         Log: Fix readline in list mode to tell rest of world that it has
25354              things on the stack. Otherwise if perl code gets invoked
25355              underneath it it scribbles over results-so-far.
25356              (Why TIEHANDLE has not tripped on this is a mystery.)
25357      Branch: perlio
25358            ! pp_hot.c
25359 ____________________________________________________________________________
25360 [  9350] By: nick                                  on 2001/03/25  22:10:13
25361         Log: win32/makefile.mk typos
25362      Branch: perlio
25363            ! win32/makefile.mk
25364 ____________________________________________________________________________
25365 [  9349] By: nick                                  on 2001/03/25  21:31:14
25366         Log: Integrate now-non-binary file.
25367      Branch: perlio
25368           !> t/lib/mimeqp.t
25369 ____________________________________________________________________________
25370 [  9348] By: nick                                  on 2001/03/25  21:27:24
25371         Log: Make it text
25372      Branch: perlio
25373            ! t/lib/mimeqp.t
25374 ____________________________________________________________________________
25375 [  9347] By: nick                                  on 2001/03/25  21:25:37
25376         Log: Integrate mainline.
25377      Branch: perlio
25378           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
25379           !> lib/Term/ReadLine.pm t/lib/md5-file.t
25380 ____________________________________________________________________________
25381 [  9346] By: nick                                  on 2001/03/25  20:58:15
25382         Log: Add destruct time hook to PerlIO (for work-in-process implementing
25383              layers in perl code. In such cases layers need to be popped before
25384              we loose the ability to run perl code.)
25385              Also back-out "PerlIO::object" hook - it isn't going to work like that...
25386      Branch: perlio
25387            ! perl.c perlio.c perlio.h perliol.h
25388 ____________________________________________________________________________
25389 [  9345] By: nick                                  on 2001/03/25  20:49:11
25390         Log: Avoid at leasy one of undefined warnings in Encode.
25391      Branch: perlio
25392            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
25393 ____________________________________________________________________________
25394 [  9344] By: jhi                                   on 2001/03/25  20:37:43
25395         Log: A workaround for using Term::ReadLine in emacs minibuffer
25396              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
25397              additional tweaks from Ilya Zakharevich.
25398      Branch: perl
25399            ! lib/Term/ReadLine.pm
25400 ____________________________________________________________________________
25401 [  9343] By: nick                                  on 2001/03/25  20:21:14
25402         Log: Missing return value.
25403      Branch: perlio
25404            ! ext/PerlIO/Scalar/Scalar.xs
25405 ____________________________________________________________________________
25406 [  9342] By: jhi                                   on 2001/03/25  16:21:00
25407         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
25408              to equal the CPAN versions since no code changes have been made.
25409      Branch: perl
25410            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
25411            ! t/lib/md5-file.t
25412 ____________________________________________________________________________
25413 [  9341] By: jhi                                   on 2001/03/25  16:01:48
25414         Log: Escape 8-bit characters.
25415      Branch: perl
25416            ! t/lib/mimeqp.t
25417 ____________________________________________________________________________
25418 [  9340] By: gsar                                  on 2001/03/25  15:50:53
25419         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
25420              chars)
25421      Branch: perl
25422            + t/lib/mimeqp.t
25423 ____________________________________________________________________________
25424 [  9339] By: gsar                                  on 2001/03/25  15:48:50
25425         Log: delete mimeqp.t for later with text mode set
25426      Branch: perl
25427            - t/lib/mimeqp.t
25428 ____________________________________________________________________________
25429 [  9338] By: nick                                  on 2001/03/25  09:01:57
25430         Log: Integrate mainline.
25431      Branch: perlio
25432           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
25433           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
25434           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
25435           +> t/lib/mimeb64u.t t/lib/mimeqp.t
25436           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
25437           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
25438           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
25439 ____________________________________________________________________________
25440 [  9337] By: jhi                                   on 2001/03/25  04:23:24
25441         Log: Add MIME::Base64 here and there.  Again, a lot of
25442              optimism is in the air.
25443      Branch: perl
25444            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
25445            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
25446 ____________________________________________________________________________
25447 [  9336] By: jhi                                   on 2001/03/25  04:12:43
25448         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
25449              this by ear as I do not do Win32 programming.)
25450      Branch: perl
25451            ! win32/Makefile win32/makefile.mk
25452 ____________________________________________________________________________
25453 [  9335] By: jhi                                   on 2001/03/25  04:03:50
25454         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
25455      Branch: perl
25456            ! t/lib/md5-file.t
25457 ____________________________________________________________________________
25458 [  9334] By: jhi                                   on 2001/03/25  03:58:53
25459         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
25460      Branch: perl
25461            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
25462            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
25463            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
25464            + t/lib/mimeb64u.t t/lib/mimeqp.t
25465            ! MANIFEST
25466 ____________________________________________________________________________
25467 [  9333] By: jhi                                   on 2001/03/24  20:14:37
25468         Log: Integrate perlio.
25469      Branch: perl
25470           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
25471 ____________________________________________________________________________
25472 [  9332] By: nick                                  on 2001/03/24  19:40:34
25473         Log: Fix un-init variable leading to spurious "Out of Memory!"
25474      Branch: perlio
25475            ! doio.c
25476 ____________________________________________________________________________
25477 [  9331] By: nick                                  on 2001/03/24  19:09:59
25478         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
25479              and update layers internals doc.
25480      Branch: perlio
25481            ! pod/perlfunc.pod pod/perliol.pod
25482 ____________________________________________________________________________
25483 [  9330] By: jhi                                   on 2001/03/24  18:42:11
25484         Log: The length might be uninitialized garbage if the *svp is the undef.
25485      Branch: perl
25486            ! doio.c
25487 ____________________________________________________________________________
25488 [  9329] By: jhi                                   on 2001/03/24  18:26:57
25489         Log: (Retracted by #9393)
25490
25491              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
25492              From: Simon Cozens <simon@netthink.co.uk>
25493              Date: Sat, 24 Mar 2001 17:13:17 +0000
25494              Message-ID: <20010324171317.A13406@netthink.co.uk>
25495      Branch: perl
25496            ! utils/h2xs.PL
25497 ____________________________________________________________________________
25498 [  9328] By: nick                                  on 2001/03/24  17:22:02
25499         Log: Integrate mainline.
25500      Branch: perlio
25501           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
25502           !> lib/unicode/version
25503 ____________________________________________________________________________
25504 [  9327] By: nick                                  on 2001/03/24  17:16:02
25505         Log: Integrate mainline.
25506      Branch: perlio
25507           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
25508           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
25509           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
25510           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
25511           +> t/lib/md5-file.t
25512           !> MANIFEST Makefile.SH configure.com djgpp/config.over
25513           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
25514           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
25515           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
25516           !> win32/makefile.mk
25517 ____________________________________________________________________________
25518 [  9326] By: jhi                                   on 2001/03/24  17:00:42
25519         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
25520      Branch: perl
25521            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
25522            ! lib/unicode/version
25523 ____________________________________________________________________________
25524 [  9325] By: jhi                                   on 2001/03/24  16:22:33
25525         Log: Subject: Re: B::Deparse bug (5.6.0)
25526              From: Robin Houston <robin@kitsite.com>
25527              Date: Sat, 24 Mar 2001 14:33:09 +0000
25528              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
25529      Branch: perl
25530            ! op.c pp.c t/lib/b.t t/op/repeat.t
25531 ____________________________________________________________________________
25532 [  9324] By: jhi                                   on 2001/03/24  16:21:56
25533         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
25534              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
25535              these additions may be too optimistic.
25536      Branch: perl
25537            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
25538            ! hints/uwin.sh hints/vmesa.sh
25539 ____________________________________________________________________________
25540 [  9323] By: jhi                                   on 2001/03/24  16:06:01
25541         Log: Integrate perlio.
25542      Branch: perl
25543           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
25544           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
25545            ! Makefile.SH
25546           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
25547           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
25548           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
25549           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
25550           !> win32/makefile.mk win32/perlhost.h win32/win32.c
25551           !> win32/win32iop.h
25552 ____________________________________________________________________________
25553 [  9322] By: nick                                  on 2001/03/24  14:39:12
25554         Log: Routine Win32 regen_config_h - no real changes.
25555      Branch: perlio
25556            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25557 ____________________________________________________________________________
25558 [  9321] By: nick                                  on 2001/03/24  14:31:49
25559         Log: PerlIO fixups for Win32:
25560              - provide win33_popenlist() - non-functional as yet.
25561              - avoid need for aTHX in PerlIO_debug calls - even if not 
25562              enabled args are still evaluated so Win32 has trouble during fork().
25563              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
25564              - Fixup makedef.pl for latest set of symbols.
25565      Branch: perlio
25566            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
25567            ! win32/perlhost.h win32/win32.c win32/win32iop.h
25568 ____________________________________________________________________________
25569 [  9320] By: nick                                  on 2001/03/24  14:26:58
25570         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
25571              was gibberish - broke it on WIn32 at least.
25572      Branch: perlio
25573            ! ext/POSIX/POSIX.xs
25574 ____________________________________________________________________________
25575 [  9319] By: nick                                  on 2001/03/24  11:29:41
25576         Log: Generated files.
25577      Branch: perlio
25578            ! embed.h global.sym objXSUB.h perlapi.c proto.h
25579 ____________________________________________________________________________
25580 [  9318] By: nick                                  on 2001/03/24  10:29:37
25581         Log: Implement:
25582              1.  open($fh,"+<",undef);  # add test to t/io/open.t
25583              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
25584      Branch: perlio
25585            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
25586            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
25587            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
25588            ! t/io/open.t t/io/utf8.t
25589 ____________________________________________________________________________
25590 [  9317] By: jhi                                   on 2001/03/23  23:41:25
25591         Log: AIX does seems to have optimization problems with its C compilers.
25592      Branch: perl
25593            ! hints/aix.sh
25594 ____________________________________________________________________________
25595 [  9316] By: jhi                                   on 2001/03/23  23:40:46
25596         Log: Integrate perlio.
25597      Branch: perl
25598           +> lib/PerlIO.pm
25599           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
25600           !> perliol.h
25601 ____________________________________________________________________________
25602 [  9315] By: jhi                                   on 2001/03/23  22:16:30
25603         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
25604      Branch: perl
25605            ! t/lib/md5-file.t
25606 ____________________________________________________________________________
25607 [  9314] By: nick                                  on 2001/03/23  20:49:02
25608         Log: Perlio internals re-organized.
25609              - open process creates AV of layer/arg pairs
25610              (appends layers from open() or open.pm to default list).
25611              - push arg is now an SV.
25612              - layer ->Open get passed the AV
25613              - open is no longer mandatory method.
25614              - topmost layer that has ->Open method does the open
25615              - any layers above are pushed once that returns.
25616              - vtable re-ordered so dummy layers need only provide push/pop methods.
25617      Branch: perlio
25618            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
25619 ____________________________________________________________________________
25620 [  9313] By: nick                                  on 2001/03/23  16:27:41
25621         Log: Check in a stable (working) version before next round of tweaks.
25622              Changes include:
25623              - Move default layers code out of doio.c and into perlio.c
25624              - Single routine for parsing layer specification strings.
25625              - Skeleton support for demand loading of layers
25626              - Core-dump avoidance if PERLIO environment specifies loadable layer
25627              (does not _work_ as need IO to load and need load to do IO ...)
25628      Branch: perlio
25629            + lib/PerlIO.pm
25630            ! MANIFEST doio.c perlio.c
25631 ____________________________________________________________________________
25632 [  9312] By: gsar                                  on 2001/03/23  16:25:25
25633         Log: add execute bit to files with shebang lines in the repository;
25634              avoid clobbering execute bit in Porting/makerel 
25635      Branch: maint-5.6/perl
25636            ! (edit 144 files)
25637 ____________________________________________________________________________
25638 [  9311] By: jhi                                   on 2001/03/23  14:25:35
25639         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
25640      Branch: perl
25641            ! MANIFEST
25642 ____________________________________________________________________________
25643 [  9310] By: jhi                                   on 2001/03/23  13:45:04
25644         Log: Subject: [PATCH] Net::Ping
25645              From: Colin McMillen <mcmi0037@tc.umn.edu>
25646              Date: Thu, 22 Mar 2001 19:30:31 -0600
25647              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
25648      Branch: perl
25649            ! lib/Net/Ping.pm
25650 ____________________________________________________________________________
25651 [  9309] By: jhi                                   on 2001/03/23  13:39:13
25652         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
25653      Branch: perl
25654            ! t/lib/md5-aaa.t t/lib/md5-file.t
25655 ____________________________________________________________________________
25656 [  9308] By: jhi                                   on 2001/03/23  13:20:34
25657         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
25658              - bump the version to 2.14
25659              - drop the base64 tests since they require MIME::Base64
25660              - drop the rfc1321.txt
25661              - drop the hints/dec_osf.pl since it's only needed for
25662              pre-5.005_03 Perls
25663              Todo:
25664              - the U32 alignment testing is now removed; it needs to
25665              be reintroduced as as a Config variable (meaning also
25666              as a Configure test)
25667              - get the new EBCDIC md5sum for MD5.pm
25668              - test in Win32 to see how badly I botched the makefiles
25669      Branch: perl
25670            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
25671            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
25672            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
25673            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
25674            + t/lib/md5-file.t
25675            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
25676            ! win32/Makefile win32/makefile.mk
25677 ____________________________________________________________________________
25678 [  9307] By: jhi                                   on 2001/03/23  12:56:14
25679         Log: Integrate change #9306 from maintperl into mainline,
25680              AIX dynaloader for AIXes without <load.h>.
25681      Branch: perl
25682           !> ext/DynaLoader/hints/aix.pl
25683 ____________________________________________________________________________
25684 [  9306] By: jhi                                   on 2001/03/23  12:51:36
25685         Log: There are AIXes without /usr/include/load.h,
25686              patch from H.Merijn Brand.
25687      Branch: maint-5.6/perl
25688            ! ext/DynaLoader/hints/aix.pl
25689 ____________________________________________________________________________
25690 [  9305] By: nick                                  on 2001/03/23  11:00:42
25691         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
25692      Branch: perlio
25693            ! ext/Encode/Encode.xs perlio.c perlio.h
25694 ____________________________________________________________________________
25695 [  9304] By: nick                                  on 2001/03/23  10:20:46
25696         Log: Render -Duseperlio functional again.
25697              - this is "quick fix" which calls PerlIO_apply_layers after opening,
25698              which is what old scheme did. New scheme needs to change that
25699              to make open(...,\$scalar) etc. work but this will do for now.
25700      Branch: perlio
25701            ! perlio.c
25702 ____________________________________________________________________________
25703 [  9303] By: nick                                  on 2001/03/23  09:53:20
25704         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
25705              -Uuseperlio now works again.
25706              -Duseperlio is still poorly. Don't merge yet...
25707      Branch: perlio
25708            ! doio.c perlio.h
25709 ____________________________________________________________________________
25710 [  9302] By: nick                                  on 2001/03/22  22:26:51
25711         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
25712              type code.
25713              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
25714              is its main caller. In particular now has access to "extra" args, and
25715              can tell when an open handle is "reopened" (or duped?).
25716              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
25717              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
25718              PerlIO_open() et. al. (i.e. other way round).
25719              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
25720              with args close to PerlIO_openn().
25721      Branch: perlio
25722            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
25723 ____________________________________________________________________________
25724 [  9301] By: jhi                                   on 2001/03/22  20:58:04
25725         Log: Integrate perlio.
25726      Branch: perl
25727           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
25728           !> t/io/open.t util.c
25729 ____________________________________________________________________________
25730 [  9300] By: nick                                  on 2001/03/22  17:36:32
25731         Log: Don't include $@ in not ok message.
25732      Branch: perlio
25733            ! t/io/open.t
25734 ____________________________________________________________________________
25735 [  9299] By: gsar                                  on 2001/03/22  16:53:45
25736         Log: back out changes#7532,7521 for now (appears to have problems
25737              on IRIX)
25738      Branch: maint-5.6/perl
25739            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
25740            ! ext/POSIX/typemap pod/perlvar.pod
25741 ____________________________________________________________________________
25742 [  9298] By: nick                                  on 2001/03/22  14:35:46
25743         Log: Give a meaning to '&' in n-arg open case:
25744              open($fh,"<&",$scalar);
25745              $scalar can be:
25746              - an integer which does "fdopen"
25747              open($fh,"<&",2); # like open($fh,"<&2")
25748              - something that will yield a file handle via sv_2io()
25749              useful for dup'ing anonymous handles.
25750              e.g.:
25751              open(my $fh,"<&",\*STDIN);
25752              open(my $dup,"<&",$fh);
25753      Branch: perlio
25754            ! doio.c t/io/open.t
25755 ____________________________________________________________________________
25756 [  9297] By: nick                                  on 2001/03/22  13:34:35
25757         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
25758      Branch: perlio
25759            ! util.c
25760 ____________________________________________________________________________
25761 [  9296] By: nick                                  on 2001/03/22  12:51:20
25762         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
25763      Branch: perlio
25764            ! perl.c
25765 ____________________________________________________________________________
25766 [  9295] By: nick                                  on 2001/03/22  11:59:44
25767         Log: If stdin, stdout or stderr get opened in unexpected read/write state
25768              then warn at time of open not at time of use.
25769      Branch: perlio
25770            ! doio.c pp_hot.c pp_sys.c
25771 ____________________________________________________________________________
25772 [  9294] By: nick                                  on 2001/03/22  10:54:35
25773         Log: Die on n-arg open(...,"",xxx,yyy,...)
25774              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
25775              - die on read/write cases so we can decide what it means later.
25776      Branch: perlio
25777            ! doio.c embed.pl iperlsys.h util.c
25778 ____________________________________________________________________________
25779 [  9293] By: nick                                  on 2001/03/22  09:02:45
25780         Log: perlio tweaks (reported by Nick Clark)
25781              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
25782              error check in Pendinf_read().
25783      Branch: perlio
25784            ! perlio.c
25785 ____________________________________________________________________________
25786 [  9292] By: gsar                                  on 2001/03/22  07:12:00
25787         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
25788              fixes)
25789      Branch: maint-5.6/perl
25790           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
25791 ____________________________________________________________________________
25792 [  9291] By: jhi                                   on 2001/03/22  06:06:44
25793         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
25794      Branch: perl
25795            ! t/op/re_tests
25796 ____________________________________________________________________________
25797 [  9290] By: jhi                                   on 2001/03/22  05:57:01
25798         Log: Move MacOS Classic higher in the list of supported platforms.
25799      Branch: maint-5.6/perl
25800            ! pod/perlport.pod
25801 ____________________________________________________________________________
25802 [  9289] By: gsar                                  on 2001/03/22  05:35:04
25803         Log: revert part of change#6438 for compatibility (av_reify()
25804              appears to be needed to implement av_splice()ish things
25805              in XS)
25806      Branch: maint-5.6/perl
25807            ! embed.pl global.sym objXSUB.h perlapi.c
25808 ____________________________________________________________________________
25809 [  9288] By: gsar                                  on 2001/03/22  03:09:19
25810         Log: update copyright year
25811      Branch: maint-5.6/perl
25812            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
25813            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
25814            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
25815            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
25816            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
25817            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
25818            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
25819            ! x2p/walk.c
25820 ____________________________________________________________________________
25821 [  9287] By: jhi                                   on 2001/03/21  20:30:54
25822         Log: Integrate perlio.
25823      Branch: perl
25824           !> ext/Data/Dumper/Dumper.xs
25825 ____________________________________________________________________________
25826 [  9286] By: gsar                                  on 2001/03/21  19:49:54
25827         Log: makefile.mk tweak
25828      Branch: maint-5.6/perl
25829            ! win32/Makefile win32/makefile.mk
25830 ____________________________________________________________________________
25831 [  9285] By: nick                                  on 2001/03/21  19:07:13
25832         Log: Multiplicity fix for Dumper.
25833      Branch: perlio
25834            ! ext/Data/Dumper/Dumper.xs
25835 ____________________________________________________________________________
25836 [  9284] By: nick                                  on 2001/03/21  19:01:07
25837         Log: Integrate mainline - (does not build xTHX issue in Dumper).
25838      Branch: perlio
25839           !> (integrate 27 files)
25840 ____________________________________________________________________________
25841 [  9283] By: jhi                                   on 2001/03/21  17:17:35
25842         Log: Integrate change #9282 from mainline into maintperl,
25843              4-arg UTF-8 substr().
25844      Branch: maint-5.6/perl
25845           !> pp.c
25846 ____________________________________________________________________________
25847 [  9282] By: jhi                                   on 2001/03/21  17:15:43
25848         Log: The #9270 would have leaked a scalar if pp_substr()
25849              returned early.
25850      Branch: perl
25851            ! pp.c
25852 ____________________________________________________________________________
25853 [  9281] By: gsar                                  on 2001/03/21  17:03:14
25854         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
25855      Branch: maint-5.6/perl
25856            ! win32/makefile.mk
25857 ____________________________________________________________________________
25858 [  9280] By: gsar                                  on 2001/03/21  17:01:20
25859         Log: some tweaks to change#9278 (fork() emulation should be enabled
25860              by setting BUILD_FLAVOR instead of changing the defaults)
25861      Branch: maint-5.6/perl
25862            ! win32/makefile.mk
25863 ____________________________________________________________________________
25864 [  9279] By: gsar                                  on 2001/03/21  16:47:19
25865         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
25866      Branch: maint-5.6/perl
25867            ! ext/File/Glob/Glob.pm
25868           !> lib/Cwd.pm
25869 ____________________________________________________________________________
25870 [  9278] By: jhi                                   on 2001/03/21  14:35:10
25871         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
25872              From: "Vadim Konovalov" <watman@inbox.ru>
25873              Date: Wed, 21 Mar 2001 01:53:51 +0300
25874              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
25875      Branch: maint-5.6/perl
25876            ! win32/makefile.mk win32/win32sck.c
25877 ____________________________________________________________________________
25878 [  9277] By: jhi                                   on 2001/03/21  13:58:28
25879         Log: Integrate change #9270 from mainline to maintperl:
25880              continued 4-arg UTF-8 substr() fixing.
25881      Branch: maint-5.6/perl
25882           !> pp.c t/op/substr.t
25883 ____________________________________________________________________________
25884 [  9276] By: jhi                                   on 2001/03/21  13:33:00
25885         Log: More pixie cleaning.
25886      Branch: perl
25887            ! Makefile.SH
25888 ____________________________________________________________________________
25889 [  9275] By: jhi                                   on 2001/03/21  03:54:17
25890         Log: Update Changes.
25891      Branch: perl
25892            ! Changes patchlevel.h
25893 ____________________________________________________________________________
25894 [  9274] By: jhi                                   on 2001/03/21  03:48:24
25895         Log: First stab at making Data::Dumper to grok Unicode.
25896              
25897              TODO: tests, EBCDICify.
25898      Branch: perl
25899            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
25900 ____________________________________________________________________________
25901 [  9273] By: jhi                                   on 2001/03/21  02:23:00
25902         Log: Fix for
25903              
25904              Subject: Memory leak in unquoted print   
25905              From: Benjamin Sugars <bsugars@canoe.ca> 
25906              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
25907              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
25908      Branch: perl
25909            ! perlio.c
25910 ____________________________________________________________________________
25911 [  9272] By: jhi                                   on 2001/03/21  01:33:17
25912         Log: Subject: Re: [PATCH] POSIX::getcwd()
25913              From: Benjamin Sugars <bsugars@canoe.ca> 
25914              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
25915              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
25916      Branch: perl
25917            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
25918 ____________________________________________________________________________
25919 [  9271] By: jhi                                   on 2001/03/21  01:22:52
25920         Log: Subject: [PATCH] Cwd.pm docs
25921              From: Benjamin Sugars <bsugars@canoe.ca>
25922              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
25923              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
25924      Branch: perl
25925            ! lib/Cwd.pm
25926 ____________________________________________________________________________
25927 [  9270] By: jhi                                   on 2001/03/21  01:16:29
25928         Log: Continue 4-arg substr() UTF-8 fixage.
25929      Branch: perl
25930            ! pp.c t/op/substr.t
25931 ____________________________________________________________________________
25932 [  9269] By: jhi                                   on 2001/03/21  00:46:14
25933         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
25934              
25935              revert the leak fix in change#9142 (problem needs a more experimental
25936              fix unsuitable for 5.6.1)
25937              
25938              do alphabetical sorting by default (for csh compatibility)
25939              
25940              cut-n-paste goof in change#9264
25941              
25942              VMS piping fixes (from Charles Lane)
25943      Branch: perl
25944           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
25945           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
25946           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
25947 ____________________________________________________________________________
25948 [  9268] By: jhi                                   on 2001/03/21  00:37:04
25949         Log: Integrate perlio.
25950      Branch: perl
25951           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
25952           !> utf8.c utf8.h utfebcdic.h
25953 ____________________________________________________________________________
25954 [  9267] By: nick                                  on 2001/03/20  20:04:39
25955         Log: More EBCDIC stuff:
25956              - Loose the extra level of function on ASCII.
25957              - spotted a chr(0) issue in sv.c
25958              - re-work of UTF-X tr/// ranges to work in Unicode
25959              space. Still issues with the "0xff is illegal UTF-8" hack.
25960              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
25961              (why do it once when you can do it all over the place :-(
25962              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
25963              need utf8.pm for swashes.
25964              - Simplified and commented scan_const() in toke.c
25965              Still something wrong regexp and tr (swashes?).
25966      Branch: perlio
25967            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
25968            ! utf8.c utf8.h utfebcdic.h
25969 ____________________________________________________________________________
25970 [  9266] By: gsar                                  on 2001/03/20  19:16:43
25971         Log: VMS piping fixes (from Charles Lane)
25972      Branch: maint-5.6/perl
25973            ! vms/vms.c vms/vmspipe.com
25974 ____________________________________________________________________________
25975 [  9265] By: gsar                                  on 2001/03/20  17:53:52
25976         Log: cut-n-paste goof in change#9264
25977      Branch: maint-5.6/perl
25978            ! ext/File/Glob/Glob.xs
25979 ____________________________________________________________________________
25980 [  9264] By: gsar                                  on 2001/03/20  17:43:47
25981         Log: do alphabetical sorting by default (for csh compatibility);
25982              bsd_glob() does ASCII sort by default as usual, unless
25983              GLOB_ALPHASORT was specified
25984      Branch: maint-5.6/perl
25985            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
25986            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
25987            ! ext/File/Glob/bsd_glob.h
25988 ____________________________________________________________________________
25989 [  9263] By: gsar                                  on 2001/03/20  16:40:08
25990         Log: integrate change#9255 from mainline (unicode fix)
25991              
25992              substr($bytestr, i, n, $charstr)
25993      Branch: maint-5.6/perl
25994           !> Todo-5.6 pp.c t/op/substr.t
25995 ____________________________________________________________________________
25996 [  9262] By: gsar                                  on 2001/03/20  15:57:41
25997         Log: revert the leak fix in change#9142 (problem needs a more experimental
25998              fix unsuitable for 5.6.1)
25999      Branch: maint-5.6/perl
26000            ! scope.c
26001 ____________________________________________________________________________
26002 [  9261] By: jhi                                   on 2001/03/20  14:26:25
26003         Log: Integrate changes #9259,9260 from maintperl into mainline.
26004              
26005              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
26006              
26007              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
26008      Branch: perl
26009           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
26010 ____________________________________________________________________________
26011 [  9260] By: jhi                                   on 2001/03/20  14:05:46
26012         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
26013              From: Robin Barker <rmb1@cise.npl.co.uk>
26014              Date: Tue, 20 Mar 2001 10:12:04 GMT
26015              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
26016      Branch: maint-5.6/perl
26017            ! run.c
26018 ____________________________________________________________________________
26019 [  9259] By: jhi                                   on 2001/03/20  14:04:39
26020         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
26021              From: Chris Nandor <pudge@pobox.com>
26022              Date: Tue, 20 Mar 2001 00:40:56 -0500
26023              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
26024      Branch: maint-5.6/perl
26025            ! ext/POSIX/POSIX.xs lib/File/Path.pm
26026 ____________________________________________________________________________
26027 [  9258] By: jhi                                   on 2001/03/20  05:09:34
26028         Log: Update Changes.
26029      Branch: perl
26030            ! Changes patchlevel.h
26031 ____________________________________________________________________________
26032 [  9257] By: jhi                                   on 2001/03/20  05:04:25
26033         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
26034      Branch: perl
26035            ! t/op/tr.t
26036 ____________________________________________________________________________
26037 [  9256] By: jhi                                   on 2001/03/20  04:43:12
26038         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
26039              From: Peter Prymmer <pvhp@forte.com>
26040              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
26041              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
26042      Branch: maint-5.6/perl
26043            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
26044 ____________________________________________________________________________
26045 [  9255] By: jhi                                   on 2001/03/19  23:17:17
26046         Log: substr($bytestr, i, n, $charstr)
26047
26048              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
26049      Branch: perl
26050            ! Todo-5.6 pp.c t/op/substr.t
26051 ____________________________________________________________________________
26052 [  9254] By: jhi                                   on 2001/03/19  22:25:09
26053         Log: Rearrange the make test target prerequisites so that
26054              in a parallel make 'all' is finished before 'test'.
26055      Branch: perl
26056            ! Makefile.SH
26057 ____________________________________________________________________________
26058 [  9253] By: jhi                                   on 2001/03/19  21:48:07
26059         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
26060              From: Robin Houston <robin@kitsite.com>
26061              Date: Mon, 19 Mar 2001 15:48:41 +0000
26062              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
26063      Branch: perl
26064            ! pp_ctl.c
26065 ____________________________________________________________________________
26066 [  9252] By: jhi                                   on 2001/03/19  21:42:27
26067         Log: Integrate perlio.
26068      Branch: perl
26069           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
26070           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
26071           !> utfebcdic.h vms/perly_c.vms
26072 ____________________________________________________________________________
26073 [  9251] By: jhi                                   on 2001/03/19  21:31:28
26074         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
26075              
26076              Dynaloading in 64-bit AIX with vac.
26077      Branch: perl
26078           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
26079           !> hints/aix.sh
26080 ____________________________________________________________________________
26081 [  9250] By: jhi                                   on 2001/03/19  21:18:00
26082         Log: A more robust solution for the 64bitall AIX dynaloading
26083              problem, from Jens-Uwe Mager.
26084      Branch: maint-5.6/perl
26085            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
26086 ____________________________________________________________________________
26087 [  9249] By: nick                                  on 2001/03/19  20:59:37
26088         Log: Integrate mainline.
26089      Branch: perlio
26090           !> (integrate 42 files)
26091 ____________________________________________________________________________
26092 [  9248] By: nick                                  on 2001/03/19  20:22:07
26093         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
26094              (Building on OS390 uses native YACC and YYDEBUG has other
26095              side effects.)
26096      Branch: perlio
26097            ! perly.c perly.y vms/perly_c.vms
26098 ____________________________________________________________________________
26099 [  9247] By: jhi                                   on 2001/03/19  19:59:53
26100         Log: 64-bit AIX dynaloading problem (see #9244) idea
26101              from Jens-Uwe Mager.
26102      Branch: maint-5.6/perl
26103            ! ext/DynaLoader/dl_aix.xs
26104 ____________________________________________________________________________
26105 [  9246] By: nick                                  on 2001/03/19  19:27:57
26106         Log: More EBCDIC fixes.
26107      Branch: perlio
26108            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
26109            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
26110 ____________________________________________________________________________
26111 [  9245] By: jhi                                   on 2001/03/19  19:05:19
26112         Log: Integrate change #9243 from mainline into maintperl.
26113              
26114              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
26115      Branch: maint-5.6/perl
26116           !> README.vmesa
26117 ____________________________________________________________________________
26118 [  9244] By: jhi                                   on 2001/03/19  19:03:15
26119         Log: Get 64bitall AIX building, but still does not test okay:
26120              dynaloading anything fails, for example for op/defins:
26121              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
26122              (update: fixed by #9247,9250)
26123      Branch: maint-5.6/perl
26124            ! hints/aix.sh
26125 ____________________________________________________________________________
26126 [  9243] By: jhi                                   on 2001/03/19  19:00:16
26127         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
26128              From: Robin Barker <rmb1@cise.npl.co.uk>
26129              Date: Mon, 19 Mar 2001 18:01:57 GMT
26130              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
26131      Branch: perl
26132            ! README.vmesa
26133 ____________________________________________________________________________
26134 [  9242] By: jhi                                   on 2001/03/19  18:58:43
26135         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
26136              
26137              TODO: tests.
26138      Branch: perl
26139            ! doop.c op.c
26140 ____________________________________________________________________________
26141 [  9241] By: gsar                                  on 2001/03/19  17:34:46
26142         Log: VMSify tests (from Charles Lane)
26143      Branch: maint-5.6/perl
26144            ! t/lib/filehand.t t/lib/texttabs.t
26145 ____________________________________________________________________________
26146 [  9240] By: jhi                                   on 2001/03/19  14:24:26
26147         Log: Integrate change #9233 from maintperl into mainline.
26148              
26149              some refcounts were incorrect in perl_clone()
26150      Branch: perl
26151           !> sv.c
26152 ____________________________________________________________________________
26153 [  9239] By: gsar                                  on 2001/03/19  09:23:17
26154         Log: this is 5.6.1-trial3
26155      Branch: maint-5.6/perl
26156            ! Changes
26157 ____________________________________________________________________________
26158 [  9238] By: gsar                                  on 2001/03/19  08:47:04
26159         Log: some new symbols are only available under ithreads
26160      Branch: maint-5.6/perl
26161            ! makedef.pl
26162 ____________________________________________________________________________
26163 [  9237] By: gsar                                  on 2001/03/19  08:42:28
26164         Log: update patchlevel.h, Changes, &c.
26165      Branch: maint-5.6/perl
26166            ! Changes patchlevel.h pod/perlhist.pod
26167           !> AUTHORS
26168 ____________________________________________________________________________
26169 [  9236] By: gsar                                  on 2001/03/19  08:17:49
26170         Log: integrate changes#8068,8717 from mainline
26171              
26172              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
26173              
26174              [PATCH CPAN 1.59_51] warning message (not!)
26175      Branch: maint-5.6/perl
26176           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
26177           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
26178           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
26179           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
26180           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
26181 ____________________________________________________________________________
26182 [  9235] By: gsar                                  on 2001/03/19  08:07:09
26183         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
26184              
26185              [PATCH] Add missing CV flags to dump.c
26186              
26187              Re: [patch] Re: PL_ptr_table
26188              
26189              Fixup non-ithread build after 8713
26190              
26191              Generated files form 8713 etc.
26192              
26193              Correct the correction :-(
26194              
26195              Documenting coderef @INC (Re: CPAN "make this script work" feature)
26196              
26197              Subject: Re: sync sync sync: have I missed any patches?
26198              Replace djSP with dSP.
26199      Branch: maint-5.6/perl
26200           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
26201           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
26202           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
26203           !> sv.c sv.h win32/perlhost.h
26204 ____________________________________________________________________________
26205 [  9234] By: gsar                                  on 2001/03/19  07:22:05
26206         Log: revert the change#9090 integrate for now (change looks somewhat
26207              incomplete in that [ha]v_exists() need something similar; lacks
26208              tests; &c.)
26209      Branch: maint-5.6/perl
26210            ! hv.c
26211 ____________________________________________________________________________
26212 [  9233] By: gsar                                  on 2001/03/19  07:10:01
26213         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
26214              destruction when there are unreferenced scalars (SvREFCNT==0)
26215      Branch: maint-5.6/perl
26216            ! sv.c
26217 ____________________________________________________________________________
26218 [  9232] By: jhi                                   on 2001/03/19  05:11:02
26219         Log: Regen api and toc.
26220      Branch: maint-5.6/perl
26221            ! pod/perlapi.pod pod/perltoc.pod
26222 ____________________________________________________________________________
26223 [  9231] By: jhi                                   on 2001/03/19  04:06:03
26224         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
26225              add a lost line in pp.c:pp_chop(), update to new op/chop.
26226              
26227              Clarify the description differentiating for and while; inspired by
26228              
26229              Subject: [ID 20010306.004] || != named unary operator
26230              
26231              The $Is_MacOS needs to be declared.
26232      Branch: maint-5.6/perl
26233            ! pp.c t/op/chop.t
26234           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
26235 ____________________________________________________________________________
26236 [  9230] By: jhi                                   on 2001/03/19  03:48:16
26237         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
26238              9079,9083,9089,9090,9091 from mainline to maintperl.
26239              
26240              Quieten some noise in Win32 builds
26241              
26242              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
26243              
26244              The perlretut was still talking about the old \p and \P
26245              definitions.
26246              
26247              More tweakage on the Unicode character class descriptions.
26248              
26249              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
26250              
26251              Subject: 'no *POSIX' Patch speeding up make on BS2000 
26252              
26253              Subject: [PATCH] perldata.pod here-doc docs
26254              
26255              Add /sbin and /usr/sbin to the list of directories scanned
26256              for setuid programs.  Takes care of bug id 20010309.003.
26257              
26258              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
26259              
26260              In op/stat #35 better to scan all the potential directories
26261              for setuids, not just the first one.
26262      Branch: maint-5.6/perl
26263            ! Makefile.SH
26264           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
26265           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
26266           !> t/op/stat.t toke.c win32/win32.h
26267 ____________________________________________________________________________
26268 [  9229] By: jhi                                   on 2001/03/19  02:31:50
26269         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
26270              From: Chris Nandor <pudge@pobox.com>
26271              Date: Sat, 10 Mar 2001 14:22:19 -0500
26272              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
26273      Branch: maint-5.6/perl
26274            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
26275            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
26276            ! t/lib/b.t t/lib/errno.t
26277 ____________________________________________________________________________
26278 [  9228] By: jhi                                   on 2001/03/19  02:29:59
26279         Log: Integrate changes #9113,9122 from mainline into maintperl.
26280              
26281              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?)
26282      Branch: maint-5.6/perl
26283           !> Configure README.os390 hints/os390.sh
26284 ____________________________________________________________________________
26285 [  9227] By: jhi                                   on 2001/03/19  02:22:35
26286         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
26287              into maintperl.
26288              
26289              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
26290              
26291              Forgot to check-in the larger part of #9120, duh.
26292              
26293              Subject: Another patch for integer.pm POD 
26294              
26295              h2ph strictness and cleanliness from Kurt Starsinic.
26296              
26297              Borland filename case problem.
26298              
26299              h2ph strictness and cleanliness from Kurt Starsinic.
26300              
26301              Subject: [PATCH] the uncontroversial doc patches
26302      Branch: maint-5.6/perl
26303           +> win32/sncfnmcs.pl
26304           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
26305           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
26306           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
26307           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
26308           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
26309           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
26310           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
26311 ____________________________________________________________________________
26312 [  9226] By: jhi                                   on 2001/03/19  02:10:21
26313         Log: Integrate changes #9207,9214 from mainline into maintperl.
26314              
26315              podchecker relaxations: =over has an *optional* number after it,
26316              and whitespace in L<> is okay.
26317      Branch: maint-5.6/perl
26318           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
26319           !> t/pod/poderrs.xr
26320 ____________________________________________________________________________
26321 [  9225] By: jhi                                   on 2001/03/19  02:07:38
26322         Log: Integrate change #9219 from maintperl into mainline.
26323              
26324              remove duplicated tests
26325      Branch: perl
26326           !> t/op/re_tests
26327 ____________________________________________________________________________
26328 [  9224] By: jhi                                   on 2001/03/19  02:06:11
26329         Log: Integrate change #9223 from mainline to maintperl.
26330              
26331              Document -Dmksymlinks.
26332      Branch: maint-5.6/perl
26333           !> INSTALL
26334 ____________________________________________________________________________
26335 [  9223] By: jhi                                   on 2001/03/19  02:01:25
26336         Log: Document -Dmksymlinks.
26337      Branch: perl
26338            ! INSTALL
26339 ____________________________________________________________________________
26340 [  9222] By: jhi                                   on 2001/03/19  01:15:35
26341         Log: The -Dmksymlinks wasn't working for maintperl.
26342      Branch: maint-5.6/perl
26343            ! Configure
26344 ____________________________________________________________________________
26345 [  9221] By: jhi                                   on 2001/03/19  00:49:43
26346         Log: Cleanup pixie residue.
26347      Branch: perl
26348            ! Makefile.SH
26349 ____________________________________________________________________________
26350 [  9220] By: jhi                                   on 2001/03/19  00:44:47
26351         Log: Document the use of pixie/prof; create make targets for it.
26352              
26353              TODO: make t/TEST pixie-aware.
26354      Branch: perl
26355            ! Makefile.SH pod/perlhack.pod
26356 ____________________________________________________________________________
26357 [  9219] By: gsar                                  on 2001/03/19  00:16:55
26358         Log: remove duplicated tests
26359      Branch: maint-5.6/perl
26360            ! t/op/re_tests
26361 ____________________________________________________________________________
26362 [  9218] By: jhi                                   on 2001/03/18  23:59:31
26363         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
26364      Branch: perl
26365            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
26366 ____________________________________________________________________________
26367 [  9217] By: jhi                                   on 2001/03/18  23:25:20
26368         Log: Rewrite the tests section of Makefile to be less redundant
26369              and to allow for more flexible test targets, many recursive
26370              make calls introduced.
26371      Branch: perl
26372            ! Makefile.SH
26373 ____________________________________________________________________________
26374 [  9216] By: jhi                                   on 2001/03/18  22:30:04
26375         Log: Document the use of Third Degree (sparsely).
26376      Branch: perl
26377            ! pod/perlhack.pod t/TEST
26378 ____________________________________________________________________________
26379 [  9215] By: jhi                                   on 2001/03/18  22:10:30
26380         Log: Make targets for testing with Third Degree.
26381      Branch: perl
26382            ! Makefile.SH
26383 ____________________________________________________________________________
26384 [  9214] By: jhi                                   on 2001/03/18  21:08:53
26385         Log: The podchecker relaxations need to mirrored also at the tests.
26386      Branch: perl
26387            ! t/pod/poderrs.xr
26388 ____________________________________________________________________________
26389 [  9213] By: jhi                                   on 2001/03/18  20:56:21
26390         Log: Update Changes.
26391      Branch: perl
26392            ! Changes patchlevel.h
26393 ____________________________________________________________________________
26394 [  9212] By: jhi                                   on 2001/03/18  20:36:59
26395         Log: Looking for config.sh in parent directories isn't
26396              very useful for the toplevel Makefile.
26397      Branch: perl
26398            ! Makefile.SH
26399 ____________________________________________________________________________
26400 [  9211] By: jhi                                   on 2001/03/18  20:33:37
26401         Log: On "make clean" take care of Third Degree droppings.
26402      Branch: perl
26403            ! Makefile.SH
26404 ____________________________________________________________________________
26405 [  9210] By: jhi                                   on 2001/03/18  20:21:34
26406         Log: Add a hook for running the tests under the Third Degree
26407              debugging tool (set $ENV{PERL_3LOG} to non-zero)
26408              
26409              TODO: Document the use of Third Degree.
26410      Branch: perl
26411            ! t/TEST
26412 ____________________________________________________________________________
26413 [  9209] By: jhi                                   on 2001/03/18  20:19:07
26414         Log: Regen toc and api pods.
26415      Branch: perl
26416            ! pod/perlapi.pod pod/perltoc.pod
26417 ____________________________________________________________________________
26418 [  9208] By: jhi                                   on 2001/03/18  20:12:12
26419         Log: Integrate changes #8128,9132 from mainline into maintperl,
26420              Tie::SubstrHash fixes.
26421      Branch: maint-5.6/perl
26422           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
26423 ____________________________________________________________________________
26424 [  9207] By: jhi                                   on 2001/03/18  20:07:43
26425         Log: podchecker relaxations from Michael Stevens.
26426      Branch: perl
26427            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
26428 ____________________________________________________________________________
26429 [  9206] By: jhi                                   on 2001/03/18  20:04:24
26430         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
26431      Branch: perl
26432            ! lib/Locale/Constants.pm lib/Locale/Country.pm
26433            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
26434            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
26435 ____________________________________________________________________________
26436 [  9205] By: jhi                                   on 2001/03/18  19:54:45
26437         Log: Integrate changes #9161,9162 from maintperl to mainline.
26438              
26439              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
26440              results
26441      Branch: perl
26442           !> t/op/magic.t
26443 ____________________________________________________________________________
26444 [  9204] By: jhi                                   on 2001/03/18  19:37:46
26445         Log: Make perl.third checks more understandable to the builder.
26446      Branch: perl
26447            ! Makefile.SH
26448 ____________________________________________________________________________
26449 [  9203] By: jhi                                   on 2001/03/18  19:20:54
26450         Log: Re-integrate #9138 from maintperl to mainline,
26451              the squelching of the unneeded "Scalars leaked" messages.
26452      Branch: perl
26453           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
26454           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
26455           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
26456 ____________________________________________________________________________
26457 [  9202] By: jhi                                   on 2001/03/18  18:48:36
26458         Log: More robust and more paranoid perl.third target.
26459      Branch: perl
26460            ! Makefile.SH
26461 ____________________________________________________________________________
26462 [  9201] By: jhi                                   on 2001/03/18  18:39:21
26463         Log: Integrate change #9197 from maintperl to mainline.
26464              
26465              more thorough cleaning of arenas.
26466      Branch: perl
26467           !> embed.pl perl.c proto.h sv.c t/op/sort.t
26468 ____________________________________________________________________________
26469 [  9200] By: jhi                                   on 2001/03/18  18:25:17
26470         Log: Integrate perlio.
26471      Branch: perl
26472           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
26473           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
26474           !> t/lib/encode.t toke.c universal.c utf8.c
26475 ____________________________________________________________________________
26476 [  9199] By: nick                                  on 2001/03/18  15:23:51
26477         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
26478              is the sense of the test being done. Avoid some magical 127 and 128 values
26479              by using macros.
26480      Branch: perlio
26481            ! doop.c pp_ctl.c sv.c toke.c
26482 ____________________________________________________________________________
26483 [  9198] By: nick                                  on 2001/03/18  14:18:12
26484         Log: UTF-X encoding invariance for Encode:
26485              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
26486              - move the XS code for those to universal.c (so in miniperl)
26487              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
26488              - change ext/Encode/compile to use above.
26489              - Fix t/lib/encode.t for above
26490              - Teach t/lib/b.t to expect -uutf8
26491              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
26492              utf8.pm is needed.
26493      Branch: perlio
26494            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
26495            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
26496 ____________________________________________________________________________
26497 [  9197] By: gsar                                  on 2001/03/18  12:15:57
26498         Log: more thorough cleaning of arenas--keep going until no more
26499              SvREFCNT_dec()s occur (this fixes the problem that causes the
26500              pesky "Scalars leaked" warnings)
26501      Branch: maint-5.6/perl
26502            ! embed.pl perl.c proto.h sv.c t/op/sort.t
26503 ____________________________________________________________________________
26504 [  9196] By: nick                                  on 2001/03/18  10:57:29
26505         Log: Fix pragma/utf8.t # 15
26506              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
26507              are SvUTF8 as well.
26508      Branch: perlio
26509            ! toke.c
26510 ____________________________________________________________________________
26511 [  9195] By: nick                                  on 2001/03/18  09:27:06
26512         Log: Integrate mainline
26513      Branch: perlio
26514           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
26515           !> t/op/pat.t
26516 ____________________________________________________________________________
26517 [  9194] By: jhi                                   on 2001/03/18  05:29:59
26518         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
26519              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
26520      Branch: perl
26521            ! op.c op.h t/op/misc.t t/op/pat.t
26522 ____________________________________________________________________________
26523 [  9193] By: jhi                                   on 2001/03/18  05:15:06
26524         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
26525      Branch: perl
26526            ! mg.c t/op/pat.t
26527 ____________________________________________________________________________
26528 [  9192] By: jhi                                   on 2001/03/18  04:22:43
26529         Log: tr/// UTF-8 patches from Inaba Hiroto.
26530      Branch: perl
26531            ! doop.c op.c
26532 ____________________________________________________________________________
26533 [  9191] By: jhi                                   on 2001/03/18  04:21:17
26534         Log: Integrate perlio.
26535      Branch: perl
26536           !> utf8.c utfebcdic.h
26537 ____________________________________________________________________________
26538 [  9190] By: nick                                  on 2001/03/17  20:32:01
26539         Log: Correct #if EBCDIC side typos.
26540              Builds and passes many tests on OS390.
26541      Branch: perlio
26542            ! utf8.c utfebcdic.h
26543 ____________________________________________________________________________
26544 [  9189] By: jhi                                   on 2001/03/17  18:55:49
26545         Log: Add prerequisites for the perl.third target.
26546      Branch: perl
26547            ! Makefile.SH
26548 ____________________________________________________________________________
26549 [  9188] By: jhi                                   on 2001/03/17  18:46:00
26550         Log: Integrate perlio.
26551      Branch: perl
26552           +> utfebcdic.h
26553           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
26554 ____________________________________________________________________________
26555 [  9187] By: jhi                                   on 2001/03/17  18:38:47
26556         Log: Add a make rule for perl.third (the Third Degree memory debugging
26557              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
26558      Branch: perl
26559            ! Makefile.SH
26560 ____________________________________________________________________________
26561 [  9186] By: nick                                  on 2001/03/17  18:34:48
26562         Log: MANIFEST addition :-(
26563      Branch: perlio
26564            ! MANIFEST
26565 ____________________________________________________________________________
26566 [  9185] By: nick                                  on 2001/03/17  18:29:50
26567         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
26568              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
26569              a superset of ASCII are invariant under the encoding. This is EBCDIC
26570              friendly as an encoded string can be looked at as being EBCDIC by lexer
26571              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
26572              ASCII on ASCII machines.
26573              
26574              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
26575              seperate.
26576              - Add some more macros to comprehend different shift amounts and
26577              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
26578              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
26579              and conditionaly #include it.
26580              
26581              EBCDIC build as yet untested.  ASCII still fails the one test.
26582      Branch: perlio
26583            + utfebcdic.h
26584            ! utf8.c utf8.h
26585 ____________________________________________________________________________
26586 [  9184] By: nick                                  on 2001/03/17  17:44:16
26587         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
26588      Branch: perlio
26589            ! doop.c perl.h pp.c utf8.h
26590 ____________________________________________________________________________
26591 [  9183] By: jhi                                   on 2001/03/17  15:55:42
26592         Log: Integrate perlio.
26593      Branch: perl
26594            ! MANIFEST
26595           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
26596 ____________________________________________________________________________
26597 [  9182] By: nick                                  on 2001/03/17  09:16:06
26598         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
26599      Branch: perlio
26600            ! t/op/pat.t
26601 ____________________________________________________________________________
26602 [  9181] By: nick                                  on 2001/03/17  09:15:11
26603         Log: Integrate mainline.
26604      Branch: perlio
26605           +> lib/Locale/Constants.pm lib/Locale/Country.pm
26606           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
26607           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
26608           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
26609           !> (integrate 83 files)
26610 ____________________________________________________________________________
26611 [  9180] By: nick                                  on 2001/03/16  17:23:21
26612         Log: EBCDIC Fixes.
26613      Branch: perlio
26614            ! perl.h sv.c toke.c utf8.c utf8.h
26615 ____________________________________________________________________________
26616 [  9179] By: jhi                                   on 2001/03/16  14:10:12
26617         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
26618              a change needed to work around an AIX compiler bug.
26619      Branch: perl
26620            ! ext/Storable/Storable.xs
26621 ____________________________________________________________________________
26622 [  9178] By: jhi                                   on 2001/03/16  03:19:59
26623         Log: With Damian's approval synchronize damian's modules'
26624              licensing with Perl's standard module licensing.
26625      Branch: perl
26626            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
26627 ____________________________________________________________________________
26628 [  9177] By: jhi                                   on 2001/03/16  03:15:34
26629         Log: Make the Filter::Util:Call files have their own copies
26630              of the Perl standard module licensing, from Paul Marquess.
26631      Branch: perl
26632            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
26633 ____________________________________________________________________________
26634 [  9176] By: jhi                                   on 2001/03/16  02:56:04
26635         Log: Subject: [PATCH] more pod patches
26636              From: Michael Stevens <michael@etla.org>
26637              Date: Thu, 15 Mar 2001 21:25:18 +0000
26638              Message-ID: <20010315212518.A18870@firedrake.org>
26639      Branch: perl
26640            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
26641            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
26642            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
26643            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
26644            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
26645            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
26646            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
26647            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
26648            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
26649            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
26650            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
26651            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
26652            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
26653            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
26654            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
26655            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
26656            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
26657            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
26658            ! lib/Locale/Country.pm lib/Locale/Language.pm
26659            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
26660            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
26661            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
26662            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
26663            ! os2/OS2/Process/Process.pm
26664 ____________________________________________________________________________
26665 [  9175] By: jhi                                   on 2001/03/16  02:53:32
26666         Log: Subject: [PATCH] the uncontroversial doc patches
26667              From: Michael Stevens <michael@etla.org>
26668              Date: Thu, 15 Mar 2001 20:01:12 +0000
26669              Message-ID: <20010315200112.A7636@firedrake.org>
26670      Branch: perl
26671            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
26672            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
26673            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
26674            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
26675            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
26676 ____________________________________________________________________________
26677 [  9174] By: jhi                                   on 2001/03/16  02:50:49
26678         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
26679              From: Paul Lindner <lindner@inuus.com>
26680              Date: Fri, 16 Mar 2001 11:28:03 -0800
26681              Message-ID: <20010316112803.A7577@inuus.com>
26682      Branch: perl
26683            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
26684 ____________________________________________________________________________
26685 [  9173] By: nick                                  on 2001/03/15  20:21:03
26686         Log: 1st day's EBCDIC fixes:
26687              - toke.c's parsing of strings needed attention
26688              needed to conditionally e2a if string was already UTF-8
26689              - e2a/a2e tables where wrong way round.
26690              - new macros in utf8.h
26691      Branch: perlio
26692            ! perl.h toke.c utf8.h
26693 ____________________________________________________________________________
26694 [  9172] By: jhi                                   on 2001/03/15  15:17:17
26695         Log: Update Changes.
26696      Branch: perl
26697            ! Changes patchlevel.h
26698 ____________________________________________________________________________
26699 [  9171] By: jhi                                   on 2001/03/15  15:09:32
26700         Log: Subject: Re: Another Borland C++ problem.
26701              From: "Vadim Konovalov" <watman@inbox.ru>
26702              Date: Sat, 10 Mar 2001 19:26:07 +0300
26703              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
26704              
26705              Borland filename case problem.
26706      Branch: perl
26707            + win32/sncfnmcs.pl
26708            ! MANIFEST README.win32
26709 ____________________________________________________________________________
26710 [  9170] By: jhi                                   on 2001/03/15  14:54:23
26711         Log: Add Locale::Codes 1.06, from Neil Bowers.
26712      Branch: perl
26713            + lib/Locale/Constants.pm lib/Locale/Country.pm
26714            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
26715            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
26716            + t/lib/lc-language.t t/lib/lc-uk.t
26717            ! MANIFEST
26718 ____________________________________________________________________________
26719 [  9169] By: jhi                                   on 2001/03/15  14:19:01
26720         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
26721      Branch: perl
26722            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
26723            ! ext/Storable/Storable.xs
26724 ____________________________________________________________________________
26725 [  9168] By: jhi                                   on 2001/03/15  14:13:22
26726         Log: Integrate changes #9120,9167 from mainline to maintperl.
26727              
26728              Subject: [PATCH 5.6.1] OS/2 docs
26729              
26730              Subject: [PATCH 5.6.1] perldoc
26731      Branch: maint-5.6/perl
26732           !> os2/Changes utils/perldoc.PL
26733 ____________________________________________________________________________
26734 [  9167] By: jhi                                   on 2001/03/15  14:07:42
26735         Log: Subject: [PATCH 5.6.1] perldoc
26736              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26737              Date: Wed, 14 Mar 2001 23:46:52 -0500
26738              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
26739      Branch: perl
26740            ! utils/perldoc.PL
26741 ____________________________________________________________________________
26742 [  9166] By: jhi                                   on 2001/03/15  13:53:15
26743         Log: sigaction test condition tweakage.
26744      Branch: perl
26745            ! t/lib/sigaction.t
26746 ____________________________________________________________________________
26747 [  9165] By: alanbur                               on 2001/03/15  03:49:17
26748         Log: Resynchronised with parent
26749      Branch: maint-5.6/pureperl
26750           +> os2/os2add.sym t/op/anonsub.t
26751           !> (integrate 72 files)
26752 ____________________________________________________________________________
26753 [  9164] By: jhi                                   on 2001/03/15  01:05:01
26754         Log: Avoid stomping off the beginning of an array in tr///.
26755      Branch: perl
26756            ! op.c
26757 ____________________________________________________________________________
26758 [  9163] By: jhi                                   on 2001/03/15  00:58:57
26759         Log: h2ph strictness and cleanliness from Kurt Starsinic.
26760      Branch: perl
26761            ! utils/h2ph.PL
26762 ____________________________________________________________________________
26763 [  9162] By: gsar                                  on 2001/03/15  00:56:53
26764         Log: avoid warnings
26765      Branch: maint-5.6/perl
26766            ! t/op/magic.t
26767 ____________________________________________________________________________
26768 [  9161] By: gsar                                  on 2001/03/15  00:52:09
26769         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
26770              results
26771      Branch: maint-5.6/perl
26772            ! t/op/magic.t
26773 ____________________________________________________________________________
26774 [  9160] By: jhi                                   on 2001/03/14  22:02:10
26775         Log: Do not use the Perl malloc in IRIX, suggested by
26776              Helmus Jarausch.
26777      Branch: perl
26778            ! hints/irix_6.sh
26779 ____________________________________________________________________________
26780 [  9159] By: nick                                  on 2001/03/14  21:45:59
26781         Log: Integrate mainline
26782      Branch: perlio
26783           +> t/op/loopctl.t
26784           !> (integrate 41 files)
26785 ____________________________________________________________________________
26786 [  9158] By: jhi                                   on 2001/03/14  21:10:09
26787         Log: The Day of the Retractions continues: the #9138
26788              (integrated in #9144) doesn't work well in mainline.
26789      Branch: perl
26790            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
26791            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
26792            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
26793 ____________________________________________________________________________
26794 [  9157] By: jhi                                   on 2001/03/14  20:58:12
26795         Log: The #9145 CANNOT be enabled: the clear_pmop code still
26796              dumps core all over in Tru64.
26797      Branch: perl
26798            ! op.c op.h t/op/pat.t
26799 ____________________________________________________________________________
26800 [  9156] By: jhi                                   on 2001/03/14  20:48:06
26801         Log: Integrate change #9154 from maintperl to mainline.
26802              
26803              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
26804              (caused Storable 1.0.10 to break on windows)
26805      Branch: perl
26806           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
26807           !> perlapi.c proto.h
26808 ____________________________________________________________________________
26809 [  9155] By: jhi                                   on 2001/03/14  20:23:53
26810         Log: Retract #9136: breaks threading (and binary compatibility).
26811      Branch: perl
26812            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
26813 ____________________________________________________________________________
26814 [  9154] By: gsar                                  on 2001/03/14  17:48:18
26815         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
26816              (caused Storable 1.0.10 to break on windows)
26817      Branch: maint-5.6/perl
26818            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
26819            ! perlapi.c proto.h
26820 ____________________________________________________________________________
26821 [  9153] By: jhi                                   on 2001/03/14  13:35:21
26822         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
26823      Branch: perl
26824            ! t/lib/sigaction.t
26825 ____________________________________________________________________________
26826 [  9152] By: gsar                                  on 2001/03/14  07:29:40
26827         Log: back out changes#9012,9010,9009 and parts of change#9016
26828              (causes ABRs under purify, and some prerequisites don't
26829              seem to be there in 5.6.x)
26830      Branch: maint-5.6/perl
26831            ! doop.c op.c t/op/tr.t toke.c
26832 ____________________________________________________________________________
26833 [  9151] By: gsar                                  on 2001/03/14  07:01:29
26834         Log: reenable change#9145 (the test was busted due to a missing
26835              C<print "ok 27\n">)
26836      Branch: perl
26837            ! op.c op.h t/op/pat.t
26838 ____________________________________________________________________________
26839 [  9150] By: jhi                                   on 2001/03/14  06:38:36
26840         Log: Retract #9145.
26841      Branch: perl
26842            ! op.c op.h t/op/pat.t
26843 ____________________________________________________________________________
26844 [  9149] By: jhi                                   on 2001/03/14  06:14:56
26845         Log: Retract #9143.
26846      Branch: perl
26847            ! op.c
26848 ____________________________________________________________________________
26849 [  9148] By: gsar                                  on 2001/03/14  06:13:02
26850         Log: Uninitialized Memory Read in regexec.c
26851      Branch: perl
26852            ! regexec.c
26853 ____________________________________________________________________________
26854 [  9147] By: jhi                                   on 2001/03/14  04:59:54
26855         Log: Subject: PATCH: make goto work in nested eval ""
26856              From: Robin Houston <robin@kitsite.com>
26857              Date: Wed, 14 Mar 2001 04:16:10 +0000
26858              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
26859      Branch: perl
26860            ! pp_ctl.c t/op/goto.t
26861 ____________________________________________________________________________
26862 [  9146] By: jhi                                   on 2001/03/14  04:42:54
26863         Log: Preserve the #ifdef PERL_CORE in perly.h.
26864      Branch: perl
26865            ! perly.fixer
26866 ____________________________________________________________________________
26867 [  9145] By: jhi                                   on 2001/03/14  03:57:41
26868         Log: (Retracted by #9150.)
26869      Branch: perl
26870            ! op.c op.h t/op/pat.t
26871 ____________________________________________________________________________
26872 [  9144] By: jhi                                   on 2001/03/14  03:50:38
26873         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
26874              
26875              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
26876              
26877              remove squelch controls for "Scalars leaked" messages in most places
26878              (these are now cured)
26879              
26880              fix another memory leak reported by purify (tie callbacks that
26881              croak can leak when wiping out magic)
26882      Branch: perl
26883           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
26884           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
26885           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
26886           !> t/pragma/warnings.t
26887 ____________________________________________________________________________
26888 [  9143] By: jhi                                   on 2001/03/14  03:37:53
26889         Log: (Retracted by #9149.)
26890      Branch: perl
26891            ! op.c
26892 ____________________________________________________________________________
26893 [  9142] By: gsar                                  on 2001/03/14  03:20:48
26894         Log: fix another memory leak reported by purify (tie callbacks that
26895              croak can leak when wiping out magic)
26896      Branch: maint-5.6/perl
26897            ! scope.c
26898 ____________________________________________________________________________
26899 [  9141] By: jhi                                   on 2001/03/14  02:55:00
26900         Log: Subject: PATCH for [ID 20010305.003]
26901              From: Robin Houston <robin@kitsite.com>
26902              Date: Wed, 14 Mar 2001 02:45:51 +0000
26903              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
26904      Branch: perl
26905            ! pp_ctl.c t/op/eval.t
26906 ____________________________________________________________________________
26907 [  9140] By: jhi                                   on 2001/03/14  02:41:54
26908         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
26909              Date: Wed, 14 Mar 2001 01:52:51 +0000
26910              From: Robin Houston <robin@kitsite.com>
26911              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
26912              
26913              Fix for 2000313.004.
26914      Branch: perl
26915            ! pp_ctl.c t/op/goto.t
26916 ____________________________________________________________________________
26917 [  9139] By: jhi                                   on 2001/03/14  02:40:50
26918         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
26919              From: Robin Houston <robin@kitsite.com>
26920              Date: Wed, 14 Mar 2001 00:43:45 +0000
26921              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
26922      Branch: perl
26923            + t/op/loopctl.t
26924            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
26925            ! vms/perly_c.vms
26926 ____________________________________________________________________________
26927 [  9138] By: gsar                                  on 2001/03/14  01:18:00
26928         Log: remove squelch controls for "Scalars leaked" messages in most places
26929              (these are now cured)
26930      Branch: maint-5.6/perl
26931            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
26932            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
26933            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
26934 ____________________________________________________________________________
26935 [  9137] By: gsar                                  on 2001/03/14  00:57:04
26936         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
26937      Branch: maint-5.6/perl
26938            ! regcomp.c
26939 ____________________________________________________________________________
26940 [  9136] By: jhi                                   on 2001/03/13  23:12:24
26941         Log: (Retracted by #9155)
26942              
26943              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
26944              From: Jens-Uwe Mager <jum@helios.de>
26945              Date: Wed, 21 Feb 2001 21:32:04 +0100
26946              Message-ID: <20010221213203.A18340@ans.helios.de>
26947      Branch: perl
26948            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
26949 ____________________________________________________________________________
26950 [  9135] By: jhi                                   on 2001/03/13  22:50:05
26951         Log: Integrate perlio.
26952      Branch: perl
26953           !> pp.c
26954 ____________________________________________________________________________
26955 [  9134] By: jhi                                   on 2001/03/13  22:49:05
26956         Log: Integrate change #9131 from maintperl into mainline.
26957              
26958              make the error text look more consistent in hints/hpux.sh
26959      Branch: perl
26960           !> hints/hpux.sh
26961 ____________________________________________________________________________
26962 [  9133] By: gsar                                  on 2001/03/13  22:46:20
26963         Log: integrate change#9067 from mainline
26964              
26965              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
26966      Branch: maint-5.6/perl
26967           !> lib/ExtUtils/MM_Unix.pm
26968 ____________________________________________________________________________
26969 [  9132] By: jhi                                   on 2001/03/13  22:41:21
26970         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
26971              From: "John P. Linderman" <jpl@research.att.com>
26972              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
26973              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
26974              
26975              A more correct prime finder.
26976      Branch: perl
26977            ! lib/Tie/SubstrHash.pm
26978 ____________________________________________________________________________
26979 [  9131] By: gsar                                  on 2001/03/13  22:30:42
26980         Log: make the error text look more consistent in hints/hpux.sh
26981      Branch: maint-5.6/perl
26982            ! hints/hpux.sh
26983 ____________________________________________________________________________
26984 [  9130] By: jhi                                   on 2001/03/13  22:23:44
26985         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
26986              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26987              Date: Tue, 13 Mar 2001 18:41:26 +0100
26988              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
26989              
26990              If the test is run non-interactively the default handler
26991              is different.
26992      Branch: perl
26993            ! t/lib/sigaction.t
26994 ____________________________________________________________________________
26995 [  9129] By: jhi                                   on 2001/03/13  22:20:21
26996         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
26997              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26998              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
26999              Date:     Tue, 13 Mar 2001 16:44:32 EST
27000      Branch: perl
27001            ! t/lib/1_compile.t
27002 ____________________________________________________________________________
27003 [  9128] By: jhi                                   on 2001/03/13  22:18:34
27004         Log: Subject: Another patch for integer.pm POD 
27005              From: "John L. Allen" <allen@grumman.com>
27006              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
27007              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
27008      Branch: perl
27009            ! lib/integer.pm
27010 ____________________________________________________________________________
27011 [  9127] By: nick                                  on 2001/03/13  21:26:30
27012         Log: Integrate mainline.
27013      Branch: perlio
27014           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
27015           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
27016           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
27017           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
27018           !> Changes Configure MANIFEST README.os2 README.os390
27019           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
27020           !> os2/Changes patchlevel.h win32/perlhost.h
27021 ____________________________________________________________________________
27022 [  9126] By: nick                                  on 2001/03/13  20:39:51
27023         Log: #ifdef'ed out code to make packed side of pack/unpack
27024              octets. (i.e. pack('U') => encode_utf8).
27025      Branch: perlio
27026            ! pp.c
27027 ____________________________________________________________________________
27028 [  9125] By: jhi                                   on 2001/03/13  15:07:16
27029         Log: Update Changes.
27030      Branch: perl
27031            ! Changes patchlevel.h
27032 ____________________________________________________________________________
27033 [  9124] By: jhi                                   on 2001/03/13  14:22:45
27034         Log: Workaround for the buggy ("internal compiler error")
27035              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
27036              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
27037              of Andreas König.
27038      Branch: perl
27039            ! ext/re/Makefile.PL hints/aix.sh
27040 ____________________________________________________________________________
27041 [  9123] By: jhi                                   on 2001/03/13  03:24:34
27042         Log: Typo in #9114.
27043      Branch: metaconfig
27044            ! U/modified/myhostname.U
27045 ____________________________________________________________________________
27046 [  9122] By: jhi                                   on 2001/03/13  03:24:06
27047         Log: Typo in #9113.
27048      Branch: perl
27049            ! Configure
27050 ____________________________________________________________________________
27051 [  9121] By: jhi                                   on 2001/03/13  01:53:05
27052         Log: Forgot to check-in the larger part of #9120, duh.
27053      Branch: perl
27054            ! README.os2
27055 ____________________________________________________________________________
27056 [  9120] By: jhi                                   on 2001/03/13  01:51:31
27057         Log: Subject: [PATCH 5.6.1] OS/2 docs
27058              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27059              Date: Mon, 12 Mar 2001 03:27:32 -0500
27060              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
27061      Branch: perl
27062            ! os2/Changes
27063 ____________________________________________________________________________
27064 [  9119] By: jhi                                   on 2001/03/13  01:49:41
27065         Log: Integrate change #9116 from maintperl into mainline.
27066              
27067              Win32::GetCwd() returns C: instead of C:\ in the root directory
27068              under ithreads
27069      Branch: perl
27070           !> win32/perlhost.h
27071 ____________________________________________________________________________
27072 [  9118] By: jhi                                   on 2001/03/13  01:13:39
27073         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
27074      Branch: perl
27075            + lib/Switch.pm t/lib/switch.t
27076            ! MANIFEST
27077 ____________________________________________________________________________
27078 [  9117] By: jhi                                   on 2001/03/13  01:03:17
27079         Log: Add Text::Balanced 1.83.
27080      Branch: perl
27081            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
27082            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
27083            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
27084            + t/lib/tb-xvari.t
27085            ! MANIFEST
27086 ____________________________________________________________________________
27087 [  9116] By: gsar                                  on 2001/03/13  00:55:53
27088         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
27089              under ithreads
27090      Branch: maint-5.6/perl
27091            ! win32/perlhost.h
27092 ____________________________________________________________________________
27093 [  9115] By: jhi                                   on 2001/03/13  00:54:09
27094         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
27095              From: "John L. Allen" <allen@grumman.com>
27096              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
27097              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
27098              
27099              use integer document clarification.
27100      Branch: perl
27101            ! lib/integer.pm
27102 ____________________________________________________________________________
27103 [  9114] By: jhi                                   on 2001/03/13  00:38:54
27104         Log: Metaconfig unit change for #9113.
27105      Branch: metaconfig
27106            ! U/modified/myhostname.U
27107 ____________________________________________________________________________
27108 [  9113] By: jhi                                   on 2001/03/13  00:38:35
27109         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?)
27110              From: Peter Prymmer <pvhp@forte.com>
27111              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
27112              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
27113      Branch: perl
27114            ! Configure README.os390 hints/os390.sh
27115 ____________________________________________________________________________
27116 [  9112] By: jhi                                   on 2001/03/13  00:29:00
27117         Log: Integrate perlio.
27118      Branch: perl
27119           !> sv.c utf8.h
27120 ____________________________________________________________________________
27121 [  9111] By: nick                                  on 2001/03/12  21:16:33
27122         Log: Integrate mainline.
27123      Branch: perlio
27124           +> t/op/anonsub.t
27125           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
27126           !> proto.h sv.c
27127 ____________________________________________________________________________
27128 [  9110] By: nick                                  on 2001/03/12  21:00:13
27129         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
27130      Branch: perlio
27131            ! sv.c utf8.h
27132 ____________________________________________________________________________
27133 [  9109] By: jhi                                   on 2001/03/12  16:04:47
27134         Log: Integrate change #9108 from maintperl to mainline.
27135              
27136              fix memory leak in C<sub X { sub {} }> arising from a refcount
27137              loop between the outer sub and the inner prototype anonsub
27138              
27139              this also enables closures returned by subroutines that
27140              subsequently get redefined to work without generating coredumps :)
27141              
27142              completely removed the free_closures() hack--it shouldn't be
27143              needed anymore
27144      Branch: perl
27145           +> t/op/anonsub.t
27146           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
27147           !> proto.h sv.c
27148 ____________________________________________________________________________
27149 [  9108] By: gsar                                  on 2001/03/12  10:21:31
27150         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
27151              loop between the outer sub and the inner prototype anonsub
27152              
27153              this also enables closures returned by subroutines that
27154              subsequently get redefined to work without generating coredumps :)
27155              
27156              completely removed the free_closures() hack--it shouldn't be
27157              needed anymore
27158      Branch: maint-5.6/perl
27159            + t/op/anonsub.t
27160            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
27161            ! proto.h sv.c
27162 ____________________________________________________________________________
27163 [  9107] By: jhi                                   on 2001/03/12  05:15:31
27164         Log: Integrate perlio.
27165      Branch: perl
27166           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
27167 ____________________________________________________________________________
27168 [  9106] By: nick                                  on 2001/03/11  20:10:12
27169         Log: regcomp.c is working in native space, not Unicode space (if different)
27170              as it is doing compare against 'W' in \W etc.
27171      Branch: perlio
27172            ! regcomp.c
27173 ____________________________________________________________________________
27174 [  9105] By: nick                                  on 2001/03/11  19:39:34
27175         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
27176              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
27177      Branch: perlio
27178            ! regcomp.c toke.c utf8.c
27179 ____________________________________________________________________________
27180 [  9104] By: nick                                  on 2001/03/11  18:15:44
27181         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
27182      Branch: perlio
27183            ! sv.c
27184 ____________________________________________________________________________
27185 [  9103] By: nick                                  on 2001/03/11  18:03:28
27186         Log: Integrate mainline (for regexp stuff).
27187      Branch: perlio
27188           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
27189           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
27190           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
27191           !> t/lib/errno.t t/op/pat.t
27192 ____________________________________________________________________________
27193 [  9102] By: nick                                  on 2001/03/11  17:44:20
27194         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
27195              - exclude layer syms in makedef.pl for sfio
27196              - also inhibit Encode from trying to build ":encode()" layer.
27197      Branch: perlio
27198            ! ext/Encode/Encode.xs makedef.pl
27199 ____________________________________________________________________________
27200 [  9101] By: jhi                                   on 2001/03/10  22:38:13
27201         Log: The $Is_MacOS needs to be declared.
27202      Branch: perl
27203            ! lib/ExtUtils/Manifest.pm
27204 ____________________________________________________________________________
27205 [  9100] By: jhi                                   on 2001/03/10  22:14:29
27206         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
27207              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
27208              pollute the symbolspace if using sfio.
27209      Branch: perl
27210            ! ext/Encode/Encode.xs
27211 ____________________________________________________________________________
27212 [  9099] By: jhi                                   on 2001/03/10  21:58:48
27213         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
27214              Date: Sat, 10 Mar 2001 14:23:55 -0500
27215              From: Chris Nandor <pudge@pobox.com>
27216              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
27217      Branch: perl
27218            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
27219            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
27220            ! t/lib/errno.t
27221 ____________________________________________________________________________
27222 [  9098] By: jhi                                   on 2001/03/10  21:38:30
27223         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
27224      Branch: perl
27225            ! regcomp.c regexec.c t/op/pat.t
27226 ____________________________________________________________________________
27227 [  9097] By: jhi                                   on 2001/03/10  14:38:07
27228         Log: Integrate perlio.
27229      Branch: perl
27230           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
27231           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
27232           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
27233 ____________________________________________________________________________
27234 [  9096] By: nick                                  on 2001/03/10  11:55:43
27235         Log: EBCDIC sanity - phase I
27236              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
27237              - use utf8n_xxxx (c.f. pvn) for forms which take length.
27238              - back out vN.N and $^V exceptions to e2a/a2e
27239              - make "locale" isxxx macros be uvchr (may be redundant?)
27240              
27241              Not clear yet that toUPPER_uni et. al. return being handled correctly.
27242              The tr// and rexexp stuff still needs an audit, assumption is they are working
27243              in Unicode space.
27244              
27245              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
27246      Branch: perlio
27247            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
27248            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
27249            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
27250 ____________________________________________________________________________
27251 [  9095] By: jhi                                   on 2001/03/09  22:10:01
27252         Log: Integrate perlio.
27253      Branch: perl
27254           !> dump.c
27255 ____________________________________________________________________________
27256 [  9094] By: nick                                  on 2001/03/09  17:36:38
27257         Log: Builds an passes all tests after integrate and this tweak.
27258      Branch: perlio
27259            ! dump.c
27260 ____________________________________________________________________________
27261 [  9093] By: nick                                  on 2001/03/09  17:16:03
27262         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
27263      Branch: perlio
27264           +> lib/unicode/Scripts.txt t/lib/sigaction.t
27265           !> (integrate 79 files)
27266 ____________________________________________________________________________
27267 [  9092] By: jhi                                   on 2001/03/09  15:28:26
27268         Log: Update Changes.
27269      Branch: perl
27270            ! Changes patchlevel.h
27271 ____________________________________________________________________________
27272 [  9091] By: jhi                                   on 2001/03/09  15:25:05
27273         Log: In op/stat #35 better to scan all the potential directories
27274              for setuids, not just the first one.
27275      Branch: perl
27276            ! t/op/stat.t
27277 ____________________________________________________________________________
27278 [  9090] By: jhi                                   on 2001/03/09  15:01:27
27279         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
27280              From: rspier@pobox.com (Robert Spier)
27281              Date: Fri, 9 Mar 2001 03:30:20 -0500
27282              Message-ID: <15016.38044.381174.160189@rls.cx>
27283              
27284              EXISTS() returning undef mistakenly triggered a FETCH().
27285      Branch: perl
27286            ! hv.c
27287 ____________________________________________________________________________
27288 [  9089] By: jhi                                   on 2001/03/09  14:59:02
27289         Log: Add /sbin and /usr/sbin to the list of directories scanned
27290              for setuid programs.  Takes care of bug id 20010309.003.
27291      Branch: perl
27292            ! t/op/stat.t
27293 ____________________________________________________________________________
27294 [  9088] By: jhi                                   on 2001/03/09  14:48:32
27295         Log: Regen perlapi, perltoc.
27296      Branch: perl
27297            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
27298 ____________________________________________________________________________
27299 [  9087] By: jhi                                   on 2001/03/09  14:38:56
27300         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
27301              From: David Mitchell <davem@fdgroup.co.uk>
27302              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
27303              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
27304      Branch: perl
27305            ! dump.c perl.c perl.h pod/perlrun.pod
27306 ____________________________________________________________________________
27307 [  9086] By: jhi                                   on 2001/03/09  01:47:16
27308         Log: A modified version of
27309              
27310              Subject: [ID 20010307.005] POSIX::sigaction has various problems
27311              From: anders@broadcom.com
27312              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
27313              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
27314              
27315              Currently the sigaction.t test #6 fails (and is fudged to look
27316              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
27317              This may well be a genuine bug in Linux sigaction() (since at
27318              least Tru64, Solaris, and HP-UX disagree with Linux).
27319              Anyone with POSIX / SUSv2 tome handy?  The problem is that
27320              the flags of the oldaction don't match with the flags in
27321              the previously installed disposition.
27322      Branch: perl
27323            + t/lib/sigaction.t
27324            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
27325 ____________________________________________________________________________
27326 [  9085] By: jhi                                   on 2001/03/09  01:30:13
27327         Log: Subject: Re: mission impossible for the day
27328              From: Alex Gough <alex@rcon.org>
27329              Date: Thu, 08 Mar 2001 17:18:19 +0000
27330              Message-ID: <3AA7BEDB.8070409@rcon.org>
27331              
27332              If references (are overloaded) and can be directly stringified,
27333              show that instead of "stringified".
27334              
27335              (The problem, infinite mutual recursion caused by overloaded bool
27336              in Switch.pm, tracked by David Mitchell)
27337      Branch: perl
27338            ! lib/Carp/Heavy.pm
27339 ____________________________________________________________________________
27340 [  9084] By: jhi                                   on 2001/03/09  01:20:39
27341         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
27342              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
27343              From: David Mitchell <davem@fdgroup.co.uk>
27344              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
27345      Branch: perl
27346            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
27347            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
27348 ____________________________________________________________________________
27349 [  9083] By: jhi                                   on 2001/03/09  01:16:51
27350         Log: Subject: [PATCH] perldata.pod here-doc docs
27351              From: Jeff Pinyan <jeffp@crusoe.net>
27352              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
27353              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
27354      Branch: perl
27355            ! pod/perldata.pod
27356 ____________________________________________________________________________
27357 [  9082] By: jhi                                   on 2001/03/09  01:01:27
27358         Log: Subject: Re: Unicode/EBCDIC
27359              From: Peter Prymmer <pvhp@forte.com>
27360              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
27361              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
27362      Branch: perl
27363            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
27364 ____________________________________________________________________________
27365 [  9081] By: jhi                                   on 2001/03/08  13:41:30
27366         Log: Subject: Ooops, wrong 'no *POSIX' Patch
27367              From: Dorner Thomas <Thomas.Dorner@start.de>
27368              Date: Thu, 8 Mar 2001 08:43:28 +0100
27369              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
27370      Branch: perl
27371            ! hints/posix-bc.sh
27372 ____________________________________________________________________________
27373 [  9080] By: jhi                                   on 2001/03/08  13:11:42
27374         Log: It's Scripts.txt, not Script.txt.
27375      Branch: perl
27376            ! MANIFEST
27377 ____________________________________________________________________________
27378 [  9079] By: jhi                                   on 2001/03/08  12:59:05
27379         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
27380              From: Dorner Thomas <Thomas.Dorner@start.de>
27381              Date: Wed, 7 Mar 2001 14:13:31 +0100
27382              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
27383      Branch: perl
27384            ! makedepend.SH
27385 ____________________________________________________________________________
27386 [  9078] By: jhi                                   on 2001/03/08  12:57:43
27387         Log: Retract #9069, wrong patch.
27388      Branch: perl
27389            ! Makefile.SH
27390 ____________________________________________________________________________
27391 [  9077] By: jhi                                   on 2001/03/08  01:06:13
27392         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
27393      Branch: perl
27394            + lib/unicode/Scripts.txt
27395            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
27396            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
27397            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
27398            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
27399            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
27400            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
27401            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
27402            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
27403            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
27404            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
27405            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
27406            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
27407            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
27408            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
27409            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
27410            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
27411            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
27412            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
27413            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
27414            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
27415            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
27416            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
27417            ! lib/unicode/version
27418 ____________________________________________________________________________
27419 [  9076] By: jhi                                   on 2001/03/07  22:59:39
27420         Log: Integrate change #7784 from mainline into maintperl.
27421              
27422              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
27423      Branch: maint-5.6/perl
27424           !> pp_ctl.c t/op/pat.t
27425 ____________________________________________________________________________
27426 [  9075] By: jhi                                   on 2001/03/07  22:05:11
27427         Log: More UTF-8 test tweaks.
27428      Branch: perl
27429            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
27430 ____________________________________________________________________________
27431 [  9074] By: nick                                  on 2001/03/07  21:39:29
27432         Log: Integrate mainline.
27433      Branch: perlio
27434           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
27435           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
27436           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
27437           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
27438           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
27439 ____________________________________________________________________________
27440 [  9073] By: jhi                                   on 2001/03/07  16:37:09
27441         Log: Update Changes.
27442      Branch: perl
27443            ! Changes patchlevel.h
27444 ____________________________________________________________________________
27445 [  9072] By: jhi                                   on 2001/03/07  16:32:30
27446         Log: Subject: [ID 20010306.004] || != named unary operator
27447              From: abela@geneanet.org
27448              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
27449              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
27450      Branch: perl
27451            ! pod/perlop.pod
27452 ____________________________________________________________________________
27453 [  9071] By: jhi                                   on 2001/03/07  15:14:11
27454         Log: Subject: downgrading to bytes for common functions
27455              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
27456              Date: Wed, 7 Mar 2001 02:36:55 -0500
27457              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
27458      Branch: perl
27459            ! pp_sys.c
27460 ____________________________________________________________________________
27461 [  9070] By: jhi                                   on 2001/03/07  15:04:58
27462         Log: Clarify the description differentiating for and while; inspired by
27463              
27464              Subject: [ID 20010306.002] for/while difference in for definition
27465              From: abela@geneanet.org
27466              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
27467              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
27468      Branch: perl
27469            ! pod/perlsyn.pod
27470 ____________________________________________________________________________
27471 [  9069] By: jhi                                   on 2001/03/07  14:55:30
27472         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
27473              From: Dorner Thomas <Thomas.Dorner@start.de>
27474              Date: Wed, 7 Mar 2001 14:13:31 +0100
27475              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
27476      Branch: perl
27477            ! Makefile.SH
27478 ____________________________________________________________________________
27479 [  9068] By: jhi                                   on 2001/03/07  14:51:17
27480         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
27481              From: Radu Greab <radu@netsoft.ro>
27482              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
27483              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
27484      Branch: perl
27485            ! pp.c t/op/chop.t
27486 ____________________________________________________________________________
27487 [  9067] By: jhi                                   on 2001/03/07  14:48:57
27488         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
27489              From: Simon Cozens <simon@netthink.co.uk>
27490              Date: Wed, 7 Mar 2001 13:59:28 +0000
27491              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
27492              
27493              In order to allow MakeMaker to build correct Makefiles,
27494              you need to change the order of the arguments in MM_Unix.pm
27495              as well. (Unless you have C89_CCMODE set, but we're trying
27496              to be POSIXly correct)
27497              
27498              Thanks to Merijn Broeren for tracking this down.
27499      Branch: perl
27500            ! lib/ExtUtils/MM_Unix.pm
27501 ____________________________________________________________________________
27502 [  9066] By: jhi                                   on 2001/03/07  14:30:02
27503         Log: Floating point too messy.
27504      Branch: perl
27505            ! t/camel-III/vstring.t
27506 ____________________________________________________________________________
27507 [  9065] By: jhi                                   on 2001/03/07  14:17:44
27508         Log: Integrate change #9064 from maintperl into mainline.
27509              
27510              fix memory leak in pack("Bb",...)
27511      Branch: perl
27512           !> perl.c
27513 ____________________________________________________________________________
27514 [  9064] By: gsar                                  on 2001/03/07  06:29:24
27515         Log: fix memory leak in pack("Bb",...)
27516      Branch: maint-5.6/perl
27517            ! perl.c
27518 ____________________________________________________________________________
27519 [  9063] By: jhi                                   on 2001/03/07  00:55:04
27520         Log: Major utf8 test reorganisation and rewrite.
27521              Hopefully no tests were lost in the shuffle.
27522              (The beginning of pragma/utf8 was lost intentionally,
27523              the tests were rather bogus and incomplete.)
27524      Branch: perl
27525            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
27526            ! t/pragma/utf8.t
27527 ____________________________________________________________________________
27528 [  9062] By: jhi                                   on 2001/03/07  00:41:16
27529         Log: More tweakage on the Unicode character class descriptions.
27530      Branch: perl
27531            ! lib/unicode/mktables.PL pod/perlretut.pod
27532 ____________________________________________________________________________
27533 [  9061] By: jhi                                   on 2001/03/06  23:12:38
27534         Log: The perlretut was still talking about the old \p and \P
27535              definitions.
27536      Branch: perl
27537            ! pod/perlretut.pod
27538 ____________________________________________________________________________
27539 [  9060] By: nick                                  on 2001/03/06  20:52:37
27540         Log: Integrate mainline (make test works again now).
27541      Branch: perlio
27542           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
27543 ____________________________________________________________________________
27544 [  9059] By: jhi                                   on 2001/03/06  15:36:14
27545         Log: 0.999... does equal 1.0, doesn't it?
27546      Branch: perl
27547            ! t/camel-III/vstring.t
27548 ____________________________________________________________________________
27549 [  9058] By: jhi                                   on 2001/03/06  15:34:00
27550         Log: Make /x{abcd}/ to work without use utf8.
27551      Branch: perl
27552            ! regcomp.c
27553 ____________________________________________________________________________
27554 [  9057] By: jhi                                   on 2001/03/06  03:02:36
27555         Log: Easier to outcomment all the three reset() tests for now.
27556      Branch: perl
27557            ! t/op/pat.t
27558 ____________________________________________________________________________
27559 [  9056] By: jhi                                   on 2001/03/06  02:30:02
27560         Log: Comment out the deadly reset; until the 20010301.005
27561              is finally fixed.
27562      Branch: perl
27563            ! t/op/pat.t
27564 ____________________________________________________________________________
27565 [  9055] By: jhi                                   on 2001/03/06  02:21:26
27566         Log: Integrate the change #9054 from mainline:
27567              retract the PMOP cleanup patch pending further investigation.
27568      Branch: maint-5.6/perl
27569           !> op.c op.h
27570 ____________________________________________________________________________
27571 [  9054] By: jhi                                   on 2001/03/06  02:19:57
27572         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
27573              with oddly familiar stack traces.
27574      Branch: perl
27575            ! op.c op.h
27576 ____________________________________________________________________________
27577 [  9053] By: jhi                                   on 2001/03/05  23:20:28
27578         Log: Integrate perlio.
27579      Branch: perl
27580           +> ext/Encode/Encode/koi8-r.ucm
27581           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
27582           !> makedef.pl
27583 ____________________________________________________________________________
27584 [  9052] By: nick                                  on 2001/03/05  23:08:17
27585         Log: skipping USE_PERLIO symbols correction.
27586      Branch: perlio
27587            ! makedef.pl
27588 ____________________________________________________________________________
27589 [  9051] By: nick                                  on 2001/03/05  22:35:07
27590         Log: More Encode alias tidying.
27591      Branch: perlio
27592            + ext/Encode/Encode/koi8-r.ucm
27593            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
27594 ____________________________________________________________________________
27595 [  9050] By: jhi                                   on 2001/03/05  21:44:29
27596         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
27597              Sarathy's fix for ID 20010301.005.
27598      Branch: maint-5.6/perl
27599           !> op.c op.h
27600 ____________________________________________________________________________
27601 [  9049] By: nick                                  on 2001/03/05  19:54:04
27602         Log: Integrate Jarkko's Encode.pm tweak.
27603      Branch: perlio
27604           !> ext/Encode/Encode.pm
27605 ____________________________________________________________________________
27606 [  9048] By: nick                                  on 2001/03/05  19:47:57
27607         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
27608      Branch: perlio
27609           +> os2/os2add.sym
27610           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
27611           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
27612           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
27613           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
27614           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
27615 ____________________________________________________________________________
27616 [  9047] By: jhi                                   on 2001/03/05  19:25:26
27617         Log: Regen perlapi.
27618      Branch: perl
27619            ! pod/perlapi.pod
27620 ____________________________________________________________________________
27621 [  9046] By: jhi                                   on 2001/03/05  19:12:14
27622         Log: Integrate perlio.
27623      Branch: perl
27624           +> t/camel-III/vstring.t
27625           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
27626 ____________________________________________________________________________
27627 [  9045] By: jhi                                   on 2001/03/05  19:10:36
27628         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
27629      Branch: perl
27630            ! ext/Encode/Encode.pm
27631 ____________________________________________________________________________
27632 [  9044] By: jhi                                   on 2001/03/05  18:49:12
27633         Log: Forgot the other half of the PMOP patch (#9033).
27634      Branch: perl
27635            ! op.h
27636 ____________________________________________________________________________
27637 [  9043] By: nick                                  on 2001/03/05  18:14:47
27638         Log: Update MANIFEST for new test.
27639      Branch: perlio
27640            ! MANIFEST
27641 ____________________________________________________________________________
27642 [  9042] By: nick                                  on 2001/03/05  18:12:41
27643         Log: Some tests for Camel 3rd edition features.
27644              Make gethostbyaddr() test in above work.
27645      Branch: perlio
27646            + t/camel-III/vstring.t
27647            ! pp.h pp_sys.c t/TEST t/harness
27648 ____________________________________________________________________________
27649 [  9041] By: jhi                                   on 2001/03/05  17:41:48
27650         Log: Add more ISO 8859 encoding aliases.
27651      Branch: perl
27652            ! ext/Encode/Encode.pm
27653 ____________________________________________________________________________
27654 [  9040] By: jhi                                   on 2001/03/05  17:30:43
27655         Log: Integrate perlio.
27656      Branch: perl
27657           !> MANIFEST sv.c
27658 ____________________________________________________________________________
27659 [  9039] By: nick                                  on 2001/03/05  17:11:36
27660         Log: Missed added file.
27661      Branch: perlio
27662            ! MANIFEST
27663 ____________________________________________________________________________
27664 [  9038] By: jhi                                   on 2001/03/05  15:58:01
27665         Log: Add tr tests for EBCDIC, from Karsten Sperling.
27666      Branch: perl
27667            ! t/op/tr.t
27668 ____________________________________________________________________________
27669 [  9037] By: nick                                  on 2001/03/05  15:56:35
27670         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
27671              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
27672              
27673              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
27674              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
27675              - uses SvPV() rather than sv_2pv() in case it isn't a string.
27676      Branch: perlio
27677            ! sv.c
27678 ____________________________________________________________________________
27679 [  9036] By: jhi                                   on 2001/03/05  15:49:15
27680         Log: Add matching tests currently failing in EBCDIC,
27681              suggested by Karsten Sperling.
27682      Branch: perl
27683            ! t/op/pat.t
27684 ____________________________________________________________________________
27685 [  9035] By: jhi                                   on 2001/03/05  15:36:55
27686         Log: The #9034 needs a MANIFESTation.
27687      Branch: perl
27688            ! MANIFEST
27689 ____________________________________________________________________________
27690 [  9034] By: jhi                                   on 2001/03/05  15:35:14
27691         Log: Integrate perlio.
27692      Branch: perl
27693           +> ext/Encode/Encode/Tcl.pm
27694           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
27695           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
27696           !> ext/Encode/Encode/iso8859-1.ucm
27697           !> ext/Encode/Encode/iso8859-10.ucm
27698           !> ext/Encode/Encode/iso8859-13.ucm
27699           !> ext/Encode/Encode/iso8859-14.ucm
27700           !> ext/Encode/Encode/iso8859-15.ucm
27701           !> ext/Encode/Encode/iso8859-16.ucm
27702           !> ext/Encode/Encode/iso8859-2.ucm
27703           !> ext/Encode/Encode/iso8859-3.ucm
27704           !> ext/Encode/Encode/iso8859-4.ucm
27705           !> ext/Encode/Encode/iso8859-5.ucm
27706           !> ext/Encode/Encode/iso8859-6.ucm
27707           !> ext/Encode/Encode/iso8859-7.ucm
27708           !> ext/Encode/Encode/iso8859-8.ucm
27709           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
27710           !> t/lib/encode.t
27711 ____________________________________________________________________________
27712 [  9033] By: jhi                                   on 2001/03/05  15:33:18
27713         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
27714              From: Gurusamy Sarathy <gsar@ActiveState.com>
27715              Date: Sun, 04 Mar 2001 22:33:15 -0800
27716              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
27717              
27718              PMOPs need to remember their own stash so that they can
27719              gracefully remove themselves from their linked list.
27720      Branch: perl
27721            ! op.c
27722 ____________________________________________________________________________
27723 [  9032] By: nick                                  on 2001/03/05  14:51:50
27724         Log: Encode implementation "completion"
27725              Implement and document define_encoding()
27726              Implement and document encoding aliases including define_alias()
27727              Make Encode::XS use define_encoding() rather than back-door.
27728              Move run-time *.enc to separate Encode::Tcl module.
27729              Make 'compile' honour <codeset_name>
27730              Change canonical names of to iso-8859-* and US-ascii.
27731      Branch: perlio
27732            + ext/Encode/Encode/Tcl.pm
27733            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
27734            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
27735            ! ext/Encode/Encode/iso8859-1.ucm
27736            ! ext/Encode/Encode/iso8859-10.ucm
27737            ! ext/Encode/Encode/iso8859-13.ucm
27738            ! ext/Encode/Encode/iso8859-14.ucm
27739            ! ext/Encode/Encode/iso8859-15.ucm
27740            ! ext/Encode/Encode/iso8859-16.ucm
27741            ! ext/Encode/Encode/iso8859-2.ucm
27742            ! ext/Encode/Encode/iso8859-3.ucm
27743            ! ext/Encode/Encode/iso8859-4.ucm
27744            ! ext/Encode/Encode/iso8859-5.ucm
27745            ! ext/Encode/Encode/iso8859-6.ucm
27746            ! ext/Encode/Encode/iso8859-7.ucm
27747            ! ext/Encode/Encode/iso8859-8.ucm
27748            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
27749            ! t/lib/encode.t
27750 ____________________________________________________________________________
27751 [  9031] By: jhi                                   on 2001/03/05  13:51:17
27752         Log: Integrate change #9030 from maintperl into mainline.
27753              
27754              Subject: [PATCH 5.6.1] OS/2 cleanup
27755      Branch: perl
27756           +> os2/os2add.sym
27757           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
27758           !> makedef.pl os2/Changes os2/Makefile.SHs
27759           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
27760           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
27761           !> os2/os2.sym os2/os2ish.h
27762 ____________________________________________________________________________
27763 [  9030] By: jhi                                   on 2001/03/05  13:46:49
27764         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
27765              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27766              Date: Mon, 5 Mar 2001 02:29:44 -0500
27767              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
27768      Branch: maint-5.6/perl
27769            + os2/os2add.sym
27770            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
27771            ! makedef.pl os2/Changes os2/Makefile.SHs
27772            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
27773            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
27774            ! os2/os2.sym os2/os2ish.h
27775 ____________________________________________________________________________
27776 [  9029] By: jhi                                   on 2001/03/05  13:40:35
27777         Log: Integrate change #9028 from maintperl into mainline.
27778              
27779              various nits in MM_Unix.pm found by disabling SelfLoader
27780      Branch: perl
27781           !> lib/ExtUtils/MM_Unix.pm
27782 ____________________________________________________________________________
27783 [  9028] By: gsar                                  on 2001/03/05  09:58:38
27784         Log: various nits in MM_Unix.pm found by disabling SelfLoader
27785      Branch: maint-5.6/perl
27786            ! lib/ExtUtils/MM_Unix.pm
27787 ____________________________________________________________________________
27788 [  9027] By: nick                                  on 2001/03/05  08:35:22
27789         Log: Integrate mainline
27790      Branch: perlio
27791           !> (integrate 28 files)
27792 ____________________________________________________________________________
27793 [  9026] By: jhi                                   on 2001/03/05  02:14:59
27794         Log: Integrate change #9025 from mainline to maintperl,
27795              retract \N{U+HHHH}.
27796      Branch: maint-5.6/perl
27797           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
27798           !> t/lib/charnames.t toke.c
27799 ____________________________________________________________________________
27800 [  9025] By: jhi                                   on 2001/03/05  02:13:09
27801         Log: Retracting \N{U+HHHH}.
27802      Branch: perl
27803            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
27804            ! t/lib/charnames.t toke.c
27805 ____________________________________________________________________________
27806 [  9024] By: jhi                                   on 2001/03/04  20:51:07
27807         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
27808              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
27809              Date: Fri, 02 Mar 2001 18:25:26 +0100
27810              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
27811              
27812              Casting problem.
27813      Branch: perl
27814            ! ext/Storable/Storable.xs
27815 ____________________________________________________________________________
27816 [  9023] By: jhi                                   on 2001/03/04  19:46:45
27817         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
27818              From: nick@talking.bollo.cx
27819              Date: Sat, 03 Mar 2001 21:41:33 +0000
27820              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
27821              
27822              Revert the workaround.
27823      Branch: perl
27824            ! perlio.c
27825 ____________________________________________________________________________
27826 [  9022] By: jhi                                   on 2001/03/04  19:36:28
27827         Log: Update Changes.
27828      Branch: perl
27829            ! Changes patchlevel.h
27830 ____________________________________________________________________________
27831 [  9021] By: jhi                                   on 2001/03/04  18:41:00
27832         Log: makedef.pl updates suggested by Chris Nandor; double-checking
27833              the changes in AIX, OS/2 Win32 would be nice.
27834      Branch: perl
27835            ! makedef.pl
27836 ____________________________________________________________________________
27837 [  9020] By: jhi                                   on 2001/03/04  18:23:58
27838         Log: Integrate change #9012 from maintperl into mainline,
27839              quench a compiler warning.
27840      Branch: perl
27841           !> toke.c
27842 ____________________________________________________________________________
27843 [  9019] By: jhi                                   on 2001/03/04  18:18:43
27844         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
27845              
27846              \N{U+HHHH} fix.
27847              
27848              pattern in G_ARRAY context
27849      Branch: maint-5.6/perl
27850           !> pp_hot.c t/op/pat.t toke.c
27851 ____________________________________________________________________________
27852 [  9018] By: jhi                                   on 2001/03/04  18:07:48
27853         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
27854              From: Jeff Pinyan <jeffp@crusoe.net>
27855              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
27856              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
27857      Branch: perl
27858            ! pp_hot.c t/op/pat.t
27859 ____________________________________________________________________________
27860 [  9017] By: jhi                                   on 2001/03/04  18:06:21
27861         Log: I thought I tested the #9014.
27862      Branch: perl
27863            ! toke.c
27864 ____________________________________________________________________________
27865 [  9016] By: jhi                                   on 2001/03/04  17:41:22
27866         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
27867              
27868              Tweak the get*ent() OS/2 prototypes.
27869              
27870              Add the \N{U+HHHH} syntax.
27871              
27872              More tr/// UTF-8 fixes from Inaba Hiroto.
27873      Branch: maint-5.6/perl
27874           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
27875           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
27876 ____________________________________________________________________________
27877 [  9015] By: jhi                                   on 2001/03/04  17:36:04
27878         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
27879      Branch: perl
27880            ! doop.c t/op/tr.t
27881 ____________________________________________________________________________
27882 [  9014] By: jhi                                   on 2001/03/04  17:24:49
27883         Log: Add the \N{U+HHHH} syntax.
27884      Branch: perl
27885            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
27886            ! t/lib/charnames.t toke.c
27887 ____________________________________________________________________________
27888 [  9013] By: jhi                                   on 2001/03/04  17:20:45
27889         Log: Tweak the get*ent() OS/2 prototypes.
27890      Branch: perl
27891            ! os2/os2.c
27892 ____________________________________________________________________________
27893 [  9012] By: gsar                                  on 2001/03/04  06:26:14
27894         Log: avoid warning (nit in change#9009)
27895      Branch: maint-5.6/perl
27896            ! toke.c
27897 ____________________________________________________________________________
27898 [  9011] By: gsar                                  on 2001/03/04  06:15:24
27899         Log: lib/charnames.t fails in 5.6.x because of older Unicode
27900              data
27901              
27902              TODO: need to revisit this after updating lib/unicode/...
27903      Branch: maint-5.6/perl
27904            ! t/lib/charnames.t
27905 ____________________________________________________________________________
27906 [  9010] By: gsar                                  on 2001/03/04  06:08:36
27907         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
27908      Branch: maint-5.6/perl
27909            ! toke.c
27910 ____________________________________________________________________________
27911 [  9009] By: jhi                                   on 2001/03/03  19:27:20
27912         Log: Integrate change #9008 from mainline to maintperl,
27913              UTF-8 tr/// fixes from Inaba Hiroto.
27914      Branch: maint-5.6/perl
27915           !> doop.c op.c t/op/tr.t toke.c
27916 ____________________________________________________________________________
27917 [  9008] By: jhi                                   on 2001/03/03  19:19:42
27918         Log: UTF8 tr/// fixes from Inaba Hiroto.
27919      Branch: perl
27920            ! doop.c op.c t/op/tr.t toke.c
27921 ____________________________________________________________________________
27922 [  9007] By: jhi                                   on 2001/03/03  19:00:30
27923         Log: Integrate change #9006 from maintperl to mainline,
27924              more robust quest for the infinite.
27925      Branch: perl
27926           !> lib/Math/Complex.pm
27927 ____________________________________________________________________________
27928 [  9006] By: jhi                                   on 2001/03/03  18:58:06
27929         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
27930              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27931              Date: Sat, 3 Mar 2001 12:51:50 -0500
27932              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
27933              
27934              Be more robust in our quest for the infinite.
27935      Branch: maint-5.6/perl
27936            ! lib/Math/Complex.pm
27937 ____________________________________________________________________________
27938 [  9005] By: jhi                                   on 2001/03/03  17:55:50
27939         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
27940      Branch: maint-5.6/perl
27941            ! doio.c
27942 ____________________________________________________________________________
27943 [  9004] By: jhi                                   on 2001/03/03  17:40:14
27944         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
27945              so that picky compilers like IRIX won't get huffy about
27946              "statements without effect" (like 1;).
27947      Branch: perl
27948            ! toke.c
27949 ____________________________________________________________________________
27950 [  9003] By: jhi                                   on 2001/03/03  17:15:52
27951         Log: Integrate change #9002 from mainline to maintperl.
27952              
27953              Subject: [perl-5.6.x, perl-current] accept for EPOC
27954      Branch: maint-5.6/perl
27955           !> pp_sys.c
27956 ____________________________________________________________________________
27957 [  9002] By: jhi                                   on 2001/03/03  17:14:30
27958         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
27959              From: Olaf Flebbe <O.Flebbe@science-computing.de>
27960              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
27961              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
27962      Branch: perl
27963            ! pp_sys.c
27964 ____________________________________________________________________________
27965 [  9001] By: jhi                                   on 2001/03/03  17:13:13
27966         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
27967              From: "Craig A. Berry" <craigberry@mac.com>
27968              Date: Fri, 02 Mar 2001 17:44:40 -0600
27969              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
27970      Branch: perl
27971            ! t/pod/find.t
27972 ____________________________________________________________________________
27973 [  9000] By: jhi                                   on 2001/03/03  17:11:55
27974         Log: Integrate changes #8997,8999 from maintperl.
27975              
27976              Subject: [PATCH 5.6.1] compiling on OS/2
27977              (Better error message from hints/os2.sh)
27978              
27979              Subject: [PATCH 5.6.1] syslog.t
27980      Branch: perl
27981           !> hints/os2.sh t/lib/syslog.t
27982 ____________________________________________________________________________
27983 [  8999] By: jhi                                   on 2001/03/03  17:09:28
27984         Log: Subject: [PATCH 5.6.1] syslog.t
27985              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27986              Date: Sat, 3 Mar 2001 02:11:17 -0500
27987              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
27988      Branch: maint-5.6/perl
27989            ! t/lib/syslog.t
27990 ____________________________________________________________________________
27991 [  8998] By: jhi                                   on 2001/03/03  17:07:50
27992         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
27993              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27994              Date: Sat, 3 Mar 2001 01:53:52 -0500
27995              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
27996      Branch: maint-5.6/perl
27997            ! opcode.pl os2/os2.c
27998 ____________________________________________________________________________
27999 [  8997] By: jhi                                   on 2001/03/03  17:03:30
28000         Log: Subject: [PATCH 5.6.1] compiling on OS/2
28001              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28002              Date: Sat, 3 Mar 2001 01:59:59 -0500
28003              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
28004      Branch: maint-5.6/perl
28005            ! hints/os2.sh
28006 ____________________________________________________________________________
28007 [  8996] By: jhi                                   on 2001/03/03  00:55:58
28008         Log: Regen files for mainline.
28009      Branch: perl
28010            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28011            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
28012 ____________________________________________________________________________
28013 [  8995] By: jhi                                   on 2001/03/03  00:35:22
28014         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
28015              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
28016              to maintperl.
28017              
28018              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
28019              
28020              Add Configure option -Dmksymlinks which will create a symlink
28021              forest if the current/build differs from the source directory.
28022              (8218,8220,8221,8317,8318,8971)
28023              
28024              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
28025              (Document APPLLIB_EXP in INSTALL.)
28026              
28027              If running byacc write-enable also perly.h.
28028              
28029              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
28030              
28031              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
28032              
28033              Sanity check for conflicting thread flavours.
28034              
28035              Fix the sys/fcntl.h problem reported by Peter Prymmer.
28036              
28037              Add few CPUs/architectures to the Cppsym scan,
28038              add -perlio to archname if so selected (modified 8890)
28039              
28040              Be more helpful for devel builders, suggested by John L. Allen.
28041              (admittedly pointless change for maintperl, but the usedevel
28042              code is there already)
28043      Branch: maint-5.6/perl
28044           !> Configure INSTALL Makefile.SH Porting/Glossary
28045           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
28046           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
28047           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
28048           !> win32/config.bc win32/config.gc win32/config.vc
28049 ____________________________________________________________________________
28050 [  8994] By: jhi                                   on 2001/03/02  23:31:41
28051         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
28052      Branch: metaconfig/U/perl
28053            ! gccvers.U
28054 ____________________________________________________________________________
28055 [  8993] By: jhi                                   on 2001/03/02  23:22:12
28056         Log: Regenerate various files for maint.
28057      Branch: maint-5.6/perl
28058            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
28059            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
28060 ____________________________________________________________________________
28061 [  8992] By: alanbur                               on 2001/03/02  22:48:34
28062         Log: Resync wuth parent
28063      Branch: maint-5.6/pureperl
28064           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
28065           !> (integrate 60 files)
28066 ____________________________________________________________________________
28067 [  8991] By: jhi                                   on 2001/03/02  21:00:08
28068         Log: Retract the #8742 part of #8986, backward compat.
28069      Branch: maint-5.6/perl
28070            ! embed.pl
28071 ____________________________________________________________________________
28072 [  8990] By: jhi                                   on 2001/03/02  20:40:07
28073         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
28074      Branch: maint-5.6/perl
28075            ! hv.c
28076 ____________________________________________________________________________
28077 [  8989] By: jhi                                   on 2001/03/02  19:59:56
28078         Log: Update Changes.
28079      Branch: perl
28080            ! Changes patchlevel.h
28081 ____________________________________________________________________________
28082 [  8988] By: jhi                                   on 2001/03/02  19:57:08
28083         Log: Integrate perlio.
28084      Branch: perl
28085           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
28086           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
28087           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
28088           !> ext/Encode/Encode/iso8859-10.ucm
28089           !> ext/Encode/Encode/iso8859-13.ucm
28090           !> ext/Encode/Encode/iso8859-14.ucm
28091           !> ext/Encode/Encode/iso8859-15.ucm
28092           !> ext/Encode/Encode/iso8859-16.ucm
28093           !> ext/Encode/Encode/iso8859-2.ucm
28094           !> ext/Encode/Encode/iso8859-3.ucm
28095           !> ext/Encode/Encode/iso8859-4.ucm
28096           !> ext/Encode/Encode/iso8859-5.ucm
28097           !> ext/Encode/Encode/iso8859-6.ucm
28098           !> ext/Encode/Encode/iso8859-7.ucm
28099           !> ext/Encode/Encode/iso8859-8.ucm
28100           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
28101           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
28102 ____________________________________________________________________________
28103 [  8987] By: jhi                                   on 2001/03/02  19:43:40
28104         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
28105              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
28106              8950,8952,8955 from mainline to maintperl.
28107              
28108              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
28109              
28110              Put to rest the 20010205.001, the email address checking (not) regex.
28111              
28112              fork() not everywhere, cleanup temp files.
28113              
28114              The #8843 wasn't quite right: %Config needs to imported.
28115              
28116              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
28117              (#8849: the glob-basic hunk needed massaging as it depended
28118              on Schwern's large-scale (unintegrated) patches)
28119              
28120              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
28121              
28122              Upgrade to CGI.pm 2.752, from Lincoln Stein.
28123              (Note: there were some conflicts due to EBCDIC and EPOC
28124              patches, in general I preferred the repository code.)
28125              (When 2.753 comes out, we need to synchronize.)
28126              
28127              Subject: [PATCH] fix for charnames above FFFF
28128              
28129              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
28130              
28131              If no sfio, no -lsfio.
28132              
28133              Run run/*.t also in minitest.
28134              
28135              Subject:  [PATCH perl 5.7.0] malloc message address offset
28136              
28137              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
28138              
28139              Subject: fix for parameter -Dm (for perl@8867)
28140              
28141              Subject: [PATCH: perl@8892] was Re: hashing order difference?
28142              (make the test more portable)
28143              
28144              Subject: Re: [PATCH] fix for charnames above FFFF
28145              
28146              Subject: Re: I'm losing the war...
28147              (hv_store() not working correctly in ENV_IS_CASELESS case.)
28148              
28149              Subject: Modified README.bs2000 
28150              
28151              Subject: [PATCH: perl@8935] -Dt padsv($var)
28152              
28153              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
28154              
28155              Subject: PATCH: extra tests to check on negative float to unsigned cast
28156              
28157              Subject: [PATCH] XPUSH[insp] was Re: progress
28158              
28159              Subject: Re: Compile with perlcc..
28160      Branch: maint-5.6/perl
28161           !> (integrate 36 files)
28162 ____________________________________________________________________________
28163 [  8986] By: jhi                                   on 2001/03/02  18:51:25
28164         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
28165              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
28166              to maintperl.
28167              
28168              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
28169              
28170              Subject: [DOC PATCH] overload.pm nits
28171              
28172              Add header for LIB$ prototypes (C. Berry)
28173              
28174              Convert fwrite()s to sockets to write()s, since some socket stacks
28175              don't take kindly to stdio.
28176              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
28177              (for often optional LNMs)
28178              Correct a few typos
28179              (C. Bailey)
28180              
28181              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
28182              
28183              De-cut-and-pasto.
28184              
28185              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
28186              
28187              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
28188              
28189              Upgrade to CPAN 1.59_54, from Andreas König.
28190              
28191              Bogus shebang.
28192              
28193              Subject: [PATCH] Document makepatch in Porting/patching
28194              
28195              UTF-8 documentation.
28196              
28197              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
28198              
28199              Sort the MANIFEST.
28200              
28201              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
28202              
28203              Subject: [PATCH @8807] toke.c cleanup: scan_str()
28204              
28205              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
28206              
28207              Add run/*.t to testables.
28208              
28209              TODO: integrate #8784.
28210      Branch: maint-5.6/perl
28211           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
28212           !> (integrate 28 files)
28213 ____________________________________________________________________________
28214 [  8985] By: nick                                  on 2001/03/02  18:15:45
28215         Log: Integrate mainline
28216      Branch: perlio
28217           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
28218           !> vms/vms.c
28219 ____________________________________________________________________________
28220 [  8984] By: jhi                                   on 2001/03/02  16:00:17
28221         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
28222              
28223              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
28224              5.004_05, and mention the suidperl August 2000 security problem.
28225              (#8978,#8981)
28226              
28227              Subject: [ID 20010301.004] Technically speaking in perldata
28228              
28229              Subject: [PATCH] File::Copy for bleadperl, maintperl
28230              
28231              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
28232              
28233              (The #8982, fix for 20010221.005 and 20010221.008,
28234              would be nice too but it didn't integrate cleanly.)
28235      Branch: maint-5.6/perl
28236           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
28237 ____________________________________________________________________________
28238 [  8983] By: jhi                                   on 2001/03/02  15:51:16
28239         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
28240              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28241              Date:     Thu, 1 Mar 2001 15:54:09 EST
28242              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
28243      Branch: perl
28244            ! vms/vms.c
28245 ____________________________________________________________________________
28246 [  8982] By: jhi                                   on 2001/03/02  15:43:31
28247         Log: Subject: Re: sync sync sync: have I missed any patches?
28248              From: Radu Greab <radu@netsoft.ro> 
28249              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
28250              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
28251              
28252              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
28253              was checking argv[0] regardless of whether a different pathname
28254              will actually be executed."  Test case not supplied because 
28255              drafting that, ironically enough, revealed another bug
28256              (or a feature).
28257      Branch: perl
28258            ! doio.c
28259 ____________________________________________________________________________
28260 [  8981] By: jhi                                   on 2001/03/02  15:28:03
28261         Log: Misdate in #8978.
28262      Branch: perl
28263            ! pod/perlfaq1.pod
28264 ____________________________________________________________________________
28265 [  8980] By: jhi                                   on 2001/03/02  15:24:20
28266         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
28267              From: Chris Nandor <pudge@pobox.com>
28268              Date: Wed, 28 Feb 2001 22:10:15 -0500
28269              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
28270      Branch: perl
28271            ! lib/File/Copy.pm
28272 ____________________________________________________________________________
28273 [  8979] By: jhi                                   on 2001/03/02  15:17:16
28274         Log: Subject: [ID 20010301.004] Technically speaking in perldata
28275              From: abela@geneanet.org
28276              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
28277              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
28278      Branch: perl
28279            ! pod/perldata.pod
28280 ____________________________________________________________________________
28281 [  8978] By: jhi                                   on 2001/03/02  15:15:27
28282         Log: Subject: [ID 20010301.003] ref to 5.004
28283              From: abela@geneanet.org
28284              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
28285              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
28286              
28287              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
28288              and mention the suidperl August 2000 security problem.
28289      Branch: perl
28290            ! pod/perlfaq1.pod
28291 ____________________________________________________________________________
28292 [  8977] By: alanbur                               on 2001/03/02  14:17:45
28293         Log: Resynchronised with parent
28294      Branch: maint-5.6/pureperl
28295           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
28296           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
28297           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
28298           !> vms/descrip_mms.template win32/win32.c win32/win32.h
28299           !> win32/win32iop.h
28300 ____________________________________________________________________________
28301 [  8976] By: nick                                  on 2001/03/01  23:25:30
28302         Log: Integrate mainline.
28303      Branch: perlio
28304            - t/op/qu.t
28305           !> (integrate 55 files)
28306 ____________________________________________________________________________
28307 [  8975] By: jhi                                   on 2001/03/01  16:51:34
28308         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
28309      Branch: perl
28310           !> toke.c
28311 ____________________________________________________________________________
28312 [  8974] By: gsar                                  on 2001/03/01  16:28:21
28313         Log: fix for bugid 20010226.008
28314              
28315              the problem was that some of the pointers (PL_last_lop and
28316              PL_last_uni specifically) into the lex buffers weren't correctly
28317              being invalidated when the buffer changed; this would leave the
28318              pointers pointing at an arbitrary location in the buffer if
28319              the buffer didn't need to be reallocated, or point into freed
28320              memory if the buffer had to be realloced
28321              
28322              TODO item for bugdb maintainers: check other seemingly random
28323              parser-related bugs--they might be cured by this
28324      Branch: maint-5.6/perl
28325            ! toke.c
28326 ____________________________________________________________________________
28327 [  8973] By: jhi                                   on 2001/03/01  02:23:25
28328         Log: Retract #8970 because of a completely mysterious core dump:
28329              adding the tests 241..244 causes op/pat dump core at test #25.
28330              The test needs a lot of whittling down before the bug can be solved.
28331      Branch: perl
28332            ! t/op/pat.t
28333 ____________________________________________________________________________
28334 [  8972] By: jhi                                   on 2001/03/01  01:58:38
28335         Log: Regen perlapi.
28336      Branch: perl
28337            ! pod/perlapi.pod
28338 ____________________________________________________________________________
28339 [  8971] By: jhi                                   on 2001/03/01  01:34:09
28340         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))
28341              From: Nicholas Clark <nick@ccl4.org>
28342              Date: Wed, 28 Feb 2001 23:28:49 +0000
28343              Message-ID: <20010228232849.A55187@plum.flirble.org>
28344              
28345              Allow a completely write protected source code tree
28346              when using the Configure -Dmksymlinks.
28347      Branch: perl
28348            ! embed.pl warnings.pl
28349 ____________________________________________________________________________
28350 [  8970] By: jhi                                   on 2001/03/01  01:32:04
28351         Log: Add back the EBCDIC character range tests (for matching).
28352      Branch: perl
28353            ! t/op/pat.t
28354 ____________________________________________________________________________
28355 [  8969] By: nick                                  on 2001/02/28  18:18:01
28356         Log: Add charname comments to .ucm files writen by 'compile',
28357              also order charmaps in those files by source encoding.
28358              regenerate distrubuted .ucm files
28359      Branch: perlio
28360            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
28361            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
28362            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
28363            ! ext/Encode/Encode/iso8859-10.ucm
28364            ! ext/Encode/Encode/iso8859-13.ucm
28365            ! ext/Encode/Encode/iso8859-14.ucm
28366            ! ext/Encode/Encode/iso8859-15.ucm
28367            ! ext/Encode/Encode/iso8859-16.ucm
28368            ! ext/Encode/Encode/iso8859-2.ucm
28369            ! ext/Encode/Encode/iso8859-3.ucm
28370            ! ext/Encode/Encode/iso8859-4.ucm
28371            ! ext/Encode/Encode/iso8859-5.ucm
28372            ! ext/Encode/Encode/iso8859-6.ucm
28373            ! ext/Encode/Encode/iso8859-7.ucm
28374            ! ext/Encode/Encode/iso8859-8.ucm
28375            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
28376            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
28377 ____________________________________________________________________________
28378 [  8968] By: jhi                                   on 2001/02/28  16:26:37
28379         Log: Expand usemorebits early if d_casti32 needs to be undefined.
28380      Branch: perl
28381            ! hints/hpux.sh hints/irix_6.sh
28382 ____________________________________________________________________________
28383 [  8967] By: jhi                                   on 2001/02/28  16:22:26
28384         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
28385              retract toke.c/qu parts of #8583, retract #8485, retract
28386              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
28387              op/length.t, and MANIFEST, and delete t/op/qu.t.
28388      Branch: perl
28389            - t/op/qu.t
28390            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
28391            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
28392            ! t/op/length.t toke.c
28393 ____________________________________________________________________________
28394 [  8966] By: jhi                                   on 2001/02/28  15:00:27
28395         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
28396              by not changing from pre-Unicode days into being Unicode-aware.
28397              Sniff.
28398      Branch: perl
28399            ! pp.c t/op/pack.t t/op/qu.t
28400 ____________________________________________________________________________
28401 [  8965] By: jhi                                   on 2001/02/28  14:37:55
28402         Log: Subject: Re: Errors in core PODs
28403              From: Michael Stevens <michael@etla.org> 
28404              Date: Fri, 23 Feb 2001 15:47:56 +0000
28405              Message-ID: <20010223154756.A7723@firedrake.org> 
28406      Branch: perl
28407            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
28408            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
28409            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
28410            ! x2p/a2p.pod
28411 ____________________________________________________________________________
28412 [  8964] By: jhi                                   on 2001/02/28  14:35:35
28413         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
28414              (The #8961 was too bold.)
28415      Branch: perl
28416            ! hints/hpux.sh hints/irix_6.sh
28417 ____________________________________________________________________________
28418 [  8963] By: jhi                                   on 2001/02/28  14:33:39
28419         Log: Subject: Re: sync sync sync: have I missed any patches?
28420              From: Tim Jenness <t.jenness@jach.hawaii.edu>
28421              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
28422              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
28423              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
28424              
28425              Replace djSP with dSP.
28426      Branch: perl
28427            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
28428            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
28429            ! win32/perlhost.h
28430 ____________________________________________________________________________
28431 [  8962] By: jhi                                   on 2001/02/27  23:21:14
28432         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
28433      Branch: perl
28434            ! lib/Filter/Simple.pm
28435 ____________________________________________________________________________
28436 [  8961] By: jhi                                   on 2001/02/27  22:55:26
28437         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
28438              and this would be it.
28439      Branch: perl
28440            ! hints/hpux.sh hints/irix_6.sh
28441 ____________________________________________________________________________
28442 [  8960] By: jhi                                   on 2001/02/27  22:51:33
28443         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
28444              From: "Craig A. Berry" <craigberry@mac.com>
28445              Date: Tue, 27 Feb 2001 16:11:44 -0600
28446              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
28447      Branch: maint-5.6/perl
28448            ! configure.com vms/descrip_mms.template
28449 ____________________________________________________________________________
28450 [  8959] By: jhi                                   on 2001/02/27  22:47:23
28451         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
28452              From: "Craig A. Berry" <craigberry@mac.com>
28453              Date: Tue, 27 Feb 2001 16:11:44 -0600
28454              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
28455      Branch: perl
28456            ! configure.com vms/descrip_mms.template
28457 ____________________________________________________________________________
28458 [  8958] By: jhi                                   on 2001/02/27  15:16:42
28459         Log: Update Changes.
28460      Branch: perl
28461            ! Changes patchlevel.h
28462 ____________________________________________________________________________
28463 [  8957] By: jhi                                   on 2001/02/27  06:15:07
28464         Log: Subject: [5.6.x] EPOC additions
28465              From: Olaf Flebbe <O.Flebbe@science-computing.de>
28466              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
28467              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
28468      Branch: maint-5.6/perl
28469            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
28470 ____________________________________________________________________________
28471 [  8956] By: jhi                                   on 2001/02/27  06:12:11
28472         Log: Subject: [perl-current] EPOC 
28473              From: Olaf Flebbe <O.Flebbe@science-computing.de>
28474              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
28475              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
28476      Branch: perl
28477            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
28478            ! epoc/epocish.c epoc/epocish.h pp_sys.c
28479 ____________________________________________________________________________
28480 [  8955] By: jhi                                   on 2001/02/27  05:59:50
28481         Log: Subject: Re: Compile with perlcc..
28482              From: Edward Peschko <edwardp@excitehome.net>
28483              Date: Mon, 26 Feb 2001 18:51:58 -0800
28484              Message-ID: <20010226185158.A9871@excitehome.net>
28485              
28486              plus add a simple usage message if no arguments given.
28487      Branch: perl
28488            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
28489            ! utils/Makefile utils/perlcc.PL win32/pod.mak
28490 ____________________________________________________________________________
28491 [  8954] By: nick                                  on 2001/02/26  21:02:59
28492         Log: Integrate mainline
28493      Branch: perlio
28494           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
28495           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
28496           !> t/op/sprintf.t
28497 ____________________________________________________________________________
28498 [  8953] By: jhi                                   on 2001/02/26  14:43:54
28499         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
28500              From: Nicholas Clark <nick@ccl4.org>
28501              Date: Mon, 26 Feb 2001 00:42:07 +0000
28502              Message-ID: <20010226004207.F23333@plum.flirble.org>
28503      Branch: perl
28504            ! pp_ctl.c
28505 ____________________________________________________________________________
28506 [  8952] By: jhi                                   on 2001/02/26  14:42:13
28507         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
28508              From: Simon Cozens <simon@netthink.co.uk>
28509              Date: Mon, 26 Feb 2001 12:23:48 +0000
28510              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
28511      Branch: perl
28512            ! pod/perlguts.pod
28513 ____________________________________________________________________________
28514 [  8951] By: jhi                                   on 2001/02/26  14:39:15
28515         Log: Subject: [PATCH] perlio - unknown layer
28516              From: Nicholas Clark <nick@ccl4.org>
28517              Date: Mon, 26 Feb 2001 00:27:19 +0000
28518              Message-ID: <20010226002719.E23333@plum.flirble.org>
28519      Branch: perl
28520            ! perlio.c
28521 ____________________________________________________________________________
28522 [  8950] By: jhi                                   on 2001/02/26  14:38:04
28523         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
28524              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
28525              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
28526              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
28527      Branch: perl
28528            ! t/op/bop.t
28529 ____________________________________________________________________________
28530 [  8949] By: jhi                                   on 2001/02/26  14:37:07
28531         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
28532              From: Peter Prymmer <pvhp@forte.com>
28533              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
28534              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
28535      Branch: perl
28536            ! lib/Test.pm
28537 ____________________________________________________________________________
28538 [  8948] By: jhi                                   on 2001/02/26  14:35:53
28539         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
28540              From: Radu Greab <radu@netsoft.ro>
28541              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
28542              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
28543      Branch: perl
28544            ! pod/perlop.pod
28545 ____________________________________________________________________________
28546 [  8947] By: jhi                                   on 2001/02/26  14:34:46
28547         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
28548              From: David Mitchell <davem@fdgroup.co.uk>
28549              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
28550              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
28551      Branch: perl
28552            ! run.c
28553 ____________________________________________________________________________
28554 [  8946] By: jhi                                   on 2001/02/26  14:32:37
28555         Log: Subject: Modified README.bs2000 
28556              From: Dorner Thomas <Thomas.Dorner@start.de>
28557              Date: Mon, 26 Feb 2001 09:22:17 +0100
28558              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
28559      Branch: perl
28560            ! README.bs2000
28561 ____________________________________________________________________________
28562 [  8945] By: jhi                                   on 2001/02/26  14:19:53
28563         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
28564              to maintperl, listing the known failures on the tests 129 and 130.
28565      Branch: maint-5.6/perl
28566           !> t/op/sprintf.t
28567 ____________________________________________________________________________
28568 [  8944] By: jhi                                   on 2001/02/26  14:14:15
28569         Log: Add more known sprintf failures.
28570      Branch: perl
28571            ! t/op/sprintf.t
28572 ____________________________________________________________________________
28573 [  8943] By: jhi                                   on 2001/02/26  13:56:22
28574         Log: perlglob.exe needs to be found in Win32, patch from
28575              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
28576              which needs external glob at mini-perl time."
28577      Branch: perl
28578            ! ext/Encode/compile
28579 ____________________________________________________________________________
28580 [  8942] By: jhi                                   on 2001/02/26  13:52:19
28581         Log: A missing dTHX from Vadim Konovalov.
28582      Branch: perl
28583            ! perlio.c
28584 ____________________________________________________________________________
28585 [  8941] By: jhi                                   on 2001/02/26  13:37:05
28586         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
28587      Branch: perl
28588            ! op.c
28589 ____________________________________________________________________________
28590 [  8940] By: jhi                                   on 2001/02/26  13:35:40
28591         Log: Integrate perlio.
28592      Branch: perl
28593           !> ext/Encode/Encode.pm
28594 ____________________________________________________________________________
28595 [  8939] By: nick                                  on 2001/02/25  23:47:09
28596         Log: Integrate mainline.
28597      Branch: perlio
28598           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
28599           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
28600 ____________________________________________________________________________
28601 [  8938] By: nick                                  on 2001/02/25  19:36:28
28602         Log: Encode implementations docs.
28603      Branch: perlio
28604            ! ext/Encode/Encode.pm
28605 ____________________________________________________________________________
28606 [  8937] By: jhi                                   on 2001/02/25  19:26:16
28607         Log: Script wasn't aligned with reality.
28608      Branch: perl
28609            ! t/pod/find.t
28610 ____________________________________________________________________________
28611 [  8936] By: jhi                                   on 2001/02/25  18:54:55
28612         Log: Update Changes.
28613      Branch: perl
28614            ! Changes patchlevel.h
28615 ____________________________________________________________________________
28616 [  8935] By: jhi                                   on 2001/02/25  18:46:36
28617         Log: Retract #8929,8930,8932,8933 for now.
28618      Branch: perl
28619            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
28620 ____________________________________________________________________________
28621 [  8934] By: jhi                                   on 2001/02/25  17:34:35
28622         Log: Integrate perlio.
28623      Branch: perl
28624           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
28625           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
28626           !> t/lib/encode.t
28627 ____________________________________________________________________________
28628 [  8933] By: jhi                                   on 2001/02/25  17:33:12
28629         Log: (Retracted by #8395.)
28630              
28631              Slight tweaks in scan_const(), not fixes yet, it seems like
28632              lots of work remains to be done...
28633      Branch: perl
28634            ! toke.c
28635 ____________________________________________________________________________
28636 [  8932] By: jhi                                   on 2001/02/25  17:27:11
28637         Log: (Retracted by #8395.)
28638              
28639              Missing from #8930.
28640      Branch: perl
28641            ! perl.h
28642 ____________________________________________________________________________
28643 [  8931] By: jhi                                   on 2001/02/25  17:26:19
28644         Log: A comment tweak.
28645      Branch: perl
28646            ! utf8.c
28647 ____________________________________________________________________________
28648 [  8930] By: jhi                                   on 2001/02/25  17:25:47
28649         Log: (Retracted by #8395.)
28650              
28651              Attempt to fix the EBCDIC character range problwm with //.
28652      Branch: perl
28653            ! regcomp.c
28654 ____________________________________________________________________________
28655 [  8929] By: jhi                                   on 2001/02/25  17:23:45
28656         Log: (Retracted by #8395.)
28657              
28658              Expand the EBCDIC character range tests, and add few nasty
28659              tr tests from Karsten Sperling.
28660      Branch: perl
28661            ! t/op/pat.t t/op/tr.t
28662 ____________________________________________________________________________
28663 [  8928] By: jhi                                   on 2001/02/25  17:18:49
28664         Log: Missing check-in.
28665      Branch: perl
28666            ! lib/Pod/Find.pm
28667 ____________________________________________________________________________
28668 [  8927] By: nick                                  on 2001/02/25  11:30:22
28669         Log: Change method names in Encode implementation classes to something
28670              less confusing (preparing to "go public").
28671      Branch: perlio
28672            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
28673 ____________________________________________________________________________
28674 [  8926] By: nick                                  on 2001/02/25  10:53:24
28675         Log: GCC __atribute__ / printf fix
28676      Branch: perlio
28677            ! perl.h
28678 ____________________________________________________________________________
28679 [  8925] By: nick                                  on 2001/02/25  10:52:25
28680         Log: Checked in the wrong one ...
28681      Branch: perlio
28682            ! ext/Encode/Encode.pm
28683 ____________________________________________________________________________
28684 [  8924] By: nick                                  on 2001/02/24  18:46:51
28685         Log: Integrate mainline - to see what Jarkko has in ...
28686      Branch: perlio
28687           +> t/pod/testpods/lib/Pod/Stuff.pm
28688           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
28689 ____________________________________________________________________________
28690 [  8923] By: nick                                  on 2001/02/24  17:05:23
28691         Log: Encode API documentation nd tidy up.
28692              Minor additions to test.
28693              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
28694              Adds STRLEN to standard typemap.
28695      Branch: perlio
28696            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
28697            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
28698 ____________________________________________________________________________
28699 [  8922] By: jhi                                   on 2001/02/24  16:38:12
28700         Log: Add a test for the "character range should match in EBCDIC
28701              if specified using explicit numerics" bug found by Karsten
28702              Sperling.
28703      Branch: perl
28704            ! t/op/pat.t
28705 ____________________________________________________________________________
28706 [  8921] By: jhi                                   on 2001/02/24  16:30:16
28707         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
28708              From: schwern@pobox.com
28709              Date: Fri, 23 Feb 2001 03:21:37 -0500
28710              Message-ID: <20010223032137.A26022@magnonel.guild.net>
28711              
28712              plus Charles Lane's fixes, plus tweaks.
28713      Branch: perl
28714            + t/pod/testpods/lib/Pod/Stuff.pm
28715            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
28716 ____________________________________________________________________________
28717 [  8920] By: nick                                  on 2001/02/24  10:30:11
28718         Log: Integrate mainline
28719      Branch: perlio
28720           !> (integrate 33 files)
28721 ____________________________________________________________________________
28722 [  8919] By: jhi                                   on 2001/02/24  00:23:35
28723         Log: Subject: Re: I'm losing the war...
28724              From: "Vadim Konovalov" <watman@inbox.ru>
28725              Date: Sat, 24 Feb 2001 00:10:14 +0300
28726              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
28727              
28728              hv_store() not working correctly in ENV_IS_CASELESS case.
28729      Branch: perl
28730            ! hv.c
28731 ____________________________________________________________________________
28732 [  8918] By: jhi                                   on 2001/02/24  00:20:09
28733         Log: Subject: Re: [PATCH] fix for charnames above FFFF
28734              From: andreas.koenig@anima.de (Andreas J. Koenig)
28735              Date: 23 Feb 2001 02:39:03 +0100
28736              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
28737              
28738              A further efficiency tweak.
28739      Branch: perl
28740            ! lib/charnames.pm
28741 ____________________________________________________________________________
28742 [  8917] By: jhi                                   on 2001/02/23  20:27:51
28743         Log: Integrate change #8916 from mainline,
28744              do away with USE_WIN32_RTL_ENV.
28745      Branch: maint-5.6/perl
28746           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
28747 ____________________________________________________________________________
28748 [  8916] By: jhi                                   on 2001/02/23  20:02:25
28749         Log: Abolish USE_WIN32_RTL_ENV.
28750      Branch: perl
28751            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
28752 ____________________________________________________________________________
28753 [  8915] By: jhi                                   on 2001/02/23  19:36:00
28754         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
28755              later protected by some #define.
28756      Branch: perl
28757            ! gv.c
28758 ____________________________________________________________________________
28759 [  8914] By: jhi                                   on 2001/02/23  19:31:38
28760         Log: Retract #8902 for now, requested by Charles Lane, the correct
28761              fix will be something else.
28762      Branch: perl
28763            ! op.c
28764 ____________________________________________________________________________
28765 [  8913] By: jhi                                   on 2001/02/23  19:11:36
28766         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
28767              From: Peter Prymmer <pvhp@forte.com>
28768              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
28769              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
28770      Branch: perl
28771            ! t/op/lex_assign.t
28772 ____________________________________________________________________________
28773 [  8912] By: jhi                                   on 2001/02/23  18:38:20
28774         Log: Subject: [patch] perlio + useithreads
28775              From: Doug MacEachern <dougm@covalent.net>
28776              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
28777              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
28778              
28779              Gets things running but not complete.
28780      Branch: perl
28781            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
28782 ____________________________________________________________________________
28783 [  8911] By: jhi                                   on 2001/02/23  04:20:02
28784         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
28785              
28786              Duplicated environment freeing, File::Temp 0.12,
28787              op/append portability (EBCDIC) tweak.
28788      Branch: maint-5.6/perl
28789           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
28790           !> t/op/append.t
28791 ____________________________________________________________________________
28792 [  8910] By: jhi                                   on 2001/02/23  02:07:33
28793         Log: Integrate change #8909 from mainline, a better Borland
28794              putenv() workaround.
28795      Branch: maint-5.6/perl
28796           !> perl.c
28797 ____________________________________________________________________________
28798 [  8909] By: jhi                                   on 2001/02/23  02:05:46
28799         Log: A better workaround for Borland putenv() brokenness from Sarathy.
28800      Branch: perl
28801            ! perl.c
28802 ____________________________________________________________________________
28803 [  8908] By: jhi                                   on 2001/02/23  02:04:14
28804         Log: Subject: fix for parameter -Dm (for perl@8867)
28805              From: "Vadim Konovalov" <watman@inbox.ru>
28806              Date: Thu, 22 Feb 2001 17:30:12 +0300
28807              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
28808      Branch: perl
28809            ! perl.h
28810 ____________________________________________________________________________
28811 [  8907] By: jhi                                   on 2001/02/23  01:58:20
28812         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
28813              From: Peter Prymmer <pvhp@forte.com>
28814              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
28815              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
28816      Branch: perl
28817            ! t/op/append.t
28818 ____________________________________________________________________________
28819 [  8906] By: jhi                                   on 2001/02/23  01:48:34
28820         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
28821      Branch: perl
28822            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
28823 ____________________________________________________________________________
28824 [  8905] By: jhi                                   on 2001/02/23  01:43:30
28825         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
28826              From: Peter Prymmer <pvhp@forte.com>
28827              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
28828              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
28829      Branch: perl
28830            ! t/lib/st-06compat.t
28831 ____________________________________________________________________________
28832 [  8904] By: jhi                                   on 2001/02/23  01:42:39
28833         Log: Metaconfig unit change for #8903.
28834      Branch: metaconfig/U/perl
28835            ! Devel.U
28836 ____________________________________________________________________________
28837 [  8903] By: jhi                                   on 2001/02/23  01:42:12
28838         Log: Be more helpful for devel builders, suggested by John L. Allen.
28839      Branch: perl
28840            ! Configure
28841 ____________________________________________________________________________
28842 [  8902] By: jhi                                   on 2001/02/23  01:37:41
28843         Log: (Retracted by #8914)
28844              (Wrongly, reinstated by #8941)             
28845
28846              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
28847              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28848              Date:     Thu, 22 Feb 2001 09:43:57 EST
28849              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
28850      Branch: perl
28851            ! op.c
28852 ____________________________________________________________________________
28853 [  8901] By: jhi                                   on 2001/02/23  01:20:32
28854         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
28855              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28856              Date:     Thu, 22 Feb 2001 08:01:35 EST
28857              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
28858      Branch: perl
28859            ! malloc.c
28860 ____________________________________________________________________________
28861 [  8900] By: jhi                                   on 2001/02/23  01:18:02
28862         Log: Integrate changes #8898,8899 from mainline, environ handling.
28863      Branch: maint-5.6/perl
28864           !> perl.c
28865 ____________________________________________________________________________
28866 [  8899] By: jhi                                   on 2001/02/23  01:16:25
28867         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
28868              putenv() is not to be relied on, they are either broken or leaky
28869              or both.)
28870      Branch: perl
28871            ! perl.c
28872 ____________________________________________________________________________
28873 [  8898] By: jhi                                   on 2001/02/22  23:36:59
28874         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
28875              and safesysfree() must be used.
28876      Branch: perl
28877            ! perl.c
28878 ____________________________________________________________________________
28879 [  8897] By: jhi                                   on 2001/02/22  23:25:45
28880         Log: With environ one must use safesysmalloc()/safesysfree().
28881      Branch: perl
28882            ! perl.c
28883 ____________________________________________________________________________
28884 [  8896] By: jhi                                   on 2001/02/22  22:13:18
28885         Log: If we have a duplicated environment free it
28886              if PERL_DESTRUCT_LEVEL.
28887      Branch: perl
28888            ! perl.c
28889 ____________________________________________________________________________
28890 [  8895] By: alanbur                               on 2001/02/22  19:31:57
28891         Log: Synchronised with parent
28892      Branch: maint-5.6/pureperl
28893           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
28894 ____________________________________________________________________________
28895 [  8894] By: gsar                                  on 2001/02/22  19:06:18
28896         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
28897              
28898              fix memory leak in method call optimization (change#3768);
28899              made C<eval "$x->foo()"> leak
28900              
28901              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
28902      Branch: maint-5.6/perl
28903           !> op.c
28904 ____________________________________________________________________________
28905 [  8893] By: jhi                                   on 2001/02/22  18:35:27
28906         Log: (Retracted by #8915.)
28907              
28908              Third Degree finding:
28909              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
28910      Branch: perl
28911            ! gv.c
28912 ____________________________________________________________________________
28913 [  8892] By: jhi                                   on 2001/02/22  14:28:32
28914         Log: Update Changes.
28915      Branch: perl
28916            ! Changes patchlevel.h
28917 ____________________________________________________________________________
28918 [  8891] By: jhi                                   on 2001/02/22  13:22:45
28919         Log: Metaconfig unit changes for #8890.
28920      Branch: metaconfig
28921            ! U/modified/Cppsym.U U/threads/archname.U
28922 ____________________________________________________________________________
28923 [  8890] By: jhi                                   on 2001/02/22  13:22:12
28924         Log: Add -stdio to the archname if no perlio selected,
28925              no -perlio added since that is now the default.
28926              
28927              Add few CPUs/architectures to the Cppsym scan.
28928      Branch: perl
28929            ! Configure config_h.SH
28930 ____________________________________________________________________________
28931 [  8889] By: jhi                                   on 2001/02/22  13:05:59
28932         Log: Metaconfig unit change for #8888.
28933      Branch: metaconfig/U/perl
28934            ! useperlio.U
28935 ____________________________________________________________________________
28936 [  8888] By: jhi                                   on 2001/02/22  13:05:28
28937         Log: *drum roll*  Make perlio the default.
28938      Branch: perl
28939            ! Configure config_h.SH
28940 ____________________________________________________________________________
28941 [  8887] By: jhi                                   on 2001/02/22  12:50:52
28942         Log: Integrate change #8665 from maintperl to mainline,
28943              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
28944      Branch: perl
28945           !> ext/POSIX/POSIX.xs
28946 ____________________________________________________________________________
28947 [  8886] By: jhi                                   on 2001/02/22  12:49:24
28948         Log: Integrate changes #8883,8884 from mainline to maintperl.
28949              
28950              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
28951              Subject: Re: File::Temp::_gettemp warning
28952      Branch: maint-5.6/perl
28953           !> embed.h embed.pl lib/File/Temp.pm
28954 ____________________________________________________________________________
28955 [  8885] By: jhi                                   on 2001/02/22  12:43:59
28956         Log: Based on
28957              
28958              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
28959              From: schwab@suse.de
28960              Date: Thu, 22 Feb 2001 13:08:09 +0100
28961              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
28962              
28963              but the fix done slightly differently because the other
28964              half was already done in #8664.
28965      Branch: maint-5.6/perl
28966            ! ext/POSIX/POSIX.xs
28967 ____________________________________________________________________________
28968 [  8884] By: jhi                                   on 2001/02/22  12:37:15
28969         Log: Subject: Re: File::Temp::_gettemp warning
28970              From: Tim Jenness <t.jenness@jach.hawaii.edu>
28971              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
28972              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
28973              
28974              This patch to File::Temp does two things:
28975              
28976              1. Fixes the problem with CGI::Carp when determining
28977              the Fcntl constants
28978              
28979              2. Removes most of the carps and consolidates them so that all the
28980              reasons are included in a single die that is caught by the test. This
28981              means that the correct skipping behaviour is displayed by the test.
28982      Branch: perl
28983            ! lib/File/Temp.pm
28984 ____________________________________________________________________________
28985 [  8883] By: jhi                                   on 2001/02/22  12:29:19
28986         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
28987              From: Peter Prymmer <pvhp@forte.com>
28988              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
28989              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
28990      Branch: perl
28991            ! embed.h embed.pl
28992 ____________________________________________________________________________
28993 [  8882] By: jhi                                   on 2001/02/21  19:41:33
28994         Log: Integrate change #8881 from mainlin to maintperl.
28995              
28996              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
28997      Branch: maint-5.6/perl
28998           !> op.c
28999 ____________________________________________________________________________
29000 [  8881] By: jhi                                   on 2001/02/21  19:38:57
29001         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
29002              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29003              Date:     Wed, 21 Feb 2001 13:08:03 EST
29004              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
29005      Branch: perl
29006            ! op.c
29007 ____________________________________________________________________________
29008 [  8880] By: jhi                                   on 2001/02/21  19:34:34
29009         Log: Retract #8875, cannot let go of the old semantics of unpack U
29010              without rethinking utf8decode.t.
29011      Branch: perl
29012            ! pp.c t/op/pack.t
29013 ____________________________________________________________________________
29014 [  8879] By: jhi                                   on 2001/02/21  19:08:02
29015         Log: Run run/*.t also in minitest.
29016      Branch: perl
29017            ! Makefile.SH
29018 ____________________________________________________________________________
29019 [  8878] By: nick                                  on 2001/02/21  18:55:37
29020         Log: Integrate mainline
29021      Branch: perlio
29022           !> (integrate 76 files)
29023 ____________________________________________________________________________
29024 [  8877] By: jhi                                   on 2001/02/21  15:09:33
29025         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
29026      Branch: metaconfig
29027            ! U/compline/nblock_io.U
29028      Branch: perl
29029            ! Configure config_h.SH
29030 ____________________________________________________________________________
29031 [  8876] By: jhi                                   on 2001/02/21  14:54:45
29032         Log: If no sfio, no -lsfio.
29033      Branch: metaconfig/U/perl
29034            ! d_sfio.U
29035      Branch: perl
29036            ! Configure config_h.SH
29037 ____________________________________________________________________________
29038 [  8875] By: jhi                                   on 2001/02/21  14:54:00
29039         Log: Make unpack C and unpack C truly equivalent.
29040      Branch: perl
29041            ! pp.c t/op/pack.t
29042 ____________________________________________________________________________
29043 [  8874] By: jhi                                   on 2001/02/21  14:26:02
29044         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
29045              From: Peter Prymmer <pvhp@forte.com>
29046              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
29047              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
29048      Branch: perl
29049            ! pod/perlport.pod
29050 ____________________________________________________________________________
29051 [  8873] By: jhi                                   on 2001/02/21  14:24:31
29052         Log: Subject: [PATCH] fix for charnames above FFFF
29053              From: andreas.koenig@anima.de (Andreas J. Koenig)
29054              Date: 21 Feb 2001 07:05:45 +0100
29055              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
29056      Branch: perl
29057            ! lib/charnames.pm t/lib/charnames.t
29058 ____________________________________________________________________________
29059 [  8872] By: jhi                                   on 2001/02/21  14:15:25
29060         Log: Integrate change #8868 from pureperl to mainline.
29061              
29062              Fixed reference count loop caused by sv_magic.
29063      Branch: perl
29064           !> sv.c
29065 ____________________________________________________________________________
29066 [  8871] By: jhi                                   on 2001/02/21  14:07:29
29067         Log: Integrate change #8868 from pureperl to maintperl.
29068              
29069              Fixed reference count loop caused by sv_magic.
29070      Branch: maint-5.6/perl
29071           !> sv.c
29072 ____________________________________________________________________________
29073 [  8870] By: jhi                                   on 2001/02/21  14:04:41
29074         Log: Put back the #8840, it was innocent.
29075      Branch: perl
29076            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
29077            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
29078 ____________________________________________________________________________
29079 [  8869] By: jhi                                   on 2001/02/21  14:00:03
29080         Log: unpack("C", ...) was left slightly unfinished by #8865.
29081      Branch: perl
29082            ! pp.c t/op/pack.t
29083 ____________________________________________________________________________
29084 [  8868] By: alanbur                               on 2001/02/21  01:33:45
29085         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
29086              from gv_fetchpv to create single-character magic variables (e.g. $!),
29087              and it is passed a sv and the gv that contains the sv as the mg_obj
29088              value.  When sv_magic stores the mg_obj pointer it increments the gv
29089              refcount, thus causing a sv-gv pair that can't be freed.  There is
29090              already a check for sv == obj which is used to prevent such reference
29091              loops.  This change extends the check to cover the case described above.
29092      Branch: maint-5.6/pureperl
29093            ! sv.c
29094 ____________________________________________________________________________
29095 [  8867] By: jhi                                   on 2001/02/21  00:52:39
29096         Log: Update Changes.
29097      Branch: perl
29098            ! Changes patchlevel.h
29099 ____________________________________________________________________________
29100 [  8866] By: jhi                                   on 2001/02/21  00:34:20
29101         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
29102              (Note: there were some conflicts due to EBCDIC and EPOC
29103              patches, in general I preferred the repository code.)
29104              (When 2.753 comes out, we need to synchronize.)
29105      Branch: perl
29106            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
29107            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
29108            ! t/lib/cgi-html.t
29109 ____________________________________________________________________________
29110 [  8865] By: jhi                                   on 2001/02/21  00:24:22
29111         Log: Make pack("C", 0x100) to create Unicode, unless under the
29112              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
29113              will understand Unicode, unless you under know what.
29114      Branch: perl
29115            ! pp.c t/op/pack.t t/op/qu.t
29116 ____________________________________________________________________________
29117 [  8864] By: alanbur                               on 2001/02/20  22:35:34
29118         Log: Resynchronised with parent
29119      Branch: maint-5.6/pureperl
29120           !> README.win32 ext/GDBM_File/GDBM_File.pm
29121           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
29122           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
29123           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
29124           !> t/lib/sdbm.t util.c
29125 ____________________________________________________________________________
29126 [  8863] By: jhi                                   on 2001/02/20  20:55:11
29127         Log: Integrate change #8860,8861 from mainline into maintperl.
29128              
29129              "pseudo-literal j"
29130              
29131              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
29132      Branch: maint-5.6/perl
29133           !> lib/Test.pm pod/perlop.pod
29134 ____________________________________________________________________________
29135 [  8862] By: jhi                                   on 2001/02/20  20:30:07
29136         Log: Don't do casting between pointers pointing to differently sized
29137              integers.
29138      Branch: perl
29139            ! hv.c sv.c
29140 ____________________________________________________________________________
29141 [  8861] By: jhi                                   on 2001/02/20  19:53:44
29142         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
29143              From: Peter Prymmer <pvhp@forte.com>
29144              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
29145              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
29146      Branch: perl
29147            ! lib/Test.pm
29148 ____________________________________________________________________________
29149 [  8860] By: jhi                                   on 2001/02/20  19:48:02
29150         Log: "pseudo-literal j", a documentation glitch reported to Debian.
29151              The text recovered from Perl 5.005_03, and pseudo-literal replaced
29152              by "backtick string".
29153      Branch: perl
29154            ! pod/perlop.pod
29155 ____________________________________________________________________________
29156 [  8859] By: jhi                                   on 2001/02/20  19:15:46
29157         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
29158              from Chris Nandor.
29159      Branch: perl
29160            ! makedef.pl
29161 ____________________________________________________________________________
29162 [  8858] By: jhi                                   on 2001/02/20  17:36:53
29163         Log: Integrate pureperl changes #8844,8845,8850 to mainline
29164              (via maintperl #8855).
29165              
29166              Fixed %^H scoping bug
29167              
29168              Removed GV <-> CV refcount loop
29169              
29170              Removed %ENV refcount loop
29171      Branch: perl
29172           !> gv.c op.c perl.c pp.c scope.c
29173 ____________________________________________________________________________
29174 [  8857] By: jhi                                   on 2001/02/20  17:34:32
29175         Log: Integrate changes #8853,8854 from maintperl to mainline.
29176              
29177              EBDIC fixes, README.win32 Borland update.
29178      Branch: perl
29179           !> README.win32 handy.h util.c
29180 ____________________________________________________________________________
29181 [  8856] By: jhi                                   on 2001/02/20  17:33:16
29182         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
29183      Branch: maint-5.6/perl
29184           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
29185           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
29186           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
29187 ____________________________________________________________________________
29188 [  8855] By: jhi                                   on 2001/02/20  17:32:13
29189         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
29190              
29191              Fixed %^H scoping bug
29192              
29193              Removed GV <-> CV refcount loop
29194              
29195              Removed %ENV refcount loop
29196      Branch: maint-5.6/perl
29197           !> gv.c op.c perl.c pp.c scope.c
29198 ____________________________________________________________________________
29199 [  8854] By: jhi                                   on 2001/02/20  17:25:06
29200         Log: Subject: Addition to readme.win32 for Borland C++ compilers
29201              Date: Tue, 20 Feb 2001 02:15:25 +0300
29202              From: "Vadim Konovalov" <watman@inbox.ru>
29203              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
29204              
29205              Document Borland compiler misbehaviour.
29206      Branch: maint-5.6/perl
29207            ! README.win32
29208 ____________________________________________________________________________
29209 [  8853] By: jhi                                   on 2001/02/20  17:22:25
29210         Log: The assimilation of ebcdic.c didn't quite work at the first try,
29211              patches from Thomas Dorner.
29212      Branch: maint-5.6/perl
29213            ! handy.h util.c
29214 ____________________________________________________________________________
29215 [  8852] By: jhi                                   on 2001/02/20  17:20:15
29216         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
29217              From: Chris Nandor <pudge@pobox.com>
29218              Date: Tue, 20 Feb 2001 08:32:45 -0500
29219              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
29220      Branch: maint-5.6/perl
29221            ! makedef.pl mg.c
29222 ____________________________________________________________________________
29223 [  8851] By: jhi                                   on 2001/02/20  17:15:52
29224         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
29225      Branch: perl
29226            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
29227            ! t/lib/filter-util.t
29228 ____________________________________________________________________________
29229 [  8850] By: alanbur                               on 2001/02/20  17:12:40
29230         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
29231              and the magic pointer points back to the GV that contains the
29232              %ENV hash.  This creates a refcount loop that prevents members
29233              of %ENV from being freed correctly.  This change removes the
29234              refcount loop - the magic pointer was never used anyway, the
29235              only use of the magic was to check the type ('E') so that the
29236              appropriate environment manipulation code is called when %ENV
29237              is modified.
29238      Branch: maint-5.6/pureperl
29239            ! perl.c
29240 ____________________________________________________________________________
29241 [  8849] By: jhi                                   on 2001/02/20  17:12:20
29242         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
29243              From: "Craig A. Berry" <craigberry@mac.com>
29244              Date: Mon, 19 Feb 2001 23:36:12 -0600
29245              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
29246              
29247              Case-forgiving systems match TestInit.pm with TES*.
29248      Branch: perl
29249            ! t/lib/glob-basic.t
29250 ____________________________________________________________________________
29251 [  8848] By: jhi                                   on 2001/02/20  17:10:02
29252         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
29253      Branch: perl
29254            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
29255            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
29256            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
29257 ____________________________________________________________________________
29258 [  8847] By: jhi                                   on 2001/02/20  15:34:41
29259         Log: The #8843 wasn't quite right: %Config needs to imported.
29260      Branch: perl
29261            ! t/run/runenv.t
29262 ____________________________________________________________________________
29263 [  8846] By: jhi                                   on 2001/02/20  15:31:50
29264         Log: Retract the #8838 and #8840 for now because of
29265              the DB_File tie problem.
29266      Branch: perl
29267            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
29268            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
29269            ! proto.h sv.c
29270 ____________________________________________________________________________
29271 [  8845] By: alanbur                               on 2001/02/20  14:25:41
29272         Log: Removed GV <-> CV refcount loop
29273              CvGV(mycv) points to the parent GV of the CV, and was previously
29274              refcounted.  The pointer remains, but the refcounting has been removed
29275              as it causes a refcount loop between the CV and GV that means the CV
29276              can't ever be deleted.
29277      Branch: maint-5.6/pureperl
29278            ! gv.c op.c pp.c
29279 ____________________________________________________________________________
29280 [  8844] By: alanbur                               on 2001/02/20  14:23:13
29281         Log: Fixed %^H scoping bug
29282      Branch: maint-5.6/pureperl
29283            ! scope.c
29284 ____________________________________________________________________________
29285 [  8843] By: jhi                                   on 2001/02/19  13:38:08
29286         Log: fork() not everywhere, cleanup temp files.
29287      Branch: perl
29288            ! t/run/runenv.t
29289 ____________________________________________________________________________
29290 [  8842] By: alanbur                               on 2001/02/19  12:42:07
29291         Log: Resynchronised with parent
29292      Branch: maint-5.6/pureperl
29293           !> pod/perlfaq4.pod sv.c utf8.c
29294 ____________________________________________________________________________
29295 [  8841] By: jhi                                   on 2001/02/19  03:35:51
29296         Log: Update Changes.
29297      Branch: perl
29298            ! Changes patchlevel.h
29299 ____________________________________________________________________________
29300 [  8840] By: jhi                                   on 2001/02/19  00:23:41
29301         Log: Subject: [patch] add sv_setref_uv
29302              From: Doug MacEachern <dougm@covalent.net>
29303              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
29304              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
29305      Branch: perl
29306            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
29307            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
29308 ____________________________________________________________________________
29309 [  8839] By: jhi                                   on 2001/02/19  00:01:38
29310         Log: Put to rest the 20010205.001, the email address checking (not) regex.
29311      Branch: perl
29312            ! pod/perlfaq9.pod
29313 ____________________________________________________________________________
29314 [  8838] By: jhi                                   on 2001/02/18  22:17:54
29315         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
29316              From: Doug MacEachern <dougm@covalent.net>
29317              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
29318              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
29319      Branch: perl
29320            ! lib/ExtUtils/xsubpp
29321 ____________________________________________________________________________
29322 [  8837] By: jhi                                   on 2001/02/18  22:16:50
29323         Log: Subject: [patch] -Wall cleanup round 2
29324              From: Doug MacEachern <dougm@covalent.net>
29325              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
29326              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
29327      Branch: perl
29328            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
29329            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
29330            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
29331            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
29332            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
29333            ! ext/SDBM_File/SDBM_File.xs
29334 ____________________________________________________________________________
29335 [  8836] By: jhi                                   on 2001/02/18  22:11:20
29336         Log: Misapplied regex optimizations when \C is present.
29337              Fixes 20001230.002.
29338              
29339              What still remains broken is that the submatches that
29340              have \C in them get their UTF8 flag on because their
29341              parent SV has it on.  This will result in malformed
29342              UTF8 if a \C happened to match a non-ASCII byte.
29343      Branch: perl
29344            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
29345            ! t/pragma/utf8.t
29346 ____________________________________________________________________________
29347 [  8835] By: jhi                                   on 2001/02/18  20:12:02
29348         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
29349              
29350              The hash key got wrongly UTF8fied.
29351      Branch: perl
29352            ! pod/perlapi.pod toke.c utf8.c
29353 ____________________________________________________________________________
29354 [  8834] By: jhi                                   on 2001/02/18  19:44:25
29355         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
29356              don't warn on magical or overloaded things.
29357      Branch: perl
29358            ! pp_hot.c
29359 ____________________________________________________________________________
29360 [  8833] By: nick                                  on 2001/02/18  19:31:22
29361         Log: Integrate mainline
29362      Branch: perlio
29363           +> t/TestInit.pm t/run/runenv.t
29364            - t/UTEST
29365           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
29366           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
29367           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
29368           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
29369           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
29370           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
29371           !> utf8.c
29372 ____________________________________________________________________________
29373 [  8832] By: jhi                                   on 2001/02/18  19:21:18
29374         Log: Integrate perlio.
29375      Branch: perl
29376           !> perlio.c pod/perldiag.pod
29377 ____________________________________________________________________________
29378 [  8831] By: jhi                                   on 2001/02/18  19:14:20
29379         Log: Integrate change #8827 from mainline.
29380              
29381              UTF8 tweaks.
29382      Branch: maint-5.6/perl
29383           !> sv.c utf8.c
29384 ____________________________________________________________________________
29385 [  8830] By: nick                                  on 2001/02/18  19:10:34
29386         Log: Apply the spirit of patch from Nick Clark:
29387              Subject: [PATCH] Re: extensions that provide layers
29388              From: Nicholas Clark <nick@ccl4.org>
29389              Date: Mon, 12 Feb 2001 16:43:51 +0000
29390              Message-Id: <20010212164350.Q3652@plum.flirble.org>
29391      Branch: perlio
29392            ! perlio.c pod/perldiag.pod
29393 ____________________________________________________________________________
29394 [  8829] By: jhi                                   on 2001/02/18  19:03:25
29395         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
29396              From: schwern@pobox.com 
29397              Date: Sun, 18 Feb 2001 13:44:35 -0500
29398              Message-ID: <20010218134435.A17544@magnonel.guild.net>
29399              
29400              Applied, but as t/TestInit.pm.
29401      Branch: perl
29402            + t/TestInit.pm
29403            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
29404            ! t/op/subst_wamp.t
29405 ____________________________________________________________________________
29406 [  8828] By: jhi                                   on 2001/02/18  18:43:52
29407         Log: Integrate perlio.
29408      Branch: perl
29409           !> perlio.c
29410 ____________________________________________________________________________
29411 [  8827] By: jhi                                   on 2001/02/18  18:41:33
29412         Log: UTF-8 tweaks.
29413      Branch: perl
29414            ! sv.c utf8.c
29415 ____________________________________________________________________________
29416 [  8826] By: nick                                  on 2001/02/18  17:40:59
29417         Log: Fix [ID 20010217.002]
29418              open FOO, "<:raw:perlio", ...
29419              :raw now inserts default base layer below itself.
29420              Also
29421              open FOO, "<:unix", ...
29422              works as well - but leaves buffer layer on stack under the unix layer.
29423      Branch: perlio
29424            ! perlio.c
29425 ____________________________________________________________________________
29426 [  8825] By: jhi                                   on 2001/02/18  17:15:39
29427         Log: Integrate perlio.
29428      Branch: perl
29429           !> perlio.c perliol.h
29430 ____________________________________________________________________________
29431 [  8824] By: jhi                                   on 2001/02/18  17:10:53
29432         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
29433              From: schwern@pobox.com
29434              Date: Sun, 18 Feb 2001 01:48:50 -0500
29435              Message-ID: <20010218014850.C19957@magnonel.guild.net>
29436      Branch: perl
29437            ! lib/Test/Harness.pm t/TEST t/op/chop.t
29438 ____________________________________________________________________________
29439 [  8823] By: jhi                                   on 2001/02/18  17:01:06
29440         Log: Add run/*.t to testables.
29441      Branch: perl
29442            ! t/TEST
29443 ____________________________________________________________________________
29444 [  8822] By: jhi                                   on 2001/02/18  16:58:58
29445         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
29446              From: schwern@pobox.com
29447              Date: Sun, 18 Feb 2001 01:11:35 -0500
29448              Message-ID: <20010218011135.A19957@magnonel.guild.net>
29449              
29450              Revive mjd's and Simon's PERL5OPT fix.
29451      Branch: perl
29452            + t/run/runenv.t
29453            ! MANIFEST perl.c
29454 ____________________________________________________________________________
29455 [  8821] By: jhi                                   on 2001/02/18  16:53:46
29456         Log: Subject: Re: Why t/TEST and not Test::Harness?
29457              From: schwern@pobox.com
29458              Date: Sat, 17 Feb 2001 22:44:44 -0500
29459              Message-ID: <20010217224444.A6679@magnonel.guild.net>
29460              
29461              Replace UTEST with TEST -utf8.
29462      Branch: perl
29463            - t/UTEST
29464            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
29465            ! t/lib/glob-basic.t
29466 ____________________________________________________________________________
29467 [  8820] By: nick                                  on 2001/02/18  13:06:16
29468         Log: Clean up a few core dumps when layers are used in unexpected ways.
29469              (Still not "right"...)
29470      Branch: perlio
29471            ! perlio.c perliol.h
29472 ____________________________________________________________________________
29473 [  8819] By: jhi                                   on 2001/02/18  02:25:55
29474         Log: Integrate change #8818 from maintperl, a FAQ nit.
29475      Branch: perl
29476           !> pod/perlfaq4.pod
29477 ____________________________________________________________________________
29478 [  8818] By: jhi                                   on 2001/02/18  02:24:50
29479         Log: FAQ nit from Chris Fedde.
29480      Branch: maint-5.6/perl
29481            ! pod/perlfaq4.pod
29482 ____________________________________________________________________________
29483 [  8817] By: nick                                  on 2001/02/17  18:20:14
29484         Log: Integrate mainline
29485      Branch: perlio
29486           +> lib/unicode/UCD.html lib/unicode/Unicode.html
29487           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
29488           +> pod/perlclib.pod
29489            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
29490            - lib/unicode/Unicode.301
29491           !> (integrate 324 files)
29492 ____________________________________________________________________________
29493 [  8816] By: jhi                                   on 2001/02/17  16:56:58
29494         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
29495      Branch: perl
29496            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
29497            ! ext/Storable/Storable.xs t/lib/st-06compat.t
29498            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
29499 ____________________________________________________________________________
29500 [  8815] By: jhi                                   on 2001/02/17  16:40:07
29501         Log: Subject: [patch] -Wall
29502              From: Doug MacEachern <dougm@covalent.net>
29503              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
29504              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
29505      Branch: perl
29506            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
29507            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
29508 ____________________________________________________________________________
29509 [  8814] By: jhi                                   on 2001/02/16  19:27:18
29510         Log: Document qu better.
29511      Branch: perl
29512            ! pod/perlop.pod
29513 ____________________________________________________________________________
29514 [  8813] By: jhi                                   on 2001/02/15  13:54:37
29515         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
29516              From: Hugo <hv@crypt.compulink.co.uk>
29517              Date: Thu, 15 Feb 2001 13:39:49 +0000
29518              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
29519      Branch: perl
29520            ! toke.c
29521 ____________________________________________________________________________
29522 [  8812] By: alanbur                               on 2001/02/15  13:52:16
29523         Log: Resynchronised with parent
29524      Branch: maint-5.6/pureperl
29525            - ebcdic.c
29526           !> (integrate 36 files)
29527 ____________________________________________________________________________
29528 [  8811] By: jhi                                   on 2001/02/15  13:51:16
29529         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
29530              
29531              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
29532              From: Jan Dubois <JanD@ActiveState.com>
29533              Date: Wed, 31 Jan 2001 21:17:03 -0800
29534              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
29535              
29536              tweak change#8659 to keep it simple
29537              
29538              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
29539              From: Russ Allbery <rra@stanford.edu>
29540              Date: 14 Feb 2001 10:15:41 -0800
29541              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
29542              
29543              (8809 empty)
29544
29545              Upgrade to podlators 1.08, from Russ Allbery.
29546      Branch: perl
29547           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
29548           !> utils/perldoc.PL
29549 ____________________________________________________________________________
29550 [  8810] By: jhi                                   on 2001/02/15  13:35:08
29551         Log: Upgrade to podlators 1.08, from Russ Allbery.
29552      Branch: maint-5.6/perl
29553            ! lib/Pod/Man.pm lib/Pod/Text.pm
29554 ____________________________________________________________________________
29555 [  8809] By: jhi                                   on 2001/02/15  13:26:38
29556         Log: (accidentally empty check-in)
29557      Branch: maint-5.6/perl
29558            ! lib/Test/Harness.pm
29559 ____________________________________________________________________________
29560 [  8808] By: jhi                                   on 2001/02/15  13:23:47
29561         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
29562              From: Russ Allbery <rra@stanford.edu>
29563              Date: 14 Feb 2001 10:15:41 -0800
29564              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
29565              
29566              perldoc was hardcoding $Config{installscript}, which breaks
29567              when install* isn't where Perl ends up (such as with AFS).
29568              
29569              Use $Config{scriptdir} instead.
29570      Branch: maint-5.6/perl
29571            ! utils/perldoc.PL
29572 ____________________________________________________________________________
29573 [  8807] By: jhi                                   on 2001/02/14  14:37:27
29574         Log: Update Changes.
29575      Branch: perl
29576            ! Changes patchlevel.h
29577 ____________________________________________________________________________
29578 [  8806] By: jhi                                   on 2001/02/14  14:25:31
29579         Log: Integrate changes #8803,8804,8805 from mainline.
29580              
29581              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
29582              
29583              Don't skip too much of the locale error message if no environ array,
29584              from Chris Nandor.
29585              
29586              More MacOS Classic fixes from Chris Nandor.
29587      Branch: maint-5.6/perl
29588           !> doop.c lib/Cwd.pm perl.c perl.h util.c
29589 ____________________________________________________________________________
29590 [  8805] By: jhi                                   on 2001/02/14  03:29:01
29591         Log: More MacOS Classic fixes from Chris Nandor.
29592      Branch: perl
29593            ! doop.c lib/Cwd.pm
29594 ____________________________________________________________________________
29595 [  8804] By: jhi                                   on 2001/02/14  03:18:35
29596         Log: Don't skip too much of the locale error message if no environ array,
29597              from Chris Nandor.
29598      Branch: perl
29599            ! util.c
29600 ____________________________________________________________________________
29601 [  8803] By: jhi                                   on 2001/02/14  03:14:14
29602         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
29603      Branch: perl
29604            ! perl.c perl.h
29605 ____________________________________________________________________________
29606 [  8802] By: jhi                                   on 2001/02/13  18:31:33
29607         Log: AUTHORS update.
29608      Branch: perl
29609            ! AUTHORS
29610 ____________________________________________________________________________
29611 [  8801] By: jhi                                   on 2001/02/13  17:55:19
29612         Log: Integrate change #8792 from mainline.
29613              
29614              Subject: buncha MacPerl patches for bleadperl
29615              From: Chris Nandor <pudge@pobox.com>
29616              Date: Tue, 13 Feb 2001 00:02:43 -0500
29617              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
29618      Branch: maint-5.6/perl
29619           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
29620           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
29621           !> t/lib/basename.t toke.c util.h
29622 ____________________________________________________________________________
29623 [  8800] By: jhi                                   on 2001/02/13  17:46:43
29624         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
29625              to be forced to Off_t.
29626              
29627              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
29628              From: nick@ccl4.org
29629              Date: Thu, 1 Feb 2001 12:01:04 +0000
29630              Message-Id: <20010201120103.E11401@plum.flirble.org>
29631      Branch: maint-5.6/perl
29632            ! iperlsys.h perlio.c
29633 ____________________________________________________________________________
29634 [  8799] By: jhi                                   on 2001/02/13  16:52:51
29635         Log: Duplex duplex hunk hunk.
29636      Branch: maint-5.6/perl
29637            ! Makefile.SH
29638 ____________________________________________________________________________
29639 [  8797] By: jhi                                   on 2001/02/13  14:52:04
29640         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
29641              From: "Craig A. Berry" <craigberry@mac.com>
29642              Date: Mon, 12 Feb 2001 11:05:25 -0600
29643              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
29644      Branch: perl
29645            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
29646 ____________________________________________________________________________
29647 [  8796] By: jhi                                   on 2001/02/13  14:36:47
29648         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
29649              From: simon.cozens@pembroke.oxford.ac.uk 
29650              Date: Sat, 10 Feb 2001 17:57:02 +0000
29651              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
29652              
29653              Now it does include.
29654      Branch: perl
29655            ! pod/perldiag.pod
29656 ____________________________________________________________________________
29657 [  8795] By: jhi                                   on 2001/02/13  14:30:11
29658         Log: Sort the MANIFEST.
29659      Branch: perl
29660            ! MANIFEST
29661 ____________________________________________________________________________
29662 [  8794] By: jhi                                   on 2001/02/13  14:26:51
29663         Log: Integrate change #8793 from mainline, FAQ updates.
29664      Branch: maint-5.6/perl
29665           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
29666 ____________________________________________________________________________
29667 [  8793] By: jhi                                   on 2001/02/13  14:25:13
29668         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
29669      Branch: perl
29670            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
29671 ____________________________________________________________________________
29672 [  8792] By: jhi                                   on 2001/02/13  14:22:50
29673         Log: Subject: buncha MacPerl patches for bleadperl
29674              From: Chris Nandor <pudge@pobox.com>
29675              Date: Tue, 13 Feb 2001 00:02:43 -0500
29676              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
29677      Branch: perl
29678            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
29679            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
29680            ! t/lib/basename.t toke.c util.h
29681 ____________________________________________________________________________
29682 [  8791] By: jhi                                   on 2001/02/13  14:10:39
29683         Log: Integrate change #8790 from mainline.
29684              
29685              environ array wrongly assumed in Perl_init_i18nl10n(),
29686      Branch: maint-5.6/perl
29687           !> util.c
29688 ____________________________________________________________________________
29689 [  8790] By: jhi                                   on 2001/02/13  14:06:15
29690         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
29691              noticed by Chris Nandor in MacOS Classic.
29692      Branch: perl
29693            ! util.c
29694 ____________________________________________________________________________
29695 [  8789] By: jhi                                   on 2001/02/13  13:58:07
29696         Log: Integrate changes #8373,8487,8544,8783 from mainline.
29697              
29698              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
29699              hints files, the dynaloading, assimilate ebcdic into util.c.
29700      Branch: maint-5.6/perl
29701            - ebcdic.c
29702            ! MANIFEST hints/posix-bc.sh
29703           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
29704           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
29705           !> perlapi.c proto.h util.c
29706 ____________________________________________________________________________
29707 [  8788] By: alanbur                               on 2001/02/13  10:33:13
29708         Log: Integrated changes from maint-5.6
29709      Branch: maint-5.6/pureperl
29710           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
29711           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
29712           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
29713           !> vos/config.ga.h vos/configure_perl.cm
29714 ____________________________________________________________________________
29715 [  8787] By: jhi                                   on 2001/02/13  05:56:36
29716         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
29717      Branch: perl
29718           !> Makefile.SH
29719 ____________________________________________________________________________
29720 [  8786] By: jhi                                   on 2001/02/13  05:54:34
29721         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
29722              From: Dorner Thomas <Thomas.Dorner@start.de>
29723              Date: Mon, 12 Feb 2001 15:06:26 +0100
29724              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
29725      Branch: maint-5.6/perl
29726            ! Makefile.SH
29727 ____________________________________________________________________________
29728 [  8785] By: jhi                                   on 2001/02/13  05:29:04
29729         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
29730      Branch: perl
29731           !> hints/openbsd.sh
29732 ____________________________________________________________________________
29733 [  8784] By: jhi                                   on 2001/02/13  02:25:24
29734         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
29735              From: Peter Prymmer <pvhp@forte.com>
29736              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
29737              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
29738      Branch: perl
29739            ! pod/perlclib.pod
29740 ____________________________________________________________________________
29741 [  8783] By: jhi                                   on 2001/02/13  02:22:36
29742         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
29743      Branch: perl
29744            - ebcdic.c
29745            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
29746            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
29747            ! util.c
29748 ____________________________________________________________________________
29749 [  8782] By: jhi                                   on 2001/02/13  02:00:07
29750         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
29751      Branch: maint-5.6/perl
29752            ! pod/perlport.pod
29753 ____________________________________________________________________________
29754 [  8781] By: jhi                                   on 2001/02/13  01:58:44
29755         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
29756      Branch: maint-5.6/perl
29757            ! hints/openbsd.sh
29758 ____________________________________________________________________________
29759 [  8780] By: jhi                                   on 2001/02/13  01:57:33
29760         Log: Synchronize the regexp tests between maintperl and mainline.
29761      Branch: maint-5.6/perl
29762           !> t/op/re_tests
29763 ____________________________________________________________________________
29764 [  8779] By: jhi                                   on 2001/02/13  01:49:35
29765         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
29766              From: Hugo <hv@crypt.compulink.co.uk>
29767              Date: Tue, 13 Feb 2001 00:11:11 +0000
29768              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
29769      Branch: perl
29770            ! regcomp.c t/op/re_tests
29771 ____________________________________________________________________________
29772 [  8778] By: jhi                                   on 2001/02/13  00:23:10
29773         Log: Comments do not nest.
29774      Branch: perl
29775            ! perl.h
29776 ____________________________________________________________________________
29777 [  8777] By: jhi                                   on 2001/02/13  00:17:54
29778         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
29779              From: Hugo <hv@crypt.compulink.co.uk>
29780              Date: Tue, 13 Feb 2001 00:11:11 +0000
29781              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
29782      Branch: maint-5.6/perl
29783            ! regcomp.c t/op/re_tests
29784 ____________________________________________________________________________
29785 [  8776] By: jhi                                   on 2001/02/12  23:25:52
29786         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
29787      Branch: maint-5.6/perl
29788            ! pod/perlport.pod
29789 ____________________________________________________________________________
29790 [  8775] By: jhi                                   on 2001/02/12  23:04:28
29791         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
29792      Branch: maint-5.6/perl
29793            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
29794            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
29795            ! vos/configure_perl.cm
29796 ____________________________________________________________________________
29797 [  8774] By: jhi                                   on 2001/02/12  22:59:11
29798         Log: Subject: Re: [patch] context for 'U' magic functions
29799              From: Doug MacEachern <dougm@covalent.net>
29800              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
29801              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
29802              
29803              plus the suggestion by Nick Ing-Simmons to name the macro
29804              as PERL_MG_UFUNC to avoid namespace pollution, plus add
29805              the advice by Doug for XS writers to perl.h
29806      Branch: perl
29807            ! mg.c perl.h
29808 ____________________________________________________________________________
29809 [  8773] By: jhi                                   on 2001/02/11  20:14:12
29810         Log: Update Changes.
29811      Branch: perl
29812            ! Changes patchlevel.h
29813 ____________________________________________________________________________
29814 [  8772] By: jhi                                   on 2001/02/11  18:47:52
29815         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
29816              From: Simon Cozens <simon@cozens.net>
29817              Date: Wed, 31 Jan 2001 16:31:43 +0000
29818              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
29819      Branch: perl
29820            + pod/perlclib.pod
29821            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
29822            ! pod/perltoc.pod
29823 ____________________________________________________________________________
29824 [  8771] By: jhi                                   on 2001/02/11  18:36:48
29825         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
29826              
29827              Blocks-4d3.beta.txt
29828              CaseFolding-3d4.beta.txt
29829              CompositionExclusions-3d6.beta.txt
29830              EastAsianWidth-4d4.beta.txt
29831              LineBreak-6d3.beta.txt
29832              NamesList-3.1.0d1.beta.txt
29833              PropList-3.1.0d4.beta.txt
29834              SpecialCasing-4d1.beta.txt
29835              UnicodeData-3.1.0d6.beta.txt
29836      Branch: perl
29837            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
29838           +> lib/unicode/UCD.html lib/unicode/Unicode.html
29839            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
29840            - lib/unicode/Unicode.301
29841            ! (edit 257 files)
29842 ____________________________________________________________________________
29843 [  8770] By: jhi                                   on 2001/02/11  17:26:22
29844         Log: UTF-8 documentation.
29845      Branch: perl
29846            ! utf8.h
29847 ____________________________________________________________________________
29848 [  8769] By: jhi                                   on 2001/02/11  17:12:49
29849         Log: Retract #8762.
29850      Branch: perl
29851            ! regexec.c
29852 ____________________________________________________________________________
29853 [  8768] By: jhi                                   on 2001/02/11  16:54:45
29854         Log: Subject: [PATCH] Test::Harness
29855              From: andreas.koenig@anima.de (Andreas J. Koenig)
29856              Date: 11 Feb 2001 14:37:00 +0100
29857              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
29858      Branch: perl
29859            ! lib/Test/Harness.pm
29860 ____________________________________________________________________________
29861 [  8767] By: jhi                                   on 2001/02/11  16:53:52
29862         Log: Subject: [PATCH] Document makepatch in Porting/patching
29863              From: andreas.koenig@anima.de (Andreas J. Koenig)
29864              Date: 11 Feb 2001 16:46:28 +0100
29865              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
29866      Branch: perl
29867            ! Porting/patching.pod
29868 ____________________________________________________________________________
29869 [  8766] By: jhi                                   on 2001/02/11  06:30:23
29870         Log: Subject: Re: [patch] GvSHARED
29871              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
29872              From: Doug MacEachern <dougm@covalent.net>
29873              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
29874              
29875              Subject: Re: [patch] GvSHARED
29876              From: Doug MacEachern <dougm@covalent.net>
29877              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
29878              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
29879              
29880              Subject: [patch] attributes.pm support for `shared'
29881              From: Doug MacEachern <dougm@covalent.net>
29882              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
29883              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
29884              
29885              our() attributes were ignored, our :shared pieces missing,
29886              allow attributes.pm to turn on shared.
29887      Branch: perl
29888            ! op.c t/op/attrs.t toke.c xsutils.c
29889 ____________________________________________________________________________
29890 [  8765] By: alanbur                               on 2001/02/10  23:11:19
29891         Log: Resync with parent (hopefully sucessfully this time)
29892      Branch: maint-5.6/pureperl
29893           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
29894           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
29895           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
29896           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
29897           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
29898           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
29899           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
29900 ____________________________________________________________________________
29901 [  8764] By: jhi                                   on 2001/02/10  22:54:38
29902         Log: Make TEST and UTEST more verbose in case something goes
29903              wrong in running/compiling a script, suggested by Doug
29904              MacEachern.
29905      Branch: perl
29906            ! t/TEST t/UTEST
29907 ____________________________________________________________________________
29908 [  8763] By: jhi                                   on 2001/02/10  22:11:34
29909         Log: Bogus shebang.
29910      Branch: perl
29911            ! t/lib/texttabs.t
29912 ____________________________________________________________________________
29913 [  8762] By: jhi                                   on 2001/02/10  21:56:02
29914         Log: (Retracted by #8769)
29915      Branch: perl
29916            ! regexec.c
29917 ____________________________________________________________________________
29918 [  8761] By: jhi                                   on 2001/02/10  21:26:15
29919         Log: Subject: Re: [patch] GvSHARED 
29920              From: Doug MacEachern <dougm@covalent.net>
29921              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
29922              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
29923              
29924              our @EXPORT : shared = (...);
29925      Branch: perl
29926            ! toke.c
29927 ____________________________________________________________________________
29928 [  8760] By: jhi                                   on 2001/02/10  21:25:07
29929         Log: Subject: [patch] GvSHARED
29930              From: Doug MacEachern <dougm@covalent.net>
29931              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
29932              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
29933      Branch: perl
29934            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
29935 ____________________________________________________________________________
29936 [  8759] By: alanbur                               on 2001/02/10  21:24:27
29937         Log: Backed out mismerge.
29938      Branch: maint-5.6/pureperl
29939            ! MANIFEST README.hpux README.vmesa gv.c installhtml
29940            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
29941            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
29942            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
29943            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
29944            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
29945            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
29946 ____________________________________________________________________________
29947 [  8758] By: jhi                                   on 2001/02/10  18:01:17
29948         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
29949              
29950              Fixed UMRs and leak in Perl_pmtrans()
29951              
29952              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
29953              associated UTFied tr/// code.  Also fixed scoping leak of
29954              PL_reg_start_tmp.
29955              
29956              newATTRSUB leaks when an attempt to redefine the active sort sub is
29957              made.
29958      Branch: maint-5.6/perl
29959           !> op.c regcomp.c
29960 ____________________________________________________________________________
29961 [  8757] By: alanbur                               on 2001/02/10  17:56:46
29962         Log: Resynchronised with parent
29963      Branch: maint-5.6/pureperl
29964           +> README.bs2000
29965            - README.posix-bc
29966            ! gv.c perl.c sv.c
29967           !> MANIFEST README.hpux README.vmesa installhtml
29968           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
29969           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
29970           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
29971           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
29972           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
29973           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
29974 ____________________________________________________________________________
29975 [  8756] By: alanbur                               on 2001/02/10  17:51:15
29976         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
29977              made.
29978      Branch: maint-5.6/pureperl
29979            ! op.c
29980 ____________________________________________________________________________
29981 [  8755] By: jhi                                   on 2001/02/09  22:41:35
29982         Log: Upgrade to CPAN 1.59_54, from Andreas König.
29983      Branch: perl
29984            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
29985 ____________________________________________________________________________
29986 [  8754] By: jhi                                   on 2001/02/09  22:29:20
29987         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
29988              
29989              Didn't upgrade the fill.t since it has a dependency to File::Slurp
29990              purely for debugging purposes, the actual test hasn't changed.
29991      Branch: perl
29992            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
29993            ! t/lib/textwrap.t
29994 ____________________________________________________________________________
29995 [  8753] By: jhi                                   on 2001/02/09  20:17:50
29996         Log: Integrate change #8682 from maintperl.
29997              
29998              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
29999              to work correctly.
30000      Branch: perl
30001           !> hints/irix_6.sh
30002 ____________________________________________________________________________
30003 [  8752] By: jhi                                   on 2001/02/09  20:00:46
30004         Log: Update Changes.
30005      Branch: perl
30006            ! Changes patchlevel.h
30007 ____________________________________________________________________________
30008 [  8751] By: nick                                  on 2001/02/09  19:48:37
30009         Log: Integrate mainline
30010      Branch: perlio
30011           +> README.bs2000 t/lib/cgi-esc.t
30012            - README.posix-bc
30013           !> (integrate 53 files)
30014 ____________________________________________________________________________
30015 [  8750] By: nick                                  on 2001/02/09  19:25:16
30016         Log: Subject: RE: Biannual Competition to Improve Hashing Function
30017              From: Fisher Mark <fisherm@tce.com>
30018              Date: Thu, 8 Feb 2001 10:44:00 -0500
30019              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
30020              Date: Thu, 8 Feb 2001 15:02:47 -0500
30021              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
30022      Branch: perl
30023            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
30024 ____________________________________________________________________________
30025 [  8749] By: jhi                                   on 2001/02/09  19:02:35
30026         Log: Forgotten fragment.
30027      Branch: perl
30028            ! pod/perlapi.pod
30029 ____________________________________________________________________________
30030 [  8748] By: jhi                                   on 2001/02/09  18:31:34
30031         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
30032              plus manual tweakage.
30033              
30034              Sync the perlfaq2 between mainline and maintperl.
30035      Branch: maint-5.6/perl
30036            ! pod/perlfaq2.pod
30037      Branch: perl
30038           !> pod/perlfaq2.pod
30039 ____________________________________________________________________________
30040 [  8747] By: jhi                                   on 2001/02/09  18:12:04
30041         Log: Subject: versiononly and installperl
30042              From: abigail@foad.org
30043              Date: Wed, 7 Feb 2001 22:43:12 +0100
30044              Message-ID: <20010207214312.7045.qmail@foad.org>    
30045              
30046              Add +v flag to force a normal install of the perl binary
30047              and the utilities.
30048              
30049              Subject: [PATCH] installperl
30050              From: Nicholas Clark <nick@ccl4.org>
30051              Date: Fri, 9 Feb 2001 16:28:57 +0000
30052              Message-ID: <20010209162857.B10931@plum.flirble.org>
30053              
30054              Add -A flag which also hardlinks the binary with
30055              the full architecture name.
30056      Branch: perl
30057            ! installperl
30058 ____________________________________________________________________________
30059 [  8746] By: jhi                                   on 2001/02/09  18:03:43
30060         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
30061              
30062              Subject: perlfaq2, re: perlmongers
30063              
30064              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
30065              
30066              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
30067              
30068              Subject: [ID 20010205.001] typo in perlfaq9
30069              
30070              Subject: [ID 20010208.002] unordered explanation in perlcall
30071      Branch: maint-5.6/perl
30072           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
30073           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
30074           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
30075 ____________________________________________________________________________
30076 [  8745] By: jhi                                   on 2001/02/09  17:59:09
30077         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
30078              From: abela@geneanet.org
30079              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
30080              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
30081      Branch: perl
30082            ! pod/perlcall.pod
30083 ____________________________________________________________________________
30084 [  8744] By: jhi                                   on 2001/02/09  17:48:16
30085         Log: Subject: [ID 20010205.001] typo in perlfaq9
30086              From: eserte@vran.herceg.de
30087              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
30088              Message-Id: <200102042244.XAA21926@vran.herceg.de>
30089      Branch: perl
30090            ! pod/perlfaq9.pod
30091 ____________________________________________________________________________
30092 [  8743] By: jhi                                   on 2001/02/09  17:25:12
30093         Log: Integrate change #8695 from maintperl.
30094              
30095              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
30096      Branch: perl
30097           !> thread.h
30098 ____________________________________________________________________________
30099 [  8742] By: jhi                                   on 2001/02/09  17:21:22
30100         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
30101              From: Andy Dougherty <doughera@lafayette.edu>
30102              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
30103              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
30104      Branch: perl
30105            ! embed.pl
30106 ____________________________________________________________________________
30107 [  8741] By: jhi                                   on 2001/02/09  17:05:19
30108         Log: Integrate changes #8738,8739,8740 from maintperl.
30109              
30110              Html files will be installed in a more logical and easier to
30111              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
30112              
30113              Html files will be generated with a header to make them look
30114              a little less bare.
30115              
30116              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
30117      Branch: perl
30118           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
30119 ____________________________________________________________________________
30120 [  8740] By: jhi                                   on 2001/02/09  17:03:46
30121         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
30122              From: "Brendan O'Dea" <bod@compusol.com.au>
30123              Date: Sun, 4 Feb 2001 11:17:56 +1100
30124              Message-ID: <20010204111756.A16301@compusol.com.au>
30125      Branch: maint-5.6/perl
30126            ! pod/perlfaq3.pod
30127 ____________________________________________________________________________
30128 [  8739] By: jhi                                   on 2001/02/09  17:01:59
30129         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
30130              From: "Indy Singh" <indy@nusphere.com>
30131              Date: Fri, 2 Feb 2001 15:09:59 -0500
30132              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
30133              
30134              Html files will be generated with a header to make them look
30135              a little less bare.
30136      Branch: maint-5.6/perl
30137            ! installhtml
30138 ____________________________________________________________________________
30139 [  8738] By: jhi                                   on 2001/02/09  16:58:48
30140         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
30141              From: "Indy Singh" <indy@nusphere.com>
30142              Date: Fri, 2 Feb 2001 15:08:23 -0500
30143              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
30144              
30145              Html files will be installed in a more logical and easier to
30146              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
30147      Branch: maint-5.6/perl
30148            ! win32/Makefile win32/makefile.mk
30149 ____________________________________________________________________________
30150 [  8737] By: jhi                                   on 2001/02/09  16:46:54
30151         Log: Integrate changes #8687,8736 from maintperl.
30152              
30153              HP-UX thread patches from Merijn H. Brand.
30154              
30155              Latin nit from Philip Newton.
30156      Branch: perl
30157           !> README.hpux hints/hpux.sh
30158 ____________________________________________________________________________
30159 [  8736] By: jhi                                   on 2001/02/09  16:42:31
30160         Log: Latin nit from Philip Newton.
30161      Branch: maint-5.6/perl
30162            ! README.hpux
30163 ____________________________________________________________________________
30164 [  8735] By: jhi                                   on 2001/02/09  16:24:03
30165         Log: Integrate changes #8704,8710 from pureperl.
30166              
30167              Fixed UMRs and leak in Perl_pmtrans()
30168              
30169              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
30170              associated UTFied tr/// code.  Also fixed scoping leak of
30171              PL_reg_start_tmp.
30172      Branch: perl
30173           !> op.c regcomp.c
30174 ____________________________________________________________________________
30175 [  8734] By: jhi                                   on 2001/02/09  15:40:21
30176         Log: Integrate change #8733 from maintperl.
30177              
30178              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
30179      Branch: perl
30180           !> pod/perlre.pod
30181 ____________________________________________________________________________
30182 [  8733] By: jhi                                   on 2001/02/09  15:35:47
30183         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
30184              From: Prymmer/Kahn <pvhp@best.com>
30185              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
30186              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
30187      Branch: maint-5.6/perl
30188            ! pod/perlre.pod
30189 ____________________________________________________________________________
30190 [  8732] By: jhi                                   on 2001/02/09  15:26:17
30191         Log: Rename README.posix-bc to README.bs2000 (to avoid the
30192              confusion of a "perlposix-bc.pod"), add a few missing
30193              arch pods, regen toc.
30194      Branch: maint-5.6/perl
30195           +> README.bs2000
30196            - README.posix-bc
30197            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
30198            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
30199 ____________________________________________________________________________
30200 [  8731] By: jhi                                   on 2001/02/09  15:23:39
30201         Log: De-cut-and-pasto.
30202      Branch: perl
30203            ! pod/perl.pod
30204 ____________________________________________________________________________
30205 [  8730] By: jhi                                   on 2001/02/09  15:11:13
30206         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
30207              when people think that perlposix-bc.pod tells anything about
30208              Perl and POSIX.  Regen toc.
30209      Branch: perl
30210           +> README.bs2000
30211            - README.posix-bc
30212            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
30213            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
30214 ____________________________________________________________________________
30215 [  8729] By: jhi                                   on 2001/02/09  14:52:28
30216         Log: The README.vmesa part of #8712 from maintperl.
30217      Branch: perl
30218            ! README.vmesa
30219 ____________________________________________________________________________
30220 [  8728] By: jhi                                   on 2001/02/09  14:46:06
30221         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
30222              From: Peter Prymmer <pvhp@forte.com>
30223              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
30224              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
30225      Branch: maint-5.6/perl
30226            ! README.vmesa win32/Makefile win32/makefile.mk
30227 ____________________________________________________________________________
30228 [  8727] By: jhi                                   on 2001/02/09  14:33:25
30229         Log: Integrate change #8712 from mainline.
30230              
30231              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
30232      Branch: maint-5.6/perl
30233           !> lib/Pod/Find.pm
30234 ____________________________________________________________________________
30235 [  8726] By: jhi                                   on 2001/02/09  14:30:28
30236         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
30237              From: Peter Prymmer <pvhp@forte.com>
30238              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
30239              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
30240      Branch: perl
30241            + t/lib/cgi-esc.t
30242            ! MANIFEST lib/CGI/Util.pm
30243 ____________________________________________________________________________
30244 [  8725] By: jhi                                   on 2001/02/09  04:56:47
30245         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
30246      Branch: maint-5.6/perl
30247            ! pod/perlport.pod
30248 ____________________________________________________________________________
30249 [  8724] By: jhi                                   on 2001/02/09  04:40:59
30250         Log: Integrate changes 7819,7820 from vmsperl into mainline.
30251              
30252              Add header for LIB$ prototypes (C. Berry)
30253              
30254              Convert fwrite()s to sockets to write()s, since some socket stacks
30255              don't take kindly to stdio.
30256              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
30257              (for often optional LNMs)
30258              Correct a few typos
30259              (C. Bailey)
30260      Branch: perl
30261           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
30262 ____________________________________________________________________________
30263 [  8723] By: jhi                                   on 2001/02/09  03:29:29
30264         Log: Integrate change #8722 from mainline.
30265              
30266              The Im() function wasn't returning zero for non-Math::Complex
30267              arguments.  The bug reported by John Gamble.
30268      Branch: maint-5.6/perl
30269           !> lib/Math/Complex.pm
30270 ____________________________________________________________________________
30271 [  8722] By: jhi                                   on 2001/02/09  03:28:33
30272         Log: The Im() function wasn't returning zero for non-Math::Complex
30273              arguments.  The bug reported by John Gamble.
30274      Branch: perl
30275            ! lib/Math/Complex.pm
30276 ____________________________________________________________________________
30277 [  8721] By: nick                                  on 2001/02/08  22:11:35
30278         Log: Correct the correction :-(
30279      Branch: perl
30280            ! perl.c
30281 ____________________________________________________________________________
30282 [  8720] By: bailey                                on 2001/02/08  20:59:22
30283         Log: Convert frwite()s to sockets to write()s, since some socket stacks
30284              don't take kindly to stdio.
30285              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
30286              (for often optional LNMs)
30287              Correct a few typos
30288              (C. Bailey)
30289      Branch: vmsperl
30290            ! vms/vms.c vms/vmsish.h
30291 ____________________________________________________________________________
30292 [  8719] By: bailey                                on 2001/02/08  20:51:02
30293         Log: Add header for LIB$ prototypes (C. Berry)
30294      Branch: vmsperl
30295            ! ext/Devel/DProf/DProf.xs
30296 ____________________________________________________________________________
30297 [  8718] By: bailey                                on 2001/02/08  20:49:00
30298         Log: SYN SYN
30299      Branch: vmsperl
30300           +> pod/perliol.pod t/lib/sample-tests/bailout
30301           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
30302           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
30303           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
30304           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
30305           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
30306           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
30307            - lib/unicode/Is/DCinital.pl
30308           !> (integrate 101 files)
30309 ____________________________________________________________________________
30310 [  8717] By: nick                                  on 2001/02/08  19:38:48
30311         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
30312              From: Robin Barker <rmb1@cise.npl.co.uk>
30313              Date: Thu, 8 Feb 2001 14:38:07 GMT
30314              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
30315      Branch: perl
30316            ! lib/CPAN.pm
30317 ____________________________________________________________________________
30318 [  8716] By: nick                                  on 2001/02/08  19:29:07
30319         Log: Generated files form 8713 etc.
30320      Branch: perl
30321            ! embed.h global.sym objXSUB.h perlapi.c proto.h
30322 ____________________________________________________________________________
30323 [  8715] By: nick                                  on 2001/02/08  19:26:08
30324         Log: Fixup non-ithread build after 8713
30325      Branch: perl
30326            ! perl.c
30327 ____________________________________________________________________________
30328 [  8714] By: nick                                  on 2001/02/08  19:17:45
30329         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
30330              From: nick@ccl4.org
30331              Date: Wed, 7 Feb 2001 00:27:47 +0000
30332              Message-Id: <20010207002747.B63724@plum.flirble.org>
30333      Branch: perl
30334            ! sv.c toke.c
30335 ____________________________________________________________________________
30336 [  8713] By: nick                                  on 2001/02/08  19:15:58
30337         Log: Subject: Re: [patch] Re: PL_ptr_table
30338              From: Doug Maceachern <dougm@covalent.net>
30339              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
30340              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
30341      Branch: perl
30342            ! embed.pl perl.c sv.c sv.h
30343 ____________________________________________________________________________
30344 [  8712] By: nick                                  on 2001/02/08  19:12:47
30345         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
30346              From: Peter Prymmer <pvhp@forte.com>
30347              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
30348              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
30349      Branch: perl
30350            ! lib/Pod/Find.pm
30351 ____________________________________________________________________________
30352 [  8711] By: nick                                  on 2001/02/07  21:06:11
30353         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
30354              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
30355              From: Alan Burlison <Alan.Burlison@uk.sun.com>
30356              Date: Tue, 06 Feb 2001 23:37:01 +0000
30357              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
30358      Branch: perl
30359            ! regcomp.c
30360 ____________________________________________________________________________
30361 [  8710] By: alanbur                               on 2001/02/07  00:22:04
30362         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
30363              associated UTFied tr/// code.  Also fixed scoping leak of
30364              PL_reg_start_tmp.
30365      Branch: maint-5.6/pureperl
30366            ! op.c regcomp.c
30367 ____________________________________________________________________________
30368 [  8709] By: nick                                  on 2001/02/06  21:16:49
30369         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
30370              From: Michael G Schwern <schwern@pobox.com>
30371              Date: Sun, 4 Feb 2001 19:47:14 -0500
30372              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
30373      Branch: perl
30374            ! pod/perlapi.pod pod/perlmodlib.PL
30375 ____________________________________________________________________________
30376 [  8708] By: nick                                  on 2001/02/06  20:41:20
30377         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
30378              From: Michael G Schwern <schwern@pobox.com>
30379              Date: Sun, 4 Feb 2001 21:17:49 -0500
30380              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
30381      Branch: perl
30382            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
30383            ! pod/perltootc.pod
30384 ____________________________________________________________________________
30385 [  8707] By: nick                                  on 2001/02/06  20:29:11
30386         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
30387              From: Michael G Schwern <schwern@pobox.com>
30388              Date: Tue, 6 Feb 2001 05:54:30 -0500
30389              Message-Id: <20010206055430.A951@blackrider.aocn.com>
30390      Branch: perl
30391            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
30392 ____________________________________________________________________________
30393 [  8706] By: nick                                  on 2001/02/06  20:21:40
30394         Log: Subject: RE: some win32 fixes
30395              Date: Tue, 6 Feb 2001 09:23:20 +0300
30396              From: Vadim Konovalov <vkonovalov@lucent.com>
30397              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
30398      Branch: perl
30399            ! toke.c win32/Makefile win32/config.bc win32/config.gc
30400            ! win32/config.vc win32/config_H.bc win32/makefile.mk
30401 ____________________________________________________________________________
30402 [  8705] By: alanbur                               on 2001/02/06  15:00:03
30403         Log: Synchronised with parent
30404      Branch: maint-5.6/pureperl
30405            ! regexec.c
30406           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
30407           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
30408 ____________________________________________________________________________
30409 [  8704] By: alanbur                               on 2001/02/06  14:55:24
30410         Log: Fixed UMRs and leak in Perl_pmtrans()
30411      Branch: maint-5.6/pureperl
30412            ! op.c
30413 ____________________________________________________________________________
30414 [  8703] By: gsar                                  on 2001/02/06  02:29:37
30415         Log: $(MAKE) distclean doesn't clean up properly on windows
30416      Branch: maint-5.6/perl
30417            ! win32/Makefile win32/makefile.mk
30418 ____________________________________________________________________________
30419 [  8702] By: gsar                                  on 2001/02/06  01:00:46
30420         Log: tweak change#8659 to keep it simple
30421      Branch: maint-5.6/perl
30422            ! utils/perldoc.PL
30423 ____________________________________________________________________________
30424 [  8701] By: gsar                                  on 2001/02/05  22:45:41
30425         Log: change#8693 was missing testsuite changes
30426      Branch: maint-5.6/perl
30427           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
30428 ____________________________________________________________________________
30429 [  8700] By: nick                                  on 2001/02/05  20:32:52
30430         Log: Integrate mainline
30431      Branch: perlio
30432           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
30433           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
30434           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
30435           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
30436           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
30437           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
30438           +> t/lib/test-harness.t
30439           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
30440           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
30441           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
30442           !> pod/perlutil.pod t/TEST utils/h2xs.PL
30443 ____________________________________________________________________________
30444 [  8699] By: nick                                  on 2001/02/05  19:41:07
30445         Log: Subject: perlfaq2, re: perlmongers
30446              From: David H. Adler <dha@panix.com>
30447              Date: Sun, 4 Feb 2001 23:48:23 -0500
30448              Message-Id: <20010204234823.A13429@panix.com>
30449      Branch: perl
30450            ! pod/perlfaq2.pod
30451 ____________________________________________________________________________
30452 [  8698] By: nick                                  on 2001/02/05  19:39:31
30453         Log: Missed file f#rom the testharness mess.
30454      Branch: perl
30455            + t/lib/test-harness.t
30456 ____________________________________________________________________________
30457 [  8697] By: nick                                  on 2001/02/05  19:37:21
30458         Log: Subject: [DOC PATCH] overload.pm nits
30459              From: John Tobey <jtobey@john-edwin-tobey.org>
30460              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
30461              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
30462      Branch: perl
30463            ! lib/overload.pm
30464 ____________________________________________________________________________
30465 [  8696] By: alanbur                               on 2001/02/05  11:56:00
30466         Log: Sync with parent
30467      Branch: maint-5.6/pureperl
30468           !> thread.h
30469 ____________________________________________________________________________
30470 [  8695] By: gsar                                  on 2001/02/05  03:27:34
30471         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
30472      Branch: maint-5.6/perl
30473            ! thread.h
30474 ____________________________________________________________________________
30475 [  8694] By: alanbur                               on 2001/02/05  00:07:47
30476         Log: Initial branch creation from //depot/maint-5.6/perl
30477      Branch: maint-5.6/pureperl
30478           +> (branch 1719 files)
30479 ____________________________________________________________________________
30480 [  8693] By: gsar                                  on 2001/02/04  22:38:49
30481         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
30482              changes)
30483      Branch: maint-5.6/perl
30484           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
30485           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
30486           !> ext/DB_File/version.c
30487 ____________________________________________________________________________
30488 [  8692] By: nick                                  on 2001/02/04  18:15:57
30489         Log: The missed t/TEST part of the grand testharness upgrade.
30490      Branch: perl
30491            ! t/TEST
30492 ____________________________________________________________________________
30493 [  8691] By: nick                                  on 2001/02/04  18:05:17
30494         Log: New improved test harness
30495              Subject: Re: [PATCH Test::Harness] Third time's a charm?
30496              From: Michael G Schwern <schwern@pobox.com>
30497              Date: Sun, 4 Feb 2001 08:01:20 -0500
30498              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
30499      Branch: perl
30500            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
30501            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
30502            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
30503            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
30504            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
30505            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
30506            ! MANIFEST lib/Test/Harness.pm
30507 ____________________________________________________________________________
30508 [  8690] By: nick                                  on 2001/02/04  17:57:51
30509         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
30510              From: Jonathan Stowe <gellyfish@gellyfish.com>
30511              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
30512              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
30513      Branch: perl
30514            ! utils/h2xs.PL
30515 ____________________________________________________________________________
30516 [  8689] By: nick                                  on 2001/02/04  17:55:24
30517         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
30518              From: Michael G Schwern <schwern@pobox.com>
30519              Date: Sat, 3 Feb 2001 22:46:38 -0500
30520              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
30521      Branch: perl
30522            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
30523            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
30524 ____________________________________________________________________________
30525 [  8688] By: nick                                  on 2001/02/04  17:43:55
30526         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
30527              length byfailing to spot lack of closing )
30528              From: nick@talking.bollo.cx
30529              Date: Sat, 03 Feb 2001 23:53:16 +0000
30530              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
30531      Branch: perl
30532            ! perlio.c pod/perldiag.pod
30533 ____________________________________________________________________________
30534 [  8687] By: jhi                                   on 2001/02/03  17:11:42
30535         Log: HP-UX thread patches from Merijn H. Brand.
30536      Branch: maint-5.6/perl
30537            ! README.hpux hints/hpux.sh
30538 ____________________________________________________________________________
30539 [  8686] By: jhi                                   on 2001/02/03  16:40:12
30540         Log: Metaconfig changes for #8685.
30541      Branch: metaconfig
30542            ! U/installdirs/instubperl.U
30543      Branch: metaconfig/U/perl
30544            ! Devel.U versiononly.U
30545 ____________________________________________________________________________
30546 [  8685] By: jhi                                   on 2001/02/03  16:39:49
30547         Log: For -Dusedevel builds turn off installusrbinperl and turn on
30548              versiononly, a combined idea of Richard Soderberg and Merijn
30549              H. Brand.  You can still override both of these from the command
30550              line if you need to, -Dinstallusrbinperl and -Uversiononly.
30551      Branch: perl
30552            ! Configure
30553 ____________________________________________________________________________
30554 [  8684] By: jhi                                   on 2001/02/03  16:16:34
30555         Log: Metaconfig unit fix for #8683.
30556      Branch: metaconfig
30557            ! U/compline/nblock_io.U
30558 ____________________________________________________________________________
30559 [  8683] By: jhi                                   on 2001/02/03  16:16:12
30560         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
30561              reported by Peter Prymmer for 5.6-TRIAL1.
30562      Branch: perl
30563            ! Configure
30564 ____________________________________________________________________________
30565 [  8682] By: jhi                                   on 2001/02/03  05:52:11
30566         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
30567              to work correctly.
30568      Branch: maint-5.6/perl
30569            ! hints/irix_6.sh
30570 ____________________________________________________________________________
30571 [  8681] By: jhi                                   on 2001/02/03  05:47:33
30572         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
30573      Branch: maint-5.6/perl
30574            ! pod/perlport.pod
30575 ____________________________________________________________________________
30576 [  8680] By: jhi                                   on 2001/02/02  21:39:49
30577         Log: perlport update from Peter Prymmer.
30578      Branch: maint-5.6/perl
30579            ! pod/perlport.pod
30580 ____________________________________________________________________________
30581 [  8679] By: nick                                  on 2001/02/02  20:50:48
30582         Log: Integrate mainline
30583      Branch: perlio
30584           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
30585           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
30586           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
30587 ____________________________________________________________________________
30588 [  8678] By: gsar                                  on 2001/02/02  16:02:12
30589         Log: note about bincompat, slightly modified (from Lupe Christoph)
30590      Branch: maint-5.6/perl
30591            ! README.solaris
30592 ____________________________________________________________________________
30593 [  8677] By: jhi                                   on 2001/02/02  15:46:20
30594         Log: Supported platforms updates.
30595      Branch: maint-5.6/perl
30596            ! pod/perlport.pod
30597 ____________________________________________________________________________
30598 [  8676] By: jhi                                   on 2001/02/02  03:41:26
30599         Log: A couple more perlfaq2 tweaks.
30600      Branch: maint-5.6/perl
30601            ! pod/perlfaq2.pod
30602 ____________________________________________________________________________
30603 [  8675] By: jhi                                   on 2001/02/02  03:17:44
30604         Log: Misedit in #8661.
30605      Branch: maint-5.6/perl
30606            ! Configure
30607 ____________________________________________________________________________
30608 [  8674] By: jhi                                   on 2001/02/02  03:14:38
30609         Log: Damien again.
30610      Branch: maint-5.6/perl
30611            ! pod/perlfaq2.pod
30612 ____________________________________________________________________________
30613 [  8673] By: jhi                                   on 2001/02/02  03:12:40
30614         Log: perlfaq update from Elaine Ashton.
30615      Branch: maint-5.6/perl
30616            ! pod/perlfaq2.pod
30617 ____________________________________________________________________________
30618 [  8672] By: jhi                                   on 2001/02/02  03:07:08
30619         Log: UTF-8 s/// patch from Inaba Hiroto.
30620      Branch: maint-5.6/perl
30621            ! pp_ctl.c pp_hot.c
30622 ____________________________________________________________________________
30623 [  8671] By: jhi                                   on 2001/02/01  22:34:31
30624         Log: Update Changes.
30625      Branch: perl
30626            ! Changes patchlevel.h
30627 ____________________________________________________________________________
30628 [  8670] By: jhi                                   on 2001/02/01  22:15:29
30629         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
30630              from maintperl.
30631              
30632              Upgrade to Getopt::Long 2.25, from Johan Vromans.
30633              
30634              more files need to be writable in the source distribution
30635              
30636              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
30637              
30638              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
30639              
30640              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
30641              
30642              Allow the float to be fuzzier.
30643              
30644              need to use INT2PTR instead of a straight cast or ia64 fails
30645              
30646              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
30647              
30648              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
30649      Branch: perl
30650           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
30651           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
30652           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
30653 ____________________________________________________________________________
30654 [  8669] By: jhi                                   on 2001/02/01  21:57:02
30655         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
30656              From: Robin Barker <rmb1@cise.npl.co.uk>
30657              Date: Thu, 1 Feb 2001 16:59:05 GMT
30658              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
30659      Branch: maint-5.6/perl
30660            ! pod/perlmodlib.PL
30661 ____________________________________________________________________________
30662 [  8668] By: nick                                  on 2001/02/01  19:41:40
30663         Log: Integrate mainline
30664      Branch: perlio
30665           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
30666           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
30667           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
30668 ____________________________________________________________________________
30669 [  8667] By: gsar                                  on 2001/02/01  16:59:11
30670         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
30671      Branch: maint-5.6/perl
30672            ! embed.pl embedvar.h
30673 ____________________________________________________________________________
30674 [  8666] By: gsar                                  on 2001/02/01  16:34:51
30675         Log: add missing entries to win32/config.?c
30676      Branch: maint-5.6/perl
30677            ! win32/config.bc win32/config.gc win32/config.vc
30678            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
30679 ____________________________________________________________________________
30680 [  8665] By: jhi                                   on 2001/02/01  14:58:51
30681         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
30682              From: "Stephen P. Potter" <spp@spotter.yi.org>
30683              Date: Thu, 01 Feb 2001 10:45:46 -0500
30684              Message-Id: <200102011545.KAA31479@spotter.yi.org>
30685      Branch: maint-5.6/perl
30686            ! pod/perlfunc.pod
30687 ____________________________________________________________________________
30688 [  8664] By: gsar                                  on 2001/02/01  14:52:37
30689         Log: need to use INT2PTR instead of a straight cast or ia64 fails
30690              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
30691      Branch: maint-5.6/perl
30692            ! ext/POSIX/POSIX.xs
30693 ____________________________________________________________________________
30694 [  8663] By: jhi                                   on 2001/02/01  14:09:13
30695         Log: Allow the float to be fuzzier.
30696      Branch: maint-5.6/perl
30697            ! t/lib/peek.t
30698 ____________________________________________________________________________
30699 [  8662] By: jhi                                   on 2001/02/01  13:59:00
30700         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
30701              From: Robin Barker <rmb1@cise.npl.co.uk>
30702              Date: Thu, 1 Feb 2001 13:05:39 GMT
30703              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
30704      Branch: maint-5.6/perl
30705            ! pod/perlmodlib.pod
30706 ____________________________________________________________________________
30707 [  8661] By: jhi                                   on 2001/02/01  13:57:38
30708         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
30709              Date: Thu, 01 Feb 2001 14:15:41 +0100
30710              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30711              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
30712              
30713              Have the $ccflags in the gcc version test (strange, this change
30714              is claimed to be have been integrated already)
30715      Branch: maint-5.6/perl
30716            ! Configure
30717 ____________________________________________________________________________
30718 [  8660] By: jhi                                   on 2001/02/01  13:44:10
30719         Log: Integrate changes #7950,7964,7962 from mainline.
30720              
30721              Find the stdchar signedness using cpp, should fix some of
30722              the Solaris compiler warnings reported by Alan Burlison.
30723      Branch: maint-5.6/perl
30724           !> Configure config_h.SH
30725 ____________________________________________________________________________
30726 [  8659] By: jhi                                   on 2001/02/01  05:35:32
30727         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
30728              From: Jan Dubois <JanD@ActiveState.com>
30729              Date: Wed, 31 Jan 2001 21:17:03 -0800
30730              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
30731      Branch: maint-5.6/perl
30732            ! utils/perldoc.PL
30733 ____________________________________________________________________________
30734 [  8658] By: jhi                                   on 2001/02/01  04:33:17
30735         Log: Integrate the README.os390 and README.posix-bc parts of mainline
30736              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
30737              installperl parts were taken care of by #8657.)
30738      Branch: maint-5.6/perl
30739           !> README.os390 README.posix-bc
30740 ____________________________________________________________________________
30741 [  8657] By: jhi                                   on 2001/02/01  04:29:21
30742         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
30743              From: Peter Prymmer <pvhp@forte.com>
30744              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
30745              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
30746      Branch: maint-5.6/perl
30747            + ext/DynaLoader/dl_dllload.xs
30748            ! MANIFEST Makefile.SH hints/os390.sh installperl
30749 ____________________________________________________________________________
30750 [  8656] By: jhi                                   on 2001/02/01  04:25:45
30751         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
30752              From: Peter Prymmer <pvhp@forte.com>
30753              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
30754              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
30755      Branch: maint-5.6/perl
30756            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
30757 ____________________________________________________________________________
30758 [  8655] By: jhi                                   on 2001/02/01  04:14:47
30759         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
30760              From: troc@netrus.net
30761              Date: Wed, 31 Jan 2001 22:31:26 -0500
30762              Message-Id: <200102010331.WAA117.85@rocco.homenet>
30763      Branch: maint-5.6/perl
30764            ! os2/os2.c
30765 ____________________________________________________________________________
30766 [  8654] By: jhi                                   on 2001/02/01  04:12:52
30767         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
30768              as reported by Alan Burlison.
30769      Branch: maint-5.6/perl
30770            ! pp.h
30771 ____________________________________________________________________________
30772 [  8653] By: jhi                                   on 2001/02/01  04:05:12
30773         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
30774              From: dsugalski@northernlight.com
30775              Date: Wed, 31 Jan 2001 18:54:11 -0500
30776              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
30777      Branch: maint-5.6/perl
30778            ! configure.com
30779 ____________________________________________________________________________
30780 [  8652] By: jhi                                   on 2001/02/01  04:03:11
30781         Log: Misplaced #endif.
30782              
30783              Subject: [perl-5-6-1-trial2] patches for EPOC
30784              From: Olaf Flebbe <O.Flebbe@science-computing.de>
30785              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
30786              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
30787      Branch: maint-5.6/perl
30788            ! epoc/epocish.c
30789 ____________________________________________________________________________
30790 [  8651] By: jhi                                   on 2001/02/01  04:00:25
30791         Log: Integrate changes #8647,8648,8650 from mainline.
30792              
30793              Macrofy a magic UTF-8 test.
30794              
30795              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
30796              
30797              Watch out for cross compiling for EPOC (usually done on linux).
30798      Branch: maint-5.6/perl
30799           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
30800 ____________________________________________________________________________
30801 [  8650] By: jhi                                   on 2001/02/01  03:56:20
30802         Log: Watch out for cross compiling for EPOC (usually done on linux)
30803              
30804              Subject: [perl-5-6-1-trial2] patches for EPOC
30805              From: Olaf Flebbe <O.Flebbe@science-computing.de>
30806              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
30807              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
30808      Branch: perl
30809            ! ext/Errno/Errno_pm.PL
30810 ____________________________________________________________________________
30811 [  8649] By: gsar                                  on 2001/02/01  00:46:00
30812         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
30813      Branch: maint-5.6/perl
30814            ! sv.c
30815 ____________________________________________________________________________
30816 [  8648] By: jhi                                   on 2001/01/31  23:35:36
30817         Log: All the uses of PL_numeric_radix must be protected by
30818              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
30819              
30820              Subject: [perl-5-6-1-trial2] patches for EPOC
30821              From: Olaf Flebbe <O.Flebbe@science-computing.de>
30822              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
30823              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
30824      Branch: perl
30825            ! sv.c
30826 ____________________________________________________________________________
30827 [  8647] By: jhi                                   on 2001/01/31  22:56:16
30828         Log: Macrofy a magic UTF-8 test.
30829      Branch: perl
30830            ! utf8.c utf8.h
30831 ____________________________________________________________________________
30832 [  8646] By: gsar                                  on 2001/01/31  15:55:12
30833         Log: update Changes
30834      Branch: maint-5.6/perl
30835            ! Changes
30836 ____________________________________________________________________________
30837 [  8645] By: gsar                                  on 2001/01/31  15:10:14
30838         Log: Configure tweak suggested by Peter Prymmer
30839      Branch: maint-5.6/perl
30840            ! Configure
30841 ____________________________________________________________________________
30842 [  8644] By: gsar                                  on 2001/01/31  15:06:32
30843         Log: more files need to be writable in the source distribution
30844      Branch: maint-5.6/perl
30845            ! Porting/makerel
30846 ____________________________________________________________________________
30847 [  8643] By: jhi                                   on 2001/01/31  14:59:46
30848         Log: Integrate changes #8258,8278,8279 from mainline.
30849              
30850              Make the large file tests more robust/talkative.
30851      Branch: maint-5.6/perl
30852           !> t/lib/syslfs.t t/op/lfs.t
30853 ____________________________________________________________________________
30854 [  8642] By: gsar                                  on 2001/01/31  14:53:48
30855         Log: integrate changes#8311,8334 from mainline
30856              
30857              Add a new MakeMaker variable PM_FILTER that defines a Unix
30858              filter to be run on each .pm during the pm_to_blib() phase,
30859              a fixed version of
30860              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
30861              
30862              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
30863              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
30864              accurate reading of the "atime".  
30865      Branch: maint-5.6/perl
30866           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
30867           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
30868           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
30869 ____________________________________________________________________________
30870 [  8641] By: jhi                                   on 2001/01/31  14:46:37
30871         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
30872      Branch: maint-5.6/perl
30873            ! lib/Getopt/Long.pm
30874 ____________________________________________________________________________
30875 [  8640] By: gsar                                  on 2001/01/31  14:40:24
30876         Log: make regen_all
30877      Branch: maint-5.6/perl
30878            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
30879 ____________________________________________________________________________
30880 [  8639] By: gsar                                  on 2001/01/31  14:37:25
30881         Log: refresh windows config files
30882      Branch: maint-5.6/perl
30883            ! win32/Makefile win32/config_H.bc win32/config_H.gc
30884            ! win32/config_H.vc win32/makefile.mk
30885 ____________________________________________________________________________
30886 [  8638] By: gsar                                  on 2001/01/31  14:28:10
30887         Log: makefile tweaks for windows: introduce a bulk-switch to enable
30888              same options as ActivePerl; sync changes with makefile.mk
30889      Branch: maint-5.6/perl
30890            ! win32/Makefile win32/makefile.mk
30891 ____________________________________________________________________________
30892 [  8637] By: jhi                                   on 2001/01/31  04:41:30
30893         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
30894              From: Nicholas Clark <nick@ccl4.org>
30895              Date: Tue, 30 Jan 2001 19:51:05 +0000
30896              Message-ID: <20010130195105.R76607@plum.flirble.org> 
30897              
30898              op/inc cure.
30899      Branch: perl
30900            ! pp.c pp.h pp_hot.c t/op/arith.t
30901 ____________________________________________________________________________
30902 [  8636] By: jhi                                   on 2001/01/31  02:38:32
30903         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
30904              no perlio],8257,8380,8479,8515 from mainline.
30905              
30906              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
30907              
30908              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
30909              Subject: [PATCH perl@8133] fix-up for VMS extensions
30910              
30911              In VMS embedded perls couldn't access the statically built Socket.
30912              
30913              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
30914              
30915              Further VMS piping fixes from Charles Lane.
30916              
30917              Subject:  [PATCH] make t/op/misc.t work on VMS
30918              
30919              Add tracing for debugging extensions builds in VMS.
30920              
30921              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
30922      Branch: maint-5.6/perl
30923           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
30924           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
30925           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
30926 ____________________________________________________________________________
30927 [  8635] By: jhi                                   on 2001/01/31  01:46:41
30928         Log: Integrate change #7732 from mainline.
30929              
30930              Sparc 64-bit pack() fix from Jens Hamisch.
30931      Branch: maint-5.6/perl
30932           !> pp.c
30933 ____________________________________________________________________________
30934 [  8634] By: jhi                                   on 2001/01/31  01:41:16
30935         Log: One spot missing from #8626.
30936      Branch: maint-5.6/perl
30937            ! sv.c
30938 ____________________________________________________________________________
30939 [  8633] By: jhi                                   on 2001/01/31  00:49:17
30940         Log: Integrate change #7495 from mainline.
30941              
30942              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
30943      Branch: maint-5.6/perl
30944           !> MANIFEST ext/re/Makefile.PL
30945 ____________________________________________________________________________
30946 [  8632] By: jhi                                   on 2001/01/30  23:38:49
30947         Log: Integrate change #8396 from mainline.
30948              
30949              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
30950              better multicast support (resend)
30951      Branch: maint-5.6/perl
30952           !> ext/Socket/Socket.pm
30953 ____________________________________________________________________________
30954 [  8631] By: jhi                                   on 2001/01/30  23:28:03
30955         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
30956              
30957              More AIX lore. (7514, ext/re/hints/aix.pl)
30958              
30959              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
30960              
30961              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)
30962              
30963              Subject: [ID 20001214.002] Net::Ping patch
30964              
30965              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
30966              
30967              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
30968              
30969              Add ReuseAddr as a (preferred) alias for Reuse as we now
30970              also have ReusePort.
30971              
30972              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
30973      Branch: maint-5.6/perl
30974           +> ext/re/hints/aix.pl
30975           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
30976           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
30977 ____________________________________________________________________________
30978 [  8630] By: jhi                                   on 2001/01/30  23:03:59
30979         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
30980              
30981              read() documentation tweak for 20001121.004.
30982              
30983              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
30984      Branch: maint-5.6/perl
30985           !> pod/perlfunc.pod pod/perlre.pod
30986 ____________________________________________________________________________
30987 [  8629] By: jhi                                   on 2001/01/30  22:41:57
30988         Log: Integrate change #8098 from mainline.
30989              
30990              fastgetcwd is defined using a glob alias on a $^O dependent basis
30991              and there was no default assignment or perl subroutine.
30992      Branch: maint-5.6/perl
30993           !> lib/Cwd.pm
30994 ____________________________________________________________________________
30995 [  8628] By: jhi                                   on 2001/01/30  21:58:52
30996         Log: Integrate change #7866 from mainline.
30997              
30998              File::Temp 0.11.
30999      Branch: maint-5.6/perl
31000           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
31001 ____________________________________________________________________________
31002 [  8627] By: jhi                                   on 2001/01/30  21:39:44
31003         Log: Integrate changes #8075,8086,8228 from mainline.  
31004              
31005              Darwin is not Windows. (8075,8086)
31006              
31007              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
31008      Branch: maint-5.6/perl
31009           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
31010           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
31011           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
31012           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
31013 ____________________________________________________________________________
31014 [  8626] By: jhi                                   on 2001/01/30  21:22:11
31015         Log: Integrate with tweakery the change #8625 from mainline,
31016              the multibyte decimal separator fix ("fa_IR locale failure").
31017      Branch: maint-5.6/perl
31018            ! embedvar.h perlapi.h
31019           !> intrpvar.h perl.c perl.h sv.c util.c
31020 ____________________________________________________________________________
31021 [  8625] By: jhi                                   on 2001/01/30  20:26:33
31022         Log: Fix for the fa_IR locale failure.  The reason for the failure
31023              was that Perl was assuming the decimal separator aka the radix
31024              separator is one character.  The Farsi-Iranian locale crushed
31025              that bad assumption since there the separator is 'Momayyez',
31026              glyphwise looking somewhat like a slash, and in Unicode UTF-8
31027              encoded in two bytes, 0xd9 0xab.
31028      Branch: perl
31029            ! intrpvar.h perl.c perl.h sv.c util.c
31030 ____________________________________________________________________________
31031 [  8624] By: gsar                                  on 2001/01/30  20:17:03
31032         Log: regen_headers
31033      Branch: maint-5.6/perl
31034            ! Makefile.SH pod/perlintern.pod
31035 ____________________________________________________________________________
31036 [  8623] By: gsar                                  on 2001/01/30  19:42:34
31037         Log: backout change#7431 and its dependents (causes spurious rebuilds
31038              of autogenerated files)
31039              
31040              fix benign b.t failure
31041      Branch: maint-5.6/perl
31042            ! Makefile.SH t/lib/b.t
31043 ____________________________________________________________________________
31044 [  8622] By: jhi                                   on 2001/01/30  19:41:41
31045         Log: Microperl sync.
31046      Branch: perl
31047            ! mg.c perl.h
31048 ____________________________________________________________________________
31049 [  8621] By: gsar                                  on 2001/01/30  19:24:47
31050         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
31051              from mainline
31052              
31053              Subject: podlators 1.06 released
31054              
31055              Subject: [PATCH @8436] Eliminate op_children
31056              
31057              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
31058              
31059              (Replaced by #8448)  More op_children traces (cleanup of #8442).
31060              
31061              Subject: [PATCH #3 @8436] Re: Eliminate op_children
31062              Replace #8444 and #8445.
31063              
31064              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
31065              at the setting of the ofs_sv in new_struct_thread() as the
31066              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
31067              uninitialized fields are, uh, initialized with),
31068              SvREFCNT_inc()ing that invited a core dump.
31069              
31070              podlators 1.07, from Russ Allbery.
31071              
31072              Subject: [PATCH] regcomp.c old feature removal
31073              From: mjd@plover.com
31074              Date: 16 Jan 2001 14:43:18 -0000 
31075              Message-ID: <20010116144318.7140.qmail@plover.com> 
31076      Branch: maint-5.6/perl
31077           +> lib/Pod/Text/Overstrike.pm
31078           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
31079           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
31080           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
31081           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
31082           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
31083           !> util.c
31084 ____________________________________________________________________________
31085 [  8620] By: gsar                                  on 2001/01/30  18:48:32
31086         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
31087              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
31088              now fails one test)
31089              
31090              Subject: [PATCH] lvalue AUTOLOAD. No, really.
31091              
31092              Subject: [PATCH] Interesting syntax idea
31093              Make opens + bareword assigns do typeglob assigns.
31094              
31095              Tests for #8254.
31096              
31097              Subject: [PATCH @8269] Continue blocks and B::Deparse
31098              Make the peephole optimizer to bypass more null ops and
31099              and rewrite the deparse handling of continue blocks.
31100              
31101              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
31102              Doc tweak on #8313.
31103              
31104              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
31105              
31106              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
31107              
31108              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
31109              
31110              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
31111              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
31112              according to the platform.
31113              
31114              Subject: [PATCH @8404] Consolidated lvalue sub changes
31115              
31116              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
31117              
31118              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
31119              
31120              Subject: B::Concise -- an improved replacement for B::Terse 
31121              
31122              The B::Terse drop-in replacement wasn't quite drop-in.
31123              
31124              The LVRET macro needed an aTHX.
31125              
31126              Use the /^Perl_/-less form of is_lvalue_sub().
31127              
31128              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
31129      Branch: maint-5.6/perl
31130           +> ext/B/B/Concise.pm
31131           !> (integrate 27 files)
31132 ____________________________________________________________________________
31133 [  8619] By: nick                                  on 2001/01/30  18:40:28
31134         Log: Integrate mainline
31135      Branch: perlio
31136           !> (integrate 40 files)
31137 ____________________________________________________________________________
31138 [  8618] By: jhi                                   on 2001/01/30  18:37:18
31139         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
31140              Date: Mon, 29 Jan 2001 22:51:29 -0600
31141              From: "Craig A. Berry" <craigberry@mac.com>
31142              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
31143      Branch: perl
31144            ! vms/test.com
31145 ____________________________________________________________________________
31146 [  8617] By: jhi                                   on 2001/01/30  18:34:53
31147         Log: Subject: [PATCH] Add missing CV flags to dump.c
31148              From: Tim Jenness <t.jenness@jach.hawaii.edu>
31149              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
31150              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
31151      Branch: perl
31152            ! dump.c
31153 ____________________________________________________________________________
31154 [  8616] By: jhi                                   on 2001/01/30  18:20:58
31155         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
31156              part isn't applicable to maintperl.
31157              
31158              UTF-8 nit from Inaba Hiroto.
31159      Branch: maint-5.6/perl
31160           !> pod/perlapi.pod utf8.c
31161 ____________________________________________________________________________
31162 [  8615] By: jhi                                   on 2001/01/30  18:18:51
31163         Log: UTF-8 nit from Inaba Hiroto.
31164      Branch: perl
31165            ! pod/perlapi.pod t/op/each.t utf8.c
31166 ____________________________________________________________________________
31167 [  8614] By: jhi                                   on 2001/01/30  18:13:38
31168         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
31169              
31170              perl's internal variables are not for public consumption,
31171              move their docs from perlapi.pod to perlintern.pod
31172              
31173              support for -Dusethreads build under HP-UX 10.20 and DCE threads
31174              library (11.0 and later have pthreads but 10.x don't)
31175              
31176              avoid uninitialized value warnings
31177              
31178              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
31179              gets weird results)
31180              
31181              perldoc nit on windows
31182              
31183              make it possible to run the tests outside the source tree
31184              (there's still a dependency on ../lib being the library
31185              location)
31186      Branch: perl
31187           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
31188           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
31189           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
31190           !> win32/bin/search.pl win32/vdir.h
31191 ____________________________________________________________________________
31192 [  8613] By: gsar                                  on 2001/01/30  16:39:59
31193         Log: make it possible to run the tests outside the source tree
31194              (there's still a dependency on ../lib being the library
31195              location)
31196      Branch: maint-5.6/perl
31197            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
31198 ____________________________________________________________________________
31199 [  8612] By: gsar                                  on 2001/01/30  16:31:12
31200         Log: perldoc nit on windows
31201      Branch: maint-5.6/perl
31202            ! utils/perldoc.PL
31203 ____________________________________________________________________________
31204 [  8611] By: gsar                                  on 2001/01/30  16:22:54
31205         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
31206              gets weird results)
31207      Branch: maint-5.6/perl
31208            ! win32/vdir.h
31209 ____________________________________________________________________________
31210 [  8610] By: gsar                                  on 2001/01/30  16:12:45
31211         Log: avoid uninitialized value warnings
31212      Branch: maint-5.6/perl
31213            ! win32/bin/search.pl
31214 ____________________________________________________________________________
31215 [  8609] By: gsar                                  on 2001/01/30  16:08:01
31216         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
31217              library (11.0 and later have pthreads but 10.x don't)
31218      Branch: maint-5.6/perl
31219            ! hints/hpux.sh thread.h
31220 ____________________________________________________________________________
31221 [  8608] By: gsar                                  on 2001/01/30  15:48:55
31222         Log: perl's internal variables are not for public consumption,
31223              move their docs from perlapi.pod to perlintern.pod
31224      Branch: maint-5.6/perl
31225            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
31226            ! thrdvar.h
31227 ____________________________________________________________________________
31228 [  8607] By: gsar                                  on 2001/01/30  15:44:27
31229         Log: mistakenly branched perl56delta.pod, revert
31230      Branch: maint-5.6/perl
31231            - pod/perl56delta.pod
31232           !> pod/perldelta.pod
31233 ____________________________________________________________________________
31234 [  8606] By: gsar                                  on 2001/01/30  14:20:24
31235         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
31236              dTHR which has been a noop for a while now, except for the
31237              compatibility definition in thread.h)
31238      Branch: maint-5.6/perl
31239           !> (integrate 45 files)
31240 ____________________________________________________________________________
31241 [  8605] By: jhi                                   on 2001/01/30  05:43:58
31242         Log: Mark the UTF-8 APIs as experimental.
31243      Branch: maint-5.6/perl
31244            ! embed.pl pod/perlapi.pod
31245 ____________________________________________________________________________
31246 [  8604] By: jhi                                   on 2001/01/30  05:38:40
31247         Log: Nits from earlier integrates.
31248      Branch: maint-5.6/perl
31249            ! lib/Carp/Heavy.pm
31250           !> sv.c
31251 ____________________________________________________________________________
31252 [  8603] By: jhi                                   on 2001/01/30  05:27:26
31253         Log: Regenerate Porting files.
31254      Branch: maint-5.6/perl
31255            ! Porting/Glossary Porting/config.sh Porting/config_H
31256 ____________________________________________________________________________
31257 [  8602] By: jhi                                   on 2001/01/30  05:14:59
31258         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
31259              8310,8339,8447,8492,8493,8505,8525: documentation changes.
31260              
31261              Subject: Re: perlfaq style changes
31262              
31263              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
31264              
31265              Subject: [PATCH] docs on NaN
31266              
31267              Subject: [patch] perlfaq7
31268              
31269              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
31270              
31271              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
31272              
31273              Subject: [PATCH] open() example in perlfunc.pod
31274              
31275              Podify README.mpeix (a new version from the web)
31276              
31277              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
31278              
31279              Subject: [PATCH] format and rewording in perlfaq.pod
31280              
31281              Subject: [PATCH] API Variable documentation   
31282              
31283              Memory management calls documentation.
31284              
31285              Subject: [PATCH: perl@8482] README.vms URL updates
31286              
31287              Subject: Minor typos in perlfaq2.pod
31288              
31289              Subject: [PATCH] pod/perlvar.pod
31290      Branch: maint-5.6/perl
31291           +> pod/perl56delta.pod
31292            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
31293           !> README.amiga README.epoc README.mpeix README.vms
31294           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
31295           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
31296           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
31297           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
31298           !> pod/perlvar.pod thrdvar.h
31299 ____________________________________________________________________________
31300 [  8601] By: jhi                                   on 2001/01/30  04:38:35
31301         Log: Integrate changes #8036,8096,8253 from mainline:
31302              hints changes.
31303              
31304              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
31305              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
31306              
31307              Output the (apparent) version of gcc in Tru64.
31308      Branch: maint-5.6/perl
31309           +> ext/POSIX/hints/svr4.pl
31310           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
31311           !> hints/svr4.sh t/lib/bigfltpm.t
31312 ____________________________________________________________________________
31313 [  8600] By: jhi                                   on 2001/01/30  04:04:01
31314         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
31315              locale fixes.
31316              
31317              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
31318              
31319              Debian allows /usr/bin/locale to exist without any locales. (7868)
31320              
31321              Allow the locale test needing POSIX and the taint test
31322              needing IPC::SysV to run under 'minitest' (basically,
31323              bail out if loading the extension fails). (8384)
31324              
31325              Cleanup the locale.t output  (8480)
31326      Branch: maint-5.6/perl
31327           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
31328           !> t/pragma/locale.t
31329 ____________________________________________________________________________
31330 [  8599] By: jhi                                   on 2001/01/30  03:51:04
31331         Log: Missing generated files from #8598.
31332      Branch: maint-5.6/perl
31333            ! embed.h global.sym objXSUB.h perlapi.c proto.h
31334 ____________________________________________________________________________
31335 [  8598] By: jhi                                   on 2001/01/30  03:41:54
31336         Log: Integrate change #8555 from mainline, manually integrate parts
31337              of changes 8452 and 8583.
31338              
31339              Subject: [PATCH] utf8.c documentation (8452)
31340              
31341              No point in checking the length if the pointer is bogus. (8555)
31342              
31343              Introduce bytes_from_utf8() and implement sv_eq() using it,
31344              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
31345              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
31346              was malformed. (8583)
31347      Branch: maint-5.6/perl
31348            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
31349           !> pod/perlapi.pod sv.c utf8.c
31350 ____________________________________________________________________________
31351 [  8597] By: gsar                                  on 2001/01/30  02:37:26
31352         Log: get PERL_OBJECT build going again on windows
31353      Branch: maint-5.6/perl
31354            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
31355            ! pod/perlapi.pod proto.h sv.c
31356 ____________________________________________________________________________
31357 [  8596] By: jhi                                   on 2001/01/30  02:16:17
31358         Log: Signedness nit.
31359      Branch: perl
31360            ! sv.c
31361 ____________________________________________________________________________
31362 [  8595] By: jhi                                   on 2001/01/30  02:11:07
31363         Log: EBCDIC patch for Storable, from Peter Prymmer.
31364      Branch: perl
31365            ! t/lib/st-06compat.t
31366 ____________________________________________________________________________
31367 [  8594] By: jhi                                   on 2001/01/30  01:04:48
31368         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
31369              From: Peter Prymmer <pvhp@forte.com>
31370              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
31371              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
31372      Branch: perl
31373            ! t/lib/b.t
31374 ____________________________________________________________________________
31375 [  8593] By: jhi                                   on 2001/01/30  00:56:47
31376         Log: Subject: [PATCH: perl@8585] pod problems in io
31377              From: Peter Prymmer <pvhp@forte.com>
31378              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
31379              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
31380      Branch: perl
31381            ! pod/perlapio.pod pod/perliol.pod
31382 ____________________________________________________________________________
31383 [  8592] By: jhi                                   on 2001/01/30  00:48:20
31384         Log: Integrate perlio.
31385      Branch: perl
31386           !> pod/perlapio.pod pod/perliol.pod
31387 ____________________________________________________________________________
31388 [  8591] By: nick                                  on 2001/01/29  22:02:28
31389         Log: GNU 'merge' Simon's copy of perliol.pod with version
31390              patched by Craig's patch.
31391      Branch: perlio
31392            ! pod/perliol.pod
31393 ____________________________________________________________________________
31394 [  8590] By: nick                                  on 2001/01/29  21:55:10
31395         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
31396      Branch: perlio
31397            ! pod/perlapio.pod pod/perliol.pod
31398 ____________________________________________________________________________
31399 [  8589] By: jhi                                   on 2001/01/29  15:35:33
31400         Log: Integrate change #8586 from maint-5.6/perl.
31401              
31402              make the BOM detection code not call tell() until it has to
31403              (meant to fix esoteric compatibility issues where PL_rsfp
31404              is overridden)
31405      Branch: perl
31406           !> toke.c
31407 ____________________________________________________________________________
31408 [  8588] By: jhi                                   on 2001/01/29  15:29:11
31409         Log: Subject: MAking Solaris malloc() the default
31410              From: Lupe Christoph <lupe@lupe-christoph.de>
31411              Date: Mon, 29 Jan 2001 12:59:36 +0100
31412              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
31413              
31414              The README.solaris part slightly tweaked.
31415      Branch: perl
31416            ! README.solaris hints/solaris_2.sh
31417 ____________________________________________________________________________
31418 [  8587] By: jhi                                   on 2001/01/29  15:17:34
31419         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
31420              From: root@ak-75.mind.de
31421              Date: Sun, 28 Jan 2001 20:32:29 +0100
31422              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
31423      Branch: perl
31424            ! pod/perlre.pod
31425 ____________________________________________________________________________
31426 [  8586] By: gsar                                  on 2001/01/29  13:43:44
31427         Log: make the BOM detection code not call tell() until it has to
31428              (meant to fix esoteric compatibility issues where PL_rsfp
31429              is overridden)
31430      Branch: maint-5.6/perl
31431            ! toke.c
31432 ____________________________________________________________________________
31433 [  8585] By: jhi                                   on 2001/01/28  20:05:45
31434         Log: Update Changes.
31435      Branch: perl
31436            ! Changes patchlevel.h
31437 ____________________________________________________________________________
31438 [  8584] By: jhi                                   on 2001/01/28  19:30:02
31439         Log: Integrate perlio.
31440      Branch: perl
31441           +> pod/perliol.pod
31442           !> MANIFEST pod/perlapio.pod
31443 ____________________________________________________________________________
31444 [  8583] By: jhi                                   on 2001/01/28  19:28:40
31445         Log: Patch from Inaba Hiroto:
31446              - canonical UTF-8 hash keys: if a key string for a hash is
31447              UTF8-on, try downgrade the string and use it if
31448              unicode::distinct is not in effect.
31449              For the task, I added a function bytes_from_utf8() to utf8.c.
31450              It might resemble utf8_to_bytes() but it is not convenient
31451              to the task.
31452              Made a test for it and added to t/op/each.t
31453              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
31454              the mortal copy of the argument SV.
31455              And changed t/io/utf8.t test 18 which expects print() to
31456              upgrade its argument.
31457              - re-implement sv_eq with bytes_from_utf8()
31458              - some bug fixes
31459              - tr/// does not handle UTF8 range (\x{}-\x{})
31460              - \ before raw UTF8 character produced
31461              "Malformed UTF-8 character" warning.
31462              - "\x{100}\N{CENT SIGN}" is Malformed.
31463              Added tests for these 3.
31464              - and one silly bug (by me) with qu operator.
31465      Branch: perl
31466            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
31467            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
31468            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
31469 ____________________________________________________________________________
31470 [  8582] By: nick                                  on 2001/01/28  19:25:04
31471         Log: Add pod/perliol.pod to MANIFEST :-(
31472      Branch: perlio
31473            ! MANIFEST
31474 ____________________________________________________________________________
31475 [  8581] By: nick                                  on 2001/01/28  19:22:40
31476         Log: PerlIO documentation. Proofing and sub-editing requested.
31477      Branch: perlio
31478            + pod/perliol.pod
31479            ! pod/perlapio.pod
31480 ____________________________________________________________________________
31481 [  8580] By: jhi                                   on 2001/01/28  05:16:25
31482         Log: Revert the change to sv_2pv() done by #8054: Someone who
31483              did SvNV_set() on a scalar that also happened to be POK,
31484              followed by sv_2pv() won't get the right coercion anymore.
31485              [Sarathy]
31486      Branch: maint-5.6/perl
31487            ! sv.c
31488 ____________________________________________________________________________
31489 [  8579] By: jhi                                   on 2001/01/28  05:15:04
31490         Log: Remove the #8084 effect: do not allow -Q to be interpreted
31491              as -&Q(), this is too much wiggle room.
31492      Branch: maint-5.6/perl
31493            ! toke.c
31494 ____________________________________________________________________________
31495 [  8578] By: jhi                                   on 2001/01/28  05:12:45
31496         Log: Needed bits of #8439 (should have been in #8576),
31497              mainly for lval substr().
31498      Branch: maint-5.6/perl
31499            ! mg.c pp.c pp_hot.c
31500 ____________________________________________________________________________
31501 [  8577] By: jhi                                   on 2001/01/28  05:02:46
31502         Log: A missing check-in.
31503      Branch: maint-5.6/perl
31504            ! utf8.c
31505 ____________________________________________________________________________
31506 [  8576] By: jhi                                   on 2001/01/28  04:26:18
31507         Log: Integrate changes #8425,8436,8439,8517 from mainline.
31508              The 8439 was not truly integrated because it had too many
31509              dependencies on the development branch and because it introduced
31510              concepts too bold for a maintenance branch (such as the qu operator).
31511              
31512              Subject: [PATCH perl@8342] -Wformat
31513              
31514              Tighten some of the UTF-8 tests a bit.
31515              
31516              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
31517              - The substr lval was still not okay.
31518              - Now pp_stringify and sv_setsv copies source's UTF8 flag
31519              even if IN_BYTE.  pp_stringify is called from fold_constants
31520              at optimization phase and "\x{100}" was made SvUTF8_off under
31521              use bytes (the bytes pragma is for "byte semantics" and not
31522              for "do not produce UTF8 data")
31523      Branch: maint-5.6/perl
31524            ! t/lib/charnames.t t/op/substr.t toke.c
31525           !> sv.c t/pragma/utf8.t
31526 ____________________________________________________________________________
31527 [  8575] By: jhi                                   on 2001/01/28  04:01:51
31528         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
31529              
31530              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
31531              
31532              Subject: [ID 20001230.003] UTF-8 tr still hurts
31533              
31534              Test cases for #8385 (from Simon's "torture.pl")
31535              
31536              Start fixing UTF-8 lval substr() (8405)
31537      Branch: maint-5.6/perl
31538           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
31539           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
31540 ____________________________________________________________________________
31541 [  8574] By: jhi                                   on 2001/01/28  03:09:06
31542         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
31543              from mainline.
31544              
31545              UTF-8 cleanup.
31546              
31547              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
31548              
31549              "\x{FF}\xFF" was broken.
31550              
31551              Tests for #8329 and #8330.
31552              
31553              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
31554              
31555              IRIX compiler noticed that the bof initialization might be
31556              bypassed by control flow.
31557              
31558              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
31559      Branch: maint-5.6/perl
31560           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
31561           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
31562 ____________________________________________________________________________
31563 [  8573] By: jhi                                   on 2001/01/28  02:06:12
31564         Log: Retract #8552.
31565      Branch: perl
31566            ! lib/Text/Wrap.pm t/lib/textwrap.t
31567 ____________________________________________________________________________
31568 [  8572] By: jhi                                   on 2001/01/28  02:04:49
31569         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
31570              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
31571              not really integrated but instead salvaged by hand
31572              (they had too many dependencies on the development release
31573              to be cleanly integratable).
31574              
31575              Subject: more UTF8 test suites and an UTF8 patch
31576              
31577              Tweak for MULTIPLICITY/USE_PERLIO
31578              
31579              Signedness nit.
31580              
31581              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
31582              
31583              Use the UTF8_XXX macros in is_utf8_char().
31584              
31585              Rewrite pp_concat() in terms of sv_catsv().  The . operator
31586              should now be UTF-8-proof.
31587              
31588              Subject: [PATCH perl@8269] scanning two hex-constants
31589              fails on EBCDIC environment (script length.t)
31590              
31591              Add some Unicode chop() tests.
31592      Branch: maint-5.6/perl
31593            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
31594           !> sv.c t/op/chop.t utf8.h
31595 ____________________________________________________________________________
31596 [  8571] By: jhi                                   on 2001/01/28  00:35:59
31597         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
31598              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
31599              
31600              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
31601              
31602              The maxiters upper limit sanity check (guarding against
31603              non-progress) assumed bytes instead of characters in s///
31604              and split().
31605              
31606              Signedness nit.
31607              
31608              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
31609              join() should now be UTF-8-proof.
31610              
31611              More split // UTF-8 tests. (8250)
31612      Branch: maint-5.6/perl
31613           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
31614           !> util.c
31615 ____________________________________________________________________________
31616 [  8570] By: jhi                                   on 2001/01/27  22:15:46
31617         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
31618              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
31619              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
31620              8084,8204,8244,8333 from mainline.
31621              
31622              For -Q where Q might be a one-letter sub name one does no more
31623              get a warning about an unknown filetest (7941,7943,7944,8084).
31624              
31625              Subject: Re: [ID 20001130.011] expression parsing bug ?
31626              
31627              Make uv_to_utf8() to zero-terminate its output buffer.
31628              
31629              Split off t/op/length.t (7995)
31630              
31631              Split off t/op/utf8decode.t (7996)
31632              
31633              Remove an unnecessary 'use utf8' from the utf8.t (7998)
31634              
31635              Split off t/op/concat.t (8004)
31636              
31637              Split off t/op/ver.t (8005)
31638              
31639              Document utf8_length(), utf8_distance(), and utf8_hop().
31640              
31641              Document utf8_to_uv() better.
31642              
31643              Introduce macros for UTF8 decoding (8028,8033).
31644              
31645              Add test for reverse() (8030,8031).
31646              
31647              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
31648              
31649              Do not return the Unicode replacement character    on UTF-8
31650              decoding failure.
31651              
31652              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
31653              not this_utf8 i.e. the output string has one, but don't mess
31654              with source assumption. (8052,8053)
31655              
31656              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
31657              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
31658              was not expecting to be called with something that was already
31659              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
31660              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
31661              (8054)
31662              
31663              Recode the naughty binary bytes in utf8decode.t using the \xHH.
31664              
31665              Make some panic messages a bit more logical.
31666      Branch: maint-5.6/perl
31667           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
31668           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
31669           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
31670           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
31671           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
31672           !> utf8.c utf8.h
31673 ____________________________________________________________________________
31674 [  8569] By: jhi                                   on 2001/01/27  19:16:43
31675         Log: Integrate changes #7750 from perlio and #8566 from mainline.
31676      Branch: maint-5.6/perl
31677           !> regexec.c sv.c
31678 ____________________________________________________________________________
31679 [  8568] By: jhi                                   on 2001/01/27  18:06:51
31680         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
31681              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
31682              7935[-perlio.c],7936,7959,7965 from mainline.
31683              
31684              Change the "big byte" error message to "Wide character".
31685              (7355, the croak-if-wide-chars-in-print part ignored)
31686              
31687              Use UINT64_C().
31688              
31689              Introduce Perl_utf8_length().
31690              
31691              diff -se shows these as different (7753, forgotten check-ins)
31692              
31693              Subject: [PATCH] doop.c - UTF8 tr///
31694              
31695              If we use (aTHX_ ...) then put Perl_ on the front.
31696              
31697              Make utf8_length() and utf8_distance() to be less forgiving
31698              about bad UTF-8.
31699              
31700              Test line numbers are different with utf8.
31701              
31702              No need to scan till infinity, 13 is enough. (7872,7911)
31703              
31704              Subject: [PATCH] Tokeniser debugging
31705              
31706              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
31707              
31708              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
31709              
31710              Be more careful in Perl_sv_utf8_downgrade().
31711              
31712              Use DO_UTF8().
31713              
31714              Raw zero bytes in text files confuse at least GNU patch 2.1.
31715      Branch: maint-5.6/perl
31716           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
31717           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
31718           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
31719           !> t/pragma/utf8.t toke.c utf8.c utf8.h
31720 ____________________________________________________________________________
31721 [  8567] By: nick                                  on 2001/01/27  11:10:38
31722         Log: Integrate mainline
31723      Branch: perlio
31724           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
31725           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
31726           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
31727           !> toke.c
31728 ____________________________________________________________________________
31729 [  8566] By: jhi                                   on 2001/01/27  06:22:48
31730         Log: More documentation for the regexp context stack.
31731      Branch: perl
31732            ! regexec.c
31733 ____________________________________________________________________________
31734 [  8565] By: jhi                                   on 2001/01/27  05:21:57
31735         Log: Update Changes.
31736      Branch: perl
31737            ! Changes patchlevel.h
31738 ____________________________________________________________________________
31739 [  8564] By: jhi                                   on 2001/01/27  04:44:04
31740         Log: Threadedness patch for #8562 from Doug MacEachern.
31741      Branch: perl
31742            ! toke.c
31743 ____________________________________________________________________________
31744 [  8563] By: jhi                                   on 2001/01/27  04:26:24
31745         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
31746              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
31747              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
31748              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
31749      Branch: perl
31750            ! op.c
31751 ____________________________________________________________________________
31752 [  8562] By: jhi                                   on 2001/01/27  04:20:30
31753         Log: Subject: Re: Announce : Tokener reporting patch
31754              From: Simon Cozens <simon@cozens.net>
31755              Date: Mon, 22 Jan 2001 02:17:22 +0000
31756              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
31757      Branch: perl
31758            ! embed.h embed.pl proto.h toke.c
31759 ____________________________________________________________________________
31760 [  8561] By: jhi                                   on 2001/01/27  04:17:24
31761         Log: Forgot from #8545.  Oops.
31762      Branch: perl
31763            ! pp.c t/pragma/overload.t
31764 ____________________________________________________________________________
31765 [  8560] By: jhi                                   on 2001/01/27  03:01:47
31766         Log: A better module compilation test, use MANIFEST as suggested
31767              by Spider.
31768      Branch: perl
31769            ! t/lib/1_compile.t
31770 ____________________________________________________________________________
31771 [  8559] By: jhi                                   on 2001/01/27  02:50:48
31772         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
31773              From: Peter Prymmer <pvhp@forte.com>
31774              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
31775              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
31776      Branch: perl
31777            ! t/lib/b.t
31778 ____________________________________________________________________________
31779 [  8558] By: jhi                                   on 2001/01/27  02:27:05
31780         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
31781              From: Peter Prymmer <pvhp@forte.com>
31782              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
31783              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
31784      Branch: perl
31785            ! t/pragma/sub_lval.t
31786 ____________________________________________________________________________
31787 [  8557] By: jhi                                   on 2001/01/27  02:26:03
31788         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
31789              From: Peter Prymmer <pvhp@forte.com>
31790              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
31791              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
31792      Branch: perl
31793            ! t/lib/st-06compat.t
31794 ____________________________________________________________________________
31795 [  8556] By: jhi                                   on 2001/01/27  02:24:33
31796         Log: Subject: [PATCH: perl@8531] minor update to README.os390
31797              From: Peter Prymmer <pvhp@forte.com>
31798              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
31799              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
31800      Branch: perl
31801            ! README.os390
31802 ____________________________________________________________________________
31803 [  8555] By: jhi                                   on 2001/01/27  00:35:47
31804         Log: No point in checking the length before we know whether the pointer
31805              is bogus or not, fixes Abigail's odbm failures in Linux.
31806      Branch: perl
31807            ! sv.c
31808 ____________________________________________________________________________
31809 [  8554] By: nick                                  on 2001/01/26  19:01:31
31810         Log: Integrate mainline
31811      Branch: perlio
31812           !> lib/Text/Wrap.pm t/lib/textwrap.t
31813 ____________________________________________________________________________
31814 [  8553] By: jhi                                   on 2001/01/26  15:19:39
31815         Log: Integrate change #7792 from perlio (multiplicity fix),
31816              fix the AV leak in regex DEBUGGING (tiny part of the
31817              polymorphic regexp patch #8143).
31818      Branch: maint-5.6/perl
31819            ! regcomp.c
31820           !> scope.h
31821 ____________________________________________________________________________
31822 [  8552] By: jhi                                   on 2001/01/26  15:03:23
31823         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
31824              From: Michael G Schwern <schwern@pobox.com>
31825              Date: Fri, 26 Jan 2001 09:28:31 -0500
31826              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
31827      Branch: perl
31828            ! lib/Text/Wrap.pm t/lib/textwrap.t
31829 ____________________________________________________________________________
31830 [  8551] By: jhi                                   on 2001/01/26  02:33:19
31831         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
31832              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
31833              
31834              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
31835              
31836              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
31837              
31838              Message nit.
31839              
31840              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
31841              
31842              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
31843              
31844              (the cleanup of unused submatches in regtry() and regcppop())
31845              
31846              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
31847              stored and restored, and thusly was trounced by the utf8 swash
31848              routines.
31849              
31850              use utf8 not required to use \x{}.
31851              
31852              Removed two more tests that make no sense in UTF-8 since the test
31853              data is not in UTF-8.
31854              
31855              Get the three different space character classes right under utf8.
31856              
31857              Implement ANYOFUTF8 regprop() dumping.
31858              
31859              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
31860              
31861              Document the regex context pushing/popping a bit better.
31862      Branch: maint-5.6/perl
31863           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
31864           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
31865           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
31866           !> t/op/regmesg.t utf8.c
31867 ____________________________________________________________________________
31868 [  8550] By: nick                                  on 2001/01/25  19:42:30
31869         Log: Integrate mainline
31870      Branch: perlio
31871           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
31872           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
31873           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
31874           !> t/lib/bigint.t t/lib/bigintpm.t
31875 ____________________________________________________________________________
31876 [  8549] By: jhi                                   on 2001/01/25  15:22:28
31877         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
31878      Branch: maint-5.6/perl
31879            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
31880 ____________________________________________________________________________
31881 [  8548] By: jhi                                   on 2001/01/25  15:02:55
31882         Log: Integrate changes #7997,8063,8492,8547 from mainline.
31883              
31884              Subject: Re: STRLEN - what?
31885              
31886              Subject: [PATCH] perlguts.pod
31887              
31888              Memory management calls documentation.
31889              
31890              Layout using tabulator is not a good idea in a pod.
31891      Branch: maint-5.6/perl
31892           !> pod/perlguts.pod
31893 ____________________________________________________________________________
31894 [  8547] By: jhi                                   on 2001/01/25  14:49:05
31895         Log: Layout using tabulator is not a good idea in a pod.
31896      Branch: perl
31897            ! pod/perlguts.pod
31898 ____________________________________________________________________________
31899 [  8546] By: jhi                                   on 2001/01/25  14:31:12
31900         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
31901              from mainline.
31902              
31903              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
31904              
31905              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
31906              
31907              More Win32 editor/IDE/shell hints.
31908              
31909              More Win32 Perling.
31910              
31911              Yet another editor edit.
31912              
31913              Edit edit edit.
31914              
31915              IDE/editor section tweaking.
31916              
31917              Few more IDE/editor nits from p5p.
31918      Branch: maint-5.6/perl
31919           !> pod/perlfaq3.pod
31920 ____________________________________________________________________________
31921 [  8545] By: jhi                                   on 2001/01/25  04:16:32
31922         Log: Subject: [PATCH 5.7.0] overload int()
31923              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31924              Date: Wed, 24 Jan 2001 19:06:57 -0500
31925              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
31926      Branch: perl
31927            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
31928            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
31929            ! t/lib/bigintpm.t
31930 ____________________________________________________________________________
31931 [  8544] By: jhi                                   on 2001/01/25  04:15:11
31932         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
31933              From: Peter Prymmer <pvhp@forte.com>
31934              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
31935              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
31936      Branch: perl
31937            ! Makefile.SH README.os390 hints/os390.sh installperl
31938 ____________________________________________________________________________
31939 [  8543] By: jhi                                   on 2001/01/25  03:52:08
31940         Log: Integrate change #8462,8469 from mainline.
31941              
31942              In VMS Perl subversion (perl -V) is undef.
31943      Branch: maint-5.6/perl
31944           !> configure.com
31945 ____________________________________________________________________________
31946 [  8542] By: jhi                                   on 2001/01/25  03:44:55
31947         Log: Integrate changes #7835,7850,8315,8316 from mainline.
31948              
31949              Solaris hints.
31950      Branch: maint-5.6/perl
31951           !> hints/solaris_2.sh
31952 ____________________________________________________________________________
31953 [  8541] By: jhi                                   on 2001/01/25  03:39:28
31954         Log: Integrate #8336 from mainline.
31955      Branch: maint-5.6/perl
31956           !> hv.c
31957 ____________________________________________________________________________
31958 [  8540] By: jhi                                   on 2001/01/25  03:23:50
31959         Log: Retract #8539.
31960      Branch: maint-5.6/perl
31961            ! pod/perlfaq3.pod
31962 ____________________________________________________________________________
31963 [  8539] By: jhi                                   on 2001/01/25  03:21:55
31964         Log: (Retracted by #5940.)
31965      Branch: maint-5.6/perl
31966            ! pod/perlfaq3.pod
31967 ____________________________________________________________________________
31968 [  8538] By: jhi                                   on 2001/01/25  03:14:07
31969         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
31970              From: Peter Prymmer <pvhp@forte.com>
31971              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
31972              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
31973              
31974              The VMS bits.
31975      Branch: maint-5.6/perl
31976            ! configure.com vms/descrip_mms.template
31977 ____________________________________________________________________________
31978 [  8537] By: jhi                                   on 2001/01/25  03:06:09
31979         Log: Integrate #7710,7824,7973 from mainline.
31980      Branch: maint-5.6/perl
31981           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
31982           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
31983           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
31984           !> vos/config.ga.def vos/config.ga.h win32/config.bc
31985           !> win32/config.gc win32/config.vc
31986 ____________________________________________________________________________
31987 [  8536] By: jhi                                   on 2001/01/24  13:50:20
31988         Log: Revert the edits made by me so far to the 5.6 branch since
31989              the TRIAL1 since I did edits when I should have been using
31990              integrates.  Bad programmer.   (Will integrate them properly later.)
31991              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
31992              The #8353 will not be reapplied at least for now since
31993              the UTF-8 hash keys need more thinking.
31994              (The patches #8347, #8354, #8454, #8473 were okay since they
31995              were original edits made specifically for the 5.6.1-TRIAL1.)
31996      Branch: maint-5.6/perl
31997            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31998            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
31999            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
32000            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
32001            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
32002            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
32003            ! win32/config.bc win32/config.gc win32/config.vc
32004 ____________________________________________________________________________
32005 [  8535] By: bailey                                on 2001/01/24  06:37:02
32006         Log: SYN SYN
32007      Branch: vmsperl
32008           +> (branch 26 files)
32009           !> (integrate 130 files)
32010 ____________________________________________________________________________
32011 [  8534] By: nick                                  on 2001/01/23  19:30:57
32012         Log: Integrate mainline.
32013      Branch: perlio
32014           !> Changes Configure Porting/Glossary Porting/config.sh
32015           !> Porting/config_H embed.h embed.pl ext/Encode/compile
32016           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
32017           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
32018           !> pod/perlvar.pod proto.h t/lib/1_compile.t
32019 ____________________________________________________________________________
32020 [  8533] By: jhi                                   on 2001/01/23  16:15:46
32021         Log: Forgotten from #8501.
32022      Branch: perl
32023            ! Porting/Glossary Porting/config.sh Porting/config_H
32024 ____________________________________________________________________________
32025 [  8532] By: jhi                                   on 2001/01/23  16:13:27
32026         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
32027              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
32028              Date: Mon, 22 Jan 2001 17:51:58 +0100
32029              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
32030      Branch: perl
32031            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
32032 ____________________________________________________________________________
32033 [  8531] By: jhi                                   on 2001/01/23  15:46:01
32034         Log: Update Changes.
32035      Branch: perl
32036            ! Changes patchlevel.h
32037 ____________________________________________________________________________
32038 [  8530] By: jhi                                   on 2001/01/23  15:38:39
32039         Log: De-cut-and-pasto.
32040      Branch: perl
32041            ! t/lib/1_compile.t
32042 ____________________________________________________________________________
32043 [  8529] By: jhi                                   on 2001/01/23  15:11:04
32044         Log: Document the mkdir trailing slashes case.
32045      Branch: perl
32046            ! pod/perlfunc.pod
32047 ____________________________________________________________________________
32048 [  8528] By: jhi                                   on 2001/01/23  15:08:28
32049         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
32050              get installed:
32051              
32052              Subject: lib/lib.pm
32053              From: <abigail@foad.org>
32054              Date: Mon, 28 Aug 2000 20:35:08 -0400
32055              Message-ID: <20000829003508.21281.qmail@foad.org>
32056      Branch: perl
32057            ! installperl
32058 ____________________________________________________________________________
32059 [  8527] By: jhi                                   on 2001/01/23  14:44:04
32060         Log: Metaconfig unit change for #8526.
32061      Branch: metaconfig
32062            ! U/threads/archname.U
32063 ____________________________________________________________________________
32064 [  8526] By: jhi                                   on 2001/01/23  14:43:19
32065         Log: Attach -perlio to the archname if so selected.
32066      Branch: perl
32067            ! Configure
32068 ____________________________________________________________________________
32069 [  8525] By: jhi                                   on 2001/01/23  14:24:01
32070         Log: Subject: [PATCH] pod/perlvar.pod
32071              From: abigail@foad.org
32072              Date: Tue, 23 Jan 2001 01:41:10 +0100
32073              Message-ID: <20010123004110.22259.qmail@foad.org>
32074      Branch: perl
32075            ! pod/perlvar.pod
32076 ____________________________________________________________________________
32077 [  8524] By: jhi                                   on 2001/01/23  14:22:32
32078         Log: A bug introduced in #8217 (the undefined variable in the
32079              lib/safe1_t #3) fixed, by Charles Lane:
32080              
32081              The earlier patch made it so that stuff running in Safe
32082              compartments could do a "caller" and see "main".  That
32083              little change in name is done right before the code in
32084              the compartment is run, and apparantly the parser
32085              was picking up the stash name before it got changed.
32086              
32087              (why it was threaded vs. unthreaded Perl that was sensitive to this
32088              I still don't know...and it probably doesn't matter).
32089              
32090              I tryed removing the stash name-change and saw that threaded Perl
32091              did indeed pass the lib/safe1.t tests.
32092              
32093              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
32094              do the name change (and to connect _ in the compartment to the global
32095              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
32096              to call _safe_pkg_prep when creating a new compartment.
32097              
32098              Passes all tests with threaded perl on linux; passes all tests
32099              with unthreaded perl on VMS.
32100              
32101              At some point I'll probably want to revisit Safe and Opcode to
32102              provide more sensible handling of global variables...and to get
32103              formats working in Safe compartments, which they don't do currently.
32104      Branch: perl
32105            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
32106 ____________________________________________________________________________
32107 [  8523] By: jhi                                   on 2001/01/23  14:11:58
32108         Log: Also the lib/Thread.pm itself needs to be ignored if
32109              the Thread extension hasn't been built.
32110      Branch: perl
32111            ! t/lib/1_compile.t
32112 ____________________________________________________________________________
32113 [  8522] By: jhi                                   on 2001/01/23  13:51:28
32114         Log: print() instead of warn() so that stderr doesn't get
32115              unncessarily polluted.
32116      Branch: perl
32117            ! ext/Encode/compile
32118 ____________________________________________________________________________
32119 [  8521] By: jhi                                   on 2001/01/23  13:49:48
32120         Log: Integrate perlio.
32121      Branch: perl
32122           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
32123           !> ext/Encode/encode.h
32124 ____________________________________________________________________________
32125 [  8520] By: nick                                  on 2001/01/22  21:44:00
32126         Log: More messing with Encode:
32127              Extra fields in header to allow multiple names and to record
32128              other things "compile" knows.
32129              Re-organise compile to factor out common output routines.
32130      Branch: perlio
32131            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
32132 ____________________________________________________________________________
32133 [  8519] By: nick                                  on 2001/01/22  20:33:50
32134         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
32135      Branch: perlio
32136            ! ext/Encode/Makefile.PL ext/Encode/compile
32137 ____________________________________________________________________________
32138 [  8518] By: nick                                  on 2001/01/22  20:28:13
32139         Log: Integrate mainline
32140      Branch: perlio
32141           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
32142           !> vos/config.alpha.def vos/config.alpha.h
32143 ____________________________________________________________________________
32144 [  8517] By: jhi                                   on 2001/01/22  15:37:17
32145         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
32146              by Inaba Hiroto.
32147      Branch: perl
32148            ! sv.c
32149 ____________________________________________________________________________
32150 [  8516] By: jhi                                   on 2001/01/22  14:55:15
32151         Log: More SIG_SIZE fixes.
32152      Branch: perl
32153            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
32154 ____________________________________________________________________________
32155 [  8515] By: jhi                                   on 2001/01/22  14:50:27
32156         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
32157              From: "Craig A. Berry" <craigberry@mac.com>
32158              Date: Mon, 22 Jan 2001 00:42:24 -0600
32159              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
32160      Branch: perl
32161            ! configure.com
32162 ____________________________________________________________________________
32163 [  8514] By: jhi                                   on 2001/01/22  14:31:17
32164         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
32165              From: "Craig A. Berry" <craigberry@mac.com>
32166              Date: Sun, 21 Jan 2001 23:03:25 -0600
32167              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
32168      Branch: perl
32169            ! configure.com
32170 ____________________________________________________________________________
32171 [  8513] By: jhi                                   on 2001/01/22  14:14:00
32172         Log: Add the .ucm encoding tables to the MANIFEST.
32173      Branch: perl
32174            ! MANIFEST
32175 ____________________________________________________________________________
32176 [  8512] By: jhi                                   on 2001/01/22  13:43:33
32177         Log: Integrate perlio.
32178      Branch: perl
32179           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
32180           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
32181           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
32182           +> ext/Encode/Encode/iso8859-10.ucm
32183           +> ext/Encode/Encode/iso8859-13.ucm
32184           +> ext/Encode/Encode/iso8859-14.ucm
32185           +> ext/Encode/Encode/iso8859-15.ucm
32186           +> ext/Encode/Encode/iso8859-16.ucm
32187           +> ext/Encode/Encode/iso8859-2.ucm
32188           +> ext/Encode/Encode/iso8859-3.ucm
32189           +> ext/Encode/Encode/iso8859-4.ucm
32190           +> ext/Encode/Encode/iso8859-5.ucm
32191           +> ext/Encode/Encode/iso8859-6.ucm
32192           +> ext/Encode/Encode/iso8859-7.ucm
32193           +> ext/Encode/Encode/iso8859-8.ucm
32194           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
32195           +> ext/Encode/Encode/symbol.ucm
32196           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
32197           !> perliol.h
32198 ____________________________________________________________________________
32199 [  8511] By: nick                                  on 2001/01/21  23:44:47
32200         Log: Make "real" layers of ":utf8" and ":raw".
32201              So now PERLIO=utf8 perl ...
32202              does what Andreas wanted.
32203              Fix arg passing in open.pm (still have a Carp issue).
32204      Branch: perlio
32205            ! lib/open.pm perlio.c perliol.h
32206 ____________________________________________________________________________
32207 [  8510] By: jhi                                   on 2001/01/21  22:56:53
32208         Log: Document the regex context pushing/popping a bit better.
32209      Branch: perl
32210            ! regexec.c
32211 ____________________________________________________________________________
32212 [  8509] By: jhi                                   on 2001/01/21  22:55:44
32213         Log: Tweak the mkdir trailing slash code some more.
32214              
32215              TO DO: the same handling should probably be done for
32216              all the other filesystem functions that can have directories
32217              as their arguments.
32218      Branch: perl
32219            ! pp_sys.c
32220 ____________________________________________________________________________
32221 [  8508] By: nick                                  on 2001/01/21  21:37:43
32222         Log: Switch "compiled in" encodings to .ucm format.
32223              (Leave others as .enc till we can run-time load .ucm,
32224              or find some other way to load them.)
32225      Branch: perlio
32226            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
32227            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
32228            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
32229            + ext/Encode/Encode/iso8859-10.ucm
32230            + ext/Encode/Encode/iso8859-13.ucm
32231            + ext/Encode/Encode/iso8859-14.ucm
32232            + ext/Encode/Encode/iso8859-15.ucm
32233            + ext/Encode/Encode/iso8859-16.ucm
32234            + ext/Encode/Encode/iso8859-2.ucm
32235            + ext/Encode/Encode/iso8859-3.ucm
32236            + ext/Encode/Encode/iso8859-4.ucm
32237            + ext/Encode/Encode/iso8859-5.ucm
32238            + ext/Encode/Encode/iso8859-6.ucm
32239            + ext/Encode/Encode/iso8859-7.ucm
32240            + ext/Encode/Encode/iso8859-8.ucm
32241            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
32242            + ext/Encode/Encode/symbol.ucm
32243            ! ext/Encode/Makefile.PL ext/Encode/compile
32244 ____________________________________________________________________________
32245 [  8507] By: nick                                  on 2001/01/21  21:02:03
32246         Log: Integrate (partial) mainline.
32247      Branch: perlio
32248           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
32249           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
32250           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
32251 ____________________________________________________________________________
32252 [  8506] By: jhi                                   on 2001/01/21  20:09:30
32253         Log: Update Changes.
32254      Branch: perl
32255            ! Changes patchlevel.h
32256 ____________________________________________________________________________
32257 [  8505] By: jhi                                   on 2001/01/21  19:39:59
32258         Log: Subject: Minor typos in perlfaq2.pod
32259              From: "Stephen P. Potter" <spp@spotter.yi.org>
32260              Message-Id: <200101192101.QAA11911@spotter.yi.org>
32261              Date: Fri, 19 Jan 2001 16:01:13 -0500
32262              
32263              with a nit from Philip Netwon.
32264      Branch: perl
32265            ! pod/perlfaq2.pod
32266 ____________________________________________________________________________
32267 [  8504] By: jhi                                   on 2001/01/21  19:33:05
32268         Log: Metaconfig change for #8503.
32269      Branch: metaconfig
32270            ! U/threads/usethreads.U
32271 ____________________________________________________________________________
32272 [  8503] By: jhi                                   on 2001/01/21  19:32:21
32273         Log: Sanity check for conflicting thread flavours.
32274      Branch: perl
32275            ! Configure config_h.SH
32276 ____________________________________________________________________________
32277 [  8502] By: jhi                                   on 2001/01/21  19:23:00
32278         Log: Metaconfig change for #8501.
32279      Branch: metaconfig
32280            ! U/modified/sig_name.U
32281 ____________________________________________________________________________
32282 [  8501] By: jhi                                   on 2001/01/21  19:22:26
32283         Log: The SIG_SIZE is the number of the elements *excluding*
32284              the terminating NULL.
32285      Branch: perl
32286            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
32287            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
32288            ! win32/config_H.vc
32289 ____________________________________________________________________________
32290 [  8500] By: jhi                                   on 2001/01/21  18:31:31
32291         Log: Integrate perlio.
32292      Branch: perl
32293           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
32294           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
32295           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
32296           !> pp_sys.c proto.h sv.c
32297 ____________________________________________________________________________
32298 [  8499] By: jhi                                   on 2001/01/21  17:43:57
32299         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
32300              From: Hugo <hv@crypt.compulink.co.uk>
32301              Date: Sun, 21 Jan 2001 13:34:05 +0000
32302              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
32303              
32304              In sprintf UTF8ize only if necessary.
32305      Branch: perl
32306            ! sv.c
32307 ____________________________________________________________________________
32308 [  8498] By: nick                                  on 2001/01/21  16:25:32
32309         Log: Encode cleanup.
32310              Add command line control over "compile" so that Makefile.PL
32311              needs can be combined with other uses.
32312              Use command line options in Makefile.PL.
32313              Fix multi-byte parsing in .ucm files.
32314      Branch: perlio
32315            ! ext/Encode/Makefile.PL ext/Encode/compile
32316 ____________________________________________________________________________
32317 [  8497] By: nick                                  on 2001/01/21  12:56:27
32318         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
32319      Branch: perlio
32320            ! ext/Encode/Encode.xs
32321 ____________________________________________________________________________
32322 [  8496] By: nick                                  on 2001/01/21  12:18:45
32323         Log: Fixup after integrate:
32324              missed the .sym files that are changed by regen_headers
32325              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
32326      Branch: perlio
32327            ! global.sym pp.sym sv.c
32328 ____________________________________________________________________________
32329 [  8495] By: nick                                  on 2001/01/21  11:51:07
32330         Log: Integrate mainline.
32331      Branch: perlio
32332           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
32333           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
32334           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
32335           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
32336           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
32337           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
32338           !> win32/Makefile win32/makefile.mk
32339 ____________________________________________________________________________
32340 [  8494] By: jhi                                   on 2001/01/20  23:12:11
32341         Log: Forgot the expect_number() prototype.
32342      Branch: perl
32343            ! embed.h embed.pl proto.h
32344 ____________________________________________________________________________
32345 [  8493] By: jhi                                   on 2001/01/20  22:56:39
32346         Log: Subject: [PATCH: perl@8482] README.vms URL updates
32347              From: Peter Prymmer <pvhp@forte.com>
32348              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
32349              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
32350              
32351              Plus Craig A. Berry's suggestion to use compaq.com instead
32352              of digital.com.
32353      Branch: perl
32354            ! README.vms
32355 ____________________________________________________________________________
32356 [  8492] By: jhi                                   on 2001/01/20  22:50:05
32357         Log: Memory management calls documentation.
32358      Branch: perl
32359            ! pod/perlguts.pod
32360 ____________________________________________________________________________
32361 [  8491] By: jhi                                   on 2001/01/20  22:38:33
32362         Log: Signedness nit plus few memcpy/Copy nits.
32363      Branch: perl
32364            ! sv.c
32365 ____________________________________________________________________________
32366 [  8490] By: jhi                                   on 2001/01/20  22:25:53
32367         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
32368              From: Peter Prymmer <pvhp@forte.com>
32369              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
32370              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
32371      Branch: perl
32372            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
32373 ____________________________________________________________________________
32374 [  8489] By: jhi                                   on 2001/01/20  22:24:41
32375         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
32376              From: Peter Prymmer <pvhp@forte.com>
32377              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
32378              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
32379      Branch: perl
32380            ! win32/Makefile win32/makefile.mk
32381 ____________________________________________________________________________
32382 [  8488] By: jhi                                   on 2001/01/20  22:22:27
32383         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
32384              From: Peter Prymmer <pvhp@forte.com>
32385              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
32386              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
32387      Branch: perl
32388            ! Makefile.SH
32389 ____________________________________________________________________________
32390 [  8487] By: jhi                                   on 2001/01/20  22:21:18
32391         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
32392              From: Peter Prymmer <pvhp@forte.com>
32393              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
32394              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
32395      Branch: perl
32396            + ext/DynaLoader/dl_dllload.xs
32397            ! MANIFEST Makefile.SH hints/os390.sh
32398 ____________________________________________________________________________
32399 [  8486] By: jhi                                   on 2001/01/20  22:17:53
32400         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
32401              From: Peter Prymmer <pvhp@forte.com>
32402              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
32403              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
32404      Branch: perl
32405            ! README.os390 README.posix-bc
32406 ____________________________________________________________________________
32407 [  8485] By: jhi                                   on 2001/01/20  20:15:30
32408         Log: Document and test the new qu operator.
32409      Branch: perl
32410            + t/op/qu.t
32411            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
32412            ! pod/perlretut.pod pod/perlunicode.pod
32413 ____________________________________________________________________________
32414 [  8484] By: nick                                  on 2001/01/20  19:42:30
32415         Log: Infrastructure to allow:
32416              open($fh,"|-",@array);
32417              to be implemented
32418              i.e. mark pp_open as needing a stack mark, and make pp_open
32419              process its args in that style (and pass them _all_ to tied handles OPEN).
32420              Invent do_openn() which takes SV ** at allow it to see multiple args.
32421              Note this does not _do_ anything yet.
32422      Branch: perlio
32423            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
32424            ! perlapi.c pp_proto.h pp_sys.c proto.h
32425 ____________________________________________________________________________
32426 [  8483] By: nick                                  on 2001/01/20  17:23:14
32427         Log: Integrate mainline.
32428      Branch: perlio
32429           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
32430           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
32431 ____________________________________________________________________________
32432 [  8482] By: jhi                                   on 2001/01/19  15:37:49
32433         Log: Update Changes.
32434      Branch: perl
32435            ! Changes patchlevel.h
32436 ____________________________________________________________________________
32437 [  8481] By: jhi                                   on 2001/01/19  14:41:24
32438         Log: Subject: Re: new feature: s?printf parameter reordering 
32439              From: Hugo <hv@crypt.compulink.co.uk>
32440              Date: Thu, 11 Jan 2001 17:09:03 +0000
32441              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
32442              
32443              - support reordering for all parameters: %, *v, *, .*
32444              - lay down that the reordering specification must immediately
32445              follow that parameter: %3$, *v3$, *3$, .*3$
32446              - fix vectorisation of a zero-length string
32447              - factor out the code choosing the argument to format
32448              
32449              Possibly unwanted side-effects:
32450              - the special format specifiers ' +-0' must now precede any
32451              vectorisation specifier. Tests in op/sprintf and op/ver
32452              have been changed to reflect this.
32453              - sprintf.t test #214 changed its expectations because in many
32454              cases, the next parameter has already been consumed when an
32455              invalid type letter is detected.
32456              
32457              Probably wanted side-effects:
32458              - attempts to format a non-existent parameter will warn as if C<undef>
32459              - attempt to write to non-existent parameter with '%n' will complain
32460              of "attempt to modify read-only value" instead of being silent
32461      Branch: perl
32462            ! sv.c t/op/sprintf.t t/op/ver.t
32463 ____________________________________________________________________________
32464 [  8480] By: jhi                                   on 2001/01/19  14:08:37
32465         Log: Subject: PATCH pragma/locale.t
32466              From: andreas.koenig@anima.de (Andreas J. Koenig)
32467              Date: 18 Jan 2001 09:45:37 +0100
32468              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
32469      Branch: perl
32470            ! t/pragma/locale.t
32471 ____________________________________________________________________________
32472 [  8479] By: jhi                                   on 2001/01/19  13:19:58
32473         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
32474      Branch: perl
32475            ! configure.com
32476 ____________________________________________________________________________
32477 [  8478] By: jhi                                   on 2001/01/19  02:12:35
32478         Log: Automate 1_compile.t.
32479      Branch: perl
32480            ! t/lib/1_compile.t
32481 ____________________________________________________________________________
32482 [  8477] By: jhi                                   on 2001/01/19  01:49:56
32483         Log: Integrate perlio.
32484      Branch: perl
32485           !> sv.c win32/config.bc win32/config.gc win32/config.vc
32486           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
32487 ____________________________________________________________________________
32488 [  8476] By: nick                                  on 2001/01/18  21:51:52
32489         Log: Integrate mainline
32490      Branch: perlio
32491           +> t/lib/1_compile.t t/lib/compmod.pl
32492           !> MANIFEST configure.com lib/unicode/distinct.pm
32493 ____________________________________________________________________________
32494 [  8475] By: nick                                  on 2001/01/18  21:48:02
32495         Log: Win32 "safe signals" co-existance fix.
32496              Fix SIG_SIZE value.
32497              Clear PL_sig_pending when cloning (fork).
32498      Branch: perlio
32499            ! sv.c win32/config.bc win32/config.gc win32/config.vc
32500            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
32501 ____________________________________________________________________________
32502 [  8474] By: jhi                                   on 2001/01/18  14:40:57
32503         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
32504      Branch: perl
32505            ! t/lib/1_compile.t
32506 ____________________________________________________________________________
32507 [  8473] By: gsar                                  on 2001/01/18  11:42:31
32508         Log: unsubmitted trial1 change
32509      Branch: maint-5.6/perl
32510            ! Changes
32511 ____________________________________________________________________________
32512 [  8472] By: jhi                                   on 2001/01/18  04:30:24
32513         Log: The first bug found by 1_compile.t.
32514      Branch: perl
32515            ! lib/unicode/distinct.pm
32516 ____________________________________________________________________________
32517 [  8471] By: jhi                                   on 2001/01/18  04:29:42
32518         Log: Add Schwern's 1_compile test.  The compile_module script renamed
32519              to be a bit shorter for the 8.3 people.
32520      Branch: perl
32521            + t/lib/1_compile.t t/lib/compmod.pl
32522            ! MANIFEST
32523 ____________________________________________________________________________
32524 [  8470] By: jhi                                   on 2001/01/18  04:16:00
32525         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)
32526              From: Peter Prymmer <pvhp@forte.com>
32527              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
32528              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
32529              Replace #8463.
32530      Branch: maint-5.6/perl
32531            ! configure.com
32532 ____________________________________________________________________________
32533 [  8469] By: jhi                                   on 2001/01/18  04:13:02
32534         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)
32535              From: Peter Prymmer <pvhp@forte.com>
32536              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
32537              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
32538              Replace #8462.
32539      Branch: perl
32540            ! configure.com
32541 ____________________________________________________________________________
32542 [  8468] By: jhi                                   on 2001/01/18  03:42:08
32543         Log: Integrate perlio.
32544      Branch: perl
32545           !> gv.c mg.c perlio.c util.c
32546 ____________________________________________________________________________
32547 [  8467] By: nick                                  on 2001/01/17  22:41:10
32548         Log: "Safe" signals - trial implementation.
32549              gv.c tweaked to zero PL_sig_pend array
32550              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
32551              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
32552              Odd thing is that it "works" with PERLIO=stdio as well (linux).
32553      Branch: perlio
32554            ! gv.c mg.c perlio.c util.c
32555 ____________________________________________________________________________
32556 [  8466] By: nick                                  on 2001/01/17  20:40:20
32557         Log: Integrate mainline.
32558      Branch: perlio
32559           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
32560           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
32561           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
32562           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
32563           !> vos/config.ga.h win32/config.bc win32/config.gc
32564           !> win32/config.vc
32565 ____________________________________________________________________________
32566 [  8465] By: jhi                                   on 2001/01/17  18:37:13
32567         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
32568              From: Nicholas Clark <nick@ccl4.org>
32569              Date: Wed, 17 Jan 2001 17:31:33 +0000
32570              Message-ID: <20010117173133.I2633@plum.flirble.org>
32571      Branch: perl
32572            ! t/op/int.t
32573 ____________________________________________________________________________
32574 [  8464] By: jhi                                   on 2001/01/17  14:43:17
32575         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
32576              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
32577              Date: Wed, 17 Jan 2001 15:16:43 +0100
32578              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
32579              
32580              pp_int() was dropping an NV to the floor,
32581              int(279964589018079/59) either returned not an integer
32582              4745162525730.15, or one got "Attempt to free unreferenced scalar."
32583      Branch: perl
32584            ! pp.c
32585 ____________________________________________________________________________
32586 [  8463] By: jhi                                   on 2001/01/17  06:12:42
32587         Log: (Replaced by #8470)
32588              
32589              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)
32590              From: "Craig A. Berry" <craigberry@mac.com>
32591              Date: Tue, 16 Jan 2001 23:38:46 -0600
32592              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
32593      Branch: maint-5.6/perl
32594            ! configure.com
32595 ____________________________________________________________________________
32596 [  8462] By: jhi                                   on 2001/01/17  06:11:31
32597         Log: (Replaced by #8469)
32598              
32599              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)
32600              From: "Craig A. Berry" <craigberry@mac.com>
32601              Date: Tue, 16 Jan 2001 23:38:46 -0600
32602              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
32603      Branch: perl
32604            ! configure.com
32605 ____________________________________________________________________________
32606 [  8461] By: jhi                                   on 2001/01/17  05:56:12
32607         Log: Allow for one trailing slash in the directory of mkdir().
32608      Branch: perl
32609            ! pp_sys.c
32610 ____________________________________________________________________________
32611 [  8460] By: jhi                                   on 2001/01/17  03:26:01
32612         Log: Metaconfig unit changes for #8459.
32613      Branch: metaconfig
32614            ! U/modified/Loc.U U/modified/sig_name.U
32615 ____________________________________________________________________________
32616 [  8459] By: jhi                                   on 2001/01/17  03:24:48
32617         Log: Define SIG_SIZE, the number of elements in the sig_name and
32618              sig_num arrays, including the final NULL entry.
32619      Branch: perl
32620            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32621            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
32622            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
32623            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
32624            ! win32/config.bc win32/config.gc win32/config.vc
32625 ____________________________________________________________________________
32626 [  8458] By: jhi                                   on 2001/01/17  01:41:33
32627         Log: Integrate perlio.
32628      Branch: perl
32629           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
32630           !> perlapi.h proto.h sv.c
32631 ____________________________________________________________________________
32632 [  8457] By: nick                                  on 2001/01/16  22:07:26
32633         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
32634              Provides all the "cost" but no benefit yet - it is to allow cost
32635              to be measured, and implementation experiments (just in mg.c?).
32636      Branch: perlio
32637            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
32638            ! perlapi.h proto.h sv.c
32639 ____________________________________________________________________________
32640 [  8456] By: nick                                  on 2001/01/16  21:07:07
32641         Log: Integrate mainline.
32642      Branch: perlio
32643           !> (integrate 51 files)
32644 ____________________________________________________________________________
32645 [  8455] By: jhi                                   on 2001/01/16  18:13:43
32646         Log: Subject: [PATCH] regcomp.c old feature removal
32647              From: mjd@plover.com
32648              Date: 16 Jan 2001 14:43:18 -0000 
32649              Message-ID: <20010116144318.7140.qmail@plover.com> 
32650      Branch: perl
32651            ! regcomp.c
32652 ____________________________________________________________________________
32653 [  8454] By: jhi                                   on 2001/01/16  16:12:39
32654         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
32655              From: "Indy Singh" <indy@nusphere.com>
32656              Date: Wed, 10 Jan 2001 20:17:49 -0500
32657              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
32658      Branch: maint-5.6/perl
32659            ! win32/Makefile
32660 ____________________________________________________________________________
32661 [  8453] By: jhi                                   on 2001/01/16  16:09:33
32662         Log: Update Changes.
32663      Branch: perl
32664            ! Changes patchlevel.h
32665 ____________________________________________________________________________
32666 [  8452] By: jhi                                   on 2001/01/16  15:42:04
32667         Log: Subject: Re: API Cleanup
32668              To: perl5-porters@perl.org
32669              Date: Tue, 16 Jan 2001 13:42:30 +0000
32670              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
32671              
32672              Subject: [PATCH] utf8.c documentation
32673              From: Simon Cozens <simon@cozens.net>
32674              Date: Tue, 16 Jan 2001 13:52:48 +0000
32675              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
32676              
32677              Subject: Re: API Cleanup
32678              From: Simon Cozens <simon@cozens.net>
32679              Date: Tue, 16 Jan 2001 14:58:55 +0000
32680              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
32681              
32682              UTF-8 doc patches.
32683      Branch: perl
32684            ! embed.pl pod/perlapi.pod utf8.c
32685 ____________________________________________________________________________
32686 [  8451] By: jhi                                   on 2001/01/16  14:41:39
32687         Log: podlators 1.07, from Russ Allbery.
32688      Branch: perl
32689            ! lib/Pod/Man.pm
32690 ____________________________________________________________________________
32691 [  8450] By: jhi                                   on 2001/01/16  14:24:19
32692         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
32693              From: "Indy Singh" <indy@nusphere.com>
32694              Date: Mon, 15 Jan 2001 20:59:40 -0500
32695              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
32696      Branch: perl
32697            ! win32/Makefile
32698 ____________________________________________________________________________
32699 [  8449] By: jhi                                   on 2001/01/16  03:42:55
32700         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
32701              at the setting of the ofs_sv in new_struct_thread() as the
32702              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
32703              that invited a core dump.
32704      Branch: perl
32705            ! util.c
32706 ____________________________________________________________________________
32707 [  8448] By: jhi                                   on 2001/01/16  01:49:07
32708         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
32709              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
32710              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
32711              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
32712              
32713              Replace #8444 and #8445.
32714      Branch: perl
32715            ! ext/B/B.xs ext/B/B/Debug.pm
32716 ____________________________________________________________________________
32717 [  8447] By: jhi                                   on 2001/01/15  21:05:35
32718         Log: Subject: [PATCH] API Variable documentation   
32719              From: Simon Cozens <simon@cozens.net>
32720              Date: Mon, 15 Jan 2001 19:35:54 +0000
32721              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
32722      Branch: perl
32723            ! pod/perlapi.pod thrdvar.h
32724 ____________________________________________________________________________
32725 [  8446] By: jhi                                   on 2001/01/15  20:49:20
32726         Log: Signedness nit.
32727      Branch: perl
32728            ! pp_ctl.c
32729 ____________________________________________________________________________
32730 [  8445] By: jhi                                   on 2001/01/15  20:28:48
32731         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
32732      Branch: perl
32733            ! ext/B/B/Debug.pm
32734 ____________________________________________________________________________
32735 [  8444] By: jhi                                   on 2001/01/15  13:09:10
32736         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
32737      Branch: perl
32738            ! ext/B/B.xs
32739 ____________________________________________________________________________
32740 [  8443] By: jhi                                   on 2001/01/15  13:06:26
32741         Log: Missing from #8439.
32742      Branch: perl
32743            ! keywords.h mg.c
32744 ____________________________________________________________________________
32745 [  8442] By: jhi                                   on 2001/01/15  13:02:38
32746         Log: Subject: [PATCH @8436] Eliminate op_children
32747              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
32748              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
32749              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
32750              
32751              Subject: [PATCH @8436] Re: Eliminate op_children
32752              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
32753              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
32754              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
32755      Branch: perl
32756            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
32757            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
32758            ! op.c op.h
32759 ____________________________________________________________________________
32760 [  8441] By: jhi                                   on 2001/01/15  12:57:08
32761         Log: Use the /^Perl_/-less form of is_lvalue_sub().
32762      Branch: perl
32763            ! pp.h
32764 ____________________________________________________________________________
32765 [  8440] By: jhi                                   on 2001/01/15  05:13:09
32766         Log: Revert #8437 and #8438, the Linux large files story is more complex.
32767      Branch: metaconfig/U/perl
32768            ! d_fpos64_t.U d_off64_t.U
32769      Branch: perl
32770            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32771            ! config_h.SH configure.com epoc/config.sh perl.h
32772            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
32773            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
32774            ! win32/config.bc win32/config.gc win32/config.vc
32775 ____________________________________________________________________________
32776 [  8439] By: jhi                                   on 2001/01/15  05:02:24
32777         Log: More UTF-8 patches from Inaba Hiroto.
32778              - The substr lval was still not okay.
32779              - Now pp_stringify and sv_setsv copies source's UTF8 flag
32780              even if IN_BYTE.  pp_stringify is called from fold_constants
32781              at optimization phase and "\x{100}" was made SvUTF8_off under
32782              use bytes (the bytes pragma is for "byte semantics" and not
32783              for "do not produce UTF8 data")
32784              - New `qu' operator to generate UTF8 string explicitly.
32785              Though I agree with the policy "0x00-0xff always produce bytes",
32786              sometimes want to such a string to be coded in UTF8.
32787              I can use pack"U0a*" but it requires more typing and has
32788              runtime overhead.
32789              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
32790              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
32791              string is not UTF8_on and has char 0x80-0xff.
32792              
32793              TODO: document and test qu.
32794      Branch: perl
32795            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
32796            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
32797            ! toke.c
32798 ____________________________________________________________________________
32799 [  8438] By: jhi                                   on 2001/01/14  05:10:23
32800         Log: Metaconfig unit changes for #8437.
32801      Branch: metaconfig/U/perl
32802            ! d_fpos64_t.U d_off64_t.U
32803 ____________________________________________________________________________
32804 [  8437] By: jhi                                   on 2001/01/14  04:55:34
32805         Log: Add <features.h> probing, seems to be needed for (some?)
32806              Linux largefileness.
32807      Branch: perl
32808            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32809            ! config_h.SH configure.com epoc/config.sh perl.h
32810            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
32811            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
32812            ! win32/config.bc win32/config.gc win32/config.vc
32813 ____________________________________________________________________________
32814 [  8436] By: jhi                                   on 2001/01/13  17:47:21
32815         Log: Tighten some of the tests a bit.
32816      Branch: perl
32817            ! t/pragma/utf8.t
32818 ____________________________________________________________________________
32819 [  8435] By: jhi                                   on 2001/01/13  17:31:54
32820         Log: Integrate perlio.
32821      Branch: perl
32822           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
32823           !> win32/config_H.gc win32/config_H.vc
32824 ____________________________________________________________________________
32825 [  8434] By: nick                                  on 2001/01/13  11:36:53
32826         Log: Run dmake regen_config_h for Win32
32827      Branch: perlio
32828            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
32829 ____________________________________________________________________________
32830 [  8433] By: nick                                  on 2001/01/13  11:31:55
32831         Log: VMS friendly patch to Encode compile process
32832      Branch: perlio
32833            ! ext/Encode/Makefile.PL ext/Encode/compile
32834 ____________________________________________________________________________
32835 [  8432] By: nick                                  on 2001/01/13  11:06:44
32836         Log: Integrate mainline
32837      Branch: perlio
32838           +> ext/B/B/Concise.pm
32839           !> (integrate 52 files)
32840 ____________________________________________________________________________
32841 [  8431] By: jhi                                   on 2001/01/13  05:55:55
32842         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
32843              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
32844              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
32845              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
32846      Branch: perl
32847            ! ext/B/B/Concise.pm
32848 ____________________________________________________________________________
32849 [  8430] By: jhi                                   on 2001/01/13  04:24:18
32850         Log: The LVRET macro needed an aTHX.
32851      Branch: perl
32852            ! pp.h
32853 ____________________________________________________________________________
32854 [  8429] By: jhi                                   on 2001/01/13  02:12:42
32855         Log: Update Changes.
32856      Branch: perl
32857            ! Changes patchlevel.h
32858 ____________________________________________________________________________
32859 [  8428] By: jhi                                   on 2001/01/13  02:08:50
32860         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
32861              From: Peter Prymmer <pvhp@forte.com>
32862              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
32863              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
32864              
32865              Add a BEGIN guard for sloppy floating point division.
32866      Branch: perl
32867            ! lib/Math/BigInt.pm lib/bigint.pl
32868 ____________________________________________________________________________
32869 [  8427] By: jhi                                   on 2001/01/13  01:47:16
32870         Log: The B::Terse drop-in replacement wasn't quite drop-in.
32871      Branch: perl
32872            ! ext/B/B/Terse.pm
32873 ____________________________________________________________________________
32874 [  8426] By: jhi                                   on 2001/01/12  21:20:43
32875         Log: Use UVXf.
32876      Branch: perl
32877            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32878            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
32879            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
32880            ! vos/config.ga.def vos/config.ga.h win32/config.bc
32881            ! win32/config.gc win32/config.vc
32882 ____________________________________________________________________________
32883 [  8425] By: jhi                                   on 2001/01/12  20:20:14
32884         Log: Subject: [PATCH perl@8342] -Wformat
32885              From: Robin Barker <rmb1@cise.npl.co.uk>
32886              Date: Fri, 12 Jan 2001 20:03:14 GMT
32887              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
32888      Branch: perl
32889            ! ext/Encode/Encode.xs mg.c sv.c toke.c
32890 ____________________________________________________________________________
32891 [  8424] By: jhi                                   on 2001/01/12  20:01:48
32892         Log: Subject: B::Concise -- an improved replacement for B::Terse 
32893              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
32894              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
32895              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
32896      Branch: perl
32897            + ext/B/B/Concise.pm
32898            ! MANIFEST ext/B/B/Terse.pm
32899 ____________________________________________________________________________
32900 [  8423] By: jhi                                   on 2001/01/12  19:24:02
32901         Log: The new metaconfig unit from the #8421.
32902      Branch: metaconfig/U/perl
32903            + d_sigprocmask.U
32904 ____________________________________________________________________________
32905 [  8422] By: jhi                                   on 2001/01/12  19:23:43
32906         Log: Forgot the microperl config from the #8421.
32907      Branch: perl
32908            ! uconfig.h uconfig.sh
32909 ____________________________________________________________________________
32910 [  8421] By: jhi                                   on 2001/01/12  19:05:27
32911         Log: Add sigprocmask() probe, regen Configure, regen toc.
32912      Branch: perl
32913            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32914            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
32915            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
32916            ! vos/config.ga.h win32/config.bc win32/config.gc
32917            ! win32/config.vc
32918 ____________________________________________________________________________
32919 [  8420] By: jhi                                   on 2001/01/12  18:34:31
32920         Log: Add sockatmark() to the todo list.
32921      Branch: perl
32922            ! Todo-5.6
32923 ____________________________________________________________________________
32924 [  8419] By: jhi                                   on 2001/01/12  18:09:46
32925         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
32926      Branch: perl
32927            ! op.c
32928 ____________________________________________________________________________
32929 [  8418] By: jhi                                   on 2001/01/12  18:05:30
32930         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
32931              From: Radu Greab <radu@netsoft.ro>
32932              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
32933              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
32934      Branch: perl
32935            ! op.c t/pragma/sub_lval.t
32936 ____________________________________________________________________________
32937 [  8417] By: jhi                                   on 2001/01/12  16:09:09
32938         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
32939              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
32940              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
32941              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
32942      Branch: perl
32943            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
32944            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
32945            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
32946            ! t/pragma/sub_lval.t toke.c
32947 ____________________________________________________________________________
32948 [  8416] By: jhi                                   on 2001/01/12  15:42:06
32949         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
32950              From: "Richard Soderberg" <rs@crystalflame.net>
32951              Date: Fri, 12 Jan 2001 04:49:35 -0800
32952              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
32953              
32954              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
32955              according to the platform.
32956      Branch: perl
32957            ! op.c
32958 ____________________________________________________________________________
32959 [  8415] By: jhi                                   on 2001/01/12  15:33:41
32960         Log: One more UTF-8 fix from Inaba Hiroto.
32961      Branch: perl
32962            ! pp.c regexec.c t/pragma/utf8.t
32963 ____________________________________________________________________________
32964 [  8414] By: jhi                                   on 2001/01/12  15:30:18
32965         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
32966      Branch: perl
32967            ! regexec.c
32968 ____________________________________________________________________________
32969 [  8413] By: jhi                                   on 2001/01/12  15:22:10
32970         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
32971              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
32972              Date: Thu, 11 Jan 2001 12:53:36 +0100
32973              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
32974      Branch: perl
32975            ! toke.c
32976 ____________________________________________________________________________
32977 [  8412] By: jhi                                   on 2001/01/12  15:20:25
32978         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
32979              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
32980              Date: Fri, 12 Jan 2001 14:37:55 +0100
32981              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
32982      Branch: perl
32983            ! hints/posix-bc.sh
32984 ____________________________________________________________________________
32985 [  8411] By: jhi                                   on 2001/01/12  15:14:14
32986         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
32987              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
32988              Date: Fri, 12 Jan 2001 10:42:21 +0100
32989              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
32990      Branch: perl
32991            ! t/op/regmesg.t
32992 ____________________________________________________________________________
32993 [  8410] By: jhi                                   on 2001/01/12  05:48:55
32994         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
32995              From: Nicholas Clark <nick@ccl4.org> 
32996              Date: Sun, 7 Jan 2001 19:47:14 +0000
32997              Message-ID: <20010107194714.B1048@plum.flirble.org>
32998      Branch: perl
32999            ! t/op/numconvert.t
33000 ____________________________________________________________________________
33001 [  8409] By: jhi                                   on 2001/01/12  05:41:28
33002         Log: Integrate perlio.
33003      Branch: perl
33004           !> mg.c scope.h
33005 ____________________________________________________________________________
33006 [  8408] By: nick                                  on 2001/01/11  22:43:28
33007         Log: Remove variables that were used in experiments.
33008      Branch: perlio
33009            ! mg.c
33010 ____________________________________________________________________________
33011 [  8407] By: nick                                  on 2001/01/11  20:57:44
33012         Log: Catch die in %SIG handler and unblock the signal before re-dying.
33013              This make Linux work _without_ sigsetjmp().
33014              Turn off sigsetjmp() to see what else it does.
33015              May need Configure probe for sigprocmask() if anything has sigaction()
33016              but not sigprocmask().
33017      Branch: perlio
33018            ! mg.c scope.h
33019 ____________________________________________________________________________
33020 [  8406] By: nick                                  on 2001/01/11  19:32:07
33021         Log: Integrate mainline
33022      Branch: perlio
33023           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
33024           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
33025           !> t/op/substr.t
33026 ____________________________________________________________________________
33027 [  8405] By: jhi                                   on 2001/01/11  17:11:01
33028         Log: Fix UTF-8 lval substr().
33029      Branch: perl
33030            ! mg.c t/op/substr.t
33031 ____________________________________________________________________________
33032 [  8404] By: jhi                                   on 2001/01/11  05:13:58
33033         Log: Update Changes.
33034      Branch: perl
33035            ! Changes patchlevel.h
33036 ____________________________________________________________________________
33037 [  8403] By: jhi                                   on 2001/01/11  04:38:24
33038         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
33039              From: Hugo <hv@crypt.compulink.co.uk>
33040              Date: Mon, 30 Oct 2000 01:33:26 +0000
33041              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
33042      Branch: perl
33043            ! regexec.c t/op/re_tests
33044 ____________________________________________________________________________
33045 [  8402] By: jhi                                   on 2001/01/11  04:26:12
33046         Log: Integrate perlio.
33047      Branch: perl
33048           !> scope.h util.c
33049 ____________________________________________________________________________
33050 [  8401] By: nick                                  on 2001/01/10  22:52:55
33051         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
33052              (So Alan and Ilya can try setting via hints.)
33053              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
33054              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
33055              doing the save everywhere seems to restart read() correctly, but just
33056              doing it once "round" the handler does not.
33057      Branch: perlio
33058            ! scope.h
33059 ____________________________________________________________________________
33060 [  8400] By: jhi                                   on 2001/01/10  21:57:54
33061         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
33062              of IRIX, HP-UX is unaffected.
33063      Branch: perl
33064            ! perl.h
33065 ____________________________________________________________________________
33066 [  8399] By: nick                                  on 2001/01/10  21:29:19
33067         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
33068      Branch: perlio
33069            ! util.c
33070 ____________________________________________________________________________
33071 [  8398] By: jhi                                   on 2001/01/10  20:55:31
33072         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
33073              also have ReusePort.
33074      Branch: perl
33075            ! ext/IO/lib/IO/Socket/INET.pm
33076 ____________________________________________________________________________
33077 [  8397] By: jhi                                   on 2001/01/10  20:50:57
33078         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
33079              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
33080              Date: Wed, 10 Jan 2001 01:38:13 -0800
33081              Message-ID: <20010110013813.B41744@yahoo-inc.com>
33082      Branch: perl
33083            ! ext/IO/lib/IO/Socket/INET.pm
33084 ____________________________________________________________________________
33085 [  8396] By: jhi                                   on 2001/01/10  20:49:30
33086         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
33087              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
33088              Date: Wed, 10 Jan 2001 01:37:32 -0800
33089              Message-ID: <20010110013732.A41744@yahoo-inc.com>
33090      Branch: perl
33091            ! ext/Socket/Socket.pm
33092 ____________________________________________________________________________
33093 [  8395] By: jhi                                   on 2001/01/10  20:41:37
33094         Log: Test for bug id 20010105.016 (fixed by #8378).
33095      Branch: perl
33096            ! t/op/split.t
33097 ____________________________________________________________________________
33098 [  8394] By: jhi                                   on 2001/01/10  20:26:32
33099         Log: Integrate perlio.
33100      Branch: perl
33101            ! util.c
33102 ____________________________________________________________________________
33103 [  8393] By: nick                                  on 2001/01/10  19:34:30
33104         Log: Back out Simon's pid hackery for now.
33105      Branch: perlio
33106            ! util.c
33107 ____________________________________________________________________________
33108 [  8392] By: nick                                  on 2001/01/10  19:23:13
33109         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
33110      Branch: perlio
33111           !> (integrate 29 files)
33112 ____________________________________________________________________________
33113 [  8391] By: jhi                                   on 2001/01/10  18:43:15
33114         Log: Subject: [PATCH] Fix my_pclose segfault
33115              From: Simon Cozens <simon@cozens.net>
33116              Date: Wed, 10 Jan 2001 18:39:35 +0000
33117              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
33118      Branch: perl
33119            ! util.c
33120 ____________________________________________________________________________
33121 [  8390] By: jhi                                   on 2001/01/10  18:42:08
33122         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
33123              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33124              Date:     Wed, 10 Jan 2001 13:23:02 EST
33125              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
33126      Branch: perl
33127            ! ext/Opcode/Opcode.xs
33128 ____________________________________________________________________________
33129 [  8389] By: jhi                                   on 2001/01/10  15:16:07
33130         Log: Turn off the integer preservation for now.
33131      Branch: perl
33132            ! perl.h
33133 ____________________________________________________________________________
33134 [  8388] By: jhi                                   on 2001/01/10  15:01:25
33135         Log: Few more IDE/editor nits from p5p.
33136      Branch: perl
33137            ! pod/perlfaq3.pod
33138 ____________________________________________________________________________
33139 [  8387] By: jhi                                   on 2001/01/10  06:53:16
33140         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
33141              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
33142              Date: Tue, 9 Jan 2001 23:16:02 +0000
33143              Message-ID: <20010109231602.A81101@plum.flirble.org>
33144      Branch: perl
33145            ! sv.c
33146 ____________________________________________________________________________
33147 [  8386] By: jhi                                   on 2001/01/10  03:17:54
33148         Log: Test cases for #8385 (from Simon's "torture.pl")
33149      Branch: perl
33150            ! t/op/tr.t
33151 ____________________________________________________________________________
33152 [  8385] By: jhi                                   on 2001/01/10  03:17:11
33153         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
33154              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
33155              Date: Wed, 10 Jan 2001 11:39:39 +0900
33156              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
33157              
33158              Some more UTF-8 tr cases fixed.
33159      Branch: perl
33160            ! doop.c
33161 ____________________________________________________________________________
33162 [  8384] By: jhi                                   on 2001/01/09  22:45:40
33163         Log: Allow the locale test needing POSIX and the taint test
33164              needing IPC::SysV to run under 'minitest' (basically,
33165              bail out if loading the extension fails)
33166      Branch: perl
33167            ! t/op/misc.t t/op/taint.t
33168 ____________________________________________________________________________
33169 [  8383] By: jhi                                   on 2001/01/09  21:36:04
33170         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
33171              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
33172              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
33173              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
33174      Branch: perl
33175            ! t/io/openpid.t
33176 ____________________________________________________________________________
33177 [  8382] By: jhi                                   on 2001/01/09  21:06:08
33178         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
33179              Should finish up the bug id 20001205.022.
33180      Branch: perl
33181            ! pp.c pp_hot.c scope.c
33182 ____________________________________________________________________________
33183 [  8381] By: jhi                                   on 2001/01/09  18:27:43
33184         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
33185              From: Andy Dougherty <doughera@lafayette.edu>
33186              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
33187              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
33188              
33189              More robust yacc/bison error detection.
33190      Branch: perl
33191            ! t/comp/proto.t
33192 ____________________________________________________________________________
33193 [  8380] By: jhi                                   on 2001/01/09  15:21:38
33194         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
33195              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33196              Date:     Tue, 9 Jan 2001 07:53:55 EST
33197              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
33198      Branch: perl
33199            ! t/op/misc.t vms/test.com
33200 ____________________________________________________________________________
33201 [  8379] By: jhi                                   on 2001/01/09  15:20:38
33202         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
33203              From: jhi@cc.hut.fi
33204              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
33205              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
33206              
33207              The #8378 fixed this.
33208      Branch: perl
33209            ! t/op/tr.t
33210 ____________________________________________________________________________
33211 [  8378] By: jhi                                   on 2001/01/09  15:05:32
33212         Log: Subject: One more patch for UTF8 
33213              From: Inaba Hiroto <inaba@st.rim.or.jp>
33214              Date: Tue, 09 Jan 2001 01:04:32 +0900
33215              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
33216              
33217              UTF-8 fixes for 'x' and tr///.
33218      Branch: perl
33219            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
33220            ! regcomp.c regexec.c toke.c utf8.c
33221 ____________________________________________________________________________
33222 [  8377] By: jhi                                   on 2001/01/09  14:32:17
33223         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
33224      Branch: perl
33225            ! t/op/length.t
33226 ____________________________________________________________________________
33227 [  8376] By: jhi                                   on 2001/01/09  04:32:32
33228         Log: integrate changes #7775, #8316, #8316 from mainline
33229      Branch: maint-5.6/perl
33230            ! hints/solaris_2.sh
33231 ____________________________________________________________________________
33232 [  8375] By: jhi                                   on 2001/01/09  04:26:43
33233         Log: Update Changes.
33234      Branch: perl
33235            ! Changes patchlevel.h
33236 ____________________________________________________________________________
33237 [  8374] By: jhi                                   on 2001/01/09  04:14:32
33238         Log: IDE/editor section tweaking.
33239      Branch: perl
33240            ! pod/perlfaq3.pod
33241 ____________________________________________________________________________
33242 [  8373] By: jhi                                   on 2001/01/09  02:38:26
33243         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
33244              From: Peter Prymmer <pvhp@forte.com>
33245              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
33246              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
33247              
33248              In preparation os OS/390 dynamic loading.
33249      Branch: perl
33250            ! README.os390 hints/os390.sh
33251 ____________________________________________________________________________
33252 [  8372] By: jhi                                   on 2001/01/09  00:24:30
33253         Log: Integrate with perlio.
33254      Branch: perl
33255           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
33256 ____________________________________________________________________________
33257 [  8371] By: nick                                  on 2001/01/08  23:54:33
33258         Log: Fix "scalars leaked" bugs caused by overload magic
33259              (Highlighted by Ilya's DESTROY optimization.)
33260      Branch: perlio
33261            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
33262 ____________________________________________________________________________
33263 [  8370] By: nick                                  on 2001/01/08  20:19:41
33264         Log: Integrate mainline
33265      Branch: perlio
33266           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
33267           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
33268           !> t/op/64bitint.t
33269 ____________________________________________________________________________
33270 [  8369] By: jhi                                   on 2001/01/08  17:30:52
33271         Log: save_delete() Safefree() doesn't (anymore?) work with shared
33272              strings, one test failure in op/misc and almost all of lib/b.
33273              (Outcomments #8369.)
33274      Branch: perl
33275            ! scope.c
33276 ____________________________________________________________________________
33277 [  8368] By: jhi                                   on 2001/01/08  14:47:10
33278         Log: (Outcommented by #8369.)
33279              
33280              Subject: Re: Perl BugID 20001205.022 ---- save_delete
33281              From: Simon Cozens <simon@cozens.net>
33282              Date: Sat, 6 Jan 2001 11:48:40 +0000
33283              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
33284              
33285              The save_delete() does need the Safefree.
33286      Branch: perl
33287            ! scope.c
33288 ____________________________________________________________________________
33289 [  8367] By: bailey                                on 2001/01/08  08:53:52
33290         Log: Once again syncing after too long an absence
33291      Branch: vmsperl
33292           +> (branch 55 files)
33293            - MAINTAIN fix_pl vos/config.def vos/config.h
33294            - vos/config_h.SH_orig
33295           !> (integrate 498 files)
33296 ____________________________________________________________________________
33297 [  8366] By: jhi                                   on 2001/01/08  02:42:59
33298         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
33299              From: nick@ccl4.org
33300              Date: Sun, 7 Jan 2001 21:07:18 +0000
33301              Message-Id: <20010107210717.D1048@plum.flirble.org>
33302      Branch: perl
33303            ! sv.c t/op/64bitint.t
33304 ____________________________________________________________________________
33305 [  8365] By: jhi                                   on 2001/01/08  02:35:16
33306         Log: Subject: [PATCH] environ nit
33307              From: Simon Cozens <simon@cozens.net>
33308              Date: Sun, 7 Jan 2001 17:57:07 +0000
33309              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
33310              
33311              Use environ only if we have it.
33312      Branch: perl
33313            ! mg.c
33314 ____________________________________________________________________________
33315 [  8364] By: jhi                                   on 2001/01/08  02:24:51
33316         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
33317      Branch: perl
33318            ! ext/GDBM_File/GDBM_File.xs
33319 ____________________________________________________________________________
33320 [  8363] By: jhi                                   on 2001/01/08  02:19:24
33321         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
33322              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
33323              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
33324              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
33325      Branch: perl
33326            ! dump.c op.c
33327 ____________________________________________________________________________
33328 [  8362] By: jhi                                   on 2001/01/08  02:17:43
33329         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
33330              From: Doug MacEachern <dougm@covalent.net>
33331              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
33332              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
33333              
33334              Allow AUTOLOAD to be an xsub and allow such xsubs
33335              to avoid use of $AUTOLOAD.
33336      Branch: perl
33337            ! gv.c
33338 ____________________________________________________________________________
33339 [  8361] By: jhi                                   on 2001/01/08  02:16:07
33340         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
33341              From: Radu Greab <radu@netsoft.ro>
33342              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
33343              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
33344              
33345              No need for the potentially unportable $SIG{CHLD}.
33346      Branch: perl
33347            ! t/io/pipe.t
33348 ____________________________________________________________________________
33349 [  8360] By: jhi                                   on 2001/01/08  01:58:23
33350         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
33351      Branch: perl
33352            ! lib/Getopt/Long.pm
33353 ____________________________________________________________________________
33354 [  8359] By: jhi                                   on 2001/01/08  01:55:44
33355         Log: Integrate perlio.
33356      Branch: perl
33357           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
33358           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
33359           !> utf8.c win32/Makefile
33360 ____________________________________________________________________________
33361 [  8358] By: jhi                                   on 2001/01/07  21:16:50
33362         Log: Update the EPOC cross SDK URL.
33363      Branch: perl
33364            ! README.epoc
33365 ____________________________________________________________________________
33366 [  8357] By: jhi                                   on 2001/01/07  21:16:09
33367         Log: Update the EPOC cross SDK URL.
33368      Branch: maint-5.6/perl
33369            ! README.epoc
33370 ____________________________________________________________________________
33371 [  8356] By: nick                                  on 2001/01/06  21:47:52
33372         Log: FILE * in XS code for PerlIO world:
33373              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
33374              - Add FILE * T_STDIO typemap.
33375              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
33376      Branch: perlio
33377            ! lib/ExtUtils/typemap perlio.c perlio.h
33378 ____________________________________________________________________________
33379 [  8355] By: jhi                                   on 2001/01/06  20:27:15
33380         Log: integrate change #8336 from mainline
33381              
33382              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
33383      Branch: maint-5.6/perl
33384            ! hv.c
33385 ____________________________________________________________________________
33386 [  8354] By: jhi                                   on 2001/01/06  20:24:29
33387         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
33388              From: Robin Barker <rmb1@cise.npl.co.uk>
33389              Date: Fri, 22 Dec 2000 12:17:38 GMT
33390              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
33391              
33392              The patch reformats some long =item lines so they give
33393              correct output via pod2man | nroff -man
33394              
33395              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
33396              From: Robin Barker <rmb1@cise.npl.co.uk>
33397              Date: Tue, 2 Jan 2001 15:35:03 GMT
33398              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
33399              
33400              Here is a _further_ patch which corrects a few more errors:
33401              * an empty C<=item> in CPAN.pm
33402              * patching the wrong file (pod/perlamiga.pod not README.amiga)
33403              * leaving empty C<=item>s which formatted incorrectly
33404              * over long C<=item>s revealed by latest patch to Pod::Man
33405      Branch: maint-5.6/perl
33406            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
33407            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
33408            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
33409            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
33410            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
33411            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
33412 ____________________________________________________________________________
33413 [  8353] By: jhi                                   on 2001/01/06  20:21:10
33414         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
33415              
33416              UTF-8 hash keys.
33417      Branch: maint-5.6/perl
33418            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
33419 ____________________________________________________________________________
33420 [  8352] By: jhi                                   on 2001/01/06  20:18:44
33421         Log: Forgotten from #8438.
33422      Branch: maint-5.6/perl
33423            ! epoc/epocish.h
33424 ____________________________________________________________________________
33425 [  8351] By: jhi                                   on 2001/01/06  20:18:12
33426         Log: Forgotten from #8347.
33427      Branch: maint-5.6/perl
33428            ! config_h.SH
33429 ____________________________________________________________________________
33430 [  8350] By: jhi                                   on 2001/01/06  20:00:19
33431         Log: Thinko in #8347.
33432      Branch: maint-5.6/perl
33433            ! regcomp.c
33434 ____________________________________________________________________________
33435 [  8349] By: jhi                                   on 2001/01/06  18:05:30
33436         Log: Copy the FAQ3 IDE section from the development branch,
33437              changes originally by Peter Prymmer.
33438      Branch: maint-5.6/perl
33439            ! pod/perlfaq3.pod
33440 ____________________________________________________________________________
33441 [  8348] By: jhi                                   on 2001/01/06  18:03:02
33442         Log: EPOC updates for TRIAL1.
33443              
33444              Subject: [5.6.1 trial1] EPOC update
33445              From: Olaf Flebbe <O.Flebbe@science-computing.de>
33446              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
33447              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
33448              
33449              Subject: epoc patch2 for perl-5.6.1-trial1
33450              From: Olaf Flebbe <O.Flebbe@science-computing.de>
33451              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
33452              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
33453      Branch: maint-5.6/perl
33454            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
33455            ! epoc/epocish.c
33456 ____________________________________________________________________________
33457 [  8347] By: jhi                                   on 2001/01/06  17:29:10
33458         Log: integrate changes #7710,7824,7973 from mainline,
33459              plus VMS nits from Peter Prymmer and Dan Sugalski.
33460              
33461              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
33462              library (getprotobyname and getprotobynumber are outversioned by
33463              the same calls in libc, at least for xlc version 3.
33464              
33465              Add HAS_SBRK_PROTO.
33466              
33467              Fixes for signedness warnings noticed by VMSperlers.
33468      Branch: maint-5.6/perl
33469            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33470            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
33471            ! sv.c vms/descrip_mms.template vos/config.alpha.def
33472            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
33473            ! win32/config.bc win32/config.gc win32/config.vc
33474 ____________________________________________________________________________
33475 [  8346] By: nick                                  on 2001/01/06  14:36:01
33476         Log: Fixup accumulated integrate muddles (perlio == devperl again)
33477      Branch: perlio
33478            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
33479 ____________________________________________________________________________
33480 [  8345] By: nick                                  on 2001/01/06  14:24:58
33481         Log: Integrate mainline
33482      Branch: perlio
33483           !> (integrate 55 files)
33484 ____________________________________________________________________________
33485 [  8344] By: jhi                                   on 2001/01/06  02:24:02
33486         Log: Subject: [patch] PerlIO_cleanup() prototype
33487              From: Doug MacEachern <dougm@covalent.net>
33488              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
33489              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
33490      Branch: perl
33491            ! perlio.h
33492 ____________________________________________________________________________
33493 [  8343] By: jhi                                   on 2001/01/06  01:04:09
33494         Log: IRIX compiler noticed that the bof initialization might be
33495              bypassed by control flow.
33496      Branch: perl
33497            ! toke.c
33498 ____________________________________________________________________________
33499 [  8342] By: jhi                                   on 2001/01/06  00:10:48
33500         Log: Update Changes.
33501      Branch: perl
33502            ! Changes patchlevel.h
33503 ____________________________________________________________________________
33504 [  8341] By: jhi                                   on 2001/01/05  23:52:33
33505         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
33506      Branch: perl
33507            ! toke.c
33508 ____________________________________________________________________________
33509 [  8340] By: jhi                                   on 2001/01/05  22:44:08
33510         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
33511              From: Radu Greab <radu@netsoft.ro>
33512              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
33513              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
33514      Branch: perl
33515            ! t/io/pipe.t util.c
33516 ____________________________________________________________________________
33517 [  8339] By: jhi                                   on 2001/01/05  22:35:17
33518         Log: Subject: [PATCH] format and rewording in perlfaq.pod
33519              From: Robin Barker <rmb1@cise.npl.co.uk>
33520              Date: Fri, 5 Jan 2001 18:51:20 GMT
33521              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
33522      Branch: perl
33523            ! pod/perlfaq.pod
33524 ____________________________________________________________________________
33525 [  8338] By: jhi                                   on 2001/01/05  22:31:17
33526         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
33527              From: Peter Prymmer <pvhp@forte.com>
33528              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
33529              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
33530      Branch: perl
33531            ! utils/perlbug.PL
33532 ____________________________________________________________________________
33533 [  8337] By: jhi                                   on 2001/01/05  18:15:11
33534         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
33535              From: Robin Barker <rmb1@cise.npl.co.uk>
33536              Date: Tue, 2 Jan 2001 15:24:07 GMT
33537              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
33538              
33539              If you call configure as C<./Configure> or C<sh ./Configure>,
33540              $src is set to the absolute path name, not '.'.
33541              
33542              This, in turn, means -Dmksymlink tries to do its stuff because
33543              it does not think it is in the src directory.
33544              
33545              (plus a metaconfig nitfix)
33546      Branch: metaconfig
33547            ! U/compline/ccflags.U U/modified/src.U
33548      Branch: perl
33549            ! Configure config_h.SH
33550 ____________________________________________________________________________
33551 [  8336] By: jhi                                   on 2001/01/05  17:48:32
33552         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
33553              From: Alan Burlison <Alan.Burlison@uk.sun.com>
33554              Message-ID: <3A5606C4.473D2226@uk.sun.com>
33555              Date: Fri, 05 Jan 2001 17:39:16 +0000
33556      Branch: perl
33557            ! hv.c
33558 ____________________________________________________________________________
33559 [  8335] By: jhi                                   on 2001/01/05  16:05:44
33560         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
33561      Branch: perl
33562            ! lib/Getopt/Long.pm
33563 ____________________________________________________________________________
33564 [  8334] By: jhi                                   on 2001/01/05  16:00:51
33565         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
33566              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
33567              Date: Fri, 05 Jan 2001 13:46:51 +0100
33568              Message-ID: <13693.978698811@nice.ram.loc>
33569              
33570              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
33571              accurate reading of the "atime".  
33572      Branch: perl
33573            ! t/io/fs.t
33574 ____________________________________________________________________________
33575 [  8333] By: jhi                                   on 2001/01/05  15:57:37
33576         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
33577              From: Simon Cozens <simon@cozens.net>
33578              Date: Fri, 8 Dec 2000 13:33:31 +0000
33579              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
33580              
33581              A lost patch fragment.
33582      Branch: perl
33583            ! doop.c
33584 ____________________________________________________________________________
33585 [  8332] By: jhi                                   on 2001/01/05  15:40:42
33586         Log: Do away with strncpy() and a fixed length buffer.
33587      Branch: perl
33588            ! utf8.c
33589 ____________________________________________________________________________
33590 [  8331] By: jhi                                   on 2001/01/05  15:03:07
33591         Log: Tests for #8329 and #8330.
33592      Branch: perl
33593            ! t/op/bop.t
33594 ____________________________________________________________________________
33595 [  8330] By: jhi                                   on 2001/01/05  15:02:38
33596         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
33597              raw 8-bit form to the UTF-8 string.
33598      Branch: perl
33599            ! toke.c
33600 ____________________________________________________________________________
33601 [  8329] By: jhi                                   on 2001/01/05  14:55:13
33602         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
33603              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
33604              Date: Fri, 5 Jan 2001 12:28:52 +0100
33605              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
33606              
33607              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
33608              no effect.  (changed the strncpy() to Copy())
33609      Branch: perl
33610            ! toke.c
33611 ____________________________________________________________________________
33612 [  8328] By: jhi                                   on 2001/01/05  06:44:27
33613         Log: UTF-8 cleanup.
33614      Branch: perl
33615            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
33616            ! regexec.c sv.c toke.c
33617 ____________________________________________________________________________
33618 [  8327] By: jhi                                   on 2001/01/05  01:11:29
33619         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')
33620              From: Radu Greab <radu@netsoft.ro>
33621              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
33622              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
33623              
33624              Cleans up Harness to not use FileHandle, which uses IO.
33625      Branch: perl
33626            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
33627 ____________________________________________________________________________
33628 [  8326] By: jhi                                   on 2001/01/05  00:56:37
33629         Log: Update Changes.
33630      Branch: perl
33631            ! Changes patchlevel.h
33632 ____________________________________________________________________________
33633 [  8325] By: jhi                                   on 2001/01/05  00:53:18
33634         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
33635              From: Peter Prymmer <pvhp@forte.com>
33636              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
33637              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
33638              
33639              plus a couple more tailing whitespace removals.
33640      Branch: perl
33641            ! win32/Makefile
33642 ____________________________________________________________________________
33643 [  8324] By: jhi                                   on 2001/01/05  00:47:39
33644         Log: Add some Unicode chop() tests.
33645      Branch: perl
33646            ! t/op/chop.t
33647 ____________________________________________________________________________
33648 [  8323] By: jhi                                   on 2001/01/05  00:47:23
33649         Log: Unify UTF-8 malformedness handling.
33650      Branch: perl
33651            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
33652 ____________________________________________________________________________
33653 [  8322] By: jhi                                   on 2001/01/04  22:21:54
33654         Log: The new $issymlink was unknown to Mksymlinks.
33655      Branch: metaconfig/U/perl
33656            ! Mksymlinks.U issymlink.U
33657      Branch: perl
33658            ! Configure config_h.SH
33659 ____________________________________________________________________________
33660 [  8321] By: jhi                                   on 2001/01/04  21:51:05
33661         Log: The test didn't work under the core test framework.
33662      Branch: perl
33663            ! t/lib/st-lock.t
33664 ____________________________________________________________________________
33665 [  8320] By: jhi                                   on 2001/01/04  21:14:22
33666         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
33667      Branch: perl
33668            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
33669 ____________________________________________________________________________
33670 [  8319] By: jhi                                   on 2001/01/04  20:46:17
33671         Log: Typo in #8312 when manually appying a problematic patch fragment.
33672      Branch: perl
33673            ! ext/Storable/Storable.xs
33674 ____________________________________________________________________________
33675 [  8318] By: jhi                                   on 2001/01/04  20:43:01
33676         Log: The $sh_c didn't fly.
33677      Branch: metaconfig
33678            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
33679            ! U/modified/Loc.U U/modified/myhostname.U
33680            ! U/modified/spitshell.U
33681      Branch: metaconfig/U/perl
33682            ! issymlink.U
33683      Branch: perl
33684            ! Configure config_h.SH
33685 ____________________________________________________________________________
33686 [  8317] By: jhi                                   on 2001/01/04  19:58:01
33687         Log: AIX builtin test -h is broken, changes based on
33688              
33689              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
33690              Date: Tue, 02 Jan 2001 11:24:39 +0100
33691              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33692              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
33693      Branch: metaconfig
33694            + U/modified/spitshell.U
33695            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
33696            ! U/modified/Loc.U U/modified/myhostname.U
33697      Branch: metaconfig/U/perl
33698            ! Mksymlinks.U issymlink.U
33699      Branch: perl
33700            ! Configure
33701 ____________________________________________________________________________
33702 [  8316] By: jhi                                   on 2001/01/04  19:02:22
33703         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
33704              From: Andy Dougherty <doughera@lafayette.edu>
33705              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
33706              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
33707              
33708              Beware of GNU ld.
33709      Branch: perl
33710            ! hints/solaris_2.sh
33711 ____________________________________________________________________________
33712 [  8315] By: jhi                                   on 2001/01/04  18:56:48
33713         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
33714              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
33715              Date: Wed, 3 Jan 2001 07:58:51 +0100
33716              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
33717      Branch: perl
33718            ! hints/solaris_2.sh
33719 ____________________________________________________________________________
33720 [  8314] By: jhi                                   on 2001/01/04  18:54:07
33721         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
33722              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
33723              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
33724              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
33725              
33726              Doc tweak on #8313.
33727      Branch: perl
33728            ! ext/B/B/Deparse.pm
33729 ____________________________________________________________________________
33730 [  8313] By: jhi                                   on 2001/01/04  18:52:27
33731         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
33732              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
33733              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
33734              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
33735              
33736              Make the peephole optimizer to bypass more null ops and
33737              and rewrite the deparse handling of continue blocks.
33738      Branch: perl
33739            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
33740 ____________________________________________________________________________
33741 [  8312] By: jhi                                   on 2001/01/04  18:47:39
33742         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
33743      Branch: perl
33744            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
33745            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
33746            ! t/lib/st-lock.t
33747 ____________________________________________________________________________
33748 [  8311] By: jhi                                   on 2001/01/04  18:36:08
33749         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
33750              filter to be run on each .pm during the pm_to_blib() phase,
33751              a fixed version of
33752              
33753              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
33754              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
33755              Date: Wed, 03 Jan 2001 22:01:30 +0100
33756              Message-ID: <5296.978555690@nice.ram.loc>
33757      Branch: perl
33758            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
33759            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
33760            ! lib/ExtUtils/MakeMaker.pm
33761 ____________________________________________________________________________
33762 [  8310] By: jhi                                   on 2001/01/04  18:32:54
33763         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
33764              From: Robin Barker <rmb1@cise.npl.co.uk>
33765              Date: Tue, 2 Jan 2001 15:35:03 GMT
33766              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
33767      Branch: perl
33768            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
33769            ! pod/perlrequick.pod
33770 ____________________________________________________________________________
33771 [  8309] By: jhi                                   on 2001/01/04  18:29:07
33772         Log: Subject: Re: [patch] static-ize XS()
33773              From: Doug MacEachern <dougm@covalent.net>
33774              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
33775              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
33776              
33777              Provide prototypes for the XS functions.
33778      Branch: perl
33779            ! lib/ExtUtils/xsubpp
33780 ____________________________________________________________________________
33781 [  8308] By: jhi                                   on 2001/01/04  18:27:44
33782         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
33783              From: Doug MacEachern <dougm@covalent.net>
33784              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
33785              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
33786      Branch: perl
33787            ! lib/ExtUtils/typemap
33788 ____________________________________________________________________________
33789 [  8307] By: jhi                                   on 2001/01/04  18:25:25
33790         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
33791              From: Doug MacEachern <dougm@covalent.net>
33792              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
33793              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
33794              
33795              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
33796      Branch: perl
33797            ! lib/ExtUtils/MM_Unix.pm
33798 ____________________________________________________________________________
33799 [  8306] By: jhi                                   on 2001/01/04  18:23:00
33800         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
33801              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
33802              Date: Thu, 4 Jan 2001 12:47:10 +0100 
33803              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
33804              
33805              The toke.c part only, patching embed.h and proto.h is futile.
33806      Branch: perl
33807            ! toke.c
33808 ____________________________________________________________________________
33809 [  8305] By: jhi                                   on 2001/01/04  18:05:51
33810         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
33811              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
33812              Date: Thu, 4 Jan 2001 17:50:12 +0100 
33813              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
33814      Branch: perl
33815            ! toke.c
33816 ____________________________________________________________________________
33817 [  8304] By: jhi                                   on 2001/01/04  18:03:26
33818         Log: Subject: [PATCH perl@8269]
33819              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
33820              Date: Thu, 4 Jan 2001 12:53:39 +0100 
33821              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
33822              
33823              If running byacc write-enable also perly.h.
33824      Branch: perl
33825            ! Makefile.SH
33826 ____________________________________________________________________________
33827 [  8303] By: jhi                                   on 2001/01/04  15:40:49
33828         Log: Rewrite pp_concat() in terms of sv_catsv().
33829      Branch: perl
33830            ! pp_hot.c
33831 ____________________________________________________________________________
33832 [  8302] By: nick                                  on 2001/01/03  22:43:22
33833         Log: Integrate mainline.
33834      Branch: perlio
33835           !> ext/Encode/Encode.xs sv.c utf8.c
33836 ____________________________________________________________________________
33837 [  8301] By: jhi                                   on 2001/01/02  23:40:26
33838         Log: Variable naming tweak.
33839      Branch: perl
33840            ! sv.c
33841 ____________________________________________________________________________
33842 [  8300] By: jhi                                   on 2001/01/02  23:40:02
33843         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
33844              in is_utf8_string().
33845      Branch: perl
33846            ! utf8.c
33847 ____________________________________________________________________________
33848 [  8299] By: jhi                                   on 2001/01/02  22:14:40
33849         Log: Integrate perlio.
33850      Branch: perl
33851           !> pp.c pp_hot.c win32/Makefile
33852 ____________________________________________________________________________
33853 [  8298] By: nick                                  on 2001/01/02  22:03:06
33854         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
33855      Branch: perlio
33856            ! pp.c pp_hot.c
33857 ____________________________________________________________________________
33858 [  8297] By: jhi                                   on 2001/01/02  04:26:28
33859         Log: Signedness nit.
33860      Branch: perl
33861            ! ext/Encode/Encode.xs
33862 ____________________________________________________________________________
33863 [  8296] By: nick                                  on 2001/01/01  23:49:36
33864         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
33865      Branch: perlio
33866            ! win32/Makefile
33867 ____________________________________________________________________________
33868 [  8295] By: jhi                                   on 2001/01/01  23:05:48
33869         Log: Integrate perlio.
33870      Branch: perl
33871           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
33872           !> t/lib/encode.t
33873 ____________________________________________________________________________
33874 [  8294] By: nick                                  on 2001/01/01  22:48:34
33875         Log: Integrate mainline
33876      Branch: perlio
33877            ! pp_hot.c t/lib/encode.t
33878           !> (integrate 65 files)
33879 ____________________________________________________________________________
33880 [  8293] By: nick                                  on 2001/01/01  21:58:50
33881         Log: More rigor in UTF-8-ness of Encode's toUnicode
33882              XS export some of the utf8 internal functions.
33883              Test some of the functions.
33884              Fix pp_concat() bug shown by said tests.
33885      Branch: perlio
33886            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
33887            ! t/lib/encode.t
33888 ____________________________________________________________________________
33889 [  8292] By: jhi                                   on 2001/01/01  18:11:44
33890         Log: Integrate perlio.
33891      Branch: perl
33892           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
33893           !> ext/Encode/encengine.c ext/Encode/encode.h
33894 ____________________________________________________________________________
33895 [  8291] By: jhi                                   on 2001/01/01  18:10:58
33896         Log: Podify README.mpeix (a new version from the web),
33897              add a dummy NAME to Carp::Heavy, regen toc.
33898      Branch: perl
33899            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
33900            ! pod/perltoc.pod
33901 ____________________________________________________________________________
33902 [  8290] By: nick                                  on 2001/01/01  17:43:47
33903         Log: Loose the "Loading..." warning.
33904              Another bug in fallback support
33905      Branch: perlio
33906            ! ext/Encode/Encode.pm ext/Encode/encengine.c
33907 ____________________________________________________________________________
33908 [  8289] By: jhi                                   on 2001/01/01  00:01:57
33909         Log: Bump up Larry's copyright.
33910      Branch: perl
33911            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
33912            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
33913            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
33914            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
33915            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
33916            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
33917            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
33918            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
33919 ____________________________________________________________________________
33920 [  8288] By: nick                                  on 2000/12/31  21:27:53
33921         Log: Fix .ucm reading - forgot a chr()
33922              Start of .ucm write (for .enc to .ucm)
33923      Branch: perlio
33924            ! ext/Encode/compile
33925 ____________________________________________________________________________
33926 [  8287] By: jhi                                   on 2000/12/31  18:15:56
33927         Log: Comment away a diagnostic message as noted by Craig A. Berry
33928              (the unexpected message was confusing testing)
33929      Branch: perl
33930            ! ext/Encode/Encode.pm
33931 ____________________________________________________________________________
33932 [  8286] By: jhi                                   on 2000/12/31  18:14:51
33933         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
33934              Date: Sun, 31 Dec 2000 11:17:37 -0600
33935              From: "Craig A. Berry" <craigberry@mac.com>
33936              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
33937      Branch: perl
33938            ! ext/Encode/Makefile.PL
33939 ____________________________________________________________________________
33940 [  8285] By: nick                                  on 2000/12/31  18:11:54
33941         Log: Start of support of ICU-style .ucm files:
33942              - teach compile how to read a .ucm file
33943              - first guess at how to represent fallbacks in "tries".
33944              - use fallbacks if check == 0
33945              - new return code to indicate we used one.
33946      Branch: perlio
33947            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
33948            ! ext/Encode/encengine.c ext/Encode/encode.h
33949 ____________________________________________________________________________
33950 [  8284] By: jhi                                   on 2000/12/31  18:04:41
33951         Log: Pacify picky VMS compiler.
33952              
33953              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
33954              From: "Craig A. Berry" <craig.berry@psinetcs.com>
33955              Date: Sat, 30 Dec 2000 18:10:02 -0600
33956              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
33957      Branch: perl
33958            ! sv.c
33959 ____________________________________________________________________________
33960 [  8283] By: jhi                                   on 2000/12/31  16:11:47
33961         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
33962      Branch: perl
33963            ! t/lib/glob-basic.t
33964 ____________________________________________________________________________
33965 [  8282] By: jhi                                   on 2000/12/31  15:26:11
33966         Log: Integrate perlio.
33967      Branch: perl
33968           !> makedef.pl opcode.pl os2/os2.c perlio.c
33969 ____________________________________________________________________________
33970 [  8281] By: nick                                  on 2000/12/31  10:06:15
33971         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
33972              is available to be exported
33973      Branch: perlio
33974            ! makedef.pl perlio.c
33975 ____________________________________________________________________________
33976 [  8280] By: nick                                  on 2000/12/31  09:41:26
33977         Log: Ilya's OS2 patch (testing for damage on Win32)
33978      Branch: perlio
33979            ! makedef.pl opcode.pl os2/os2.c
33980 ____________________________________________________________________________
33981 [  8279] By: jhi                                   on 2000/12/30  21:52:07
33982         Log: Test nits.
33983      Branch: perl
33984            ! t/lib/syslfs.t t/op/lfs.t
33985 ____________________________________________________________________________
33986 [  8278] By: jhi                                   on 2000/12/30  21:47:49
33987         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
33988              From: andreas.koenig@anima.de (Andreas J. Koenig)
33989              Date: 30 Dec 2000 22:35:37 +0100
33990              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
33991              
33992              The 32-bit wraparound test wasn't quite right.
33993      Branch: perl
33994            ! t/lib/syslfs.t t/op/lfs.t
33995 ____________________________________________________________________________
33996 [  8277] By: jhi                                   on 2000/12/30  21:33:44
33997         Log: Subject: [PATCH] open() example in perlfunc.pod 
33998              From: Karsten Sperling <s_sperli@ira.uka.de>
33999              Date: Sat, 30 Dec 2000 22:27:09 +0100
34000              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
34001      Branch: perl
34002            ! pod/perlfunc.pod
34003 ____________________________________________________________________________
34004 [  8276] By: jhi                                   on 2000/12/30  20:32:40
34005         Log: Not quite that many tests yet.
34006      Branch: perl
34007            ! t/op/pat.t
34008 ____________________________________________________________________________
34009 [  8275] By: jhi                                   on 2000/12/30  20:26:58
34010         Log: Integrate perlio.
34011      Branch: perl
34012           !> toke.c
34013 ____________________________________________________________________________
34014 [  8274] By: jhi                                   on 2000/12/30  20:24:56
34015         Log: Signedness nit.
34016      Branch: perl
34017            ! utf8.c
34018 ____________________________________________________________________________
34019 [  8273] By: jhi                                   on 2000/12/30  20:15:46
34020         Log: Add a test case for 20000731.001 which was fixed by the #8267.
34021      Branch: perl
34022            ! t/op/pat.t
34023 ____________________________________________________________________________
34024 [  8272] By: nick                                  on 2000/12/30  19:47:51
34025         Log: Tweak for MULTIPLICITY/USE_PERLIO
34026      Branch: perlio
34027            ! toke.c
34028 ____________________________________________________________________________
34029 [  8271] By: nick                                  on 2000/12/30  19:46:45
34030         Log: Integrate mainline
34031      Branch: perlio
34032           +> lib/unicode/distinct.pm
34033           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
34034           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
34035           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
34036 ____________________________________________________________________________
34037 [  8270] By: jhi                                   on 2000/12/30  19:39:50
34038         Log: Subject: RE: perl@8269
34039              From: "Richard Soderberg" <rs@crystalflame.net>
34040              Date: Sat, 30 Dec 2000 11:36:27 -0800
34041              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
34042              
34043              A missing aTHX_.
34044      Branch: perl
34045            ! toke.c
34046 ____________________________________________________________________________
34047 [  8269] By: jhi                                   on 2000/12/30  18:55:48
34048         Log: Update Changes.
34049      Branch: perl
34050            ! Changes patchlevel.h
34051 ____________________________________________________________________________
34052 [  8268] By: jhi                                   on 2000/12/30  17:18:40
34053         Log: Add a test for Unicode split //.  The #8267 was the cure.
34054      Branch: perl
34055            ! t/op/split.t
34056 ____________________________________________________________________________
34057 [  8267] By: jhi                                   on 2000/12/30  17:14:19
34058         Log: Subject: more UTF8 test suites and an UTF8 patch
34059              From: Inaba Hiroto <inaba@st.rim.or.jp>
34060              Date: Sat, 30 Dec 2000 14:27:10 +0900
34061              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
34062              
34063              Just the patch part for now, and the pragma renamed
34064              as unicode::distinct.
34065      Branch: perl
34066            + lib/unicode/distinct.pm
34067            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
34068            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
34069            ! regcomp.h regexec.c sv.c toke.c utf8.c
34070 ____________________________________________________________________________
34071 [  8266] By: nick                                  on 2000/12/30  16:40:49
34072         Log: Integrate mainline
34073      Branch: perlio
34074           +> lib/Pod/Text/Overstrike.pm
34075           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
34076           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
34077           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
34078           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
34079           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
34080 ____________________________________________________________________________
34081 [  8265] By: jhi                                   on 2000/12/30  07:28:55
34082         Log: The sv_catsv() fix, take two.
34083      Branch: perl
34084            ! sv.c t/op/join.t
34085 ____________________________________________________________________________
34086 [  8264] By: jhi                                   on 2000/12/30  06:19:18
34087         Log: Undo all the join-related changes since #8248: relevant
34088              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
34089              The new sv_catsv() doesn't fly so it must go back to
34090              the drawing board.
34091      Branch: perl
34092            ! sv.c t/op/join.t t/pragma/utf8.t
34093 ____________________________________________________________________________
34094 [  8263] By: jhi                                   on 2000/12/30  01:08:32
34095         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
34096      Branch: perl
34097            ! sv.c
34098 ____________________________________________________________________________
34099 [  8262] By: jhi                                   on 2000/12/30  00:45:14
34100         Log: Retract #8261.
34101      Branch: perl
34102            ! hv.c util.c
34103 ____________________________________________________________________________
34104 [  8261] By: jhi                                   on 2000/12/30  00:38:32
34105         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
34106      Branch: perl
34107            ! hv.c util.c
34108 ____________________________________________________________________________
34109 [  8260] By: jhi                                   on 2000/12/29  22:51:33
34110         Log: (Retracted by #8264)  More fixing for #8251.
34111      Branch: perl
34112            ! sv.c
34113 ____________________________________________________________________________
34114 [  8259] By: jhi                                   on 2000/12/29  18:27:30
34115         Log: Subject: podlators 1.06 released
34116              From: Russ Allbery <rra@stanford.edu>
34117              Date: 25 Dec 2000 05:09:30 -0800
34118              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
34119      Branch: perl
34120            + lib/Pod/Text/Overstrike.pm
34121            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
34122            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
34123 ____________________________________________________________________________
34124 [  8258] By: jhi                                   on 2000/12/29  18:20:45
34125         Log: Make the large file tests more robust/talkative as suggested by
34126              
34127              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
34128              From: andreas.koenig@anima.de (Andreas J. Koenig)
34129              Date: 29 Dec 2000 14:23:01 +0100
34130              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
34131      Branch: perl
34132            ! t/lib/syslfs.t t/op/lfs.t
34133 ____________________________________________________________________________
34134 [  8257] By: jhi                                   on 2000/12/29  17:48:04
34135         Log: Further VMS piping fixes from Charles Lane:
34136              
34137              In summary, error messages produced when a subprocess terminated
34138              abnormally were being sent not just to the parent process, but to
34139              grandparents, because of default values for error output that were
34140              not completely overridden when the subprocess was started.
34141              
34142              This patch fixes this behavior by defining user-mode (i.e., temporary
34143              for the duration of the program) logical names for SYS$OUTPUT and
34144              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
34145              changes to make it so that the user-mode logicals are the ones that
34146              control where Perl's error messages go if it terminates abnormally.
34147              
34148              I also added some gratuitous fixes to the indentation of braces in
34149              the piping code.  It just looked ugly, before.
34150      Branch: perl
34151            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
34152 ____________________________________________________________________________
34153 [  8256] By: jhi                                   on 2000/12/29  17:45:12
34154         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
34155              From: "Casey R. Tweten" <crt@kiski.net>
34156              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
34157              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
34158              
34159              Tests for for #8240.
34160      Branch: perl
34161            ! t/pragma/constant.t
34162 ____________________________________________________________________________
34163 [  8255] By: jhi                                   on 2000/12/29  17:43:07
34164         Log: Subject: Re: [PATCH] Interesting syntax idea
34165              From: Simon Cozens <simon@cozens.net>
34166              Date: Fri, 29 Dec 2000 14:34:04 +0000
34167              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
34168              
34169              Tests for #8254.
34170      Branch: perl
34171            ! t/pragma/sub_lval.t
34172 ____________________________________________________________________________
34173 [  8254] By: jhi                                   on 2000/12/29  17:42:11
34174         Log: Subject: [PATCH] Interesting syntax idea
34175              From: Simon Cozens <simon@cozens.net>
34176              Date: Wed, 27 Dec 2000 05:08:57 +0000
34177              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
34178              
34179              Make opens + bareword assigns do typeglob assigns.
34180      Branch: perl
34181            ! op.c
34182 ____________________________________________________________________________
34183 [  8253] By: jhi                                   on 2000/12/29  17:36:45
34184         Log: Output the (apparent) version of gcc, as suggested by
34185              
34186              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
34187              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
34188              Date: 26 Dec 2000 04:29:17 -0500
34189              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
34190              
34191              (The patch as such didn't any more apply as the misparsing had
34192              already been addressed in #6474.)  Also change the wording about
34193              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
34194      Branch: perl
34195            ! hints/dec_osf.sh
34196 ____________________________________________________________________________
34197 [  8252] By: nick                                  on 2000/12/29  12:14:31
34198         Log: Integrate mainline
34199      Branch: perlio
34200           !> (integrate 27 files)
34201 ____________________________________________________________________________
34202 [  8251] By: jhi                                   on 2000/12/29  08:45:46
34203         Log: (Retracted by #8264)
34204              
34205              (Fixed by #8260.)
34206              
34207              sv_catsv() needs one more byte space than seems reasonable.
34208              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
34209              Curiouser and curiouser.
34210      Branch: perl
34211            ! sv.c
34212 ____________________________________________________________________________
34213 [  8250] By: jhi                                   on 2000/12/29  07:57:52
34214         Log: More split // UTF-8 tests.
34215      Branch: perl
34216            ! t/pragma/utf8.t
34217 ____________________________________________________________________________
34218 [  8249] By: jhi                                   on 2000/12/29  07:54:51
34219         Log: (Retracted by #8264)  More join() testing which was good because
34220              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
34221      Branch: perl
34222            ! pp.c t/op/join.t utf8.c utf8.h
34223 ____________________________________________________________________________
34224 [  8248] By: jhi                                   on 2000/12/29  07:08:32
34225         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
34226              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
34227              that the only cases to care about are byte+byte and byte+character.
34228              
34229              TODO: See how well pp_concat() could be implemented in terms
34230              of sv_catsv().
34231      Branch: perl
34232            ! doop.c sv.c t/op/join.t utf8.h
34233 ____________________________________________________________________________
34234 [  8247] By: jhi                                   on 2000/12/29  06:35:23
34235         Log: Signedness nit.
34236      Branch: perl
34237            ! pp_hot.c
34238 ____________________________________________________________________________
34239 [  8246] By: jhi                                   on 2000/12/29  01:23:31
34240         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
34241              From: Lupe Christoph <lupe@lupe-christoph.de>
34242              Date: Thu, 28 Dec 2000 23:00:00 +0100
34243              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
34244              
34245              Suggest rsync --delete --dry-run.
34246      Branch: perl
34247            ! pod/perlhack.pod
34248 ____________________________________________________________________________
34249 [  8245] By: jhi                                   on 2000/12/28  23:57:05
34250         Log: The maxiters upper limit sanity check (guarding against
34251              non-progress) assumed bytes instead of characters in s///
34252              and split().
34253      Branch: perl
34254            ! pp.c pp_hot.c
34255 ____________________________________________________________________________
34256 [  8244] By: jhi                                   on 2000/12/28  23:34:08
34257         Log: Make some panic messages a bit more logical.
34258      Branch: perl
34259            ! doop.c pod/perldiag.pod pp.c pp_hot.c
34260 ____________________________________________________________________________
34261 [  8243] By: jhi                                   on 2000/12/28  22:59:16
34262         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
34263              From: Simon Cozens <simon@cozens.net>
34264              Date: Wed, 27 Dec 2000 02:30:03 +0000
34265              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
34266      Branch: perl
34267            ! pp.c t/pragma/sub_lval.t
34268 ____________________________________________________________________________
34269 [  8242] By: jhi                                   on 2000/12/28  22:56:53
34270         Log: Subject: [PATCH blead] Fix B::Terse indentation
34271              From: Daniel Chetlin <daniel@chetlin.com>
34272              Date: Wed, 27 Dec 2000 06:43:30 -0800
34273              Message-ID: <20001227064329.B9573@darkstar>
34274      Branch: perl
34275            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
34276 ____________________________________________________________________________
34277 [  8241] By: jhi                                   on 2000/12/28  22:48:59
34278         Log: The latter patch from the
34279              
34280              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
34281              From: Peter Prymmer <pvhp@forte.com> 
34282              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
34283              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
34284              
34285              (the former patch from the above should have been
34286              taken care of by Nick I-S)
34287      Branch: perl
34288            ! win32/Makefile
34289 ____________________________________________________________________________
34290 [  8240] By: jhi                                   on 2000/12/28  22:45:22
34291         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
34292              From: "Casey R. Tweten" <crt@kiski.net>
34293              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
34294              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
34295      Branch: perl
34296            ! lib/constant.pm
34297 ____________________________________________________________________________
34298 [  8239] By: jhi                                   on 2000/12/28  22:37:45
34299         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
34300              From: Simon Cozens <simon@cozens.net>
34301              Date: Wed, 27 Dec 2000 14:12:44 +0000
34302              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
34303      Branch: perl
34304            ! t/op/method.t t/op/sort.t toke.c
34305 ____________________________________________________________________________
34306 [  8238] By: jhi                                   on 2000/12/28  22:30:32
34307         Log: Subject: [PATCH perl@8229] Call.pm
34308              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
34309              Date: Mon, 25 Dec 2000 10:47:15 -0000
34310              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
34311      Branch: perl
34312            ! ext/Filter/Util/Call/Call.pm
34313 ____________________________________________________________________________
34314 [  8237] By: jhi                                   on 2000/12/28  22:19:21
34315         Log: Subject: [PATCH blead] Fix problem with `&' prototype
34316              From: Daniel Chetlin <daniel@chetlin.com>
34317              Date: Wed, 27 Dec 2000 15:55:32 -0800
34318              Message-ID: <20001227155532.D9573@darkstar>
34319      Branch: perl
34320            ! op.c t/comp/proto.t
34321 ____________________________________________________________________________
34322 [  8236] By: jhi                                   on 2000/12/28  22:09:25
34323         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
34324              From: Daniel Chetlin <daniel@chetlin.com>
34325              Date: Sun, 24 Dec 2000 04:09:49 -0800
34326              Message-ID: <20001224040949.B3090@darkstar>
34327      Branch: perl
34328            ! gv.c mg.c t/op/attrs.t
34329 ____________________________________________________________________________
34330 [  8235] By: jhi                                   on 2000/12/28  22:07:11
34331         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
34332              From: Jan Dubois <jand@ActiveState.com>
34333              Date: Tue, 26 Dec 2000 20:57:31 -0800
34334              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
34335      Branch: perl
34336            ! win32/win32.c
34337 ____________________________________________________________________________
34338 [  8234] By: jhi                                   on 2000/12/28  21:52:42
34339         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
34340              From: Simon Cozens <simon@cozens.net>
34341              Date: Thu, 28 Dec 2000 20:33:13 +0000
34342              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
34343      Branch: perl
34344            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
34345 ____________________________________________________________________________
34346 [  8233] By: jhi                                   on 2000/12/28  19:40:49
34347         Log: Integrate perlio.
34348      Branch: perl
34349           !> ext/Encode/Makefile.PL ext/Encode/compile
34350 ____________________________________________________________________________
34351 [  8232] By: nick                                  on 2000/12/23  16:06:00
34352         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
34353              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
34354      Branch: perlio
34355            ! ext/Encode/Makefile.PL
34356 ____________________________________________________________________________
34357 [  8231] By: nick                                  on 2000/12/23  14:30:34
34358         Log: "Compiled" encode build cleanup
34359              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
34360              - .c files do not export sub-tables
34361      Branch: perlio
34362            ! ext/Encode/Makefile.PL ext/Encode/compile
34363 ____________________________________________________________________________
34364 [  8230] By: nick                                  on 2000/12/23  12:50:37
34365         Log: Integrate mainline
34366      Branch: perlio
34367           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
34368           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
34369           !> pod/perl5004delta.pod pod/perl5005delta.pod
34370           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
34371           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
34372           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
34373           !> pod/perlsub.pod
34374 ____________________________________________________________________________
34375 [  8229] By: jhi                                   on 2000/12/22  15:32:12
34376         Log: Integrate perlio.
34377      Branch: perl
34378           +> win32/distclean.bat
34379           !> MANIFEST t/io/utf8.t
34380 ____________________________________________________________________________
34381 [  8228] By: jhi                                   on 2000/12/22  15:29:40
34382         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
34383              From: Robin Barker <rmb1@cise.npl.co.uk>
34384              Date: Fri, 22 Dec 2000 12:17:38 GMT
34385              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
34386      Branch: perl
34387            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
34388            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
34389            ! pod/perl5004delta.pod pod/perl5005delta.pod
34390            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
34391            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
34392            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
34393            ! pod/perlsub.pod
34394 ____________________________________________________________________________
34395 [  8227] By: jhi                                   on 2000/12/22  15:24:28
34396         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
34397              From: "John L. Allen" <allen@grumman.com>
34398              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
34399              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
34400              
34401              Document APPLLIB_EXP.
34402      Branch: perl
34403            ! INSTALL
34404 ____________________________________________________________________________
34405 [  8226] By: nick                                  on 2000/12/21  22:11:50
34406         Log: Handy script for when one forgets to "dmake clean" 
34407      Branch: perlio
34408            + win32/distclean.bat
34409            ! MANIFEST
34410 ____________________________________________________________________________
34411 [  8225] By: nick                                  on 2000/12/21  21:54:04
34412         Log: CRLF platform issue with io/utf8 fix.
34413      Branch: perlio
34414            ! t/io/utf8.t
34415 ____________________________________________________________________________
34416 [  8224] By: nick                                  on 2000/12/21  21:02:20
34417         Log: Integrate mainline
34418      Branch: perlio
34419           !> Changes Configure Makefile.SH Porting/Glossary
34420           !> Porting/config.sh Porting/config_H configure.com
34421           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
34422           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
34423           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
34424           !> win32/config.bc win32/config.gc win32/config.vc
34425 ____________________________________________________________________________
34426 [  8223] By: jhi                                   on 2000/12/21  17:09:16
34427         Log: Update Changes.
34428      Branch: perl
34429            ! Changes patchlevel.h
34430 ____________________________________________________________________________
34431 [  8222] By: jhi                                   on 2000/12/21  16:24:01
34432         Log: Metaconfig unit changes for #8221.
34433      Branch: metaconfig/U/perl
34434           +> issymlink.U
34435            - testsyml.U
34436            ! Mksymlinks.U
34437 ____________________________________________________________________________
34438 [  8221] By: jhi                                   on 2000/12/21  16:23:48
34439         Log: Rename testsyml to issymlink.
34440      Branch: perl
34441            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34442            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
34443            ! win32/config.vc
34444 ____________________________________________________________________________
34445 [  8220] By: jhi                                   on 2000/12/21  15:47:26
34446         Log: Robustness support for #8218 (symlink forest) since the GNU
34447              tools seem to be overly picky about symlinkage depths.
34448      Branch: perl
34449            ! Makefile.SH t/io/fs.t
34450 ____________________________________________________________________________
34451 [  8219] By: jhi                                   on 2000/12/21  15:38:27
34452         Log: Metaconfig changes for #8218.
34453      Branch: metaconfig
34454            ! U/modified/Oldconfig.U
34455      Branch: metaconfig/U/perl
34456            + Mksymlinks.U
34457            ! testsyml.U
34458 ____________________________________________________________________________
34459 [  8218] By: jhi                                   on 2000/12/21  15:37:57
34460         Log: Add Configure option -Dmksymlinks which will create a symlink
34461              forest if the current/build differs from the source directory.
34462              TODO: mkdir -p is not portable.
34463      Branch: perl
34464            ! Configure
34465 ____________________________________________________________________________
34466 [  8217] By: jhi                                   on 2000/12/21  14:39:12
34467         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
34468              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
34469              Date: Thu, 21 Dec 2000 09:38:18 GMT
34470              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
34471              
34472              The ofs became an SV.
34473      Branch: perl
34474            ! ext/Thread/Thread.xs
34475 ____________________________________________________________________________
34476 [  8216] By: jhi                                   on 2000/12/21  05:40:21
34477         Log: The polymorphism seems to have fixed 20000517.001.
34478      Branch: perl
34479            ! t/pragma/utf8.t
34480 ____________________________________________________________________________
34481 [  8215] By: jhi                                   on 2000/12/21  04:44:52
34482         Log: read() documentation tweak for 20001121.004.
34483      Branch: perl
34484            ! pod/perlfunc.pod
34485 ____________________________________________________________________________
34486 [  8214] By: jhi                                   on 2000/12/21  03:54:11
34487         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
34488      Branch: perl
34489            ! pp_sys.c t/op/misc.t
34490 ____________________________________________________________________________
34491 [  8213] By: jhi                                   on 2000/12/21  00:28:10
34492         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
34493              From: Peter Prymmer <pvhp@forte.com>
34494              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
34495              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
34496      Branch: perl
34497            ! configure.com
34498 ____________________________________________________________________________
34499 [  8212] By: jhi                                   on 2000/12/21  00:26:21
34500         Log: Edit edit edit.
34501      Branch: perl
34502            ! pod/perlfaq3.pod
34503 ____________________________________________________________________________
34504 [  8211] By: jhi                                   on 2000/12/20  18:52:46
34505         Log: Update Changes.
34506      Branch: perl
34507            ! Changes patchlevel.h
34508 ____________________________________________________________________________
34509 [  8210] By: jhi                                   on 2000/12/20  18:34:47
34510         Log: Yet another editor edit.
34511      Branch: perl
34512            ! pod/perlfaq3.pod
34513 ____________________________________________________________________________
34514 [  8209] By: jhi                                   on 2000/12/20  15:33:28
34515         Log: More Win32 Perling.
34516      Branch: perl
34517            ! pod/perlfaq3.pod
34518 ____________________________________________________________________________
34519 [  8208] By: jhi                                   on 2000/12/20  15:07:46
34520         Log: More Win32 editor/IDE/shell hints.
34521      Branch: perl
34522            ! pod/perlfaq3.pod
34523 ____________________________________________________________________________
34524 [  8207] By: jhi                                   on 2000/12/20  03:54:08
34525         Log: Subject: [PATCH] obscure timing knowledge
34526              From: Nicholas Clark <nick@ccl4.org>
34527              Date: Tue, 19 Dec 2000 19:22:31 +0000
34528              Message-ID: <20001219192231.F2827@plum.flirble.org>
34529      Branch: perl
34530            ! sv.c
34531 ____________________________________________________________________________
34532 [  8206] By: jhi                                   on 2000/12/20  03:45:57
34533         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
34534              From: Spider Boardman <spider@leggy.zk3.dec.com>
34535              Date: Tue, 19 Dec 2000 21:30:16 -0500
34536              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
34537      Branch: perl
34538            ! sv.c
34539 ____________________________________________________________________________
34540 [  8205] By: jhi                                   on 2000/12/19  23:02:01
34541         Log: Update Changes.
34542      Branch: perl
34543            ! Changes patchlevel.h
34544 ____________________________________________________________________________
34545 [  8204] By: jhi                                   on 2000/12/19  22:58:18
34546         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
34547              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
34548              on editors and diffing/patching.
34549      Branch: perl
34550            ! t/op/utf8decode.t
34551 ____________________________________________________________________________
34552 [  8203] By: nick                                  on 2000/12/19  21:36:16
34553         Log: Integrate mainline (forgot my own change...)
34554      Branch: perlio
34555           !> ext/Encode/compile
34556 ____________________________________________________________________________
34557 [  8202] By: nick                                  on 2000/12/19  21:34:42
34558         Log: Integrate mainline.
34559      Branch: perlio
34560           !> (integrate 61 files)
34561 ____________________________________________________________________________
34562 [  8201] By: nick                                  on 2000/12/19  21:34:06
34563         Log: Avoid looking for File::Glob when we don't need it.
34564      Branch: perl
34565            ! ext/Encode/compile
34566 ____________________________________________________________________________
34567 [  8200] By: jhi                                   on 2000/12/19  18:35:49
34568         Log: Update Changes.
34569      Branch: perl
34570            ! Changes patchlevel.h
34571 ____________________________________________________________________________
34572 [  8199] By: jhi                                   on 2000/12/19  18:35:07
34573         Log: Microperl tweaks.
34574      Branch: perl
34575            ! sv.c uconfig.h uconfig.sh
34576 ____________________________________________________________________________
34577 [  8198] By: jhi                                   on 2000/12/19  18:29:59
34578         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
34579      Branch: perl
34580            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34581            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
34582 ____________________________________________________________________________
34583 [  8197] By: jhi                                   on 2000/12/19  17:55:29
34584         Log: In VMS embedded perls couldn't access the statically built Socket,
34585              from Charles Lane.
34586      Branch: perl
34587            ! configure.com
34588 ____________________________________________________________________________
34589 [  8196] By: jhi                                   on 2000/12/19  17:49:50
34590         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
34591              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
34592              Date: Sun, 17 Dec 2000 19:11:44 -0000
34593              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
34594      Branch: perl
34595            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
34596            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
34597 ____________________________________________________________________________
34598 [  8195] By: jhi                                   on 2000/12/19  17:47:53
34599         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
34600              From: Jonathan Stowe <gellyfish@gellyfish.com>
34601              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
34602              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
34603      Branch: perl
34604            ! utils/h2xs.PL
34605 ____________________________________________________________________________
34606 [  8194] By: jhi                                   on 2000/12/19  17:46:28
34607         Log: Subject: Re: useless use of void context work-around
34608              From: andreas.koenig@anima.de (Andreas J. Koenig)
34609              Date: 16 Dec 2000 15:13:36 +0100
34610              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
34611              
34612              Document (comment) the q(di ds ig) trick in the code.
34613      Branch: perl
34614            ! op.c
34615 ____________________________________________________________________________
34616 [  8193] By: jhi                                   on 2000/12/19  17:10:57
34617         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
34618              From: "Mark J. Reed" <mreed@strange.turner.com>
34619              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
34620              Message-Id: <200012160222.VAA13986@strange.turner.com>
34621      Branch: perl
34622            ! ext/Sys/Syslog/Syslog.pm
34623 ____________________________________________________________________________
34624 [  8192] By: jhi                                   on 2000/12/19  17:07:45
34625         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
34626              From: Nicholas Clark <nick@ccl4.org>
34627              Date: Sat, 16 Dec 2000 19:03:13 +0000
34628              Message-ID: <20001216190313.D68304@plum.flirble.org>
34629      Branch: perl
34630            ! t/op/64bitint.t
34631 ____________________________________________________________________________
34632 [  8191] By: jhi                                   on 2000/12/19  17:06:13
34633         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
34634              From: Dominic Dunlop <domo@computer.org>
34635              Date: Mon, 18 Dec 2000 12:00:15 +0100
34636              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
34637              
34638              This patchlet is needed in order that perl can be statically linked.  
34639      Branch: perl
34640            ! regexec.c
34641 ____________________________________________________________________________
34642 [  8190] By: jhi                                   on 2000/12/19  17:03:08
34643         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
34644              From: "Craig A. Berry" <craig.berry@psinetcs.com>
34645              Date: Sun, 17 Dec 2000 00:18:35 -0600
34646              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
34647      Branch: perl
34648            ! perlio.h vms/gen_shrfls.pl
34649 ____________________________________________________________________________
34650 [  8189] By: jhi                                   on 2000/12/19  16:20:28
34651         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
34652              From: Prymmer/Kahn <pvhp@best.com>
34653              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
34654              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
34655              
34656              A better version of #8188.
34657      Branch: perl
34658            ! pod/perlfaq3.pod
34659 ____________________________________________________________________________
34660 [  8188] By: jhi                                   on 2000/12/19  15:57:06
34661         Log: (Replaced by #8189)
34662              
34663              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
34664              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
34665              From: Prymmer/Kahn <pvhp@best.com>
34666              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
34667              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
34668              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
34669              Date: Mon, 18 Dec 2000 11:10:45 -0500
34670              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
34671      Branch: perl
34672            ! pod/perlfaq3.pod
34673 ____________________________________________________________________________
34674 [  8187] By: jhi                                   on 2000/12/19  15:54:19
34675         Log: Email address fix for Anton Berezin.
34676      Branch: perl
34677            ! AUTHORS
34678 ____________________________________________________________________________
34679 [  8186] By: jhi                                   on 2000/12/19  15:38:54
34680         Log: Subject: [PATCH perl@8102] cygwin port
34681              From: "Eric Fifer" <efifer@dircon.co.uk> 
34682              Date: Thu, 14 Dec 2000 13:41:29 -0000
34683              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
34684              
34685              When compiling modules the data item that is being imported
34686              from libperl.dll needs to be tagged as imported/shared data:
34687              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
34688      Branch: perl
34689            ! perliol.h
34690 ____________________________________________________________________________
34691 [  8185] By: jhi                                   on 2000/12/19  14:53:24
34692         Log: Regen uconfig.h and uconfig.sh.
34693      Branch: perl
34694            ! uconfig.h uconfig.sh
34695 ____________________________________________________________________________
34696 [  8184] By: jhi                                   on 2000/12/18  20:43:49
34697         Log: Comments work so much better when they are closed.
34698      Branch: perl
34699            ! regcomp.c
34700 ____________________________________________________________________________
34701 [  8183] By: jhi                                   on 2000/12/18  18:04:02
34702         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
34703              Fixes the bug 20001218.016.
34704      Branch: perl
34705            ! regcomp.c
34706 ____________________________________________________________________________
34707 [  8182] By: gsar                                  on 2000/12/18  09:53:47
34708         Log: delete spurious files
34709      Branch: maint-5.6/perl
34710            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
34711            - vos/config.h vos/config_h.SH_orig
34712 ____________________________________________________________________________
34713 [  8181] By: gsar                                  on 2000/12/18  09:46:08
34714         Log: regen perltoc
34715      Branch: maint-5.6/perl
34716            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
34717 ____________________________________________________________________________
34718 [  8180] By: gsar                                  on 2000/12/18  09:20:27
34719         Log: integrate changes#7924..7926,7946,7952 from mainline
34720      Branch: maint-5.6/perl
34721           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
34722           !> lib/File/stat.pm t/lib/class-struct.t
34723 ____________________________________________________________________________
34724 [  8179] By: gsar                                  on 2000/12/18  08:55:54
34725         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
34726              7918,7919,7988,8907 from mainline (various)
34727      Branch: maint-5.6/perl
34728           +> t/lib/class-struct.t
34729           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
34730           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
34731           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
34732 ____________________________________________________________________________
34733 [  8178] By: gsar                                  on 2000/12/18  08:16:30
34734         Log: avoid redefinition warnings on windows due to sys/socket.h getting
34735              #included before win32.h
34736      Branch: maint-5.6/perl
34737            ! win32/include/sys/socket.h
34738 ____________________________________________________________________________
34739 [  8177] By: gsar                                  on 2000/12/18  05:24:04
34740         Log: make regen_headers; fix POSIX.xs problems; remove outdated
34741              code from sys/socket.h that makes build fail now
34742      Branch: maint-5.6/perl
34743            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
34744            ! pod/perlapi.pod
34745           !> win32/include/sys/socket.h
34746 ____________________________________________________________________________
34747 [  8176] By: gsar                                  on 2000/12/18  05:20:17
34748         Log: update Changes
34749      Branch: maint-5.6/perl
34750            ! Changes patchlevel.h
34751 ____________________________________________________________________________
34752 [  8175] By: gsar                                  on 2000/12/18  04:57:48
34753         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
34754              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
34755              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
34756              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
34757              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
34758              7823,7825,7838
34759      Branch: maint-5.6/perl
34760           +> lib/File/Spec/Epoc.pm
34761           !> (integrate 88 files)
34762 ____________________________________________________________________________
34763 [  8174] By: gsar                                  on 2000/12/18  03:53:09
34764         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
34765              7625..7629,7631..7634,7637,7639,7642 from mainline
34766      Branch: maint-5.6/perl
34767           +> README.solaris
34768           !> (integrate 26 files)
34769 ____________________________________________________________________________
34770 [  8173] By: gsar                                  on 2000/12/18  03:37:02
34771         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
34772              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
34773              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
34774              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
34775      Branch: maint-5.6/perl
34776           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
34777            - MAINTAIN
34778           !> (integrate 111 files)
34779 ____________________________________________________________________________
34780 [  8172] By: jhi                                   on 2000/12/18  02:49:27
34781         Log: Regen pods.
34782      Branch: perl
34783            ! pod/perlmodlib.pod pod/perltoc.pod
34784 ____________________________________________________________________________
34785 [  8171] By: gsar                                  on 2000/12/18  02:49:24
34786         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
34787              7465..7471 from mainline
34788              
34789              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
34790              in platforms that strictly require all the symbols being present
34791              at link time.
34792              
34793              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
34794              
34795              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
34796              
34797              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
34798              
34799              Subject: [PATCH] todo
34800              
34801              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
34802              
34803              Use $sort, $uniq (and $tr) consistently as wondered
34804              by Nicholas Clark.
34805              
34806              Too enthusiastic editing in #7460.
34807              
34808              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
34809              
34810              Upgrade to CPAN 1.58_55.
34811              Subject: CPAN.pm status
34812              
34813              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
34814              
34815              Make target reordering to avoid pointless re-makes.
34816              Subject: Re: Total re-make of 'make okfile' after 7451 ?
34817              
34818              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
34819              
34820              Subject: DOC PATCH 5.6.0
34821              
34822              Add the repository doc by Malcolm, Sarathy, and by Simon,
34823              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
34824      Branch: maint-5.6/perl
34825           +> Porting/repository.pod
34826           !> Configure MANIFEST Makefile.SH README.dos README.os2
34827           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
34828           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
34829           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
34830 ____________________________________________________________________________
34831 [  8169] By: gsar                                  on 2000/12/18  02:33:34
34832         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
34833              7435..7441,7445 from mainline
34834              
34835              Make the UTF-8 decoding stricter and more verbose when
34836              malformation happens.  This involved adding an argument
34837              to utf8_to_uv_chk(), which involved changing its prototype,
34838              and prefer STRLEN over I32 for the UTF-8 length, which as
34839              a domino effect necessitated changing the prototypes of
34840              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
34841              The stricter UTF-8 decoding checking uses Markus Kuhn's
34842              UTF-8 Decode Stress Tester from
34843              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
34844              
34845              Run vms/vms_yfix.pl, should have done that after changing
34846              perly.c in #7382.
34847              
34848              Subject: [PATCH 5.7.0] static linking with uninstalled perl
34849              
34850              (Replaced by #7440.)
34851              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
34852              
34853              Fix the bug ID 20001024.005, the bug introduced by #7416.
34854              
34855              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
34856              
34857              Fix the bug reported in
34858              From: andreas.koenig@anima.de (Andreas J. Koenig)
34859              Also make is_utf8_char() stricter.
34860              
34861              Missed the header file changes from #7425.
34862              
34863              Check if stdio supports tweaking lval and cnt simultaneously.
34864              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
34865              
34866              Stratus VOS updates from Paul Green.
34867              
34868              Podify README.epoc and README.vos.
34869              
34870              Add targets to Makefile.SH, most importantly
34871              'regen_all' which also remembers to update vms/perly*.
34872              
34873              Subject: Minor update to find2perl, for portability
34874              
34875              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
34876              
34877              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
34878              
34879              Rename UTF8LEN() to be UNISKIP(), too confusing to have
34880              UTF8LEN() and UTF8SKIP(). 
34881              
34882              Allow poking holes at the UTF-8 decoding strictness.
34883              
34884              Continue the internal UTF-8 API tweaking.
34885              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
34886              used much more than the simpler API, now called utf8_to_uv_simple().
34887              Still not quite happy with API, too much partial duplication
34888              of functionality.
34889              
34890              A new version of making the syslog test more robust.
34891              (Replaces #7421.)
34892              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
34893              
34894              buildtoc target tweaks.
34895              
34896              Integrate with vmsperl #7430 by Charles Bailey:
34897              
34898              Cleanup from prior patch (Charles Lane?):
34899              - improve handling of MFDs in Basename and Path
34900              - default to no xsubpp line # munging when building debug images
34901      Branch: maint-5.6/perl
34902           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
34903           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
34904           !> (integrate 67 files)
34905 ____________________________________________________________________________
34906 [  8168] By: gsar                                  on 2000/12/18  02:05:49
34907         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
34908              
34909              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
34910              From: Martin Husemann <martin@duskware.de>
34911              
34912              Subject: [PATCH 5.7.0] restore match data on backtracing
34913              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34914      Branch: maint-5.6/perl
34915           !> regcomp.c regexec.c t/op/re_tests
34916 ____________________________________________________________________________
34917 [  8167] By: gsar                                  on 2000/12/18  01:55:22
34918         Log: integrate changes#7858,7986 from mainline
34919              
34920              C<foreach my $x ...> in pseudo-fork()ed process may diddle
34921              parent's memory; fix it by keeping track of the actual pad
34922              offset rather than a raw pointer (this change is probably also
34923              relevant to non-ithreads case to avoid fallout from reallocs of
34924              the pad array, but is currently only enabled for the ithreads
34925              case in the interests of minimal disruption to existing "well
34926              tested" code)
34927              
34928              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
34929              due to the notorious GetFileType() bug in Windows 9x, which fstat()
34930              tickles)
34931      Branch: maint-5.6/perl
34932           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
34933           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
34934           !> win32/win32.c win32/win32.h win32/win32sck.c
34935 ____________________________________________________________________________
34936 [  8166] By: gsar                                  on 2000/12/18  01:52:59
34937         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
34938              from mainline (xsubpp and ExtUtils::LibList fixups, various
34939              other small items)
34940      Branch: maint-5.6/perl
34941           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
34942           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
34943           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
34944           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
34945           !> win32/bin/search.pl
34946 ____________________________________________________________________________
34947 [  8165] By: gsar                                  on 2000/12/18  01:28:45
34948         Log: integrate changes#7533,7563,7611,7623 from mainline (various
34949              malloc.c embellishments)
34950      Branch: maint-5.6/perl
34951           !> malloc.c pod/perldiag.pod
34952 ____________________________________________________________________________
34953 [  8164] By: gsar                                  on 2000/12/18  01:23:33
34954         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
34955              fixups)
34956      Branch: maint-5.6/perl
34957           !> utils/h2xs.PL
34958 ____________________________________________________________________________
34959 [  8163] By: gsar                                  on 2000/12/18  01:17:50
34960         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
34961              fixups)
34962      Branch: maint-5.6/perl
34963           !> Makefile.SH utils/perlbug.PL
34964 ____________________________________________________________________________
34965 [  8162] By: gsar                                  on 2000/12/18  00:25:43
34966         Log: always export Perl_deb() (it is required by re.xs whether
34967              Perl is built with or without -DDEBUGGING)
34968      Branch: maint-5.6/perl
34969            ! makedef.pl
34970 ____________________________________________________________________________
34971 [  8161] By: gsar                                  on 2000/12/18  00:23:38
34972         Log: integrate change#7414 from mainline
34973              
34974              Undo the basename() part of #7412 since the lib/basename
34975              tests would need upgrading too.
34976              
34977              squelch two tests in tr.t that rely on tr/// paranoia change
34978              that's not in 5.6.x
34979      Branch: maint-5.6/perl
34980            ! t/op/tr.t
34981           !> lib/File/Basename.pm
34982 ____________________________________________________________________________
34983 [  8160] By: gsar                                  on 2000/12/18  00:05:30
34984         Log: missing change in previous integrate
34985      Branch: maint-5.6/perl
34986           !> README.aix
34987 ____________________________________________________________________________
34988 [  8159] By: gsar                                  on 2000/12/18  00:03:38
34989         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
34990              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
34991              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
34992              7410..7413 from mainline
34993      Branch: maint-5.6/perl
34994           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
34995           +> t/lib/tie-splice.t
34996            - lib/unicode/Is/DCinital.pl
34997           !> (integrate 112 files)
34998 ____________________________________________________________________________
34999 [  8158] By: jhi                                   on 2000/12/17  23:04:24
35000         Log: Subject: [PATCHES] RE: perl@8150 
35001              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
35002              Date: Sun, 17 Dec 2000 21:46:39 +0100
35003              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
35004              
35005              Neither cygwin has a getpwuid() one can trust on.
35006      Branch: perl
35007            ! t/lib/glob-basic.t
35008 ____________________________________________________________________________
35009 [  8157] By: jhi                                   on 2000/12/17  23:01:54
35010         Log: More MAN.PODS => {} fixes.
35011      Branch: perl
35012            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
35013            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
35014            ! os2/OS2/REXX/Makefile.PL
35015 ____________________________________________________________________________
35016 [  8156] By: gsar                                  on 2000/12/17  22:49:13
35017         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
35018              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
35019              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
35020              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
35021              7201,7204 from mainline
35022      Branch: maint-5.6/perl
35023           !> (integrate 121 files)
35024 ____________________________________________________________________________
35025 [  8155] By: jhi                                   on 2000/12/17  22:30:58
35026         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
35027              From: "Craig A. Berry" <craigberry@mac.com>
35028              Date: Sun, 17 Dec 2000 13:09:28 -0600
35029              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
35030              
35031              MAN.PODS => ' ' is naughty.
35032      Branch: perl
35033            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
35034 ____________________________________________________________________________
35035 [  8154] By: nick                                  on 2000/12/17  22:07:13
35036         Log: MULTIPLICITY nit.
35037      Branch: perl
35038            ! mg.c
35039 ____________________________________________________________________________
35040 [  8153] By: gsar                                  on 2000/12/17  21:23:05
35041         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
35042              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
35043              from mainline
35044              
35045              Document the SvIOK_.*UV().
35046              
35047              Update Unicode todo list.
35048              
35049              Guard against bad string->int conversion for quads.
35050              
35051              Subject: small apidoc fix
35052              
35053              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
35054              
35055              Subject: [PATCH] Tied filehandle documentation
35056              
35057              Subject: [PATCH] Modernize Opcode.pm documentation
35058              
35059              Make Data::Dumper (non-XS) to work with changed semantics of ref().
35060              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
35061              [applied even though said semantics didn't change in 5.6.x]
35062              
35063              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
35064              
35065              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
35066              
35067              Fix the URL, but the server is still missing in action.
35068              Subject: [ID 20000905.002] perlfaq1.pod URL error
35069              
35070              Subject: [ID 20000903.001] \w in utf8-strings
35071              
35072              Fix the ccversion detection for 5.1 and beyond.
35073              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
35074              
35075              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
35076              
35077              Subject: [ID 20000904.008] Tiny fix for perldiag
35078              
35079              Subject: Re: [ID 20000906.004] segfault with bad perl statement
35080              
35081              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
35082              
35083              Subject: [ID 20000908.002] perlipc documentation bug.
35084              
35085              Subject: [PATCH lib/Benchmark.pm]
35086              
35087              Re-allow vec() for characters > 255.
35088              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
35089              
35090              Do away with memory models cruft.  Sorry, PDP users.
35091              
35092              Continue #7041.
35093              
35094              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
35095              
35096              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
35097              
35098              Upgrade to CPAN 1.57_65, from Andreas König.
35099              
35100              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
35101              by Russ Allbery.
35102              
35103              Silence t/pod/*.t about alternate quote-mappings now implemented
35104              by Pod::Text, from Brad Appleton.
35105              
35106              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
35107              Subject: borland C++ win32.c tweak
35108              
35109              C<@a = @b = split(...)> optimization coredumps under ithreads
35110              (missed a spot when fixing up op_pmreplroot hack for ithreads)
35111              
35112              Document the SvUTF8*().
35113              
35114              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
35115              
35116              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
35117              
35118              Do in VMS as the #7054 does.
35119              
35120              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
35121              
35122              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
35123              
35124              Subject: [patch: perl@7045] vms updates
35125              
35126              Test for the #7049.
35127              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
35128              
35129              Break up the myconfig lines a bit.
35130              Subject: perlbug/perl -V output format
35131              
35132              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
35133              
35134              The #7054 truncated Configure badly.
35135              
35136              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
35137              initialization in all the threads on Windows
35138              
35139              Allow for whitespace between "#" and "line" in cpp output.
35140              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
35141              
35142              Remove vestiges of tr//CU.
35143              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
35144              
35145              The return value of setlocale must be copied away.
35146              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
35147              
35148              Allow chop() and chomp() to be overridden.
35149              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
35150              
35151              Hints optimization.
35152              Subject: Minor nit
35153              
35154              Subject: [PATCH] de-wall t/README
35155              
35156              Subject: Re: Two advertising clauses need to be removed
35157      Branch: maint-5.6/perl
35158           !> (integrate 75 files)
35159 ____________________________________________________________________________
35160 [  8152] By: gsar                                  on 2000/12/17  20:30:11
35161         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
35162              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
35163              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
35164              
35165              Don't attach -ld to the archname if pointless.
35166              
35167              Document UNTIE in a very minimalistic way.
35168              
35169              POSIX doesn't report long double values under -Duselongdouble
35170              when the long doubles are "real" (bigger than doubles).
35171              
35172              More author updates.
35173              
35174              Try to deduce NV_MAX.  Really should be Configure fodder.
35175              
35176              :: not allowed in pathnames, change to .
35177              Subject: [PATCH perl@6938] cygwin port
35178              
35179              Forget about NV_MAX (#6951).  Various floating point tweaks,
35180              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
35181              
35182              Move the Solaris 7 scan to use64bitall, make the
35183              failure to find 64-bot sparc libc to mention the
35184              possibility of being in an intel, from Lupe and Alan.
35185              
35186              Regen perltoc.
35187              
35188              AUTHORS tweaks, from Peter Prymmer.
35189              
35190              More address tweaking.
35191              
35192              Small tweaks all over.
35193              
35194              File::Temp patches from Andreas König,
35195              
35196              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
35197              
35198              Subject: CPAN.pm beta 1.57_57 for the core
35199              
35200              Part of the solution.
35201              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
35202              
35203              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
35204              
35205              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
35206              
35207              Add the overload warnings to perldiag.
35208              
35209              Drop unused argument.
35210              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
35211              
35212              Subject: Nit in Configure (bleadperl@6961)
35213              
35214              Update to PodParser 1.18, from Brad Appleton.
35215              
35216              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
35217              
35218              Subject: [PATCH: 6948] add SCNfldbl to configure.com
35219              
35220              Document UNTIE. Also tweak implementation to suppress the 'inner references'
35221              warning when UNTIE exists and instead pass the cound of extra references to
35222              the UNTIE method.
35223              
35224              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
35225              so that case-ignoring systems like DCL can tell them from
35226              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
35227              
35228              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
35229              
35230              Feature ordering tweak.
35231              
35232              Regen perltoc.
35233              
35234              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
35235              
35236              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
35237              
35238              Subject: http:// in L<>
35239              
35240              Detypo.
35241              
35242              change#6791 accidentally clobbered change#6710, put it back
35243              
35244              Only the first line, thank you very much.
35245              
35246              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
35247              plus rework the http: spots as suggested by Tom Christiansen,
35248              plus regen perltoc.
35249              
35250              Undo part of change 6489 which looks like a bulk edit which
35251              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
35252              The supressing of main:: on return from select() is undesirable.
35253              
35254              Apparently avoiding the swapping is too costly.
35255              
35256              Various Configure nits by Philip Newton,
35257              plus the ebcdic one by me.
35258              
35259              Make certain cc is set before trying to run it.
35260              
35261              If overloaded %{} etc. return the object do not loop.
35262              Thus  sub deref { $_[0] } functions if object is wanted type.
35263              
35264              Update perlhist.
35265              
35266              More %{} and other deref special casing - do not pass to 'nomethod'.
35267      Branch: maint-5.6/perl
35268           !> (integrate 59 files)
35269 ____________________________________________________________________________
35270 [  8151] By: gsar                                  on 2000/12/17  19:14:38
35271         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
35272              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
35273              
35274              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
35275              
35276              Make the epsilon to be relative, not absolute.
35277              
35278              Put back the flags dump as reasoned in
35279              Subject: Re: [PATCH] Glob dumping
35280              
35281              Introduce ccname to keep track of what compiler kind of we have.
35282              
35283              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
35284              
35285              Put back the slice accidentally removed by #6907.
35286              
35287              Reset archname and archname64 always, forcing them be
35288              recomputed at each Configure run, make Configure and
35289              the hints files agree on the naming of largefiles variables.
35290              
35291              Don't say "Perl 5.0 source kit".
35292              
35293              Subject: [PATCH] fix misc cast warnings
35294              
35295              Subject: typos in pods
35296              
35297              NVs not necessarily doubles, as pointed out by Yitzchak.
35298              
35299              Subject: [PATCH 6889] add a few ldbl formats to configure.com
35300              
35301              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
35302              
35303              Better options for rsync.
35304              
35305              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
35306              
35307              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
35308              
35309              Subject: [PATCH] Re: UNTIE method 
35310              
35311              A better fix for the Socket building problem from Craig Berry.
35312              
35313              Retract the dummy test, skip the security tests (instead of failing),
35314              explain what the warnings mean.
35315              
35316              Heap decorruption.
35317              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
35318              
35319              Update to Unicode 3.0.1.
35320              
35321              Missed one Unicode file.
35322              
35323              Subject: Re: typos in pods
35324              
35325              The #6929 was too skimpy.
35326              
35327              sscanf() may be the only way to read long doubles from strings.
35328              
35329              Reveal Borland's isnan.
35330              Subject: build with BC++ tweak
35331              
35332              Issue useful diagnostic on unknown pod commands.
35333              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
35334              
35335              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
35336              
35337              Clarify the third case of ftmp-security warnings.
35338              
35339              Make -Dusemorebits find long doubles in Solaris.
35340              
35341              Wrap the test in eval.
35342      Branch: maint-5.6/perl
35343           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
35344           +> lib/unicode/PropList.txt lib/unicode/README.perl
35345           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
35346           +> lib/unicode/Unicode.301 vms/vmspipe.com
35347            - lib/unicode/Props.txt lib/unicode/UCD300.html
35348            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
35349           !> (integrate 305 files)
35350 ____________________________________________________________________________
35351 [  8150] By: jhi                                   on 2000/12/17  18:47:57
35352         Log: Uncheckedin generated files.
35353      Branch: perl
35354            ! global.sym perlapi.c pod/perlapi.pod
35355 ____________________________________________________________________________
35356 [  8149] By: jhi                                   on 2000/12/17  18:41:22
35357         Log: Update Changes.
35358      Branch: perl
35359            ! Changes patchlevel.h
35360 ____________________________________________________________________________
35361 [  8148] By: jhi                                   on 2000/12/17  18:39:16
35362         Log: Subject: [PATCH] Fcntl constants speedup
35363              From: Nicholas Clark <nick@ccl4.org>
35364              Date: Sun, 17 Dec 2000 16:29:24 +0000
35365              Message-ID: <20001217162924.E97668@plum.flirble.org>
35366              
35367              Use IVs for the Fcntl constants instead of NVs.
35368      Branch: perl
35369            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
35370 ____________________________________________________________________________
35371 [  8147] By: jhi                                   on 2000/12/17  18:33:41
35372         Log: Add test for #8145 (binmode() warning), add warning for
35373              ioctl() and sockpair(), document them. (fileno() cannot
35374              be tripwired with the same kind of warning because
35375              'defined fileno($foo)' seems to be an idiom.)
35376      Branch: perl
35377            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
35378 ____________________________________________________________________________
35379 [  8146] By: gsar                                  on 2000/12/17  18:09:08
35380         Log: update Changes
35381      Branch: maint-5.6/perl
35382            ! Changes
35383 ____________________________________________________________________________
35384 [  8145] By: jhi                                   on 2000/12/17  17:39:35
35385         Log: Subject: [PATCH] Re: The long awaited feature ...
35386              From: Simon Cozens <simon@cozens.net>
35387              Date: Sun, 17 Dec 2000 12:31:56 +0000
35388              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
35389              
35390              Add a warning to binmode() about using bad filehandles
35391              (can happen e.g. if someone forgets the filehandle argument)
35392      Branch: perl
35393            ! pp_sys.c
35394 ____________________________________________________________________________
35395 [  8144] By: jhi                                   on 2000/12/17  17:33:48
35396         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
35397              From: Jonathan Stowe <gellyfish@gellyfish.com>
35398              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
35399              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
35400      Branch: perl
35401            ! lib/Net/Ping.pm
35402 ____________________________________________________________________________
35403 [  8143] By: jhi                                   on 2000/12/17  05:31:37
35404         Log: Polymorphic regexps.
35405              
35406              Fixes at least the bugs 20001028.003 (both of them...) and
35407              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
35408              also to be fixed by now, probably already before this patch.
35409      Branch: perl
35410            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
35411            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
35412            ! t/op/utf8decode.t t/pragma/utf8.t
35413 ____________________________________________________________________________
35414 [  8142] By: jhi                                   on 2000/12/16  17:16:05
35415         Log: Subject: [patch perl@8102] dos/djgpp update
35416              From: Laszlo Molnar <ml1050@freemail.hu>
35417              Date: Sat, 16 Dec 2000 01:40:52 +0100
35418              Message-ID: <20001216014052.A335@freemail.hu>
35419      Branch: perl
35420            ! djgpp/config.over t/base/commonsense.t
35421 ____________________________________________________________________________
35422 [  8141] By: jhi                                   on 2000/12/16  17:09:27
35423         Log: Few uncheckedin files.
35424      Branch: perl
35425            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
35426 ____________________________________________________________________________
35427 [  8140] By: nick                                  on 2000/12/15  22:14:31
35428         Log: Integrate mainline
35429      Branch: perlio
35430           !> (integrate 53 files)
35431 ____________________________________________________________________________
35432 [  8139] By: jhi                                   on 2000/12/15  19:49:49
35433         Log: One more IVUV tweak from Nicholas Clark.
35434      Branch: perl
35435            ! sv.c
35436 ____________________________________________________________________________
35437 [  8138] By: jhi                                   on 2000/12/15  19:17:06
35438         Log: Return of the IVUV-preservation, now seems to be happy even
35439              in Digital UNIX (the broken strtoul brokenness detection
35440              seems to have been the fly in the ointment).
35441      Branch: perl
35442            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35443            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
35444            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
35445            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
35446            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
35447            ! vos/config.ga.h win32/config.bc win32/config.gc
35448            ! win32/config.vc
35449 ____________________________________________________________________________
35450 [  8137] By: jhi                                   on 2000/12/15  18:12:14
35451         Log: Metaconfig unit change for #8136.
35452      Branch: metaconfig
35453            ! U/modified/d_strtoul.U
35454      Branch: metaconfig/U/perl
35455            ! d_strtoull.U d_strtouq.U
35456 ____________________________________________________________________________
35457 [  8136] By: jhi                                   on 2000/12/15  18:11:35
35458         Log: I don't think it's sensible or portable to test the strtou*
35459              on /^-/ strings.
35460      Branch: perl
35461            ! Configure
35462 ____________________________________________________________________________
35463 [  8135] By: jhi                                   on 2000/12/15  17:18:49
35464         Log: Metaconfig unit change for #8134.
35465      Branch: metaconfig
35466            ! U/modified/d_strtoul.U
35467 ____________________________________________________________________________
35468 [  8134] By: jhi                                   on 2000/12/15  17:14:13
35469         Log: If longsize is 8 we don't need a LL suffix for integer constants.
35470      Branch: perl
35471            ! Configure config_h.SH
35472 ____________________________________________________________________________
35473 [  8133] By: jhi                                   on 2000/12/15  16:00:23
35474         Log: Update Changes.
35475      Branch: perl
35476            ! Changes patchlevel.h
35477 ____________________________________________________________________________
35478 [  8132] By: jhi                                   on 2000/12/15  15:44:16
35479         Log: Some compilers get huffy if you do not cast a const pointer
35480              to a non-const when assigning.
35481      Branch: perl
35482            ! gv.c
35483 ____________________________________________________________________________
35484 [  8131] By: jhi                                   on 2000/12/15  15:38:30
35485         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
35486              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35487              Date: Fri, 15 Dec 2000 05:26:57 -0500
35488              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
35489      Branch: perl
35490            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
35491            ! t/pragma/overload.t
35492 ____________________________________________________________________________
35493 [  8130] By: jhi                                   on 2000/12/15  15:36:08
35494         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
35495              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35496              Date: Thu, 14 Dec 2000 22:02:43 -0500
35497              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
35498      Branch: perl
35499            ! gv.c perl.h
35500 ____________________________________________________________________________
35501 [  8129] By: jhi                                   on 2000/12/15  15:34:16
35502         Log: Subject: PATCH: h2xs nit
35503              From: Tim Jenness <t.jenness@jach.hawaii.edu>
35504              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
35505              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
35506              
35507              Add a template README.
35508      Branch: perl
35509            ! utils/h2xs.PL
35510 ____________________________________________________________________________
35511 [  8128] By: jhi                                   on 2000/12/15  15:32:22
35512         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
35513      Branch: perl
35514            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
35515 ____________________________________________________________________________
35516 [  8127] By: jhi                                   on 2000/12/15  15:19:34
35517         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
35518              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35519              Date:     Thu, 14 Dec 2000 20:04:42 EST
35520              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
35521      Branch: perl
35522            ! ext/Opcode/Opcode.xs
35523 ____________________________________________________________________________
35524 [  8126] By: jhi                                   on 2000/12/15  15:17:49
35525         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
35526              From: Peter Prymmer <pvhp@forte.com>
35527              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
35528              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
35529      Branch: perl
35530            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
35531            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
35532            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
35533 ____________________________________________________________________________
35534 [  8125] By: jhi                                   on 2000/12/15  15:11:05
35535         Log: This seems to be a stage sane and stable enough to checkin.
35536              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
35537      Branch: perl
35538            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
35539            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
35540            ! t/op/cmp.t t/op/numconvert.t
35541 ____________________________________________________________________________
35542 [  8124] By: jhi                                   on 2000/12/15  04:20:26
35543         Log: Something is really wonky.
35544      Branch: perl
35545            ! sv.c
35546 ____________________________________________________________________________
35547 [  8123] By: jhi                                   on 2000/12/15  04:00:50
35548         Log: Fixes for the IV UV patches to compile in Digital UNIX.
35549      Branch: perl
35550            ! sv.c
35551 ____________________________________________________________________________
35552 [  8122] By: jhi                                   on 2000/12/15  02:53:40
35553         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
35554              From: "Craig A. Berry" <craigberry@mac.com>
35555              Date: Thu, 14 Dec 2000 19:10:49 -0600
35556              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
35557      Branch: perl
35558            ! vms/vms.c
35559 ____________________________________________________________________________
35560 [  8121] By: jhi                                   on 2000/12/15  02:50:00
35561         Log: Metaconfig changes for #8120.
35562      Branch: metaconfig
35563            + U/modified/d_strtoul.U
35564      Branch: metaconfig/U/perl
35565            ! d_strtoull.U d_strtouq.U
35566 ____________________________________________________________________________
35567 [  8120] By: jhi                                   on 2000/12/15  02:49:42
35568         Log: From: Nicholas Clark <nick@ccl4.org> 
35569              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
35570              Date: Thu, 14 Dec 2000 18:38:57 +0000
35571              Message-ID: <20001214183857.B97909@plum.flirble.org>
35572      Branch: perl
35573            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35574            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
35575            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
35576            ! vos/config.ga.def vos/config.ga.h win32/config.bc
35577            ! win32/config.gc win32/config.vc
35578 ____________________________________________________________________________
35579 [  8119] By: jhi                                   on 2000/12/14  23:40:58
35580         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
35581              From: Nicholas Clark <nick@ccl4.org>
35582              Date: Wed, 13 Dec 2000 20:08:50 +0000
35583              Message-ID: <20001213200849.B71166@plum.flirble.org>
35584      Branch: perl
35585            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
35586            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
35587 ____________________________________________________________________________
35588 [  8118] By: jhi                                   on 2000/12/14  22:46:26
35589         Log: Integrate perlio.
35590      Branch: perl
35591           !> MANIFEST ext/Encode/compile makedef.pl
35592 ____________________________________________________________________________
35593 [  8117] By: nick                                  on 2000/12/14  22:38:53
35594         Log: Win32 tweaks to get Encode to build
35595              - temp hack to makedef.pl till PerlIO is properly "exported".
35596              - MSVC dislikes  
35597              static encpage_t foo[];
35598              so make 'em extern for now.
35599      Branch: perlio
35600            ! ext/Encode/compile makedef.pl
35601 ____________________________________________________________________________
35602 [  8116] By: nick                                  on 2000/12/14  22:00:53
35603         Log: Document the new files
35604      Branch: perlio
35605            ! MANIFEST
35606 ____________________________________________________________________________
35607 [  8115] By: jhi                                   on 2000/12/14  21:58:01
35608         Log: MANIFEST new files of #8114.
35609      Branch: perl
35610            ! MANIFEST
35611 ____________________________________________________________________________
35612 [  8114] By: jhi                                   on 2000/12/14  21:50:49
35613         Log: Integrate perlio.
35614      Branch: perl
35615           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
35616           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
35617           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
35618           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
35619           !> ext/Encode/Makefile.PL
35620 ____________________________________________________________________________
35621 [  8113] By: jhi                                   on 2000/12/14  21:48:49
35622         Log: The documentation part of the
35623              
35624              Subject: [ID 20001214.002] Net::Ping patch
35625              From: Jonathan Stowe <gellyfish@gellyfish.com>
35626              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
35627              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
35628              since the #7529 had already addressed the same problem.
35629      Branch: perl
35630            ! lib/Net/Ping.pm
35631 ____________________________________________________________________________
35632 [  8112] By: jhi                                   on 2000/12/14  21:42:57
35633         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
35634              From: Dominic Dunlop <domo@computer.org>
35635              Date: Tue, 12 Dec 2000 10:47:10 +0100
35636              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
35637              
35638              Document how elusive subroutines can be.
35639      Branch: perl
35640            ! pod/perlfunc.pod
35641 ____________________________________________________________________________
35642 [  8111] By: jhi                                   on 2000/12/14  21:38:05
35643         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
35644              From: Dominic Dunlop <domo@computer.org>
35645              Date: Thu, 14 Dec 2000 10:13:51 +0100
35646              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
35647      Branch: perl
35648            ! ext/POSIX/POSIX.pod
35649 ____________________________________________________________________________
35650 [  8110] By: jhi                                   on 2000/12/14  21:36:32
35651         Log: Subject: [patch] perlfaq7
35652              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
35653              Date: Thu, 14 Dec 2000 15:31:07 +0100
35654              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
35655      Branch: perl
35656            ! pod/perlfaq7.pod
35657 ____________________________________________________________________________
35658 [  8109] By: jhi                                   on 2000/12/14  21:29:20
35659         Log: Subject: [8104] Encode
35660              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35661              Date: Thu, 14 Dec 2000 14:49:34 +0100
35662              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
35663              
35664              Type casting for nervous compilers.
35665      Branch: perl
35666            ! ext/Encode/Encode.xs
35667 ____________________________________________________________________________
35668 [  8108] By: jhi                                   on 2000/12/14  21:26:17
35669         Log: Subject: [8104] DB_File
35670              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35671              Date: Thu, 14 Dec 2000 14:49:35 +0100
35672              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
35673              
35674              Type definition incorrect for DB 2.7.7.  Not known when it
35675              changed, so only changed it for a known revision.
35676      Branch: perl
35677            ! ext/DB_File/DB_File.xs
35678 ____________________________________________________________________________
35679 [  8107] By: jhi                                   on 2000/12/14  21:23:41
35680         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
35681              From: Peter Prymmer <pvhp@forte.com>
35682              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
35683              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
35684              
35685              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
35686      Branch: perl
35687            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
35688            ! ext/Encode/Encode/posix-bc.enc
35689 ____________________________________________________________________________
35690 [  8106] By: nick                                  on 2000/12/14  20:36:13
35691         Log: "Cold" build correction to Encode's Makefile.PL
35692      Branch: perlio
35693            ! ext/Encode/Makefile.PL
35694 ____________________________________________________________________________
35695 [  8105] By: nick                                  on 2000/12/14  20:09:37
35696         Log: "Compiled" encodings.
35697              Correct replacement character in EBCDIC .enc files
35698              Add 0x7F to ASCII repertoire.
35699      Branch: perlio
35700            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
35701            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
35702            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
35703            ! ext/Encode/Makefile.PL ext/Encode/compile
35704            ! ext/Encode/encengine.c ext/Encode/encode.h
35705 ____________________________________________________________________________
35706 [  8104] By: nick                                  on 2000/12/14  00:38:20
35707         Log: Integrate mainline
35708      Branch: perlio
35709           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
35710           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
35711           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
35712           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
35713           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
35714           !> t/lib/db-hash.t t/lib/db-recno.t
35715 ____________________________________________________________________________
35716 [  8103] By: nick                                  on 2000/12/13  23:16:13
35717         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
35718              so far and so it does not get lost.
35719      Branch: perlio
35720            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
35721 ____________________________________________________________________________
35722 [  8102] By: jhi                                   on 2000/12/13  17:14:22
35723         Log: Update Changes.
35724      Branch: perl
35725            ! Changes patchlevel.h
35726 ____________________________________________________________________________
35727 [  8101] By: jhi                                   on 2000/12/13  16:53:41
35728         Log: Move the proto of start_glob() to a better place; regen api files.
35729      Branch: perl
35730            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
35731 ____________________________________________________________________________
35732 [  8100] By: jhi                                   on 2000/12/13  16:47:11
35733         Log: Metaconfig change for #8099.
35734      Branch: metaconfig
35735            ! U/modified/Head.U
35736 ____________________________________________________________________________
35737 [  8099] By: jhi                                   on 2000/12/13  16:46:48
35738         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
35739              From: Andy Dougherty <doughera@lafayette.edu>
35740              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
35741              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
35742      Branch: perl
35743            ! Configure
35744 ____________________________________________________________________________
35745 [  8098] By: jhi                                   on 2000/12/13  16:39:02
35746         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
35747              From: rspier@pobox.com (Robert Spier)
35748              Date: Tue, 12 Dec 2000 21:12:39 -0500
35749              Message-ID: <14902.56087.678086.725773@rls.cx>
35750              
35751              fastgetcwd is defined using a glob alias on a $^O dependent basis -
35752              and there was no default assignment or perl subroutine.
35753      Branch: perl
35754            ! lib/Cwd.pm
35755 ____________________________________________________________________________
35756 [  8097] By: jhi                                   on 2000/12/13  16:16:01
35757         Log: Subject: [PATCH] move startglob out of pp_hot.c
35758              From: Nicholas Clark <nick@ccl4.org>
35759              Date: Mon, 11 Dec 2000 23:16:39 +0000
35760              Message-ID: <20001211231638.A55550@plum.flirble.org>
35761      Branch: perl
35762            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
35763 ____________________________________________________________________________
35764 [  8096] By: jhi                                   on 2000/12/13  15:26:23
35765         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
35766              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
35767              Date: Wed, 13 Dec 2000 14:01:37 +0100
35768              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
35769              
35770              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
35771              in turn requires libpthread in libswanted.
35772      Branch: perl
35773            ! hints/hpux.sh
35774 ____________________________________________________________________________
35775 [  8095] By: jhi                                   on 2000/12/12  19:51:05
35776         Log: The integration wars continue.
35777      Branch: perl
35778           !> sv.c
35779 ____________________________________________________________________________
35780 [  8094] By: jhi                                   on 2000/12/12  19:48:26
35781         Log: Subject: [PATCH perl@8070] DB_File-1.74  
35782              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
35783              Date: Mon, 11 Dec 2000 23:07:17 -0000
35784              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
35785      Branch: perl
35786            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
35787            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
35788            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
35789            ! t/lib/db-recno.t
35790 ____________________________________________________________________________
35791 [  8093] By: nick                                  on 2000/12/12  19:42:13
35792         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
35793      Branch: perlio
35794            ! sv.c
35795           !> lib/File/DosGlob.pm
35796 ____________________________________________________________________________
35797 [  8092] By: jhi                                   on 2000/12/12  19:28:11
35798         Log: Integrate perlio.
35799      Branch: perl
35800           !> sv.c
35801 ____________________________________________________________________________
35802 [  8091] By: nick                                  on 2000/12/12  18:49:45
35803         Log: Fix for Tk, and upgrading shared SVs.
35804      Branch: perlio
35805            ! sv.c
35806 ____________________________________________________________________________
35807 [  8090] By: jhi                                   on 2000/12/12  16:48:59
35808         Log: Subject: [PATCH] Re: Breadperl & Tk
35809              From: Nick Ing-Simmons <nik@tiuk.ti.com>
35810              Date: Tue, 12 Dec 2000 14:48:27 GMT
35811              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
35812      Branch: perl
35813            ! sv.c
35814 ____________________________________________________________________________
35815 [  8089] By: jhi                                   on 2000/12/12  03:37:19
35816         Log: Subject: DosGlob.pm diff for bash style brace expansion.
35817              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
35818              Date: Fri, 8 Dec 2000 10:45:30 -0600
35819              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
35820      Branch: perl
35821            ! lib/File/DosGlob.pm
35822 ____________________________________________________________________________
35823 [  8088] By: nick                                  on 2000/12/11  23:59:59
35824         Log: Integrate mainline
35825      Branch: perlio
35826           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
35827           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
35828           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
35829           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
35830           !> t/op/local.t t/pragma/warn/toke toke.c
35831 ____________________________________________________________________________
35832 [  8087] By: jhi                                   on 2000/12/11  23:20:23
35833         Log: Integrate perlio.
35834      Branch: perl
35835           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
35836 ____________________________________________________________________________
35837 [  8086] By: jhi                                   on 2000/12/11  22:50:59
35838         Log: Tune further the OS detection of CGI.
35839      Branch: perl
35840            ! lib/CGI.pm
35841 ____________________________________________________________________________
35842 [  8085] By: nick                                  on 2000/12/11  22:50:46
35843         Log: Finish 1st pass of "encoding" layer e.g. :
35844              open($fh,"<encoding(iso8859-7)",$greek) || die;
35845      Branch: perlio
35846            ! ext/Encode/Encode.xs perlio.c perliol.h
35847 ____________________________________________________________________________
35848 [  8084] By: jhi                                   on 2000/12/11  22:32:06
35849         Log: Revert the -f ambiguousity patch, seems to cause
35850              too much hassle (the interpret -Q as a function
35851              where Q is not a known filetest part is left in).
35852      Branch: perl
35853            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
35854            ! toke.c
35855 ____________________________________________________________________________
35856 [  8083] By: jhi                                   on 2000/12/11  22:27:23
35857         Log: (accidentally empty check-in)
35858      Branch: perl
35859            ! lib/File/DosGlob.pm
35860 ____________________________________________________________________________
35861 [  8082] By: nick                                  on 2000/12/11  19:09:51
35862         Log: Restore mmap function (broken by tweaks to shared buffer
35863              layer for encode(xxxx)).
35864      Branch: perlio
35865            ! perlio.c
35866 ____________________________________________________________________________
35867 [  8081] By: jhi                                   on 2000/12/11  18:29:13
35868         Log: Subject: Re: The long awaited feature ...
35869              From: Simon Cozens <simon@cozens.net>
35870              Date: Mon, 11 Dec 2000 15:54:24 +0000
35871              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
35872              
35873              More io/utf8 tests.
35874      Branch: perl
35875            ! t/io/utf8.t
35876 ____________________________________________________________________________
35877 [  8080] By: jhi                                   on 2000/12/11  18:19:36
35878         Log: Subject: PATCH MakeMaker manpage clarification
35879              From: andreas.koenig@anima.de (Andreas J. Koenig)
35880              Date: 10 Dec 2000 20:46:13 +0100
35881              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
35882      Branch: perl
35883            ! lib/ExtUtils/MakeMaker.pm
35884 ____________________________________________________________________________
35885 [  8079] By: jhi                                   on 2000/12/11  15:35:07
35886         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
35887              From: Simon Cozens <simon@cozens.net>
35888              Date: Sun, 10 Dec 2000 19:06:19 +0000
35889              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
35890      Branch: perl
35891            ! ext/B/B/Deparse.pm t/lib/b.t
35892 ____________________________________________________________________________
35893 [  8078] By: jhi                                   on 2000/12/11  15:09:11
35894         Log: Subject: [PATCH] docs on NaN
35895              From: Nicholas Clark <nick@ccl4.org>
35896              Date: Mon, 11 Dec 2000 01:48:38 +0000
35897              Message-ID: <20001211014838.B99205@plum.flirble.org>
35898      Branch: perl
35899            ! pod/perlop.pod
35900 ____________________________________________________________________________
35901 [  8077] By: jhi                                   on 2000/12/11  15:02:21
35902         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
35903              From: Simon Cozens <simon@cozens.net>
35904              Date: Mon, 11 Dec 2000 01:21:45 +0000
35905              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
35906      Branch: perl
35907            ! pp.c pp_hot.c scope.c t/op/local.t
35908 ____________________________________________________________________________
35909 [  8076] By: nick                                  on 2000/12/10  20:43:32
35910         Log: Not merge worthy...
35911              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
35912              syntax is modelled on attributes.
35913              Untested fix for io/utf8 on Win32 etc.
35914              Very clumsy start to the encode layer.
35915      Branch: perlio
35916            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
35917 ____________________________________________________________________________
35918 [  8075] By: jhi                                   on 2000/12/10  18:39:33
35919         Log: Darwin is not Windows.
35920      Branch: perl
35921            ! lib/CGI.pm
35922 ____________________________________________________________________________
35923 [  8074] By: jhi                                   on 2000/12/10  18:31:27
35924         Log: Subject: Ambiguous -%c() resolved as a file test
35925              From: "Paul Marquess" <Paul.Marquess@openwave.com>
35926              Date: Sun, 10 Dec 2000 15:35:07 -0000
35927              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
35928      Branch: perl
35929            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
35930 ____________________________________________________________________________
35931 [  8073] By: jhi                                   on 2000/12/10  18:16:29
35932         Log: Subject: PATCH installperl misinformed 
35933              From: andreas.koenig@anima.de (Andreas J. Koenig)
35934              Date: 10 Dec 2000 13:01:32 +0100 
35935              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
35936      Branch: perl
35937            ! installperl
35938 ____________________________________________________________________________
35939 [  8072] By: jhi                                   on 2000/12/10  18:07:55
35940         Log: The walkoptree confusion rages; walkoptree() seems to be coming
35941              from B.xs, while walkoptree_slow() comes from B.pm.
35942      Branch: perl
35943            ! ext/B/B.pm
35944 ____________________________________________________________________________
35945 [  8071] By: nick                                  on 2000/12/10  11:45:47
35946         Log: Integrate mainline
35947      Branch: perlio
35948           +> t/base/commonsense.t
35949           !> (integrate 37 files)
35950 ____________________________________________________________________________
35951 [  8070] By: jhi                                   on 2000/12/10  04:46:21
35952         Log: Update Changes.
35953      Branch: perl
35954            ! Changes patchlevel.h
35955 ____________________________________________________________________________
35956 [  8069] By: jhi                                   on 2000/12/10  04:39:19
35957         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
35958              From: andreas.koenig@anima.de (Andreas J. Koenig)
35959              Date: 09 Dec 2000 17:14:25 +0100
35960              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
35961      Branch: perl
35962            + t/base/commonsense.t
35963            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
35964 ____________________________________________________________________________
35965 [  8068] By: jhi                                   on 2000/12/10  04:17:36
35966         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
35967              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
35968              Date: Sat, 9 Dec 2000 16:47:22 -0000
35969              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
35970      Branch: perl
35971            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
35972            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
35973            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
35974            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
35975            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
35976            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
35977            ! t/lib/sdbm.t
35978 ____________________________________________________________________________
35979 [  8067] By: jhi                                   on 2000/12/10  03:52:02
35980         Log: Test case for #8066.
35981      Branch: perl
35982            ! t/op/misc.t
35983 ____________________________________________________________________________
35984 [  8066] By: jhi                                   on 2000/12/10  03:50:30
35985         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
35986              From: Simon Cozens <simon@cozens.net>
35987              Date: Sun, 10 Dec 2000 00:55:37 +0000
35988              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
35989      Branch: perl
35990            ! pp_sys.c
35991 ____________________________________________________________________________
35992 [  8065] By: jhi                                   on 2000/12/10  03:44:52
35993         Log: Test case for #8064.
35994      Branch: perl
35995            ! t/comp/proto.t
35996 ____________________________________________________________________________
35997 [  8064] By: jhi                                   on 2000/12/10  03:42:32
35998         Log: Subject: Re: prototype of substr
35999              From: Simon Cozens <simon@cozens.net>
36000              Date: Sun, 10 Dec 2000 00:13:33 +0000
36001              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
36002              
36003              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
36004      Branch: perl
36005            ! pp.c
36006 ____________________________________________________________________________
36007 [  8063] By: jhi                                   on 2000/12/10  03:39:42
36008         Log: Subject: [PATCH] perlguts.pod
36009              From: Simon Cozens <simon@cozens.net>
36010              Date: Sun, 10 Dec 2000 00:06:47 +0000
36011              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
36012              
36013              Documentation of the different types of ops,
36014              plus the functions in dump.c
36015      Branch: perl
36016            ! pod/perlguts.pod
36017 ____________________________________________________________________________
36018 [  8062] By: jhi                                   on 2000/12/10  03:30:04
36019         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
36020              From: Nicholas Clark <nick@talking.bollo.cx>
36021              Date: Sat, 09 Dec 2000 18:57:25 +0000
36022              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
36023              
36024              Be more robust in weird hostname setups.
36025      Branch: perl
36026            ! t/lib/net-hostent.t
36027 ____________________________________________________________________________
36028 [  8061] By: jhi                                   on 2000/12/10  03:28:21
36029         Log: Pacify fussy compiler. 
36030      Branch: perl
36031            ! pp_sys.c
36032 ____________________________________________________________________________
36033 [  8060] By: jhi                                   on 2000/12/10  02:52:46
36034         Log: Integrate perlio.
36035      Branch: perl
36036           !> pp_sys.c t/io/utf8.t
36037 ____________________________________________________________________________
36038 [  8059] By: nick                                  on 2000/12/09  23:40:14
36039         Log: read/sysread/recv should now be utf8 aware.
36040              Basic test for utf8 read.
36041      Branch: perlio
36042            ! pp_sys.c t/io/utf8.t
36043 ____________________________________________________________________________
36044 [  8058] By: jhi                                   on 2000/12/09  21:56:02
36045         Log: Integrate perlio.
36046      Branch: perl
36047           +> t/io/utf8.t
36048           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
36049 ____________________________________________________________________________
36050 [  8057] By: jhi                                   on 2000/12/09  21:53:35
36051         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
36052              From: Inaba Hiroto <inaba@st.rim.or.jp>
36053              Date: Sun, 10 Dec 2000 05:53:21 +0900
36054              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
36055              
36056              Tests for #8056.
36057      Branch: perl
36058            ! t/op/each.t
36059 ____________________________________________________________________________
36060 [  8056] By: jhi                                   on 2000/12/09  21:51:16
36061         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
36062              From: Inaba Hiroto <inaba@st.rim.or.jp>
36063              Date: Sat, 09 Dec 2000 18:02:00 +0900
36064              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
36065              
36066              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
36067      Branch: perl
36068            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
36069 ____________________________________________________________________________
36070 [  8055] By: nick                                  on 2000/12/09  20:11:48
36071         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
36072              than raw PerlIO_write() - does not seem to break any tests.
36073      Branch: perlio
36074            ! pp_sys.c
36075 ____________________________________________________________________________
36076 [  8054] By: nick                                  on 2000/12/09  19:47:30
36077         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
36078              (sysread, recv and write i.e. formats still to do...)
36079              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
36080              open($fh,">:utf8","name")
36081              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
36082              so no extra overhead is involved.
36083              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
36084              to a non-utf8 stream.
36085              Add initial io/utf8.t
36086              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
36087              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
36088              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
36089      Branch: perlio
36090            + t/io/utf8.t
36091            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
36092 ____________________________________________________________________________
36093 [  8053] By: nick                                  on 2000/12/09  19:26:37
36094         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
36095              was only testing this_utf8.
36096      Branch: perlio
36097            ! toke.c
36098 ____________________________________________________________________________
36099 [  8052] By: nick                                  on 2000/12/09  19:09:41
36100         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
36101              i.e. the output string has one, but don't mess with source assumption.
36102      Branch: perlio
36103            ! toke.c
36104 ____________________________________________________________________________
36105 [  8051] By: jhi                                   on 2000/12/09  16:55:17
36106         Log: Integrate perlio.
36107      Branch: perl
36108           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
36109           !> sv.c thrdvar.h util.c
36110 ____________________________________________________________________________
36111 [  8050] By: jhi                                   on 2000/12/09  16:48:07
36112         Log: Nits noticed by Peter Prymmer.
36113      Branch: perl
36114            ! lib/ExtUtils/MM_VMS.pm
36115 ____________________________________________________________________________
36116 [  8049] By: nick                                  on 2000/12/09  13:49:40
36117         Log: UTF8 output prework.
36118              - Store $\ and $, as SVs so they can have SvUTF8 flag
36119              - use do_print() rather than raw PerlIO_write() to print them.
36120      Branch: perlio
36121            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
36122            ! thrdvar.h util.c
36123 ____________________________________________________________________________
36124 [  8048] By: nick                                  on 2000/12/09  12:30:43
36125         Log: Integrate mainline.
36126      Branch: perlio
36127           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
36128           +> t/op/reverse.t
36129           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
36130           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
36131           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
36132           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
36133           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
36134           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
36135 ____________________________________________________________________________
36136 [  8047] By: jhi                                   on 2000/12/09  00:23:27
36137         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
36138              From: Michael G Schwern <schwern@pobox.com>
36139              Date: Fri, 8 Dec 2000 14:43:04 -0600
36140      Branch: perl
36141            ! lib/ExtUtils/MM_VMS.pm
36142 ____________________________________________________________________________
36143 [  8046] By: jhi                                   on 2000/12/08  23:10:27
36144         Log: A missed check-in.
36145      Branch: perl
36146            ! lib/ExtUtils/Manifest.pm
36147 ____________________________________________________________________________
36148 [  8045] By: jhi                                   on 2000/12/08  21:57:12
36149         Log: (null check-in)
36150      Branch: perl
36151            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
36152 ____________________________________________________________________________
36153 [  8044] By: jhi                                   on 2000/12/08  21:11:06
36154         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
36155              at the final draft stage.
36156      Branch: perl
36157            + ext/Encode/Encode/iso8859-16.enc
36158            ! MANIFEST
36159 ____________________________________________________________________________
36160 [  8043] By: jhi                                   on 2000/12/08  16:39:04
36161         Log: Update Changes.
36162      Branch: perl
36163            ! Changes patchlevel.h
36164 ____________________________________________________________________________
36165 [  8042] By: jhi                                   on 2000/12/08  16:33:39
36166         Log: Do not return the Unicode replacement character if UTF-8
36167              decoding goes awry, it should be up to the caller to decide.
36168      Branch: perl
36169            ! pod/perlapi.pod utf8.c
36170 ____________________________________________________________________________
36171 [  8041] By: jhi                                   on 2000/12/08  16:22:28
36172         Log: metaconfig maintenance.
36173      Branch: metaconfig
36174            ! U/modified/stdchar.U
36175      Branch: metaconfig/U/perl
36176            + testsyml.U
36177 ____________________________________________________________________________
36178 [  8040] By: jhi                                   on 2000/12/08  16:03:08
36179         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
36180              From: sthoenna@efn.org
36181              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
36182              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
36183      Branch: perl
36184            ! Changes lib/ExtUtils/MM_OS2.pm
36185 ____________________________________________________________________________
36186 [  8039] By: jhi                                   on 2000/12/08  15:57:11
36187         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
36188              From: Simon Cozens <simon@cozens.net>
36189              Date: Fri, 8 Dec 2000 13:33:31 +0000
36190              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
36191              
36192              (The pp_hot part needed a rewrite.)
36193      Branch: perl
36194            ! doop.c pp_hot.c utf8.c
36195 ____________________________________________________________________________
36196 [  8038] By: jhi                                   on 2000/12/08  15:25:08
36197         Log: Subject: djSP
36198              From: Michael Stevens <michael@etla.org>
36199              Date: Wed, 6 Dec 2000 23:24:01 +0000
36200              Message-ID: <20001206232400.A21381@firedrake.org>
36201              
36202              Plus a note from Nick Ing-Simmons.
36203      Branch: perl
36204            ! pp.h
36205 ____________________________________________________________________________
36206 [  8037] By: jhi                                   on 2000/12/08  15:18:35
36207         Log: Filetype is text.
36208      Branch: perl
36209            ! t/op/utf8decode.t
36210 ____________________________________________________________________________
36211 [  8036] By: jhi                                   on 2000/12/08  03:31:27
36212         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
36213              From: Andy Dougherty <doughera@lafayette.edu>
36214              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
36215              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
36216              
36217              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
36218              From: Andy Dougherty <doughera@lafayette.edu>
36219              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
36220              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
36221      Branch: perl
36222            + ext/POSIX/hints/svr4.pl
36223            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
36224 ____________________________________________________________________________
36225 [  8035] By: jhi                                   on 2000/12/08  03:26:01
36226         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
36227              From: Andy Dougherty <doughera@lafayette.edu>
36228              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
36229              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
36230      Branch: perl
36231            ! t/README t/base/term.t
36232 ____________________________________________________________________________
36233 [  8034] By: jhi                                   on 2000/12/08  03:21:59
36234         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
36235              From: mjd@plover.com  
36236              Date: 7 Dec 2000 21:04:20 -0000
36237              Message-ID: <20001207210420.22282.qmail@plover.com>
36238              
36239              Plus -z doc.
36240      Branch: perl
36241            ! pod/perlfunc.pod
36242 ____________________________________________________________________________
36243 [  8033] By: jhi                                   on 2000/12/08  03:19:03
36244         Log: Use the UTF8 macros a bit.  They can't be used with abandon
36245              everywhere because we do generate illegal UTF-8 in some situations.
36246              This is of course naughty.
36247      Branch: perl
36248            ! pod/perlapi.pod utf8.c utf8.h
36249 ____________________________________________________________________________
36250 [  8032] By: jhi                                   on 2000/12/08  03:00:09
36251         Log: Out of sync?
36252      Branch: perl
36253            ! t/pragma/warn/utf8
36254 ____________________________________________________________________________
36255 [  8031] By: jhi                                   on 2000/12/08  02:22:39
36256         Log: Cnt spl.
36257      Branch: perl
36258            ! MANIFEST
36259 ____________________________________________________________________________
36260 [  8030] By: jhi                                   on 2000/12/08  01:23:54
36261         Log: Add test for reverse().
36262      Branch: perl
36263            + t/op/reverse.t
36264            ! MANIFEST
36265 ____________________________________________________________________________
36266 [  8029] By: jhi                                   on 2000/12/08  01:21:47
36267         Log: Integrate perlio.
36268      Branch: perl
36269           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
36270           !> perlio.c perlio.h perlsdio.h warnings.pl
36271 ____________________________________________________________________________
36272 [  8028] By: jhi                                   on 2000/12/08  01:19:08
36273         Log: Introduce macros for UTF8 decoding.
36274      Branch: perl
36275            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
36276 ____________________________________________________________________________
36277 [  8027] By: nick                                  on 2000/12/07  22:18:19
36278         Log: Integrate mainline
36279      Branch: perlio
36280           !> embed.pl pod/perlapi.pod utf8.c
36281 ____________________________________________________________________________
36282 [  8026] By: nick                                  on 2000/12/07  21:45:08
36283         Log: Various oddities p4 diff -se showed up
36284              Remove 'our' from warnings.pl
36285      Branch: perlio
36286            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
36287 ____________________________________________________________________________
36288 [  8025] By: nick                                  on 2000/12/07  21:43:32
36289         Log: Change PerlIO_(get|set)pos to take SV *
36290              Should fix, OS/2, VMS, (sfio??)
36291      Branch: perlio
36292            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
36293 ____________________________________________________________________________
36294 [  8024] By: jhi                                   on 2000/12/07  19:05:32
36295         Log: Document utf8_to_uv() better.
36296      Branch: perl
36297            ! pod/perlapi.pod utf8.c
36298 ____________________________________________________________________________
36299 [  8023] By: jhi                                   on 2000/12/07  18:23:47
36300         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
36301      Branch: perl
36302            ! embed.pl pod/perlapi.pod utf8.c
36303 ____________________________________________________________________________
36304 [  8022] By: jhi                                   on 2000/12/07  04:13:51
36305         Log: Integrate perlio.
36306      Branch: perl
36307           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
36308           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
36309           !> win32/makefile.mk
36310 ____________________________________________________________________________
36311 [  8021] By: nick                                  on 2000/12/07  00:28:14
36312         Log: Various attempts at MSVC debug - not sure what has
36313              changed but works now. 
36314              Seems atexit() _may_ work for DLLs built with MSVC so don't
36315              call cleanup that way.
36316      Branch: perlio
36317            ! perlio.c win32/makefile.mk
36318 ____________________________________________________________________________
36319 [  8020] By: nick                                  on 2000/12/06  19:57:20
36320         Log: Integrate mainline
36321      Branch: perlio
36322           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
36323           !> (integrate 75 files)
36324 ____________________________________________________________________________
36325 [  8019] By: nick                                  on 2000/12/06  19:28:21
36326         Log: Add useperlio to config.vc
36327              Turn off binmode in config_H.PL
36328              Regen all the config_H.xx
36329              Attempt to get debugging build with MSVC.
36330      Branch: perlio
36331            ! win32/config.vc win32/config_H.bc win32/config_H.gc
36332            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
36333 ____________________________________________________________________________
36334 [  8018] By: nick                                  on 2000/12/06  19:21:57
36335         Log: Test various dup/external program options on all platforms.
36336      Branch: perlio
36337            ! t/io/dup.t
36338 ____________________________________________________________________________
36339 [  8017] By: nick                                  on 2000/12/06  19:20:47
36340         Log: Fix harness to be less picky
36341      Branch: perlio
36342            ! lib/Test/Harness.pm
36343 ____________________________________________________________________________
36344 [  8016] By: jhi                                   on 2000/12/06  16:45:12
36345         Log: Update Changes.
36346      Branch: perl
36347            ! Changes patchlevel.h
36348 ____________________________________________________________________________
36349 [  8015] By: jhi                                   on 2000/12/06  16:41:03
36350         Log: Test \x{...} with ord().
36351      Branch: perl
36352            ! t/op/ord.t
36353 ____________________________________________________________________________
36354 [  8014] By: jhi                                   on 2000/12/06  16:20:33
36355         Log: Test tweak because of #8013.
36356      Branch: perl
36357            ! t/lib/b.t
36358 ____________________________________________________________________________
36359 [  8013] By: jhi                                   on 2000/12/06  16:09:09
36360         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
36361              From: Michael G Schwern <schwern@pobox.com>
36362              Date: Tue, 5 Dec 2000 21:23:28 -0500
36363              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
36364              
36365              Carp::Heavy parts not very applicable because of recent changes.
36366      Branch: perl
36367            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
36368            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
36369            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
36370            ! lib/Exporter.pm lib/Exporter/Heavy.pm
36371            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
36372            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
36373            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
36374            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
36375            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
36376            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
36377            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
36378            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
36379            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
36380            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
36381            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
36382            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
36383            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
36384            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
36385            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
36386            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
36387            ! warnings.pl
36388 ____________________________________________________________________________
36389 [  8012] By: jhi                                   on 2000/12/06  15:22:38
36390         Log: Subject: [PATCH] Re: New harness is failing things
36391              From: Nick Ing-Simmons <nik@tiuk.ti.com>
36392              Date: Wed, 6 Dec 2000 13:00:30 GMT
36393              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
36394      Branch: perl
36395            ! lib/Test/Harness.pm
36396 ____________________________________________________________________________
36397 [  8011] By: jhi                                   on 2000/12/06  15:12:08
36398         Log: Subject: installhtml changes
36399              From: Michael Stevens <michael@etla.org>
36400              Date: Wed, 6 Dec 2000 13:15:53 +0000
36401              Message-ID: <20001206131553.A27317@firedrake.org>
36402      Branch: perl
36403            ! installhtml
36404 ____________________________________________________________________________
36405 [  8010] By: jhi                                   on 2000/12/06  15:06:05
36406         Log: Subject: the dTHR hits
36407              From: Michael Stevens <michael@etla.org>
36408              Date: Wed, 6 Dec 2000 12:06:03 +0000
36409              Message-ID: <20001206120603.A24581@firedrake.org>
36410              
36411              More, errrm, less dTHRs.
36412      Branch: perl
36413            ! bytecode.pl ext/B/B/C.pm
36414 ____________________________________________________________________________
36415 [  8009] By: jhi                                   on 2000/12/06  15:04:25
36416         Log: Subject: MakeMaker mailing list gone?
36417              From: Michael G Schwern <schwern@pobox.com>
36418              Date: Tue, 5 Dec 2000 19:29:59 -0500
36419              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
36420              
36421              The MakeMaker mailing list is dead, perlbug is the right
36422              address to report bugs.
36423      Branch: perl
36424            ! lib/ExtUtils/MakeMaker.pm
36425 ____________________________________________________________________________
36426 [  8008] By: jhi                                   on 2000/12/06  15:00:32
36427         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
36428              From: Michael G Schwern <schwern@pobox.com>
36429              Date: Tue, 5 Dec 2000 19:21:21 -0500
36430              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
36431              
36432              Add a default MANIFEST skip that ignores things like
36433              version control files, editor temporary files, and the Makefile.
36434      Branch: perl
36435            + lib/ExtUtils/MANIFEST.SKIP
36436            ! MANIFEST lib/ExtUtils/Manifest.pm
36437 ____________________________________________________________________________
36438 [  8007] By: jhi                                   on 2000/12/06  14:57:20
36439         Log: In Amiga more manual hackery of the scripts seems to be needed,
36440              from Jan-Erik Karlsson.  Why Configure does not get this right
36441              is unknown, may be shell-induced.
36442      Branch: perl
36443            ! README.amiga
36444 ____________________________________________________________________________
36445 [  8006] By: jhi                                   on 2000/12/05  23:53:12
36446         Log: Add TOPm1s to peek at the second topmost stack item.
36447      Branch: perl
36448            ! pp.h
36449 ____________________________________________________________________________
36450 [  8005] By: jhi                                   on 2000/12/05  23:13:55
36451         Log: Avaunt, you foul UTF-8 tests.
36452      Branch: perl
36453            ! t/op/ver.t t/pragma/utf8.t
36454 ____________________________________________________________________________
36455 [  8004] By: jhi                                   on 2000/12/05  23:09:54
36456         Log: Continue utf8 dispersal. 
36457      Branch: perl
36458            + t/op/concat.t
36459            ! MANIFEST t/pragma/utf8.t
36460 ____________________________________________________________________________
36461 [  8003] By: nick                                  on 2000/12/05  23:02:39
36462         Log: Integrate mainline.
36463      Branch: perlio
36464           +> t/op/length.t t/op/utf8decode.t
36465           !> (integrate 69 files)
36466 ____________________________________________________________________________
36467 [  8002] By: jhi                                   on 2000/12/05  22:59:28
36468         Log: Integrate perlio.
36469      Branch: perl
36470           !> iperlsys.h perl.c perlio.c win32/perllib.c
36471 ____________________________________________________________________________
36472 [  8001] By: nick                                  on 2000/12/05  22:07:52
36473         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
36474              - calloc/free suffer from damage on TerminateThread()
36475              - use PerlMemShared (as originally planned) now fixed
36476              - avoid doing anything important on DLL "detach".
36477      Branch: perlio
36478            ! perl.c perlio.c win32/perllib.c
36479 ____________________________________________________________________________
36480 [  8000] By: nick                                  on 2000/12/05  21:05:09
36481         Log: Fix gross PerlMemShared issue.
36482      Branch: perlio
36483            ! iperlsys.h
36484 ____________________________________________________________________________
36485 [  7999] By: jhi                                   on 2000/12/05  20:46:58
36486         Log: Test for Unicode (UTF-8) hash keys.
36487      Branch: perl
36488            ! t/op/each.t
36489 ____________________________________________________________________________
36490 [  7998] By: jhi                                   on 2000/12/05  20:30:35
36491         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
36492              is now always UTF-8), empty line cosmetics.
36493      Branch: perl
36494            ! t/pragma/utf8.t
36495 ____________________________________________________________________________
36496 [  7997] By: jhi                                   on 2000/12/05  20:15:40
36497         Log: Subject: Re: STRLEN - what?
36498              From: Andy Dougherty <doughera@lafayette.edu>
36499              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
36500              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
36501              
36502              Explain STRLEN.
36503      Branch: perl
36504            ! pod/perlguts.pod
36505 ____________________________________________________________________________
36506 [  7996] By: jhi                                   on 2000/12/05  20:13:34
36507         Log: Split off the UTF-8 decoder tests, make them to check also
36508              the error message.
36509      Branch: perl
36510            + t/op/utf8decode.t
36511            ! MANIFEST t/pragma/utf8.t utf8.c
36512 ____________________________________________________________________________
36513 [  7995] By: jhi                                   on 2000/12/05  16:39:47
36514         Log: Start migrating bits of pragma/utf8 to elsewhere
36515              (since the long term plan is to obsolete 'use utf8').
36516      Branch: perl
36517            + t/op/length.t
36518            ! MANIFEST t/pragma/utf8.t
36519 ____________________________________________________________________________
36520 [  7994] By: jhi                                   on 2000/12/05  16:30:21
36521         Log: Fix a manual edit typo from #7993, fix the message formatting
36522              for Unicode, add few our declarations.
36523      Branch: perl
36524            ! lib/Carp/Heavy.pm
36525 ____________________________________________________________________________
36526 [  7993] By: jhi                                   on 2000/12/05  16:09:15
36527         Log: Subject: Need help with warnings :-(
36528              From: "Ben Tilly" <ben_tilly@hotmail.com>
36529              Date: Tue, 05 Dec 2000 01:35:54 -0500
36530              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
36531              
36532              Subject: UPDATE: Carp/Heavy now passes all tests
36533              From: "Ben Tilly" <ben_tilly@hotmail.com>
36534              Date: Tue, 05 Dec 2000 07:59:41 -0500
36535              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
36536              
36537              The Brave New Carp.
36538      Branch: perl
36539            ! lib/Carp.pm lib/Carp/Heavy.pm
36540 ____________________________________________________________________________
36541 [  7992] By: jhi                                   on 2000/12/05  15:55:08
36542         Log: Subject: [PATCH perl@7979] cygwin port
36543              From: "Eric Fifer" <efifer@dircon.co.uk>
36544              Date: Tue, 5 Dec 2000 14:04:09 -0000
36545              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
36546      Branch: perl
36547            ! t/lib/net-hostent.t
36548 ____________________________________________________________________________
36549 [  7991] By: jhi                                   on 2000/12/05  15:52:34
36550         Log: Subject: Re: [PATCH] The largest hoax of all times?
36551              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36552              Date: Tue, 5 Dec 2000 00:40:25 -0500
36553              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
36554              
36555              Subject: Re: [PATCH] The largest hoax of all times?
36556              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36557              Date: Mon, 4 Dec 2000 23:55:53 -0500
36558              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
36559              
36560              Subject: Re: [PATCH] The largest hoax of all times?
36561              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36562              Date: Tue, 5 Dec 2000 01:28:45 -0500
36563              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
36564              
36565              Fix the unpredictable order of DESTROYs.
36566      Branch: perl
36567            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
36568            ! sv.c sv.h t/op/ref.t
36569 ____________________________________________________________________________
36570 [  7990] By: jhi                                   on 2000/12/05  14:38:53
36571         Log: Subject: [PATCH] shrink pp_hot fractionally
36572              From: Nicholas Clark <nick@ccl4.org>
36573              Date: Tue, 5 Dec 2000 12:44:31 +0000
36574              Message-ID: <20001205124431.E74518@plum.flirble.org>
36575              
36576              Use report_evil_fh().
36577      Branch: perl
36578            ! opcode.pl opnames.h pp_hot.c util.c
36579 ____________________________________________________________________________
36580 [  7989] By: jhi                                   on 2000/12/05  14:21:27
36581         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
36582              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
36583              Date: Mon, 04 Dec 2000 22:21:59 -0800
36584              Message-ID: <HmIL6gzkgepS092yn@efn.org>
36585              
36586              Harness shouldn't ignore responses like "ok 3\r\r\n".
36587      Branch: perl
36588            ! lib/Test/Harness.pm
36589 ____________________________________________________________________________
36590 [  7988] By: jhi                                   on 2000/12/05  13:51:28
36591         Log: Integrate the "skip" messages to explain().
36592      Branch: perl
36593            ! t/lib/syslfs.t t/op/lfs.t
36594 ____________________________________________________________________________
36595 [  7987] By: jhi                                   on 2000/12/05  12:34:54
36596         Log: The one that got away in #7984.
36597              
36598              Subject: Re: dTHR - what and why?
36599              From: Michael Stevens <michael@etla.org> 
36600              Date: Tue, 5 Dec 2000 11:15:52 +0000
36601              Message-ID: <20001205111552.A4647@firedrake.org>
36602      Branch: perl
36603            ! sv.h
36604 ____________________________________________________________________________
36605 [  7986] By: gsar                                  on 2000/12/05  09:14:44
36606         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
36607              due to the notorious GetFileType() bug in Windows 9x, which fstat()
36608              tickles)
36609      Branch: perl
36610            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
36611 ____________________________________________________________________________
36612 [  7985] By: jhi                                   on 2000/12/05  05:49:03
36613         Log: Integrate perlio.
36614      Branch: perl
36615           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
36616           !> win32/perlhost.h win32/perllib.c
36617 ____________________________________________________________________________
36618 [  7984] By: jhi                                   on 2000/12/05  05:48:16
36619         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
36620      Branch: perl
36621            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
36622            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
36623            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
36624            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
36625            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
36626            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
36627            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
36628            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
36629            ! win32/win32.c
36630 ____________________________________________________________________________
36631 [  7983] By: nick                                  on 2000/12/04  23:27:43
36632         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
36633      Branch: perlio
36634            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
36635            ! win32/perlhost.h win32/perllib.c
36636 ____________________________________________________________________________
36637 [  7982] By: jhi                                   on 2000/12/04  19:44:09
36638         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
36639              uncovered by #7980.
36640      Branch: perl
36641            ! op.c
36642 ____________________________________________________________________________
36643 [  7981] By: jhi                                   on 2000/12/04  19:42:07
36644         Log: Subject: [PATCH] Trivial dump.c feature
36645              From: Simon Cozens <simon@cozens.net>
36646              Date: Mon, 4 Dec 2000 18:08:38 +0000
36647              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
36648              
36649              Show whether a constant is UTF-8.
36650      Branch: perl
36651            ! dump.c
36652 ____________________________________________________________________________
36653 [  7980] By: jhi                                   on 2000/12/04  19:36:51
36654         Log: UTF-8 hash keys, patch from Inaba Hiroto.
36655      Branch: perl
36656            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
36657 ____________________________________________________________________________
36658 [  7979] By: jhi                                   on 2000/12/04  17:36:28
36659         Log: Update Changes.
36660      Branch: perl
36661            ! Changes patchlevel.h
36662 ____________________________________________________________________________
36663 [  7978] By: jhi                                   on 2000/12/04  16:42:17
36664         Log: Retract #7977, still too volatile (the euphemism of the day
36665              for unfinished and buggy :-)
36666      Branch: perl
36667            ! doop.c hv.c pp.c sv.h
36668 ____________________________________________________________________________
36669 [  7977] By: jhi                                   on 2000/12/04  16:25:15
36670         Log: (Retracted by #7978, too shaky yet.)
36671              
36672              Subject: Re: utf8 in hash keys, implementor missing
36673              From: Simon Cozens <simon@cozens.net>
36674              Date: Sat, 2 Dec 2000 19:49:35 +0000
36675              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
36676              
36677              The first step at UTF-8 hash keys.
36678      Branch: perl
36679            ! doop.c hv.c pp.c sv.h
36680 ____________________________________________________________________________
36681 [  7976] By: jhi                                   on 2000/12/04  16:13:53
36682         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
36683              From: sthoenna@efn.org
36684              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
36685              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
36686      Branch: perl
36687            ! os2/os2.c perlio.c
36688 ____________________________________________________________________________
36689 [  7975] By: jhi                                   on 2000/12/04  16:05:25
36690         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
36691              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
36692              Date: Thu, 30 Nov 2000 20:50:37 -0800
36693              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
36694      Branch: perl
36695            ! os2/os2.c
36696 ____________________________________________________________________________
36697 [  7974] By: jhi                                   on 2000/12/04  16:03:57
36698         Log: Subject: [PATCH] ++ 20% faster
36699              From: Nicholas Clark <nick@ccl4.org>
36700              Date: Mon, 4 Dec 2000 12:17:27 +0000
36701              Message-ID: <20001204121726.B52976@plum.flirble.org>
36702              
36703              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
36704      Branch: perl
36705            ! sv.c
36706 ____________________________________________________________________________
36707 [  7973] By: jhi                                   on 2000/12/04  16:00:48
36708         Log: 
36709              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
36710              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36711              Date: Mon, 04 Dec 2000 12:30:45 +0100
36712              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
36713              
36714              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
36715              library (getprotobyname and getprotobynumber are outversioned by
36716              the same calls in libc, at least for xlc version 3.
36717      Branch: perl
36718            ! hints/aix.sh
36719 ____________________________________________________________________________
36720 [  7972] By: jhi                                   on 2000/12/04  02:58:31
36721         Log: Integrate perlio.
36722      Branch: perl
36723           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
36724           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
36725           !> win32/win32.h win32/win32iop.h win32/win32thread.h
36726 ____________________________________________________________________________
36727 [  7971] By: nick                                  on 2000/12/04  00:24:33
36728         Log: Quieten some noise in Win32 builds:
36729              - win32.h is included after <sys/socket.h>, so need to 
36730              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
36731              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
36732      Branch: perlio
36733            ! doio.c perl.h toke.c win32/win32.h
36734 ____________________________________________________________________________
36735 [  7970] By: nick                                  on 2000/12/03  22:57:46
36736         Log: PERL_IMPLICIT_SYS compiles but does not work.
36737      Branch: perlio
36738            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
36739            ! win32/perlhost.h win32/perllib.c win32/win32.h
36740            ! win32/win32iop.h win32/win32thread.h
36741 ____________________________________________________________________________
36742 [  7969] By: jhi                                   on 2000/12/03  22:12:58
36743         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
36744              used to swash_init(), makes regprop() dumps more informative
36745              (+utf8::IsAlpha, -utf8::IsDigit, for example).
36746      Branch: perl
36747            ! regcomp.c regexec.c
36748 ____________________________________________________________________________
36749 [  7968] By: jhi                                   on 2000/12/03  21:39:56
36750         Log: Implement ANYOFUTF8 regprop() dumping.
36751      Branch: perl
36752            ! regcomp.c
36753 ____________________________________________________________________________
36754 [  7967] By: jhi                                   on 2000/12/03  20:57:19
36755         Log: Make uv_to_utf8() to zero-terminate its output buffer,
36756              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
36757      Branch: perl
36758            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
36759 ____________________________________________________________________________
36760 [  7966] By: nick                                  on 2000/12/03  18:41:21
36761         Log: Integrate mainline (STDCHAR)
36762      Branch: perlio
36763           !> Configure t/pragma/utf8.t
36764 ____________________________________________________________________________
36765 [  7965] By: jhi                                   on 2000/12/03  17:58:20
36766         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
36767      Branch: perl
36768            ! t/pragma/utf8.t
36769 ____________________________________________________________________________
36770 [  7964] By: jhi                                   on 2000/12/03  17:35:56
36771         Log: Integrate perlio.
36772      Branch: perl
36773           !> iperlsys.h perlio.c
36774 ____________________________________________________________________________
36775 [  7963] By: jhi                                   on 2000/12/03  17:33:55
36776         Log: Metaconfig unit change for #7962.
36777      Branch: metaconfig
36778            ! U/modified/stdchar.U
36779 ____________________________________________________________________________
36780 [  7962] By: jhi                                   on 2000/12/03  17:33:27
36781         Log: Untangle the <stdio.h> #include nest for the stdchar test,
36782              from Andy Dougherty.
36783      Branch: perl
36784            ! Configure
36785 ____________________________________________________________________________
36786 [  7961] By: nick                                  on 2000/12/03  16:53:00
36787         Log: Make iperlsys.h vector stdio not PerlIO.
36788      Branch: perlio
36789            ! iperlsys.h perlio.c
36790 ____________________________________________________________________________
36791 [  7960] By: nick                                  on 2000/12/03  14:43:01
36792         Log: Integrate mainline
36793      Branch: perlio
36794           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
36795           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
36796 ____________________________________________________________________________
36797 [  7959] By: jhi                                   on 2000/12/03  08:16:36
36798         Log: Use DO_UTF8().
36799      Branch: perl
36800            ! op.c
36801 ____________________________________________________________________________
36802 [  7958] By: jhi                                   on 2000/12/02  18:33:05
36803         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
36804              From: Mike Guy <mjtg@cam.ac.uk>         
36805              Date: Sat, 02 Dec 2000 17:27:13 +0000
36806              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
36807              
36808              An extraneous argument.
36809      Branch: perl
36810            ! toke.c
36811 ____________________________________________________________________________
36812 [  7957] By: jhi                                   on 2000/12/02  18:22:32
36813         Log: A missing hunk.
36814      Branch: perl
36815            ! t/lib/net-hostent.t
36816 ____________________________________________________________________________
36817 [  7956] By: jhi                                   on 2000/12/02  18:06:20
36818         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
36819              From: Nicholas Clark <nick@ccl4.org>
36820              Date: Sat, 2 Dec 2000 14:28:27 +0000
36821              Message-ID: <20001202142827.A12308@plum.flirble.org>
36822              
36823              Test robustness.
36824      Branch: perl
36825            ! t/lib/net-hostent.t
36826 ____________________________________________________________________________
36827 [  7955] By: jhi                                   on 2000/12/02  17:58:06
36828         Log: Metaconfig unit change for #7954.
36829      Branch: metaconfig
36830            ! U/modified/stdchar.U
36831 ____________________________________________________________________________
36832 [  7954] By: jhi                                   on 2000/12/02  17:54:32
36833         Log: An inconvenient hang would happen if the stdio _ptr wasn't
36834              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
36835              would be grepping stdin for all eternity for the _ptr.)
36836      Branch: perl
36837            ! Configure
36838 ____________________________________________________________________________
36839 [  7953] By: jhi                                   on 2000/12/02  00:07:15
36840         Log: Update Changes.
36841      Branch: perl
36842            ! Changes patchlevel.h
36843 ____________________________________________________________________________
36844 [  7952] By: jhi                                   on 2000/12/01  23:54:47
36845         Log: Subject: Re: long shell lines
36846              From: Andy Dougherty <doughera@lafayette.edu>
36847              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
36848              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
36849              
36850              Split overly long shell command lines.
36851      Branch: perl
36852            ! lib/ExtUtils/MM_Unix.pm
36853 ____________________________________________________________________________
36854 [  7951] By: jhi                                   on 2000/12/01  23:48:02
36855         Log: The metaconfig unit change for #7950.
36856      Branch: metaconfig
36857            + U/modified/stdchar.U
36858 ____________________________________________________________________________
36859 [  7950] By: jhi                                   on 2000/12/01  23:47:39
36860         Log: Try to find stdchar also from <stdio_impl.h>.
36861      Branch: perl
36862            ! Configure config_h.SH
36863 ____________________________________________________________________________
36864 [  7949] By: jhi                                   on 2000/12/01  23:46:45
36865         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
36866              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
36867              Date: Fri, 1 Dec 2000 16:26:08 -0500
36868              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
36869              
36870              Reword the diagnostic message.
36871      Branch: perl
36872            ! pod/perldiag.pod
36873 ____________________________________________________________________________
36874 [  7948] By: nick                                  on 2000/12/01  22:49:43
36875         Log: Integrate mainline (for s/y/m as sub names stuff).
36876      Branch: perlio
36877           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
36878           !> t/pragma/warn/toke toke.c
36879 ____________________________________________________________________________
36880 [  7947] By: jhi                                   on 2000/12/01  20:55:41
36881         Log: Integrate perlio.
36882      Branch: perl
36883           !> perlio.c perliol.h t/io/pipe.t
36884 ____________________________________________________________________________
36885 [  7946] By: jhi                                   on 2000/12/01  20:36:51
36886         Log: Upgrade to CPAN 1.59_51, from Andreas König.
36887      Branch: perl
36888            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
36889 ____________________________________________________________________________
36890 [  7945] By: nick                                  on 2000/12/01  20:31:32
36891         Log: Integrate mainline
36892      Branch: perlio
36893           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
36894           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
36895           +> t/lib/net-hostent.t
36896           !> (integrate 35 files)
36897 ____________________________________________________________________________
36898 [  7944] By: jhi                                   on 2000/12/01  20:23:29
36899         Log: Some help for 20001130.011.  Now one gets warnings like
36900              "Ambiguous -f() resolved as a file test ..."
36901      Branch: perl
36902            ! pod/perldiag.pod t/pragma/warn/toke toke.c
36903 ____________________________________________________________________________
36904 [  7943] By: jhi                                   on 2000/12/01  19:44:44
36905         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
36906              that also breaks using them as methods. 
36907      Branch: perl
36908            ! pod/perldiag.pod t/op/misc.t toke.c
36909 ____________________________________________________________________________
36910 [  7942] By: nick                                  on 2000/12/01  17:56:46
36911         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
36912              Make 'unix' pass most tests
36913              - do unread by temporary push of layer ("pending") holding unread chars
36914              - fast_gets is now based on per-handle flag
36915              - relax one of io/pipe.t tests to allow print to fail and close to
36916              succeed so that it passes on unbuffered "unix" layer.
36917              Remaining fail is sporadic and a genuine race condition between
36918              parent/child in fork test.
36919      Branch: perlio
36920            ! perlio.c perliol.h t/io/pipe.t
36921 ____________________________________________________________________________
36922 [  7941] By: jhi                                   on 2000/12/01  15:28:58
36923         Log: (Retracted by #7943.)
36924              
36925              Reserve the short named string operator names.
36926      Branch: perl
36927            ! pod/perldiag.pod t/op/misc.t toke.c
36928 ____________________________________________________________________________
36929 [  7940] By: jhi                                   on 2000/12/01  06:45:53
36930         Log: Get the three different space character classes right under utf8.
36931      Branch: perl
36932            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
36933            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
36934            ! regexec.c t/op/pat.t utf8.c
36935 ____________________________________________________________________________
36936 [  7939] By: jhi                                   on 2000/12/01  03:26:26
36937         Log: Two more tests that make no sense in UTF-8 since the test
36938              data is not in UTF-8.
36939      Branch: perl
36940            ! t/op/regexp.t
36941 ____________________________________________________________________________
36942 [  7938] By: jhi                                   on 2000/12/01  03:20:39
36943         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
36944              should it be required inside regexen?
36945      Branch: perl
36946            ! regcomp.c t/op/regmesg.t
36947 ____________________________________________________________________________
36948 [  7937] By: jhi                                   on 2000/12/01  02:58:53
36949         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
36950              stored and restored, and thusly was trounced by the utf8 swash
36951              routines.
36952      Branch: perl
36953            ! regcomp.c
36954 ____________________________________________________________________________
36955 [  7936] By: jhi                                   on 2000/11/30  20:41:39
36956         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
36957              Why the different platforms behave so differently (core dump vs
36958              no core dump) on this bug is a but of a mystery, but if I had to
36959              guess I would mumble something like 'alignment'.
36960      Branch: perl
36961            ! sv.c
36962 ____________________________________________________________________________
36963 [  7935] By: jhi                                   on 2000/11/30  16:17:02
36964         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
36965              From: Robin Barker <rmb1@cise.npl.co.uk>
36966              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
36967              Date: Thu, 30 Nov 2000 14:27:12 GMT
36968      Branch: perl
36969            ! perlio.c toke.c
36970 ____________________________________________________________________________
36971 [  7934] By: jhi                                   on 2000/11/30  16:04:49
36972         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
36973      Branch: perl
36974            ! t/lib/net-hostent.t
36975 ____________________________________________________________________________
36976 [  7933] By: jhi                                   on 2000/11/30  06:07:26
36977         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
36978              From: Peter Prymmer <pvhp@forte.com>
36979              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
36980              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
36981              
36982              In VMS the localhost may be LOCALHOST.
36983      Branch: perl
36984            ! t/lib/net-hostent.t
36985 ____________________________________________________________________________
36986 [  7932] By: jhi                                   on 2000/11/30  01:11:11
36987         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
36988              From: Peter Prymmer <pvhp@forte.com>
36989              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
36990              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
36991              
36992              plus regen perlapi.pod.
36993      Branch: perl
36994            ! pod/perlapi.pod utf8.c
36995 ____________________________________________________________________________
36996 [  7931] By: jhi                                   on 2000/11/30  01:06:19
36997         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
36998              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36999              Date:     Wed, 29 Nov 2000 17:15:11 EST
37000              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
37001      Branch: perl
37002            ! t/lib/filter-util.pl t/lib/filter-util.t
37003 ____________________________________________________________________________
37004 [  7930] By: jhi                                   on 2000/11/29  18:51:55
37005         Log: Update Changes.
37006      Branch: perl
37007            ! Changes patchlevel.h
37008 ____________________________________________________________________________
37009 [  7929] By: jhi                                   on 2000/11/29  18:50:55
37010         Log: Update the va_copy() metaconfig unit.
37011      Branch: metaconfig/U/perl
37012            ! need_va_copy.U
37013 ____________________________________________________________________________
37014 [  7928] By: jhi                                   on 2000/11/29  17:50:43
37015         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
37016              From: Dominic Dunlop <domo@computer.org>
37017              Date: Tue, 28 Nov 2000 16:41:57 +0100
37018              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
37019              
37020              Patch to catch a core dump in the Configure va_copy test.
37021      Branch: perl
37022            ! Configure config_h.SH
37023 ____________________________________________________________________________
37024 [  7927] By: jhi                                   on 2000/11/29  17:31:59
37025         Log: Retract #7921, the patch shouldn't be needed.
37026      Branch: perl
37027            ! sv.c
37028 ____________________________________________________________________________
37029 [  7926] By: jhi                                   on 2000/11/29  17:01:41
37030         Log: Make the Class::Struct import() wiser.
37031      Branch: perl
37032            ! lib/Class/Struct.pm t/lib/class-struct.t
37033 ____________________________________________________________________________
37034 [  7925] By: jhi                                   on 2000/11/29  16:36:33
37035         Log: All the core library users of Class::Struct seem to be
37036              using "use Class::Struct 'struct';" instead of the bare
37037              "use Class::Struct;", which isn't documented in Class::Struct.
37038              This can't be right.
37039      Branch: perl
37040            ! lib/File/stat.pm
37041 ____________________________________________________________________________
37042 [  7924] By: jhi                                   on 2000/11/29  16:32:15
37043         Log: A test works better if it has the right 1..$n output.
37044      Branch: perl
37045            ! t/lib/class-struct.t
37046 ____________________________________________________________________________
37047 [  7923] By: jhi                                   on 2000/11/29  16:29:11
37048         Log: Forgot to MANIFEST the new Net::hostent test.
37049      Branch: perl
37050            ! MANIFEST
37051 ____________________________________________________________________________
37052 [  7922] By: jhi                                   on 2000/11/29  16:27:49
37053         Log: Integrate perlio.
37054      Branch: perl
37055           !> iperlsys.h perlio.c
37056 ____________________________________________________________________________
37057 [  7921] By: jhi                                   on 2000/11/29  16:27:10
37058         Log: (Retracted by #7927.)
37059              
37060              Subject: [PATCH] Is infinity a number?
37061              From: Simon Cozens <simon@cozens.net>
37062              Date: Wed, 29 Nov 2000 14:48:20 +0000
37063              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
37064      Branch: perl
37065            ! sv.c
37066 ____________________________________________________________________________
37067 [  7920] By: jhi                                   on 2000/11/29  16:23:02
37068         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
37069              From: rspier@pobox.com (Robert Spier)
37070              Date: Wed, 29 Nov 2000 02:17:49 -0500
37071              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
37072              
37073              Add a test for Net::hostent.
37074      Branch: perl
37075            + t/lib/net-hostent.t
37076 ____________________________________________________________________________
37077 [  7919] By: jhi                                   on 2000/11/29  16:21:31
37078         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
37079              add a test for Class::Struct.
37080      Branch: perl
37081            + t/lib/class-struct.t
37082            ! MANIFEST lib/Class/Struct.pm
37083 ____________________________________________________________________________
37084 [  7918] By: jhi                                   on 2000/11/29  15:48:40
37085         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
37086              From: rspier@pobox.com (Robert Spier)
37087              Date: Wed, 29 Nov 2000 02:25:39 -0500
37088              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
37089              
37090              More checking in case someone has broken their services or
37091              protocol databases.
37092      Branch: perl
37093            ! ext/Sys/Syslog/Syslog.pm
37094 ____________________________________________________________________________
37095 [  7917] By: jhi                                   on 2000/11/29  15:46:25
37096         Log: Subject: [PATCH] $^O  win32 -> MSWin32
37097              From: rspier@pobox.com (Robert Spier)
37098              Date: Wed, 29 Nov 2000 02:17:38 -0500
37099              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
37100              
37101              plus similar nits for vms, err, VMS, and UNICOS.
37102      Branch: perl
37103            ! t/lib/syslfs.t t/op/lfs.t
37104 ____________________________________________________________________________
37105 [  7916] By: jhi                                   on 2000/11/29  15:42:51
37106         Log: Subject: [PATCH] Tokeniser debugging
37107              From: Simon Cozens <simon@cozens.net>
37108              Date: Wed, 29 Nov 2000 14:15:45 +0000
37109              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
37110      Branch: perl
37111            ! perl.c perl.h pod/perlrun.pod toke.c
37112 ____________________________________________________________________________
37113 [  7915] By: jhi                                   on 2000/11/29  15:41:36
37114         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
37115              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37116              Date: Wed, 29 Nov 2000 02:13:14 -0500
37117              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
37118              
37119              OUT keyword nits.
37120              
37121              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
37122              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37123              Date: Wed, 29 Nov 2000 03:09:04 -0500
37124              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
37125              
37126              OUT and IN_OUT documentation.
37127      Branch: perl
37128            ! lib/ExtUtils/xsubpp pod/perlxs.pod
37129 ____________________________________________________________________________
37130 [  7914] By: jhi                                   on 2000/11/29  03:35:01
37131         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
37132              From: John Tobey <jtobey@john-edwin-tobey.org>
37133              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
37134              Message-Id: <m140e1N-000FOoC@feynman.localnet>
37135              
37136              plus a performance speedup noticed by Sarathy.
37137      Branch: perl
37138            ! op.c
37139 ____________________________________________________________________________
37140 [  7913] By: jhi                                   on 2000/11/29  03:16:59
37141         Log: Use "1 while unlink" so that VMS gets clean, too.
37142      Branch: perl
37143            ! t/lib/filter-util.t
37144 ____________________________________________________________________________
37145 [  7912] By: jhi                                   on 2000/11/29  03:09:08
37146         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
37147              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37148              Date: Tue, 28 Nov 2000 03:27:09 -0500
37149              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
37150      Branch: perl
37151            ! lib/ExtUtils/xsubpp
37152 ____________________________________________________________________________
37153 [  7911] By: jhi                                   on 2000/11/29  03:06:30
37154         Log: This should have been part of #7872: no need to scan UTF-8
37155              until eternity.
37156      Branch: perl
37157            ! utf8.c
37158 ____________________________________________________________________________
37159 [  7910] By: jhi                                   on 2000/11/29  02:50:04
37160         Log: One more perltie.pod nit from Casey R. Tweten.
37161      Branch: perl
37162            ! pod/perltie.pod
37163 ____________________________________________________________________________
37164 [  7909] By: jhi                                   on 2000/11/29  02:44:23
37165         Log: Document the known sprintf test failures, exact standard
37166              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
37167      Branch: perl
37168            ! pod/perldelta.pod t/op/sprintf.t
37169 ____________________________________________________________________________
37170 [  7908] By: jhi                                   on 2000/11/29  02:36:23
37171         Log: Add the Encoding table format documentation.
37172      Branch: perl
37173            + ext/Encode/Encode/EncodeFormat.pod
37174            ! MANIFEST
37175 ____________________________________________________________________________
37176 [  7907] By: jhi                                   on 2000/11/29  02:07:24
37177         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
37178              From: "Casey R. Tweten" <crt@kiski.net>
37179              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
37180              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
37181              
37182              Subject: Re: [PATCH] Updating perltie.pod for arrays
37183              From: "Casey R. Tweten" <crt@kiski.net>
37184              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
37185              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
37186      Branch: perl
37187            ! pod/perltie.pod
37188 ____________________________________________________________________________
37189 [  7906] By: nick                                  on 2000/11/28  22:40:59
37190         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
37191      Branch: perlio
37192            ! iperlsys.h perlio.c
37193 ____________________________________________________________________________
37194 [  7905] By: nick                                  on 2000/11/28  22:04:34
37195         Log: Integrate mainline
37196      Branch: perlio
37197           !> (integrate 39 files)
37198 ____________________________________________________________________________
37199 [  7904] By: jhi                                   on 2000/11/28  16:44:43
37200         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
37201              From: Nicholas Clark <nick@babyhippo.co.uk>
37202              Date: Tue, 28 Nov 2000 11:16:57 +0000
37203              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
37204      Branch: perl
37205            ! pod/perlipc.pod
37206 ____________________________________________________________________________
37207 [  7903] By: jhi                                   on 2000/11/28  16:40:31
37208         Log: Subject: [PATCH] Updating perltie.pod for arrays
37209              From: "Casey R. Tweten" <crt@kiski.net>
37210              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
37211              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
37212      Branch: perl
37213            ! pod/perltie.pod
37214 ____________________________________________________________________________
37215 [  7902] By: jhi                                   on 2000/11/28  16:39:37
37216         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
37217              From: Robin Barker <rmb1@cise.npl.co.uk>
37218              Date: Mon, 27 Nov 2000 17:56:44 GMT
37219              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
37220      Branch: perl
37221            ! pod/perlfunc.pod t/op/split.t
37222 ____________________________________________________________________________
37223 [  7901] By: jhi                                   on 2000/11/28  16:28:04
37224         Log: setmode() is a DOSish-only thing.
37225      Branch: perl
37226            ! perlio.c
37227 ____________________________________________________________________________
37228 [  7900] By: jhi                                   on 2000/11/28  16:21:46
37229         Log: Subject: [PATCH] perlcc.PL cleanups
37230              From: Simon Cozens <simon@cozens.net>
37231              Date: Tue, 28 Nov 2000 12:44:35 +0000
37232              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
37233      Branch: perl
37234            ! utils/perlcc.PL
37235 ____________________________________________________________________________
37236 [  7899] By: gsar                                  on 2000/11/28  06:32:55
37237         Log: reintegrate files missed by change#7895
37238      Branch: maint-5.6/perl
37239           +> ext/ByteLoader/bytecode.h utils/Makefile
37240            - utils/perlbc.PL
37241 ____________________________________________________________________________
37242 [  7897] By: gsar                                  on 2000/11/27  18:22:47
37243         Log: can't integrate these two files, for some reason
37244      Branch: maint-5.6/perl
37245            - ext/ByteLoader/bytecode.h utils/Makefile
37246 ____________________________________________________________________________
37247 [  7895] By: gsar                                  on 2000/11/27  18:11:21
37248         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
37249              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
37250              6757..6890,6892..6901 from mainline
37251              
37252              Bytecompiler patches from Benjamin Stuhl.
37253              
37254              More bytecompiler.
37255              
37256              Subject: [PATCH blead] B:: missing dependency
37257              
37258              Subject: [PATCH: 6757] configure.com updates and syslog build
37259              
37260              Long double Gconvert fixes from Yitzchak Scott-Thoennes
37261              and Spider Boardman.
37262              
37263              Subject: [PATCH blead] nextchar() abuse misses an optimisation
37264              
37265              Long double fixes from Spider Boardman.
37266              
37267              Make the selection of NVff et al stricter.
37268              
37269              cSVOPo_*v things index into the current PL_curpad
37270              under ithreads, which is different from the curpad
37271              used by the XSUB.  (In other words, the code as-is
37272              before this patch wouldn't work under ithreads.)
37273              
37274              Be portable.
37275              
37276              VMS MMS (make) wants null action.
37277              
37278              Mac and other portability updates from Chris Nandor.
37279              
37280              Storable support, v-version fixes.
37281              Subject: CPAN.pm beta for testing available
37282              
37283              Portability fix from Hugo van der Sanden.
37284              
37285              Bad makefile.
37286              
37287              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
37288              
37289              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
37290              
37291              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
37292              
37293              Replace #6705 with a minimal doc patch.
37294              Subject: [PATCH 5.6.0] replace change #6705
37295              
37296              Drop the separate perlbc, perlcc -b should be enough.
37297              
37298              installperl couldn't tell whether it had run tests or not.
37299              Subject: [PATCH] Re: installperl and t/TEST
37300              
37301              Add silencer flags to installperl.
37302              Subject: [PATCH] Making installperl silent.
37303              
37304              Make "make install" by default silent.  A new "install-verbose"
37305              target is verbose.
37306              
37307              More liberal parsing of version numbers.
37308              Subject: Re: CPAN.pm beta for testing available
37309              
37310              Create directories in silence.
37311              Subject: [PATCH] Another silencer for MakeMaker
37312              
37313              DOS patches and portability/porting notes, from Tim Jenness.
37314              
37315              Make installman to recognize the silence flag -S.
37316              
37317              Actually do something with the silencer option.
37318              
37319              Continue silencing.
37320              
37321              Show the doc file, not the temp file.
37322              
37323              Regen perltoc.
37324              
37325              Subject: [PATCH] More silencing of installman.
37326              
37327              Better wording for the vec lvalue diagnostic.
37328              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
37329              
37330              Subject: [PATCH: 6805] several more tweaks to configure.com
37331              
37332              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
37333              
37334              Missing parts of 
37335              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
37336              
37337              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
37338              (applied slightly modified)
37339              
37340              installperl --verbose and --silent.
37341              Subject: Re: [PATCH] More silencing of installman.
37342              
37343              Add install-silent target.
37344              
37345              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
37346              the problem reported in
37347              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
37348              
37349              Tweak the sfio/useperlio logic, hopefully as wished in
37350              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
37351              
37352              One forgotten file from #6816.
37353              
37354              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
37355              
37356              Remove duplicately applied patch shards.
37357              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
37358              
37359              Support preserving extremely big/small angles.
37360              
37361              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
37362              
37363              Subject: [PATCH] installation not quite silent yet.
37364              
37365              Update the test count.
37366              
37367              Use UVxf, PTR2UV, NVff.
37368              
37369              Document PTR2XX and INT2PTR.
37370              
37371              no-install target a la make -n.
37372              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
37373              
37374              grep -e isn't portable.
37375              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
37376              
37377              Can't get the test to reliably work thanks to the
37378              inaccurateness of floating point.  "Resolves" bug ids
37379              20000826.003, 20000826.009, 20000826.010,
37380              
37381              Subject: installman buglet
37382              
37383              DJGPP update from Laszlo Molnar.
37384              
37385              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
37386              
37387              Passing -R in ldflags makes now it to appear in the default
37388              for lddlflags, just like with -L.
37389              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
37390              
37391              Test nit.
37392              
37393              Use the actual thread type, not the pointer-to-struct.
37394              
37395              Provice virtual $Config{ccflags_nolargefiles} etc. 
37396              
37397              display_format used as a class method without arguments was broken,
37398              reported in
37399              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
37400              
37401              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
37402              
37403              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
37404              
37405              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
37406              
37407              opmini.o may be left around if a build is interrupted.
37408              
37409              Typo in #6858.
37410              
37411              Fix for ID 20000828.001, long doubles were not formatted
37412              correctly (showed up in $], which stopped installing perl).
37413              
37414              An attempt to fix the problem reported in
37415              Subject: Building perl@6856 using gcc/AIX 4.3.3 
37416              I can't test this properly since the gcc installation I have
37417              access to seems to be botched (gcc is calling the AIX cpp,
37418              a losing proposition...)
37419              
37420              Add -ld to archname on long tr...double platforms.
37421              
37422              Subject: hv.h Doc Patch
37423              
37424              Potential cruft.
37425              
37426              Subject: [PATCH bleedperl@6856] warnings fixes
37427              
37428              -S is the silent flag, -s is the strip flag.
37429              Subject: [PATCH] Re: [PATCH] make no-install          
37430              
37431              Take out the SUIDMAIL thing, that will not be
37432              a problem in 5.7.*.
37433              
37434              Subject: [PATCH bleedperl@6866] spellings
37435              
37436              Subject: [PATCH] Re: files not cleaned even by veryclean
37437              
37438              Use minimal @INC in tests, most of the time just '../lib',
37439              so that we simply can't pick up stuff from other Perls than
37440              the one we are testing.  Pointed out by
37441              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
37442              
37443              Update to Getopt::Long 2.24, from Johan Vromans.
37444              
37445              Fix for thinko in #6848.
37446              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
37447              
37448              Patches all over for people and the files they (hopefully) care about.
37449              
37450              Subject: Net::protoent does not export 'getproto'
37451              
37452              Missed a change in #6869.
37453              
37454              Subject: [PATCH] Warnings in B::Deparse
37455              
37456              Subject: [PATCH] Glob dumping
37457              
37458              Disable one of the tests for now.
37459              
37460              Disabling the one test is a bit tricky.
37461              
37462              Don't forget to tidy up.
37463              
37464              The #6881 removed one dump line.
37465              
37466              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
37467              
37468              Under usethreads the dumped variable is IN_PAD.
37469              Subject: Re: [PATCH] Glob dumping
37470              
37471              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
37472              
37473              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
37474              
37475              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
37476              
37477              Regen Configure for #6894.
37478              
37479              Subject: [PATCH: 6889] updates to perlebcdic.pod
37480              
37481              Undo namespace pollution of #6878.
37482              Subject: Re: Net::protoent does not export 'getproto'
37483              
37484              Admit that we are leaking scalars.
37485              
37486              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
37487      Branch: maint-5.6/perl
37488           !> (integrate 271 files)
37489 ____________________________________________________________________________
37490 [  7894] By: gsar                                  on 2000/11/27  16:00:34
37491         Log: a couple of nits
37492      Branch: maint-5.6/perl
37493            ! MANIFEST pp_sys.c
37494 ____________________________________________________________________________
37495 [  7893] By: gsar                                  on 2000/11/27  15:10:56
37496         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
37497              6740..6745,6747..6757,6760
37498              
37499              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
37500              
37501              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
37502              
37503              Doc nits spotted by Richard Soderberg.
37504              
37505              move WNOHANG definition to where other such things are
37506              
37507              Make $Config{byteorder} more magical so that it is
37508              dynamically computed: nice for 'fat binaries'.
37509              Subject: [PATCH]: default byteorder
37510              
37511              Subject: [PATCH] Cwd.pm now uses strict
37512              
37513              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
37514              
37515              Get -DLEAKTEST to compile (not necessarily to work, mind)
37516              Subject: [ID 20000724.006] -DLEAKTEST problem
37517              
37518              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
37519              
37520              Add perlebcdic from Peter Prymmer, regen toc.
37521              
37522              Don't propose using modules built for 5.005 if no binary
37523              compatibility with 5.005 is attempted.
37524              
37525              Do not use prototyping here.
37526              Subject: [ID 20000817.016] [PATCH] Peek.xs
37527              
37528              Document what the backtick returns if the command fails.
37529              
37530              Add byteorder to the myconfig output.
37531              
37532              Introduce NVef, NVff, and NVgf, use the middle one.
37533              (helps for lib/peek + Linux + long doubles)  Reported in
37534              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
37535              Use NVs in POSIX math, not doubles.
37536              Subject: [ID 20000817.014] POSIX & modfl
37537              
37538              Subject: [PATCH 5.6.0+] newSVrv() memory leak
37539              
37540              The byteorder code in #6671 was wrong.
37541              
37542              Fix the lib/complex failure of
37543              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
37544              Linux long double accuracy issue: something that
37545              when printed with %g looks like "2" but int() of it is 1.
37546              
37547              Propagate new Configure vars.
37548              
37549              Unbuffer the output.
37550              
37551              Subject: [PATCH] perltrap.pod spring cleaning
37552              
37553              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
37554              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
37555              
37556              Tiny Getopt::Long patch from Johan Vromans.
37557              
37558              Document code point which makes if (defined %stash::) to work
37559              (noted by Spider Boardman).
37560              
37561              Subject: [PATCH perl@6698] cygwin port
37562              
37563              Document the NDBM_File and ODBM_File as SDBM_File
37564              was documented in #6417.
37565              
37566              The new tests were missing from #6415.
37567              
37568              Add [[:blank:]] as suggested in
37569              Subject: [ID 20000716.024] [=cc=] / [:blank:]
37570              (the [=cc=] has already been taken care of by #6439
37571              so the whole bug report can be closed)
37572              and make [[:space:]] to be equivalent to isspace(3)
37573              (as opposed to \s, which is isSPACE()).  The difference
37574              is that now [[:space:]] matches the mythical vertical tab,
37575              while \s doesn't.
37576              
37577              Don't eat leading os from index entries.
37578              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
37579              
37580              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
37581              
37582              Typo in pp_complement().
37583              Subject: [PATCH perl-current] Deparse
37584              
37585              Add warnif(), check warnings further up the stack,
37586              all the warnings functions now can take an optional object reference.
37587              Subject: [PATCH bleedperl@6691] warnings pragma update
37588              
37589              Fix a core dump in lib/selfloader under -DDEBUGGING.
37590              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
37591              
37592              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
37593              
37594              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
37595              
37596              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
37597              Put back the long double avoidance code to POSIX.xs
37598              because VMS seems to need it still.
37599              
37600              Introduce a 'veryclean' target that is like 'distclean'
37601              but also removes *~ and *.orig.
37602              
37603              Subject: [ID 20000817.023] endianness description in perlfunc.pod
37604              
37605              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
37606              
37607              Let's try #6717 again.
37608              
37609              UTF8 concat fixes.
37610              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
37611              
37612              pp_open() could pass an uninitialized filename down to do_open9().
37613              
37614              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
37615              
37616              Update to CGI 2.72, from Lincoln Stein.
37617              
37618              Subject: [PATCH] Silence MakeMaker (Was: installman)
37619              
37620              Use temporary directory instead of current directory.
37621              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
37622              
37623              Document odd vs even subreleases and -Dusedevel.
37624              
37625              The veryclean target needs to clobber.
37626              
37627              Use File::Spec->tmpdir().
37628              
37629              Document the number of exponent digits.
37630              
37631              Mention perlebcdic and perlposix-bc.
37632              
37633              s/this one/the 5.6.0 release/
37634              
37635              The #6724 is here.
37636              
37637              The correct cleaning order is an art.
37638              
37639              small tweaks for change#6705: avoid C++ style comments in C code;
37640              use Perl's malloc API rather than the low level system one
37641              
37642              Array context keeps slithering in.
37643              
37644              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
37645              
37646              Subject: [PATCH] os2.c fix for use64bitint
37647              
37648              Update to Pod::LaTeX 0.53.
37649              Subject: [PATCH] lib/Pod/LaTeX.pm updates
37650              
37651              Document the endianness of Alpha more precisely.
37652              
37653              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
37654              
37655              Rename the macro argument because some preprocessors
37656              can't tell the difference and expand arguments also inside
37657              double quoted strings.
37658              
37659              free TLS slot properly on Windows
37660              
37661              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
37662              
37663              Unicos/mk requires elaborate paranoia.
37664              
37665              Tweak the floating point output routine preferences.
37666              
37667              Also under djgpp the timestamps are funky.
37668              
37669              Apply some PodParser 1.18 patches; the Pod/Find.pm
37670              patches cannot be applied since #6712 conflicts.
37671              
37672              Use PodParser 1.18 new test.
37673              
37674              A pod nit.
37675              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
37676              
37677              Be verydeepclean.
37678      Branch: maint-5.6/perl
37679           +> pod/perlebcdic.pod
37680           !> (integrate 106 files)
37681 ____________________________________________________________________________
37682 [  7892] By: jhi                                   on 2000/11/27  15:02:32
37683         Log: Update Changes.
37684      Branch: perl
37685            ! Changes patchlevel.h
37686 ____________________________________________________________________________
37687 [  7891] By: jhi                                   on 2000/11/27  14:57:23
37688         Log: Subject: Re: perlfaq style changes
37689              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
37690              Date: Sat, 25 Nov 2000 23:32:26 -0800
37691              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
37692              
37693              plus a note from Ronald Kimball.
37694      Branch: perl
37695            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
37696 ____________________________________________________________________________
37697 [  7890] By: jhi                                   on 2000/11/27  14:53:14
37698         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
37699              From: Benjamin Holzman <bah@ecnvantage.com>
37700              Date: Sun, 26 Nov 2000 16:27:33 -0500
37701              Message-ID: <20001126162733.J25040@ecnvantage.com>
37702      Branch: perl
37703            ! gv.c
37704 ____________________________________________________________________________
37705 [  7889] By: jhi                                   on 2000/11/27  14:43:11
37706         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
37707              From: lvirden@cas.org
37708              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
37709              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
37710      Branch: perl
37711            ! README.amiga
37712 ____________________________________________________________________________
37713 [  7888] By: jhi                                   on 2000/11/27  14:32:34
37714         Log: Restore also the locale test to no-sprintf-taint state.
37715              Fixes the bug 20001127.003.
37716      Branch: perl
37717            ! sv.c t/pragma/locale.t
37718 ____________________________________________________________________________
37719 [  7887] By: gsar                                  on 2000/11/27  14:13:05
37720         Log: integrate changes#6613..6616,6620..6665 from mainline
37721              
37722              VMS configure.com update continues.
37723              
37724              Subject: Test fails / warnings with perl-current #6612
37725              
37726              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
37727              
37728              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
37729              
37730              For now remove the mail code.
37731              
37732              Subject: Re: [PATCH] @+, @- readonly
37733              
37734              Subject: warning: storage class after type is obsolescent
37735              
37736              Subject: sfio2000
37737              
37738              Subject: Re: File::Temp problems on VMS in bleedperl
37739              
37740              README.os2 update.
37741              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
37742              
37743              Make the user to give up his firstborn, err, to knowingly
37744              verify installing an unstable developer release.  Also bump
37745              the release to 5.7.0, but leave a patch tag in the local
37746              patches saying that this is not yet the real thing.
37747              
37748              Update (kinda) to Test 1.14, from Joshua Pritikin.
37749              
37750              make ok etc also for win32.
37751              
37752              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
37753              
37754              Don't blow limited stacks, a lower number is enough to
37755              tickle the lookbehind limit.
37756              
37757              Use -Dusedevel; regen Configure and the respective Porting stuff.
37758              
37759              Subject: [PATCH] debugger exit code should reflect user exit code
37760              
37761              Subject: [PATCH perl@6620] cygwin port
37762              
37763              Missed a file from #6638.
37764              
37765              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)
37766              
37767              magic callbacks all need to have same type signature
37768              
37769              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
37770              
37771              Fix a dependency problem.
37772              Subject: [PATCH: 6640] VMS Makefile.SH update
37773              
37774              The numeric locale was reset to "C" by s?printf and never restored.
37775              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
37776              No test since adding the failing example to locale.t
37777              does not fail -- probably because the locale settings are so
37778              thoroughly tweaked by that time.  Running the example standalone
37779              does fail, though.  UPDATE: test case added at change #7540.
37780              
37781              Subject: [ID 20000324.040] minor fix to perlhpux.pod
37782              
37783              Update to CPAN 1.57.
37784              
37785              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
37786              
37787              Change the perlbug address to perl.org since it's more forgiving.
37788              
37789              Change the regx compilation error markers to use = instead of <
37790              since pod makes using the latter quite messy.  Reported in
37791              ID 20000814.006 by Abigail and in
37792              Subject: Unknown escape E<> ?
37793              
37794              Update to perldebtut 1.9, from Richard Foley.
37795              
37796              check that the number pseudo children doesn't exceed
37797              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
37798              the WaitForMultipleObjects() limit that would cause wait()
37799              to crash)
37800              wait() and waitpid() could potentially be rewritten to use
37801              more than one thread to do the waiting to eliminate this
37802              limitation
37803              
37804              change#6328 could make close(SOCKET) return false on windows
37805              when it shouldn't
37806              
37807              pod nit seen in passing
37808              
37809              on windows, the return values from wait() and waitpid() don't
37810              match those of pseudo-pids
37811              
37812              waitpid() now handles externally spawned pids correctly;
37813              fixes for backtick/wait/waitpid failures on Windows 9x
37814              these changes make the pid returned by process functions on
37815              Windows 9x always positive by clearing the high bit (which
37816              is always set on Win9x); pseudo-process PIDs are likewise
37817              always negative now on Win9x (just as on NT/2000)
37818              
37819              trailing new %ENV entries weren't being pushed into the real
37820              environment of subprocesses on Windows
37821              
37822              Tweak the regex compilation errors once more.
37823              
37824              avoid warnings from dense compiler
37825              
37826              add "ok" targets from change#6632 in makefile.mk
37827      Branch: maint-5.6/perl
37828            - lib/Pod/PlainText.pm vms/configure.com
37829           !> (integrate 66 files)
37830 ____________________________________________________________________________
37831 [  7886] By: jhi                                   on 2000/11/27  13:54:18
37832         Log: __FUNCTION__ isn't portable and trying to emulate it leads
37833              into practically spelling out the name of the function.
37834              Takes care of the bug 20001127.001.
37835      Branch: perl
37836            ! perlio.c
37837 ____________________________________________________________________________
37838 [  7885] By: gsar                                  on 2000/11/27  13:53:18
37839         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
37840              6610..6611 from mainline
37841              
37842              Make regular expression parse error messages easier to understand.
37843              Subject: Re: enhanced(?) regex error messages
37844              
37845              Tiny tidying on report_evil_fh().
37846              
37847              Subject: Re: enhanced(?) regex error messages 
37848              plus Capitalize the error messages, plus perldiag them.
37849              
37850              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
37851              
37852              Document here-doc better.
37853              
37854              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
37855              
37856              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
37857              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
37858              (either perlbug or p5p ate the original), plus regen
37859              perlapi and perltoc. 
37860              
37861              Regen global.sym.
37862              
37863              Double check that we have a dirhandle.
37864              
37865              Subject: Re: enhanced(?) regex error messages
37866              (plus two small patches sent privately)
37867              (this still seems to leave few test failures)
37868              
37869              warn is a macro, avoid using at a variable to avoid warnings
37870              in some configurations; readdir.t is too conservative in
37871              estimating number of *.t's
37872              
37873              Get back into sync with Jeffrey on the enhanced regex warnings.
37874              
37875              Subject: [PATCH 5.6.0] cygwin port
37876              
37877              Zero entries were skipped, fix from Adrian Goalby
37878              <argoalby@yahoo.co.uk>
37879              
37880              Subject: Remove dead entry in perldiag
37881              
37882              Amend the description of Perl6.
37883              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
37884              
37885              detypo
37886              
37887              It's the 2ndO'ROSSC.
37888              
37889              Revert the sv.c part of #6559, a better fix is needed.
37890              
37891              Iterating perl6 description.
37892              
37893              Update to Term::ANSIColor 1.03, from Russ Allbery.
37894              
37895              Update to Getopt::Long 2.23_05, from Johan Vromans.
37896              
37897              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
37898              
37899              Update to Pod::Parser 1.17, from Brad Appleton.
37900              
37901              Update to CPAN 1.56, from Andreas König.
37902              
37903              Update to CGI 2.70, from Lincoln Stein.
37904              
37905              Put back the std @INC thing.
37906              
37907              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
37908              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
37909              
37910              Document the IO::Select timeout.
37911              
37912              sleep(1) does not necessarily return 1.
37913              Subject: [PATCH bleadperl] op/lex_assign.t  
37914              
37915              Subject: debugger "d" command doesnt check line number
37916              
37917              B::Deparse didn't do sub attributes.
37918              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
37919              
37920              Preprocessing and postprocessing for File::Find.
37921              Subject: Patch to Find::File.pm to allow alphabetical results
37922              
37923              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
37924              
37925              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
37926              
37927              Subject: Re: [ID 20000730.003] utf8::length() bad
37928              
37929              Subject: Getting perlio and threads to compile
37930              (the Solaris version changes in Configure skipped)
37931              
37932              Tests for #6589.
37933              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
37934              
37935              Add Perl debugging tutorial, regen toc. 
37936              Subject: perldebtut.pod
37937              
37938              Add a few missing files, update MANIFEST.
37939              
37940              Rewrite of vms/subconfigure.com as configure.com,
37941              from Peter Prymmer and the vmsperl crew.
37942              
37943              Should have deleted this in #6603.
37944              
37945              Fix the test for 5005threads.
37946              
37947              Fix-n-skip the tests under 5005threads.
37948              
37949              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
37950              
37951              Upgrade to CGI 2.71, from Lincoln Stein.
37952      Branch: maint-5.6/perl
37953           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
37954           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
37955           +> t/op/regmesg.t t/pod/find.t vms/configure.com
37956            - vms/subconfigure.com
37957            ! lib/lib.pm
37958           !> (integrate 115 files)
37959 ____________________________________________________________________________
37960 [  7884] By: jhi                                   on 2000/11/27  13:44:33
37961         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
37962              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37963              Date:     Mon, 27 Nov 2000 08:23:54 EST
37964              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
37965      Branch: perl
37966            ! vms/descrip_mms.template vms/test.com
37967 ____________________________________________________________________________
37968 [  7883] By: gsar                                  on 2000/11/27  11:50:46
37969         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
37970              6511..6513,6515..6523,6525..6536
37971              
37972              The swallow_bom() saga continues.  The #23 of require.t
37973              (UTF16-LE) still fails (silently, no output) but the #22
37974              (UTF16-BE) seems to be working now.  The root of the
37975              failure may be in sv_gets(): is it UTF-16LE-aware,
37976              especially when it comes to line endings? 
37977              
37978              Document the problem with -P in HP-UX and its workaround.
37979              
37980              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
37981              (aka ID 20000730.002)
37982              
37983              Subject: fix and question re: waitpid() under win32
37984              
37985              Make the safety catch for buggy gccs work with triple version
37986              numbers like 2.95.2.  Reported in
37987              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
37988              
37989              In Digital UNIX warn if gcc explicitly chosen because even
37990              2.95.2 is known to cause problems.
37991              
37992              Make chr() for values >127 to create utf8 when under utf8.
37993              
37994              various syntax errors and such (not fixed: comp/require.t#22 coredump
37995              on Windows)
37996              
37997              Stash away the largefiles flags and libswanted.
37998              
37999              BOM patching from Simon Cozens.
38000              
38001              If gccosandvers is equal to osname, clear gccosandvers.
38002              
38003              Make p4desc to skip non-mainperl branches by default.
38004              
38005              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
38006              
38007              The test from this
38008              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
38009              
38010              In new BSDs changes to argv[] do not show up in ps(1) output,
38011              instead one must use setproctitle().  This was already addressed
38012              by change #6457, but the below has a new variant for FreeBSD 4.0
38013              or later, and the matter is also documented more.
38014              
38015              FreeBSD 3.* updates from
38016              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
38017              
38018              regen_headers, regen perltoc.
38019              
38020              Document in one place the memory abstractions used in Perl core.
38021              
38022              memcpy has n o in it, as pinted ut by Sarathy.
38023              
38024              Remove the extraneous "main::" prefix from all the
38025              "opened only for", "on closed", and "never opened" warnings.
38026              
38027              The name of a filehandle does not have <these>.
38028              
38029              The tr utf8 patching continues.
38030              
38031              The new setproctitle() feature is available only in 
38032              bleeding edge FreeBSD.  From Paul Saab.
38033              
38034              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
38035              
38036              Dump UVs as UVs in Data::Dumper.
38037              
38038              detypo #6494
38039              
38040              Document the IVdf UVuf UVof UVxf.
38041              
38042              require.t needs binmode() to work on windows
38043              
38044              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
38045              that are hopefully soon put into use.
38046              
38047              Allow "no Module;" even if there is no 'unimport'.
38048              
38049              Better skip message for the test; one of the two problems in
38050              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
38051              
38052              The subtest 4 may fail also on VOBS, as pointed out
38053              by Nick Ing-Simmons in November 1999, bug id 19991124.003
38054              (but the failure in that bug report isn't the subtest 4).
38055              
38056              Be more informative on what is skipped and why,
38057              also repeat the list at the end.
38058              
38059              Add a URL for FSF.
38060              
38061              Subject: [PATCH] sv.h documentation - SvLEN
38062              
38063              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
38064              
38065              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
38066              
38067              Subject: [PATCH] bad cppsymbols on os2 + Configure question
38068              
38069              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
38070              
38071              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
38072              mention the idea of @( and @)
38073              
38074              This is 6512.  Really.
38075              
38076              Subject: [ID 19990721.004] Documentation bug in perlfunc
38077              
38078              Subject: Minor tweak to perlvar.pod
38079              
38080              In the warnings call filehandles consistently so;
38081              add "unopened" warning for stat().
38082              
38083              After the #6519 a warning about stat() is just that,
38084              not about a filetest, which now have their own warning.
38085              
38086              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
38087              
38088              Subject: Re: Array vs. List context
38089              
38090              Subject: New perlcc, take 2
38091              
38092              Weed buglets pointed out by
38093              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
38094              
38095              gcc versions might have (parentheses) in them.
38096              
38097              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
38098              
38099              Essential prototype changes were missing from #6527.
38100              Also make report_evil_fh() more bomb-proof.
38101              
38102              Zap lib/Sys directory when cleaning up.
38103              
38104              Change the Policy policy: now -Dprefix= with an existing
38105              Policy.sh and prefix == siteprefix == vendorprefix, then all
38106              of them follow along the new prefix.
38107              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
38108              
38109              Continue fixing the io warnings.  This also
38110              sort of fixes bug ID 20000802.003: the core dump
38111              is no more.  Whether the current behaviour is correct
38112              (giving a warning: "Not a format reference"), is another matter.
38113              
38114              Have symbols for the IoTYPEs.
38115              
38116              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
38117              
38118              Document a bit that UDP is not what you might think.
38119              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
38120              tr memory corruption fix from Simon Cozens.
38121              
38122              Plug the security hole described in the Aug 05 2000 bugtraq message
38123              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
38124              The security hole exists only in suidperls, which isn't
38125              installed or even built by default.
38126      Branch: maint-5.6/perl
38127           !> (integrate 71 files)
38128 ____________________________________________________________________________
38129 [  7882] By: gsar                                  on 2000/11/27  10:25:36
38130         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
38131              from mainline
38132              
38133              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
38134              to be fatal errors (instead of by default ignoring them, and
38135              ignoring with a bug: even though -w gave an error, the opening [
38136              was left in)  Reported in:
38137              
38138              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
38139              
38140              Subject: [PATCH] split /^/
38141              
38142              MacOS nits from Matthias Neeracher.
38143              
38144              More split() doc and test patches from Mike Guy.
38145              
38146              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
38147              from Graham Barr in the module list.
38148              
38149              docfix from Peter Scott <Peter@PSDT.com>.
38150              
38151              File::Temp patches for VMS and OS/2 from Tim Jenness.
38152              
38153              open() wariness in perlbug.
38154              
38155              Subject: [PATCH] minor doc change - perlguts
38156              
38157              Subject: Minor doc patch: handy.h
38158              
38159              Be wary of close()s, too.
38160              
38161              Further File::Temp patches from Yitzchak Scott-Thoennes
38162              and Craig A. Berry.
38163              
38164              Subject: [PATCH] fixes bug 20000508.004
38165              
38166              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
38167              
38168              Allow "no AutoLoader;", based on change #6444,
38169              suggested by Graham Barr.
38170              
38171              Use setproctitle() if available to modify $0.
38172              
38173              Warn if the version of the operating system used to compile gcc
38174              differs from the current version of the operating system.
38175              Also display the gcc compilation os and version in myconfig.
38176              Inspiration from
38177              
38178              Tiny fixes for #6460.
38179              
38180              The problem described in this
38181              Subject: [ID 20000322.018] named chars aren't magical enough
38182              has been fixed in perl 5.6.0 but just in case added a test
38183              to keep it away.  (The report from Joseph Hall.)
38184              
38185              Tune the comments and hopefully stop a memory leak.
38186              
38187              Subject: UTF8 concat
38188              (with a memory leak fixed, plus a few casts added)
38189              This also seems to help for
38190              Subject: [ID 20000716.015] join UTF8 weirdness
38191              
38192              Do not upgrade SVs into utf8 just because they participate
38193              in eq or cmp.  Reported and fix suggested in
38194              Subject: [ID 20000720.009] sv_eq UTF8 bug
38195              
38196              Fix the HALF_UPGRADE() macro introduced in #6263.
38197              
38198              Find green threads before native threads.
38199              Subject: Re: Patch to jpl/JNI/Makefile.PL
38200      Branch: maint-5.6/perl
38201           !> (integrate 30 files)
38202 ____________________________________________________________________________
38203 [  7881] By: jhi                                   on 2000/11/27  05:48:41
38204         Log: It seems that *both* the unused submatch loop cleanup
38205              codes are needed.
38206      Branch: perl
38207            ! regexec.c
38208 ____________________________________________________________________________
38209 [  7880] By: jhi                                   on 2000/11/27  04:50:07
38210         Log: Clean .exists deeper.
38211      Branch: perl
38212            ! Makefile.SH
38213 ____________________________________________________________________________
38214 [  7879] By: jhi                                   on 2000/11/27  02:31:35
38215         Log: The code in regcppop() (see #7878) contains the correct lower
38216              limit for the unused submatch 'cleanup' loop so that under
38217              "use utf8" the following code wouldn't dump core:
38218              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
38219              the cleanup loop in regtry() stomped beyond allocated area
38220              in the startp[] array.  Therefore, copied the correct lower
38221              loop limit (*PL_reglastparen) to regtry().  Note: something
38222              may still not be quite right: why was the _higher_ loop limit
38223              (prog->nparens) different in the utf8 case?
38224              
38225              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
38226              without core dumps, there were about 17 of them before
38227              the patch (with us since Perl 5.7.0).  Two failures, still:
38228              496 and 505 (though these may not be severe).
38229              
38230              Patch #7881 is also needed since both the cleanup loops
38231              seem to be needed.
38232              
38233              Also, the t/op/pat#44 seems to core dump under utf8.
38234              Plus a couple of failures.  UGH-8.
38235      Branch: perl
38236            ! regexec.c
38237 ____________________________________________________________________________
38238 [  7878] By: jhi                                   on 2000/11/27  02:21:17
38239         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
38240              the code in regcppop() seems to be redundant for the test suite --
38241              but it contains a germ of truth, and it needed for the build
38242              process itself: see #7879 and #7881.
38243      Branch: perl
38244            ! regexec.c
38245 ____________________________________________________________________________
38246 [  7877] By: jhi                                   on 2000/11/27  01:53:09
38247         Log: Comment on comment.
38248      Branch: perl
38249            ! regexec.c
38250 ____________________________________________________________________________
38251 [  7876] By: jhi                                   on 2000/11/27  00:49:59
38252         Log: Adjust the docs to agree with #7875.
38253      Branch: perl
38254            ! pod/perllocale.pod
38255 ____________________________________________________________________________
38256 [  7875] By: jhi                                   on 2000/11/27  00:49:27
38257         Log: Retract #7863.  It makes more sense not to taint formatted output,
38258              not even by sprintf().
38259      Branch: perl
38260            ! sv.c
38261 ____________________________________________________________________________
38262 [  7874] By: jhi                                   on 2000/11/26  23:36:02
38263         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
38264              Not really fixed (should really dump the UTF-8 charclass),
38265              but stopped displaying the garbage.
38266              
38267              Also add a note on the (missing) Unicode PSXSPC and BLANK.
38268      Branch: perl
38269            ! regcomp.c
38270 ____________________________________________________________________________
38271 [  7873] By: jhi                                   on 2000/11/26  21:31:13
38272         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
38273      Branch: perl
38274            ! regexec.c
38275 ____________________________________________________________________________
38276 [  7872] By: jhi                                   on 2000/11/26  21:06:04
38277         Log: No need to scan till infinity, 13 is enough.
38278      Branch: perl
38279            ! handy.h utf8.c
38280 ____________________________________________________________________________
38281 [  7871] By: jhi                                   on 2000/11/26  20:20:32
38282         Log: Test line numbers are different with utf8.
38283      Branch: perl
38284            ! t/op/re_tests
38285 ____________________________________________________________________________
38286 [  7870] By: jhi                                   on 2000/11/26  20:10:12
38287         Log: Message nit.
38288      Branch: perl
38289            ! regcomp.c
38290 ____________________________________________________________________________
38291 [  7869] By: jhi                                   on 2000/11/26  19:01:05
38292         Log: Make utf8_length() and utf8_distance() (the latter of which
38293              is unused at the moment) to be less forgiving about bad UTF-8.
38294      Branch: perl
38295            ! embed.h embed.pl objXSUB.h proto.h utf8.c
38296 ____________________________________________________________________________
38297 [  7868] By: jhi                                   on 2000/11/26  18:45:56
38298         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
38299              From: Benjamin Holzman <bah@ecnvantage.com>
38300              Date: Sat, 25 Nov 2000 20:40:20 -0500       
38301              Message-ID: <20001125204020.A25040@ecnvantage.com>              
38302              
38303              Debian allows installing /usr/bin/locale without installing
38304              any locales, an error message will ensue.
38305      Branch: perl
38306            ! t/pragma/locale.t
38307 ____________________________________________________________________________
38308 [  7867] By: jhi                                   on 2000/11/26  18:31:12
38309         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
38310              From: Benjamin Holzman <bah@ecnvantage.com>
38311              Date: Sun, 26 Nov 2000 02:42:34 -0500
38312              Message-ID: <20001126024234.G25040@ecnvantage.com>
38313              
38314              Patch for the bug 20000212.002.
38315      Branch: perl
38316            ! sv.c t/op/array.t
38317 ____________________________________________________________________________
38318 [  7866] By: jhi                                   on 2000/11/26  18:28:09
38319         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
38320              From: Tim Jenness <t.jenness@jach.hawaii.edu>
38321              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
38322              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
38323              
38324              File::Temp 0.11.
38325      Branch: perl
38326            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
38327 ____________________________________________________________________________
38328 [  7865] By: jhi                                   on 2000/11/26  18:24:22
38329         Log: The metaconfig unit change for #7864.
38330      Branch: metaconfig/U/perl
38331            ! need_va_copy.U
38332 ____________________________________________________________________________
38333 [  7864] By: jhi                                   on 2000/11/26  18:23:41
38334         Log: Make the va_copy() test not to be so talkative.
38335      Branch: perl
38336            ! Configure config_h.SH
38337 ____________________________________________________________________________
38338 [  7863] By: jhi                                   on 2000/11/26  18:11:02
38339         Log: Fix locale inconsistencies unearthed by Hugo's work.
38340              Now the floating point sprintf really does taint the result
38341              string as perllocale promises (has promised for a long time)
38342              if "use locale" is in the lexical scope.
38343      Branch: perl
38344            ! sv.c t/pragma/locale.t
38345 ____________________________________________________________________________
38346 [  7862] By: jhi                                   on 2000/11/26  00:35:15
38347         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
38348              From: Nicholas Clark <nick@ccl4.org>
38349              Date: Sun, 26 Nov 2000 00:07:50 +0000
38350              Message-ID: <20001126000750.A22446@plum.flirble.org>
38351              
38352              Infinit.
38353      Branch: perl
38354            ! sv.c
38355 ____________________________________________________________________________
38356 [  7861] By: jhi                                   on 2000/11/26  00:01:26
38357         Log: Integrate perlio.
38358      Branch: perl
38359           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
38360 ____________________________________________________________________________
38361 [  7860] By: nick                                  on 2000/11/25  22:04:17
38362         Log: Correct relative path from new ext\Filter\Util\Call location
38363              back to miniperl.
38364      Branch: perlio
38365            ! win32/makefile.mk
38366 ____________________________________________________________________________
38367 [  7859] By: nick                                  on 2000/11/25  21:26:54
38368         Log: Integrate mainline.
38369      Branch: perlio
38370           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
38371           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
38372           +> t/lib/filter-util.t
38373            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
38374            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
38375            - t/lib/filt-util.t
38376           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
38377           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
38378           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
38379           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
38380           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
38381           !> win32/makefile.mk
38382 ____________________________________________________________________________
38383 [  7858] By: gsar                                  on 2000/11/25  20:52:17
38384         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
38385              parent's memory; fix it by keeping track of the actual pad
38386              offset rather than a raw pointer (this change is probably also
38387              relevant to non-ithreads case to avoid fallout from reallocs of
38388              the pad array, but is currently only enabled for the ithreads
38389              case in the interests of minimal disruption to existing "well
38390              tested" code)
38391      Branch: perl
38392            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
38393            ! proto.h scope.c scope.h sv.c t/op/fork.t
38394 ____________________________________________________________________________
38395 [  7857] By: nick                                  on 2000/11/25  20:01:28
38396         Log: All tests pass on Win32/gcc/USE_PERLIO.
38397              - when crlf layer is pushed make unix-level binary.
38398              - remove :crlf injection in pp_backtick in pp_sys.c
38399              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
38400      Branch: perlio
38401            ! doio.c perlio.c pp_sys.c win32/makefile.mk
38402 ____________________________________________________________________________
38403 [  7856] By: jhi                                   on 2000/11/25  18:38:30
38404         Log: Update the metaconfig units for #7855.
38405      Branch: metaconfig/U/perl
38406            ! useperlio.U usesocks.U
38407 ____________________________________________________________________________
38408 [  7855] By: jhi                                   on 2000/11/25  18:37:54
38409         Log: Undo the SOCKS workarounds, instead start using PerlIO
38410              if SOCKS is selected.
38411              
38412              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
38413              From: Jens Hamisch <jens@Strawberry.COM>
38414              Date: Fri, 24 Nov 2000 18:31:30 +0100
38415              Message-ID: <20001124183130.E28337@Strawberry.COM>
38416              
38417              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
38418              From: Jens Hamisch <jens@Strawberry.COM>
38419              Date: Fri, 24 Nov 2000 19:11:51 +0100
38420              Message-ID: <20001124191151.A28753@Strawberry.COM>
38421      Branch: perl
38422            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
38423            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
38424 ____________________________________________________________________________
38425 [  7854] By: jhi                                   on 2000/11/25  17:39:08
38426         Log: Undo #7848.  Some of the code seems to use walkoptree(),
38427              some walkoptree_slow().  An unfinished renaming?
38428              Now the sub is walkoptree() (which is @EXPORT_OK),
38429              the walkoptree_slow() is a typeglob alias to walkoptree.
38430              This makes the tests to pass, at least.
38431      Branch: perl
38432            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
38433 ____________________________________________________________________________
38434 [  7853] By: nick                                  on 2000/11/24  22:24:33
38435         Log: Re-arrange crlf vs binary for platforms that care.
38436              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
38437              Lip-service to making stdio layer work on such platfroms (untested).
38438              Now fails 3 tests rather than one, checkin to see if I can debug 
38439              the issue under linux. (Do not merge.)
38440      Branch: perlio
38441            ! doio.c perlio.c perliol.h
38442 ____________________________________________________________________________
38443 [  7852] By: jhi                                   on 2000/11/24  18:57:39
38444         Log: AUTHORS edits.
38445      Branch: perl
38446            ! AUTHORS
38447 ____________________________________________________________________________
38448 [  7851] By: jhi                                   on 2000/11/24  17:34:56
38449         Log: Add Jan-Erik Karlsson.
38450      Branch: perl
38451            ! AUTHORS
38452 ____________________________________________________________________________
38453 [  7850] By: jhi                                   on 2000/11/24  17:27:56
38454         Log: Configure should find stdchar on its own.
38455      Branch: perl
38456            ! hints/solaris_2.sh
38457 ____________________________________________________________________________
38458 [  7849] By: jhi                                   on 2000/11/24  17:24:55
38459         Log: Subject: PATCH over 7848: Filter test flawed
38460              From: andreas.koenig@anima.de (Andreas J. Koenig)
38461              Date: 24 Nov 2000 10:28:29 +0100
38462              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
38463      Branch: perl
38464            ! t/lib/filter-util.t
38465 ____________________________________________________________________________
38466 [  7848] By: jhi                                   on 2000/11/24  17:22:15
38467         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
38468              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
38469              Date: Fri, 24 Nov 2000 16:12:58 +0000
38470              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
38471      Branch: perl
38472            ! ext/B/B.pm
38473 ____________________________________________________________________________
38474 [  7847] By: jhi                                   on 2000/11/24  03:07:01
38475         Log: Integrate perlio.
38476      Branch: perl
38477           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
38478           !> win32/makefile.mk
38479 ____________________________________________________________________________
38480 [  7846] By: gsar                                  on 2000/11/24  00:55:57
38481         Log: integrate changes#6415..6418,6420..6438 from mainline
38482              
38483              Fix the bitvector ops for utf8 (tricky since past 7 bits
38484              the utf8 'characters' can be more than one octet).
38485              
38486              MPE/ix updates for perl 5.6.0 from Mark Bixby.
38487              
38488              Subject: SDBM_File documentation
38489              
38490              Detypo.
38491              
38492              Decutandpasto.
38493              
38494              Send all installperl messages to STDERR and be -w clean.
38495              
38496              Out-of-date note removed.
38497              
38498              Protect against "wild next"s, that is, callbacks doing "next"
38499              instead of "return".
38500              
38501              Use STDOUT consistently.
38502              
38503              The output might have been produced in the wrong order.
38504              
38505              A missing 'break' after the [[:space:]] switch case.
38506              
38507              Add tests for
38508              [ID 19991110.003] another matching finding by pcre author
38509              which has already been fixed by some patch, as verified in
38510              
38511              Documentation to explain the behaviour of map().
38512              
38513              Add an optimization for map-maps-a-list-element-to-more-list-elements
38514              case, but add also notes explaining the relationship of this
38515              patch and the earlier notes by Sarathy.
38516              
38517              Subject: [ID 20000716.023] syslog test fails without sockets
38518              
38519              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
38520              Test cases for #6431.
38521              
38522              File::Spec::VMS fixup for tmpdir from Craig Berry.
38523              
38524              Make the "uninit variable" warning to say "concat or string"
38525              or "join or string" when in concat or join .
38526              
38527              Get UTF16 BOMs working.  Patch from
38528              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
38529              
38530              Subject: [PATCH] Make large file tests deal with SIGXFSZ
38531              
38532              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
38533              
38534              Subject: [PATCH] av.c apidoc
38535      Branch: maint-5.6/perl
38536           !> (integrate 43 files)
38537 ____________________________________________________________________________
38538 [  7845] By: gsar                                  on 2000/11/24  00:20:45
38539         Log: integrate changes#6406..6414 from mainline
38540              
38541              Merge perlhacktut into perlhack, update perlguts.
38542              
38543              Fix AutoSplit to use File::Spec the right way in VMS,
38544              from Peter Prymmer.
38545              
38546              The bug report
38547              [ID 19991110.002] minimal matching discrepancy found by pcre author
38548              seems to have been fixed (though differently from what was suggested
38549              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
38550              
38551              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
38552              not in pod, from Peter Prymmer
38553              
38554              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
38555              From: Hugo <hv@crypt.compulink.co.uk>
38556              Date: Fri, 14 Jul 2000 23:05:20 +0100
38557              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
38558              
38559              Didn't anymore apply, but that point still could use another fix.
38560              
38561              lib/b test fixes from Peter Prymmer.
38562              
38563              More docs for sv functions.
38564              
38565              perlvms.pod whitespace cleanup to keep pod utils happy.
38566              
38567              another VMS build tweak from Peter Prymmer
38568      Branch: maint-5.6/perl
38569           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
38570           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
38571           !> vms/descrip_mms.template vms/perlvms.pod
38572 ____________________________________________________________________________
38573 [  7844] By: nick                                  on 2000/11/23  23:42:45
38574         Log: Win32/perlio Now just fails one io/argv.t test - lack 
38575              of default :crlf on standard streams.
38576      Branch: perlio
38577            ! doio.c perlio.c
38578 ____________________________________________________________________________
38579 [  7843] By: nick                                  on 2000/11/23  23:04:05
38580         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
38581              peek fail is showing a real problem (multiple crlf layers
38582              are getting pushed.)
38583      Branch: perlio
38584            ! doio.c perlio.c win32/makefile.mk
38585 ____________________________________________________________________________
38586 [  7842] By: nick                                  on 2000/11/23  19:46:23
38587         Log: Implement PerlIO_binmode()
38588              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
38589              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
38590              make binmode in t/lib/io_tell.t unconditional so that works.
38591              Checkin just so Win32 machine can see these changes.
38592      Branch: perlio
38593            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
38594 ____________________________________________________________________________
38595 [  7841] By: jhi                                   on 2000/11/23  19:30:00
38596         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
38597      Branch: perl
38598            ! README.amiga
38599 ____________________________________________________________________________
38600 [  7840] By: jhi                                   on 2000/11/23  17:18:02
38601         Log: SOCKS wrestling continues, patches from Jens Hamisch.
38602      Branch: perl
38603            ! doio.c embed.h embed.pl perlsdio.h proto.h
38604 ____________________________________________________________________________
38605 [  7839] By: jhi                                   on 2000/11/23  16:54:14
38606         Log: Push Filter::Util::Call one level deeper.
38607      Branch: perl
38608            + t/lib/filter-util.t
38609           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
38610           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
38611            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
38612            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
38613            - t/lib/filt-util.t
38614            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
38615            ! win32/Makefile win32/makefile.mk
38616 ____________________________________________________________________________
38617 [  7838] By: jhi                                   on 2000/11/23  16:52:40
38618         Log: Reach back one higher up when searching for PERL_SRC.
38619      Branch: perl
38620            ! lib/ExtUtils/MM_Unix.pm
38621 ____________________________________________________________________________
38622 [  7837] By: jhi                                   on 2000/11/23  16:05:41
38623         Log: Subject: Re: perl@7826
38624              Date: Thu, 23 Nov 2000 02:20:25 -0600
38625              From: "Craig A. Berry" <craigberry@mac.com>
38626              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
38627              
38628              Make VMS to like Filter::Util::Call. 
38629      Branch: perl
38630            ! configure.com ext/Filter/Util/Makefile.PL
38631 ____________________________________________________________________________
38632 [  7836] By: nick                                  on 2000/11/23  16:04:08
38633         Log: Implement crlf layer - not ready for merge.
38634      Branch: perlio
38635            ! perlio.c win32/makefile.mk
38636 ____________________________________________________________________________
38637 [  7835] By: jhi                                   on 2000/11/23  15:56:52
38638         Log: STDCHAR is different in Sparc v9 vs x86.
38639      Branch: perl
38640            ! hints/solaris_2.sh
38641 ____________________________________________________________________________
38642 [  7834] By: jhi                                   on 2000/11/23  15:50:47
38643         Log: The type needs to be visible to protos.
38644      Branch: perl
38645            ! perl.h
38646 ____________________________________________________________________________
38647 [  7833] By: jhi                                   on 2000/11/23  15:40:46
38648         Log: Finish unfinished SOCKS workaround changes.
38649      Branch: perl
38650            ! doio.c
38651 ____________________________________________________________________________
38652 [  7832] By: jhi                                   on 2000/11/23  15:33:30
38653         Log: Integrate perlio.
38654      Branch: perl
38655           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
38656           !> win32/makefile.mk
38657 ____________________________________________________________________________
38658 [  7831] By: nick                                  on 2000/11/23  10:31:07
38659         Log: Correct makefile.mk dependancies for ext/Filter/Util
38660              Build ext/Encode
38661              Run dmake regen_config_h
38662      Branch: perlio
38663            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
38664            ! win32/makefile.mk
38665 ____________________________________________________________________________
38666 [  7830] By: nick                                  on 2000/11/23  08:05:07
38667         Log: Integrate mainline
38668      Branch: perlio
38669           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
38670           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
38671           +> t/lib/filt-util.pl t/lib/filt-util.t
38672           !> (integrate 41 files)
38673 ____________________________________________________________________________
38674 [  7829] By: gsar                                  on 2000/11/23  03:07:11
38675         Log: build the Filter extension on windows
38676      Branch: perl
38677            ! win32/Makefile win32/makefile.mk
38678 ____________________________________________________________________________
38679 [  7828] By: gsar                                  on 2000/11/23  02:46:35
38680         Log: regenerate win32/config* and fix some inconsistencies in the
38681              makefiles; always export Perl_deb() because it is needed
38682              by ext/re/* (whether perl itself is built with -DDEBUGGING
38683              or not)
38684      Branch: perl
38685            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
38686            ! win32/config_H.vc win32/makefile.mk
38687 ____________________________________________________________________________
38688 [  7827] By: gsar                                  on 2000/11/23  02:18:38
38689         Log: get sources building on windows+MSVC again (untested with other
38690              compilers)
38691      Branch: perl
38692            ! win32/include/sys/socket.h win32/perllib.c
38693 ____________________________________________________________________________
38694 [  7826] By: jhi                                   on 2000/11/23  01:18:26
38695         Log: Update Changes.
38696      Branch: perl
38697            ! Changes patchlevel.h
38698 ____________________________________________________________________________
38699 [  7825] By: jhi                                   on 2000/11/23  00:20:41
38700         Log: Subject: Re: av.c patch (having slight problems)
38701              From: "Ben Tilly" <ben_tilly@hotmail.com>
38702              Date: Tue, 21 Nov 2000 23:29:31 -0500
38703              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
38704              
38705              unshift() speedup.
38706      Branch: perl
38707            ! av.c
38708 ____________________________________________________________________________
38709 [  7824] By: jhi                                   on 2000/11/22  23:59:15
38710         Log: Fixes for signedness warnings noticed by VMSperlers.
38711      Branch: perl
38712            ! ext/Storable/Storable.xs regcomp.c sv.c
38713 ____________________________________________________________________________
38714 [  7823] By: jhi                                   on 2000/11/22  23:19:31
38715         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
38716              From: Peter Prymmer <pvhp@forte.com>
38717              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
38718              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
38719      Branch: perl
38720            ! t/pragma/warn/pp_hot
38721 ____________________________________________________________________________
38722 [  7822] By: jhi                                   on 2000/11/22  22:52:20
38723         Log: Be clean.
38724      Branch: perl
38725            ! Makefile.SH
38726 ____________________________________________________________________________
38727 [  7821] By: jhi                                   on 2000/11/22  22:46:39
38728         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
38729              by Damian Conway, as suggested by Paul Marquess.
38730      Branch: perl
38731            + lib/Filter/Simple.pm
38732 ____________________________________________________________________________
38733 [  7820] By: jhi                                   on 2000/11/22  22:45:51
38734         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
38735      Branch: perl
38736            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
38737            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
38738            + t/lib/filt-util.t
38739            ! MANIFEST
38740 ____________________________________________________________________________
38741 [  7819] By: jhi                                   on 2000/11/22  22:03:27
38742         Log: Integrate perlio.
38743      Branch: perl
38744           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
38745           !> win32/makefile.mk
38746 ____________________________________________________________________________
38747 [  7818] By: jhi                                   on 2000/11/22  21:56:02
38748         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
38749      Branch: perl
38750            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
38751            ! t/lib/io_sock.t
38752 ____________________________________________________________________________
38753 [  7817] By: jhi                                   on 2000/11/22  21:39:49
38754         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
38755              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38756              Date: Wed, 22 Nov 2000 16:08:12 -0500
38757              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
38758      Branch: perl
38759            ! lib/ExtUtils/Liblist.pm
38760 ____________________________________________________________________________
38761 [  7816] By: jhi                                   on 2000/11/22  21:38:25
38762         Log: Go ahead and #include <unistd.h> in perl.h.
38763      Branch: perl
38764            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
38765            ! util.c
38766 ____________________________________________________________________________
38767 [  7815] By: jhi                                   on 2000/11/22  21:22:52
38768         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
38769              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38770              Date: Mon, 20 Nov 2000 18:30:52 -0500
38771              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
38772      Branch: perl
38773            ! pod/perlre.pod regcomp.c t/op/re_tests
38774 ____________________________________________________________________________
38775 [  7814] By: jhi                                   on 2000/11/22  21:21:46
38776         Log: Subject: [PATCH 5.7.0] Liblist finally works
38777              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38778              Date: Tue, 21 Nov 2000 22:02:17 -0500
38779              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
38780      Branch: perl
38781            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
38782            ! lib/ExtUtils/MakeMaker.pm
38783 ____________________________________________________________________________
38784 [  7813] By: jhi                                   on 2000/11/22  21:20:23
38785         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
38786              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38787              Date: Wed, 22 Nov 2000 17:53:15 +0100
38788              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
38789              
38790              AIX dynaloader and perlio patch.
38791      Branch: perl
38792            ! ext/DynaLoader/dl_aix.xs
38793 ____________________________________________________________________________
38794 [  7812] By: jhi                                   on 2000/11/22  21:17:52
38795         Log: (Accidentally empty patch.)
38796      Branch: perl
38797            ! av.c
38798 ____________________________________________________________________________
38799 [  7811] By: jhi                                   on 2000/11/22  21:16:31
38800         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
38801              From: Peter Prymmer <pvhp@forte.com>
38802              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
38803              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
38804      Branch: perl
38805            ! vms/test.com
38806 ____________________________________________________________________________
38807 [  7810] By: jhi                                   on 2000/11/22  21:15:36
38808         Log: Subject: Re: perl@7777 
38809              From: "John P. Linderman" <jpl@research.att.com>
38810              Date: Wed, 22 Nov 2000 13:11:11 -0500
38811              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
38812              
38813              Detypoing.
38814      Branch: perl
38815            ! lib/CPAN.pm
38816 ____________________________________________________________________________
38817 [  7809] By: jhi                                   on 2000/11/22  21:14:19
38818         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
38819              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38820              Date:     Wed, 22 Nov 2000 13:51:37 EST
38821              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
38822      Branch: perl
38823            ! perlsdio.h
38824 ____________________________________________________________________________
38825 [  7808] By: jhi                                   on 2000/11/22  21:13:27
38826         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
38827              From: Casey Tweten <crt@kiski.net>
38828              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
38829              Message-Id: <200011201653.LAA10194@home.kiski.net>
38830      Branch: perl
38831            ! t/lib/io_udp.t
38832 ____________________________________________________________________________
38833 [  7807] By: jhi                                   on 2000/11/22  21:12:35
38834         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
38835              From: Casey Tweten <crt@kiski.net>
38836              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
38837              Message-Id: <200011201636.LAA07227@home.kiski.net>
38838      Branch: perl
38839            ! t/lib/io_sock.t
38840 ____________________________________________________________________________
38841 [  7806] By: jhi                                   on 2000/11/22  21:10:59
38842         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
38843              From: "Casey R. Tweten" <crt@kiski.net>
38844              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
38845              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
38846      Branch: perl
38847            ! utils/h2xs.PL
38848 ____________________________________________________________________________
38849 [  7805] By: nick                                  on 2000/11/22  21:05:06
38850         Log: Integrate mainline
38851      Branch: perlio
38852           !> Changes Porting/genlog ext/DB_File/DB_File.xs
38853           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
38854           !> utils/perlbug.PL
38855 ____________________________________________________________________________
38856 [  7804] By: jhi                                   on 2000/11/22  21:01:12
38857         Log: Subject: [PATCH] Test.pm POD peculiarity
38858              From: "Casey R. Tweten" <crt@kiski.net>
38859              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
38860              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
38861      Branch: perl
38862            ! lib/Test.pm
38863 ____________________________________________________________________________
38864 [  7803] By: jhi                                   on 2000/11/22  20:59:59
38865         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
38866              From: "Philip Newton" <pnewton@gmx.de>
38867              Date: Wed, 22 Nov 2000 14:25:53 +0100
38868              Message-Id: <3A1BD771.25462.1939FAD@localhost>
38869              
38870              Be case-understanding also on 's', and use the -oi of sendmail
38871              not to terminate the transmission on a lone '.'.
38872      Branch: perl
38873            ! utils/perlbug.PL
38874 ____________________________________________________________________________
38875 [  7802] By: nick                                  on 2000/11/22  20:51:42
38876         Log: Win32 PerlIO intermediate state now working as expected.
38877              - In current state we are still using C runtime in text/binary
38878              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
38879              - PERLIO=stdio and PERLIO=unix pass all expected tests.
38880              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
38881              and PerlIO_seek() and the dummy crlf layer is not making adjustments
38882              for CRLF translation happening in C runtime. All other tests pass.
38883              
38884              Added note to README.win32 to point out the snags of doing a perl build
38885              with Norton AntiVirus turned on.
38886              
38887              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
38888              which file a fail comes from.
38889              
38890              Updated "canned" config.h to match the one generated.
38891      Branch: perlio
38892            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
38893            ! win32/makefile.mk
38894 ____________________________________________________________________________
38895 [  7801] By: jhi                                   on 2000/11/22  06:50:20
38896         Log: Nickety nits.
38897      Branch: perl
38898            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
38899 ____________________________________________________________________________
38900 [  7800] By: jhi                                   on 2000/11/22  01:29:55
38901         Log: Changes had accidentally gone too silent on non-main branches.
38902      Branch: perl
38903            ! Changes Porting/genlog patchlevel.h
38904 ____________________________________________________________________________
38905 [  7799] By: gsar                                  on 2000/11/22  01:02:56
38906         Log: some lib_pm.PL changes snuck in via change#7772
38907      Branch: maint-5.6/perl
38908            ! Makefile.SH
38909 ____________________________________________________________________________
38910 [  7798] By: nick                                  on 2000/11/21  21:59:40
38911         Log: Integrate mainline
38912      Branch: perlio
38913           !> (integrate 28 files)
38914 ____________________________________________________________________________
38915 [  7797] By: jhi                                   on 2000/11/21  21:01:45
38916         Log: Integrate perlio.
38917      Branch: perl
38918           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
38919 ____________________________________________________________________________
38920 [  7796] By: nick                                  on 2000/11/21  20:36:22
38921         Log: Win32 builds and runs (mostly) with USE_PERLIO.
38922              PERLIO=perlio passes all tests. 
38923              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
38924      Branch: perlio
38925            ! perlio.c win32/perllib.c win32/win32.c
38926 ____________________________________________________________________________
38927 [  7795] By: jhi                                   on 2000/11/21  19:03:44
38928         Log: Update Changes.
38929      Branch: perl
38930            ! Changes patchlevel.h
38931 ____________________________________________________________________________
38932 [  7794] By: jhi                                   on 2000/11/21  18:56:34
38933         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
38934              From: "Craig A. Berry" <craigberry@mac.com>
38935              Date: Mon, 20 Nov 2000 20:27:06 -0600
38936              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
38937              
38938              A cut-and-pasto.
38939      Branch: perl
38940            ! perlio.h
38941 ____________________________________________________________________________
38942 [  7793] By: jhi                                   on 2000/11/21  18:54:41
38943         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
38944              From: Dominic Dunlop <domo@computer.org> 
38945              Date: Mon, 20 Nov 2000 18:55:29 +0100
38946              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
38947              
38948              va_copy() and the need of it.
38949              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
38950      Branch: metaconfig/U/perl
38951            + need_va_copy.U
38952      Branch: perl
38953            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38954            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
38955            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
38956            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
38957            ! win32/config.bc win32/config.gc win32/config.vc
38958 ____________________________________________________________________________
38959 [  7792] By: jhi                                   on 2000/11/21  17:04:10
38960         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
38961      Branch: perl
38962           !> scope.h
38963 ____________________________________________________________________________
38964 [  7791] By: jhi                                   on 2000/11/21  17:01:16
38965         Log: Export the SOCKS workaround symbols only if necessary.
38966      Branch: perl
38967            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
38968 ____________________________________________________________________________
38969 [  7790] By: nick                                  on 2000/11/20  23:57:11
38970         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
38971      Branch: perlio
38972            ! scope.h
38973 ____________________________________________________________________________
38974 [  7789] By: nick                                  on 2000/11/20  23:38:33
38975         Log: Integrate mainline
38976      Branch: perlio
38977           +> lib/File/Spec/Epoc.pm
38978           !> (integrate 34 files)
38979 ____________________________________________________________________________
38980 [  7788] By: nick                                  on 2000/11/20  23:20:18
38981         Log: Make extra buffer layer work (dummy crlf layer)
38982      Branch: perlio
38983            ! doio.c perlio.c perlio.h
38984 ____________________________________________________________________________
38985 [  7787] By: jhi                                   on 2000/11/20  22:44:04
38986         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
38987              From: Peter Prymmer <pvhp@forte.com>
38988              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
38989              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
38990      Branch: perl
38991            ! t/pragma/locale.t
38992 ____________________________________________________________________________
38993 [  7786] By: jhi                                   on 2000/11/20  22:29:10
38994         Log: Subject: DOC PATCH 5.6.0 perlreftut
38995              From: mjd@plover.com
38996              Date: 20 Nov 2000 19:45:06 -0000
38997              Message-ID: <20001120194506.9505.qmail@plover.com>
38998      Branch: perl
38999            ! pod/perlreftut.pod
39000 ____________________________________________________________________________
39001 [  7785] By: jhi                                   on 2000/11/20  22:27:44
39002         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
39003              From: David Dyck <dcd@tc.fluke.com>
39004              Date: Mon, 20 Nov 2000 11:43:40 -0800
39005              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
39006      Branch: perl
39007            ! lib/Cwd.pm
39008 ____________________________________________________________________________
39009 [  7784] By: jhi                                   on 2000/11/20  22:23:21
39010         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
39011              Date: Mon, 20 Nov 2000 17:06:10 -0500
39012              To: Mailing list Perl5 <perl5-porters@perl.org>
39013              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
39014      Branch: perl
39015            ! pp_ctl.c t/op/pat.t
39016 ____________________________________________________________________________
39017 [  7783] By: jhi                                   on 2000/11/20  22:11:18
39018         Log: Subject: [PATCH] doop.c - UTF8 tr///               
39019              From: Simon Cozens <simon@cozens.net>
39020              Date: Sat, 18 Nov 2000 18:49:30 +0000
39021              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
39022              
39023              Subject: Re: [PATCH] doop.c - UTF8 tr///           
39024              From: Simon Cozens <simon@cozens.net>
39025              Date: Mon, 20 Nov 2000 20:45:22 +0000
39026              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
39027              
39028              Make tr on UTF-8 better but still not correct.
39029      Branch: perl
39030            ! doop.c
39031 ____________________________________________________________________________
39032 [  7782] By: jhi                                   on 2000/11/20  22:02:16
39033         Log: Remove the shared object before attempting to create
39034              (by linking) a new one.  E.g. in AIX not removing
39035              becomes quite painful if one tries to do more than one
39036              build in the same tree (an interrupted build, for example),
39037              since the AIX' shared dynaloader seemingly keeps the shared
39038              objects open and therefore 'busy' for quite a while, even when
39039              nobody is using the objects, leading into link failures.
39040      Branch: perl
39041            ! lib/ExtUtils/MM_Unix.pm
39042 ____________________________________________________________________________
39043 [  7781] By: gsar                                  on 2000/11/20  19:02:55
39044         Log: type mismatch due to faulty integration
39045      Branch: maint-5.6/perl
39046            ! toke.c win32/Makefile
39047 ____________________________________________________________________________
39048 [  7780] By: gsar                                  on 2000/11/20  17:31:55
39049         Log: integrate changes#6392,6394..6399,6401..6404
39050              
39051              The {multiplier} of a fixed substring was overlooked which
39052              caused a wrong initial search offset for that substring.
39053              
39054              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
39055              From: Hugo <hv@crypt.compulink.co.uk>
39056              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
39057              Date: Thu, 13 Jul 2000 19:27:13 +0100
39058              
39059              Fix the BOM bug: not a byteorder bug, a signedness bug.
39060              
39061              Replace change #6337 with a better one.
39062              
39063              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
39064              From: Hugo <hv@crypt.compulink.co.uk>
39065              Date: Fri, 14 Jul 2000 04:16:20 +0100
39066              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
39067              
39068              MakeMaker should not remove editor backups (*~) on `make clean`
39069              by default (completes change#6383)
39070              
39071              move new variables to the end of the interpreter structure (for
39072              bincompat in code that doesn't #include XSUB.h)
39073              
39074              rename totally bletcherous SvLOCK() thingy (doesn't do what the
39075              name suggests anyway)
39076              
39077              various cleanups (typos, misformatted code, and small bugs)
39078              
39079              typecasts needed for change#6394
39080              
39081              typos in change#6399, regen headers
39082              
39083              inconsistent types needs casts
39084              
39085              PERL_OBJECT build tweaks
39086      Branch: maint-5.6/perl
39087           !> MANIFEST doop.c embed.h embed.pl embedvar.h
39088           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
39089           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
39090           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
39091           !> toke.c util.c
39092 ____________________________________________________________________________
39093 [  7779] By: gsar                                  on 2000/11/20  17:06:29
39094         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
39095              
39096              Cosmetics and perldelta.
39097              
39098              Fix nits noticed by Boston.pm.
39099              
39100              Do the cc sanity check both before the hints and
39101              after the cc selction.
39102              
39103              get sprintf.t to adjust properly for 3-digit exponents
39104              
39105              don't clobber *.orig files on *clean targets
39106              
39107              fix bugs in processing %v-*d and similar format specs (from
39108              Avi Finkel <avi@finkel.org>)
39109              
39110              sprintf test tweaks (from Dominic Dunlop)
39111              
39112              new selfloader.t in change#6183 doesn't close DATA handles,
39113              and thus fails to clean up tmp files on dosish platforms
39114              
39115              typos (spotted by Peter Prymmer)
39116              
39117              typo fix from Craig Berry
39118      Branch: maint-5.6/perl
39119           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
39120           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
39121           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
39122           !> x2p/Makefile.SH
39123 ____________________________________________________________________________
39124 [  7778] By: gsar                                  on 2000/11/20  16:46:51
39125         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
39126              
39127              Subject: Re: format bug report  [Patch]
39128              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39129              Date: Wed, 05 Jul 2000 13:12:52 +0200
39130              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
39131              
39132              Subject: Re: format bug report  [Patch]
39133              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39134              Date: Wed, 05 Jul 2000 14:10:01 +0200
39135              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
39136              
39137              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
39138              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
39139              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
39140              Date: Fri, 07 Jul 2000 17:57:16 +0100
39141              
39142              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
39143              To: perl5-porters@perl.org
39144              From: Karsten Sperling <spiff@phreax.net>
39145              Date: Mon, 10 Jul 2000 15:12:52 +0200
39146              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
39147              
39148              README.posix-bc podified from Thomas Dorner.
39149              
39150              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
39151              From: Dominic Dunlop <domo@computer.org>
39152              Date: Tue, 11 Jul 2000 12:27:33 +0200
39153              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
39154              
39155              Typo in #6341.
39156              
39157              Fix for
39158              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
39159              From: Roderick Schertler <roderick@argon.org>
39160              Date: Tue, 11 Jul 2000 13:55:05 -0400
39161              Message-Id: <200007111755.NAA05077@jones.argon.org>
39162              
39163              Minor cleanups on the booklist.
39164              
39165              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
39166              regen perltoc.
39167              
39168              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
39169      Branch: maint-5.6/perl
39170           +> pod/perlbook.pod
39171           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
39172           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
39173           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
39174 ____________________________________________________________________________
39175 [  7777] By: jhi                                   on 2000/11/20  16:08:49
39176         Log: Update Changes.
39177      Branch: perl
39178            ! Changes patchlevel.h
39179 ____________________________________________________________________________
39180 [  7776] By: jhi                                   on 2000/11/20  15:27:56
39181         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
39182              This may be overly harsh but until proven otherwise, we think this
39183              way, or until we have a simple test for Configure (having to start
39184              up servers is does not count as simple) to check for the problems.
39185      Branch: perl
39186            ! perl.h
39187 ____________________________________________________________________________
39188 [  7775] By: jhi                                   on 2000/11/20  15:22:17
39189         Log: Solaris hints tweaks.
39190      Branch: perl
39191            ! hints/solaris_2.sh
39192 ____________________________________________________________________________
39193 [  7774] By: jhi                                   on 2000/11/20  15:01:20
39194         Log: Add a workaround to SOCKS 64-bit problems.
39195      Branch: perl
39196            ! doio.c embed.h embed.pl perlsdio.h proto.h
39197 ____________________________________________________________________________
39198 [  7773] By: jhi                                   on 2000/11/20  14:51:47
39199         Log: sysseek() instead of seek().
39200      Branch: perl
39201            ! t/lib/syslfs.t
39202 ____________________________________________________________________________
39203 [  7772] By: gsar                                  on 2000/11/20  13:06:23
39204         Log: integrate changes#6315..6319,6321..6331,6333..6338
39205              
39206              Integrate with Sarathy, preliminary fix for unicos
39207              alignment problems in [ID 20000612.002] Perl problem on Cray system.
39208              
39209              some debugger output does not go to the socket when RemotePort is set
39210              
39211              winsock cleanup never done on Windows (leads to handle leaks)
39212              
39213              fix UNC path handling on Windows under ithreads, and chdir()
39214              return value when given a non-existent directory
39215              
39216              Autogenerate pod/Makefile and pod/buildtoc.
39217              buildtoc also checks whether the existin pods are
39218              mentioned in MANIFEST and perl.pod, and vice versa.
39219              (None of the thusly found discrepancies fixed yet.)
39220              roffitall also needs to be autogenerated similarly but it
39221              seems so badly out of date that I didn't touch it yet.
39222              
39223              Config is being used.
39224              
39225              Add =head1 NAMEs so that buildtoc is happy.
39226              (The CGI::Util nit reported to Lincoln.)
39227              
39228              Fix complaints of buildtoc.
39229              
39230              Fix the alignment problem in Crays ([ID 20000612.002]).
39231              
39232              Remove perlbook, update perlfaq book listing,
39233              rearrange perl.pod, regenerate perltoc.
39234              
39235              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
39236              was cast to an unsigned (32-bit) integer with wild abandon.
39237              
39238              winsock options weren't being set in all threads under ithreads
39239              (caused send()s from second and subsequent threads to fail)
39240              
39241              accept() leaks memory on windows due to incorrect ordering of
39242              closesocket() and fclose() calls
39243              
39244              Reorder perl.pod once more.
39245              
39246              More POSIX.pod tweaks.
39247              
39248              Sprinkle ldlibpath.
39249              
39250              Precedence goof, fix based on
39251              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
39252              From: Hugo <hv@crypt.compulink.co.uk>
39253              Date: Tue, 11 Jul 2000 12:52:38 +0100
39254              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
39255              
39256              Subject: PATCH perlguts.pod: Document D and d magic types
39257              From: mjd@plover.com
39258              Date: 5 Jul 2000 18:01:51 -0000
39259              Message-ID: <20000705180151.29413.qmail@plover.com>
39260              
39261              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
39262              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
39263              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
39264              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
39265              
39266              Subject: [PATCH cfgperl] $& segfaults if you trick it
39267              From: simon@brecon.co.uk (Simon Cozens)
39268              Date: 7 Jul 2000 11:26:09 GMT
39269              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
39270              
39271              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
39272              From: Hugo <hv@crypt.compulink.co.uk>
39273              Date: Tue, 11 Jul 2000 12:44:50 +0100
39274              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
39275              
39276              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
39277              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
39278              Date: Tue, 11 Jul 2000 13:50:51 +0100
39279              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
39280      Branch: maint-5.6/perl
39281           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
39282           +> pod/buildtoc.PL
39283            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
39284           !> (integrate 26 files)
39285 ____________________________________________________________________________
39286 [  7771] By: gsar                                  on 2000/11/20  12:31:42
39287         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
39288              6310,6311,6314
39289              
39290              Subject: [PATCH bleedperl] File::Spec 0.82 beta
39291              From: Barrie Slaymaker <barries@jester.slaysys.com>
39292              Date: Wed, 28 Jun 2000 11:35:29 -0400
39293              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
39294              
39295              tweak perlembed for multiplicity/usethreads sanity; correct notes
39296              about Windows
39297              
39298              localize %INC in a Safe compartment so that use/require work
39299              (many other magic globals probably need similar treatment)
39300              
39301              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
39302              when @_ is modified, causing coredumps
39303              
39304              slurp mode fix in change#4736 still not quite right
39305              
39306              Point to perlipc for more SysV IPC examples.
39307              
39308              Elaborate POSIX.pod.  Still needs work.
39309              
39310              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
39311              
39312              fix large memory leak that has been around for ever, masked by
39313              -DPURIFY (most of the arenas were never freed!)
39314              
39315              fix memory leak on Windows (PL_sys_intern contents were never
39316              freed)
39317              
39318              PERL_OBJECT build tweak
39319              
39320              adjust change#6299
39321              
39322              remove rel2abs prototypes (from Barrie Slaymaker)
39323              
39324              missing perldiag entry for unpack("w",...) diagnostic (from
39325              Andreas Koenig)
39326              
39327              better diagnostic on Frob->stuff() when Frob:: doesn't exist
39328              (from Richard Soderberg <rs@oregonnet.com>)
39329              
39330              Win32 patches for cfgperl from Sarathy.
39331              
39332              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
39333              
39334              More POSIX.pod embellishment.
39335              
39336              tyop in change#6306
39337      Branch: maint-5.6/perl
39338           !> (integrate 44 files)
39339 ____________________________________________________________________________
39340 [  7770] By: gsar                                  on 2000/11/20  11:51:00
39341         Log: integrate changes#6268..6282 from cfgperl branch
39342              
39343              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
39344              From: Dominic Dunlop <domo@computer.org>
39345              Date: Thu, 29 Jun 2000 12:32:39 +0200
39346              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
39347              
39348              Regen headers for #6261 (and update embed.pl for this) and #6267,
39349              silence few compiler warnings.
39350              
39351              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
39352              From: Nicholas Clark <nick@talking.bollo.cx>
39353              Date: Fri, 23 Jun 2000 16:21:15 +0100
39354              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
39355              
39356              Subject: PATCH pod/perltie.pod
39357              From: Ian Phillipps <Ian.Phillipps@iname.com>
39358              Date: Fri, 16 Jun 2000 00:17:19 +0100
39359              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
39360              (only the first hunk, the second hunk had already been done
39361              by some other patch)
39362              
39363              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
39364              From: Tom Phoenix <rootbeer@redcat.com>
39365              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
39366              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
39367              
39368              Subject: [PATCH] xsub attributes
39369              From: Doug MacEachern <dougm@covalent.net>
39370              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
39371              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
39372              
39373              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
39374              From: Andy Dougherty <doughera@lafayette.edu>
39375              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
39376              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
39377              
39378              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
39379              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
39380              Date: Tue, 13 Jun 2000 02:43:48 -0500
39381              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
39382              
39383              Subject: [PATCH] Re: eval documentation: context
39384              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
39385              Date: Mon, 12 Jun 2000 15:07:29 +0100
39386              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
39387              
39388              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
39389              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
39390              Date: Mon, 12 Jun 2000 14:55:59 +0100
39391              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
39392              
39393              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
39394              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
39395              Date: Fri, 09 Jun 2000 12:39:27 -0400
39396              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
39397              (plus update the version "number" of Text::Wrap)
39398              
39399              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
39400              From: Tim Ayers <tayers@bridge.com>
39401              Date: Thu, 08 Jun 2000 08:11:06 +0200
39402              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
39403              [resent by Richard Foley, Message-Id probably wrong]
39404              
39405              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
39406              From: rspier@pobox.com (Robert Spier)
39407              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
39408              Message-ID: <14654.31913.845602.610277@rls.cx>
39409              
39410              Subject: [PATCH 5.6.0] utils/h2xs.PL
39411              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
39412              Date: Wed, 7 Jun 2000 04:02:04 -0500
39413              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
39414              
39415              Subject: [PATCH 5.6.0]ITHREADs for VMS
39416              From: Dan Sugalski <dan@sidhe.org>
39417              Date: Tue, 06 Jun 2000 11:59:50 -0400
39418              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
39419      Branch: maint-5.6/perl
39420           !> (integrate 31 files)
39421 ____________________________________________________________________________
39422 [  7769] By: gsar                                  on 2000/11/20  11:29:06
39423         Log: integrate changes#6261..6266 from cfgperl
39424              
39425              Subject: Re: [PATCH cfgperl] BOMs away!
39426              From: simon@brecon.co.uk (Simon Cozens)
39427              Date: 17 Jun 2000 11:49:57 GMT
39428              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
39429              
39430              Subject: 5.6.0 Patch for EPOC
39431              From: Olaf Flebbe <o.flebbe@gmx.de>
39432              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
39433              Message-ID: <23449.960929969@www11.gmx.net>
39434              
39435              tr fixes from Simon Cozens
39436              
39437              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
39438              From: Marty Lucich <marty@netcom.com>
39439              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
39440              Message-Id: <200006282116.OAA11148@netcom.com>
39441              ccdlflags update (the BSD/OS 4.1 part had already been taken
39442              care of by #6141).
39443              
39444              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
39445              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
39446              Date: Wed, 28 Jun 2000 17:50:12 -0700
39447              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
39448              
39449              Subject: [PATCH 5.6.0] cygwin port
39450              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
39451              From: "Fifer, Eric" <EFifer@sanwaint.com>
39452              Date: Thu, 29 Jun 2000 12:58:29 +0100
39453      Branch: maint-5.6/perl
39454           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
39455           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
39456           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
39457           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
39458 ____________________________________________________________________________
39459 [  7768] By: gsar                                  on 2000/11/20  11:13:44
39460         Log: integrate changes#6252..6256,6259..6260
39461              
39462              Paranoia tweak on #6249.
39463              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
39464              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
39465              Date: Sun, 25 Jun 2000 23:43:12 -0400
39466              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
39467              
39468              Subject: tr///, help wanted.
39469              From: simon@brecon.co.uk (Simon Cozens)
39470              Date: 28 Jun 2000 11:29:04 GMT
39471              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
39472              
39473              small thinko tweaks
39474              
39475              tweaks from Simon Conzes to further fix tr/// under utf8
39476              
39477              perlnewmod was missing from MANIFEST.
39478              
39479              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
39480              From: simon@brecon.co.uk (Simon Cozens)
39481              Date: 17 Jun 2000 11:56:44 GMT
39482              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
39483              pack U0, pack C0
39484      Branch: maint-5.6/perl
39485           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
39486           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
39487           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
39488           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
39489 ____________________________________________________________________________
39490 [  7767] By: gsar                                  on 2000/11/20  10:51:38
39491         Log: integrate change#6250 from cfgperl
39492              
39493              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
39494              From: Doug MacEachern <dougm@covalent.net>
39495              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
39496              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
39497      Branch: maint-5.6/perl
39498           +> t/op/my_stash.t
39499           !> MANIFEST embed.pl global.sym proto.h toke.c
39500 ____________________________________________________________________________
39501 [  7766] By: gsar                                  on 2000/11/20  10:48:34
39502         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
39503              
39504              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
39505              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
39506              Date: Mon, 26 Jun 2000 18:40:14 +0100
39507              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
39508              
39509              Subject: [PATCH] bytes<->utf8 fixes
39510              From: simon@brecon.co.uk (Simon Cozens)
39511              Date: 26 Jun 2000 04:55:45 GMT
39512              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
39513              
39514              Subject: [PATCH] is_utf8_string
39515              From: simon@brecon.co.uk (Simon Cozens)
39516              Date: 26 Jun 2000 02:25:59 GMT
39517              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
39518              
39519              Subject: [PATCH] avoid mg_ptr in '*' magic
39520              From: Doug MacEachern <dougm@covalent.net>
39521              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
39522              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
39523              
39524              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
39525              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
39526              Date: Sat, 24 Jun 2000 13:06:20 +0100
39527              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
39528              
39529              Allow for standalone testing.
39530              
39531              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
39532              From: Mark-Jason Dominus <mjd@plover.com>
39533              Date: Tue, 27 Jun 2000 22:36:42 -0400
39534              Message-ID: <20000628023642.12166.qmail@plover.com>
39535              
39536              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
39537              From: Frank Tobin <ftobin@uiuc.edu>
39538              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
39539              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
39540      Branch: maint-5.6/perl
39541           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
39542           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
39543           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
39544           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
39545           !> utf8.c utils/h2xs.PL
39546 ____________________________________________________________________________
39547 [  7765] By: gsar                                  on 2000/11/20  10:29:13
39548         Log: integrate change#6239 from cfgperl
39549              
39550              Configure maintenance.  Sever some dependency cycles,
39551              separate gccversion from the cc unit,
39552              address [ID 20000623.006] Configure script patch for using gcc on AIX
39553              (but solve it a little bit differently),
39554              unduplex some accidentally duplicated units,
39555              suggest using gcc if no cc available
39556              (p5p thread: "Solaris configure: counterproposal", 1999-09)
39557      Branch: maint-5.6/perl
39558           !> Configure Todo-5.6 config_h.SH
39559 ____________________________________________________________________________
39560 [  7764] By: gsar                                  on 2000/11/20  10:25:55
39561         Log: integrate changes#6233..6238 from cfgperl
39562              
39563              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
39564              From: Mark-Jason Dominus <mjd@plover.com>
39565              Date: Fri, 16 Jun 2000 20:53:04 -0400
39566              Message-ID: <20000617005304.8008.qmail@plover.com>
39567              
39568              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
39569              because when run as services (Win32ese for daemons)
39570              no environment variables are set and tmpdir ends up as /tmp,
39571              which is ambiguous.
39572              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
39573              From: matt@sergeant.org
39574              Date: 16 Jun 2000 16:30:43 -0000
39575              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
39576              
39577              The thread begun by
39578              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
39579              From: Kevin.Ruscoe@ubsw.com
39580              Date: Fri, 16 Jun 2000 16:38:51 +0100
39581              Message-Id: <H000019b03c300d6@MHS>
39582              
39583              Tweak embed.pl, regen headers.
39584              
39585              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
39586              From: Dan Sugalski <dan@sidhe.org>
39587              Date: Fri, 23 Jun 2000 17:00:00 -0400
39588              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
39589      Branch: maint-5.6/perl
39590           !> (integrate 27 files)
39591 ____________________________________________________________________________
39592 [  7763] By: gsar                                  on 2000/11/20  10:08:08
39593         Log: s/perl56delta/perldelta/g
39594      Branch: maint-5.6/perl
39595            ! pod/Makefile
39596 ____________________________________________________________________________
39597 [  7762] By: gsar                                  on 2000/11/20  10:04:00
39598         Log: integrate changes#6225,6229,6231,6232 from cfgperl
39599              
39600              Add source code filenames to apidoc.
39601              From: simon@brecon.co.uk (Simon Cozens)
39602              Subject: [PATCH embed.pl] Source X-ref
39603              Date: 22 Jun 2000 02:18:49 GMT
39604              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
39605              
39606              Subject: README.hpux version 0.6.1
39607              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
39608              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
39609              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
39610              
39611              Subject: [PATCH 5.6.0] cygwin port
39612              From: "Fifer, Eric" <EFifer@sanwaint.com>
39613              Date: Tue, 20 Jun 2000 14:30:58 +0100
39614              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
39615              
39616              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
39617              From: simon@brecon.co.uk (Simon Cozens)
39618              Date: 19 Jun 2000 15:18:27 GMT
39619              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
39620              
39621              plus update pod/Makefile and regenerate perltoc
39622      Branch: maint-5.6/perl
39623           +> pod/perlutil.pod
39624           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
39625           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
39626 ____________________________________________________________________________
39627 [  7761] By: jhi                                   on 2000/11/20  04:09:55
39628         Log: Miraculous typo.
39629      Branch: perl
39630            ! t/op/pat.t
39631 ____________________________________________________________________________
39632 [  7760] By: jhi                                   on 2000/11/20  04:06:08
39633         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
39634              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39635              Date: Sun, 19 Nov 2000 22:30:26 -0500
39636              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
39637      Branch: perl
39638            ! regexec.c scope.h t/op/pat.t
39639 ____________________________________________________________________________
39640 [  7759] By: jhi                                   on 2000/11/20  02:05:22
39641         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
39642      Branch: perl
39643            ! perl.h
39644 ____________________________________________________________________________
39645 [  7758] By: jhi                                   on 2000/11/20  01:58:11
39646         Log: Subject: [perl 7711: EPOC] updates
39647              From: Olaf Flebbe <o.flebbe@gmx.de>
39648              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
39649              Message-ID: <25575.974658810@www23.gmx.net>               
39650      Branch: perl
39651            + lib/File/Spec/Epoc.pm
39652            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
39653            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
39654            ! lib/File/Spec.pm perl.c sv.c
39655 ____________________________________________________________________________
39656 [  7757] By: jhi                                   on 2000/11/20  01:53:11
39657         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
39658      Branch: perl
39659            ! MANIFEST
39660 ____________________________________________________________________________
39661 [  7756] By: jhi                                   on 2000/11/20  01:47:22
39662         Log: Integrate perlio.
39663      Branch: perl
39664            - ext/re/hints/MSWin32.pl
39665           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
39666           !> win32/config.gc win32/config_H.gc win32/win32sck.c
39667 ____________________________________________________________________________
39668 [  7755] By: nick                                  on 2000/11/19  20:57:17
39669         Log: Add dummy crlf layer (just as buffer)
39670              Correct 1st bug - one layer of indirection.
39671      Branch: perlio
39672            ! perlio.c perlio.h perliol.h
39673 ____________________________________________________________________________
39674 [  7754] By: nick                                  on 2000/11/19  20:56:12
39675         Log: Work-round to Perl_deb_nocontext is no longer required
39676      Branch: perlio
39677            - ext/re/hints/MSWin32.pl
39678 ____________________________________________________________________________
39679 [  7753] By: nick                                  on 2000/11/19  20:01:16
39680         Log: diff -se shows these as different
39681      Branch: perlio
39682            ! global.sym pod/perlapi.pod
39683 ____________________________________________________________________________
39684 [  7752] By: nick                                  on 2000/11/19  18:57:30
39685         Log: Configure GCC/Win32 build -Duseperlio
39686              Fix a couple of gross issues
39687              - double-include of ../deb.o in re.dll
39688              - win32sck.c needs PerlIO and FILE 
39689      Branch: perlio
39690            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
39691            ! win32/win32sck.c
39692 ____________________________________________________________________________
39693 [  7751] By: nick                                  on 2000/11/19  17:05:36
39694         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
39695      Branch: perlio
39696            ! perlio.c
39697 ____________________________________________________________________________
39698 [  7750] By: nick                                  on 2000/11/19  16:57:14
39699         Log: Missing aTHX_
39700      Branch: perlio
39701            ! sv.c
39702 ____________________________________________________________________________
39703 [  7749] By: jhi                                   on 2000/11/19  16:28:40
39704         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
39705              From: "Peter J. Farley III" <pjfarley@banet.net>
39706              Date: Sun, 19 Nov 2000 01:42:58 -0500
39707              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
39708      Branch: perl
39709            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
39710 ____________________________________________________________________________
39711 [  7748] By: jhi                                   on 2000/11/19  16:08:10
39712         Log: Subject: podlators 1.05 available        
39713              From: Russ Allbery <rra@stanford.edu>   
39714              Date: 18 Nov 2000 22:04:28 -0800
39715              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
39716      Branch: perl
39717            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
39718 ____________________________________________________________________________
39719 [  7747] By: nick                                  on 2000/11/19  11:19:39
39720         Log: Integrate mainline
39721      Branch: perlio
39722           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
39723           !> util.c
39724 ____________________________________________________________________________
39725 [  7746] By: jhi                                   on 2000/11/19  06:42:22
39726         Log: Make hex scanning warn on "\x{x}" and "\xx".
39727              "\x" and and hex("x") are still valid.
39728      Branch: perl
39729            ! util.c
39730 ____________________________________________________________________________
39731 [  7745] By: nick                                  on 2000/11/18  22:52:28
39732         Log: Integrate mainline
39733      Branch: perlio
39734           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
39735           !> perl.h perlio.c proto.h regcomp.c regcomp.h
39736 ____________________________________________________________________________
39737 [  7744] By: jhi                                   on 2000/11/18  22:50:28
39738         Log: Introduce Perl_utf8_length().  Use it.
39739      Branch: perl
39740            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
39741 ____________________________________________________________________________
39742 [  7743] By: jhi                                   on 2000/11/18  22:38:51
39743         Log: Compiler denit.
39744      Branch: perl
39745            ! perlio.c
39746 ____________________________________________________________________________
39747 [  7742] By: jhi                                   on 2000/11/18  20:33:05
39748         Log: Integrate perlio.
39749      Branch: perl
39750           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
39751           !> perlio.h pp_ctl.c pp_sys.c sv.c
39752 ____________________________________________________________________________
39753 [  7741] By: jhi                                   on 2000/11/18  20:31:27
39754         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
39755              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39756              Date: Fri, 17 Nov 2000 20:35:11 -0500
39757              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
39758              
39759              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
39760              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39761              Date: Fri, 17 Nov 2000 21:03:47 -0500
39762              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
39763              
39764              Plus a little bit of tweaking in pregcomp().
39765      Branch: perl
39766            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
39767 ____________________________________________________________________________
39768 [  7740] By: nick                                  on 2000/11/18  20:17:22
39769         Log: Lexical use open ... support:
39770              add ->cop_io to COP structure in cop.h.
39771              Make mg.c and gv.c associate it with ${^OPEN}.
39772              Make lib/open.pm set it.
39773              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
39774              manner similar to ->cop_warnings.
39775              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
39776              call new PerlIO_apply_layers().
39777              Declare latter in perlio.h and define in perlio.c
39778      Branch: perlio
39779            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
39780            ! perlio.h pp_ctl.c pp_sys.c sv.c
39781 ____________________________________________________________________________
39782 [  7739] By: jhi                                   on 2000/11/18  19:54:00
39783         Log: Integrate perlio.
39784      Branch: perl
39785           !> doio.c perlio.c pp.c
39786 ____________________________________________________________________________
39787 [  7738] By: jhi                                   on 2000/11/18  17:16:13
39788         Log: Subject: [PATCH 5.7.0] etags broken again
39789              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39790              Date: Sat, 18 Nov 2000 02:41:36 -0500
39791              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
39792      Branch: perl
39793            ! emacs/ptags
39794 ____________________________________________________________________________
39795 [  7737] By: jhi                                   on 2000/11/18  17:12:18
39796         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
39797      Branch: perl
39798            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
39799 ____________________________________________________________________________
39800 [  7736] By: nick                                  on 2000/11/18  14:06:20
39801         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
39802              part to be isolated.
39803      Branch: perlio
39804            ! doio.c perlio.c
39805 ____________________________________________________________________________
39806 [  7735] By: nick                                  on 2000/11/18  11:03:32
39807         Log: Integrate mainline
39808      Branch: perlio
39809           !> Changes README.amiga README.win32 patchlevel.h
39810           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
39811 ____________________________________________________________________________
39812 [  7734] By: jhi                                   on 2000/11/18  01:18:56
39813         Log: Update Changes.
39814      Branch: perl
39815            ! Changes patchlevel.h
39816 ____________________________________________________________________________
39817 [  7733] By: jhi                                   on 2000/11/18  00:32:54
39818         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
39819              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39820              Date: Fri, 17 Nov 2000 17:28:02 -0500
39821              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
39822      Branch: perl
39823            ! regcomp.c regexec.c t/op/re_tests
39824 ____________________________________________________________________________
39825 [  7732] By: jhi                                   on 2000/11/18  00:28:56
39826         Log: Sparc 64-bit pack() fix from Jens Hamisch.
39827      Branch: perl
39828            ! pp.c
39829 ____________________________________________________________________________
39830 [  7731] By: jhi                                   on 2000/11/18  00:18:39
39831         Log: Explain in more detail the {} syntax ambiguousity.
39832              
39833              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
39834              From: Nicholas Clark <nick@ccl4.org>
39835              Date: Fri, 17 Nov 2000 22:10:28 +0000
39836              Message-ID: <20001117221028.A88930@plum.flirble.org>
39837      Branch: perl
39838            ! pod/perlfunc.pod
39839 ____________________________________________________________________________
39840 [  7730] By: jhi                                   on 2000/11/18  00:12:18
39841         Log: Subject: Fix for README.amiga (20000323.033)
39842              From: "Stephen P. Potter" <spp@spotter.yi.org>
39843              Date: Fri, 17 Nov 2000 12:25:51 -0500
39844              Message-Id: <200011171725.MAA05768@spotter.yi.org>
39845      Branch: perl
39846            ! README.amiga
39847 ____________________________________________________________________________
39848 [  7729] By: jhi                                   on 2000/11/18  00:08:34
39849         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
39850              From: "A. C. Yardley" <yardley@tanet.net>
39851              Date: Mon, 3 Apr 2000 11:35:33 -0700
39852              Message-ID: <3483.000403@tanet.net>
39853      Branch: perl
39854            ! README.win32
39855 ____________________________________________________________________________
39856 [  7728] By: nick                                  on 2000/11/17  21:59:47
39857         Log: Integrate mainline
39858      Branch: perlio
39859           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
39860           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
39861           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
39862           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
39863 ____________________________________________________________________________
39864 [  7727] By: nick                                  on 2000/11/17  21:56:31
39865         Log: Experiment on use of attributes.pm interface.
39866              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
39867              SVt_PVRV if not already something better (else vivify of say magic gets
39868              core dump).
39869      Branch: perlio
39870            ! perlio.c pp.c
39871 ____________________________________________________________________________
39872 [  7726] By: jhi                                   on 2000/11/17  14:15:49
39873         Log: Subject: Fix for 20000815.006
39874              From: "Stephen P. Potter" <spp@spotter.yi.org>
39875              Date: Fri, 17 Nov 2000 08:57:45 -0500
39876              Message-Id: <200011171357.IAA05122@spotter.yi.org>
39877              
39878              It's really 20000518.006.
39879      Branch: perl
39880            ! pod/perlmodlib.PL
39881 ____________________________________________________________________________
39882 [  7725] By: jhi                                   on 2000/11/17  14:12:31
39883         Log: Subject: Fix for 20000409.001
39884              From: "Stephen P. Potter" <spp@spotter.yi.org>
39885              Date: Fri, 17 Nov 2000 08:55:45 -0500
39886              Message-Id: <200011171355.IAA05104@spotter.yi.org>
39887      Branch: perl
39888            ! pod/perlfaq9.pod
39889 ____________________________________________________________________________
39890 [  7724] By: jhi                                   on 2000/11/17  14:08:58
39891         Log: Undo #7627 now that we have =head3.
39892      Branch: perl
39893            ! pod/perlhack.pod
39894 ____________________________________________________________________________
39895 [  7723] By: jhi                                   on 2000/11/17  14:04:09
39896         Log: As surmised the #7719 wasn't a good move.
39897      Branch: perl
39898            ! hints/solaris_2.sh
39899 ____________________________________________________________________________
39900 [  7722] By: jhi                                   on 2000/11/17  13:59:04
39901         Log: Also the 64bitall hints can be either here or there.
39902      Branch: perl
39903            ! hints/solaris_2.sh
39904 ____________________________________________________________________________
39905 [  7721] By: jhi                                   on 2000/11/17  02:26:23
39906         Log: Test tweak for the open pragma.
39907      Branch: perl
39908            ! t/lib/b.t
39909 ____________________________________________________________________________
39910 [  7720] By: jhi                                   on 2000/11/17  00:23:22
39911         Log: The long double hints can be here or there.
39912      Branch: perl
39913            ! hints/solaris_2.sh
39914 ____________________________________________________________________________
39915 [  7719] By: jhi                                   on 2000/11/17  00:14:06
39916         Log: For Solaris use64bitall the stdchar needs a little bit of help.
39917      Branch: perl
39918            ! hints/solaris_2.sh
39919 ____________________________________________________________________________
39920 [  7718] By: jhi                                   on 2000/11/16  23:27:34
39921         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
39922              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
39923              Date: Wed, 15 Nov 2000 08:56:32 +0100
39924              Message-ID: <3A1241B0.64477E00@alcatel.at>
39925      Branch: perl
39926            ! lib/Carp/Heavy.pm
39927 ____________________________________________________________________________
39928 [  7717] By: jhi                                   on 2000/11/16  23:23:29
39929         Log: Subject: [PATCH] Re: 20001101.003 PDL
39930              From: Nicholas Clark <nick@ccl4.org>
39931              Date: Thu, 16 Nov 2000 16:48:25 +0000
39932              Message-ID: <20001116164825.B93487@plum.flirble.org>
39933      Branch: perl
39934            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
39935 ____________________________________________________________________________
39936 [  7716] By: jhi                                   on 2000/11/16  23:21:31
39937         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
39938              From: "Casey R. Tweten" <crt@kiski.net>
39939              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
39940              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
39941      Branch: perl
39942            ! lib/Pod/Checker.pm pod/perlpod.pod
39943 ____________________________________________________________________________
39944 [  7715] By: jhi                                   on 2000/11/16  23:19:40
39945         Log: Avoid an infinite loop in VMS when utils scripts are run
39946              with no arguments, from Charles Lane.
39947      Branch: perl
39948            ! configure.com
39949 ____________________________________________________________________________
39950 [  7714] By: jhi                                   on 2000/11/16  23:17:08
39951         Log: Subject: perllocale.pod changes
39952              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
39953              Date: Mon, 13 Nov 2000 10:09:22 +0300
39954              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
39955      Branch: perl
39956            ! pod/perllocale.pod
39957 ____________________________________________________________________________
39958 [  7713] By: jhi                                   on 2000/11/16  23:14:06
39959         Log: Integrate perlio.
39960      Branch: perl
39961           !> doio.c perlio.c perlio.h util.c
39962 ____________________________________________________________________________
39963 [  7712] By: nick                                  on 2000/11/16  21:10:58
39964         Log: Integrate mainline
39965      Branch: perlio
39966           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
39967           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
39968           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
39969           !> vos/config.ga.def vos/config.ga.h win32/config.bc
39970           !> win32/config.gc win32/config.vc
39971 ____________________________________________________________________________
39972 [  7711] By: nick                                  on 2000/11/16  19:56:41
39973         Log: Minor tweaks:
39974              consistent way of getting 'rb', 'wb' etc. for binary opens
39975              move *perlio::layers to *open::layers
39976              a #define to show layers available
39977              DOSISH popen/PerlIO had export/import sense inverted.
39978      Branch: perlio
39979            ! doio.c perlio.c perlio.h util.c
39980 ____________________________________________________________________________
39981 [  7710] By: jhi                                   on 2000/11/16  15:46:05
39982         Log: Add HAS_SBRK_PROTO.
39983      Branch: metaconfig/U/perl
39984            + d_sbrkproto.U
39985      Branch: perl
39986            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39987            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
39988            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
39989            ! vos/config.ga.def vos/config.ga.h win32/config.bc
39990            ! win32/config.gc win32/config.vc
39991 ____________________________________________________________________________
39992 [  7709] By: nick                                  on 2000/11/16  07:31:49
39993         Log: Integrate mainline
39994      Branch: perlio
39995           !> (integrate 35 files)
39996 ____________________________________________________________________________
39997 [  7708] By: jhi                                   on 2000/11/16  05:33:03
39998         Log: These files are text, not binary.
39999      Branch: perl
40000            ! ext/Encode/Encode/iso8859-10.enc
40001            ! ext/Encode/Encode/iso8859-13.enc
40002            ! ext/Encode/Encode/iso8859-14.enc
40003            ! ext/Encode/Encode/iso8859-15.enc
40004 ____________________________________________________________________________
40005 [  7707] By: jhi                                   on 2000/11/16  01:53:37
40006         Log: Update Changes.
40007      Branch: perl
40008            ! Changes patchlevel.h
40009 ____________________________________________________________________________
40010 [  7706] By: jhi                                   on 2000/11/16  01:35:59
40011         Log: More #undefing of stdio.
40012      Branch: perl
40013            ! fakesdio.h nostdio.h
40014 ____________________________________________________________________________
40015 [  7705] By: jhi                                   on 2000/11/16  01:34:18
40016         Log: Add fwalk() probe to the configuration files and regen perltoc.
40017      Branch: perl
40018            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40019            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
40020            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
40021            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
40022            ! win32/config.bc win32/config.gc win32/config.vc
40023 ____________________________________________________________________________
40024 [  7704] By: jhi                                   on 2000/11/16  01:33:07
40025         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
40026              an optional third argument to Inlibc?)
40027      Branch: metaconfig/U/perl
40028            + d__fwalk.U
40029 ____________________________________________________________________________
40030 [  7703] By: jhi                                   on 2000/11/16  01:09:22
40031         Log: The type of the hash_cb() size argument is tricky.
40032      Branch: perl
40033            ! ext/DB_File/DB_File.xs
40034 ____________________________________________________________________________
40035 [  7702] By: jhi                                   on 2000/11/15  23:01:16
40036         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
40037      Branch: perl
40038            ! nostdio.h
40039 ____________________________________________________________________________
40040 [  7701] By: jhi                                   on 2000/11/15  22:52:32
40041         Log: Detypo.
40042      Branch: perl
40043            ! t/lib/bigfltpm.t
40044 ____________________________________________________________________________
40045 [  7700] By: jhi                                   on 2000/11/15  22:51:56
40046         Log: UINT64_C() work continues.
40047      Branch: perl
40048            ! handy.h perl.h utf8.h
40049 ____________________________________________________________________________
40050 [  7699] By: jhi                                   on 2000/11/15  14:13:04
40051         Log: SOCKS has its own USE_THREADS, based on
40052              
40053              Subject: [ID 20001114.002] et. al. bugfix followup
40054              From: Jens Hamisch <jens@Strawberry.COM> 
40055              Date: Wed, 15 Nov 2000 14:23:11 +0100
40056              Message-ID: <20001115142311.A21164@Strawberry.COM>
40057      Branch: perl
40058            ! perl.h
40059 ____________________________________________________________________________
40060 [  7698] By: jhi                                   on 2000/11/15  03:50:56
40061         Log: Add few missing #undefs and sort them.
40062      Branch: perl
40063            ! fakesdio.h
40064 ____________________________________________________________________________
40065 [  7697] By: jhi                                   on 2000/11/15  03:39:14
40066         Log: Linenumber fix.
40067      Branch: perl
40068            ! t/pragma/warn/utf8
40069 ____________________________________________________________________________
40070 [  7696] By: jhi                                   on 2000/11/15  02:55:26
40071         Log: EBCDIC tweaks.
40072              
40073              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
40074              From: Peter Prymmer <pvhp@forte.com>
40075              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
40076              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
40077      Branch: perl
40078            ! t/op/regmesg.t t/pragma/warn/utf8
40079 ____________________________________________________________________________
40080 [  7695] By: jhi                                   on 2000/11/15  02:53:58
40081         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
40082              From: Peter Prymmer <pvhp@forte.com>
40083              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
40084              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
40085      Branch: perl
40086            ! utf8.c
40087 ____________________________________________________________________________
40088 [  7694] By: jhi                                   on 2000/11/15  02:50:55
40089         Log: Subject: [PATCH: perl@7674] updates to README.os390
40090              From: Prymmer/Kahn <pvhp@best.com>
40091              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
40092              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
40093      Branch: perl
40094            ! README.os390
40095 ____________________________________________________________________________
40096 [  7693] By: jhi                                   on 2000/11/15  02:48:37
40097         Log: Quit utf8_to_uv() instantly if curlen == 0.
40098      Branch: perl
40099            ! utf8.c
40100 ____________________________________________________________________________
40101 [  7692] By: jhi                                   on 2000/11/15  02:24:29
40102         Log: Use u_int32_t for the size of hash_cb(), not size_t.
40103              
40104              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
40105              From: Jens Hamisch <jens@Strawberry.COM>     
40106              Date: Tue, 14 Nov 2000 19:03:55 +0100
40107              Message-Id: <20001114190355.A20559@Strawberry.COM>
40108      Branch: perl
40109            ! ext/DB_File/DB_File.xs
40110 ____________________________________________________________________________
40111 [  7691] By: jhi                                   on 2000/11/15  02:20:12
40112         Log: Use UINT64_C().
40113              
40114              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
40115              From: Jens Hamisch <jens@Strawberry.COM>
40116              Date: Tue, 14 Nov 2000 19:16:23 +0100
40117              Message-Id: <20001114191623.G20559@Strawberry.COM>
40118      Branch: perl
40119            ! utf8.c utf8.h
40120 ____________________________________________________________________________
40121 [  7690] By: jhi                                   on 2000/11/15  02:17:06
40122         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
40123              (a macro to define signed and unsigned integer constants).
40124      Branch: perl
40125            ! handy.h
40126 ____________________________________________________________________________
40127 [  7689] By: jhi                                   on 2000/11/15  01:56:51
40128         Log: Regen Configure.
40129      Branch: perl
40130            ! Configure
40131 ____________________________________________________________________________
40132 [  7688] By: jhi                                   on 2000/11/15  01:56:32
40133         Log: Make the unit know about SOCKS.
40134      Branch: metaconfig
40135            ! U/protos/socksizetype.U
40136 ____________________________________________________________________________
40137 [  7687] By: jhi                                   on 2000/11/15  01:54:47
40138         Log: Remove unused dependencies.
40139      Branch: metaconfig
40140            ! U/compline/d_getpagsz.U
40141 ____________________________________________________________________________
40142 [  7686] By: nick                                  on 2000/11/14  21:25:13
40143         Log: Integrate mainline.
40144      Branch: perlio
40145           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
40146           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
40147           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
40148           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
40149           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
40150           !> win32/config.bc win32/config.gc win32/config.vc
40151           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
40152 ____________________________________________________________________________
40153 [  7685] By: jhi                                   on 2000/11/14  17:54:56
40154         Log: Integrate perlio.
40155      Branch: perl
40156           +> fakesdio.h perliol.h
40157           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
40158           !> perlsdio.h perlsfio.h pod/perlfunc.pod
40159 ____________________________________________________________________________
40160 [  7684] By: nick                                  on 2000/11/14  17:43:04
40161         Log: PerlIO #include and #ifdef re-work.
40162      Branch: perlio
40163            + fakesdio.h perliol.h
40164            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
40165            ! perlsdio.h perlsfio.h
40166 ____________________________________________________________________________
40167 [  7683] By: jhi                                   on 2000/11/14  15:42:40
40168         Log: Hoist the duplicated socket/netdb include logic to perl.h;
40169              undef SETERRNO in case SOCKS has defined it.  Based on:
40170              
40171              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
40172              From: Jens Hamisch <jens@Strawberry.COM> 
40173              Date: Tue, 14 Nov 2000 11:34:40 +0100
40174              Message-Id: <20001114113440.A20005@Strawberry.COM>
40175      Branch: perl
40176            ! doio.c perl.h pp_sys.c
40177 ____________________________________________________________________________
40178 [  7682] By: jhi                                   on 2000/11/14  14:07:28
40179         Log: Subject: some additions for makefiles for win32 (for perl@7674)
40180              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
40181              Date: Tue, 14 Nov 2000 09:31:13 +0300
40182              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
40183      Branch: perl
40184            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
40185            ! win32/makefile.mk
40186 ____________________________________________________________________________
40187 [  7681] By: jhi                                   on 2000/11/14  14:01:41
40188         Log: Subject: tiny typo in perl5db.pl
40189              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
40190              Date: Tue, 14 Nov 2000 09:29:28 +0300
40191              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
40192      Branch: perl
40193            ! lib/perl5db.pl
40194 ____________________________________________________________________________
40195 [  7680] By: jhi                                   on 2000/11/14  04:13:50
40196         Log: Redo #7679 with LFs instead of CRLFs.
40197      Branch: perl
40198            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
40199            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
40200            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
40201 ____________________________________________________________________________
40202 [  7679] By: jhi                                   on 2000/11/14  01:21:09
40203         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
40204              From: Benjamin Stuhl <tiriath@yahoo.com> 
40205              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
40206              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
40207      Branch: perl
40208            + win32/bin/mdelete.bat
40209            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
40210            ! makedef.pl perlio.c win32/Makefile win32/config.gc
40211            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
40212 ____________________________________________________________________________
40213 [  7678] By: jhi                                   on 2000/11/14  01:19:20
40214         Log: Fix the re extension building for Win32.
40215              
40216              Subject: [PATCH perl@7638] Get PerlIO building on Win32
40217              From: Benjamin Stuhl <tiriath@yahoo.com> 
40218              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
40219              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
40220      Branch: perl
40221            + ext/re/hints/MSWin32.pl
40222            ! MANIFEST
40223 ____________________________________________________________________________
40224 [  7677] By: jhi                                   on 2000/11/14  01:13:54
40225         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
40226              From: sthoenna@efn.org
40227              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
40228              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
40229      Branch: perl
40230            ! doop.c pp.c toke.c utf8.c utf8.h
40231 ____________________________________________________________________________
40232 [  7676] By: jhi                                   on 2000/11/13  20:23:15
40233         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
40234              From: Nicholas Clark <nick@ccl4.org>
40235              Date: Mon, 13 Nov 2000 18:55:04 +0000
40236              Message-ID: <20001113185504.J29183@plum.flirble.org>
40237      Branch: perl
40238            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
40239 ____________________________________________________________________________
40240 [  7675] By: nick                                  on 2000/11/13  20:21:57
40241         Log: Integrate mainline ...
40242      Branch: perlio
40243           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
40244           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
40245           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
40246           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
40247 ____________________________________________________________________________
40248 [  7674] By: jhi                                   on 2000/11/13  15:07:56
40249         Log: Update Changes.
40250      Branch: perl
40251            ! Changes patchlevel.h
40252 ____________________________________________________________________________
40253 [  7673] By: jhi                                   on 2000/11/13  14:42:42
40254         Log: Remove the new two tests of lib/io_xs for now, they seem to
40255              fail under perlio on some platforms.
40256      Branch: perl
40257            ! t/lib/io_xs.t
40258 ____________________________________________________________________________
40259 [  7672] By: jhi                                   on 2000/11/13  13:57:53
40260         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
40261      Branch: perl
40262            ! perlio.c
40263 ____________________________________________________________________________
40264 [  7671] By: jhi                                   on 2000/11/13  05:30:48
40265         Log: Placate nervous compilers that see longer than ints switch()ing.
40266      Branch: perl
40267            ! utf8.c
40268 ____________________________________________________________________________
40269 [  7670] By: jhi                                   on 2000/11/13  05:14:21
40270         Log: fputs() does return EOF on error but here we don't care.
40271      Branch: perl
40272            ! perlio.c
40273 ____________________________________________________________________________
40274 [  7669] By: jhi                                   on 2000/11/13  05:02:45
40275         Log: Declare reg_data like reg_substr_data.
40276      Branch: perl
40277            ! regexp.h
40278 ____________________________________________________________________________
40279 [  7668] By: jhi                                   on 2000/11/13  04:54:34
40280         Log: Typos in #7667.
40281      Branch: perl
40282            ! perl.h
40283 ____________________________________________________________________________
40284 [  7667] By: jhi                                   on 2000/11/13  04:49:49
40285         Log: Cleanup messy #ifdef.
40286      Branch: perl
40287            ! perl.h
40288 ____________________________________________________________________________
40289 [  7666] By: jhi                                   on 2000/11/13  04:17:34
40290         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
40291              From: Nicholas Clark <nick@talking.bollo.cx>
40292              Date: Sun, 12 Nov 2000 21:14:11 +0000
40293              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
40294              
40295              Note: only one breakage of the two reported is fixed by this patch.
40296      Branch: perl
40297            ! perlio.c
40298 ____________________________________________________________________________
40299 [  7665] By: jhi                                   on 2000/11/13  04:05:07
40300         Log: Tweak the definition of the bit complement on UTF-8 data:
40301              if none of the characters in the string are > 0xff,
40302              the result is a complemented byte string, not a (UTF-8)
40303              char string.  Based on the summary in
40304              
40305              Subject: Re: [ID 20000918.005] ~ on wide chars
40306              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
40307              Date: Fri, 10 Nov 2000 09:47:15 -0800
40308              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
40309              
40310              This should give us the maximum backward (pre-char string)
40311              compatibility and utf8 compatibility.  The other alternative
40312              would be to limit the bit complement to be always byte only,
40313              taking the least significant byte of the chars.
40314      Branch: perl
40315            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
40316 ____________________________________________________________________________
40317 [  7664] By: jhi                                   on 2000/11/13  00:23:44
40318         Log: Couple of tests from #7660 salvaged.
40319      Branch: perl
40320            - t/op/tell.t
40321            ! MANIFEST t/io/tell.t
40322 ____________________________________________________________________________
40323 [  7663] By: jhi                                   on 2000/11/13  00:02:48
40324         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
40325              From: Nicholas Clark <nick@talking.bollo.cx>
40326              Date: Sun, 12 Nov 2000 21:23:43 +0000
40327              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
40328      Branch: perl
40329            ! perlsfio.h
40330 ____________________________________________________________________________
40331 [  7662] By: jhi                                   on 2000/11/13  00:01:39
40332         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
40333              From: Nicholas Clark <nick@talking.bollo.cx>
40334              Date: Sun, 12 Nov 2000 21:30:04 +0000
40335              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
40336      Branch: perl
40337            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
40338 ____________________________________________________________________________
40339 [  7661] By: jhi                                   on 2000/11/12  23:57:29
40340         Log: Document tell() on special streams.
40341      Branch: perl
40342            ! pod/perlfunc.pod
40343 ____________________________________________________________________________
40344 [  7660] By: jhi                                   on 2000/11/12  23:54:22
40345         Log: (Subsumed by #7664)
40346      Branch: perl
40347            + t/op/tell.t
40348            ! MANIFEST
40349 ____________________________________________________________________________
40350 [  7659] By: jhi                                   on 2000/11/12  22:55:25
40351         Log: Many subdocumented return values of the IO extension now documented.
40352              ungetc and write still left subdocumented.
40353              
40354              Subject: [PATCH] (was Re: IO::Handle::ungetc)
40355              From: Nicholas Clark <nick@talking.bollo.cx>
40356              Date: Sun, 12 Nov 2000 21:35:53 +0000
40357              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
40358      Branch: perl
40359            ! ext/IO/lib/IO/Handle.pm
40360 ____________________________________________________________________________
40361 [  7658] By: jhi                                   on 2000/11/12  21:37:06
40362         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
40363              From: Nicholas Clark <nick@talking.bollo.cx>
40364              Date: Sun, 12 Nov 2000 20:03:22 +0000
40365              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
40366      Branch: perl
40367            ! pod/perlfunc.pod
40368 ____________________________________________________________________________
40369 [  7657] By: jhi                                   on 2000/11/12  20:34:55
40370         Log: Integrate perlio.
40371      Branch: perl
40372           !> perlio.c
40373 ____________________________________________________________________________
40374 [  7656] By: nick                                  on 2000/11/12  19:25:06
40375         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
40376      Branch: perlio
40377            ! perlio.c
40378 ____________________________________________________________________________
40379 [  7655] By: nick                                  on 2000/11/12  19:09:41
40380         Log: Integrate mainline
40381      Branch: perlio
40382           +> README.solaris ext/Encode/Encode/cp1006.enc
40383           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
40384           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
40385           +> ext/Encode/Encode/iso8859-13.enc
40386           +> ext/Encode/Encode/iso8859-14.enc
40387           +> ext/Encode/Encode/iso8859-15.enc
40388           !> (integrate 34 files)
40389 ____________________________________________________________________________
40390 [  7654] By: jhi                                   on 2000/11/12  19:00:22
40391         Log: Add a metaconfig unit for fsync.
40392      Branch: metaconfig/U/perl
40393            + d_fsync.U
40394 ____________________________________________________________________________
40395 [  7653] By: jhi                                   on 2000/11/12  19:00:01
40396         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
40397      Branch: perl
40398            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40399            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
40400            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
40401            ! vos/config.ga.h win32/config.bc win32/config.gc
40402            ! win32/config.vc
40403 ____________________________________________________________________________
40404 [  7652] By: jhi                                   on 2000/11/11  21:12:01
40405         Log: Copy the s// information of README.hpux also to the perlrun.
40406      Branch: perl
40407            ! README.hpux pod/perlrun.pod
40408 ____________________________________________________________________________
40409 [  7651] By: jhi                                   on 2000/11/11  21:03:13
40410         Log: More README.solaris updates from Andy Dougherty.
40411      Branch: perl
40412            ! README.solaris
40413 ____________________________________________________________________________
40414 [  7650] By: jhi                                   on 2000/11/11  18:38:57
40415         Log: More descriptive error for unknown perlio layers.
40416              
40417              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
40418              From: Dominic Dunlop <domo@computer.org> 
40419              Date: Sat, 11 Nov 2000 18:20:32 +0100             
40420              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
40421      Branch: perl
40422            ! perlio.c pod/perldiag.pod
40423 ____________________________________________________________________________
40424 [  7649] By: jhi                                   on 2000/11/11  18:37:52
40425         Log: MachTen doesn't really do mmap() and munmap().
40426              
40427              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
40428              From: Dominic Dunlop <domo@computer.org> 
40429              Date: Sat, 11 Nov 2000 18:20:32 +0100             
40430              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
40431      Branch: perl
40432            ! hints/machten.sh
40433 ____________________________________________________________________________
40434 [  7648] By: jhi                                   on 2000/11/11  18:36:46
40435         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
40436              From: rspier@pobox.com (Robert Spier)
40437              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
40438              Message-ID: <14861.32839.491271.985797@rls.cx>
40439      Branch: perl
40440            ! Porting/Contract pod/perltoot.pod
40441 ____________________________________________________________________________
40442 [  7647] By: jhi                                   on 2000/11/11  18:35:30
40443         Log: Simplify the getpagesize() unit by dropping the
40444              pagesize probe since it's nowadays slightly more
40445              complicated because of sysconf(). (Note: if some
40446              platform really needs the -lPW for getpagesize,
40447              I just broke it.)
40448              
40449              TODO: a new pagesize unit.
40450      Branch: metaconfig
40451            ! U/compline/d_getpagsz.U
40452 ____________________________________________________________________________
40453 [  7646] By: jhi                                   on 2000/11/11  18:33:23
40454         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
40455      Branch: perl
40456            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40457            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
40458            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
40459            ! vos/config.ga.h win32/config.bc win32/config.gc
40460            ! win32/config.vc
40461 ____________________________________________________________________________
40462 [  7645] By: jhi                                   on 2000/11/11  16:45:15
40463         Log: Use sysconf() or getpagesize() to find out the pagesize.
40464      Branch: perl
40465            ! perlio.c
40466 ____________________________________________________________________________
40467 [  7644] By: jhi                                   on 2000/11/11  15:46:08
40468         Log: Integrate perlio.
40469      Branch: perl
40470           !> perlio.c
40471 ____________________________________________________________________________
40472 [  7643] By: jhi                                   on 2000/11/11  15:33:36
40473         Log: Subject: Re: [PATCH] README.solaris
40474              From: Lupe Christoph <lupe@lupe-christoph.de>
40475              Date: Sat, 11 Nov 2000 14:08:10 +0100
40476              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
40477      Branch: perl
40478            ! README.solaris
40479 ____________________________________________________________________________
40480 [  7642] By: jhi                                   on 2000/11/11  15:22:12
40481         Log: Subject: [PATCH perl@7638] cygwin port
40482              From: "Eric Fifer" <egf7@columbia.edu>            
40483              Date: Fri, 10 Nov 2000 19:30:30 -0000
40484              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
40485      Branch: perl
40486            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
40487 ____________________________________________________________________________
40488 [  7641] By: nick                                  on 2000/11/11  14:50:36
40489         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
40490              Also call "Buf" layer directly when unread'ing non-read chars.
40491      Branch: perlio
40492            ! perlio.c
40493 ____________________________________________________________________________
40494 [  7640] By: jhi                                   on 2000/11/11  02:05:02
40495         Log: Add more encoding tables.
40496      Branch: perl
40497            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
40498            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
40499            + ext/Encode/Encode/iso8859-10.enc
40500            + ext/Encode/Encode/iso8859-13.enc
40501            + ext/Encode/Encode/iso8859-14.enc
40502            + ext/Encode/Encode/iso8859-15.enc
40503            ! MANIFEST
40504 ____________________________________________________________________________
40505 [  7639] By: jhi                                   on 2000/11/10  18:49:25
40506         Log: Subject: [PATCH] README.solaris
40507              From: Andy Dougherty <doughera@lafayette.edu>
40508              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
40509              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
40510      Branch: perl
40511            + README.solaris
40512            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
40513            ! pod/perl.pod pod/perltoc.pod
40514 ____________________________________________________________________________
40515 [  7638] By: jhi                                   on 2000/11/10  15:04:15
40516         Log: Update Changes.
40517      Branch: perl
40518            ! Changes patchlevel.h
40519 ____________________________________________________________________________
40520 [  7637] By: jhi                                   on 2000/11/10  14:14:28
40521         Log: Explain better why certain regex tests are skipped.
40522              
40523              Subject: Re: tests skipped: unknown reason
40524              From: Lupe Christoph <lupe@lupe-christoph.de>
40525              Date: Fri, 10 Nov 2000 09:08:56 +0100
40526              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
40527      Branch: perl
40528            ! t/op/regexp.t
40529 ____________________________________________________________________________
40530 [  7636] By: nick                                  on 2000/11/10  13:40:00
40531         Log: Integrate mainline.
40532      Branch: perlio
40533           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
40534           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
40535           !> win32/bin/search.pl
40536 ____________________________________________________________________________
40537 [  7635] By: nick                                  on 2000/11/10  13:25:52
40538         Log: Re-instate stdio large file support via perlio.
40539      Branch: perl
40540            ! perlio.c
40541 ____________________________________________________________________________
40542 [  7634] By: jhi                                   on 2000/11/10  04:49:55
40543         Log: Amdahl UTS hints updates.
40544              
40545              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
40546              From: hom00@utsglobal.com (Harold O Morris)
40547              Date: Thu, 9 Nov 2000 20:02 PST
40548              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
40549      Branch: perl
40550            ! hints/uts.sh
40551 ____________________________________________________________________________
40552 [  7633] By: jhi                                   on 2000/11/09  23:33:28
40553         Log: Subject: [PATCH] IO::Seekable pod
40554              From: Nicholas Clark <nick@talking.bollo.cx>
40555              Date: Thu, 9 Nov 2000 20:29:45 +0000
40556              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
40557      Branch: perl
40558            ! ext/IO/lib/IO/Handle.pm
40559 ____________________________________________________________________________
40560 [  7632] By: jhi                                   on 2000/11/09  21:55:41
40561         Log: Various doc oddball characters.
40562              
40563              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
40564              From: Michael Somos <somos@grail.cba.csuohio.edu>
40565              Date: Mon, 6 Nov 2000 17:44:20 -0500
40566              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
40567      Branch: perl
40568            ! emacs/cperl-mode.el lib/unicode/syllables.txt
40569            ! win32/bin/search.pl
40570 ____________________________________________________________________________
40571 [  7631] By: jhi                                   on 2000/11/09  21:12:29
40572         Log: Subject: Re: bash -c exit and linux hints 
40573              From: "John P. Linderman" <jpl@research.att.com>
40574              Date: Thu, 02 Nov 2000 09:37:25 -0500
40575              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
40576      Branch: perl
40577            ! hints/linux.sh
40578 ____________________________________________________________________________
40579 [  7630] By: nick                                  on 2000/11/09  20:34:11
40580         Log: Integrate mainline.
40581      Branch: perlio
40582           !> (integrate 91 files)
40583 ____________________________________________________________________________
40584 [  7629] By: jhi                                   on 2000/11/09  19:46:31
40585         Log: Missing dTHXs.
40586              
40587              Subject: RE: perl@7595 builds not on cygwin
40588              From: "Eric Fifer" <egf7@columbia.edu>
40589              Date: Thu, 9 Nov 2000 19:26:50 -0000
40590              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
40591      Branch: perl
40592            ! ext/Devel/Peek/Peek.xs
40593 ____________________________________________________________________________
40594 [  7628] By: jhi                                   on 2000/11/09  14:48:27
40595         Log: Disable only the tests 99 and 166 for UTF-8 locales.
40596      Branch: perl
40597            ! t/pragma/locale.t
40598 ____________________________________________________________________________
40599 [  7627] By: jhi                                   on 2000/11/09  14:40:27
40600         Log: There's no =head3.
40601      Branch: perl
40602            ! pod/perlhack.pod
40603 ____________________________________________________________________________
40604 [  7626] By: jhi                                   on 2000/11/09  13:54:26
40605         Log: The generated boot_* headers are wrong.  Pickier compiler,
40606              such as KAI C++ will refuse to compile the resulting perlmain.
40607              
40608              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
40609              From: Harri Pasanen <harri.pasanen@trema.com>
40610              Date: Thu, 09 Nov 2000 14:23:28 +0100
40611              Message-Id: <3A0AA550.26D548A3@trema.com>
40612      Branch: perl
40613            ! minimod.pl
40614 ____________________________________________________________________________
40615 [  7625] By: jhi                                   on 2000/11/09  13:50:44
40616         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
40617              From: Prymmer/Kahn <pvhp@best.com>
40618              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
40619              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
40620              
40621              All except the "cow orker" change.
40622      Branch: perl
40623            ! Porting/pumpkin.pod
40624 ____________________________________________________________________________
40625 [  7624] By: jhi                                   on 2000/11/09  13:45:33
40626         Log: Fix for
40627              
40628              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
40629              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
40630              Date: Thu, 09 Nov 2000 11:05:52 +0100
40631              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
40632      Branch: perl
40633            ! pod/perldiag.pod t/pragma/warn/pp_sys
40634 ____________________________________________________________________________
40635 [  7623] By: jhi                                   on 2000/11/09  13:37:16
40636         Log: Typo in an ifndef.
40637              
40638              Subject: Re: [PATCH 5.7.0] better messages from malloc()
40639              From: Joe Smith <jms@inwap.com>         
40640              Date: Thu, 09 Nov 2000 01:33:14 -0800
40641              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
40642      Branch: perl
40643            ! malloc.c
40644 ____________________________________________________________________________
40645 [  7622] By: jhi                                   on 2000/11/09  13:31:18
40646         Log: Remove unused extra arguments.
40647      Branch: metaconfig/U/perl
40648            ! perlxv.U
40649      Branch: perl
40650            ! Configure config_h.SH
40651 ____________________________________________________________________________
40652 [  7621] By: jhi                                   on 2000/11/09  13:16:36
40653         Log: More VMS moves on environment handling, from Charles Lane.
40654      Branch: perl
40655            ! t/pragma/locale.t
40656 ____________________________________________________________________________
40657 [  7620] By: jhi                                   on 2000/11/09  04:42:38
40658         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
40659              From: David Dyck <dcd@tc.fluke.com>
40660              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
40661              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
40662      Branch: perl
40663            ! pp_sys.c
40664 ____________________________________________________________________________
40665 [  7619] By: jhi                                   on 2000/11/09  04:36:21
40666         Log: Forgot from #7618.
40667      Branch: perl
40668            ! lib/File/stat.pm
40669 ____________________________________________________________________________
40670 [  7618] By: jhi                                   on 2000/11/09  04:28:44
40671         Log: Make deleting for %ENV work for (newer versions of) VMS,
40672              from Craig A. Berry.
40673      Branch: perl
40674            ! vms/vms.c
40675 ____________________________________________________________________________
40676 [  7617] By: jhi                                   on 2000/11/09  04:25:05
40677         Log: Subject: [PATCH] Class::Struct at compile time
40678              From: "Casey R. Tweten" <crt@kiski.net>
40679              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
40680              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
40681      Branch: perl
40682            ! lib/Class/Struct.pm
40683 ____________________________________________________________________________
40684 [  7616] By: jhi                                   on 2000/11/09  04:15:17
40685         Log: Subject: [ID 20001108.013] spelling
40686              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
40687              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
40688              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
40689      Branch: perl
40690            ! lib/ftp.pl
40691 ____________________________________________________________________________
40692 [  7615] By: jhi                                   on 2000/11/09  04:12:42
40693         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
40694              From: Peter Prymmer <pvhp@forte.com>
40695              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
40696              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
40697      Branch: perl
40698            ! configure.com
40699 ____________________________________________________________________________
40700 [  7614] By: jhi                                   on 2000/11/08  22:42:55
40701         Log: A missing aTHX_.
40702      Branch: perl
40703            ! ext/IPC/SysV/SysV.xs
40704 ____________________________________________________________________________
40705 [  7613] By: jhi                                   on 2000/11/08  19:30:21
40706         Log: Update Changes.
40707      Branch: perl
40708            ! Changes patchlevel.h
40709 ____________________________________________________________________________
40710 [  7612] By: jhi                                   on 2000/11/08  18:35:25
40711         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
40712              From: David Dyck <dcd@tc.fluke.com>
40713              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
40714              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
40715      Branch: perl
40716            ! pp_sys.c
40717 ____________________________________________________________________________
40718 [  7611] By: jhi                                   on 2000/11/08  18:30:26
40719         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
40720              From: Dominic Dunlop <domo@computer.org>
40721              Date: Tue, 7 Nov 2000 12:05:25 +0100
40722              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
40723      Branch: perl
40724            ! malloc.c
40725 ____________________________________________________________________________
40726 [  7610] By: jhi                                   on 2000/11/08  18:25:14
40727         Log: Do not test UTF-8 locales since that the tests would require
40728              polymorphic regexen.
40729      Branch: perl
40730            ! t/pragma/locale.t
40731 ____________________________________________________________________________
40732 [  7609] By: jhi                                   on 2000/11/08  17:12:51
40733         Log: Locale buglets.
40734              
40735              Subject: RE: Locales support (setlocale) fixes
40736              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
40737              Date: Wed, 8 Nov 2000 20:01:39 +0300
40738              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
40739      Branch: perl
40740            ! t/pragma/locale.t util.c
40741 ____________________________________________________________________________
40742 [  7608] By: jhi                                   on 2000/11/08  17:00:16
40743         Log: Deleting $ENV{PATH} in VMS is not recommendable.
40744      Branch: perl
40745            ! t/pragma/locale.t
40746 ____________________________________________________________________________
40747 [  7607] By: jhi                                   on 2000/11/08  16:58:26
40748         Log: Subject: PATCH std stdio for (Free)BSD
40749              From: Nicholas Clark <nick@ccl4.org>
40750              Date: Wed, 8 Nov 2000 15:36:29 +0000
40751              Message-ID: <20001108153629.D98736@plum.flirble.org>
40752      Branch: metaconfig
40753            ! U/compline/d_stdstdio.U
40754      Branch: perl
40755            ! Configure config_h.SH
40756 ____________________________________________________________________________
40757 [  7606] By: jhi                                   on 2000/11/08  16:43:31
40758         Log: Forgot to bump the line numbers in #7601.
40759      Branch: perl
40760            ! t/pragma/warn/pp_sys
40761 ____________________________________________________________________________
40762 [  7605] By: jhi                                   on 2000/11/08  16:39:12
40763         Log: More careful detection of how well NVs and UVs mix.
40764              
40765              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))
40766              From: Nicholas Clark <nick@ccl4.org>
40767              Date: Wed, 8 Nov 2000 15:14:12 +0000
40768              Message-ID: <20001108151412.B98736@plum.flirble.org>
40769              
40770              Added some SIGFPE paranoia.
40771      Branch: metaconfig/U/perl
40772            ! perlxv.U
40773      Branch: perl
40774            ! Configure config_h.SH
40775 ____________________________________________________________________________
40776 [  7604] By: jhi                                   on 2000/11/08  14:39:10
40777         Log: Subject: [patch perl@7595] VMS configure.com tweak
40778              From: "Craig A. Berry" <craigberry@mac.com>
40779              Date: Wed, 8 Nov 2000 00:24:12 -0600
40780              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
40781      Branch: perl
40782            ! configure.com
40783 ____________________________________________________________________________
40784 [  7603] By: jhi                                   on 2000/11/08  14:27:11
40785         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
40786              From: Robin Barker <rmb1@cise.npl.co.uk>
40787              Date: Wed, 8 Nov 2000 11:11:39 GMT
40788              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
40789      Branch: perl
40790            ! perlio.c
40791 ____________________________________________________________________________
40792 [  7602] By: jhi                                   on 2000/11/08  14:25:03
40793         Log: Fix for the tie-refhash string table leaks.
40794              
40795              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
40796              Date: Wed, 8 Nov 2000 13:03:04 GMT
40797              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
40798      Branch: perl
40799            ! t/lib/tie-refhash.t
40800 ____________________________________________________________________________
40801 [  7601] By: jhi                                   on 2000/11/08  14:21:08
40802         Log: Try to avoid flockless and emulationless places.
40803      Branch: perl
40804            ! t/pragma/warn/pp_sys
40805 ____________________________________________________________________________
40806 [  7600] By: jhi                                   on 2000/11/08  02:28:54
40807         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
40808              
40809              Subject: [PATCH] prototyped functions that should be overrideable
40810              From: "Casey R. Tweten" <crt@kiski.net>
40811              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
40812              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
40813      Branch: perl
40814            ! toke.c
40815 ____________________________________________________________________________
40816 [  7599] By: jhi                                   on 2000/11/08  01:12:05
40817         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
40818              
40819              Subject: [PATCH] perlbug.PL
40820              From: "Kurt D. Starsinic" <kstar@chapin.edu>
40821              Date: Mon, 6 Nov 2000 21:39:01 -0500
40822              Message-ID: <20001106213901.B20955@O2.chapin.edu>
40823      Branch: perl
40824            ! utils/perlbug.PL
40825 ____________________________________________________________________________
40826 [  7598] By: jhi                                   on 2000/11/07  23:42:00
40827         Log: Bad thinko in #7581 (I used the test program with the expanded
40828              values as-is).
40829      Branch: metaconfig
40830            ! U/compline/d_stdstdio.U
40831      Branch: perl
40832            ! Configure
40833 ____________________________________________________________________________
40834 [  7597] By: jhi                                   on 2000/11/07  21:43:29
40835         Log: Subject: [PATCH perl@7573] cygwin port
40836              From: "Fifer, Eric" <EFifer@sanwaint.com>
40837              Date: Tue, 7 Nov 2000 18:08:51 -0000 
40838              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
40839              
40840              Synchronize with Cygwin 1.1.5.
40841      Branch: perl
40842            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
40843            ! pod/perlport.pod unixish.h util.c
40844 ____________________________________________________________________________
40845 [  7596] By: jhi                                   on 2000/11/07  21:39:25
40846         Log: perlhack updates from H.Merijn Brand.
40847      Branch: perl
40848            ! pod/perlhack.pod
40849 ____________________________________________________________________________
40850 [  7595] By: jhi                                   on 2000/11/07  20:21:41
40851         Log: Update Changes.
40852      Branch: perl
40853            ! Changes patchlevel.h
40854 ____________________________________________________________________________
40855 [  7594] By: jhi                                   on 2000/11/07  19:18:58
40856         Log: Be more robust in Dynaloader.pm.
40857      Branch: perl
40858            ! ext/DynaLoader/DynaLoader_pm.PL
40859 ____________________________________________________________________________
40860 [  7593] By: jhi                                   on 2000/11/07  16:49:31
40861         Log: AUTHORS update.
40862      Branch: perl
40863            ! AUTHORS
40864 ____________________________________________________________________________
40865 [  7592] By: gsar                                  on 2000/11/07  16:39:51
40866         Log: normalize relative paths in virtualized current directory on windows,
40867              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
40868              returns)
40869      Branch: perl
40870            ! win32/vdir.h
40871 ____________________________________________________________________________
40872 [  7591] By: jhi                                   on 2000/11/07  16:04:26
40873         Log: Too profiler-happy: with optimization the #7590 actually makes
40874              the test to run 0.5% _slower_.  Requires much more instrumentation.
40875              Retract #7590.
40876      Branch: perl
40877            ! regcomp.c regcomp.h
40878 ____________________________________________________________________________
40879 [  7590] By: jhi                                   on 2000/11/07  15:51:13
40880         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
40881              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
40882              by using memset() and testing bytewise (as opposed to bitwise).
40883      Branch: perl
40884            ! regcomp.c regcomp.h
40885 ____________________________________________________________________________
40886 [  7589] By: jhi                                   on 2000/11/07  12:56:39
40887         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
40888              From: "Craig A. Berry" <craig.berry@psinetcs.com>
40889              Date: Mon, 06 Nov 2000 23:45:30 -0500
40890              Message-Id: <0011079735.AA973576259@univpress.com>
40891      Branch: perl
40892            ! configure.com t/lib/st-lock.t
40893 ____________________________________________________________________________
40894 [  7588] By: jhi                                   on 2000/11/07  01:03:28
40895         Log: Tweak #7587.
40896      Branch: perl
40897            ! pod/perldiag.pod
40898 ____________________________________________________________________________
40899 [  7587] By: jhi                                   on 2000/11/07  01:00:27
40900         Log: A doc addition for bug id 20001105.019, beware \p.
40901      Branch: perl
40902            ! pod/perldiag.pod
40903 ____________________________________________________________________________
40904 [  7586] By: jhi                                   on 2000/11/07  00:32:22
40905         Log: Fake support of holey files in win/dosish platforms.
40906              
40907              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
40908              From: kipp@shonanblue.ne.jp
40909              Date: Mon, 6 Nov 2000 13:30:55 -0800
40910              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
40911      Branch: perl
40912            ! ext/SDBM_File/sdbm/sdbm.c
40913 ____________________________________________________________________________
40914 [  7585] By: jhi                                   on 2000/11/07  00:12:54
40915         Log: Subject: Pod updates
40916              From: "Stephen P. Potter" <spp@spotter.yi.org>
40917              Date: Mon, 06 Nov 2000 18:56:43 -0500
40918              Message-Id: <200011062357.SAA18173@spotter.yi.org>
40919      Branch: perl
40920            ! README.dos README.os2 README.win32 pod/buildtoc.PL
40921            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
40922            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
40923            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
40924            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
40925            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
40926            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
40927            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
40928            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
40929            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
40930            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
40931            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
40932            ! pod/perltootc.pod pod/perlunicode.pod
40933 ____________________________________________________________________________
40934 [  7584] By: jhi                                   on 2000/11/07  00:04:17
40935         Log: Varargs don't always work too well if one puts an unsigned
40936              char on the stack and pop an unsigned quad off the stack.
40937              
40938              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
40939              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
40940              Date: Mon, 06 Nov 2000 15:19:05 -0800
40941              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
40942      Branch: perl
40943            ! utf8.c
40944 ____________________________________________________________________________
40945 [  7583] By: jhi                                   on 2000/11/06  23:58:48
40946         Log: %ENV note tweaks from Dan Sugalski.
40947      Branch: perl
40948            ! pod/perlport.pod vms/perlvms.pod
40949 ____________________________________________________________________________
40950 [  7582] By: jhi                                   on 2000/11/06  23:05:49
40951         Log: glibc5 detection by __GNU_LIBRARY__.
40952      Branch: perl
40953            ! toke.c
40954 ____________________________________________________________________________
40955 [  7581] By: jhi                                   on 2000/11/06  22:51:29
40956         Log: Make the stdio test program of 7427 less noisy while being 
40957              compiled so that Digital UNIX wouldn't get both
40958              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
40959              undefined.  This makes perlio happy.
40960      Branch: metaconfig
40961            ! U/compline/d_stdstdio.U
40962      Branch: perl
40963            ! Configure config_h.SH
40964 ____________________________________________________________________________
40965 [  7580] By: jhi                                   on 2000/11/06  22:41:41
40966         Log: Document %ENV = () portability issues.
40967      Branch: perl
40968            ! pod/perlport.pod vms/perlvms.pod
40969 ____________________________________________________________________________
40970 [  7579] By: jhi                                   on 2000/11/06  21:29:24
40971         Log: VOS updates from Paul Green.
40972      Branch: perl
40973            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
40974 ____________________________________________________________________________
40975 [  7578] By: jhi                                   on 2000/11/06  21:00:40
40976         Log: Sanitize the environment further.
40977      Branch: perl
40978            ! t/pragma/locale.t
40979 ____________________________________________________________________________
40980 [  7577] By: jhi                                   on 2000/11/06  20:53:51
40981         Log: Re-introduce 7552 lost in integration.
40982      Branch: perl
40983            ! perlio.c
40984 ____________________________________________________________________________
40985 [  7576] By: jhi                                   on 2000/11/06  20:33:46
40986         Log: Admit that the test leaks scalars.
40987      Branch: perl
40988            ! t/comp/proto.t
40989 ____________________________________________________________________________
40990 [  7575] By: jhi                                   on 2000/11/06  20:17:08
40991         Log: Integrate perlio.
40992      Branch: perl
40993           !> perlio.c
40994 ____________________________________________________________________________
40995 [  7574] By: nick                                  on 2000/11/06  20:07:28
40996         Log: Remove debug. Try (Mmap_t) on madvise() call.
40997      Branch: perlio
40998            ! perlio.c
40999 ____________________________________________________________________________
41000 [  7573] By: jhi                                   on 2000/11/06  13:56:05
41001         Log: Update Changes.
41002      Branch: perl
41003            ! Changes patchlevel.h
41004 ____________________________________________________________________________
41005 [  7572] By: jhi                                   on 2000/11/06  13:48:41
41006         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
41007              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41008              Date: Mon, 06 Nov 2000 10:11:42 +0100
41009              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
41010      Branch: perl
41011            ! pod/perlhack.pod
41012 ____________________________________________________________________________
41013 [  7571] By: jhi                                   on 2000/11/06  01:45:51
41014         Log: AUTHORS updates.
41015      Branch: perl
41016            ! AUTHORS
41017 ____________________________________________________________________________
41018 [  7570] By: jhi                                   on 2000/11/06  00:18:00
41019         Log: Fix for
41020              
41021              Subject: [ID 20000728.005] perl -P broken
41022              From: David Dyck <dcd@tc.fluke.com>
41023              Date: Fri, 28 Jul 2000 17:19:16 -0700
41024              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
41025              
41026              (hopefully).  The fix is also not complete, it seems to break
41027              BOM swallowing for libc5 systems, but until someone figures
41028              out a way to do this without ftell(), this will do.
41029      Branch: perl
41030            ! toke.c
41031 ____________________________________________________________________________
41032 [  7569] By: jhi                                   on 2000/11/06  00:05:30
41033         Log: Document that the evaled syntax errors cause scalar leaks.
41034      Branch: perl
41035            ! t/comp/proto.t
41036 ____________________________________________________________________________
41037 [  7568] By: jhi                                   on 2000/11/05  23:14:47
41038         Log: opmini.o can linger from Configures past.
41039      Branch: perl
41040            ! Makefile.SH
41041 ____________________________________________________________________________
41042 [  7567] By: jhi                                   on 2000/11/05  21:28:39
41043         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
41044              first argument correctly.
41045      Branch: perl
41046            ! perlio.c
41047 ____________________________________________________________________________
41048 [  7566] By: jhi                                   on 2000/11/05  21:15:56
41049         Log: Integrate perlio.
41050      Branch: perl
41051           !> perlio.c
41052 ____________________________________________________________________________
41053 [  7565] By: jhi                                   on 2000/11/05  21:15:13
41054         Log: Use -dM for gcc (the suggested patch did it only for Linux,
41055              but I think it can be generalized).
41056              
41057              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
41058              From: Pixel <pixel@mandrakesoft.com>
41059              Date: 05 Nov 2000 21:49:34 +0100 
41060              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
41061      Branch: perl
41062            ! ext/Errno/Errno_pm.PL
41063 ____________________________________________________________________________
41064 [  7564] By: nick                                  on 2000/11/05  21:09:18
41065         Log: Added a mmap layer as a "subclass" of perlio.
41066              PERLIO=mmap ./perl harness passes
41067      Branch: perlio
41068            ! perlio.c
41069 ____________________________________________________________________________
41070 [  7563] By: jhi                                   on 2000/11/05  19:48:55
41071         Log: Add a note for future generations about bug id 20000229.006.
41072      Branch: perl
41073            ! malloc.c
41074 ____________________________________________________________________________
41075 [  7562] By: jhi                                   on 2000/11/05  19:38:24
41076         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
41077      Branch: perl
41078            ! pp_ctl.c t/op/pos.t
41079 ____________________________________________________________________________
41080 [  7561] By: jhi                                   on 2000/11/05  18:21:46
41081         Log: Add =pod to be tidy.
41082      Branch: perl
41083            ! lib/Math/Complex.pm
41084 ____________________________________________________________________________
41085 [  7560] By: jhi                                   on 2000/11/05  17:38:46
41086         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
41087      Branch: perl
41088            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
41089            ! ext/Storable/Storable.xs t/lib/st-recurse.t
41090 ____________________________________________________________________________
41091 [  7559] By: jhi                                   on 2000/11/05  17:32:59
41092         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
41093              From: "Peter J. Farley III" <pjfarley@banet.net>
41094              Date: Sun, 05 Nov 2000 11:55:59 -0500
41095              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
41096      Branch: perl
41097            ! t/lib/syslog.t
41098 ____________________________________________________________________________
41099 [  7558] By: jhi                                   on 2000/11/05  17:29:19
41100         Log: Integrate perlio.
41101      Branch: perl
41102           !> perlio.c
41103 ____________________________________________________________________________
41104 [  7557] By: jhi                                   on 2000/11/05  17:22:01
41105         Log: A fix of sorts for 20000329.026, a better error message
41106              for a missing "use charnames" when using the \N{...}. 
41107      Branch: perl
41108            ! pod/perldiag.pod toke.c
41109 ____________________________________________________________________________
41110 [  7556] By: jhi                                   on 2000/11/05  16:33:50
41111         Log: Test tweak: show also the failed locales.
41112              
41113              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
41114              From: Lupe Christoph <lupe@lupe-christoph.de>         
41115              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
41116              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
41117      Branch: perl
41118            ! t/pragma/locale.t
41119 ____________________________________________________________________________
41120 [  7555] By: nick                                  on 2000/11/05  11:09:34
41121         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
41122              open RDWR so does not fail. (pragma/warnings 303 again...)
41123      Branch: perlio
41124            ! perlio.c
41125 ____________________________________________________________________________
41126 [  7554] By: nick                                  on 2000/11/05  10:10:13
41127         Log: Fix case where ungetc(f,EOF) was allowed.
41128              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
41129              so we can see similarities.
41130              Use types more carefully and a STDCHAR array in hope that this will
41131              fix Jarrko's 64bit machine.
41132      Branch: perlio
41133            ! perlio.c
41134 ____________________________________________________________________________
41135 [  7553] By: jhi                                   on 2000/11/05  01:12:16
41136         Log: Fix for
41137              
41138              Subject: [ID 20001004.007] taint propogation is inconsistent
41139              From: pimlott@idiomtech.com (Andrew Pimlott) 
41140              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
41141              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
41142              
41143              The culprit was sv_setsv() which was rather blindly
41144              propagating taint, which lead to behaviour where if
41145              a tainted anon hash value was seen all the hash values
41146              from then on at that level became tainted, or at any
41147              upper levels in the case of nested anon hashes.
41148      Branch: perl
41149            ! sv.c t/op/taint.t
41150 ____________________________________________________________________________
41151 [  7552] By: jhi                                   on 2000/11/04  23:44:18
41152         Log: Some cpps don't like splitting conditionals across several lines.
41153      Branch: perl
41154            ! perlio.c
41155 ____________________________________________________________________________
41156 [  7551] By: nick                                  on 2000/11/04  23:40:44
41157         Log: Integrate mainline
41158      Branch: perlio
41159           !> pp_hot.c t/op/taint.t
41160 ____________________________________________________________________________
41161 [  7550] By: nick                                  on 2000/11/04  23:39:05
41162         Log: Integrate mainline again
41163      Branch: perlio
41164           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
41165           !> t/lib/b.t t/op/misc.t util.c
41166 ____________________________________________________________________________
41167 [  7549] By: jhi                                   on 2000/11/04  23:14:01
41168         Log: Fix for
41169              
41170              Subject: [ID 20001004.006] undef is never tainted
41171              From: pimlott@idiomtech.com (Andrew Pimlott)
41172              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
41173              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
41174              
41175              An undef read from a slurped file was not tainted.
41176      Branch: perl
41177            ! pp_hot.c t/op/taint.t
41178 ____________________________________________________________________________
41179 [  7548] By: jhi                                   on 2000/11/04  22:56:21
41180         Log: Test tweak ($Config{useperlio} is by default undef) .
41181      Branch: perl
41182            ! t/lib/b.t
41183 ____________________________________________________________________________
41184 [  7547] By: jhi                                   on 2000/11/04  22:43:56
41185         Log: Integrate perlio.
41186      Branch: perl
41187           +> lib/perlio.pm
41188           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
41189           !> pod/perlapi.pod t/lib/b.t
41190 ____________________________________________________________________________
41191 [  7546] By: jhi                                   on 2000/11/04  22:40:59
41192         Log: Configure would use a bad $myuname from an old config.sh.
41193              
41194              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
41195              From: Andy Dougherty <doughera@lafayette.edu>
41196              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
41197              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
41198      Branch: metaconfig
41199            ! U/modified/Oldconfig.U
41200      Branch: perl
41201            ! Configure config_h.SH
41202 ____________________________________________________________________________
41203 [  7545] By: jhi                                   on 2000/11/04  22:36:54
41204         Log: Subject: Locales support (setlocale) fixes
41205              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
41206              Date: Sat, 4 Nov 2000 10:15:48 +0300 
41207              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
41208              
41209              Modified quite a bit to be more portable.
41210      Branch: perl
41211            ! embed.h embed.pl perl.h proto.h util.c
41212 ____________________________________________________________________________
41213 [  7544] By: jhi                                   on 2000/11/04  22:32:47
41214         Log: Dying is too strict here, better just skip.
41215      Branch: perl
41216            ! t/op/misc.t
41217 ____________________________________________________________________________
41218 [  7543] By: nick                                  on 2000/11/04  21:55:13
41219         Log: Merge mainline
41220      Branch: perlio
41221           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
41222           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
41223           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
41224           !> (integrate 64 files)
41225 ____________________________________________________________________________
41226 [  7542] By: jhi                                   on 2000/11/04  21:09:28
41227         Log: More Changes tweakery.
41228      Branch: perl
41229            ! Changes Porting/genlog
41230 ____________________________________________________________________________
41231 [  7541] By: jhi                                   on 2000/11/04  20:58:18
41232         Log: Changes fixups.
41233      Branch: perl
41234            ! Changes
41235 ____________________________________________________________________________
41236 [  7540] By: jhi                                   on 2000/11/04  20:42:38
41237         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
41238              create a "fast path" for locale name probing using "locale -a"
41239              if available, squash finally hopefully the s?printf resetting
41240              the numeric locale (since, IIUC perllocale, it never shouldn't). 
41241      Branch: perl
41242            ! sv.c t/op/misc.t t/pragma/locale.t
41243 ____________________________________________________________________________
41244 [  7539] By: nick                                  on 2000/11/04  19:56:10
41245         Log: PerlIO infrastructure complete.
41246      Branch: perlio
41247            + lib/perlio.pm
41248            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
41249 ____________________________________________________________________________
41250 [  7538] By: nick                                  on 2000/11/04  14:31:32
41251         Log: Type tweaks + less contorted allocation scheme
41252      Branch: perlio
41253            ! perlio.c
41254 ____________________________________________________________________________
41255 [  7537] By: nick                                  on 2000/11/04  12:40:42
41256         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
41257              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
41258              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
41259              sensible) which lead to some interesting fails.
41260      Branch: perlio
41261            ! perlio.c
41262 ____________________________________________________________________________
41263 [  7536] By: jhi                                   on 2000/11/04  00:20:02
41264         Log: Add FCNTL_CAN_LOCK.
41265              
41266              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
41267              From: Andy Dougherty <doughera@lafayette.edu>
41268              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
41269              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
41270              
41271              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
41272              From: Andy Dougherty <doughera@lafayette.edu>
41273              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
41274              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
41275      Branch: metaconfig/U/perl
41276            + d_fcntl_can_lock.U
41277            ! startperl.U
41278      Branch: perl
41279            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41280            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
41281            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
41282            ! vos/config.ga.h win32/config.bc win32/config.gc
41283            ! win32/config.vc
41284 ____________________________________________________________________________
41285 [  7535] By: nick                                  on 2000/11/03  22:19:10
41286         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
41287              - Works on Linux with
41288              perlio + unix
41289              stdio
41290              - Works on Solaris with
41291              perlio + unix
41292              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
41293              - Fails (hangs in openpid) if you try and stack
41294              perlio + stdio - Linux stdio's read() logic is hanging.
41295      Branch: perlio
41296            ! iperlsys.h perlio.c
41297 ____________________________________________________________________________
41298 [  7534] By: jhi                                   on 2000/11/03  15:16:02
41299         Log: Subject: Re: README.aix
41300              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41301              Date: Fri, 03 Nov 2000 16:03:15 +0100
41302              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
41303      Branch: perl
41304            ! README.aix
41305 ____________________________________________________________________________
41306 [  7533] By: jhi                                   on 2000/11/03  03:59:02
41307         Log: Subject: [PATCH 5.7.0] better messages from malloc()
41308              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41309              Date: Wed, 1 Nov 2000 23:39:56 -0500
41310              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
41311      Branch: perl
41312            ! malloc.c pod/perldiag.pod
41313 ____________________________________________________________________________
41314 [  7532] By: jhi                                   on 2000/11/03  00:11:56
41315         Log: The #7521 touched things it shouldn't have.
41316      Branch: perl
41317            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
41318 ____________________________________________________________________________
41319 [  7531] By: jhi                                   on 2000/11/02  22:32:33
41320         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
41321              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
41322              Date:     Thu, 2 Nov 2000 16:58:36 EST
41323              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
41324      Branch: perl
41325            ! vms/gen_shrfls.pl
41326 ____________________________________________________________________________
41327 [  7530] By: jhi                                   on 2000/11/02  22:08:49
41328         Log: Fix the problem discussed in
41329              
41330              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
41331              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
41332              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
41333              
41334              originally from Linc Madison.  Also Andreas König's comments
41335              taken into account.  Some other problems with Tie::SubstrHash
41336              fixed: didn't croak when the table exceeded the requested number
41337              of entries (as documented) but instead when the number of entries
41338              exceeded the size of the table, a croak() had an unnecessary \n,
41339              didn't have a CLEAR method, documented that there is no exists().
41340              Didn't fix to be strict-proof because the module uses &foo; and
41341              dynamic scope.  Added a test script exercizing both first tamely 
41342              the basic functionality, and then the failure cases reported by
41343              Linc Madison.
41344      Branch: perl
41345            + t/lib/tie-substrhash.t
41346            ! MANIFEST lib/Tie/SubstrHash.pm
41347 ____________________________________________________________________________
41348 [  7529] By: jhi                                   on 2000/11/02  17:58:08
41349         Log: recv() can fail and return undef.
41350              
41351              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
41352              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
41353              Date: Thu, 2 Nov 2000 20:12:20 +0300
41354              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
41355      Branch: perl
41356            ! lib/Net/Ping.pm
41357 ____________________________________________________________________________
41358 [  7528] By: jhi                                   on 2000/11/02  17:49:09
41359         Log: Detpyo.
41360      Branch: perl
41361            ! pod/perlop.pod
41362 ____________________________________________________________________________
41363 [  7527] By: jhi                                   on 2000/11/02  15:48:37
41364         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
41365              fix a autovivification bug in Tie::RefHash, add tests for both.
41366              
41367              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
41368              From: Edward Avis <epa98@doc.ic.ac.uk>
41369              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
41370              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
41371      Branch: perl
41372            + t/lib/tie-refhash.t
41373            ! MANIFEST lib/Tie/RefHash.pm
41374 ____________________________________________________________________________
41375 [  7526] By: jhi                                   on 2000/11/02  13:56:26
41376         Log: Test::Harness revealed buglets in the new DynaLoader.
41377              
41378              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
41379              From: andreas.koenig@anima.de (Andreas J. Koenig)
41380              Date: 02 Nov 2000 11:26:48 +0100 
41381              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
41382      Branch: perl
41383            ! ext/DynaLoader/DynaLoader_pm.PL
41384 ____________________________________________________________________________
41385 [  7525] By: jhi                                   on 2000/11/01  23:52:08
41386         Log: The entry for #7503 was missing.
41387      Branch: perl
41388            ! Changes
41389 ____________________________________________________________________________
41390 [  7524] By: jhi                                   on 2000/11/01  23:40:52
41391         Log: Update Changes.
41392      Branch: perl
41393            ! Changes patchlevel.h
41394 ____________________________________________________________________________
41395 [  7523] By: jhi                                   on 2000/11/01  22:57:09
41396         Log: More tweaking on the #7522 theme.
41397      Branch: perl
41398            ! ext/DynaLoader/DynaLoader_pm.PL
41399 ____________________________________________________________________________
41400 [  7522] By: jhi                                   on 2000/11/01  22:06:15
41401         Log: Expand %Config variables and %ENV variables only if
41402              so requested during build time using the
41403              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
41404              Not expanding makes relocating distributions easier.
41405      Branch: perl
41406            ! ext/DynaLoader/DynaLoader_pm.PL
41407 ____________________________________________________________________________
41408 [  7521] By: jhi                                   on 2000/11/01  20:56:34
41409         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
41410              and setgid() because they were just changing $< and $( which means
41411              only changing the real uid/gid, as opposed to changing both
41412              real and effective ids.  (The alternative way could have been
41413              in POSIX.pm to change $> and $), too, but making a direct call
41414              to the C API feels cleaner.)  Fixes the bug
41415              
41416              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
41417              From: "Garry T. Williams" <garry@zvolve.com>
41418              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
41419              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
41420      Branch: perl
41421            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
41422            ! ext/POSIX/typemap pod/perlvar.pod
41423 ____________________________________________________________________________
41424 [  7520] By: jhi                                   on 2000/11/01  20:08:33
41425         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
41426              From: "Garry T. Williams" <garry@zvolve.com>
41427              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
41428              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
41429      Branch: perl
41430            ! pod/perlsec.pod
41431 ____________________________________________________________________________
41432 [  7519] By: jhi                                   on 2000/11/01  20:01:22
41433         Log: Locale warning explanation tweak.
41434      Branch: perl
41435            ! pod/perldiag.pod
41436 ____________________________________________________________________________
41437 [  7518] By: jhi                                   on 2000/11/01  18:57:13
41438         Log: C.pm part of
41439              
41440              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
41441              From: Jarkko Hietaniemi <jhi@iki.fi>
41442              Date: Tue, 10 Oct 2000 08:22:28 -0500
41443              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
41444      Branch: perl
41445            ! ext/B/B/C.pm
41446 ____________________________________________________________________________
41447 [  7517] By: jhi                                   on 2000/11/01  18:41:59
41448         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
41449              From: Martien Verbruggen <mgjv@comdyn.com.au>
41450              Date: Fri, 6 Oct 2000 14:09:10 +1100
41451              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
41452      Branch: perl
41453            ! pod/perlop.pod
41454 ____________________________________________________________________________
41455 [  7516] By: jhi                                   on 2000/11/01  18:34:55
41456         Log: Generalize the Camel wording.
41457              
41458              Subject: Re: perlfaq style changes
41459              From: John Borwick <jhborwic@unity.ncsu.edu>
41460              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
41461              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
41462      Branch: perl
41463            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
41464 ____________________________________________________________________________
41465 [  7515] By: jhi                                   on 2000/11/01  16:52:31
41466         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
41467              From: pimlott@idiomtech.com (Andrew Pimlott)
41468              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
41469              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
41470      Branch: perl
41471            ! pod/perlsec.pod
41472 ____________________________________________________________________________
41473 [  7514] By: jhi                                   on 2000/11/01  15:03:40
41474         Log: More AIX lore.
41475      Branch: perl
41476            ! ext/re/hints/aix.pl
41477 ____________________________________________________________________________
41478 [  7513] By: jhi                                   on 2000/11/01  14:48:30
41479         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
41480              From: root <root@chronos.fi.muni.cz>
41481              Date: Wed, 1 Nov 2000 12:31:32 +0100
41482              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
41483      Branch: perl
41484            ! lib/Net/Ping.pm
41485 ____________________________________________________________________________
41486 [  7512] By: jhi                                   on 2000/11/01  14:46:47
41487         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
41488              From: Martin Husemann <martin@duskware.de>
41489              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
41490              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
41491      Branch: perl
41492            ! regcomp.c
41493 ____________________________________________________________________________
41494 [  7511] By: jhi                                   on 2000/11/01  14:39:50
41495         Log: AUTHORS updates.
41496      Branch: perl
41497            ! AUTHORS
41498 ____________________________________________________________________________
41499 [  7510] By: jhi                                   on 2000/11/01  14:29:50
41500         Log: Subject: [PATCH] startperl to respect versiononly
41501              From: Robin Barker <rmb1@cise.npl.co.uk> 
41502              Date: Tue, 31 Oct 2000 16:29:36 GMT
41503              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
41504      Branch: metaconfig/U/perl
41505            ! startperl.U
41506      Branch: perl
41507            ! Configure config_h.SH
41508 ____________________________________________________________________________
41509 [  7509] By: jhi                                   on 2000/11/01  14:19:53
41510         Log: printf UVs the correct way, noticed by Robin Barker.
41511      Branch: perl
41512            ! utf8.c
41513 ____________________________________________________________________________
41514 [  7508] By: jhi                                   on 2000/11/01  14:10:03
41515         Log: Do not cleanup *% because the % has special meanings in some
41516              shell environments.
41517      Branch: perl
41518            ! ext/Storable/Makefile.PL
41519 ____________________________________________________________________________
41520 [  7507] By: jhi                                   on 2000/11/01  14:06:00
41521         Log: The NonStop-UX libraries have a novel way to say NaN.
41522      Branch: perl
41523            ! t/lib/bigfltpm.t
41524 ____________________________________________________________________________
41525 [  7506] By: jhi                                   on 2000/11/01  14:03:35
41526         Log: The osname has been lowercased by now, from Tom Bates.
41527      Branch: metaconfig
41528            ! U/modified/Oldconfig.U
41529      Branch: perl
41530            ! Configure config_h.SH
41531 ____________________________________________________________________________
41532 [  7505] By: jhi                                   on 2000/10/31  19:18:39
41533         Log: The compiler is either gcc or cc, from Tom Bates.
41534      Branch: perl
41535            ! hints/nonstopux.sh
41536 ____________________________________________________________________________
41537 [  7504] By: jhi                                   on 2000/10/31  14:53:42
41538         Log: Update Changes.
41539      Branch: perl
41540            ! Changes patchlevel.h
41541 ____________________________________________________________________________
41542 [  7503] By: jhi                                   on 2000/10/31  14:30:50
41543         Log: Whitespace style tweak.  Was originally going to see to
41544              
41545              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
41546              From: Joe Smith <jms@inwap.com>
41547              Date: Mon, 30 Oct 2000 18:47:57 -0800
41548              Message-Id: <39FE32DD.24AAC4D@inwap.com>
41549              
41550              but that had already been taken care of.
41551      Branch: metaconfig
41552            ! U/compline/d_stdstdio.U
41553      Branch: perl
41554            ! Configure config_h.SH
41555 ____________________________________________________________________________
41556 [  7502] By: jhi                                   on 2000/10/31  14:25:02
41557         Log: AUTHORS tweaks.
41558      Branch: perl
41559            ! AUTHORS
41560 ____________________________________________________________________________
41561 [  7501] By: jhi                                   on 2000/10/31  14:23:59
41562         Log: Subject: perlfaq style changes
41563              From: John Borwick <jhborwic@unity.ncsu.edu>
41564              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
41565              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
41566      Branch: perl
41567            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
41568            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
41569            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
41570            ! pod/perlfaq9.pod
41571 ____________________________________________________________________________
41572 [  7500] By: jhi                                   on 2000/10/31  14:22:15
41573         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
41574              
41575              Subject: Re: [ID 20000918.005] ~ on wide chars
41576              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41577              Date: Mon, 30 Oct 2000 21:09:55 -0800
41578              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
41579              
41580              (The ord() part of the patch skipped.)
41581      Branch: perl
41582            ! doop.c
41583 ____________________________________________________________________________
41584 [  7499] By: jhi                                   on 2000/10/31  14:20:08
41585         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
41586              From: Jens Hamisch <jens@Strawberry.COM>
41587              Date: Mon, 30 Oct 2000 15:17:07 +0100
41588              Message-Id: <20001030151707.A9597@Strawberry.COM>
41589      Branch: perl
41590            ! av.c
41591 ____________________________________________________________________________
41592 [  7498] By: jhi                                   on 2000/10/31  14:16:29
41593         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
41594              From: Peter Prymmer <pvhp@forte.com>
41595              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
41596              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
41597      Branch: perl
41598            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
41599            + ext/Encode/Encode/posix-bc.enc
41600            ! MANIFEST t/lib/encode.t
41601 ____________________________________________________________________________
41602 [  7497] By: jhi                                   on 2000/10/31  14:13:22
41603         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
41604              From: Peter Prymmer <pvhp@forte.com>
41605              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
41606              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
41607      Branch: perl
41608            ! t/lib/cgi-html.t
41609 ____________________________________________________________________________
41610 [  7496] By: jhi                                   on 2000/10/31  14:12:05
41611         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
41612              From: Peter Prymmer <pvhp@forte.com>
41613              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
41614              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
41615      Branch: perl
41616            ! t/lib/cgi-function.t
41617 ____________________________________________________________________________
41618 [  7495] By: jhi                                   on 2000/10/31  14:11:08
41619         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
41620              From: Peter Prymmer <pvhp@forte.com>
41621              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
41622              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
41623      Branch: perl
41624            + ext/re/hints/aix.pl
41625            ! MANIFEST ext/re/Makefile.PL
41626 ____________________________________________________________________________
41627 [  7494] By: jhi                                   on 2000/10/31  14:08:32
41628         Log: Use Errno magic.
41629              
41630              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
41631              From: Casey Tweten <perl@ctweten.amsite.com>
41632              Date: Mon, 30 Oct 2000 15:51:17 -0500
41633              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
41634      Branch: perl
41635            ! lib/File/Temp.pm
41636 ____________________________________________________________________________
41637 [  7493] By: jhi                                   on 2000/10/31  14:05:07
41638         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
41639              
41640              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
41641              From: Nicholas Clark <nick@ccl4.org>
41642              Date: Mon, 30 Oct 2000 17:38:45 +0000
41643              Message-ID: <20001030173845.O60355@plum.flirble.org>
41644      Branch: perl
41645            ! Makefile.SH utils/perlbug.PL
41646 ____________________________________________________________________________
41647 [  7492] By: nick                                  on 2000/10/30  19:37:23
41648         Log: Change files which are mysteriously different to mainline to be
41649              copies of mainline.
41650      Branch: perlio
41651            ! objXSUB.h perlapi.c pod/perlapi.pod
41652 ____________________________________________________________________________
41653 [  7491] By: nick                                  on 2000/10/30  18:05:54
41654         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
41655              - typo in endian code in putc.
41656              - Don't allow read of write-only files and vice-versa
41657              - and off-by-one in flush-all loop.
41658              Remove debug calls as they were using GCC specific features.
41659      Branch: perlio
41660            ! perlio.c
41661 ____________________________________________________________________________
41662 [  7490] By: nick                                  on 2000/10/29  21:45:45
41663         Log: Integrate mainline to perlio
41664      Branch: perlio
41665           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
41666           !> toke.c
41667 ____________________________________________________________________________
41668 [  7489] By: jhi                                   on 2000/10/29  21:11:08
41669         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
41670              From: andreas.koenig@anima.de (Andreas J. Koenig)
41671              Date: 29 Oct 2000 22:05:59 +0100
41672              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
41673      Branch: perl
41674            ! lib/ExtUtils/Manifest.pm
41675 ____________________________________________________________________________
41676 [  7488] By: jhi                                   on 2000/10/29  21:07:47
41677         Log: Tests for #7487.
41678              
41679              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
41680              From: andreas.koenig@anima.de (Andreas J. Koenig)
41681              Date: 29 Oct 2000 19:37:09 +0100
41682              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
41683      Branch: perl
41684            ! t/comp/proto.t
41685 ____________________________________________________________________________
41686 [  7487] By: jhi                                   on 2000/10/29  21:06:27
41687         Log: constsub spillage.
41688              
41689              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
41690              From: John Tobey <jtobey@john-edwin-tobey.org>
41691              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
41692              Message-Id: <m13pvSr-000FObC@feynman.localnet>
41693      Branch: perl
41694            ! op.c
41695 ____________________________________________________________________________
41696 [  7486] By: nick                                  on 2000/10/29  21:05:04
41697         Log: Integrate mainline to perlio branch
41698      Branch: perlio
41699           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
41700           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
41701           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
41702           +> vos/install_perl.cm
41703            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
41704            - vos/config.h vos/config_h.SH_orig
41705           !> (integrate 141 files)
41706 ____________________________________________________________________________
41707 [  7485] By: jhi                                   on 2000/10/29  21:00:47
41708         Log: Make \x{...} consistently produce UTF-8.
41709              
41710              Subject: Re: \x{...} is confused 
41711              From: Simon Cozens <simon@cozens.net>
41712              Date: Sun, 29 Oct 2000 19:36:48 +0000
41713              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
41714      Branch: perl
41715            ! t/pragma/utf8.t toke.c
41716 ____________________________________________________________________________
41717 [  7484] By: nick                                  on 2000/10/29  20:05:29
41718         Log: PerlIO passes all tests.
41719      Branch: perlio
41720            ! perlio.c
41721 ____________________________________________________________________________
41722 [  7483] By: jhi                                   on 2000/10/29  18:06:55
41723         Log: Update Changes.
41724      Branch: perl
41725            ! Changes patchlevel.h
41726 ____________________________________________________________________________
41727 [  7482] By: nick                                  on 2000/10/29  17:43:28
41728         Log: Include <unistd.h> to get correct lseek() prototype etc.
41729              (I thought perl.h did that) - down to two fails
41730              - comp/require.t (last test)
41731              - lib/io_xs.t - possibly import/export of FILE * ?
41732      Branch: perlio
41733            ! perlio.c
41734 ____________________________________________________________________________
41735 [  7481] By: jhi                                   on 2000/10/29  17:02:37
41736         Log: UTF-8 decoder tweak.
41737      Branch: perl
41738            ! utf8.c
41739 ____________________________________________________________________________
41740 [  7480] By: nick                                  on 2000/10/29  16:26:11
41741         Log: Fixed two bugs:
41742              - error code not being set on close (of broken pipe)
41743              - append mode was truncating.
41744              At least one seek/tell bug remains.
41745      Branch: perlio
41746            ! perlio.c
41747 ____________________________________________________________________________
41748 [  7479] By: nick                                  on 2000/10/29  11:18:16
41749         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
41750              in case of accidents. Still several worrying fails, no line disciplines yet.
41751      Branch: perlio
41752            ! iperlsys.h perlio.c
41753 ____________________________________________________________________________
41754 [  7478] By: jhi                                   on 2000/10/29  02:04:01
41755         Log: Add also emailless people.
41756      Branch: perl
41757            ! AUTHORS
41758 ____________________________________________________________________________
41759 [  7477] By: jhi                                   on 2000/10/29  01:36:00
41760         Log: The #7476 needs a MANIFEST change, too.
41761      Branch: perl
41762            ! MANIFEST
41763 ____________________________________________________________________________
41764 [  7476] By: jhi                                   on 2000/10/29  01:35:21
41765         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
41766      Branch: perl
41767            - MAINTAIN
41768            ! AUTHORS Changes
41769 ____________________________________________________________________________
41770 [  7475] By: jhi                                   on 2000/10/28  23:57:25
41771         Log: De-quoted-unreadable to ISO Latin 1.
41772              (There's one ISO-2022-JP name in Changes5.004.)
41773      Branch: perl
41774            ! Changes Changes5.6
41775 ____________________________________________________________________________
41776 [  7474] By: jhi                                   on 2000/10/28  19:13:06
41777         Log: Subject: [ID 20001027.007] uniq array in perlfaq
41778              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
41779              Date: Fri, 27 Oct 2000 19:28:30 +0200
41780              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
41781      Branch: perl
41782            ! pod/perlfaq4.pod
41783 ____________________________________________________________________________
41784 [  7473] By: jhi                                   on 2000/10/28  18:02:05
41785         Log: Locking null mutexes is not recommendable.
41786              
41787              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
41788              From: Hugo <hv@crypt.compulink.co.uk>
41789              Date: Sat, 28 Oct 2000 18:41:12 +0100
41790              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
41791      Branch: perl
41792            ! op.c
41793 ____________________________________________________________________________
41794 [  7472] By: jhi                                   on 2000/10/28  17:52:58
41795         Log: Better create a true mailing list for the repository keepers.
41796      Branch: perl
41797            ! Porting/repository.pod
41798 ____________________________________________________________________________
41799 [  7471] By: jhi                                   on 2000/10/28  17:28:24
41800         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
41801              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
41802      Branch: perl
41803            + Porting/repository.pod
41804            ! MANIFEST
41805 ____________________________________________________________________________
41806 [  7470] By: jhi                                   on 2000/10/28  17:20:54
41807         Log: Subject: DOC PATCH 5.6.0
41808              From: mjd@plover.com
41809              Date: 27 Oct 2000 17:32:44 -0000
41810              Message-ID: <20001027173244.23754.qmail@plover.com>
41811      Branch: perl
41812            ! pod/perlfunc.pod
41813 ____________________________________________________________________________
41814 [  7469] By: jhi                                   on 2000/10/28  17:16:45
41815         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
41816              From: "Peter J. Farley III" <pjfarley@banet.net>
41817              Date: Fri, 27 Oct 2000 20:32:56 -0400
41818              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
41819      Branch: perl
41820            ! README.dos
41821 ____________________________________________________________________________
41822 [  7468] By: jhi                                   on 2000/10/28  17:07:18
41823         Log: Make target reordering to avoid pointless re-makes.
41824              
41825              Subject: Re: Total re-make of 'make okfile' after 7451 ?
41826              From: Nicholas Clark <nick@ccl4.org>
41827              Date: Sat, 28 Oct 2000 00:31:02 +0100
41828              Message-ID: <20001028003101.A54517@plum.flirble.org>
41829      Branch: perl
41830            ! Makefile.SH
41831 ____________________________________________________________________________
41832 [  7467] By: jhi                                   on 2000/10/28  17:05:31
41833         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
41834              From: lvirden@cas.org
41835              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
41836              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
41837      Branch: perl
41838            ! README.os2
41839 ____________________________________________________________________________
41840 [  7466] By: jhi                                   on 2000/10/28  16:09:16
41841         Log: Upgrade to CPAN 1.58_55.
41842              
41843              Subject: CPAN.pm status
41844              From: andreas.koenig@anima.de (Andreas J. Koenig) 
41845              Date: 28 Oct 2000 08:18:00 +0200 
41846              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
41847      Branch: perl
41848            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
41849 ____________________________________________________________________________
41850 [  7465] By: jhi                                   on 2000/10/28  16:02:47
41851         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
41852      Branch: perl
41853            ! embed.h embed.pl perl.h proto.h toke.c
41854 ____________________________________________________________________________
41855 [  7464] By: nick                                  on 2000/10/28  10:43:44
41856         Log: Fix for sv_2iv() on "shared" value from keys %hash.
41857      Branch: perl
41858            ! sv.c
41859 ____________________________________________________________________________
41860 [  7463] By: jhi                                   on 2000/10/27  16:18:29
41861         Log: Update Changes.
41862      Branch: perl
41863            ! Changes patchlevel.h
41864 ____________________________________________________________________________
41865 [  7462] By: jhi                                   on 2000/10/27  16:17:44
41866         Log: Too enthusiastic editing in #7460.
41867      Branch: metaconfig
41868            ! U/modified/Oldsym.U
41869      Branch: perl
41870            ! Configure config_h.SH
41871 ____________________________________________________________________________
41872 [  7461] By: jhi                                   on 2000/10/27  15:37:38
41873         Log: Retract #7459, the script needs more work.
41874      Branch: perl
41875            - mkreef
41876            ! MANIFEST
41877 ____________________________________________________________________________
41878 [  7460] By: jhi                                   on 2000/10/27  15:23:14
41879         Log: Use $sort, $uniq (and $tr) consistently as wondered
41880              by Nicholas Clark.
41881      Branch: metaconfig
41882            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
41883            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
41884            ! U/modified/libc.U
41885      Branch: perl
41886            ! Configure config_h.SH
41887 ____________________________________________________________________________
41888 [  7459] By: jhi                                   on 2000/10/27  15:02:07
41889         Log: (Retracted by #7461)
41890              
41891              Add a shell script for creating/removing symbolic link farms,
41892              useful for keeping the source code read-only and doing the
41893              builds somewhere else.
41894      Branch: perl
41895            + mkreef
41896            ! MANIFEST
41897 ____________________________________________________________________________
41898 [  7458] By: jhi                                   on 2000/10/27  14:42:20
41899         Log: Do away with the fix_pl.
41900      Branch: perl
41901            - fix_pl
41902            ! MANIFEST Makefile.SH
41903 ____________________________________________________________________________
41904 [  7457] By: jhi                                   on 2000/10/27  12:43:13
41905         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
41906              From: Jens Hamisch <jens@Strawberry.COM>
41907              Date: Fri, 27 Oct 2000 14:38:21 +0200
41908              Message-Id: <20001027143821.B3366@Strawberry.COM>
41909      Branch: perl
41910            ! perl.h
41911 ____________________________________________________________________________
41912 [  7456] By: jhi                                   on 2000/10/27  12:33:42
41913         Log: Subject: [PATCH] todo
41914              From: Nicholas Clark <nick@ccl4.org>
41915              Date: Thu, 26 Oct 2000 22:32:29 +0100
41916              Message-ID: <20001026223229.A44540@plum.flirble.org>
41917      Branch: perl
41918            ! pod/perltodo.pod
41919 ____________________________________________________________________________
41920 [  7455] By: jhi                                   on 2000/10/27  12:02:21
41921         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
41922              From: John Tobey <jtobey@john-edwin-tobey.org>
41923              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
41924              Message-Id: <m13ozHF-000FObC@feynman.localnet>
41925      Branch: perl
41926            ! op.c t/pragma/sub_lval.t
41927 ____________________________________________________________________________
41928 [  7454] By: jhi                                   on 2000/10/27  11:59:42
41929         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
41930              From: sthoenna@efn.org
41931              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
41932              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
41933      Branch: perl
41934            ! pp.c t/op/assignwarn.t
41935 ____________________________________________________________________________
41936 [  7453] By: jhi                                   on 2000/10/27  00:15:08
41937         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
41938      Branch: perl
41939            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
41940            ! ext/Storable/Storable.xs t/lib/st-lock.t
41941 ____________________________________________________________________________
41942 [  7452] By: jhi                                   on 2000/10/26  13:05:52
41943         Log: Undo #7451, this seems to be a deficiency in Perforce,
41944              there is no per-file line-terminator type, only per-client.
41945      Branch: perl
41946            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
41947            ! win32/makefile.mk
41948 ____________________________________________________________________________
41949 [  7451] By: jhi                                   on 2000/10/26  04:56:03
41950         Log: Experimenting in DOS arcana.
41951      Branch: perl
41952            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
41953            ! win32/makefile.mk
41954 ____________________________________________________________________________
41955 [  7450] By: jhi                                   on 2000/10/26  04:50:52
41956         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
41957              From: "Peter J. Farley III" <pjfarley@banet.net>            
41958              Date: Wed, 25 Oct 2000 23:10:18 -0400
41959              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
41960      Branch: perl
41961            ! t/io/open.t
41962 ____________________________________________________________________________
41963 [  7449] By: jhi                                   on 2000/10/26  04:49:16
41964         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
41965              From: Hugo <hv@crypt.compulink.co.uk>
41966              Date: Thu, 26 Oct 2000 01:55:17 +0100
41967              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
41968              
41969              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
41970      Branch: perl
41971            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
41972 ____________________________________________________________________________
41973 [  7448] By: jhi                                   on 2000/10/26  04:38:36
41974         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
41975              From: Peter Prymmer <pvhp@forte.com>
41976              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
41977              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
41978      Branch: perl
41979            ! configure.com
41980 ____________________________________________________________________________
41981 [  7447] By: jhi                                   on 2000/10/25  23:20:02
41982         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
41983              in platforms that strictly require all the symbols being present
41984              at link time.
41985      Branch: perl
41986            ! handy.h
41987 ____________________________________________________________________________
41988 [  7446] By: jhi                                   on 2000/10/25  21:55:57
41989         Log: Update Changes.
41990      Branch: perl
41991            ! Changes patchlevel.h
41992 ____________________________________________________________________________
41993 [  7445] By: jhi                                   on 2000/10/25  21:27:08
41994         Log: Integrate with vmsperl #7430 by Charles Bailey:
41995              
41996              Cleanup from prior patch (Charles Lane?):
41997              - improve handling of MFDs in Basename and Path
41998              - default to no xsubpp line # munging when building debug images
41999      Branch: perl
42000           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
42001 ____________________________________________________________________________
42002 [  7444] By: jhi                                   on 2000/10/25  21:03:50
42003         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
42004              From: John Peacock <JPeacock@UnivPress.com>
42005              Date: Thu, 18 May 2000 11:55:27 -0400
42006              Message-ID: <3924126F.A58BE57A@UnivPress.com>
42007      Branch: perl
42008            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
42009            ! t/op/write.t
42010 ____________________________________________________________________________
42011 [  7443] By: jhi                                   on 2000/10/25  20:43:10
42012         Log: Temporary stopgap for the self-tying issue: for now only
42013              array and hash self-ties are verboten.  The real fix, of
42014              course, would be to comprehensively test (and implement?)
42015              and debug (and document) self-ties.
42016      Branch: perl
42017            ! pod/perldiag.pod pp_sys.c t/op/tie.t
42018 ____________________________________________________________________________
42019 [  7442] By: jhi                                   on 2000/10/25  20:14:30
42020         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
42021              From: Dan Sugalski <dan@sidhe.org>
42022              Date: Wed, 25 Oct 2000 13:36:35 -0400
42023              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
42024              
42025              plus regen global.sym.
42026      Branch: perl
42027            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
42028            ! thrdvar.h util.c
42029 ____________________________________________________________________________
42030 [  7441] By: jhi                                   on 2000/10/25  20:12:20
42031         Log: buildtoc target tweaks.
42032      Branch: perl
42033            ! pod/Makefile.SH
42034 ____________________________________________________________________________
42035 [  7440] By: jhi                                   on 2000/10/25  20:03:53
42036         Log: A new version of making the syslog test more robust.
42037              (Replaces #7421.)
42038              
42039              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
42040              From: "Kurt D. Starsinic" <kstar@chapin.edu>
42041              Date: Wed, 25 Oct 2000 12:13:54 -0400
42042              Message-ID: <20001025121354.B2264@O2.chapin.edu>
42043      Branch: perl
42044            ! t/lib/syslog.t
42045 ____________________________________________________________________________
42046 [  7439] By: jhi                                   on 2000/10/25  20:00:48
42047         Log: Continue the internal UTF-8 API tweaking.
42048              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
42049              used much more than the simpler API, now called utf8_to_uv_simple().
42050              Still not quite happy with API, too much partial duplication
42051              of functionality.
42052      Branch: perl
42053            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
42054            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
42055            ! regcomp.c regexec.c sv.c toke.c utf8.c
42056 ____________________________________________________________________________
42057 [  7438] By: jhi                                   on 2000/10/25  18:52:30
42058         Log: Allow poking holes at the UTF-8 decoding strictness.
42059      Branch: perl
42060            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
42061            ! utf8.h
42062 ____________________________________________________________________________
42063 [  7437] By: jhi                                   on 2000/10/25  13:53:05
42064         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
42065              UTF8LEN() and UTF8SKIP(). 
42066      Branch: perl
42067            ! pp.c utf8.c utf8.h
42068 ____________________________________________________________________________
42069 [  7436] By: jhi                                   on 2000/10/25  13:51:37
42070         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
42071              From: Nicholas Clark <nick@ccl4.org>
42072              Date: Wed, 25 Oct 2000 14:44:05 +0100
42073              Message-ID: <20001025144404.D27253@plum.flirble.org>
42074      Branch: perl
42075            ! pod/perlrun.pod
42076 ____________________________________________________________________________
42077 [  7435] By: jhi                                   on 2000/10/25  13:49:32
42078         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
42079              From: Mike Guy <mjtg@cam.ac.uk>
42080              Date: Tue, 24 Oct 2000 14:59:40 +0100
42081              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
42082      Branch: perl
42083            ! scope.c
42084 ____________________________________________________________________________
42085 [  7434] By: jhi                                   on 2000/10/25  13:48:41
42086         Log: AIX is picky about its symbol exports.  Solution for now
42087              is to include the deb.o explicitly to the re extension build.
42088              
42089              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
42090              From: Peter Prymmer <pvhp@forte.com>
42091              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
42092              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
42093      Branch: perl
42094            ! ext/re/Makefile.PL hints/aix.sh
42095 ____________________________________________________________________________
42096 [  7433] By: jhi                                   on 2000/10/25  13:46:49
42097         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
42098              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42099              Date: Wed, 25 Oct 2000 12:02:20 +0200
42100              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
42101      Branch: perl
42102            ! perlsdio.h
42103 ____________________________________________________________________________
42104 [  7432] By: jhi                                   on 2000/10/25  13:44:28
42105         Log: Subject: Minor update to find2perl, for portability
42106              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
42107              Date: Wed, 25 Oct 2000 12:05:47 +0100
42108              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
42109      Branch: perl
42110            ! x2p/find2perl.PL
42111 ____________________________________________________________________________
42112 [  7431] By: jhi                                   on 2000/10/25  13:40:39
42113         Log: Add targets to Makefile.SH, most importantly
42114              'regen_all' which also remembers to update vms/perly*.
42115      Branch: perl
42116            ! Makefile.SH
42117 ____________________________________________________________________________
42118 [  7430] By: bailey                                on 2000/10/25  03:13:53
42119         Log: Cleanup from prior patch (Charles Lane?):
42120              - improve handling of MFDs in Basename and Path
42121              - default to no xsubpp line # munging when building debug images
42122      Branch: vmsperl
42123            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
42124 ____________________________________________________________________________
42125 [  7429] By: jhi                                   on 2000/10/24  20:03:40
42126         Log: Podify README.epoc and README.vos.
42127      Branch: perl
42128            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
42129            ! pod/perlport.pod pod/perltoc.pod
42130 ____________________________________________________________________________
42131 [  7428] By: jhi                                   on 2000/10/24  19:10:33
42132         Log: Stratus VOS updates from Paul Green.
42133      Branch: perl
42134            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
42135            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
42136            - vos/config.def vos/config.h vos/config_h.SH_orig
42137            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
42138            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
42139 ____________________________________________________________________________
42140 [  7427] By: jhi                                   on 2000/10/24  18:59:48
42141         Log: Check if stdio supports tweaking lval and cnt simultaneously.
42142              
42143              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
42144              From: Nicholas Clark <nick@ccl4.org>
42145              Date: Mon, 23 Oct 2000 15:39:32 +0100
42146              Message-ID: <20001023153932.A10786@plum.flirble.org>
42147      Branch: metaconfig
42148            ! U/compline/d_stdstdio.U
42149      Branch: perl
42150            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42151            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
42152            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
42153            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
42154            ! vos/config.h vos/config_h.SH_orig win32/config.bc
42155            ! win32/config.gc win32/config.vc
42156 ____________________________________________________________________________
42157 [  7426] By: jhi                                   on 2000/10/24  17:57:44
42158         Log: Missed the header file changes from #7425.
42159      Branch: perl
42160            ! embed.h embed.pl objXSUB.h proto.h
42161 ____________________________________________________________________________
42162 [  7425] By: jhi                                   on 2000/10/24  17:55:17
42163         Log: Fix the bug reported in
42164              
42165              From: andreas.koenig@anima.de (Andreas J. Koenig)
42166              Subject: Encode bug?
42167              Date: 24 Oct 2000 14:01:26 +0200 
42168              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
42169              
42170              Also make is_utf8_char() stricter.
42171      Branch: perl
42172            ! ext/Encode/Encode.xs utf8.c
42173 ____________________________________________________________________________
42174 [  7424] By: jhi                                   on 2000/10/24  15:15:39
42175         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
42176              From: Peter Scott <Peter@PSDT.com>
42177              Date: Mon, 23 Oct 2000 19:46:01 -0700
42178              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
42179      Branch: perl
42180            ! pod/perlfaq5.pod
42181 ____________________________________________________________________________
42182 [  7423] By: jhi                                   on 2000/10/24  14:25:30
42183         Log: Test tweak to avoid pulling in the whole Config.
42184      Branch: perl
42185            ! t/lib/st-lock.t
42186 ____________________________________________________________________________
42187 [  7422] By: jhi                                   on 2000/10/24  14:03:16
42188         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
42189      Branch: perl
42190            ! pp.c
42191 ____________________________________________________________________________
42192 [  7421] By: jhi                                   on 2000/10/24  13:32:09
42193         Log: (Replaced by #7440.)
42194              
42195              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
42196              From: "Kurt D. Starsinic" <kstar@chapin.edu>
42197              Date: Mon, 23 Oct 2000 16:40:54 -0400
42198              Message-ID: <20001023164054.B14491@O2.chapin.edu>
42199      Branch: perl
42200            ! t/lib/syslog.t
42201 ____________________________________________________________________________
42202 [  7420] By: jhi                                   on 2000/10/24  13:30:53
42203         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
42204              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42205              Date: Mon, 23 Oct 2000 17:29:03 -0400
42206              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
42207      Branch: perl
42208            ! lib/ExtUtils/MM_Unix.pm
42209 ____________________________________________________________________________
42210 [  7419] By: jhi                                   on 2000/10/24  13:29:57
42211         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
42212              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42213              Date: Mon, 23 Oct 2000 19:01:32 -0400
42214              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
42215      Branch: perl
42216            ! utils/h2xs.PL
42217 ____________________________________________________________________________
42218 [  7418] By: jhi                                   on 2000/10/24  13:26:04
42219         Log: Replace #7409 with
42220              
42221              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
42222              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
42223              Date: Mon, 23 Oct 2000 20:08:56 +0200
42224              Message-ID: <20001023200855.A14850@nice.ram.loc>
42225      Branch: perl
42226            ! ext/Storable/Storable.pm t/lib/st-lock.t
42227 ____________________________________________________________________________
42228 [  7417] By: jhi                                   on 2000/10/24  13:17:52
42229         Log: Run vms/vms_yfix.pl, should have done that after changing
42230              perly.c in #7382.
42231      Branch: perl
42232            ! vms/perly_c.vms vms/perly_h.vms
42233 ____________________________________________________________________________
42234 [  7416] By: jhi                                   on 2000/10/24  02:55:33
42235         Log: Make the UTF-8 decoding stricter and more verbose when
42236              malformation happens.  This involved adding an argument
42237              to utf8_to_uv_chk(), which involved changing its prototype,
42238              and prefer STRLEN over I32 for the UTF-8 length, which as
42239              a domino effect necessitated changing the prototypes of
42240              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
42241              The stricter UTF-8 decoding checking uses Markus Kuhn's
42242              UTF-8 Decode Stress Tester from
42243              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
42244      Branch: perl
42245            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
42246            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
42247            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
42248            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
42249 ____________________________________________________________________________
42250 [  7415] By: jhi                                   on 2000/10/23  14:06:06
42251         Log: Update Changes.
42252      Branch: perl
42253            ! Changes patchlevel.h
42254 ____________________________________________________________________________
42255 [  7414] By: jhi                                   on 2000/10/23  12:39:52
42256         Log: Undo the basename() part of #7412 since the lib/basename
42257              tests would need upgrading too.
42258      Branch: perl
42259            ! lib/File/Basename.pm
42260 ____________________________________________________________________________
42261 [  7413] By: jhi                                   on 2000/10/23  12:19:27
42262         Log: Document PERL_INSTALL_ROOT of #7210.
42263      Branch: perl
42264            ! lib/ExtUtils/Install.pm
42265 ____________________________________________________________________________
42266 [  7412] By: jhi                                   on 2000/10/23  12:16:47
42267         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
42268      Branch: perl
42269            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
42270            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
42271 ____________________________________________________________________________
42272 [  7411] By: jhi                                   on 2000/10/23  12:07:41
42273         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
42274              From: Prymmer/Kahn <pvhp@best.com>
42275              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
42276              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
42277      Branch: perl
42278            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
42279 ____________________________________________________________________________
42280 [  7410] By: jhi                                   on 2000/10/23  04:10:11
42281         Log: The change #7187 was not so good on VMS.
42282              
42283              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
42284              From: "Craig A. Berry" <craig.berry@psinetcs.com>
42285              Date: Sun, 22 Oct 2000 23:03:08 -0500
42286              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
42287      Branch: perl
42288            ! utils/perldoc.PL
42289 ____________________________________________________________________________
42290 [  7409] By: jhi                                   on 2000/10/23  03:57:36
42291         Log: Avoid Storable locking on DJGPP for now.
42292              
42293              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
42294              From: "Peter J. Farley III" <pjfarley@banet.net>
42295              Date: Sun, 22 Oct 2000 20:00:00 -0400
42296              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
42297      Branch: perl
42298            ! ext/Storable/Storable.pm t/lib/st-lock.t
42299 ____________________________________________________________________________
42300 [  7408] By: jhi                                   on 2000/10/23  03:50:24
42301         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
42302              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
42303              Date: Sun, 22 Oct 2000 21:12:22 -0400
42304              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
42305      Branch: perl
42306            ! lib/vars.pm
42307 ____________________________________________________________________________
42308 [  7407] By: jhi                                   on 2000/10/23  03:43:12
42309         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
42310              From: Hugo <hv@crypt.compulink.co.uk>
42311              Date: Mon, 23 Oct 2000 00:47:22 +0100
42312              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
42313      Branch: perl
42314            ! regexec.c t/op/pat.t
42315 ____________________________________________________________________________
42316 [  7406] By: jhi                                   on 2000/10/23  03:40:29
42317         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
42318      Branch: perl
42319            ! lib/ExtUtils/MakeMaker.pm
42320 ____________________________________________________________________________
42321 [  7405] By: jhi                                   on 2000/10/22  21:32:00
42322         Log: Doc patch.
42323              
42324              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
42325              From: rspier@pobox.com (Robert Spier)
42326              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
42327              Message-ID: <14835.16112.13457.447971@rls.cx>
42328      Branch: perl
42329            ! lib/strict.pm
42330 ____________________________________________________________________________
42331 [  7404] By: jhi                                   on 2000/10/22  21:30:51
42332         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
42333              From: rspier@pobox.com (Robert Spier)
42334              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
42335              Message-ID: <14835.17223.72448.705566@rls.cx>
42336      Branch: perl
42337            ! lib/ExtUtils/MakeMaker.pm
42338 ____________________________________________________________________________
42339 [  7403] By: jhi                                   on 2000/10/22  21:24:11
42340         Log: Subject: [PATCH bleadperl] ripples from constsub patch
42341              From: John Tobey <jtobey@john-edwin-tobey.org>
42342              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
42343              Message-Id: <m13nSOB-000FObC@feynman.localnet>
42344      Branch: perl
42345            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
42346 ____________________________________________________________________________
42347 [  7402] By: jhi                                   on 2000/10/22  20:59:35
42348         Log: Support s?printf parameter reordering.
42349      Branch: perl
42350            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
42351 ____________________________________________________________________________
42352 [  7401] By: jhi                                   on 2000/10/22  19:19:14
42353         Log: Expand %Config variables only if explicitly so requested
42354              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
42355              
42356              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
42357              From: Gurusamy Sarathy <gsar@ActiveState.com>
42358              Date: Sun, 22 Oct 2000 11:47:32 -0700
42359              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
42360      Branch: perl
42361            ! Makefile.SH lib/lib_pm.PL
42362 ____________________________________________________________________________
42363 [  7400] By: jhi                                   on 2000/10/22  18:24:10
42364         Log: Move the #7390 test from warn/op to comp/redef.
42365              
42366              Subject: Re: Creating const subs for constants.
42367              From: John Tobey <jtobey@john-edwin-tobey.org>
42368              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
42369              Message-Id: <m13nG72-000FObC@feynman.localnet>               
42370      Branch: perl
42371            ! t/comp/redef.t t/pragma/warn/op
42372 ____________________________________________________________________________
42373 [  7399] By: jhi                                   on 2000/10/22  17:49:59
42374         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
42375              From: Nicholas Clark <nick@ccl4.org>
42376              Date: Sat, 21 Oct 2000 22:23:19 +0100
42377              Message-ID: <20001021222319.B45586@plum.flirble.org>
42378      Branch: perl
42379            ! ext/DynaLoader/DynaLoader_pm.PL
42380 ____________________________________________________________________________
42381 [  7398] By: jhi                                   on 2000/10/22  17:47:35
42382         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
42383              From: Hugo <hv@crypt.compulink.co.uk>
42384              Date: Sat, 21 Oct 2000 18:19:59 +0100
42385              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
42386      Branch: perl
42387            ! ext/B/B.pm ext/B/B/C.pm
42388 ____________________________________________________________________________
42389 [  7397] By: jhi                                   on 2000/10/22  17:35:18
42390         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
42391              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
42392              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
42393              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
42394      Branch: perl
42395            ! hints/openbsd.sh
42396 ____________________________________________________________________________
42397 [  7396] By: jhi                                   on 2000/10/22  17:19:46
42398         Log: Subject: installman go-faster stripes
42399              From: Nicholas Clark <nick@talking.bollo.cx>
42400              Date: Sat, 21 Oct 2000 17:24:53 +0100
42401              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
42402              
42403              Subject: Re: installman go-faster stripes
42404              From: Russ Allbery <rra@stanford.edu>
42405              Date: 21 Oct 2000 11:04:13 -0700
42406              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
42407      Branch: perl
42408            ! installman pod/pod2man.PL
42409 ____________________________________________________________________________
42410 [  7395] By: jhi                                   on 2000/10/22  17:17:35
42411         Log: Hints tweak from Anton Berezin.
42412      Branch: perl
42413            ! hints/freebsd.sh
42414 ____________________________________________________________________________
42415 [  7394] By: jhi                                   on 2000/10/22  04:50:04
42416         Log: Tweak the Is* definitions of Unicode character classes
42417              to better match the official categorizations; embrace
42418              the official categorizations; add the combining marks
42419              as alpha (and -numeric); fix DCinital (a typo and edito)
42420              to be DCmedial.
42421      Branch: perl
42422            + lib/unicode/Is/DCmedial.pl
42423            - lib/unicode/Is/DCinital.pl
42424            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
42425            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
42426            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
42427            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
42428 ____________________________________________________________________________
42429 [  7393] By: jhi                                   on 2000/10/21  18:06:05
42430         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
42431              From: Daniel Chetlin <daniel@chetlin.com>
42432              Date: Sat, 21 Oct 2000 02:57:03 -0700
42433              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
42434      Branch: perl
42435            + t/lib/tie-splice.t
42436            ! MANIFEST lib/Tie/Array.pm
42437 ____________________________________________________________________________
42438 [  7392] By: gsar                                  on 2000/10/21  18:05:15
42439         Log: resync utfperl branch with mainline
42440      Branch: utfperl
42441           !> (integrate 1760 files)
42442 ____________________________________________________________________________
42443 [  7391] By: jhi                                   on 2000/10/21  14:37:49
42444         Log: Testcases for a #7383,#7385 related bug.
42445              
42446              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
42447              From: Nicholas Clark <nick@ccl4.org>
42448              Date: Sat, 21 Oct 2000 15:04:51 +0100
42449              Message-ID: <20001021150451.A51566@plum.flirble.org>
42450      Branch: perl
42451            ! t/pragma/utf8.t
42452 ____________________________________________________________________________
42453 [  7390] By: jhi                                   on 2000/10/21  14:35:57
42454         Log: Add a testcase for #7389.
42455      Branch: perl
42456            ! t/pragma/warn/op
42457 ____________________________________________________________________________
42458 [  7389] By: jhi                                   on 2000/10/21  14:26:45
42459         Log: Subject: Re: Creating const subs for constants.
42460              From: John Tobey <jtobey@john-edwin-tobey.org>
42461              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
42462              Message-Id: <m13mo0N-000FObC@feynman.localnet>
42463      Branch: perl
42464            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
42465            ! proto.h sv.c
42466 ____________________________________________________________________________
42467 [  7388] By: nick                                  on 2000/10/21  11:44:23
42468         Log: Populate perlio branch
42469      Branch: perlio
42470           +> (branch 1760 files)
42471 ____________________________________________________________________________
42472 [  7387] By: nick                                  on 2000/10/21  10:52:05
42473         Log: Get branch back as replica of mainline via :
42474              p4 integrate -b utfperl
42475              p4 resolve -at ./...
42476      Branch: utfperl
42477           +> (branch 269 files)
42478            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
42479            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
42480            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
42481            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
42482            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
42483            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
42484            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
42485            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
42486            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
42487            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
42488            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
42489            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
42490            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
42491            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
42492            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
42493            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
42494            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
42495            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
42496            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
42497            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
42498            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
42499            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
42500            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
42501            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
42502            - lib/unicode/UCD300.html lib/unicode/Unicode.300
42503            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
42504            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
42505            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
42506            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
42507           !> (integrate 965 files)
42508 ____________________________________________________________________________
42509 [  7386] By: jhi                                   on 2000/10/21  01:31:12
42510         Log: Update Changes.
42511      Branch: perl
42512            ! Changes patchlevel.h
42513 ____________________________________________________________________________
42514 [  7385] By: jhi                                   on 2000/10/21  01:28:42
42515         Log: The #7383 was right only in the context of the original bug report,
42516              not in more general case.
42517      Branch: perl
42518            ! pp_hot.c
42519 ____________________________________________________________________________
42520 [  7384] By: jhi                                   on 2000/10/21  01:08:23
42521         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
42522      Branch: perl
42523            ! ext/IO/lib/IO/Select.pm
42524 ____________________________________________________________________________
42525 [  7383] By: jhi                                   on 2000/10/21  00:44:18
42526         Log: Fix for ID 20001020.006, concatenating an unset submatch
42527              with utf8 resulted in "Modification of a read-only value".
42528      Branch: perl
42529            ! pp_hot.c t/pragma/utf8.t
42530 ____________________________________________________________________________
42531 [  7382] By: jhi                                   on 2000/10/20  20:44:31
42532         Log: Make scan_num() reëntrant, as suggested in
42533              
42534              Subject: [PATCH perl@7229] Rentrant parser and yylex()
42535              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
42536              Date: Fri, 20 Oct 2000 14:17:27 +0100
42537              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
42538      Branch: perl
42539            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
42540            ! toke.c
42541 ____________________________________________________________________________
42542 [  7381] By: jhi                                   on 2000/10/20  20:07:29
42543         Log: Reëntrancy fix.
42544              
42545              Subject: [PATCH perl@7229] Rentrant parser and yylex()
42546              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
42547              Date: Fri, 20 Oct 2000 14:17:27 +0100
42548              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
42549      Branch: perl
42550            ! embed.h embed.pl perl.h proto.h toke.c
42551 ____________________________________________________________________________
42552 [  7380] By: jhi                                   on 2000/10/20  19:15:54
42553         Log: Don't write double values through long double pointers,
42554              based on a part of
42555              
42556              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
42557              From: Jens Hamisch <jens@Strawberry.COM>
42558              Date: Tue, 17 Oct 2000 08:39:36 +0200
42559              Message-Id: <20001017083936.A11104@Strawberry.COM>
42560      Branch: perl
42561            ! perl.h pp.c
42562 ____________________________________________________________________________
42563 [  7379] By: jhi                                   on 2000/10/20  18:43:37
42564         Log: Portability tweak on #7377.
42565              
42566              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
42567              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
42568              Date:     Fri, 20 Oct 2000 13:13:41 EDT
42569              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
42570      Branch: perl
42571            ! t/lib/dprof.t
42572 ____________________________________________________________________________
42573 [  7378] By: jhi                                   on 2000/10/20  12:57:19
42574         Log: SOCKS function redefinitions need prototypes, too, otherwise
42575              for example 32 bit versus 64 bit differences cause a lot of
42576              problems.  Part of
42577              
42578              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
42579              From: Jens Hamisch <jens@Strawberry.COM>
42580              Date: Tue, 17 Oct 2000 08:39:36 +0200
42581              Message-Id: <20001017083936.A11104@Strawberry.COM>
42582      Branch: perl
42583            ! doio.c pp_sys.c
42584 ____________________________________________________________________________
42585 [  7377] By: jhi                                   on 2000/10/20  12:37:12
42586         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
42587              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
42588              Date:     Fri, 20 Oct 2000 08:26:04 EDT
42589              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
42590      Branch: perl
42591            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
42592 ____________________________________________________________________________
42593 [  7376] By: jhi                                   on 2000/10/20  12:35:31
42594         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
42595              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
42596              Date:     Fri, 20 Oct 2000 07:48:15 EDT
42597              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
42598      Branch: perl
42599            ! configure.com vms/gen_shrfls.pl
42600 ____________________________________________________________________________
42601 [  7375] By: bailey                                on 2000/10/20  04:44:37
42602         Log: SYN SYN
42603      Branch: vmsperl
42604           +> (branch 134 files)
42605            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
42606            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
42607            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
42608            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
42609            - eg/cgi/frameset.cgi eg/cgi/index.html
42610            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
42611            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
42612            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
42613            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
42614            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
42615            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
42616            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
42617            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
42618            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
42619            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
42620            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
42621            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
42622            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
42623            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
42624            - lib/unicode/Props.txt lib/unicode/UCD300.html
42625            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
42626            - utils/perlbc.PL vms/subconfigure.com
42627           !> (integrate 785 files)
42628 ____________________________________________________________________________
42629 [  7374] By: jhi                                   on 2000/10/20  00:59:48
42630         Log: In the latest compiler builds cccdlflags must not become -fpic,
42631              from Wilfredo Sánchez.
42632      Branch: perl
42633            ! hints/darwin.sh
42634 ____________________________________________________________________________
42635 [  7373] By: jhi                                   on 2000/10/20  00:56:35
42636         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
42637              From: Tony Cook <tony@develop-help.com>
42638              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
42639              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
42640      Branch: perl
42641            ! pod/perlop.pod
42642 ____________________________________________________________________________
42643 [  7372] By: jhi                                   on 2000/10/19  19:34:40
42644         Log: Typo noted by Mark Lutz.
42645      Branch: perl
42646            ! t/op/64bitint.t
42647 ____________________________________________________________________________
42648 [  7371] By: jhi                                   on 2000/10/19  19:33:13
42649         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
42650      Branch: metaconfig
42651            ! U/modified/Cppsym.U U/modified/Oldconfig.U
42652      Branch: metaconfig/U/perl
42653            ! End.U dlsrc.U libperl.U
42654      Branch: perl
42655            + hints/nonstopux.sh
42656            ! Configure MANIFEST config_h.SH
42657 ____________________________________________________________________________
42658 [  7370] By: jhi                                   on 2000/10/19  17:18:08
42659         Log: Subject: PATCH do_print has 2 PerlIO_error()s
42660              From: nick@ccl4.org
42661              Date: Thu, 19 Oct 2000 18:09:20 +0100
42662              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
42663      Branch: perl
42664            ! doio.c
42665 ____________________________________________________________________________
42666 [  7369] By: jhi                                   on 2000/10/19  14:01:49
42667         Log: Update Changes.
42668      Branch: perl
42669            ! Changes patchlevel.h
42670 ____________________________________________________________________________
42671 [  7368] By: jhi                                   on 2000/10/19  13:04:29
42672         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
42673              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42674              Date: Wed, 18 Oct 2000 13:12:01 +0200
42675              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
42676      Branch: perl
42677            ! hints/aix.sh
42678 ____________________________________________________________________________
42679 [  7367] By: jhi                                   on 2000/10/19  02:22:40
42680         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
42681              of a 'pmshort' anywhere in the B, so the offending line was simply
42682              removed.
42683      Branch: perl
42684            ! ext/B/B/Debug.pm
42685 ____________________________________________________________________________
42686 [  7366] By: jhi                                   on 2000/10/19  02:12:37
42687         Log: Add the test case for the bug id 20000730.004 which seems
42688              to have been fixed by now.
42689      Branch: perl
42690            ! t/pragma/utf8.t
42691 ____________________________________________________________________________
42692 [  7365] By: jhi                                   on 2000/10/18  23:36:24
42693         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
42694              From: Hugo <hv@crypt.compulink.co.uk>
42695              Date: Wed, 18 Oct 2000 23:25:58 +0100
42696              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
42697      Branch: perl
42698            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
42699 ____________________________________________________________________________
42700 [  7364] By: jhi                                   on 2000/10/18  21:12:53
42701         Log: (retracted)
42702      Branch: perl
42703            ! pp.c
42704 ____________________________________________________________________________
42705 [  7363] By: jhi                                   on 2000/10/18  20:55:38
42706         Log: Missing change from #7362.
42707      Branch: perl
42708            ! win32/perlhost.h
42709 ____________________________________________________________________________
42710 [  7362] By: jhi                                   on 2000/10/18  20:52:01
42711         Log: Borland C fstat() never saw the fd as writable.
42712              
42713              Subject: fix for Borland's weak "stat" (perl@7211)
42714              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
42715              Date: Mon, 16 Oct 2000 09:55:03 +0400
42716              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
42717      Branch: perl
42718            ! win32/win32.c
42719 ____________________________________________________________________________
42720 [  7361] By: jhi                                   on 2000/10/18  17:43:50
42721         Log: Regen toc.
42722      Branch: perl
42723            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
42724 ____________________________________________________________________________
42725 [  7360] By: jhi                                   on 2000/10/18  17:07:44
42726         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42727              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
42728              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
42729              Date: Mon, 16 Oct 2000 15:19:49 +0200
42730      Branch: perl
42731            + README.aix
42732            ! MANIFEST
42733 ____________________________________________________________________________
42734 [  7359] By: jhi                                   on 2000/10/18  17:04:49
42735         Log: Subject: Pod patch for Devel::Peek
42736              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42737              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
42738              Date: Mon, 16 Oct 2000 12:26:34 +0200
42739      Branch: perl
42740            ! ext/Devel/Peek/Peek.pm
42741 ____________________________________________________________________________
42742 [  7358] By: jhi                                   on 2000/10/18  17:03:15
42743         Log: Make Cwd more bulletproof in chrooted environments.
42744              
42745              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
42746              From: "Eric E. Coe" <Eric.Coe@oracle.com>
42747              Date: Wed, 18 Oct 2000 04:03:54 -0400
42748              Message-Id: <39ED596A.70E599FE@oracle.com>
42749      Branch: perl
42750            ! lib/Cwd.pm
42751 ____________________________________________________________________________
42752 [  7357] By: jhi                                   on 2000/10/18  16:37:26
42753         Log: Disable the UTF8 downgrade croakage for now to avoid
42754              too many not okay messages.
42755      Branch: perl
42756            ! doio.c
42757 ____________________________________________________________________________
42758 [  7356] By: jhi                                   on 2000/10/17  23:29:41
42759         Log: Show the failed remote port, instead of the failing line number.
42760              
42761              Subject: [PATCH 5.6.1 Debugger] More diagnostics
42762              From: David Sparks <daves@ActiveState.com>
42763              Date: Tue, 17 Oct 2000 15:00:24 -0700
42764              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
42765      Branch: perl
42766            ! lib/perl5db.pl
42767 ____________________________________________________________________________
42768 [  7355] By: jhi                                   on 2000/10/17  14:11:31
42769         Log: On output try to downgrade to bytes, croak if impossible,
42770              from Simon Cozens.  This means that outputting >255 UTF8
42771              is impossible.  Consider this as a strong incentive to get
42772              the I/O disciplines implemented.
42773      Branch: perl
42774            ! doio.c pod/perldiag.pod sv.c
42775 ____________________________________________________________________________
42776 [  7354] By: jhi                                   on 2000/10/17  13:42:23
42777         Log: Clarify documentation on 'use bytes'.
42778              
42779              Subject: Re: What does 'use bytes' "mean" ?
42780              From: Simon Cozens <simon@cozens.net>
42781              Date: Mon, 18 Sep 2000 18:24:25 +0100
42782              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
42783      Branch: perl
42784            ! lib/bytes.pm
42785 ____________________________________________________________________________
42786 [  7353] By: jhi                                   on 2000/10/17  13:28:12
42787         Log: Workaround for a sfio bug where the stream error indicator
42788              is not cleared as documented.
42789              
42790              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
42791              From: Nicholas Clark <nick@ccl4.org>
42792              Date: Mon, 16 Oct 2000 18:28:23 +0100
42793              Message-ID: <20001016182823.J19700@plum.flirble.org>
42794      Branch: perl
42795            ! doio.c
42796 ____________________________________________________________________________
42797 [  7352] By: jhi                                   on 2000/10/17  13:06:19
42798         Log: More IoTYPE sprinkling.
42799      Branch: perl
42800            ! doio.c pp_hot.c
42801 ____________________________________________________________________________
42802 [  7351] By: jhi                                   on 2000/10/16  22:47:07
42803         Log: Detect early whether the std streams have gone bad.
42804              
42805              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
42806              Date: Mon, 16 Oct 2000 23:28:42 +0100
42807              From: Nicholas Clark <nick@ccl4.org>
42808              Message-ID: <20001016232842.A37942@plum.flirble.org>
42809      Branch: perl
42810            ! t/op/misc.t
42811 ____________________________________________________________________________
42812 [  7350] By: jhi                                   on 2000/10/16  22:45:16
42813         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
42814              From: "Peter J. Farley III" <pjfarley@banet.net>
42815              Date: Mon, 16 Oct 2000 18:15:59 -0400
42816              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
42817      Branch: perl
42818            ! djgpp/djgpp.c dosish.h t/io/open.t
42819 ____________________________________________________________________________
42820 [  7349] By: jhi                                   on 2000/10/16  22:36:45
42821         Log: perldelta tweak.
42822      Branch: perl
42823            ! pod/perldelta.pod
42824 ____________________________________________________________________________
42825 [  7348] By: jhi                                   on 2000/10/16  15:17:53
42826         Log: Update Changes.
42827      Branch: perl
42828            ! Changes patchlevel.h
42829 ____________________________________________________________________________
42830 [  7347] By: jhi                                   on 2000/10/16  13:55:27
42831         Log: Add the capability to include/exclude branches.
42832      Branch: perl
42833            ! Porting/genlog
42834 ____________________________________________________________________________
42835 [  7346] By: jhi                                   on 2000/10/16  13:18:04
42836         Log: Add Charles Lane.
42837      Branch: perl
42838            ! AUTHORS Changes
42839 ____________________________________________________________________________
42840 [  7345] By: jhi                                   on 2000/10/16  13:13:21
42841         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
42842      Branch: perl
42843            ! pod/perldelta.pod
42844 ____________________________________________________________________________
42845 [  7344] By: gsar                                  on 2000/10/16  09:30:21
42846         Log: integrate change#6220 from cfgperl
42847              
42848              Win32 patches from Benjamin Stuhl.
42849      Branch: maint-5.6/perl
42850           !> makedef.pl win32/win32.h
42851 ____________________________________________________________________________
42852 [  7343] By: gsar                                  on 2000/10/16  08:32:19
42853         Log: integrate changes#6221,6222 from cfgperl
42854              
42855              Remove tr///CU (the feature is to be obsoleted by better interfaces).
42856              From: simon@brecon.co.uk (Simon Cozens)
42857              Subject: [PATCH] Eliminate tr///[CU][CU]
42858              Date: 23 Jun 2000 11:05:40 GMT
42859              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
42860              
42861              doc typo fix
42862              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
42863              From: Ian Phillipps <Ian.Phillipps@iname.com>
42864              Date: Fri, 23 Jun 2000 10:40:58 +0100
42865              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
42866      Branch: maint-5.6/perl
42867           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
42868 ____________________________________________________________________________
42869 [  7342] By: gsar                                  on 2000/10/16  08:28:08
42870         Log: integrate change#6217 from cfgperl (in part)
42871              
42872              Rename the fdpid locking and integrate with Sarathy.
42873      Branch: maint-5.6/perl
42874           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
42875           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
42876           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
42877           !> win32/win32.c
42878 ____________________________________________________________________________
42879 [  7341] By: gsar                                  on 2000/10/16  08:23:39
42880         Log: integrate changes#6214..6216 from mainline
42881              
42882              @_ can't have junk in it even in the non-USE_ITHREADS case because
42883              caller() wants to populate @DB::args with it (causes a coredump
42884              in Carp::confess())
42885              
42886              tweak comment about @DB::args
42887              
42888              be more optimal about clearing @_
42889      Branch: maint-5.6/perl
42890           !> av.h cop.h pp_ctl.c t/op/runlevel.t
42891 ____________________________________________________________________________
42892 [  7340] By: gsar                                  on 2000/10/16  08:20:37
42893         Log: integrate changes#6207..6210 from cfgperl
42894              
42895              Subject: [PATCH 5.6.0] Threadsafe patches
42896              From: Dan Sugalski <dan@sidhe.org>
42897              To: perl5-porters@perl.org
42898              Date: Mon, 08 May 2000 18:08:13 -0400
42899              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
42900              
42901              Regen headers for #6207.
42902              
42903              Lock PL_fdpid against race conditions, based on:
42904              Subject: [PATCH 5.6.0]subprocess fixup for threads
42905              From: Dan Sugalski <dan@sidhe.org>
42906              To: perl5-porters@perl.org
42907              Date: Tue, 11 Apr 2000 17:02:32 -0400
42908              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
42909              
42910              Mopup for #6207 and #6209.
42911      Branch: maint-5.6/perl
42912           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
42913           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
42914           !> win32/win32.c
42915 ____________________________________________________________________________
42916 [  7339] By: gsar                                  on 2000/10/16  08:14:34
42917         Log: integrate change#6203 from cfgperl
42918              
42919              perldiag should refer to perlos2.pod not README.os2
42920      Branch: maint-5.6/perl
42921           !> pod/perldiag.pod
42922 ____________________________________________________________________________
42923 [  7338] By: gsar                                  on 2000/10/16  08:11:42
42924         Log: integrate change#6201 from mainline
42925              
42926              Perl_eval_pv() leaks 4 bytes every time it is called because it
42927              does a PUSHMARK that's never ever POPMARKed; in general, only
42928              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
42929              Perl_eval_[sp]v() don't because they don't take any incoming
42930              arguments (this leak has been around since the original version
42931              of perl_eval_pv() in 5.003_97e)
42932      Branch: maint-5.6/perl
42933           !> perl.c
42934 ____________________________________________________________________________
42935 [  7337] By: gsar                                  on 2000/10/16  08:08:47
42936         Log: integrate changes#6197..6200 from cfgperl
42937              
42938              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
42939              From: John Borwick <jhborwic@unity.ncsu.edu>
42940              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
42941              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
42942              
42943              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
42944              From: Dan Sugalski <dan@sidhe.org>
42945              To: vmsperl@perl.org, perl5-porters@perl.org
42946              Date: Fri, 02 Jun 2000 16:00:41 -0400
42947              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
42948              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
42949              
42950              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
42951              From: Dan Sugalski <dan@sidhe.org>
42952              To: perl5-porters@perl.org, vmsperl@perl.org
42953              Date: Fri, 02 Jun 2000 17:30:51 -0400
42954              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
42955              
42956              Update to cperl-mode.el 4.31 from
42957              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
42958              Subject: A couple of notes
42959              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42960              To: Mailing list Perl5 <perl5-porters@perl.org>
42961              Date: Sat, 3 Jun 2000 23:33:32 -0400
42962              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
42963      Branch: maint-5.6/perl
42964           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
42965           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
42966           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
42967           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
42968           !> vms/vmsish.h
42969 ____________________________________________________________________________
42970 [  7336] By: gsar                                  on 2000/10/16  08:03:46
42971         Log: integrate changes#6194,6195 from mainline
42972              
42973              fix small eval"" memory leaks under USE_ITHREADS
42974              
42975              fix yet another eval"" leak under USE_ITHREADS
42976      Branch: maint-5.6/perl
42977           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
42978           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
42979           !> vms/perly_c.vms
42980 ____________________________________________________________________________
42981 [  7335] By: gsar                                  on 2000/10/16  08:02:15
42982         Log: integrate changes#6190,6191 from mainline
42983              
42984              submit missing embed.pl change
42985              
42986              vec() loses numericalness (modified version of patch suggested
42987              by Robin Barker)
42988      Branch: maint-5.6/perl
42989           !> doop.c embed.pl t/op/vec.t
42990 ____________________________________________________________________________
42991 [  7334] By: gsar                                  on 2000/10/16  08:01:03
42992         Log: integrate change#6189 from mainline
42993              
42994              counting tr/// corrupts later operation (from M.J.T Guy)
42995      Branch: maint-5.6/perl
42996           !> doop.c t/op/tr.t
42997 ____________________________________________________________________________
42998 [  7333] By: gsar                                  on 2000/10/16  07:59:07
42999         Log: integrate changes#6183..6188 from mainline
43000              
43001              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
43002              <nick@ccl4.org>)
43003              
43004              tweak for change#6127
43005              
43006              remove incorrect documentation about implicit split to @_ in
43007              list context, which never really worked in perl 5 (from
43008              M.J.T. Guy)
43009              
43010              further qualify references to "alphanumeric" (from Wolfgang Laun
43011              <wolfgang.laun@alcatel.at>)
43012              
43013              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
43014              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
43015              
43016              h2xs tweaks
43017      Branch: maint-5.6/perl
43018           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
43019           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
43020           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
43021           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
43022           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
43023           !> pod/pod2latex.PL utils/h2xs.PL
43024 ____________________________________________________________________________
43025 [  7332] By: gsar                                  on 2000/10/16  07:53:52
43026         Log: integrate change#6179 from mainline
43027              
43028              buggy modulus on UVs introduced by change#3378 (resulted in
43029              4063328477 % 65535 amounting to 27406, instead of 27407)
43030      Branch: maint-5.6/perl
43031           !> pp.c t/op/arith.t
43032 ____________________________________________________________________________
43033 [  7331] By: gsar                                  on 2000/10/16  07:52:49
43034         Log: integrate changes#6176,6177,6178,6182 from cfgperl
43035              
43036              Single-quoted utf8 patch from Simon Cozens.
43037              
43038              Substitution utf8 patch from Simon Cozens.
43039              
43040              Be cleaner.
43041              
43042              Be Cleaner Part Deux.
43043      Branch: maint-5.6/perl
43044           !> Makefile.SH pp_hot.c toke.c
43045 ____________________________________________________________________________
43046 [  7330] By: gsar                                  on 2000/10/16  07:41:36
43047         Log: integrate change#6172 from mainline
43048              
43049              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
43050              (from Ilya Zakharevich)
43051      Branch: maint-5.6/perl
43052           !> regexec.c t/op/re_tests
43053 ____________________________________________________________________________
43054 [  7329] By: gsar                                  on 2000/10/16  07:40:25
43055         Log: integrate change#6171 from mainline
43056              
43057              scalar() doesn't force scalar context when used in void context
43058              (from Simon Cozens)
43059      Branch: maint-5.6/perl
43060           !> op.c t/op/wantarray.t
43061 ____________________________________________________________________________
43062 [  7328] By: gsar                                  on 2000/10/16  07:39:33
43063         Log: integrate change#6170 from mainline
43064              
43065              change#6142 needs tweaks to tests to work where there's no
43066              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
43067      Branch: maint-5.6/perl
43068           !> t/lib/filefind.t
43069 ____________________________________________________________________________
43070 [  7327] By: gsar                                  on 2000/10/16  07:35:34
43071         Log: integrate changes#6166..6168 from cfgperl
43072              
43073              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
43074              in case somebody wants to write an extension for more
43075              shadow database interfaces.
43076              
43077              tweak todo
43078              
43079              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
43080      Branch: maint-5.6/perl
43081           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
43082           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
43083           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
43084           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
43085           !> win32/config.vc win32/config_H.bc win32/config_H.gc
43086           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
43087 ____________________________________________________________________________
43088 [  7326] By: gsar                                  on 2000/10/16  07:29:05
43089         Log: integrate changes#6157,6159..6161,6164 from cfgperl
43090              
43091              Regen Configure to jive with #6149.
43092              
43093              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
43094              
43095              Changes for the File::Temp 0.08 (change #6159) test suite
43096              to fit better into the Perl distribution test framework.
43097              
43098              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
43099              both from Simon Cozens.
43100              
43101              detypo
43102      Branch: maint-5.6/perl
43103           +> pod/perlmodlib.PL pod/perlnewmod.pod
43104           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
43105           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
43106           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
43107           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
43108 ____________________________________________________________________________
43109 [  7325] By: gsar                                  on 2000/10/16  07:25:13
43110         Log: integrate change#6158 from vmsperl
43111              
43112              Add fallback to tmpfile for use in cases where user's relying on
43113              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
43114              Lane's patch)
43115      Branch: maint-5.6/perl
43116           !> vms/vms.c vms/vmsish.h
43117 ____________________________________________________________________________
43118 [  7324] By: gsar                                  on 2000/10/16  07:20:50
43119         Log: integrate changes#6153..6155 from mainline
43120              
43121              prettier Test::Harness output on failed tests (from Nicholas Clark
43122              <nick@Bagpuss.uk.boo.com>)
43123              
43124              avoid type mismatch warning
43125              
43126              small bug in change#6144; remove random \xA0 character that snuck
43127              in via change#6145
43128      Branch: maint-5.6/perl
43129           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
43130           !> perl.c
43131 ____________________________________________________________________________
43132 [  7323] By: gsar                                  on 2000/10/16  07:18:47
43133         Log: integrate changes#6151,6152 from mainline
43134              
43135              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
43136              
43137              cosmetic fixups of RE debug output (from Ilya Zakharevich)
43138      Branch: maint-5.6/perl
43139           !> regexec.c
43140 ____________________________________________________________________________
43141 [  7322] By: gsar                                  on 2000/10/16  07:17:25
43142         Log: integrate changes#6146..6150 from mainline
43143              
43144              doc typo
43145              
43146              add a make entry to Config.pm so "perl -V:make" works on VMS
43147              (from Peter Prymmer)
43148              
43149              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
43150              
43151              OS/2 tweaks for usethreads build (from Rocco Caputo
43152              <troc@netrus.net>)
43153              
43154              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
43155      Branch: maint-5.6/perl
43156           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
43157           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
43158           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
43159           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
43160           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
43161           !> warnings.pl x2p/a2p.h
43162 ____________________________________________________________________________
43163 [  7321] By: gsar                                  on 2000/10/16  07:14:02
43164         Log: integrate changes#6143..6145 from mainline
43165              
43166              MacOS support, part 1 (from Matthias Neeracher
43167              <neeri@iis.ee.ethz.ch>)
43168              
43169              MacOS support, part 2: make AutoSplit use File::Spec instead
43170              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
43171              <neeri@iis.ee.ethz.ch>)
43172              
43173              make xsubpp skip embedded pod (from Matthias Neeracher
43174              <neeri@iis.ee.ethz.ch>)
43175      Branch: maint-5.6/perl
43176           +> ext/DynaLoader/dl_mac.xs
43177           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
43178           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
43179           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
43180           !> pp_ctl.c proto.h toke.c util.c util.h
43181 ____________________________________________________________________________
43182 [  7320] By: gsar                                  on 2000/10/16  07:12:13
43183         Log: integrate changes#6141,6142 from mainline
43184              
43185              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
43186              forwarded by Peter Seebach from the bsdi-users mailing list.
43187              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
43188              
43189              File::Find fails to chdir when chasing symlinks (from
43190              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
43191      Branch: maint-5.6/perl
43192           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
43193 ____________________________________________________________________________
43194 [  7319] By: gsar                                  on 2000/10/16  07:04:30
43195         Log: integrate change#6139 from mainline
43196              
43197              revise mktables.PL for bugs and newness in Unicode 3.0
43198              (from James Bence <jbence@amgen.com>)
43199      Branch: maint-5.6/perl
43200           +> (branch 30 files)
43201           !> (integrate 49 files)
43202 ____________________________________________________________________________
43203 [  7318] By: gsar                                  on 2000/10/16  07:01:01
43204         Log: integrate changes#6137,6138 from mainline
43205              
43206              fix bogus redeclaration warning for "our" variables in different
43207              scopes
43208              
43209              add note about the handling of negative indices to tied arrays
43210              (from Michael G Schwern <schwern@pobox.com>)
43211      Branch: maint-5.6/perl
43212           !> op.c pod/perltie.pod t/pragma/strict-vars
43213 ____________________________________________________________________________
43214 [  7317] By: gsar                                  on 2000/10/16  06:58:46
43215         Log: integrate changes#6127..6136 from mainline
43216              
43217              call_method(...,G_EVAL) can longjmp() out if the method probing
43218              failed (from Gisle Aas)
43219              
43220              new perlxstut example for passing/returning refs to arrays
43221              (from David Lowe <dlowe@pootpoot.com>)
43222              
43223              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
43224              
43225              fix places that mean C<"word" character> but say C<alphanumeric
43226              character>
43227              
43228              avoid warnings in POSIX.pm (from Barrie Slaymaker)
43229              
43230              warnings::enabled() doesn't fall back to looking at $^W if
43231              caller isn't using lexical warnings (from Paul Marquess)
43232              
43233              elide bogus test in change#6132
43234              
43235              make Test::Harness use wait.h/WCOREDUMP if available
43236              (from Ben Tilly <ben_tilly@hotmail.com>)
43237              
43238              enable Test::Harness to dynamically determine column width etc.
43239              (from Rob Napier <rnapier@employees.org>)
43240              
43241              random pod typos (from Peter Scott <Peter@PSDT.com>)
43242      Branch: maint-5.6/perl
43243           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
43244           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
43245           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
43246           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
43247 ____________________________________________________________________________
43248 [  7316] By: gsar                                  on 2000/10/16  06:53:23
43249         Log: integrate change#6126 from mainline
43250              
43251              change#2879 broke rvalue autovivification of magicals such as
43252              ${$num} (reworked variant of patch suggested by Simon Cozens)
43253      Branch: maint-5.6/perl
43254           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
43255           !> pp_hot.c proto.h t/op/gv.t
43256 ____________________________________________________________________________
43257 [  7315] By: gsar                                  on 2000/10/16  06:51:38
43258         Log: integrate changes#6123,6125 from mainline
43259              
43260              clarify gotcha with #line directives (from Rocco Caputo
43261              <troc@netrus.net>)
43262              
43263              enable propagating exception objects via Perl_croak() in XS code
43264              (from Gisle Aas)
43265      Branch: maint-5.6/perl
43266           !> pod/perldebug.pod pod/perlsyn.pod util.c
43267 ____________________________________________________________________________
43268 [  7314] By: gsar                                  on 2000/10/16  06:49:28
43269         Log: integrate change#6122 from mainline
43270              
43271              downgrade fatal error on C<"foo@nosucharray.com"> to optional
43272              warning (from Mark-Jason Dominus)
43273      Branch: maint-5.6/perl
43274           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
43275           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
43276           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
43277           !> toke.c
43278 ____________________________________________________________________________
43279 [  7313] By: gsar                                  on 2000/10/16  06:46:54
43280         Log: integrate changes#6112..6121 from vmsperl
43281              
43282              Check for existence of file before trying to delete
43283              
43284              Ugly workaround for version-specific RTL error
43285              
43286              Urk -- undo previous removal of vmsish 'exit' change
43287              
43288              Add bounds checking for several strings (Charles Lane)
43289              
43290              Miscellaneous cosmetic fixes (Charles Lane)
43291              
43292              Treat sockets as special in sys(read|write) (Charles Lane et al.)
43293              
43294              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
43295              Flatten case labels in switch statements uniformly (Charles Bailey)
43296              
43297              Quiet error messages in vmsish.t (Charles Lane)
43298              
43299              Add missing escape (Charles Lane)
43300              
43301              Allow eliminate_macros() and fixpath() to handle space-delimited
43302              lists (based on fixes by Craig Berry)
43303      Branch: maint-5.6/perl
43304           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
43305           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
43306           !> vms/vmsish.h
43307 ____________________________________________________________________________
43308 [  7312] By: gsar                                  on 2000/10/16  06:41:18
43309         Log: integrate changes#6107,6110 from cfgperl
43310              
43311              Tweak the todo list.
43312              
43313              todo tweak
43314      Branch: maint-5.6/perl
43315           !> Todo-5.6
43316 ____________________________________________________________________________
43317 [  7311] By: gsar                                  on 2000/10/16  06:38:38
43318         Log: integrate changes#6104,6108 from mainline
43319              
43320              PL_sys_intern was being initialized too late on windows
43321              
43322              reenable fake signal handling on Windows, bugs and all
43323      Branch: maint-5.6/perl
43324           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
43325           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
43326           !> win32/win32.c
43327 ____________________________________________________________________________
43328 [  7310] By: gsar                                  on 2000/10/16  06:36:03
43329         Log: integrate changes#6095,6097..6103 from cfgperl
43330              
43331              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
43332              might be useful in future.
43333              
43334              Add a note about possible compilation problems from Allen Smith.
43335              
43336              Add a note about other, yet unsupported, shadow password APIs.
43337              
43338              Tweaks for the cc bugs from Allen Smith.
43339              
43340              More compilation tweakery from Allen Smith.
43341              
43342              Hints and test tweaks for Unicos.
43343              
43344              The test suite tweak in #6101 wasn't quite right.
43345              
43346              Test tweaking for Unicos continues.
43347      Branch: maint-5.6/perl
43348           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
43349           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
43350           !> t/lib/complex.t t/op/64bitint.t
43351 ____________________________________________________________________________
43352 [  7309] By: gsar                                  on 2000/10/16  06:29:41
43353         Log: integrate changes#6093,6094 from mainline
43354              
43355              fork() failure to create pseudo process sets errno=EAGAIN and returns
43356              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
43357              
43358              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
43359      Branch: maint-5.6/perl
43360           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
43361           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
43362 ____________________________________________________________________________
43363 [  7308] By: gsar                                  on 2000/10/16  06:27:29
43364         Log: integrate change#6092 from cfgperl
43365              
43366              Regen perltoc with the fixed buildtoc.
43367      Branch: maint-5.6/perl
43368           !> pod/perltoc.pod
43369 ____________________________________________________________________________
43370 [  7307] By: gsar                                  on 2000/10/16  06:26:40
43371         Log: integrate changes#6089,6090 from mainline
43372              
43373              buildtoc tweak to fix newline lossage
43374              
43375              concat doesn't preserve utf8-ness, and doesn't invalidate
43376              [NI]OK; added tests for both
43377      Branch: maint-5.6/perl
43378           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
43379 ____________________________________________________________________________
43380 [  7306] By: gsar                                  on 2000/10/16  06:24:05
43381         Log: integrate change#6088 from cfgperl
43382              
43383              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
43384              because we do not use those.  The HAS_GETSPNAM remains,
43385              though, because we still do use that.
43386      Branch: maint-5.6/perl
43387           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
43388           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
43389           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
43390           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
43391           !> win32/config.vc win32/config_H.bc win32/config_H.gc
43392           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
43393 ____________________________________________________________________________
43394 [  7305] By: gsar                                  on 2000/10/16  06:15:52
43395         Log: integrate changes#6084,6085,6087 from mainline
43396              
43397              substr() does not preserve utf8-ness (from Stefan Eissing
43398              <Eissing@medicaldataservice.de>); added tests
43399              
43400              repeat operator (x) doesn't preserve utf8-ness
43401              
43402              reverse() and quotemeta() weren't preserving utf8-ness; add tests
43403      Branch: maint-5.6/perl
43404           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
43405 ____________________________________________________________________________
43406 [  7304] By: gsar                                  on 2000/10/16  06:13:10
43407         Log: integrate changes#6077..6083 from mainline
43408              
43409              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
43410              and Tom Phoenix)
43411              
43412              workaround for CRT bug in chdir() (from Charles Lane, via
43413              Peter Prymmer)
43414              
43415              remove outdated kludge in Carp (NULLs are permitted in diagnostics
43416              now)
43417              
43418              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
43419              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
43420              
43421              better default perlbug categories for ok reports (from Richard Foley)
43422              
43423              peek.t non-portable to ithreads
43424              
43425              note about undocumented caller() return value (from M.J.T. Guy);
43426              yet another peek.t tweak
43427      Branch: maint-5.6/perl
43428           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
43429           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
43430           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
43431           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
43432           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
43433           !> vms/vmsish.h
43434 ____________________________________________________________________________
43435 [  7303] By: gsar                                  on 2000/10/16  06:03:18
43436         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
43437              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
43438              
43439              &HUGE_VAL is not defined, it exists.
43440              
43441              Do not warn that an infinity does not look like a number.
43442              
43443              Rewrite the pwent/spent logic to be a little bit more clearer.
43444              
43445              Continue on the pwent/spent case.
43446              
43447              Correct Freudian slip.
43448              
43449              Use HUGE_VALL if applicable.
43450              
43451              pwent/spent #ifdef imbalance.
43452              
43453              Infinite problems.
43454              
43455              Call getspnam() only iff needd.
43456              
43457              Test both the scalar and list contexts.
43458              
43459              Use setxxent()/endxxent().
43460              
43461              Complex tweakery.
43462              
43463              Unicos hint tweak.
43464              
43465              Be more forgiving in POSIX about HUGE_VALL.
43466              
43467              Detypo.
43468              
43469              The search of infinity continues, this time simplified.
43470              
43471              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
43472              in natively 64-bit platforms where a long is a quad (no need
43473              for long longs).  Also added bias for IVs.
43474              
43475              Complex tweaks.
43476              
43477              Introduce t/lib/peek.t.
43478              
43479              Make the test more portable.
43480      Branch: maint-5.6/perl
43481           +> t/lib/peek.t
43482            ! pp_sys.c
43483           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
43484           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
43485           !> t/op/pwent.t toke.c util.c
43486 ____________________________________________________________________________
43487 [  7302] By: gsar                                  on 2000/10/16  05:03:37
43488         Log: integrate changes#6066..6071 from mainline
43489              
43490              s/END/CHECK/
43491              
43492              replace direct call to sighandler() with (*PL_sighandlerp)()
43493              
43494              note about values()
43495              
43496              File::Spec compatibility update (from Barrie Slaymaker
43497              <barries@slaysys.com>)
43498              
43499              remove misleading comment (from M.J.T. Guy)
43500              
43501              misformatted perllocal.pod (from Tim Jenness
43502              <t.jenness@jach.hawaii.edu>)
43503      Branch: maint-5.6/perl
43504           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
43505           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
43506           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
43507           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
43508 ____________________________________________________________________________
43509 [  7301] By: gsar                                  on 2000/10/16  05:00:08
43510         Log: integrate changes#6061..6063 from mainline
43511              
43512              change#5921 neglected to make eq honor "use bytes"
43513              
43514              additional tests for utf8.t
43515              
43516              tokeq() could read unallocated field in argument
43517      Branch: maint-5.6/perl
43518           !> sv.c t/pragma/utf8.t toke.c
43519 ____________________________________________________________________________
43520 [  7300] By: gsar                                  on 2000/10/16  04:56:54
43521         Log: integrate changes#6046,6048,6057,6058 from mainline
43522              
43523              libscheck has insufficient checks for n32 libs (from
43524              Albert Chin-A-Young <china@thewrittenword.com>)
43525              
43526              add note about how $( doesn't interpolate in REs (from
43527              Philip Newton <newton@ficus.frogspace.net>)
43528              
43529              fix broken parsing of /\x{ab}/
43530              
43531              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
43532              (spotted by Donald Kinzer <dkinzer@premia.com>)
43533      Branch: maint-5.6/perl
43534           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
43535           !> t/pragma/utf8.t
43536 ____________________________________________________________________________
43537 [  7299] By: gsar                                  on 2000/10/16  04:52:50
43538         Log: integrate change#6044 from mainline
43539              
43540              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
43541              such that underscores are only ignored in literal numbers,
43542              "\x{...}", and hex/oct argument
43543      Branch: maint-5.6/perl
43544           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
43545 ____________________________________________________________________________
43546 [  7298] By: gsar                                  on 2000/10/16  04:50:53
43547         Log: integrate changes#6027..6043 from mainline
43548              
43549              podlators-1.02 update (from Russ Allbery)
43550              
43551              Pod::Man generates groff-incompatible macro definition (from
43552              Tom Christiansen)
43553              
43554              add CGI.pm v2.66 (from Lincoln Stein)
43555              
43556              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
43557              for @- and @+ (from Johan Vromans)
43558              
43559              small nits in diagnostics.pm (from Robin Barker)
43560              
43561              whitespace adjustments
43562              
43563              missing files in MANIFEST
43564              
43565              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
43566              to compensate
43567              
43568              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
43569              
43570              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
43571      Branch: maint-5.6/perl
43572           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
43573           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
43574           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
43575           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
43576           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
43577           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
43578           !> t/lib/cgi-html.t t/lib/cgi-request.t
43579 ____________________________________________________________________________
43580 [  7297] By: gsar                                  on 2000/10/16  04:44:30
43581         Log: integrate change#6025 from mainline
43582              
43583              Is{Alnum,Alpha,Word} don't match titlecase
43584              TODO: IsSpace is defined recursively!
43585              (both spotted by Larry)
43586      Branch: maint-5.6/perl
43587           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
43588           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
43589 ____________________________________________________________________________
43590 [  7296] By: gsar                                  on 2000/10/16  04:39:30
43591         Log: integrate change#6023 from mainline
43592              
43593              debugger stomps on $. (from M.J.T. Guy)
43594      Branch: maint-5.6/perl
43595           !> lib/perl5db.pl
43596 ____________________________________________________________________________
43597 [  7295] By: gsar                                  on 2000/10/16  04:38:02
43598         Log: integrate change#6022 from mainline
43599              
43600              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
43601      Branch: maint-5.6/perl
43602           !> sv.c
43603 ____________________________________________________________________________
43604 [  7294] By: gsar                                  on 2000/10/16  04:37:05
43605         Log: integrate changes#6018..6021 from mainline
43606              
43607              make lib/syslog.t portable to systems that don't have _PATH_LOG,
43608              make _PATH_LOG() return "" if unavailable
43609              
43610              windows portability tweaks
43611              
43612              test tweak
43613              
43614              remove Win2K issue in pod (fixed by change#6020)
43615      Branch: maint-5.6/perl
43616           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
43617           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
43618           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
43619 ____________________________________________________________________________
43620 [  7293] By: gsar                                  on 2000/10/16  04:20:00
43621         Log: integrate changes#6013..6015 from mainline
43622              
43623              tweak change#5945 to display correct switch name in diagnostic
43624              
43625              glob() loading File::Glob behind the scenes may cause syntax errors
43626              
43627              tweak test for portability
43628      Branch: maint-5.6/perl
43629           !> op.c perl.c pod/perldiag.pod t/lib/b.t
43630 ____________________________________________________________________________
43631 [  7292] By: gsar                                  on 2000/10/16  04:18:11
43632         Log: integrate changes#6005..6010 from mainline, cfgperl
43633              
43634              perldoc might fail via "use blib" (from Hugo van der Sanden)
43635              
43636              Regen Configure.
43637              
43638              note about compile failures and END blocks (from M.J.T. Guy)
43639              
43640              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
43641              
43642              (change#6009 integrated earlier in change#7255)
43643              
43644              clarify note about shadow password support (from
43645              gellyfish@gellyfish.com)
43646      Branch: maint-5.6/perl
43647           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
43648           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
43649           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
43650 ____________________________________________________________________________
43651 [  7291] By: gsar                                  on 2000/10/16  04:12:03
43652         Log: integrate changes#6002,6003 from mainline
43653              
43654              destructive sv_setsv() can lose UV-ness from source, causing
43655              numeric promotions/comparisons to fail to do the right thing
43656              
43657              allow REG_EXPAND_SZ keys in Windows registry (from
43658              John Clayton <John.Clayton@barclayscapital.com>)
43659      Branch: maint-5.6/perl
43660           !> sv.c win32/win32.c
43661 ____________________________________________________________________________
43662 [  7290] By: gsar                                  on 2000/10/16  04:10:19
43663         Log: integrate change#6001 from mainline
43664              
43665              support additional library locations via $Config{otherlibdirs}
43666              (from Andy Dougherty)
43667      Branch: maint-5.6/perl
43668           !> Configure INSTALL Porting/Glossary Porting/config.sh
43669           !> Porting/config_H config_h.SH epoc/config.sh perl.c
43670           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
43671           !> win32/config.bc win32/config.gc win32/config.vc
43672 ____________________________________________________________________________
43673 [  7289] By: gsar                                  on 2000/10/16  04:08:28
43674         Log: integrate change#5999 from mainline
43675              
43676              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
43677      Branch: maint-5.6/perl
43678           !> t/pragma/warn/toke toke.c
43679 ____________________________________________________________________________
43680 [  7288] By: gsar                                  on 2000/10/16  04:07:01
43681         Log: integrate changes#5997,5998 from cfgperl
43682              
43683              Preserve $!.
43684              
43685              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
43686      Branch: maint-5.6/perl
43687           !> lib/Math/Complex.pm
43688 ____________________________________________________________________________
43689 [  7287] By: gsar                                  on 2000/10/16  04:04:37
43690         Log: integrate change#5995 from mainline
43691              
43692              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
43693      Branch: maint-5.6/perl
43694           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
43695 ____________________________________________________________________________
43696 [  7286] By: gsar                                  on 2000/10/16  04:03:21
43697         Log: integrate change#5994 from mainline
43698              
43699              fix for missed accounting for null byte in pack("Z",...) (from
43700              M.J.T. Guy)
43701      Branch: maint-5.6/perl
43702           !> pp.c t/op/pack.t
43703 ____________________________________________________________________________
43704 [  7285] By: gsar                                  on 2000/10/16  04:02:11
43705         Log: integrate changes#5989..5993 from mainline
43706              
43707              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
43708              itself and no other (from Tom Hughes)
43709              
43710              use $ENV{LIB} to search for libs under Visual C compiler
43711              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
43712              
43713              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
43714              
43715              pod nit (from Simon Cozens)
43716              
43717              various minor tweaks seen on p5p
43718      Branch: maint-5.6/perl
43719           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
43720           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
43721           !> t/op/array.t toke.c
43722 ____________________________________________________________________________
43723 [  7284] By: gsar                                  on 2000/10/16  03:59:00
43724         Log: integrate changes#5978..5988 from mainline
43725              
43726              sync version numbers in File::Spec with the ones on CPAN
43727              (from Barrie Slaymaker)
43728              
43729              under useithreads, constant pad entries could inadvertantly be
43730              shared across threads (from Eric Blood <eblood@xmission.com>);
43731              added Eric's test case to testsuite
43732              
43733              allow Configure -S to run non-interactively (spotted by Greg Hudson
43734              <ghudson@mit.edu>)
43735              
43736              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
43737              prototype mismatch with CORE::glob(); update pod and tests to
43738              suit (File::Glob::glob() is still available for backward
43739              compatibility, but should be considered deprecated)
43740              
43741              avoid error in IO::Socket::INET when given an unknown service name
43742              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
43743              
43744              numeric conversion of non-number in change#3378 tramples on
43745              OOK offset, causing segfaults
43746              
43747              attributes::reftype() doesn't work on tied argument
43748              
43749              forked child may not exit correctly if it failed to open
43750              /dev/console (from Graham Barr)
43751              
43752              add regular expressions tutorial and quick-start guide (from
43753              Mark Kvale <kvale@phy.ucsf.edu>)
43754              
43755              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
43756              
43757              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
43758              <paul@miraclefish.com>)
43759      Branch: maint-5.6/perl
43760           +> pod/perlrequick.pod pod/perlretut.pod
43761           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
43762           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
43763           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
43764           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
43765           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
43766           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
43767           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
43768           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
43769 ____________________________________________________________________________
43770 [  7283] By: gsar                                  on 2000/10/16  03:52:14
43771         Log: integrate change#5977 from mainline
43772              
43773              autoquote barewords followed by newline and arrow properly
43774              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
43775      Branch: maint-5.6/perl
43776           !> t/pragma/warn/toke toke.c
43777 ____________________________________________________________________________
43778 [  7282] By: gsar                                  on 2000/10/16  03:50:48
43779         Log: integrate change#5976 from mainline
43780              
43781              DB_File v1.73 update (from Paul Marquess)
43782      Branch: maint-5.6/perl
43783           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
43784           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
43785 ____________________________________________________________________________
43786 [  7281] By: gsar                                  on 2000/10/16  03:49:14
43787         Log: integrate change#5975 from mainline
43788              
43789              allow sort() reentrancy (variant of patch suggested by
43790              Hugo van der Sanden)
43791      Branch: maint-5.6/perl
43792           !> pp_ctl.c t/op/sort.t
43793 ____________________________________________________________________________
43794 [  7280] By: gsar                                  on 2000/10/16  03:48:22
43795         Log: integrate change#5974 from mainline
43796              
43797              change#4197 somehow missed initializing PL_errors, meaning
43798              syntax error queueing wasn't working outside eval"" at all;
43799              also fixed eval"" to localize PL_error_count, so that compile-time
43800              eval's don't clobber the error state of the outer context
43801      Branch: maint-5.6/perl
43802           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
43803           !> t/pragma/warn/toke
43804 ____________________________________________________________________________
43805 [  7279] By: gsar                                  on 2000/10/16  03:46:21
43806         Log: integrate change#5973 from mainline
43807              
43808              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
43809      Branch: maint-5.6/perl
43810           !> regcomp.c regexec.c t/op/re_tests
43811 ____________________________________________________________________________
43812 [  7278] By: gsar                                  on 2000/10/16  03:44:54
43813         Log: integrate change#5971 from cfgperl
43814              
43815              Unicos tweaks from Mark P. Lutz.
43816      Branch: maint-5.6/perl
43817           !> hints/unicos.sh lib/Math/Complex.pm
43818 ____________________________________________________________________________
43819 [  7277] By: gsar                                  on 2000/10/16  03:42:59
43820         Log: integrate changes#5966..5970 from mainline
43821              
43822              add testsuite for B backends, fix bug in B::Deparse (from
43823              Simon Cozens <simon@brecon.co.uk>)
43824              
43825              improved docs on the warn_uninit diagnostic (from David Glasser
43826              and Simon Cozens)
43827              
43828              tolerate spaces in group names in test on solaris (from David Boyce
43829              <dsb@boyski.com>)
43830              
43831              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
43832              
43833              Data::Dumper fumbles negative numbers on 32-bit platforms where
43834              IV is >32bits
43835      Branch: maint-5.6/perl
43836           +> t/lib/b.t t/lib/syslog.t
43837           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
43838           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
43839           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
43840 ____________________________________________________________________________
43841 [  7276] By: gsar                                  on 2000/10/16  03:39:30
43842         Log: integrate change#5965 from mainline
43843              
43844              avoid "will not stay shared" warnings for our variables (from
43845              Robin Barker)
43846      Branch: maint-5.6/perl
43847           !> op.c t/pragma/warn/op
43848 ____________________________________________________________________________
43849 [  7275] By: gsar                                  on 2000/10/16  03:38:18
43850         Log: integrate change#5964 from mainline
43851              
43852              reformat to 72 columns (again)
43853      Branch: maint-5.6/perl
43854           !> pod/perldiag.pod
43855 ____________________________________________________________________________
43856 [  7274] By: gsar                                  on 2000/10/16  03:36:58
43857         Log: integrate change#5963 from mainline
43858              
43859              patch from Larry to make (\&) prototype work; added tests for
43860              the same
43861      Branch: maint-5.6/perl
43862           !> op.c t/comp/proto.t
43863 ____________________________________________________________________________
43864 [  7273] By: gsar                                  on 2000/10/16  03:35:51
43865         Log: integrate changes#5956..5962 from mainline
43866              
43867              better diagnostics on failed tests (from Ilya Zakharevich)
43868              
43869              pod nits (from A. C. Yardley <yardley@tanet.net>)
43870              
43871              change#3569 deleted some essential code, revert; avoid use of
43872              atexit() to make DynaLoader work properly on AIX under mod_perl
43873              (from Jens-Uwe Mager <jum@helios.de>)
43874              
43875              doubled words in pods (from Simon Cozens
43876              <simon.p.cozens@jp.pwcglobal.com>)
43877              
43878              better INSTALL notes on Solaris issues (from Dominic Dunlop)
43879              
43880              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
43881              
43882              updated README.hpux (from Jeff Okamoto)
43883      Branch: maint-5.6/perl
43884           !> INSTALL README.hpux emacs/cperl-mode.el
43885           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
43886           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
43887           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
43888           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
43889           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
43890           !> t/op/lex_assign.t
43891 ____________________________________________________________________________
43892 [  7272] By: gsar                                  on 2000/10/16  03:31:22
43893         Log: integrate change#5955 from mainline
43894              
43895              longstanding bug exposed by change#3307: sort arguments weren't
43896              compiled with the right wantarray context (ensuing runtime lookup
43897              via block_gimme() was getting the incidental context of the
43898              sort() itself)
43899      Branch: maint-5.6/perl
43900           !> op.c t/op/sort.t
43901 ____________________________________________________________________________
43902 [  7271] By: gsar                                  on 2000/10/16  03:29:11
43903         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
43904              branch
43905              
43906              Flatten the cpp jungle doing the nosuid checking.
43907              
43908              Do not assume sign propagation. (from M.J.T. Guy)
43909              
43910              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
43911              
43912              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
43913              Now pp_ncmp() returns undef is either operand is a NaN.
43914              
43915              On second thoughts frexp() does have two arguments.
43916              
43917              Document that tr() is not tr(1).
43918              
43919              Be more robust on "extreme" (large absolute value)
43920              arguments.  Originally reported by Daniel Connelly
43921              as a problem with asinh() on large negative arguments,
43922              asinh() used to bail out because an argument to log()
43923              ended up being zero.  Ilya Zakharevich proposed using
43924              Taylor's series in such cases, which for such large
43925              arguments is a very good approximation.
43926              
43927              Undo "use integer" addition from 64bitint as it seems
43928              to break most of the subtests in Digital UNIX;
43929              Unicos needs to find another way.
43930      Branch: maint-5.6/perl
43931           !> (integrate 29 files)
43932 ____________________________________________________________________________
43933 [  7270] By: gsar                                  on 2000/10/16  03:09:44
43934         Log: integrate changes#5948,5949,5950 from mainline
43935              
43936              typo in vars.pm that leads to cryptic message (from Piotr
43937              Piatkowski <kompas@kompas.usr.onet.pl>)
43938              
43939              make perldoc use the pod2man from the same version (from
43940              M.J.T. Guy)
43941              
43942              reformat perldiag to avoid long lines
43943      Branch: maint-5.6/perl
43944           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
43945 ____________________________________________________________________________
43946 [  7269] By: gsar                                  on 2000/10/16  03:05:54
43947         Log: integrate change#5947 from mainline
43948              
43949              use &dl_error rather than &dl_load_file as the guard for calling
43950              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
43951              statically built perl)
43952      Branch: maint-5.6/perl
43953           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
43954 ____________________________________________________________________________
43955 [  7268] By: gsar                                  on 2000/10/16  03:04:48
43956         Log: integrate change#5945 from mainline
43957              
43958              make module name mandatory after -M switch; reorder perldiag
43959              alphabetically (from Mark-Jason Dominus)
43960      Branch: maint-5.6/perl
43961           !> perl.c pod/perldiag.pod
43962 ____________________________________________________________________________
43963 [  7267] By: gsar                                  on 2000/10/16  03:03:01
43964         Log: integrate change#5939 from mainline
43965              
43966              more pod nits (from Larry Virden)
43967      Branch: maint-5.6/perl
43968           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
43969           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
43970           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
43971 ____________________________________________________________________________
43972 [  7266] By: gsar                                  on 2000/10/16  03:01:39
43973         Log: integrate change#5938 from mainline
43974              
43975              Consolidated B::Deparse fixes (from Stephen McCamant)
43976      Branch: maint-5.6/perl
43977           !> ext/B/B/Deparse.pm
43978 ____________________________________________________________________________
43979 [  7265] By: gsar                                  on 2000/10/16  03:00:43
43980         Log: integrate change#5936 from mainline
43981              
43982              additional tests for change#7263 (from Paul Marquess)
43983      Branch: maint-5.6/perl
43984           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
43985           !> t/pragma/warn/5nolint t/pragma/warn/6default
43986 ____________________________________________________________________________
43987 [  7264] By: gsar                                  on 2000/10/16  02:58:34
43988         Log: integrate change#5934 from mainline
43989              
43990              propagate lexical warnings from surrounding scope correctly
43991              within string eval() (from Paul Marquess)
43992      Branch: maint-5.6/perl
43993           !> pp_ctl.c t/pragma/warn/pp_ctl
43994 ____________________________________________________________________________
43995 [  7263] By: gsar                                  on 2000/10/16  02:56:53
43996         Log: integrate change#5932 from mainline
43997              
43998              add rsignal(), whichsig() and do_join() to public API list
43999              (mod_perl uses them to good advantage)
44000      Branch: maint-5.6/perl
44001           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
44002 ____________________________________________________________________________
44003 [  7262] By: gsar                                  on 2000/10/16  02:55:53
44004         Log: integrate change#5931 from mainline
44005              
44006              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
44007      Branch: maint-5.6/perl
44008           !> pp_hot.c regexec.c t/op/pat.t
44009 ____________________________________________________________________________
44010 [  7261] By: gsar                                  on 2000/10/16  02:55:01
44011         Log: integrate change#5930 from mainline
44012              
44013              small os390 tweaks (from Peter Prymmer)
44014      Branch: maint-5.6/perl
44015           !> config_h.SH makedepend.SH
44016 ____________________________________________________________________________
44017 [  7260] By: gsar                                  on 2000/10/16  02:54:10
44018         Log: integrate change#5929 from mainline
44019              
44020              pod nits
44021      Branch: maint-5.6/perl
44022           !> pod/perlguts.pod
44023 ____________________________________________________________________________
44024 [  7259] By: gsar                                  on 2000/10/16  02:52:55
44025         Log: integrate change#5927 from mainline
44026              
44027              arrange for next() to resume at the unstack op rather than the
44028              loop conditional, so that scope cleanup happens correctly
44029              (from Stephen McCamant)
44030      Branch: maint-5.6/perl
44031           !> op.c pp_ctl.c t/op/misc.t
44032 ____________________________________________________________________________
44033 [  7258] By: gsar                                  on 2000/10/16  02:51:38
44034         Log: integrate change#5926 from mainline
44035              
44036              on windows, reserve 16M of stack rather than 128M (allows more
44037              threads to run concurrently)
44038      Branch: maint-5.6/perl
44039           !> win32/Makefile win32/makefile.mk
44040 ____________________________________________________________________________
44041 [  7257] By: gsar                                  on 2000/10/16  02:50:37
44042         Log: integrate change#5925 from mainline
44043              
44044              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
44045      Branch: maint-5.6/perl
44046           !> toke.c
44047 ____________________________________________________________________________
44048 [  7256] By: gsar                                  on 2000/10/16  02:49:36
44049         Log: integrate change#5924 from mainline
44050              
44051              avoid using uninitialized memory in require version check
44052      Branch: maint-5.6/perl
44053           !> pp_ctl.c universal.c
44054 ____________________________________________________________________________
44055 [  7255] By: gsar                                  on 2000/10/16  02:48:03
44056         Log: integrate changes#5923,5928,6009 from mainline
44057              
44058              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
44059      Branch: maint-5.6/perl
44060           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
44061 ____________________________________________________________________________
44062 [  7254] By: gsar                                  on 2000/10/16  02:44:46
44063         Log: integrate change#5922 from mainline
44064              
44065              commentary about IoTYPE() (from Nathan Torkington)
44066      Branch: maint-5.6/perl
44067           !> sv.h
44068 ____________________________________________________________________________
44069 [  7253] By: gsar                                  on 2000/10/16  02:43:49
44070         Log: integrate change#5921 from mainline
44071              
44072              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
44073      Branch: maint-5.6/perl
44074           !> sv.c t/lib/charnames.t t/pragma/utf8.t
44075 ____________________________________________________________________________
44076 [  7252] By: gsar                                  on 2000/10/16  02:42:31
44077         Log: integrate change#5920 from mainline
44078              
44079              Larry's fix for buggy propagation of utf8-ness in join(); add test
44080      Branch: maint-5.6/perl
44081           !> doop.c t/op/ver.t
44082 ____________________________________________________________________________
44083 [  7251] By: gsar                                  on 2000/10/16  02:41:14
44084         Log: integrate changes#5915..5919 from mainline
44085              
44086              various (pod tweaks &c)
44087      Branch: maint-5.6/perl
44088           !> (integrate 33 files)
44089 ____________________________________________________________________________
44090 [  7250] By: gsar                                  on 2000/10/16  02:38:16
44091         Log: integrate change#5914 from mainline
44092              
44093              caller() wasn't returning the right number of elements for
44094              eval {...}
44095      Branch: maint-5.6/perl
44096           !> pp_ctl.c t/pragma/warn/9enabled
44097 ____________________________________________________________________________
44098 [  7249] By: gsar                                  on 2000/10/16  02:37:02
44099         Log: integrate change#5913 from mainline
44100              
44101              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
44102              (from Mark-Jason Dominus)
44103      Branch: maint-5.6/perl
44104           !> pod/perlfunc.pod
44105 ____________________________________________________________________________
44106 [  7248] By: gsar                                  on 2000/10/16  02:35:58
44107         Log: integrate change#5912 from mainline
44108              
44109              fix totally broken caching in UNIVERSAL::isa() (from
44110              Nick Ing-Simmons)
44111      Branch: maint-5.6/perl
44112           !> t/op/universal.t universal.c
44113 ____________________________________________________________________________
44114 [  7247] By: gsar                                  on 2000/10/16  02:34:27
44115         Log: integrate changes#5910,5911 from mainline
44116              
44117              typo in pod
44118              
44119              add linebreak properties from unicode/LineBrk.txt (from
44120              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
44121      Branch: maint-5.6/perl
44122           +> (branch 29 files)
44123           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
44124 ____________________________________________________________________________
44125 [  7246] By: gsar                                  on 2000/10/16  02:33:29
44126         Log: integrate change#5909 from mainline
44127              
44128              mode argument to do_binmode() should be file mode, not boolean
44129      Branch: maint-5.6/perl
44130           !> pp_sys.c
44131 ____________________________________________________________________________
44132 [  7245] By: gsar                                  on 2000/10/16  02:31:04
44133         Log: integrate change#5908 from mainline
44134              
44135              introduce illegal symbols into null package so that
44136              gv_fetchpv(...,TRUE) always returns a valid GV even when the
44137              symbol is trapped by strictures (avoids coredumps)
44138      Branch: maint-5.6/perl
44139           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
44140           !> t/pragma/strict-vars
44141 ____________________________________________________________________________
44142 [  7244] By: jhi                                   on 2000/10/16  02:29:54
44143         Log: Subject: $Carp::ExportLevel confusion in Exporter
44144              From: "Ben Tilly" <ben_tilly@hotmail.com>
44145              Date: Sat, 14 Oct 2000 16:44:34 EDT
44146              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
44147      Branch: perl
44148            ! lib/Exporter/Heavy.pm
44149 ____________________________________________________________________________
44150 [  7243] By: jhi                                   on 2000/10/16  02:28:33
44151         Log: Subject: [PATCH perlguts.pod] Document offset hack
44152              From: Simon Cozens <simon@cozens.net>
44153              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
44154              Date: Sat, 14 Oct 2000 19:32:25 +0100
44155      Branch: perl
44156            ! pod/perlguts.pod
44157 ____________________________________________________________________________
44158 [  7242] By: gsar                                  on 2000/10/16  02:26:51
44159         Log: integrate changes#5905,5906,5907,6064 from mainline
44160              
44161              printf/sprintf didn't get quad types right under use64bitint
44162      Branch: maint-5.6/perl
44163           !> pp_sys.c sv.c t/op/64bitint.t
44164 ____________________________________________________________________________
44165 [  7241] By: jhi                                   on 2000/10/16  02:22:44
44166         Log: Subject: small pod patch
44167              From: Dan Boorstein <dan_boo@bellsouth.net>
44168              Date: Sat, 14 Oct 2000 14:29:24 -0400
44169              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
44170      Branch: perl
44171            ! pod/perlfaq7.pod pod/perlmod.pod
44172 ____________________________________________________________________________
44173 [  7240] By: jhi                                   on 2000/10/16  02:13:46
44174         Log: -w cleanup.
44175              
44176              Subject: Re: Problems with bleadperl 
44177              From: "Stephen P. Potter" <spp@ds.net>
44178              Date: Fri, 13 Oct 2000 13:32:49 -0400
44179              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
44180      Branch: perl
44181            ! t/pragma/overload.t
44182 ____________________________________________________________________________
44183 [  7239] By: jhi                                   on 2000/10/16  01:41:18
44184         Log: One more ~utf8 tweak.
44185      Branch: perl
44186            ! t/op/bop.t
44187 ____________________________________________________________________________
44188 [  7238] By: jhi                                   on 2000/10/16  01:34:14
44189         Log: Tweak the test of #7235.
44190      Branch: perl
44191            ! t/op/bop.t
44192 ____________________________________________________________________________
44193 [  7237] By: jhi                                   on 2000/10/16  01:25:04
44194         Log: Fix a couple of compiler-noted nits in #7235.
44195      Branch: perl
44196            ! pp.c
44197 ____________________________________________________________________________
44198 [  7236] By: jhi                                   on 2000/10/16  01:22:46
44199         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
44200      Branch: perl
44201            ! pp.c pp_hot.c
44202 ____________________________________________________________________________
44203 [  7235] By: jhi                                   on 2000/10/15  16:24:44
44204         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
44205              
44206              From: Simon Cozens <simon@cozens.net>
44207              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
44208              Date: Sat, 14 Oct 2000 20:52:13 +0100
44209              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
44210      Branch: perl
44211            ! pp.c t/op/bop.t utf8.h
44212 ____________________________________________________________________________
44213 [  7234] By: jhi                                   on 2000/10/15  15:19:29
44214         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
44215              The problem was that rx->minlen was in chars while pp_split()
44216              thought it would be in bytes. 
44217      Branch: perl
44218            ! pp.c t/pragma/utf8.t
44219 ____________________________________________________________________________
44220 [  7233] By: jhi                                   on 2000/10/14  20:24:24
44221         Log: Document FNCASE=y as discussed in the bug 20000902.009.
44222      Branch: perl
44223            ! README.dos
44224 ____________________________________________________________________________
44225 [  7232] By: jhi                                   on 2000/10/14  18:52:21
44226         Log: Add test for bug id 20000427.003 (which seems to have
44227              been fixed) (also duplicate as 20000427.004, though
44228              with a higher severity).  Move one utf8 from op/append
44229              to pragma/utf8, tag the tests with bug ids.
44230      Branch: perl
44231            ! t/op/append.t t/pragma/utf8.t
44232 ____________________________________________________________________________
44233 [  7231] By: jhi                                   on 2000/10/14  17:28:37
44234         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
44235      Branch: perl
44236            ! t/pragma/utf8.t
44237 ____________________________________________________________________________
44238 [  7230] By: jhi                                   on 2000/10/14  14:24:50
44239         Log: Needs to be conditional on SunOS 4.
44240              
44241              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
44242              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
44243              Date: Sat, 14 Oct 2000 13:37:49 +0100
44244              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
44245      Branch: metaconfig/U/perl
44246            ! End.U
44247      Branch: perl
44248            ! Configure myconfig.SH pod/perldelta.pod
44249 ____________________________________________________________________________
44250 [  7229] By: jhi                                   on 2000/10/14  00:49:22
44251         Log: Update Changes.
44252      Branch: perl
44253            ! Changes patchlevel.h
44254 ____________________________________________________________________________
44255 [  7228] By: jhi                                   on 2000/10/14  00:46:10
44256         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
44257              From: Peter Prymmer <pvhp@forte.com>
44258              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
44259              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
44260      Branch: perl
44261            ! lib/utf8.pm
44262 ____________________________________________________________________________
44263 [  7227] By: jhi                                   on 2000/10/13  23:20:30
44264         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
44265      Branch: perl
44266            ! t/op/tie.t
44267 ____________________________________________________________________________
44268 [  7226] By: jhi                                   on 2000/10/13  22:14:32
44269         Log: Tweak #7225.
44270              
44271              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
44272              From: Peter Prymmer <pvhp@forte.com>
44273              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
44274              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
44275      Branch: perl
44276            ! t/op/sprintf.t
44277 ____________________________________________________________________________
44278 [  7225] By: jhi                                   on 2000/10/13  22:11:31
44279         Log: op/sprintf.t patch for OS/390 (and any other host with limited
44280              floating-point exponent length)
44281              
44282              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
44283              From: Dominic Dunlop <domo@computer.org>
44284              Date: Fri, 13 Oct 2000 19:17:57 +0200
44285              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
44286      Branch: perl
44287            ! t/op/sprintf.t
44288 ____________________________________________________________________________
44289 [  7224] By: jhi                                   on 2000/10/13  18:40:48
44290         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
44291      Branch: perl
44292            ! toke.c
44293 ____________________________________________________________________________
44294 [  7223] By: jhi                                   on 2000/10/13  18:37:13
44295         Log: Thinko in #7222.
44296      Branch: perl
44297            ! utf8.c
44298 ____________________________________________________________________________
44299 [  7222] By: jhi                                   on 2000/10/13  18:05:23
44300         Log: Use UTF8SKIP(), from Simon Cozens.
44301      Branch: perl
44302            ! utf8.c
44303 ____________________________________________________________________________
44304 [  7221] By: jhi                                   on 2000/10/13  15:43:19
44305         Log: (accidentally empty check-in)
44306      Branch: perl
44307            ! utf8.c
44308 ____________________________________________________________________________
44309 [  7220] By: jhi                                   on 2000/10/13  15:23:51
44310         Log: Add (optimistically) Storable to static extensions.
44311      Branch: perl
44312            ! hints/uwin.sh hints/vmesa.sh
44313 ____________________________________________________________________________
44314 [  7219] By: jhi                                   on 2000/10/13  15:20:05
44315         Log: Amdahl UTS doesn't seem to do dynaloading.
44316      Branch: perl
44317            ! hints/uts.sh
44318 ____________________________________________________________________________
44319 [  7218] By: jhi                                   on 2000/10/13  15:15:20
44320         Log: Slight tweak of the code to appease Amdahl UTS cc.
44321      Branch: perl
44322            ! pp.c
44323 ____________________________________________________________________________
44324 [  7217] By: jhi                                   on 2000/10/13  14:50:42
44325         Log: In Amdahl UTS "struct sv" is defined by a system header,
44326              <ksync.h>.
44327      Branch: perl
44328            ! perl.h sv.h
44329 ____________________________________________________________________________
44330 [  7216] By: jhi                                   on 2000/10/13  11:58:25
44331         Log: Ilya implemented the memory profiling API.
44332      Branch: perl
44333            ! Todo
44334 ____________________________________________________________________________
44335 [  7215] By: jhi                                   on 2000/10/13  02:56:38
44336         Log: Subject: [PATCH 5.7.0] Perl API for mstats
44337              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44338              Date: Thu, 12 Oct 2000 22:52:40 -0400
44339              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
44340      Branch: perl
44341            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
44342 ____________________________________________________________________________
44343 [  7214] By: jhi                                   on 2000/10/13  02:55:38
44344         Log: Subject: [PATCH 5.7.0] IVs in mtats
44345              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44346              Date: Thu, 12 Oct 2000 22:51:04 -0400
44347              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
44348      Branch: perl
44349            ! malloc.c perl.h
44350 ____________________________________________________________________________
44351 [  7213] By: jhi                                   on 2000/10/13  02:31:47
44352         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
44353      Branch: perl
44354            ! pod/perldiag.pod pp_sys.c
44355 ____________________________________________________________________________
44356 [  7212] By: jhi                                   on 2000/10/13  01:27:38
44357         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
44358              From: Peter Prymmer <pvhp@forte.com>
44359              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
44360              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
44361      Branch: perl
44362            ! t/op/oct.t
44363 ____________________________________________________________________________
44364 [  7211] By: jhi                                   on 2000/10/13  00:35:09
44365         Log: Update Changes.
44366      Branch: perl
44367            ! Changes patchlevel.h
44368 ____________________________________________________________________________
44369 [  7210] By: jhi                                   on 2000/10/12  23:59:40
44370         Log: The Install.pm third of
44371              
44372              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
44373              From: Bill Campbell <bill@celestial.com>
44374              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
44375              Date: Thu, 5 Oct 2000 18:04:51 -0700
44376      Branch: perl
44377            ! lib/ExtUtils/Install.pm
44378 ____________________________________________________________________________
44379 [  7209] By: jhi                                   on 2000/10/12  23:58:43
44380         Log: Two thirds of
44381              
44382              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
44383              Date: Thu, 5 Oct 2000 18:04:51 -0700
44384              From: Bill Campbell <bill@celestial.com>
44385              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
44386              
44387              The Install.pm changes will be submitted separately because
44388              they need some work and discussion still.
44389      Branch: perl
44390            ! lib/getopts.pl lib/termcap.pl
44391 ____________________________________________________________________________
44392 [  7208] By: jhi                                   on 2000/10/12  23:41:19
44393         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
44394              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
44395              Date:     Thu, 12 Oct 2000 07:30:02 EDT
44396              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
44397      Branch: perl
44398            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
44399            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
44400 ____________________________________________________________________________
44401 [  7207] By: jhi                                   on 2000/10/12  23:39:01
44402         Log: An updated EBCDIC tr patch.
44403              
44404              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
44405              From: Peter Prymmer <pvhp@forte.com>
44406              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
44407              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
44408      Branch: perl
44409            ! t/op/tr.t
44410 ____________________________________________________________________________
44411 [  7206] By: jhi                                   on 2000/10/12  23:34:55
44412         Log: Upgrade to CPAN 1.58, from Andreas König.
44413      Branch: perl
44414            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
44415 ____________________________________________________________________________
44416 [  7205] By: jhi                                   on 2000/10/12  23:29:08
44417         Log: Introduce the man[24-8] variables, from Andy Dougherty.
44418      Branch: metaconfig/U/perl
44419            + mandirs.U mandirstyle.U
44420      Branch: perl
44421            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44422            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
44423            ! vos/config.h vos/config.pl vos/config_h.SH_orig
44424            ! win32/config.bc win32/config.gc win32/config.vc
44425 ____________________________________________________________________________
44426 [  7204] By: gsar                                  on 2000/10/12  18:11:24
44427         Log: restore change#7202
44428      Branch: perl
44429            ! mg.c
44430 ____________________________________________________________________________
44431 [  7203] By: gsar                                  on 2000/10/12  18:09:40
44432         Log: another test of the Emergency Broadcast System--back out 
44433              change#7202
44434      Branch: perl
44435            ! mg.c
44436 ____________________________________________________________________________
44437 [  7202] By: gsar                                  on 2000/10/12  16:40:47
44438         Log: (submitted on behalf of Jarkko)
44439              Fix the lib/encode.t subtest 6 failure as reported by Andreas
44440              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
44441              was unearthed by change 7182, as was a bug in HTML::Entities.
44442      Branch: perl
44443            ! mg.c
44444 ____________________________________________________________________________
44445 [  7201] By: jhi                                   on 2000/10/11  03:16:05
44446         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
44447      Branch: perl
44448            ! pp_hot.c t/pragma/utf8.t
44449 ____________________________________________________________________________
44450 [  7200] By: jhi                                   on 2000/10/11  00:40:30
44451         Log: The #7198 was a false alarm.
44452      Branch: perl
44453            ! pp_hot.c
44454 ____________________________________________________________________________
44455 [  7199] By: jhi                                   on 2000/10/11  00:26:04
44456         Log: Remove duplicated code.
44457      Branch: perl
44458            ! t/lib/cgi-html.t
44459 ____________________________________________________________________________
44460 [  7198] By: jhi                                   on 2000/10/10  23:30:46
44461         Log: (Retracted by #7200.)
44462      Branch: perl
44463            ! pp_hot.c
44464 ____________________________________________________________________________
44465 [  7197] By: jhi                                   on 2000/10/10  21:49:30
44466         Log: Add the test case for #7190, from the original bug report
44467              by Andreas König.
44468      Branch: perl
44469            ! t/pragma/utf8.t
44470 ____________________________________________________________________________
44471 [  7196] By: jhi                                   on 2000/10/10  21:40:49
44472         Log: Reapply Andy's patch and regen Configure.
44473      Branch: perl
44474            ! Configure INSTALL Makefile.SH Porting/Glossary
44475            ! Porting/config.sh config_h.SH epoc/config.sh installperl
44476            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
44477            ! win32/config.vc
44478 ____________________________________________________________________________
44479 [  7195] By: jhi                                   on 2000/10/10  21:09:30
44480         Log: Use the versiononly instead of the installscripts,
44481              retract the changes 7146 and 7147.
44482      Branch: perl
44483            ! Configure INSTALL Makefile.SH Porting/Glossary
44484            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
44485            ! installperl uconfig.sh vos/config.def win32/config.bc
44486            ! win32/config.gc win32/config.vc
44487 ____________________________________________________________________________
44488 [  7194] By: jhi                                   on 2000/10/10  21:06:15
44489         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
44490              From: Peter Prymmer <pvhp@forte.com>
44491              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
44492              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
44493      Branch: perl
44494            ! t/op/ver.t
44495 ____________________________________________________________________________
44496 [  7193] By: jhi                                   on 2000/10/10  21:05:12
44497         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
44498              From: Peter Prymmer <pvhp@forte.com>
44499              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
44500              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
44501      Branch: perl
44502            ! t/op/tr.t
44503 ____________________________________________________________________________
44504 [  7192] By: jhi                                   on 2000/10/10  20:57:30
44505         Log: Add versiononly, delete installscripts, from Andy Dougherty.
44506      Branch: metaconfig
44507            - U/installdirs/installscripts.U
44508      Branch: metaconfig/U/perl
44509            + versiononly.U
44510 ____________________________________________________________________________
44511 [  7191] By: jhi                                   on 2000/10/10  19:41:21
44512         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
44513              From: Peter Prymmer <pvhp@forte.com>
44514              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
44515              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
44516      Branch: perl
44517            ! pod/perlebcdic.pod
44518 ____________________________________________________________________________
44519 [  7190] By: jhi                                   on 2000/10/10  19:26:14
44520         Log: Subject: Re: utf8 concat, mg_get
44521              From: Simon Cozens <simon@cozens.net>
44522              Date: Tue, 10 Oct 2000 17:40:17 +0100
44523              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
44524      Branch: perl
44525            ! pp_hot.c
44526 ____________________________________________________________________________
44527 [  7189] By: jhi                                   on 2000/10/10  19:23:03
44528         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
44529              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
44530              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
44531              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
44532      Branch: perl
44533            ! lib/ExtUtils/MM_Unix.pm
44534 ____________________________________________________________________________
44535 [  7188] By: jhi                                   on 2000/10/10  15:31:24
44536         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
44537              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
44538              Date: Fri, 14 Jul 2000 10:47:36 +0100
44539              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
44540      Branch: perl
44541            ! README.win32
44542 ____________________________________________________________________________
44543 [  7187] By: jhi                                   on 2000/10/10  13:30:10
44544         Log: Quote the temp file name, needed in Win32 because the
44545              default name unfortunately contains spaces, shouldn't
44546              hurt elsewhere.
44547              
44548              Subject: FW: perldoc fails if $TEMP contains spaces
44549              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
44550              Date: Thu, 14 Sep 2000 08:58:45 +0100
44551              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
44552      Branch: perl
44553            ! utils/perldoc.PL
44554 ____________________________________________________________________________
44555 [  7186] By: jhi                                   on 2000/10/10  13:16:27
44556         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
44557              From: hv@hugo.hybyte.com
44558              Date: Tue, 10 Oct 2000 14:10:20 +0100
44559              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
44560      Branch: perl
44561            ! t/lib/thr5005.t util.c
44562 ____________________________________________________________________________
44563 [  7185] By: jhi                                   on 2000/10/10  12:06:22
44564         Log: Upgrade to podlators 1.04, from Russ Allbery.
44565      Branch: perl
44566            ! lib/Pod/Man.pm lib/Pod/Text.pm
44567 ____________________________________________________________________________
44568 [  7184] By: jhi                                   on 2000/10/10  12:01:32
44569         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
44570      Branch: perl
44571            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
44572 ____________________________________________________________________________
44573 [  7183] By: jhi                                   on 2000/10/09  23:47:15
44574         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
44575              From: Peter Prymmer <pvhp@forte.com>
44576              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
44577              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
44578      Branch: perl
44579            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
44580 ____________________________________________________________________________
44581 [  7182] By: jhi                                   on 2000/10/09  23:43:16
44582         Log: Make eq work again with utf8 (disabling the upgrading
44583              should no more be necessary since the copies of the
44584              scalars are upgraded, not the scalars themselves).
44585              Takes care of ID 20001009.001.  (The claimed length()
44586              bug in 20001009.001 seems bogus to me.)
44587      Branch: perl
44588            ! sv.c t/pragma/utf8.t
44589 ____________________________________________________________________________
44590 [  7181] By: gsar                                  on 2000/10/09  19:41:54
44591         Log: tweak for change#7173
44592      Branch: perl
44593            ! win32/win32sck.c
44594 ____________________________________________________________________________
44595 [  7180] By: gsar                                  on 2000/10/09  19:26:56
44596         Log: on Windows, clean targets might not work under some flavors of the shell
44597      Branch: perl
44598            ! win32/Makefile win32/makefile.mk
44599 ____________________________________________________________________________
44600 [  7179] By: jhi                                   on 2000/10/09  19:21:02
44601         Log: Update Changes.
44602      Branch: perl
44603            ! Changes patchlevel.h
44604 ____________________________________________________________________________
44605 [  7178] By: jhi                                   on 2000/10/09  19:18:23
44606         Log: Warn about unknown scripts.
44607              
44608              Subject: Re: ideas? patches? [PATCH bleadperl]
44609              From: Dominic Dunlop <domo@computer.org>
44610              Date: Mon, 9 Oct 2000 14:57:17 +0200
44611              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
44612      Branch: perl
44613            ! lib/charnames.pm
44614 ____________________________________________________________________________
44615 [  7177] By: jhi                                   on 2000/10/09  19:13:27
44616         Log: Change #7160 had a nasty typo.
44617      Branch: metaconfig
44618            ! U/compline/Compile.U
44619      Branch: perl
44620            ! Configure config_h.SH
44621 ____________________________________________________________________________
44622 [  7176] By: gsar                                  on 2000/10/09  18:59:33
44623         Log: pod nit
44624      Branch: perl
44625            ! pod/perlport.pod
44626 ____________________________________________________________________________
44627 [  7175] By: gsar                                  on 2000/10/09  18:54:28
44628         Log: Windows9x doesn't support link(), despite what Config.pm
44629              might think
44630      Branch: perl
44631            ! lib/ExtUtils/Manifest.pm
44632 ____________________________________________________________________________
44633 [  7174] By: gsar                                  on 2000/10/09  18:50:03
44634         Log: avoid nonportable example code
44635      Branch: perl
44636            ! lib/File/Copy.pm
44637 ____________________________________________________________________________
44638 [  7173] By: gsar                                  on 2000/10/09  18:46:54
44639         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
44640              being used) when closing a socket handle
44641      Branch: perl
44642            ! win32/win32.c win32/win32.h win32/win32sck.c
44643 ____________________________________________________________________________
44644 [  7172] By: gsar                                  on 2000/10/09  18:41:40
44645         Log: on Windows, cwd strings in the environment should be of the
44646              form =X:=X:\foo instead of =X=X:\foo\
44647      Branch: perl
44648            ! win32/vdir.h
44649 ____________________________________________________________________________
44650 [  7171] By: gsar                                  on 2000/10/09  18:30:09
44651         Log: on Windows, LoadLibrary() could load an extension DLL multiple
44652              times if forward slashes are used in the path
44653      Branch: perl
44654            ! win32/win32.c
44655 ____________________________________________________________________________
44656 [  7170] By: jhi                                   on 2000/10/09  17:53:59
44657         Log: Add a todo note about overloadable assertions.
44658      Branch: perl
44659            ! Todo-5.6
44660 ____________________________________________________________________________
44661 [  7169] By: jhi                                   on 2000/10/09  13:43:45
44662         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
44663              From: mjd@plover.com
44664              Date: 9 Oct 2000 00:24:44 -0000
44665              Message-ID: <20001009002444.10616.qmail@plover.com>
44666      Branch: perl
44667            ! pod/perldebguts.pod
44668 ____________________________________________________________________________
44669 [  7168] By: nick                                  on 2000/10/08  13:16:33
44670         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
44671              is not right thing to do on (e.g. x86). Network order is also "right" for
44672              X fonts.
44673      Branch: perl
44674            ! ext/Encode/Encode.pm
44675 ____________________________________________________________________________
44676 [  7167] By: nick                                  on 2000/10/08  12:54:42
44677         Log: Make "encodings" work post-install when Encode/*.enc files may not
44678              be in same directory as Encode.pm
44679      Branch: perl
44680            ! ext/Encode/Encode.pm
44681 ____________________________________________________________________________
44682 [  7166] By: nick                                  on 2000/10/08  11:51:26
44683         Log: Work round the fact that $hash->{$key} does not take into account
44684              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
44685              so that key is always in the "expected" encoding - i.e. same way we put
44686              it in the hash.
44687      Branch: perl
44688            ! ext/Encode/Encode.pm
44689 ____________________________________________________________________________
44690 [  7165] By: gsar                                  on 2000/10/08  04:15:29
44691         Log: save_re_context() could reset PL_curcop to freed memory, causing core
44692              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
44693      Branch: perl
44694            ! pp_ctl.c
44695 ____________________________________________________________________________
44696 [  7164] By: jhi                                   on 2000/10/06  20:51:48
44697         Log: UTF8ize split() so that the cloned substrings get the UTF8
44698              flag of the original scalar.  Problem reported by Simon Cozens.
44699      Branch: perl
44700            ! pp.c t/pragma/utf8.t
44701 ____________________________________________________________________________
44702 [  7163] By: nick                                  on 2000/10/06  20:48:34
44703         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
44704              got a false +ve and so did not reach code which would have un-FAKEd the SV.
44705      Branch: perl
44706            ! sv.c
44707 ____________________________________________________________________________
44708 [  7162] By: nick                                  on 2000/10/06  20:25:37
44709         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
44710              To fix  (sort {$a <=> $b} keys %hash) in particular but
44711              should cover a number of other as-yet-unknown cases as well.
44712      Branch: perl
44713            ! sv.c
44714 ____________________________________________________________________________
44715 [  7161] By: jhi                                   on 2000/10/06  19:56:18
44716         Log: Change the version number of Tie::Handle in the core to 4.0,
44717              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
44718              
44719              Subject: Note on Tie::Handle
44720              From: andreas.koenig@anima.de (Andreas J. Koenig)
44721              Date:      06 Oct 2000 21:48:58 +0200
44722              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
44723      Branch: perl
44724            ! lib/Tie/Handle.pm
44725 ____________________________________________________________________________
44726 [  7160] By: jhi                                   on 2000/10/06  18:20:35
44727         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
44728              as the first option of cc/ld because of ultrapicky compilers
44729              (e.g. OS/390 R2.5)
44730      Branch: metaconfig
44731            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
44732            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
44733            ! U/compline/orderlib.U U/modified/Cppsym.U
44734            ! U/modified/d_access.U
44735      Branch: metaconfig/U/perl
44736            ! Checkcc.U d_dlsymun.U gccvers.U
44737      Branch: perl
44738            ! Configure config_h.SH
44739 ____________________________________________________________________________
44740 [  7159] By: jhi                                   on 2000/10/06  13:56:39
44741         Log: Update Changes.
44742      Branch: perl
44743            ! Changes patchlevel.h
44744 ____________________________________________________________________________
44745 [  7158] By: jhi                                   on 2000/10/06  12:48:40
44746         Log: Eliminate $Is_VMS code from the test.
44747              
44748              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
44749              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
44750              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
44751              Date:     Thu, 5 Oct 2000 07:46:33 EDT
44752      Branch: perl
44753            ! t/lib/b.t
44754 ____________________________________________________________________________
44755 [  7157] By: jhi                                   on 2000/10/06  12:47:13
44756         Log: Also the $ccflags is needed for the C compiler check.
44757              
44758              Subject: Configure (check for C-compiler)
44759              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44760              Date: Fri, 06 Oct 2000 08:47:15 +0200
44761              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
44762      Branch: metaconfig/U/perl
44763            ! Checkcc.U
44764      Branch: perl
44765            ! Configure config_h.SH
44766 ____________________________________________________________________________
44767 [  7156] By: jhi                                   on 2000/10/06  11:45:15
44768         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
44769      Branch: perl
44770            ! perl.c pp_ctl.c sv.h utf8.c
44771 ____________________________________________________________________________
44772 [  7155] By: jhi                                   on 2000/10/06  11:40:41
44773         Log: IO::Handle->syswrite() did not handle length omission
44774              like CORE::syswrite() does.
44775              
44776              Subject: [Fwd] IO::Handle, syswrite and arguments
44777              From: Graham Barr <gbarr@pobox.com>
44778              Date: Fri, 6 Oct 2000 10:22:05 +0100
44779              Message-ID: <20001006102205.U6312@pobox.com>
44780              
44781              The original patch from andrew@ugh.net.au.
44782      Branch: perl
44783            ! ext/IO/lib/IO/Handle.pm
44784 ____________________________________________________________________________
44785 [  7154] By: jhi                                   on 2000/10/06  01:42:15
44786         Log: Tweak #7153.
44787      Branch: perl
44788            ! utf8.h
44789 ____________________________________________________________________________
44790 [  7153] By: jhi                                   on 2000/10/06  00:39:55
44791         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
44792      Branch: perl
44793            ! utf8.h
44794 ____________________________________________________________________________
44795 [  7152] By: jhi                                   on 2000/10/06  00:38:11
44796         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
44797      Branch: perl
44798            ! perl.c pp_ctl.c sv.h utf8.c
44799 ____________________________________________________________________________
44800 [  7151] By: jhi                                   on 2000/10/06  00:36:38
44801         Log: Subject: Re: Questions about Tie::Array and perl modules
44802              From: Nick Ing-Simmons <nik@tiuk.ti.com>
44803              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
44804              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
44805              
44806              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
44807      Branch: perl
44808            ! lib/Tie/Array.pm t/op/array.t
44809 ____________________________________________________________________________
44810 [  7150] By: jhi                                   on 2000/10/05  00:20:45
44811         Log: Regen Changes.
44812      Branch: perl
44813            ! Changes patchlevel.h
44814 ____________________________________________________________________________
44815 [  7149] By: jhi                                   on 2000/10/05  00:20:01
44816         Log: Regen toc.
44817      Branch: perl
44818            ! pod/perltoc.pod
44819 ____________________________________________________________________________
44820 [  7148] By: jhi                                   on 2000/10/04  23:35:08
44821         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
44822              reported several times by Dominic Dunlop, for example in
44823              ID 20000315.008.  Patch from Dominic.  Patch affects at
44824              least MachTen, and possibly other oldish BSDs. Should not
44825              break non-broken platforms (tested on LinuxPPC). 
44826      Branch: perl
44827            ! doio.c
44828 ____________________________________________________________________________
44829 [  7147] By: jhi                                   on 2000/10/04  23:26:34
44830         Log: The one that got away from 7146.
44831      Branch: metaconfig
44832            + U/installdirs/installscripts.U
44833 ____________________________________________________________________________
44834 [  7146] By: jhi                                   on 2000/10/04  23:25:04
44835         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
44836              suggested by H. Merijn Brand.
44837      Branch: perl
44838            ! Configure INSTALL Makefile.SH Porting/Glossary
44839            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
44840            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
44841            ! win32/config.vc
44842 ____________________________________________________________________________
44843 [  7145] By: jhi                                   on 2000/10/04  22:08:21
44844         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
44845              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44846              Date: Wed, 4 Oct 2000 17:37:46 -0400
44847              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
44848      Branch: perl
44849            ! utils/h2xs.PL
44850 ____________________________________________________________________________
44851 [  7144] By: jhi                                   on 2000/10/04  18:11:41
44852         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
44853              From: Jeff Pinyan <jeffp@crusoe.net>
44854              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
44855              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
44856      Branch: perl
44857            ! pod/perlrun.pod
44858 ____________________________________________________________________________
44859 [  7143] By: jhi                                   on 2000/10/04  18:09:58
44860         Log: Subject: perlhack.pod Patch for Externals Tools
44861              From: Fisher Mark <fisherm@tce.com>
44862              Date: Tue, 3 Oct 2000 15:43:27 -0500 
44863              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
44864      Branch: perl
44865            ! pod/perlhack.pod
44866 ____________________________________________________________________________
44867 [  7142] By: jhi                                   on 2000/10/04  18:08:41
44868         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
44869              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
44870              Date:     Wed, 4 Oct 2000 12:11:11 EDT
44871              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
44872      Branch: perl
44873            ! vms/vms.c
44874 ____________________________________________________________________________
44875 [  7141] By: jhi                                   on 2000/10/04  12:20:16
44876         Log: Subject: [PATCH 5.7.0] h2xs not working
44877              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44878              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
44879              Date: Tue, 3 Oct 2000 21:43:01 -0400
44880              
44881              Subject: [PATCH 5.7.0] h2xs not documenting the created module
44882              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44883              Date: Tue, 3 Oct 2000 22:55:19 -0400
44884              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
44885      Branch: perl
44886            ! utils/h2xs.PL
44887 ____________________________________________________________________________
44888 [  7140] By: jhi                                   on 2000/10/04  11:53:44
44889         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
44890              From: nick@babyhippo.com
44891              Date: Wed, 4 Oct 2000 12:06:45 +0100
44892              Message-Id: <20001004120645.A7356@babyhippo.com>
44893              
44894              Retract 7118 and 7135.
44895      Branch: perl
44896            ! installman installperl op.c t/pragma/subs.t
44897 ____________________________________________________________________________
44898 [  7139] By: jhi                                   on 2000/10/03  22:09:41
44899         Log: It is possible to have no hosts database at all.  Pointed out in
44900              
44901              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
44902              From: Peter Prymmer <pvhp@forte.com>
44903              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
44904              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
44905      Branch: metaconfig
44906            ! U/modified/myhostname.U
44907      Branch: perl
44908            ! Configure config_h.SH
44909 ____________________________________________________________________________
44910 [  7138] By: jhi                                   on 2000/10/03  21:49:49
44911         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
44912              From: Peter Prymmer <pvhp@forte.com>
44913              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
44914              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
44915      Branch: perl
44916            ! pp_sys.c
44917 ____________________________________________________________________________
44918 [  7137] By: jhi                                   on 2000/10/03  20:10:05
44919         Log: One remaining nit less at the VMS mailbox sizing.
44920      Branch: perl
44921            ! vms/vms.c
44922 ____________________________________________________________________________
44923 [  7136] By: jhi                                   on 2000/10/03  20:08:47
44924         Log: Test harness update to sync with the new perlcc,
44925              from Simon Cozens.
44926      Branch: perl
44927            ! t/TEST t/UTEST
44928 ____________________________________________________________________________
44929 [  7135] By: jhi                                   on 2000/10/03  15:15:42
44930         Log: Subject: Re: PATCH for 20001003.004
44931              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
44932              From: "AARON B. DOSSETT" <aaron@iglou.com>
44933              Message-Id: <E13gTay-0006od-00@iglou.com>
44934      Branch: perl
44935            ! installman installperl
44936 ____________________________________________________________________________
44937 [  7134] By: jhi                                   on 2000/10/03  15:00:34
44938         Log: Subject: [ID 20001003.006] B::Debug not -w clean
44939              From: Nicholas Clark <nick@babyhippo.co.uk>
44940              Date: Tue, 03 Oct 2000 15:46:32 +0100
44941              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
44942      Branch: perl
44943            ! ext/B/B/Debug.pm
44944 ____________________________________________________________________________
44945 [  7133] By: jhi                                   on 2000/10/03  14:58:39
44946         Log: Scale down the VMS message boxes, by Charles Lane.
44947              Fix for ID 20000903.009, workaround at
44948              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
44949      Branch: perl
44950            ! vms/vms.c
44951 ____________________________________________________________________________
44952 [  7132] By: jhi                                   on 2000/10/03  11:20:37
44953         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
44954      Branch: perl
44955            + t/lib/st-lock.t t/lib/st-utf8.t
44956            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
44957            ! ext/Storable/Storable.xs t/lib/st-recurse.t
44958 ____________________________________________________________________________
44959 [  7131] By: jhi                                   on 2000/10/03  03:38:23
44960         Log: Encode nits.
44961      Branch: perl
44962            ! MANIFEST Makefile.SH
44963 ____________________________________________________________________________
44964 [  7130] By: jhi                                   on 2000/10/03  03:31:05
44965         Log: Update Changes.
44966      Branch: perl
44967            ! Changes patchlevel.h
44968 ____________________________________________________________________________
44969 [  7129] By: jhi                                   on 2000/10/03  02:24:02
44970         Log: Misplaced else.
44971      Branch: metaconfig/U/perl
44972            ! d_strtoll.U
44973      Branch: perl
44974            ! Configure config_h.SH
44975 ____________________________________________________________________________
44976 [  7128] By: jhi                                   on 2000/10/03  02:08:29
44977         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
44978              From: sthoenna@efn.org
44979              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
44980              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
44981      Branch: metaconfig/U/perl
44982            ! d_strtoll.U
44983      Branch: perl
44984            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
44985 ____________________________________________________________________________
44986 [  7127] By: jhi                                   on 2000/10/03  01:13:14
44987         Log: Update Changes.
44988      Branch: perl
44989            ! Changes patchlevel.h
44990 ____________________________________________________________________________
44991 [  7126] By: jhi                                   on 2000/10/03  00:57:08
44992         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
44993              as suggested by Olaf Flebbe and Nick Clark.
44994      Branch: perl
44995            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
44996 ____________________________________________________________________________
44997 [  7125] By: jhi                                   on 2000/10/03  00:50:56
44998         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
44999              From: Nick Clark <nick@plum.flirble.org>
45000              Date: Mon, 2 Oct 2000 11:03:24 +0100
45001              Message-Id: <20001002110324.D20073@plum.flirble.org>
45002              
45003              Also fixes bug ID 20001002.005.
45004      Branch: perl
45005            ! t/lib/encode.t
45006 ____________________________________________________________________________
45007 [  7124] By: jhi                                   on 2000/10/03  00:34:59
45008         Log: Subject: [PATCH 5.7.0] Epoc update
45009              From: Olaf Flebbe <o.flebbe@gmx.de>
45010              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
45011              Message-ID: <26423.969484586@www10.gmx.net>
45012      Branch: perl
45013            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
45014            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
45015            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
45016            ! util.c util.h
45017 ____________________________________________________________________________
45018 [  7123] By: jhi                                   on 2000/10/03  00:30:07
45019         Log: Regen headers.
45020      Branch: perl
45021            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
45022 ____________________________________________________________________________
45023 [  7122] By: jhi                                   on 2000/10/03  00:10:48
45024         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
45025      Branch: perl
45026            ! hints/openbsd.sh
45027 ____________________________________________________________________________
45028 [  7121] By: jhi                                   on 2000/10/03  00:05:06
45029         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
45030              From: <abigail@foad.org>
45031              Date: Tue, 26 Sep 2000 13:36:14 -0400
45032              Message-ID: <20000926173614.4356.qmail@foad.org>
45033      Branch: perl
45034            ! pod/perlop.pod
45035 ____________________________________________________________________________
45036 [  7120] By: jhi                                   on 2000/10/03  00:04:00
45037         Log: Inside require() $^S was always left undefined.
45038              
45039              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
45040              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45041              Date: Wed, 27 Sep 2000 18:54:49 -0400
45042              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
45043      Branch: perl
45044            ! cop.h mg.c pp_ctl.c util.c
45045 ____________________________________________________________________________
45046 [  7119] By: jhi                                   on 2000/10/03  00:00:16
45047         Log: Subject: [PATCH] DLL not restartabke with threaded perl
45048              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
45049              Date: Thu, 28 Sep 2000 09:20:46 +0100
45050              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
45051      Branch: perl
45052            ! perl.c
45053 ____________________________________________________________________________
45054 [  7118] By: jhi                                   on 2000/10/02  23:59:20
45055         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
45056              From: Nicholas Clark <nick@ccl4.org>
45057              Date: Thu, 28 Sep 2000 11:52:24 +0100
45058              Message-ID: <20000928115224.D7924@plum.flirble.org>
45059      Branch: perl
45060            ! op.c
45061 ____________________________________________________________________________
45062 [  7117] By: jhi                                   on 2000/10/02  23:57:51
45063         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
45064              From: Nicholas Clark <nick@babyhippo.co.uk>
45065              Date: Thu, 28 Sep 2000 12:18:10 +0100
45066              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
45067              
45068              Did not apply cleanly, manual intervention was needed.
45069      Branch: perl
45070            ! ext/B/B/Bytecode.pm utils/perlcc.PL
45071 ____________________________________________________________________________
45072 [  7116] By: jhi                                   on 2000/10/02  23:50:40
45073         Log: Document the issue (is not a syntax error, kind of)
45074              
45075              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
45076              From: Nicholas Clark <nick@ccl4.org>
45077              Date: Thu, 28 Sep 2000 17:12:42 +0100
45078              Message-ID: <20000928171242.K7924@plum.flirble.org>
45079      Branch: perl
45080            ! pod/perldata.pod
45081 ____________________________________________________________________________
45082 [  7115] By: jhi                                   on 2000/10/02  23:48:58
45083         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
45084              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45085              Date: Thu, 28 Sep 2000 21:55:31 -0400
45086              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
45087      Branch: perl
45088            ! regexec.c
45089 ____________________________________________________________________________
45090 [  7114] By: jhi                                   on 2000/10/02  23:47:57
45091         Log: Subject: DOC PATCH 5.6.0
45092              From: mjd@plover.com
45093              Date: 30 Sep 2000 06:02:34 -0000
45094              Message-ID: <20000930060234.4559.qmail@plover.com>
45095      Branch: perl
45096            ! pod/perldebguts.pod
45097 ____________________________________________________________________________
45098 [  7113] By: jhi                                   on 2000/10/02  23:46:43
45099         Log: SOCK_DGRAM and listen() do not mix as reported in
45100              
45101              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
45102              From: Petter Reinholdtsen <pere@hungry.com>
45103              Date: Sun, 1 Oct 2000 10:57:20 +0800
45104              Message-Id: <200010010257.KAA05735@localhost.localdomain>
45105              
45106              The patch for 5.7.0+ had to be reengineered, though.
45107      Branch: perl
45108            ! ext/IO/lib/IO/Socket/UNIX.pm
45109 ____________________________________________________________________________
45110 [  7112] By: jhi                                   on 2000/10/02  23:36:57
45111         Log: Subject: Re: [PATCH 5.005_64 missed]
45112              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45113              Date: Sun, 1 Oct 2000 18:50:10 -0400
45114              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
45115      Branch: perl
45116            ! pod/perlxs.pod
45117 ____________________________________________________________________________
45118 [  7111] By: jhi                                   on 2000/10/02  23:35:40
45119         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
45120              From: Radu Greab <radu@netsoft.ro>
45121              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
45122              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
45123      Branch: perl
45124            ! op.c opcode.pl t/op/substr.t
45125 ____________________________________________________________________________
45126 [  7110] By: jhi                                   on 2000/10/02  23:32:38
45127         Log: Subject: [PATCH] Fix aliasing of tied filehandles
45128              From: Daniel Chetlin <daniel@chetlin.com>
45129              Date: Mon, 2 Oct 2000 14:53:27 -0700
45130              Message-ID: <20001002145327.C1617@ilmd>
45131      Branch: perl
45132            ! perl.h pp_hot.c t/op/tiehandle.t
45133 ____________________________________________________________________________
45134 [  7109] By: jhi                                   on 2000/10/02  23:31:30
45135         Log: s/Robin Parker/Robin Barker/
45136      Branch: perl
45137            ! Changes5.6
45138 ____________________________________________________________________________
45139 [  7108] By: jhi                                   on 2000/10/02  23:15:46
45140         Log: Retract #7091 as suggested in
45141              
45142              From: Robin Barker <rmb1@cise.npl.co.uk> 
45143              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
45144              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
45145              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
45146      Branch: perl
45147            ! embed.pl proto.h
45148 ____________________________________________________________________________
45149 [  7107] By: nick                                  on 2000/10/02  18:23:14
45150         Log: A few tweaks to get Tk803 to work with Encode scheme.
45151      Branch: perl
45152            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
45153 ____________________________________________________________________________
45154 [  7106] By: nick                                  on 2000/10/01  21:34:14
45155         Log: Add checking cases to Encode's toUnicode and fromUnicode.
45156      Branch: perl
45157            ! ext/Encode/Encode.pm
45158 ____________________________________________________________________________
45159 [  7105] By: nick                                  on 2000/10/01  17:18:01
45160         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
45161              To read and use them.
45162              Add a lib/encode.t which checks a few things.
45163      Branch: perl
45164            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
45165            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
45166            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
45167            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
45168            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
45169            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
45170            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
45171            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
45172            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
45173            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
45174            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
45175            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
45176            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
45177            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
45178            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
45179            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
45180            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
45181            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
45182            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
45183            + ext/Encode/Encode/iso2022-jp.enc
45184            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
45185            + ext/Encode/Encode/iso8859-1.enc
45186            + ext/Encode/Encode/iso8859-2.enc
45187            + ext/Encode/Encode/iso8859-3.enc
45188            + ext/Encode/Encode/iso8859-4.enc
45189            + ext/Encode/Encode/iso8859-5.enc
45190            + ext/Encode/Encode/iso8859-6.enc
45191            + ext/Encode/Encode/iso8859-7.enc
45192            + ext/Encode/Encode/iso8859-8.enc
45193            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
45194            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
45195            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
45196            + ext/Encode/Encode/macCentEuro.enc
45197            + ext/Encode/Encode/macCroatian.enc
45198            + ext/Encode/Encode/macCyrillic.enc
45199            + ext/Encode/Encode/macDingbats.enc
45200            + ext/Encode/Encode/macGreek.enc
45201            + ext/Encode/Encode/macIceland.enc
45202            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
45203            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
45204            + ext/Encode/Encode/macTurkish.enc
45205            + ext/Encode/Encode/macUkraine.enc
45206            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
45207            + t/lib/encode.t
45208            ! MANIFEST ext/Encode/Encode.pm
45209 ____________________________________________________________________________
45210 [  7104] By: nick                                  on 2000/09/30  13:04:30
45211         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
45212              From: Daniel Chetlin <daniel@chetlin.com>
45213              Date: Mon, 18 Sep 2000 05:05:40 -0700
45214              Message-Id: <20000918050540.C652@ilmd>
45215      Branch: perl
45216            ! lib/overload.pm sv.c t/pragma/overload.t
45217 ____________________________________________________________________________
45218 [  7103] By: nick                                  on 2000/09/30  12:53:36
45219         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
45220              From: Johan Vromans <jvromans@squirrel.nl>
45221              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
45222              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
45223      Branch: perl
45224            ! pod/Makefile.SH
45225 ____________________________________________________________________________
45226 [  7102] By: nick                                  on 2000/09/30  12:52:31
45227         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
45228              From: Spider Boardman <spider@Orb.Nashua.NH.US>
45229              Date: Sat, 16 Sep 2000 16:36:45 -0400
45230              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
45231      Branch: perl
45232            ! ext/B/B/Deparse.pm
45233 ____________________________________________________________________________
45234 [  7101] By: nick                                  on 2000/09/30  12:51:41
45235         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
45236              From: Craig A. Berry <craig.berry@psinetcs.com>
45237              Date: Sat, 16 Sep 2000 10:11:10 -0500
45238              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
45239      Branch: perl
45240            ! vms/vms.c
45241 ____________________________________________________________________________
45242 [  7100] By: nick                                  on 2000/09/30  12:50:33
45243         Log: Subject: Re: unicode support and perl [ID 20000901.097]
45244              From: Spider Boardman <spider@Orb.Nashua.NH.US>
45245              Date: Fri, 15 Sep 2000 16:37:58 -0400
45246              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
45247      Branch: perl
45248            ! t/op/append.t
45249 ____________________________________________________________________________
45250 [  7099] By: nick                                  on 2000/09/30  12:49:35
45251         Log: Subject: Re: unicode support and perl [ID 20000901.097]
45252              From: Spider Boardman <spider@Orb.Nashua.NH.US>
45253              Date: Fri, 15 Sep 2000 16:25:30 -0400
45254              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
45255      Branch: perl
45256            ! pp_hot.c
45257 ____________________________________________________________________________
45258 [  7098] By: nick                                  on 2000/09/30  12:48:00
45259         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
45260              From: Gisle Aas <gisle@ActiveState.com>
45261              Date: 15 Sep 2000 16:23:41 +0200
45262              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
45263      Branch: perl
45264            ! toke.c
45265 ____________________________________________________________________________
45266 [  7097] By: nick                                  on 2000/09/30  12:45:16
45267         Log: Subject: [PATCH] Nits in perlmod.pod
45268              From: Daniel Chetlin <daniel@chetlin.com>
45269              Date: Fri, 15 Sep 2000 02:04:09 -0700
45270              Message-Id: <20000915020409.A2104@ilmd>
45271      Branch: perl
45272            ! pod/perlmod.pod
45273 ____________________________________________________________________________
45274 [  7096] By: nick                                  on 2000/09/30  12:18:00
45275         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
45276              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
45277              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
45278              0 to checking to get the warning.
45279      Branch: perl
45280            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
45281            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
45282            ! regexec.c sv.c toke.c utf8.c
45283 ____________________________________________________________________________
45284 [  7095] By: nick                                  on 2000/09/15  16:55:59
45285         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
45286              
45287              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
45288              From: Spider Boardman <spider@Orb.Nashua.NH.US>
45289              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
45290              Date: Fri, 15 Sep 2000 06:37:30 -0400
45291      Branch: perl
45292            ! ext/Encode/Encode.xs sv.c
45293 ____________________________________________________________________________
45294 [  7094] By: jhi                                   on 2000/09/15  03:23:32
45295         Log: Update Changes.
45296      Branch: perl
45297            ! Changes patchlevel.h
45298 ____________________________________________________________________________
45299 [  7093] By: jhi                                   on 2000/09/15  03:11:44
45300         Log: Fix for the charnames.t failures from Spider Boardman.
45301      Branch: perl
45302            ! toke.c
45303 ____________________________________________________________________________
45304 [  7092] By: jhi                                   on 2000/09/15  00:15:48
45305         Log: Botched the #7090 check-in.
45306      Branch: perl
45307            ! sv.c
45308 ____________________________________________________________________________
45309 [  7091] By: jhi                                   on 2000/09/14  23:33:24
45310         Log: Part of #7081 didn't come through.
45311      Branch: perl
45312            ! embed.pl proto.h
45313 ____________________________________________________________________________
45314 [  7090] By: jhi                                   on 2000/09/14  23:17:39
45315         Log: Subject: Re: perl@7078 
45316              From: Spider Boardman <spider@web.zk3.dec.com>
45317              Date: Thu, 14 Sep 2000 19:06:36 -0400
45318              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
45319      Branch: perl
45320            ! sv.c toke.c
45321 ____________________________________________________________________________
45322 [  7089] By: jhi                                   on 2000/09/14  23:11:21
45323         Log: Small portability tweaks.
45324      Branch: perl
45325            ! ext/Encode/Encode.xs
45326 ____________________________________________________________________________
45327 [  7088] By: jhi                                   on 2000/09/14  22:57:23
45328         Log: Fake return to pacify picky compilers.
45329      Branch: perl
45330            ! ext/Encode/Encode.xs
45331 ____________________________________________________________________________
45332 [  7087] By: jhi                                   on 2000/09/14  22:53:37
45333         Log: Subject: [PATCH] utf8.c apidoc
45334              From: Simon Cozens <simon@cozens.net>
45335              Date: Thu, 14 Sep 2000 23:46:57 +0100
45336              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
45337      Branch: perl
45338            ! perlapi.c pod/perlapi.pod utf8.c
45339 ____________________________________________________________________________
45340 [  7086] By: jhi                                   on 2000/09/14  22:40:38
45341         Log: We don't need to count the high bit bytes, a boolean is enough. 
45342      Branch: perl
45343            ! sv.c
45344 ____________________________________________________________________________
45345 [  7085] By: jhi                                   on 2000/09/14  21:20:09
45346         Log: Replace #7084 with
45347              
45348              Subject: Re: perl@7078 
45349              From: Spider Boardman <spider@web.zk3.dec.com>
45350              Date: Thu, 14 Sep 2000 17:09:36 -0400
45351              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
45352      Branch: perl
45353            ! sv.c utf8.c
45354 ____________________________________________________________________________
45355 [  7084] By: jhi                                   on 2000/09/14  20:03:34
45356         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
45357              convertable to bytes by checking it doesn't go above 0xc3
45358              
45359              Subject: Re: perl@7078
45360              From: Simon Cozens <simon@cozens.net>
45361              Date: Thu, 14 Sep 2000 20:59:19 +0100
45362              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
45363      Branch: perl
45364            ! utf8.c
45365 ____________________________________________________________________________
45366 [  7083] By: jhi                                   on 2000/09/14  19:38:47
45367         Log: Subject: Re: perl@7078
45368              From: Simon Cozens <simon@cozens.net>
45369              Date: Thu, 14 Sep 2000 20:13:09 +0100
45370              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
45371      Branch: perl
45372            ! t/op/bop.t
45373 ____________________________________________________________________________
45374 [  7082] By: jhi                                   on 2000/09/14  17:50:44
45375         Log: The one that got away.
45376      Branch: perl
45377            ! lib/File/Find.pm
45378 ____________________________________________________________________________
45379 [  7081] By: jhi                                   on 2000/09/14  17:45:35
45380         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
45381              From: Robin Barker <rmb1@cise.npl.co.uk>
45382              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
45383              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
45384      Branch: perl
45385            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
45386            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
45387            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
45388            ! regcomp.c toke.c universal.c
45389 ____________________________________________________________________________
45390 [  7080] By: jhi                                   on 2000/09/14  17:40:35
45391         Log: Problems picked up by AIX cc.
45392              
45393              Subject: Re: perl@7078 (patch included)
45394              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45395              Date: Thu, 14 Sep 2000 18:53:30 +0200
45396              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
45397      Branch: perl
45398            ! ext/Encode/Encode.xs
45399 ____________________________________________________________________________
45400 [  7079] By: jhi                                   on 2000/09/14  17:38:27
45401         Log: Subject: File::Find 5.7.0 POD nits
45402              From: Rich Morin <rdm@cfcl.com>
45403              Date: Wed, 13 Sep 2000 22:03:58 -0700
45404              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
45405      Branch: perl
45406            ! lib/File/Find.pm
45407 ____________________________________________________________________________
45408 [  7078] By: jhi                                   on 2000/09/14  14:58:20
45409         Log: Update Changes.
45410      Branch: perl
45411            ! Changes patchlevel.h
45412 ____________________________________________________________________________
45413 [  7077] By: jhi                                   on 2000/09/14  14:55:54
45414         Log: Compilation warnings and an error.
45415      Branch: perl
45416            ! sv.c
45417 ____________________________________________________________________________
45418 [  7076] By: jhi                                   on 2000/09/14  14:42:56
45419         Log: Fix for a parsing bug, not for the original bug.
45420              
45421              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
45422              From: Spider Boardman <spider@web.zk3.dec.com>
45423              Date: Wed, 13 Sep 2000 17:52:20 -0400
45424              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
45425      Branch: perl
45426            ! regcomp.c
45427 ____________________________________________________________________________
45428 [  7075] By: jhi                                   on 2000/09/14  14:40:40
45429         Log: Batch of UTF-8 patches from Simon Cozens.
45430      Branch: perl
45431            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
45432            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
45433            ! toke.c utf8.c
45434 ____________________________________________________________________________
45435 [  7074] By: jhi                                   on 2000/09/14  14:29:58
45436         Log: Subject: Re: Two advertising clauses need to be removed
45437              From: Russ Allbery <rra@stanford.edu>
45438              Date: 13 Sep 2000 18:50:26 -0700
45439              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
45440      Branch: perl
45441            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
45442 ____________________________________________________________________________
45443 [  7073] By: jhi                                   on 2000/09/14  14:28:20
45444         Log: Subject: [PATCH] de-wall t/README
45445              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45446              Date: Wed, 13 Sep 2000 17:46:55 -0700
45447              Message-ID: <//Bw5gzkge/e092yn@efn.org>
45448      Branch: perl
45449            ! t/README
45450 ____________________________________________________________________________
45451 [  7072] By: jhi                                   on 2000/09/14  14:25:10
45452         Log: Hints optimization.
45453              
45454              Subject: Minor nit
45455              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45456              Date: Wed, 13 Sep 2000 21:42:07 +0200
45457              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
45458      Branch: perl
45459            ! hints/hpux.sh
45460 ____________________________________________________________________________
45461 [  7071] By: jhi                                   on 2000/09/14  14:23:30
45462         Log: Allow chop() and chomp() to be overridden.
45463              
45464              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
45465              From: "Casey R. Tweten" <crt@kiski.net>
45466              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
45467              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
45468      Branch: perl
45469            ! toke.c
45470 ____________________________________________________________________________
45471 [  7070] By: jhi                                   on 2000/09/14  14:20:36
45472         Log: The return value of setlocale must be copied away.
45473              
45474              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
45475              From: Alan Burlison <Alan.Burlison@uk.sun.com>
45476              Date: Wed, 13 Sep 2000 16:27:37 +0100 
45477              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
45478      Branch: perl
45479            ! util.c
45480 ____________________________________________________________________________
45481 [  7069] By: jhi                                   on 2000/09/14  14:16:27
45482         Log: Remove vestiges of tr//CU.
45483              
45484              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
45485              From: Nick Clark <nick@plum.flirble.org>
45486              Date: Tue, 12 Sep 2000 22:50:14 +0100
45487              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
45488              
45489              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
45490              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45491              Date: Tue, 12 Sep 2000 21:38:48 -0700
45492              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
45493      Branch: perl
45494            ! op.h pod/perlunicode.pod
45495 ____________________________________________________________________________
45496 [  7068] By: jhi                                   on 2000/09/13  14:18:39
45497         Log: Add the Encode extension.  The code is still largely just skeleton.
45498      Branch: perl
45499            + ext/Encode/Encode.pm ext/Encode/Encode.xs
45500            + ext/Encode/Makefile.PL ext/Encode/Todo
45501            ! MANIFEST Todo-5.6
45502 ____________________________________________________________________________
45503 [  7067] By: jhi                                   on 2000/09/12  17:43:33
45504         Log: Allow for whitespace between "#" and "line" in cpp output.
45505              
45506              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
45507              From: Calle Dybedahl <calle@lysator.liu.se>
45508              Date: 12 Sep 2000 19:38:02 +0200 
45509              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
45510      Branch: perl
45511            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
45512 ____________________________________________________________________________
45513 [  7066] By: gsar                                  on 2000/09/12  17:24:29
45514         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
45515              initialization in all the threads on Windows
45516      Branch: perl
45517            ! win32/win32.c
45518 ____________________________________________________________________________
45519 [  7065] By: jhi                                   on 2000/09/12  15:11:31
45520         Log: Update Changes.
45521      Branch: perl
45522            ! Changes patchlevel.h
45523 ____________________________________________________________________________
45524 [  7064] By: jhi                                   on 2000/09/12  14:54:54
45525         Log: Retract #7062, the pod tests are not ready.
45526      Branch: perl
45527            ! t/TEST t/harness
45528 ____________________________________________________________________________
45529 [  7063] By: jhi                                   on 2000/09/12  14:25:41
45530         Log: The #7054 truncated Configure badly.
45531      Branch: metaconfig/U/perl
45532            ! End.U
45533      Branch: perl
45534            ! Configure config_h.SH
45535 ____________________________________________________________________________
45536 [  7062] By: jhi                                   on 2000/09/12  14:08:32
45537         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
45538              From: sthoenna@efn.org
45539              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
45540              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
45541      Branch: perl
45542            ! t/TEST t/harness
45543 ____________________________________________________________________________
45544 [  7061] By: jhi                                   on 2000/09/12  14:07:18
45545         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
45546              From: sthoenna@efn.org
45547              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
45548              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
45549      Branch: perl
45550            ! pod/perlxs.pod
45551 ____________________________________________________________________________
45552 [  7060] By: jhi                                   on 2000/09/12  14:06:08
45553         Log: Break up the myconfig lines a bit.
45554              
45555              Subject: perlbug/perl -V output format
45556              From: sthoenna@efn.org
45557              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
45558              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
45559      Branch: perl
45560            ! myconfig.SH
45561 ____________________________________________________________________________
45562 [  7059] By: jhi                                   on 2000/09/12  14:05:04
45563         Log: Test for the #7049.
45564              
45565              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
45566              From: andreas.koenig@anima.de (Andreas J. Koenig)
45567              Date: 12 Sep 2000 06:42:01 +0200
45568              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
45569      Branch: perl
45570            ! t/op/my.t
45571 ____________________________________________________________________________
45572 [  7058] By: jhi                                   on 2000/09/12  14:03:05
45573         Log: Subject: [patch: perl@7045] vms updates
45574              From: Peter Prymmer <pvhp@forte.com>
45575              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
45576              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
45577      Branch: perl
45578            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
45579 ____________________________________________________________________________
45580 [  7057] By: jhi                                   on 2000/09/12  14:00:51
45581         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
45582              From: sthoenna@efn.org
45583              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
45584              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
45585      Branch: perl
45586            ! t/op/64bitint.t
45587 ____________________________________________________________________________
45588 [  7056] By: jhi                                   on 2000/09/12  13:58:14
45589         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
45590              From: Jeff Pinyan <jeffp@crusoe.net>
45591              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
45592              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
45593      Branch: perl
45594            ! pod/perlfunc.pod
45595 ____________________________________________________________________________
45596 [  7055] By: jhi                                   on 2000/09/12  13:56:32
45597         Log: Do in VMS as the #7054 does.
45598      Branch: perl
45599            ! configure.com
45600 ____________________________________________________________________________
45601 [  7054] By: jhi                                   on 2000/09/12  13:50:31
45602         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
45603              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
45604              Date: Mon, 11 Sep 2000 08:33:09 +0100
45605              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
45606      Branch: metaconfig/U/perl
45607            ! End.U
45608      Branch: perl
45609            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
45610            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
45611 ____________________________________________________________________________
45612 [  7053] By: jhi                                   on 2000/09/12  13:29:19
45613         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
45614              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
45615              Date:     Tue, 12 Sep 2000 08:35:59 EDT
45616              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
45617      Branch: perl
45618            ! vms/test.com
45619 ____________________________________________________________________________
45620 [  7052] By: jhi                                   on 2000/09/11  23:01:50
45621         Log: Document the SvUTF8*().
45622      Branch: perl
45623            ! pod/perlapi.pod sv.h
45624 ____________________________________________________________________________
45625 [  7051] By: gsar                                  on 2000/09/11  14:46:30
45626         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
45627              (missed a spot when fixing up op_pmreplroot hack for ithreads)
45628      Branch: perl
45629            ! op.c t/op/split.t
45630 ____________________________________________________________________________
45631 [  7050] By: nick                                  on 2000/09/11  10:03:51
45632         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
45633              
45634              Subject: borland C++ win32.c tweak
45635              From: Vadim Konovalov <vkonovalov@lucent.com>
45636              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
45637              Date: Mon, 11 Sep 2000 11:22:33 +0400
45638      Branch: perl
45639            ! win32/win32.c
45640 ____________________________________________________________________________
45641 [  7049] By: nick                                  on 2000/09/11  09:57:33
45642         Log: Point fix for s/// on foreach (keys %xxx).
45643      Branch: perl
45644            ! pp_hot.c
45645 ____________________________________________________________________________
45646 [  7048] By: jhi                                   on 2000/09/10  23:37:09
45647         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
45648              by Pod::Text, from Brad Appleton.
45649      Branch: perl
45650            ! t/pod/testp2pt.pl
45651 ____________________________________________________________________________
45652 [  7047] By: jhi                                   on 2000/09/10  14:32:53
45653         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
45654              by Russ Allbery.
45655      Branch: perl
45656            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
45657 ____________________________________________________________________________
45658 [  7046] By: jhi                                   on 2000/09/10  14:15:08
45659         Log: Upgrade to CPAN 1.57_65, from Andreas König.
45660      Branch: perl
45661            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
45662 ____________________________________________________________________________
45663 [  7045] By: jhi                                   on 2000/09/08  21:36:32
45664         Log: Update Changes.
45665      Branch: perl
45666            ! Changes patchlevel.h
45667 ____________________________________________________________________________
45668 [  7044] By: jhi                                   on 2000/09/08  21:29:56
45669         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
45670              From: Peter Prymmer <pvhp@forte.com>
45671              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
45672              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
45673      Branch: perl
45674            ! configure.com
45675 ____________________________________________________________________________
45676 [  7043] By: jhi                                   on 2000/09/08  21:27:50
45677         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
45678              From: Peter Prymmer <pvhp@forte.com>
45679              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
45680              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
45681      Branch: perl
45682            ! Makefile.SH installperl
45683 ____________________________________________________________________________
45684 [  7042] By: jhi                                   on 2000/09/08  21:23:21
45685         Log: Continue #7041.
45686      Branch: perl
45687            ! cygwin/Makefile.SHs os2/Makefile.SHs
45688 ____________________________________________________________________________
45689 [  7041] By: jhi                                   on 2000/09/08  21:18:10
45690         Log: Do away with memory models cruft.  Sorry, PDP users.
45691      Branch: metaconfig
45692            ! U/modified/cc.U U/modified/libpth.U
45693      Branch: perl
45694            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
45695            ! Porting/config_H cflags.SH config_h.SH configure.com
45696            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
45697            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
45698            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
45699 ____________________________________________________________________________
45700 [  7040] By: jhi                                   on 2000/09/08  14:34:18
45701         Log: Major rewrite of s2p.  And I mean really major, it is
45702              an implementation of sed in perl.  If called as s2p it
45703              will function as s2p.  Note: needs non-UNIXifying.
45704              
45705              Subject: s2p
45706              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
45707              Date: Mon, 28 Aug 2000 14:05:12 +0200
45708              Message-ID: <39AA5578.2102E2AA@alcatel.at>
45709      Branch: perl
45710            ! x2p/s2p.PL
45711 ____________________________________________________________________________
45712 [  7039] By: jhi                                   on 2000/09/08  14:19:49
45713         Log: Re-allow vec() for characters > 255.
45714              
45715              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
45716              From: Spider Boardman <spider@web.zk3.dec.com>
45717              Date: Fri, 08 Sep 2000 02:21:02 -0400
45718              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
45719      Branch: perl
45720            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
45721            ! t/op/vec.t
45722 ____________________________________________________________________________
45723 [  7038] By: jhi                                   on 2000/09/08  14:14:18
45724         Log: Subject: [PATCH lib/Benchmark.pm]
45725              From: <abigail@foad.org>
45726              Date: Thu, 7 Sep 2000 15:03:20 -0400
45727              Message-ID: <20000907190320.888.qmail@foad.org>
45728      Branch: perl
45729            ! lib/Benchmark.pm
45730 ____________________________________________________________________________
45731 [  7037] By: jhi                                   on 2000/09/08  14:11:06
45732         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
45733              
45734              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
45735              From: Spider Boardman <spider@web.zk3.dec.com>
45736              Date: Fri, 08 Sep 2000 01:30:27 -0400
45737              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
45738      Branch: perl
45739            ! op.c
45740 ____________________________________________________________________________
45741 [  7036] By: jhi                                   on 2000/09/08  14:08:58
45742         Log: Subject: [ID 20000908.002] perlipc documentation bug.
45743              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
45744              Date: Fri, 08 Sep 2000 12:38:32 +0200
45745              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
45746      Branch: perl
45747            ! pod/perlipc.pod
45748 ____________________________________________________________________________
45749 [  7035] By: jhi                                   on 2000/09/08  14:03:12
45750         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
45751              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45752              Date: Fri, 08 Sep 2000 11:47:34 +0200
45753              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
45754      Branch: perl
45755            ! hints/dec_osf.sh
45756 ____________________________________________________________________________
45757 [  7034] By: jhi                                   on 2000/09/08  13:59:35
45758         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
45759              From: Simon Cozens <simon@cozens.net>
45760              Date: Thu, 7 Sep 2000 20:40:38 +0100
45761              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
45762      Branch: perl
45763            ! pp_hot.c
45764 ____________________________________________________________________________
45765 [  7033] By: jhi                                   on 2000/09/08  04:03:03
45766         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
45767              From: "Larry W. Virden" <lvirden@cas.org>
45768              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
45769              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
45770      Branch: perl
45771            ! pod/perldiag.pod
45772 ____________________________________________________________________________
45773 [  7032] By: jhi                                   on 2000/09/07  22:18:30
45774         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
45775              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
45776              Date: Mon, 04 Sep 2000 13:16:38 -0700
45777              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
45778      Branch: perl
45779            ! lib/perl5db.pl
45780 ____________________________________________________________________________
45781 [  7031] By: jhi                                   on 2000/09/07  22:02:29
45782         Log: Fix the ccversion detection for 5.1 and beyond.
45783              
45784              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
45785              From: Spider Boardman <spider@leggy.zk3.dec.com>
45786              Date: Thu, 7 Sep 2000 17:54:27 -0400
45787              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
45788      Branch: perl
45789            ! hints/dec_osf.sh
45790 ____________________________________________________________________________
45791 [  7030] By: jhi                                   on 2000/09/07  19:12:28
45792         Log: Fix for
45793              
45794              Subject: [ID 20000903.001] \w in utf8-strings
45795              From: Marc Lehmann <pcg@goof.com>
45796              Date: Sun, 03 Sep 2000 09:44:29 +0200
45797              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
45798              
45799              and various related nits.
45800      Branch: perl
45801            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
45802 ____________________________________________________________________________
45803 [  7029] By: jhi                                   on 2000/09/07  18:49:09
45804         Log: Fix the URL, but the server is still missing in action.
45805              
45806              Subject: [ID 20000905.002] perlfaq1.pod URL error
45807              From: "Larry W. Virden" <lvirden@cas.org>
45808              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
45809              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
45810      Branch: perl
45811            ! pod/perlfaq1.pod
45812 ____________________________________________________________________________
45813 [  7028] By: jhi                                   on 2000/09/07  18:47:13
45814         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
45815              From: Hugo <hv@crypt.compulink.co.uk>
45816              Date: Tue, 05 Sep 2000 14:13:37 +0100
45817              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
45818      Branch: perl
45819            ! toke.c
45820 ____________________________________________________________________________
45821 [  7027] By: jhi                                   on 2000/09/07  18:45:35
45822         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
45823              From: Daniel Chetlin <daniel@chetlin.com>
45824              Date: Tue, 5 Sep 2000 04:57:07 -0700
45825              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
45826      Branch: perl
45827            ! pod/perlfaq6.pod pod/perlop.pod
45828 ____________________________________________________________________________
45829 [  7026] By: jhi                                   on 2000/09/07  18:44:01
45830         Log: Document the new ref() semantics.
45831              
45832              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
45833              From: Gisle Aas <gisle@ActiveState.com>
45834              Date: 05 Sep 2000 08:10:30 +0200
45835              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
45836      Branch: perl
45837            ! pod/perldelta.pod
45838 ____________________________________________________________________________
45839 [  7025] By: jhi                                   on 2000/09/07  18:42:27
45840         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
45841              
45842              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
45843              From: Gisle Aas <gisle@ActiveState.com>
45844              Date: 05 Sep 2000 08:11:40 +0200
45845              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
45846      Branch: perl
45847            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
45848 ____________________________________________________________________________
45849 [  7024] By: jhi                                   on 2000/09/07  18:39:32
45850         Log: Subject: [PATCH] Modernize Opcode.pm documentation
45851              From: Gisle Aas <gisle@ActiveState.com>
45852              Date: 4 Sep 2000 00:18:55 -0000
45853              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
45854      Branch: perl
45855            ! ext/Opcode/Opcode.pm
45856 ____________________________________________________________________________
45857 [  7023] By: jhi                                   on 2000/09/07  18:37:42
45858         Log: Subject: [PATCH] Tied filehandle documentation
45859              From: Gisle Aas <gisle@ActiveState.com>
45860              Date: 4 Sep 2000 00:14:40 -0000
45861              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
45862      Branch: perl
45863            ! pod/perlfunc.pod pod/perltie.pod
45864 ____________________________________________________________________________
45865 [  7022] By: jhi                                   on 2000/09/07  18:35:37
45866         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
45867              From: Gisle Aas <gisle@ActiveState.com>
45868              Date: 4 Sep 2000 00:04:22 -0000
45869              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
45870      Branch: perl
45871            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
45872 ____________________________________________________________________________
45873 [  7021] By: jhi                                   on 2000/09/07  18:33:22
45874         Log: Subject: small apidoc fix
45875              From: Marc Lehmann <pcg@goof.com>
45876              Date: Sun, 3 Sep 2000 05:12:06 +0200
45877              Message-ID: <20000903051206.A5909@cerebro.laendle>
45878      Branch: perl
45879            ! pod/perlapi.pod utf8.c
45880 ____________________________________________________________________________
45881 [  7020] By: jhi                                   on 2000/09/07  16:14:57
45882         Log: Tiny perldelta nits.
45883      Branch: perl
45884            ! pod/perldelta.pod
45885 ____________________________________________________________________________
45886 [  7019] By: jhi                                   on 2000/09/07  16:04:20
45887         Log: Guard against bad string->int conversion for quads.
45888      Branch: perl
45889            ! t/op/64bitint.t
45890 ____________________________________________________________________________
45891 [  7018] By: jhi                                   on 2000/09/06  17:07:03
45892         Log: Update Unicode todo list.
45893      Branch: perl
45894            ! Todo-5.6
45895 ____________________________________________________________________________
45896 [  7017] By: jhi                                   on 2000/09/05  21:16:01
45897         Log: Document the SvIOK_.*UV().
45898      Branch: perl
45899            ! pod/perlapi.pod sv.h
45900 ____________________________________________________________________________
45901 [  7016] By: nick                                  on 2000/09/03  21:54:46
45902         Log: Hash lookup of constant strings optimization:
45903              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
45904              to string table (as per sharepvn). Add newSV_pvn_share to create such
45905              a thing. Make hv.c compare addresses of strings and skip string compare
45906              if equal. Make method_named and helem ops use these shared-string SVs
45907              when arg is constant. Make keys op return shared-string SVs (less clearly
45908              a win).
45909      Branch: perl
45910            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
45911            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
45912            ! pod/perlintern.pod pp_hot.c proto.h sv.c
45913 ____________________________________________________________________________
45914 [  7015] By: jhi                                   on 2000/09/02  17:48:59
45915         Log: This is 5.7.0.
45916      Branch: perl
45917            ! Changes
45918 ____________________________________________________________________________
45919 [  7014] By: jhi                                   on 2000/09/02  17:35:45
45920         Log: Changes and patchlevel tweaks.
45921      Branch: perl
45922            ! Changes patchlevel.h
45923 ____________________________________________________________________________
45924 [  7013] By: jhi                                   on 2000/09/02  17:30:50
45925         Log: Update Changes.
45926      Branch: perl
45927            ! Changes patchlevel.h
45928 ____________________________________________________________________________
45929 [  7012] By: nick                                  on 2000/09/02  17:25:20
45930         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
45931      Branch: perl
45932            ! gv.c lib/overload.pm
45933 ____________________________________________________________________________
45934 [  7011] By: jhi                                   on 2000/09/02  17:16:25
45935         Log: Update perlhist.
45936      Branch: perl
45937            ! pod/perlhist.pod
45938 ____________________________________________________________________________
45939 [  7010] By: jhi                                   on 2000/09/02  17:01:35
45940         Log: perldelta nits.
45941      Branch: perl
45942            ! pod/perldelta.pod
45943 ____________________________________________________________________________
45944 [  7009] By: nick                                  on 2000/09/02  16:48:35
45945         Log: If overloaded %{} etc. return the object do not loop.
45946              Thus  sub deref { $_[0] } functions if object is wanted type.
45947      Branch: perl
45948            ! pp.h
45949 ____________________________________________________________________________
45950 [  7008] By: jhi                                   on 2000/09/02  16:26:11
45951         Log: Retab MANIFEST.
45952      Branch: perl
45953            ! ext/Storable/MANIFEST
45954 ____________________________________________________________________________
45955 [  7007] By: jhi                                   on 2000/09/02  16:23:02
45956         Log: Make certain cc is set before trying to run it.
45957      Branch: perl
45958            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
45959 ____________________________________________________________________________
45960 [  7006] By: jhi                                   on 2000/09/02  15:45:41
45961         Log: Unicode notes.
45962      Branch: perl
45963            ! pod/perldelta.pod
45964 ____________________________________________________________________________
45965 [  7005] By: jhi                                   on 2000/09/02  15:42:11
45966         Log: Various Configure nits by Philip Newton,
45967              plus the ebcdic one by me.
45968      Branch: metaconfig
45969            + U/modified/pager.U
45970            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
45971      Branch: metaconfig/U/perl
45972            ! Devel.U quadfio.U
45973      Branch: perl
45974            ! Configure config_h.SH
45975 ____________________________________________________________________________
45976 [  7004] By: jhi                                   on 2000/09/02  15:06:14
45977         Log: Apparently avoiding the swapping is too costly.
45978              
45979              From: "Ben Tilly" <ben_tilly@hotmail.com>
45980              Subject: Re: the door is closed.
45981              Date: Fri, 01 Sep 2000 20:23:16 EDT
45982              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
45983      Branch: perl
45984            ! pod/perlfaq4.pod
45985 ____________________________________________________________________________
45986 [  7003] By: nick                                  on 2000/09/02  12:26:04
45987         Log: Undo part of change 6489 which looks like a bulk edit which
45988              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
45989              The supressing of main:: on return from select() is undesirable.
45990      Branch: perl
45991            ! pp_sys.c
45992 ____________________________________________________________________________
45993 [  7002] By: jhi                                   on 2000/09/01  23:08:54
45994         Log: Update Changes.
45995      Branch: perl
45996            ! Changes patchlevel.h
45997 ____________________________________________________________________________
45998 [  7001] By: jhi                                   on 2000/09/01  23:00:13
45999         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
46000              From: Peter Prymmer <pvhp@forte.com>
46001              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
46002              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
46003              
46004              plus rework the http: spots as suggested by Tom Christiansen,
46005              plus regen perltoc.
46006      Branch: perl
46007            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
46008            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
46009 ____________________________________________________________________________
46010 [  7000] By: jhi                                   on 2000/09/01  22:36:01
46011         Log: Only the first line, thank you very much.
46012      Branch: perl
46013            ! hints/solaris_2.sh
46014 ____________________________________________________________________________
46015 [  6999] By: gsar                                  on 2000/09/01  22:16:40
46016         Log: change#6791 accidentally clobbered change#6710, put it back
46017      Branch: perl
46018            ! win32/win32.c
46019 ____________________________________________________________________________
46020 [  6998] By: jhi                                   on 2000/09/01  22:14:16
46021         Log: Mention the HP-UX LP64 freak failure.
46022      Branch: perl
46023            ! pod/perldelta.pod
46024 ____________________________________________________________________________
46025 [  6997] By: jhi                                   on 2000/09/01  21:48:32
46026         Log: Detypo.
46027      Branch: perl
46028            ! hints/hpux.sh
46029 ____________________________________________________________________________
46030 [  6996] By: jhi                                   on 2000/09/01  21:27:10
46031         Log: Update Changes.
46032      Branch: perl
46033            ! Changes patchlevel.h
46034 ____________________________________________________________________________
46035 [  6995] By: jhi                                   on 2000/09/01  21:14:24
46036         Log: Mi splgn s gnin.g
46037      Branch: perl
46038            ! pp_ctl.c
46039 ____________________________________________________________________________
46040 [  6994] By: jhi                                   on 2000/09/01  21:09:54
46041         Log: Subject: http:// in L<>
46042              From: Nicholas Clark <nick@ccl4.org>
46043              Date: Fri, 1 Sep 2000 22:03:21 +0100
46044              Message-ID: <20000901220321.B72074@plum.flirble.org>
46045      Branch: perl
46046            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
46047 ____________________________________________________________________________
46048 [  6993] By: jhi                                   on 2000/09/01  21:06:54
46049         Log: Update to Storable 1.0, from Raphael Manfredi.
46050      Branch: perl
46051            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
46052            ! ext/Storable/Makefile.PL ext/Storable/README
46053            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
46054            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
46055            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
46056            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
46057            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
46058            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
46059 ____________________________________________________________________________
46060 [  6992] By: jhi                                   on 2000/09/01  20:43:05
46061         Log: Mention known sfio+linux buglet.
46062      Branch: perl
46063            ! pod/perldelta.pod
46064 ____________________________________________________________________________
46065 [  6991] By: jhi                                   on 2000/09/01  20:40:11
46066         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
46067              From: Peter Prymmer <pvhp@forte.com>
46068              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
46069              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
46070      Branch: perl
46071            ! vms/vms.c
46072 ____________________________________________________________________________
46073 [  6990] By: jhi                                   on 2000/09/01  20:25:26
46074         Log: Retract #6986.
46075      Branch: perl
46076            ! hints/solaris_2.sh
46077 ____________________________________________________________________________
46078 [  6989] By: jhi                                   on 2000/09/01  20:23:00
46079         Log: Mergesort is back.
46080      Branch: perl
46081            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
46082 ____________________________________________________________________________
46083 [  6988] By: jhi                                   on 2000/09/01  19:37:40
46084         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
46085              From: Mike Guy <mjtg@cam.ac.uk>
46086              Date: Fri, 01 Sep 2000 17:43:33 +0100
46087              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
46088      Branch: perl
46089            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
46090            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
46091 ____________________________________________________________________________
46092 [  6987] By: jhi                                   on 2000/09/01  19:17:10
46093         Log: Regen perltoc.
46094      Branch: perl
46095            ! pod/perltoc.pod
46096 ____________________________________________________________________________
46097 [  6986] By: jhi                                   on 2000/09/01  18:51:10
46098         Log: Subject: Re: Solaris x86 has no SPARC libraries!
46099              From: Lupe Christoph <lupe@lupe-christoph.de>
46100              Date: Fri, 1 Sep 2000 20:41:20 +0200
46101              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
46102      Branch: perl
46103            ! hints/solaris_2.sh
46104 ____________________________________________________________________________
46105 [  6985] By: jhi                                   on 2000/09/01  18:28:10
46106         Log: Update Changes.
46107      Branch: perl
46108            ! Changes patchlevel.h
46109 ____________________________________________________________________________
46110 [  6984] By: jhi                                   on 2000/09/01  18:26:53
46111         Log: Feature ordering tweak.
46112      Branch: perl
46113            ! myconfig.SH
46114 ____________________________________________________________________________
46115 [  6983] By: jhi                                   on 2000/09/01  18:19:50
46116         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
46117              From: <abigail@foad.org>
46118              Date: Fri, 1 Sep 2000 13:07:32 -0400
46119              Message-ID: <20000901170732.18249.qmail@foad.org>
46120      Branch: perl
46121            ! t/pragma/overload.t
46122 ____________________________________________________________________________
46123 [  6982] By: jhi                                   on 2000/09/01  18:17:54
46124         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
46125              so that case-ignoring systems like DCL can tell them from
46126              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
46127      Branch: metaconfig/U/perl
46128            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
46129      Branch: perl
46130            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46131            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
46132            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
46133            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
46134            ! vos/config.def vos/config.h vos/config_h.SH_orig
46135            ! win32/config.bc win32/config.gc win32/config.vc
46136 ____________________________________________________________________________
46137 [  6981] By: nick                                  on 2000/09/01  17:21:57
46138         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
46139              warning when UNTIE exists and instead pass the cound of extra references to
46140              the UNTIE method.
46141      Branch: perl
46142            ! pod/perltie.pod pp_sys.c
46143 ____________________________________________________________________________
46144 [  6980] By: jhi                                   on 2000/09/01  16:54:44
46145         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
46146              From: Peter Prymmer <pvhp@forte.com>
46147              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
46148              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
46149      Branch: perl
46150            ! configure.com
46151 ____________________________________________________________________________
46152 [  6979] By: jhi                                   on 2000/09/01  16:06:20
46153         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
46154              From: Mike Guy <mjtg@cam.ac.uk> 
46155              Date: Fri, 01 Sep 2000 16:49:27 +0100
46156              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
46157      Branch: perl
46158            ! t/base/rs.t
46159 ____________________________________________________________________________
46160 [  6978] By: jhi                                   on 2000/09/01  16:00:42
46161         Log: Update to PodParser 1.18, from Brad Appleton.
46162      Branch: perl
46163            ! lib/Pod/Checker.pm t/pod/find.t
46164 ____________________________________________________________________________
46165 [  6977] By: jhi                                   on 2000/09/01  14:48:58
46166         Log: Subject: Nit in Configure (bleadperl@6961)
46167              From: Lupe Christoph <lupe@lupe-christoph.de>
46168              Date: Fri, 1 Sep 2000 16:34:29 +0200
46169              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
46170      Branch: metaconfig
46171            ! U/compline/ccflags.U
46172      Branch: perl
46173            ! Configure config_h.SH
46174 ____________________________________________________________________________
46175 [  6976] By: jhi                                   on 2000/09/01  14:39:52
46176         Log: Update Changes.
46177      Branch: perl
46178            ! Changes patchlevel.h
46179 ____________________________________________________________________________
46180 [  6975] By: jhi                                   on 2000/09/01  14:37:36
46181         Log: microperl config update.
46182      Branch: perl
46183            ! uconfig.h uconfig.sh
46184 ____________________________________________________________________________
46185 [  6974] By: jhi                                   on 2000/09/01  14:36:53
46186         Log: Document known deficiencies.
46187      Branch: perl
46188            ! pod/perldelta.pod
46189 ____________________________________________________________________________
46190 [  6973] By: jhi                                   on 2000/09/01  14:10:20
46191         Log: Mention warnings fixes and updates.
46192      Branch: perl
46193            ! pod/perldelta.pod
46194 ____________________________________________________________________________
46195 [  6972] By: jhi                                   on 2000/09/01  14:01:52
46196         Log: Drop unused argument.
46197              
46198              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
46199              From: Spider Boardman <spider@web.zk3.dec.com>
46200              Date: Thu, 31 Aug 2000 16:10:15 -0400
46201              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
46202      Branch: perl
46203            ! toke.c
46204 ____________________________________________________________________________
46205 [  6971] By: jhi                                   on 2000/09/01  13:59:24
46206         Log: Add the overload warnings to perldiag.
46207      Branch: perl
46208            ! lib/overload.pm pod/perldiag.pod
46209 ____________________________________________________________________________
46210 [  6970] By: jhi                                   on 2000/09/01  13:55:10
46211         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
46212              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
46213              Date: Fri, 1 Sep 2000 13:43:15 +0100 
46214              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
46215      Branch: perl
46216            ! lib/overload.pm t/pragma/overload.t
46217 ____________________________________________________________________________
46218 [  6969] By: jhi                                   on 2000/09/01  13:52:27
46219         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
46220              From: <abigail@foad.org>
46221              Date: Fri, 1 Sep 2000 05:46:54 -0400
46222              Message-ID: <20000901094654.6476.qmail@foad.org>
46223      Branch: perl
46224            ! lib/overload.pm
46225 ____________________________________________________________________________
46226 [  6968] By: jhi                                   on 2000/09/01  13:50:05
46227         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
46228              From: Daniel Chetlin <daniel@chetlin.com>
46229              Date: Fri, 1 Sep 2000 02:10:55 -0700
46230              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
46231      Branch: perl
46232            ! pod/perlretut.pod
46233 ____________________________________________________________________________
46234 [  6967] By: jhi                                   on 2000/09/01  13:47:54
46235         Log: Part of the solution.
46236              
46237              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
46238              From: Mike Guy <mjtg@cam.ac.uk>
46239              Date: Fri, 01 Sep 2000 14:16:01 +0100
46240              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
46241      Branch: perl
46242            ! gv.c mg.c
46243 ____________________________________________________________________________
46244 [  6966] By: jhi                                   on 2000/09/01  13:46:17
46245         Log: Subject: CPAN.pm beta 1.57_57 for the core
46246              From: andreas.koenig@anima.de (Andreas J. Koenig)
46247              Date: 01 Sep 2000 15:16:31 +0200
46248              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
46249      Branch: perl
46250            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
46251 ____________________________________________________________________________
46252 [  6965] By: jhi                                   on 2000/09/01  13:43:18
46253         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
46254              From: "Craig A. Berry" <craig.berry@psinetcs.com>
46255              Date: Fri, 01 Sep 2000 01:47:22 -0500
46256              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
46257      Branch: perl
46258            ! pod/perldelta.pod vms/vms.c
46259 ____________________________________________________________________________
46260 [  6964] By: jhi                                   on 2000/09/01  13:35:35
46261         Log: File::Temp patches from Andreas König,
46262              
46263              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
46264              From: andreas.koenig@anima.de (Andreas J. Koenig)
46265              Date: 01 Sep 2000 10:07:20 +0200
46266              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
46267              
46268              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
46269              From: andreas.koenig@anima.de (Andreas J. Koenig)
46270              Date: 31 Aug 2000 23:26:08 +0200
46271              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
46272      Branch: perl
46273            ! lib/File/Temp.pm t/lib/ftmp-security.t
46274 ____________________________________________________________________________
46275 [  6963] By: jhi                                   on 2000/09/01  02:22:24
46276         Log: Retract the mergesort code, way too incompatible licensing
46277              and copyrights.
46278      Branch: perl
46279            ! pod/perldelta.pod pp_ctl.c
46280 ____________________________________________________________________________
46281 [  6962] By: jhi                                   on 2000/08/31  23:27:32
46282         Log: Update Changes.
46283      Branch: perl
46284            ! Changes patchlevel.h
46285 ____________________________________________________________________________
46286 [  6961] By: jhi                                   on 2000/08/31  23:20:04
46287         Log: Small tweaks all over.
46288      Branch: metaconfig
46289            ! U/compline/d_gconvert.U
46290      Branch: perl
46291            ! AUTHORS Configure config_h.SH pp_ctl.c
46292 ____________________________________________________________________________
46293 [  6960] By: jhi                                   on 2000/08/31  22:39:36
46294         Log: Further rewording.
46295      Branch: perl
46296            ! pp_ctl.c
46297 ____________________________________________________________________________
46298 [  6959] By: jhi                                   on 2000/08/31  21:26:44
46299         Log: More address tweaking.
46300      Branch: perl
46301            ! AUTHORS Changes
46302 ____________________________________________________________________________
46303 [  6958] By: jhi                                   on 2000/08/31  20:47:25
46304         Log: AUTHORS tweaks, from Peter Prymmer.
46305              
46306              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
46307              From: Peter Prymmer <pvhp@forte.com>
46308              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
46309              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
46310      Branch: perl
46311            ! AUTHORS MAINTAIN
46312 ____________________________________________________________________________
46313 [  6957] By: jhi                                   on 2000/08/31  20:34:43
46314         Log: perldelta tweaks.
46315      Branch: perl
46316            ! pod/perldelta.pod
46317 ____________________________________________________________________________
46318 [  6956] By: jhi                                   on 2000/08/31  19:11:06
46319         Log: Regen perltoc.
46320      Branch: perl
46321            ! pod/perltoc.pod
46322 ____________________________________________________________________________
46323 [  6955] By: jhi                                   on 2000/08/31  19:06:30
46324         Log: Clarify the mergesort situation.
46325      Branch: perl
46326            ! pp_ctl.c
46327 ____________________________________________________________________________
46328 [  6954] By: jhi                                   on 2000/08/31  18:24:17
46329         Log: Move the Solaris 7 scan to use64bitall, make the
46330              failure to find 64-bot sparc libc to mention the
46331              possibility of being in an intel, from Lupe and Alan.
46332      Branch: perl
46333            ! hints/solaris_2.sh
46334 ____________________________________________________________________________
46335 [  6953] By: jhi                                   on 2000/08/31  18:09:20
46336         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
46337              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
46338      Branch: metaconfig
46339            ! U/compline/d_gconvert.U U/threads/archname.U
46340      Branch: metaconfig/U/perl
46341            ! perlxv.U
46342      Branch: perl
46343            ! Configure config_h.SH sv.c
46344 ____________________________________________________________________________
46345 [  6952] By: jhi                                   on 2000/08/31  17:42:24
46346         Log: :: not allowed in pathnames, change to .
46347              
46348              Subject: [PATCH perl@6938] cygwin port
46349              From: "Fifer, Eric" <EFifer@sanwaint.com>
46350              Date: Thu, 31 Aug 2000 16:32:59 +0100
46351              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
46352      Branch: metaconfig/U/perl
46353            ! perlxv.U
46354 ____________________________________________________________________________
46355 [  6951] By: jhi                                   on 2000/08/31  17:02:05
46356         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
46357      Branch: perl
46358            ! perl.h
46359 ____________________________________________________________________________
46360 [  6950] By: jhi                                   on 2000/08/31  16:26:08
46361         Log: More author updates.
46362              
46363              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
46364              From: Simon Cozens <simon@cozens.net>
46365              Date: Thu, 31 Aug 2000 17:13:32 +0100
46366              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
46367      Branch: perl
46368            ! AUTHORS
46369 ____________________________________________________________________________
46370 [  6949] By: jhi                                   on 2000/08/31  16:04:49
46371         Log: POSIX doesn't report long double values under -Duselongdouble
46372              when the long doubles are "real" (bigger than doubles).
46373              
46374              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
46375              From: Spider Boardman <spider@peano.zk3.dec.com>
46376              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
46377              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
46378      Branch: perl
46379            ! ext/POSIX/POSIX.xs
46380 ____________________________________________________________________________
46381 [  6948] By: jhi                                   on 2000/08/31  15:25:10
46382         Log: Update Changes.
46383      Branch: perl
46384            ! Changes patchlevel.h
46385 ____________________________________________________________________________
46386 [  6947] By: jhi                                   on 2000/08/31  15:22:29
46387         Log: Document UNTIE in a very minimalistic way.
46388      Branch: perl
46389            ! pod/perlfunc.pod pod/perltie.pod
46390 ____________________________________________________________________________
46391 [  6946] By: jhi                                   on 2000/08/31  15:15:23
46392         Log: Document known failures.
46393      Branch: perl
46394            ! pod/perldelta.pod
46395 ____________________________________________________________________________
46396 [  6945] By: jhi                                   on 2000/08/31  15:07:00
46397         Log: Don't attach -ld to the archname if pointless.
46398      Branch: metaconfig
46399            ! U/threads/archname.U
46400      Branch: perl
46401            ! Configure config_h.SH
46402 ____________________________________________________________________________
46403 [  6944] By: jhi                                   on 2000/08/31  14:37:42
46404         Log: Wrap the test in eval.
46405              
46406              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
46407              From: Tim Jenness <timj@jach.hawaii.edu>
46408              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
46409              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
46410      Branch: perl
46411            ! t/lib/ftmp-security.t
46412 ____________________________________________________________________________
46413 [  6943] By: jhi                                   on 2000/08/31  14:30:57
46414         Log: Make -Dusemorebits find long doubles in Solaris.
46415      Branch: perl
46416            ! hints/solaris_2.sh
46417 ____________________________________________________________________________
46418 [  6942] By: jhi                                   on 2000/08/31  13:48:45
46419         Log: Clarify the third case of ftmp-security warnings.
46420      Branch: perl
46421            ! INSTALL
46422 ____________________________________________________________________________
46423 [  6941] By: jhi                                   on 2000/08/31  13:40:31
46424         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
46425              From: <abigail@foad.org>
46426              Date: Thu, 31 Aug 2000 01:35:05 -0400
46427              Message-ID: <20000831053505.32120.qmail@foad.org>
46428      Branch: perl
46429            ! pod/perldelta.pod
46430 ____________________________________________________________________________
46431 [  6940] By: jhi                                   on 2000/08/31  13:38:48
46432         Log: Issue useful diagnostic on unknown pod commands.
46433              
46434              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
46435              From: <abigail@foad.org>
46436              Date: Thu, 31 Aug 2000 03:41:18 -0400
46437              Message-ID: <20000831074118.24880.qmail@foad.org>
46438      Branch: perl
46439            ! lib/Pod/Man.pm
46440 ____________________________________________________________________________
46441 [  6939] By: jhi                                   on 2000/08/31  13:34:33
46442         Log: Reveal Borland's isnan.
46443              
46444              Subject: build with BC++ tweak
46445              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
46446              Date: Thu, 31 Aug 2000 13:09:37 +0400
46447              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
46448      Branch: perl
46449            ! win32/win32.h
46450 ____________________________________________________________________________
46451 [  6938] By: jhi                                   on 2000/08/31  05:01:20
46452         Log: Update Changes.
46453      Branch: perl
46454            ! Changes patchlevel.h
46455 ____________________________________________________________________________
46456 [  6937] By: jhi                                   on 2000/08/31  04:26:23
46457         Log: sscanf() may be the only way to read long doubles from strings.
46458      Branch: metaconfig/U/perl
46459            ! longdblfio.U
46460      Branch: perl
46461            ! Configure config_h.SH perl.h util.c
46462 ____________________________________________________________________________
46463 [  6936] By: jhi                                   on 2000/08/31  04:18:19
46464         Log: The #6929 was too skimpy.
46465      Branch: perl
46466            ! sv.c
46467 ____________________________________________________________________________
46468 [  6935] By: jhi                                   on 2000/08/31  02:47:07
46469         Log: Subject: Re: typos in pods
46470              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46471              Date: Wed, 30 Aug 2000 19:25:34 -0700
46472              Message-ID: <eIcr5gzkg25X092yn@efn.org>
46473      Branch: perl
46474            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
46475 ____________________________________________________________________________
46476 [  6934] By: jhi                                   on 2000/08/31  02:42:55
46477         Log: Missed one Unicode file.
46478      Branch: perl
46479            + lib/unicode/UCDFF301.html
46480 ____________________________________________________________________________
46481 [  6933] By: jhi                                   on 2000/08/30  23:42:27
46482         Log: Update Changes.
46483      Branch: perl
46484            ! Changes patchlevel.h
46485 ____________________________________________________________________________
46486 [  6932] By: jhi                                   on 2000/08/30  23:40:07
46487         Log: Mention UNTIE in perldelta.  Still needs documenting
46488              in perltie et alia.
46489      Branch: perl
46490            ! pod/perldelta.pod
46491 ____________________________________________________________________________
46492 [  6931] By: jhi                                   on 2000/08/30  23:36:02
46493         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
46494              From: <abigail@foad.org>
46495              Date: Wed, 30 Aug 2000 19:28:07 -0400
46496              Message-ID: <20000830232807.305.qmail@foad.org>
46497      Branch: perl
46498            ! pod/perldelta.pod
46499 ____________________________________________________________________________
46500 [  6930] By: jhi                                   on 2000/08/30  23:32:40
46501         Log: Update to Unicode 3.0.1.
46502      Branch: perl
46503            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
46504            + lib/unicode/PropList.txt lib/unicode/README.perl
46505            + lib/unicode/UCD301.html lib/unicode/Unicode.301
46506            - lib/unicode/Props.txt lib/unicode/UCD300.html
46507            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
46508            ! (edit 257 files)
46509 ____________________________________________________________________________
46510 [  6929] By: jhi                                   on 2000/08/30  22:38:18
46511         Log: Heap decorruption.
46512              
46513              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
46514              From: Alan Burlison <Alan.Burlison@uk.sun.com>
46515              Date: Wed, 30 Aug 2000 22:39:52 +0100
46516              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
46517      Branch: perl
46518            ! sv.c
46519 ____________________________________________________________________________
46520 [  6928] By: jhi                                   on 2000/08/30  22:29:34
46521         Log: Retract the dummy test, skip the security tests (instead of failing),
46522              explain what the warnings mean.
46523      Branch: perl
46524            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
46525 ____________________________________________________________________________
46526 [  6927] By: jhi                                   on 2000/08/30  22:14:13
46527         Log: Change the internal implementation of sort() to be mergesort
46528              instead of quicksort, from John Linderman <jpl@research.att.com>.
46529              Gives us better worst case, better average case, and stability.
46530              What's there not to like?  (Small fixes for threaded builds
46531              were required).
46532      Branch: perl
46533            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
46534 ____________________________________________________________________________
46535 [  6926] By: jhi                                   on 2000/08/30  20:55:20
46536         Log: A better fix for the Socket building problem from Craig Berry.
46537      Branch: perl
46538            ! vms/vms.c
46539 ____________________________________________________________________________
46540 [  6925] By: jhi                                   on 2000/08/30  20:20:25
46541         Log: Subject: [PATCH] Re: UNTIE method 
46542              From: Nick Ing-Simmons <nik@tiuk.ti.com>
46543              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
46544              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
46545      Branch: perl
46546            ! pp_sys.c t/op/tie.t
46547 ____________________________________________________________________________
46548 [  6924] By: jhi                                   on 2000/08/30  20:17:11
46549         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
46550              From: "Craig A. Berry" <craig.berry@psinetcs.com>
46551              Date: Wed, 30 Aug 2000 15:03:14 -0500
46552              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
46553      Branch: perl
46554            ! vms/vms.c
46555 ____________________________________________________________________________
46556 [  6923] By: jhi                                   on 2000/08/30  20:15:18
46557         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
46558              From: "Craig A. Berry" <craig.berry@psinetcs.com>
46559              Date: Wed, 30 Aug 2000 13:30:36 -0500
46560              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
46561      Branch: perl
46562            ! vms/vms.c
46563 ____________________________________________________________________________
46564 [  6922] By: jhi                                   on 2000/08/30  19:54:43
46565         Log: Better options for rsync.
46566      Branch: perl
46567            ! pod/perlhack.pod
46568 ____________________________________________________________________________
46569 [  6921] By: jhi                                   on 2000/08/30  19:40:16
46570         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
46571              From: Rick Delaney <rick@consumercontact.com>
46572              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
46573              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
46574      Branch: perl
46575            ! pod/perlfunc.pod
46576 ____________________________________________________________________________
46577 [  6920] By: jhi                                   on 2000/08/30  19:36:40
46578         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
46579              From: Peter Prymmer <pvhp@forte.com>
46580              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
46581              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
46582      Branch: perl
46583            ! configure.com
46584 ____________________________________________________________________________
46585 [  6919] By: jhi                                   on 2000/08/30  14:52:02
46586         Log: Update Changes.
46587      Branch: perl
46588            ! Changes patchlevel.h
46589 ____________________________________________________________________________
46590 [  6918] By: jhi                                   on 2000/08/30  14:48:34
46591         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
46592      Branch: perl
46593            ! lib/ExtUtils/typemap
46594 ____________________________________________________________________________
46595 [  6917] By: jhi                                   on 2000/08/30  14:46:34
46596         Log: Subject: typos in pods
46597              From: Nicholas Clark <nick@ccl4.org>
46598              Date: Wed, 30 Aug 2000 01:12:50 +0100
46599              Message-ID: <20000830011249.A61388@plum.flirble.org>
46600      Branch: perl
46601            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
46602            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
46603            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
46604            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
46605 ____________________________________________________________________________
46606 [  6916] By: jhi                                   on 2000/08/30  14:19:09
46607         Log: Document Storable problems on Crays.  (Will have
46608              to document all the other Storable problems, too.)
46609      Branch: perl
46610            ! pod/perldelta.pod
46611 ____________________________________________________________________________
46612 [  6915] By: jhi                                   on 2000/08/30  14:06:02
46613         Log: Subject: [PATCH] fix misc cast warnings
46614              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46615              Date: Tue, 29 Aug 2000 23:16:14 -0700
46616              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
46617      Branch: perl
46618            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
46619            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
46620            ! os2/os2ish.h
46621 ____________________________________________________________________________
46622 [  6914] By: jhi                                   on 2000/08/30  14:03:45
46623         Log: Timestamp mismatch again.  Need to fix this dependence on
46624              config_h.SH timestamp, since it's the contents of config_h.SH
46625              that matter.
46626      Branch: perl
46627            ! uconfig.h uconfig.sh
46628 ____________________________________________________________________________
46629 [  6913] By: jhi                                   on 2000/08/30  13:54:06
46630         Log: Don't say "Perl 5.0 source kit".
46631      Branch: perl
46632            ! perl.c
46633 ____________________________________________________________________________
46634 [  6912] By: jhi                                   on 2000/08/30  13:51:24
46635         Log: Reset archname and archname64 always, forcing them be
46636              recomputed at each Configure run, make Configure and
46637              the hints files agree on the naming of largefiles variables.
46638      Branch: metaconfig
46639            ! U/threads/archname.U
46640      Branch: metaconfig/U/perl
46641            ! use64bits.U
46642      Branch: perl
46643            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
46644            ! hints/linux.sh hints/solaris_2.sh
46645 ____________________________________________________________________________
46646 [  6911] By: jhi                                   on 2000/08/30  13:30:13
46647         Log: Put back the slice accidentally removed by #6907.
46648      Branch: perl
46649            ! hints/solaris_2.sh
46650 ____________________________________________________________________________
46651 [  6910] By: jhi                                   on 2000/08/30  01:24:26
46652         Log: Be consistent: other Net::get* do export theirs.
46653              
46654              Subject: Re: Net::protoent does not export 'getproto'
46655              From: Yasushi Nakajima <sey@jkc.co.jp>
46656              Date: Wed, 30 Aug 2000 09:53:14 +0900
46657              Message-Id: <200008300051.DAA24700@taku.hut.fi>
46658      Branch: perl
46659            ! lib/Net/protoent.pm
46660 ____________________________________________________________________________
46661 [  6909] By: jhi                                   on 2000/08/30  01:17:25
46662         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
46663              From: Gurusamy Sarathy <gsar@ActiveState.com>
46664              Date: Tue, 29 Aug 2000 17:17:07 -0700
46665              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
46666      Branch: perl
46667            ! cop.h
46668 ____________________________________________________________________________
46669 [  6908] By: jhi                                   on 2000/08/30  00:58:05
46670         Log: Update Changes.
46671      Branch: perl
46672            ! Changes patchlevel.h
46673 ____________________________________________________________________________
46674 [  6907] By: jhi                                   on 2000/08/30  00:57:22
46675         Log: Introduce ccname to keep track of what compiler kind of we have.
46676      Branch: metaconfig/U/perl
46677            ! Checkcc.U gccvers.U
46678      Branch: perl
46679            ! Configure config_h.SH hints/solaris_2.sh
46680 ____________________________________________________________________________
46681 [  6906] By: jhi                                   on 2000/08/30  00:25:47
46682         Log: Put back the flags dump as reasoned in
46683              
46684              Subject: Re: [PATCH] Glob dumping
46685              From: Mike Guy <mjtg@cam.ac.uk> 
46686              Date: Tue, 29 Aug 2000 21:41:32 +0100
46687              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
46688      Branch: perl
46689            ! dump.c t/lib/peek.t
46690 ____________________________________________________________________________
46691 [  6905] By: jhi                                   on 2000/08/30  00:16:17
46692         Log: Make the epsilon to be relative, not absolute.
46693              
46694              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
46695              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
46696              Date: Tue, 29 Aug 2000 19:58:56 -0400
46697              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
46698      Branch: perl
46699            ! t/lib/trig.t
46700 ____________________________________________________________________________
46701 [  6904] By: jhi                                   on 2000/08/30  00:13:09
46702         Log: From now on, Gisle is on my list of usual suspects :-)
46703              Retract #6902.
46704      Branch: perl
46705            ! ext/Opcode/Safe.pm
46706 ____________________________________________________________________________
46707 [  6903] By: jhi                                   on 2000/08/29  23:51:20
46708         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
46709              From: "Craig A. Berry" <craig.berry@psinetcs.com>
46710              Date: Tue, 29 Aug 2000 18:43:26 -0500
46711              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
46712      Branch: perl
46713            + vms/vmspipe.com
46714            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
46715            ! vms/vms.c
46716 ____________________________________________________________________________
46717 [  6902] By: jhi                                   on 2000/08/29  23:44:14
46718         Log: Retry what #6882 attempted.
46719              
46720              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
46721              From: Gisle Aas <gisle@ActiveState.com>
46722              Date: 30 Aug 2000 00:33:09 +0200
46723              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
46724      Branch: perl
46725            ! ext/Opcode/Safe.pm
46726 ____________________________________________________________________________
46727 [  6901] By: jhi                                   on 2000/08/29  22:59:32
46728         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
46729              From: Hugo <hv@crypt.compulink.co.uk>
46730              Date: Mon, 12 Jun 2000 19:36:08 +0100
46731              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
46732      Branch: perl
46733            ! sv.c
46734 ____________________________________________________________________________
46735 [  6900] By: jhi                                   on 2000/08/29  22:58:35
46736         Log: Admit that we are leaking scalars.
46737              
46738              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
46739              From: Spider Boardman <spider@leggy.zk3.dec.com>
46740              Date: Tue, 29 Aug 2000 18:48:29 -0400
46741              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
46742      Branch: perl
46743            ! t/pragma/warnings.t
46744 ____________________________________________________________________________
46745 [  6899] By: jhi                                   on 2000/08/29  20:53:13
46746         Log: Update Changes.
46747      Branch: perl
46748            ! Changes patchlevel.h
46749 ____________________________________________________________________________
46750 [  6898] By: jhi                                   on 2000/08/29  20:46:21
46751         Log: Undo namespace pollution of #6878.
46752              
46753              Subject: Re: Net::protoent does not export 'getproto'
46754              From: Mike Guy <mjtg@cam.ac.uk>
46755              Date: Tue, 29 Aug 2000 21:32:37 +0100
46756              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
46757      Branch: perl
46758            ! lib/Net/protoent.pm
46759 ____________________________________________________________________________
46760 [  6897] By: jhi                                   on 2000/08/29  20:44:29
46761         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
46762              From: Peter Prymmer <pvhp@forte.com>
46763              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
46764              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
46765      Branch: perl
46766            ! pod/perlebcdic.pod
46767 ____________________________________________________________________________
46768 [  6896] By: jhi                                   on 2000/08/29  20:40:57
46769         Log: There's no point repeating the 'revision' (5) of perl5.
46770      Branch: metaconfig/U/perl
46771            ! Devel.U patchlevel.U
46772      Branch: perl
46773            ! Configure config_h.SH
46774 ____________________________________________________________________________
46775 [  6895] By: jhi                                   on 2000/08/29  20:16:58
46776         Log: Regen Configure for #6894.
46777      Branch: metaconfig/U/perl
46778            ! perladmin.U
46779      Branch: perl
46780            ! Configure config_h.SH
46781 ____________________________________________________________________________
46782 [  6894] By: jhi                                   on 2000/08/29  19:59:52
46783         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
46784              From: "Philip Newton" <Philip.Newton@gmx.net>
46785              Date: Tue, 29 Aug 2000 21:39:14 +0200
46786              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
46787      Branch: perl
46788            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
46789            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
46790            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
46791            ! utils/perlbug.PL
46792 ____________________________________________________________________________
46793 [  6893] By: jhi                                   on 2000/08/29  19:55:30
46794         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
46795              From: "Philip Newton" <Philip.Newton@gmx.net>
46796              Date: Tue, 29 Aug 2000 21:39:14 +0200
46797              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
46798      Branch: perl
46799            ! installhtml
46800 ____________________________________________________________________________
46801 [  6892] By: jhi                                   on 2000/08/29  19:53:59
46802         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
46803              From: "Philip Newton" <Philip.Newton@gmx.net>
46804              Date: Tue, 29 Aug 2000 21:48:18 +0200
46805              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
46806      Branch: perl
46807            ! lib/File/Temp.pm
46808 ____________________________________________________________________________
46809 [  6891] By: jhi                                   on 2000/08/29  18:30:03
46810         Log: Nail the ID 20000828.023.
46811      Branch: perl
46812            ! ext/Storable/Storable.xs
46813 ____________________________________________________________________________
46814 [  6890] By: jhi                                   on 2000/08/29  16:50:17
46815         Log: Under usethreads the dumped variable is IN_PAD.
46816              
46817              Subject: Re: [PATCH] Glob dumping
46818              From: Gisle Aas <gisle@ActiveState.com>
46819              Date: 29 Aug 2000 18:45:05 +0200
46820              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
46821      Branch: perl
46822            ! t/lib/peek.t
46823 ____________________________________________________________________________
46824 [  6889] By: jhi                                   on 2000/08/29  15:17:37
46825         Log: Update Changes.
46826      Branch: perl
46827            ! Changes patchlevel.h
46828 ____________________________________________________________________________
46829 [  6888] By: jhi                                   on 2000/08/29  14:49:59
46830         Log: Retract #6882, broke the safe tests.
46831      Branch: perl
46832            ! ext/Opcode/Safe.pm
46833 ____________________________________________________________________________
46834 [  6887] By: jhi                                   on 2000/08/29  14:47:06
46835         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
46836              From: Gisle Aas <gisle@ActiveState.com> 
46837              Date: 09 Jun 2000 20:00:11 +0200
46838              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
46839      Branch: perl
46840            ! utils/perldoc.PL
46841 ____________________________________________________________________________
46842 [  6886] By: jhi                                   on 2000/08/29  14:42:45
46843         Log: The #6881 removed one dump line.
46844      Branch: perl
46845            ! t/lib/peek.t
46846 ____________________________________________________________________________
46847 [  6885] By: jhi                                   on 2000/08/29  14:30:47
46848         Log: Don't forget to tidy up.
46849      Branch: perl
46850            ! t/lib/ftmp-security.t
46851 ____________________________________________________________________________
46852 [  6884] By: jhi                                   on 2000/08/29  14:25:17
46853         Log: Disabling the one test is a bit tricky.
46854      Branch: perl
46855            ! t/lib/ftmp-security.t
46856 ____________________________________________________________________________
46857 [  6883] By: jhi                                   on 2000/08/29  14:16:25
46858         Log: Disable one of the tests for now.
46859      Branch: perl
46860            ! t/lib/ftmp-security.t
46861 ____________________________________________________________________________
46862 [  6882] By: jhi                                   on 2000/08/29  14:05:50
46863         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
46864              From: gisle@aas.no
46865              Date: 29 Aug 2000 10:35:06 -0000
46866              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
46867      Branch: perl
46868            ! ext/Opcode/Safe.pm
46869 ____________________________________________________________________________
46870 [  6881] By: jhi                                   on 2000/08/29  14:03:51
46871         Log: Subject: [PATCH] Glob dumping
46872              From: Gisle Aas <gisle@ActiveState.com>
46873              Date: 29 Aug 2000 07:59:42 -0000
46874              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
46875      Branch: perl
46876            ! dump.c
46877 ____________________________________________________________________________
46878 [  6880] By: jhi                                   on 2000/08/29  14:02:01
46879         Log: Subject: [PATCH] Warnings in B::Deparse
46880              From: <abigail@foad.org>
46881              Date: Tue, 29 Aug 2000 00:00:01 -0400
46882              Message-ID: <20000829040001.2999.qmail@foad.org>
46883      Branch: perl
46884            ! ext/B/B/Deparse.pm
46885 ____________________________________________________________________________
46886 [  6879] By: jhi                                   on 2000/08/29  13:57:26
46887         Log: Missed a change in #6869.
46888      Branch: perl
46889            ! mg.c
46890 ____________________________________________________________________________
46891 [  6878] By: jhi                                   on 2000/08/29  13:45:04
46892         Log: Subject: Net::protoent does not export 'getproto'
46893              From: Yasushi Nakajima <sey@jkc.co.jp>
46894              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
46895      Branch: perl
46896            ! lib/Net/protoent.pm
46897 ____________________________________________________________________________
46898 [  6877] By: jhi                                   on 2000/08/29  13:39:19
46899         Log: Patches all over for people and the files they (hopefully) care about.
46900      Branch: perl
46901            ! AUTHORS Changes MAINTAIN
46902 ____________________________________________________________________________
46903 [  6876] By: jhi                                   on 2000/08/29  12:53:54
46904         Log: Fix for thinko in #6848.
46905              
46906              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
46907              From: Lupe Christoph <lupe@lupe-christoph.de>
46908              Date: Tue, 29 Aug 2000 09:04:08 +0200
46909              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
46910      Branch: perl
46911            ! ext/Thread/Thread.xs
46912 ____________________________________________________________________________
46913 [  6875] By: jhi                                   on 2000/08/29  12:50:14
46914         Log: Update to Getopt::Long 2.24, from Johan Vromans.
46915      Branch: perl
46916            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
46917 ____________________________________________________________________________
46918 [  6874] By: jhi                                   on 2000/08/29  02:09:53
46919         Log: Use minimal @INC in tests, most of the time just '../lib',
46920              so that we simply can't pick up stuff from other Perls than
46921              the one we are testing.  Pointed out by
46922              
46923              From: Mike Guy <mjtg@cam.ac.uk>
46924              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
46925              Date: Fri, 25 Aug 2000 15:15:59 +0100
46926              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
46927      Branch: perl
46928            ! (edit 185 files)
46929 ____________________________________________________________________________
46930 [  6873] By: jhi                                   on 2000/08/29  01:07:11
46931         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
46932              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46933              Date: Mon, 28 Aug 2000 17:45:52 -0700
46934              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
46935      Branch: perl
46936            ! Makefile.SH hints/os2.sh
46937 ____________________________________________________________________________
46938 [  6872] By: jhi                                   on 2000/08/28  23:33:39
46939         Log: Subject: [PATCH bleedperl@6866] spellings
46940              From: marcel@codewerk.com (Marcel Grunauer)
46941              Date: Tue, 29 Aug 2000 01:19:59 +0200
46942              Message-Id: <200008282319.BAA29862@gandalf.local>
46943      Branch: perl
46944            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
46945            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
46946            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
46947 ____________________________________________________________________________
46948 [  6871] By: jhi                                   on 2000/08/28  23:22:09
46949         Log: Take out the SUIDMAIL thing, that will not be
46950              a problem in 5.7.*.
46951      Branch: perl
46952            ! patchlevel.h
46953 ____________________________________________________________________________
46954 [  6870] By: jhi                                   on 2000/08/28  23:19:30
46955         Log: -S is the silent flag, -s is the strip flag.
46956              
46957              Subject: [PATCH] Re: [PATCH] make no-install          
46958              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46959              Date: Mon, 28 Aug 2000 15:12:55 -0700
46960              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
46961      Branch: perl
46962            ! Makefile.SH
46963 ____________________________________________________________________________
46964 [  6869] By: jhi                                   on 2000/08/28  23:12:05
46965         Log: Subject: [PATCH bleedperl@6856] warnings fixes
46966              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
46967              Date: Mon, 28 Aug 2000 23:55:06 +0100
46968              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
46969      Branch: perl
46970            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
46971            ! warnings.h warnings.pl
46972 ____________________________________________________________________________
46973 [  6868] By: jhi                                   on 2000/08/28  21:38:22
46974         Log: Potential cruft.
46975      Branch: perl
46976            ! Makefile.SH
46977 ____________________________________________________________________________
46978 [  6867] By: jhi                                   on 2000/08/28  21:35:36
46979         Log: Update Changes.
46980      Branch: perl
46981            ! Changes patchlevel.h
46982 ____________________________________________________________________________
46983 [  6866] By: jhi                                   on 2000/08/28  21:33:49
46984         Log: Subject: hv.h Doc Patch
46985              From: Fisher Mark <fisherm@tce.com>
46986              Date: Mon, 28 Aug 2000 16:24:59 -0500
46987              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
46988      Branch: perl
46989            ! hv.h
46990 ____________________________________________________________________________
46991 [  6865] By: jhi                                   on 2000/08/28  21:02:15
46992         Log: Add -ld to archname on long tr...double platforms.
46993      Branch: metaconfig
46994            ! U/threads/archname.U
46995      Branch: perl
46996            ! Configure config_h.SH
46997 ____________________________________________________________________________
46998 [  6864] By: jhi                                   on 2000/08/28  20:38:59
46999         Log: An attempt to fix the problem reported in
47000              
47001              Subject: Building perl@6856 using gcc/AIX 4.3.3 
47002              From: Daniel Muino <dmuino@afip.gov.ar> 
47003              Date: Mon, 28 Aug 2000 15:50:01 -0300   
47004              Message-ID: <20000828155001.A14403@con2-dgi>
47005              
47006              I can't test this properly since the gcc installation I have
47007              access to seems to be botched (gcc is calling the AIX cpp,
47008              a losing proposition...)
47009      Branch: perl
47010            ! hints/aix.sh
47011 ____________________________________________________________________________
47012 [  6863] By: jhi                                   on 2000/08/28  18:57:52
47013         Log: Fix for ID 20000828.001, long doubles were not formatted
47014              correctly (showed up in $], which stopped installing perl).
47015      Branch: perl
47016            ! sv.c
47017 ____________________________________________________________________________
47018 [  6862] By: jhi                                   on 2000/08/28  18:07:15
47019         Log: Typo in #6858.
47020      Branch: perl
47021            ! lib/Cwd.pm
47022 ____________________________________________________________________________
47023 [  6861] By: jhi                                   on 2000/08/28  17:57:27
47024         Log: opmini.o may be left around if a build is interrupted.
47025      Branch: perl
47026            ! Makefile.SH
47027 ____________________________________________________________________________
47028 [  6860] By: jhi                                   on 2000/08/28  16:52:50
47029         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
47030              From: Daniel Chetlin <daniel@chetlin.com>
47031              Date: Mon, 28 Aug 2000 01:14:18 -0700
47032              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
47033      Branch: perl
47034            ! lib/overload.pm
47035 ____________________________________________________________________________
47036 [  6859] By: jhi                                   on 2000/08/28  16:08:46
47037         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
47038              From: Nicholas Clark <nick@ccl4.org>
47039              Date: Mon, 28 Aug 2000 16:03:27 +0100
47040              Message-Id: <20000828160327.C49785@plum.flirble.org>
47041      Branch: perl
47042            ! ext/ByteLoader/bytecode.h
47043 ____________________________________________________________________________
47044 [  6858] By: jhi                                   on 2000/08/28  16:02:10
47045         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
47046              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
47047              Date: Mon, 28 Aug 2000 13:08:30 +0200
47048              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
47049      Branch: perl
47050            ! lib/Cwd.pm
47051 ____________________________________________________________________________
47052 [  6857] By: jhi                                   on 2000/08/28  15:42:47
47053         Log: display_format used as a class method without arguments was broken,
47054              reported in
47055              
47056              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
47057              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
47058              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
47059              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
47060      Branch: perl
47061            ! lib/Math/Complex.pm t/lib/complex.t
47062 ____________________________________________________________________________
47063 [  6856] By: jhi                                   on 2000/08/27  22:09:48
47064         Log: Update Changes.
47065      Branch: perl
47066            ! Changes patchlevel.h
47067 ____________________________________________________________________________
47068 [  6855] By: jhi                                   on 2000/08/27  21:59:21
47069         Log: Retract #6853 (false alarm).
47070      Branch: perl
47071            ! lib/ExtUtils/xsubpp
47072 ____________________________________________________________________________
47073 [  6854] By: jhi                                   on 2000/08/27  21:37:44
47074         Log: Update Changes.
47075      Branch: perl
47076            ! Changes patchlevel.h
47077 ____________________________________________________________________________
47078 [  6853] By: jhi                                   on 2000/08/27  21:37:16
47079         Log: Subject: [PATCH perl@6850] workaround for xsubpp
47080              From: Hugo <hv@crypt.compulink.co.uk>
47081              Date: Sun, 27 Aug 2000 22:30:25 +0100
47082              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
47083      Branch: perl
47084            ! lib/ExtUtils/xsubpp
47085 ____________________________________________________________________________
47086 [  6852] By: jhi                                   on 2000/08/27  21:33:58
47087         Log: Big-endian 64-bit patch from Raphael Manfredi.
47088      Branch: perl
47089            ! ext/Storable/Storable.xs
47090 ____________________________________________________________________________
47091 [  6851] By: jhi                                   on 2000/08/27  21:22:21
47092         Log: More ruthless editing from Hugo van der Sanden.
47093      Branch: perl
47094            ! pod/perldelta.pod
47095 ____________________________________________________________________________
47096 [  6850] By: jhi                                   on 2000/08/27  16:11:46
47097         Log: Update Changes.
47098      Branch: perl
47099            ! Changes patchlevel.h
47100 ____________________________________________________________________________
47101 [  6849] By: jhi                                   on 2000/08/27  16:11:05
47102         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
47103      Branch: perl
47104            ! configpm pod/perldelta.pod
47105 ____________________________________________________________________________
47106 [  6848] By: jhi                                   on 2000/08/27  15:35:08
47107         Log: Use the actual thread type, not the pointer-to-struct.
47108      Branch: perl
47109            ! ext/Thread/Thread.xs
47110 ____________________________________________________________________________
47111 [  6847] By: jhi                                   on 2000/08/27  15:30:49
47112         Log: Test nit.
47113      Branch: perl
47114            ! t/pragma/warn/pp_sys
47115 ____________________________________________________________________________
47116 [  6846] By: jhi                                   on 2000/08/27  15:19:02
47117         Log: Passing -R in ldflags makes now it to appear in the default
47118              for lddlflags, just like with -L.
47119              
47120              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
47121              From: Lupe Christoph <lupe@lupe-christoph.de>
47122              Date: Sun, 27 Aug 2000 10:28:21 +0200
47123              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
47124      Branch: metaconfig/U/perl
47125            ! dlsrc.U
47126      Branch: perl
47127            ! Configure
47128 ____________________________________________________________________________
47129 [  6845] By: jhi                                   on 2000/08/27  15:08:54
47130         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
47131              From: Alan Burlison <Alan.Burlison@uk.sun.com>
47132              Date: Sat, 26 Aug 2000 22:23:27 +0100
47133              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
47134      Branch: perl
47135            ! lib/ExtUtils/MM_Unix.pm
47136 ____________________________________________________________________________
47137 [  6844] By: jhi                                   on 2000/08/27  15:02:37
47138         Log: DJGPP update from Laszlo Molnar.
47139              
47140              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
47141              From: ml1050 <ml1050@freemail.hu>
47142              Date: Sat, 26 Aug 2000 23:24:40 +0200
47143              Message-Id: <20000826232440.A439@freemail.hu>
47144      Branch: perl
47145            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
47146            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
47147 ____________________________________________________________________________
47148 [  6843] By: jhi                                   on 2000/08/27  14:53:58
47149         Log: Subject: installman buglet
47150              From: Lupe Christoph <lupe@lupe-christoph.de>
47151              Date: Sun, 27 Aug 2000 14:38:59 +0200
47152              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
47153      Branch: perl
47154            ! installman
47155 ____________________________________________________________________________
47156 [  6842] By: jhi                                   on 2000/08/27  14:52:08
47157         Log: Can't get the test to reliably work thanks to the
47158              inaccurateness of floating point.  "Resolves" bug ids
47159              20000826.003, 20000826.009, 20000826.010,
47160      Branch: perl
47161            ! t/lib/trig.t
47162 ____________________________________________________________________________
47163 [  6841] By: jhi                                   on 2000/08/26  15:53:58
47164         Log: Update Changes.
47165      Branch: perl
47166            ! Changes patchlevel.h
47167 ____________________________________________________________________________
47168 [  6840] By: jhi                                   on 2000/08/26  14:23:03
47169         Log: grep -e isn't portable.
47170              
47171              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
47172              From: chris@broadband.att.com
47173              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
47174              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
47175      Branch: perl
47176            ! hints/solaris_2.sh
47177 ____________________________________________________________________________
47178 [  6839] By: jhi                                   on 2000/08/26  14:12:23
47179         Log: no-install target a la make -n.
47180              
47181              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
47182              From: <abigail@foad.org>
47183              Date: Sat, 26 Aug 2000 03:57:34 -0400
47184              Message-ID: <20000826075735.18912.qmail@foad.org>
47185      Branch: perl
47186            ! Makefile.SH installman installperl
47187 ____________________________________________________________________________
47188 [  6838] By: jhi                                   on 2000/08/26  14:06:33
47189         Log: Retract #6826 as the #6828 should be do the same
47190              in a More Correct Way.
47191      Branch: perl
47192            ! installperl
47193 ____________________________________________________________________________
47194 [  6837] By: jhi                                   on 2000/08/26  05:24:00
47195         Log: More casting.
47196      Branch: perl
47197            ! ext/Storable/Storable.xs
47198 ____________________________________________________________________________
47199 [  6836] By: jhi                                   on 2000/08/26  05:05:46
47200         Log: Nicer in decimal.
47201      Branch: perl
47202            ! ext/Storable/Storable.xs
47203 ____________________________________________________________________________
47204 [  6835] By: jhi                                   on 2000/08/26  05:03:50
47205         Log: There be no UVdf.
47206      Branch: perl
47207            ! ext/Storable/Storable.xs
47208 ____________________________________________________________________________
47209 [  6834] By: jhi                                   on 2000/08/26  05:00:18
47210         Log: Continue IVdfing and UVxfing.
47211      Branch: perl
47212            ! ext/Storable/Storable.xs
47213 ____________________________________________________________________________
47214 [  6833] By: jhi                                   on 2000/08/26  04:53:14
47215         Log: Use IVdf.
47216      Branch: perl
47217            ! ext/Storable/Storable.xs
47218 ____________________________________________________________________________
47219 [  6832] By: jhi                                   on 2000/08/26  04:40:41
47220         Log: Document PTR2XX and INT2PTR.
47221      Branch: perl
47222            ! pod/perlguts.pod
47223 ____________________________________________________________________________
47224 [  6831] By: jhi                                   on 2000/08/26  04:33:18
47225         Log: Use UVxf, PTR2UV, NVff.
47226      Branch: perl
47227            ! ext/Storable/Storable.xs
47228 ____________________________________________________________________________
47229 [  6830] By: jhi                                   on 2000/08/26  04:31:32
47230         Log: Update the test count.
47231      Branch: perl
47232            ! t/lib/trig.t
47233 ____________________________________________________________________________
47234 [  6829] By: jhi                                   on 2000/08/26  03:05:50
47235         Log: Subject: [PATCH] installation not quite silent yet.
47236              From: <abigail@foad.org>
47237              Date: Fri, 25 Aug 2000 20:07:53 -0400
47238              Message-ID: <20000826000753.7822.qmail@foad.org>
47239      Branch: perl
47240            ! installman installperl
47241 ____________________________________________________________________________
47242 [  6828] By: jhi                                   on 2000/08/26  03:05:14
47243         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
47244              From: Spider Boardman <spider@web.zk3.dec.com>
47245              Date: Fri, 25 Aug 2000 19:12:40 -0400
47246              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
47247      Branch: perl
47248            ! gv.c
47249 ____________________________________________________________________________
47250 [  6827] By: jhi                                   on 2000/08/25  23:54:34
47251         Log: Support preserving extremely big/small angles.
47252      Branch: perl
47253            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
47254 ____________________________________________________________________________
47255 [  6826] By: jhi                                   on 2000/08/25  23:01:20
47256         Log: Patch installperl to be long double-aware.
47257              
47258              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
47259              From: Spider Boardman <spider@web.zk3.dec.com>
47260              Date: Fri, 25 Aug 2000 18:15:23 -0400
47261              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
47262      Branch: perl
47263            ! installperl
47264 ____________________________________________________________________________
47265 [  6825] By: jhi                                   on 2000/08/25  22:58:25
47266         Log: Remove duplicately applied patch shards.
47267              
47268              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
47269              From: Spider Boardman <spider@leggy.zk3.dec.com>
47270              Date: Fri, 25 Aug 2000 16:45:03 -0400
47271              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
47272      Branch: perl
47273            ! t/lib/cgi-html.t
47274 ____________________________________________________________________________
47275 [  6824] By: jhi                                   on 2000/08/25  22:57:00
47276         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
47277              From: Daniel Chetlin <daniel@chetlin.com>
47278              Date: Fri, 25 Aug 2000 12:23:16 -0700
47279              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
47280              
47281              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
47282              From: Daniel Chetlin <daniel@chetlin.com>
47283              Date: Fri, 25 Aug 2000 14:47:19 -0700
47284              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
47285      Branch: perl
47286            ! installman
47287 ____________________________________________________________________________
47288 [  6823] By: jhi                                   on 2000/08/25  22:44:17
47289         Log: Timestamp problem?
47290      Branch: perl
47291            ! uconfig.h uconfig.sh
47292 ____________________________________________________________________________
47293 [  6822] By: jhi                                   on 2000/08/25  19:01:06
47294         Log: One forgotten file from #6816.
47295      Branch: perl
47296            ! vos/config.h
47297 ____________________________________________________________________________
47298 [  6821] By: jhi                                   on 2000/08/25  18:56:39
47299         Log: Regen Changes.
47300      Branch: perl
47301            ! Changes patchlevel.h
47302 ____________________________________________________________________________
47303 [  6820] By: jhi                                   on 2000/08/25  18:52:35
47304         Log: Fix Changes ordering.
47305      Branch: perl
47306            ! Changes
47307 ____________________________________________________________________________
47308 [  6819] By: jhi                                   on 2000/08/25  18:50:25
47309         Log: Update Changes.
47310      Branch: perl
47311            ! Changes patchlevel.h
47312 ____________________________________________________________________________
47313 [  6818] By: jhi                                   on 2000/08/25  18:47:45
47314         Log: Tweak the sfio/useperlio logic, hopefully as wished in
47315              
47316              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
47317              From: Nicholas Clark <nick@babyhippo.co.uk>
47318              Date: Fri, 25 Aug 2000 12:01:45 +0100
47319              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
47320      Branch: metaconfig/U/perl
47321            ! d_sfio.U
47322      Branch: perl
47323            ! Configure
47324 ____________________________________________________________________________
47325 [  6817] By: jhi                                   on 2000/08/25  18:32:51
47326         Log: Allow microperl to assume <math.h>, without it the math
47327              functions like floor() are assumed to return int, which makes
47328              for core dumps in machines where integer and floating register
47329              don't mix.
47330      Branch: perl
47331            ! uconfig.h uconfig.sh
47332 ____________________________________________________________________________
47333 [  6816] By: jhi                                   on 2000/08/25  18:27:17
47334         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
47335              the problem reported in
47336              
47337              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
47338              From: danhale@us.ibm.com
47339              Date: Fri, 25 Aug 2000 10:58:06 -0400
47340              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
47341      Branch: metaconfig/U/perl
47342            + d_socks5_init.U
47343      Branch: perl
47344            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
47345            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
47346            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
47347            ! win32/config.gc win32/config.vc
47348 ____________________________________________________________________________
47349 [  6815] By: jhi                                   on 2000/08/25  17:43:31
47350         Log: A solution for the retrieve_fd autosplit warning,
47351              idea suggested by Mike Guy.
47352      Branch: perl
47353            ! ext/Storable/Storable.pm
47354 ____________________________________________________________________________
47355 [  6814] By: jhi                                   on 2000/08/25  17:16:03
47356         Log: Add install-silent target.
47357      Branch: perl
47358            ! Makefile.SH
47359 ____________________________________________________________________________
47360 [  6813] By: jhi                                   on 2000/08/25  17:14:23
47361         Log: Subject: Re: [PATCH] More silencing of installman.
47362              From: <abigail@foad.org>
47363              Date: Thu, 24 Aug 2000 19:27:03 -0400
47364              Message-ID: <20000824232703.7001.qmail@foad.org>
47365              
47366              Subject: Re: [PATCH] More silencing of installman.
47367              From: <abigail@foad.org>
47368              Date: Fri, 25 Aug 2000 03:00:58 -0400
47369              Message-ID: <20000825070058.10697.qmail@foad.org>
47370      Branch: perl
47371            ! installman
47372 ____________________________________________________________________________
47373 [  6812] By: jhi                                   on 2000/08/25  17:11:28
47374         Log: installperl --verbose and --silent.
47375              
47376              Subject: Re: [PATCH] More silencing of installman.
47377              From: <abigail@foad.org>
47378              Message-ID: <20000825064430.9719.qmail@foad.org>
47379              Date: Fri, 25 Aug 2000 02:44:30 -0400
47380      Branch: perl
47381            ! installperl
47382 ____________________________________________________________________________
47383 [  6811] By: jhi                                   on 2000/08/25  17:05:43
47384         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
47385              From: "Peter J. Farley III" <pjfarley@banet.net>
47386              Date: Thu, 24 Aug 2000 21:58:03 -0400
47387              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
47388              
47389              (applied slightly modified)
47390      Branch: perl
47391            ! lib/ExtUtils/MM_Unix.pm
47392 ____________________________________________________________________________
47393 [  6810] By: jhi                                   on 2000/08/25  17:01:18
47394         Log: Missing parts of 
47395              
47396              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
47397              From: Peter Prymmer <pvhp@forte.com>
47398              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
47399              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
47400      Branch: perl
47401            ! t/lib/cgi-html.t
47402 ____________________________________________________________________________
47403 [  6809] By: jhi                                   on 2000/08/25  16:46:32
47404         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
47405              From: "Craig A. Berry" <craig.berry@psinetcs.com>
47406              Date: Thu, 24 Aug 2000 19:13:11 -0500
47407              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
47408      Branch: perl
47409            ! vms/vms.c
47410 ____________________________________________________________________________
47411 [  6808] By: jhi                                   on 2000/08/25  16:39:22
47412         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
47413              From: Peter Prymmer <pvhp@forte.com>
47414              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
47415              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
47416      Branch: perl
47417            ! configure.com
47418 ____________________________________________________________________________
47419 [  6807] By: jhi                                   on 2000/08/25  16:36:37
47420         Log: Better wording for the vec lvalue diagnostic.
47421              
47422              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
47423              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
47424              Date: Wed, 23 Aug 2000 14:12:16 -0400
47425              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
47426      Branch: perl
47427            ! pod/perldiag.pod
47428 ____________________________________________________________________________
47429 [  6806] By: jhi                                   on 2000/08/24  18:17:22
47430         Log: Subject: [PATCH] More silencing of installman.
47431              From: <abigail@foad.org>
47432              Date: Thu, 24 Aug 2000 14:01:44 -0400
47433              Message-ID: <20000824180144.20062.qmail@foad.org>
47434      Branch: perl
47435            ! installman
47436 ____________________________________________________________________________
47437 [  6805] By: jhi                                   on 2000/08/24  15:00:31
47438         Log: Update Changes.
47439      Branch: perl
47440            ! Changes patchlevel.h
47441 ____________________________________________________________________________
47442 [  6804] By: jhi                                   on 2000/08/24  14:59:07
47443         Log: Regen perltoc.
47444      Branch: perl
47445            ! pod/perltoc.pod
47446 ____________________________________________________________________________
47447 [  6803] By: jhi                                   on 2000/08/24  14:44:39
47448         Log: Show the doc file, not the temp file.
47449      Branch: perl
47450            ! installman
47451 ____________________________________________________________________________
47452 [  6802] By: jhi                                   on 2000/08/24  14:41:53
47453         Log: Continue silencing.
47454      Branch: perl
47455            ! installman
47456 ____________________________________________________________________________
47457 [  6801] By: jhi                                   on 2000/08/24  14:34:40
47458         Log: Actually do something with the silencer option.
47459      Branch: perl
47460            ! installman
47461 ____________________________________________________________________________
47462 [  6800] By: jhi                                   on 2000/08/24  14:26:22
47463         Log: Make installman to recognize the silence flag -S.
47464      Branch: perl
47465            ! installman
47466 ____________________________________________________________________________
47467 [  6799] By: jhi                                   on 2000/08/24  13:49:38
47468         Log: DOS patches and portability/porting notes, from Tim Jenness.
47469      Branch: perl
47470            ! lib/File/Temp.pm
47471 ____________________________________________________________________________
47472 [  6798] By: jhi                                   on 2000/08/24  13:48:27
47473         Log: Create directories in silence.
47474              
47475              Subject: [PATCH] Another silencer for MakeMaker
47476              From: andreas.koenig@anima.de (Andreas J. Koenig)
47477              Date: 24 Aug 2000 14:18:52 +0200
47478              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
47479      Branch: perl
47480            ! lib/ExtUtils/Command.pm
47481 ____________________________________________________________________________
47482 [  6797] By: jhi                                   on 2000/08/24  13:46:42
47483         Log: More liberal parsing of version numbers.
47484              
47485              Subject: Re: CPAN.pm beta for testing available
47486              From: andreas.koenig@anima.de (Andreas J. Koenig)
47487              Date: 24 Aug 2000 13:51:57 +0200
47488              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
47489      Branch: perl
47490            ! lib/CPAN.pm
47491 ____________________________________________________________________________
47492 [  6796] By: jhi                                   on 2000/08/24  13:44:36
47493         Log: Make "make install" by default silent.  A new "install-verbose"
47494              target is verbose.
47495      Branch: perl
47496            ! Makefile.SH
47497 ____________________________________________________________________________
47498 [  6795] By: jhi                                   on 2000/08/24  13:39:14
47499         Log: Add silencer flags to installperl.
47500              
47501              Subject: [PATCH] Making installperl silent.
47502              From: <abigail@foad.org>
47503              Date: Thu, 24 Aug 2000 05:01:45 -0400
47504              Message-ID: <20000824090145.13141.qmail@foad.org>
47505      Branch: perl
47506            ! installperl
47507 ____________________________________________________________________________
47508 [  6794] By: jhi                                   on 2000/08/24  13:35:50
47509         Log: installperl couldn't tell whether it had run tests or not.
47510              
47511              Subject: [PATCH] Re: installperl and t/TEST
47512              From: <abigail@foad.org>
47513              Date: Thu, 24 Aug 2000 04:00:53 -0400
47514              Message-ID: <20000824080053.2494.qmail@foad.org>
47515      Branch: perl
47516            ! Makefile.SH installperl
47517 ____________________________________________________________________________
47518 [  6793] By: jhi                                   on 2000/08/24  13:27:50
47519         Log: Drop the separate perlbc, perlcc -b should be enough.
47520      Branch: perl
47521            - utils/perlbc.PL
47522            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
47523 ____________________________________________________________________________
47524 [  6792] By: jhi                                   on 2000/08/24  04:41:30
47525         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
47526              plus the typo fix from Peter Prymmer.
47527      Branch: perl
47528            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
47529            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
47530 ____________________________________________________________________________
47531 [  6791] By: jhi                                   on 2000/08/24  02:10:43
47532         Log: Replace #6705 with a minimal doc patch.
47533              
47534              Subject: [PATCH 5.6.0] replace change #6705
47535              From: Jan Dubois <jand@ActiveState.com>
47536              Date: Wed, 23 Aug 2000 18:31:51 -0700
47537              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
47538      Branch: perl
47539            ! lib/Win32.pod win32/win32.c
47540 ____________________________________________________________________________
47541 [  6790] By: jhi                                   on 2000/08/23  17:52:00
47542         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
47543              From: Mike Guy <mjtg@cam.ac.uk>
47544              Date: Wed, 23 Aug 2000 18:38:46 +0100
47545              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
47546      Branch: perl
47547            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
47548 ____________________________________________________________________________
47549 [  6789] By: jhi                                   on 2000/08/23  15:34:21
47550         Log: Update Changes.
47551      Branch: perl
47552            ! Changes patchlevel.h
47553 ____________________________________________________________________________
47554 [  6788] By: jhi                                   on 2000/08/23  15:33:40
47555         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
47556              From: Wilfredo Sánchez <wsanchez@apple.com>
47557              Date: Tue, 22 Aug 2000 19:31:27 -0700
47558              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
47559      Branch: perl
47560            ! perl.h
47561 ____________________________________________________________________________
47562 [  6787] By: jhi                                   on 2000/08/23  15:29:31
47563         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
47564              From: Spider Boardman <spider@leggy.zk3.dec.com>
47565              Date: Wed, 23 Aug 2000 10:33:23 -0400
47566              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
47567      Branch: perl
47568            ! lib/Pod/Html.pm
47569 ____________________________________________________________________________
47570 [  6786] By: jhi                                   on 2000/08/23  15:28:11
47571         Log: Bad makefile.
47572      Branch: perl
47573            ! ext/B/Makefile.PL
47574 ____________________________________________________________________________
47575 [  6785] By: jhi                                   on 2000/08/23  14:37:04
47576         Log: Update Changes.
47577      Branch: perl
47578            ! Changes patchlevel.h
47579 ____________________________________________________________________________
47580 [  6784] By: jhi                                   on 2000/08/23  13:58:41
47581         Log: Portability fix from Hugo van der Sanden.
47582      Branch: perl
47583            ! ext/re/Makefile.PL
47584 ____________________________________________________________________________
47585 [  6783] By: jhi                                   on 2000/08/23  13:53:53
47586         Log: Storable support, v-version fixes.
47587              
47588              Subject: CPAN.pm beta for testing available
47589              From: andreas.koenig@anima.de (Andreas J. Koenig)
47590              Date: 22 Aug 2000 23:31:33 +0200
47591              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
47592      Branch: perl
47593            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
47594 ____________________________________________________________________________
47595 [  6782] By: jhi                                   on 2000/08/23  13:51:26
47596         Log: Mac and other portability updates from Chris Nandor.
47597      Branch: perl
47598            ! pod/perlmodinstall.pod
47599 ____________________________________________________________________________
47600 [  6781] By: jhi                                   on 2000/08/23  13:47:33
47601         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
47602              From: Peter Prymmer <pvhp@forte.com>
47603              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
47604              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
47605      Branch: perl
47606            ! ext/Storable/Storable.xs
47607 ____________________________________________________________________________
47608 [  6780] By: jhi                                   on 2000/08/23  13:33:34
47609         Log: VMS MMS (make) wants null action.
47610      Branch: perl
47611            ! ext/B/Makefile.PL
47612 ____________________________________________________________________________
47613 [  6779] By: jhi                                   on 2000/08/22  19:44:47
47614         Log: Forgot portability nit.
47615      Branch: perl
47616            ! t/lib/st-forgive.t
47617 ____________________________________________________________________________
47618 [  6778] By: jhi                                   on 2000/08/22  19:35:25
47619         Log: Be portable.
47620      Branch: perl
47621            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
47622            ! t/lib/st-store.t
47623 ____________________________________________________________________________
47624 [  6777] By: jhi                                   on 2000/08/22  18:50:53
47625         Log: Update Changes.
47626      Branch: perl
47627            ! Changes patchlevel.h
47628 ____________________________________________________________________________
47629 [  6776] By: jhi                                   on 2000/08/22  18:44:46
47630         Log: cSVOPo_*v things index into the current PL_curpad
47631              under ithreads, which is different from the curpad
47632              used by the XSUB.  (In other words, the code as-is
47633              before this patch wouldn't work under ithreads.)
47634              From Sarathy.
47635      Branch: perl
47636            ! ext/B/B.xs
47637 ____________________________________________________________________________
47638 [  6775] By: jhi                                   on 2000/08/22  18:18:37
47639         Log: Make the selection of NVff et al stricter.
47640      Branch: metaconfig/U/perl
47641            ! perlxvf.U
47642      Branch: perl
47643            ! Configure config_h.SH
47644 ____________________________________________________________________________
47645 [  6774] By: jhi                                   on 2000/08/22  17:19:42
47646         Log: perldelta nits.
47647      Branch: perl
47648            ! pod/perldelta.pod
47649 ____________________________________________________________________________
47650 [  6773] By: jhi                                   on 2000/08/22  17:06:26
47651         Log: Long double fixes from Spider Boardman.
47652              
47653              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
47654              From: system PRIVILEGED account <root@peano.zk3.dec.com>
47655              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
47656              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
47657      Branch: perl
47658            ! t/lib/bigfltpm.t t/lib/st-06compat.t
47659 ____________________________________________________________________________
47660 [  6772] By: jhi                                   on 2000/08/22  15:04:53
47661         Log: Update Changes.
47662      Branch: perl
47663            ! Changes patchlevel.h
47664 ____________________________________________________________________________
47665 [  6771] By: jhi                                   on 2000/08/22  15:01:44
47666         Log: perldelta fixes from Hugo van der Sanden.
47667      Branch: perl
47668            ! pod/perldelta.pod
47669 ____________________________________________________________________________
47670 [  6770] By: jhi                                   on 2000/08/22  14:34:49
47671         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
47672              From: Hugo <hv@crypt.compulink.co.uk>
47673              Date: Tue, 22 Aug 2000 11:21:53 +0100
47674              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
47675      Branch: perl
47676            ! regcomp.c
47677 ____________________________________________________________________________
47678 [  6769] By: jhi                                   on 2000/08/22  14:30:02
47679         Log: Add Yitzchak, reformat.
47680      Branch: perl
47681            ! Changes config_h.SH
47682 ____________________________________________________________________________
47683 [  6768] By: jhi                                   on 2000/08/22  14:21:35
47684         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
47685              and Spider Boardman.
47686      Branch: metaconfig
47687            ! U/compline/d_gconvert.U
47688      Branch: perl
47689            ! Configure
47690 ____________________________________________________________________________
47691 [  6767] By: jhi                                   on 2000/08/22  14:11:24
47692         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
47693              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47694              Date: Mon, 21 Aug 2000 19:08:31 -0700
47695              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
47696      Branch: perl
47697            - ext/Storable/patchlevel.h
47698            ! MANIFEST ext/Storable/MANIFEST
47699 ____________________________________________________________________________
47700 [  6766] By: jhi                                   on 2000/08/22  13:49:29
47701         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
47702              From: Peter Prymmer <pvhp@forte.com>
47703              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
47704              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
47705      Branch: perl
47706            ! configure.com ext/Storable/Makefile.PL
47707 ____________________________________________________________________________
47708 [  6765] By: jhi                                   on 2000/08/22  13:44:59
47709         Log: Subject: [PATCH blead] B:: missing dependency
47710              From: Hugo <hv@crypt.compulink.co.uk>
47711              Date: Tue, 22 Aug 2000 06:44:33 +0100
47712              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
47713      Branch: perl
47714            ! ext/B/Makefile.PL
47715 ____________________________________________________________________________
47716 [  6764] By: jhi                                   on 2000/08/22  13:38:12
47717         Log: More bytecompiler.
47718      Branch: perl
47719            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
47720 ____________________________________________________________________________
47721 [  6763] By: jhi                                   on 2000/08/22  13:36:44
47722         Log: Bytecompiler patches from Benjamin Stuhl.
47723      Branch: perl
47724            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
47725            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
47726            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
47727            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
47728            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
47729            ! perl.c perlapi.h pod/perldelta.pod
47730 ____________________________________________________________________________
47731 [  6762] By: jhi                                   on 2000/08/21  23:43:40
47732         Log: An obsoleted diagnostic.
47733      Branch: perl
47734            ! pod/perldelta.pod
47735 ____________________________________________________________________________
47736 [  6761] By: jhi                                   on 2000/08/21  23:01:45
47737         Log: The #6759 wasn't quite right.
47738      Branch: perl
47739            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
47740            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
47741            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
47742            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
47743            ! t/lib/st-tieditems.t
47744 ____________________________________________________________________________
47745 [  6760] By: jhi                                   on 2000/08/21  22:35:49
47746         Log: Be verydeepclean.
47747      Branch: perl
47748            ! Makefile.SH
47749 ____________________________________________________________________________
47750 [  6759] By: jhi                                   on 2000/08/21  22:25:40
47751         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
47752              From: Peter Prymmer <pvhp@forte.com>
47753              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
47754              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
47755      Branch: perl
47756            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
47757            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
47758            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
47759            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
47760            ! t/lib/st-tieditems.t
47761 ____________________________________________________________________________
47762 [  6758] By: jhi                                   on 2000/08/21  22:22:32
47763         Log: Few more casts, need reported in
47764              
47765              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
47766              From: Mike Stok <mike@stok.co.uk>
47767              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
47768              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
47769              
47770              and
47771              
47772              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
47773              From: abigail@foad.org
47774              Date: 21 Aug 2000 21:31:34 -0000
47775              Message-Id: <20000821213134.30170.qmail@foad.org>
47776      Branch: perl
47777            ! ext/Storable/Storable.xs
47778 ____________________________________________________________________________
47779 [  6757] By: jhi                                   on 2000/08/21  18:37:07
47780         Log: Update Changes.
47781      Branch: perl
47782            ! Changes patchlevel.h
47783 ____________________________________________________________________________
47784 [  6756] By: jhi                                   on 2000/08/21  18:34:02
47785         Log: A pod nit.
47786              
47787              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
47788              From: <abigail@foad.org>
47789              Date: Mon, 21 Aug 2000 14:00:16 -0400
47790              Message-ID: <20000821180016.28627.qmail@foad.org>
47791      Branch: perl
47792            ! pod/perlre.pod
47793 ____________________________________________________________________________
47794 [  6755] By: jhi                                   on 2000/08/21  18:30:56
47795         Log: Use PodParser 1.18 new test.
47796      Branch: perl
47797            ! t/pod/special_seqs.t t/pod/special_seqs.xr
47798 ____________________________________________________________________________
47799 [  6754] By: jhi                                   on 2000/08/21  18:28:35
47800         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
47801              patches cannot be applied since #6712 conflicts.
47802      Branch: perl
47803            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
47804 ____________________________________________________________________________
47805 [  6753] By: jhi                                   on 2000/08/21  18:15:11
47806         Log: Weed out some smaller changes.
47807      Branch: perl
47808            ! pod/perldelta.pod
47809 ____________________________________________________________________________
47810 [  6752] By: jhi                                   on 2000/08/21  18:02:30
47811         Log: Also under djgpp the timestamps are funky.
47812      Branch: perl
47813            ! t/op/stat.t
47814 ____________________________________________________________________________
47815 [  6751] By: jhi                                   on 2000/08/21  17:55:56
47816         Log: Tweak the floating point output routine preferences.
47817      Branch: metaconfig
47818            ! U/compline/d_gconvert.U
47819      Branch: perl
47820            ! Configure
47821 ____________________________________________________________________________
47822 [  6750] By: jhi                                   on 2000/08/21  17:51:29
47823         Log: Unicos/mk requires elaborate paranoia.
47824      Branch: perl
47825            ! lib/Math/Complex.pm
47826 ____________________________________________________________________________
47827 [  6749] By: gsar                                  on 2000/08/21  16:53:31
47828         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
47829      Branch: perl
47830            ! lib/Cwd.pm
47831 ____________________________________________________________________________
47832 [  6748] By: gsar                                  on 2000/08/21  16:22:19
47833         Log: free TLS slot properly on Windows
47834      Branch: perl
47835            ! thread.h win32/perllib.c win32/win32thread.h
47836 ____________________________________________________________________________
47837 [  6747] By: jhi                                   on 2000/08/21  16:20:58
47838         Log: Rename the macro argument because some preprocessors
47839              can't tell the difference and expand arguments also inside
47840              double quoted strings.
47841      Branch: perl
47842            ! regcomp.c
47843 ____________________________________________________________________________
47844 [  6746] By: jhi                                   on 2000/08/21  16:09:41
47845         Log: Support long doubles in Storable.
47846              
47847              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
47848              From: Radu Greab <radu@netsoft.ro>
47849              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
47850              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
47851      Branch: perl
47852            ! ext/Storable/Storable.xs
47853 ____________________________________________________________________________
47854 [  6745] By: jhi                                   on 2000/08/21  15:51:40
47855         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
47856              From: "Fifer, Eric" <EFifer@sanwaint.com>
47857              Date: Mon, 21 Aug 2000 15:34:49 +0100
47858              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
47859      Branch: perl
47860            ! t/pragma/warn/9enabled
47861 ____________________________________________________________________________
47862 [  6744] By: jhi                                   on 2000/08/21  15:39:35
47863         Log: Document the endianness of Alpha more precisely.
47864      Branch: perl
47865            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
47866            ! pod/perlport.pod
47867 ____________________________________________________________________________
47868 [  6743] By: jhi                                   on 2000/08/21  14:47:05
47869         Log: perldelta fixes from the p5p crowd.
47870      Branch: perl
47871            ! pod/perldelta.pod pod/perlop.pod
47872 ____________________________________________________________________________
47873 [  6742] By: jhi                                   on 2000/08/21  13:34:51
47874         Log: Update to Pod::LaTeX 0.53.
47875              
47876              Subject: [PATCH] lib/Pod/LaTeX.pm updates
47877              From: Tim Jenness <timj@jach.hawaii.edu>
47878              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
47879              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
47880      Branch: perl
47881            ! lib/Pod/LaTeX.pm
47882 ____________________________________________________________________________
47883 [  6741] By: jhi                                   on 2000/08/21  13:33:01
47884         Log: Subject: [PATCH] os2.c fix for use64bitint
47885              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47886              Date: Mon, 21 Aug 2000 01:32:25 -0700
47887              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
47888      Branch: perl
47889            ! os2/os2.c
47890 ____________________________________________________________________________
47891 [  6740] By: jhi                                   on 2000/08/21  13:28:52
47892         Log: Array context keeps slithering in.
47893              
47894              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
47895              From: Daniel Chetlin <daniel@chetlin.com>
47896              Date: Sun, 20 Aug 2000 21:40:25 -0700
47897              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
47898      Branch: perl
47899            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
47900            ! pod/perldebtut.pod
47901 ____________________________________________________________________________
47902 [  6739] By: jhi                                   on 2000/08/21  13:23:55
47903         Log: Big-endian quad fixes for Storable from Radu Greab,
47904              plus few explicit null casts for picky compilers.
47905      Branch: perl
47906            ! ext/Storable/Storable.xs
47907 ____________________________________________________________________________
47908 [  6738] By: gsar                                  on 2000/08/21  05:56:13
47909         Log: small tweaks for change#6705: avoid C++ style comments in C code;
47910              use Perl's malloc API rather than the low level system one
47911      Branch: perl
47912            ! win32/win32.c
47913 ____________________________________________________________________________
47914 [  6737] By: gsar                                  on 2000/08/21  05:35:41
47915         Log: add Storable to list of extensions on Windows
47916      Branch: perl
47917            ! win32/Makefile win32/makefile.mk
47918 ____________________________________________________________________________
47919 [  6736] By: jhi                                   on 2000/08/21  02:57:53
47920         Log: Update Changes.
47921      Branch: perl
47922            ! Changes patchlevel.h
47923 ____________________________________________________________________________
47924 [  6735] By: jhi                                   on 2000/08/21  02:57:20
47925         Log: Draft 0.
47926      Branch: perl
47927            ! pod/perldelta.pod
47928 ____________________________________________________________________________
47929 [  6734] By: jhi                                   on 2000/08/21  02:57:03
47930         Log: Add Storable 0.7.2 from Raphael Manfredi,
47931              plus the patch from
47932              
47933              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
47934              From: Radu Greab <radu@netsoft.ro>
47935              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
47936              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
47937              
47938              plus changes to get Storable to compile with
47939              picky ANSI compilers.
47940      Branch: perl
47941            + ext/Storable/ChangeLog ext/Storable/MANIFEST
47942            + ext/Storable/Makefile.PL ext/Storable/README
47943            + ext/Storable/Storable.pm ext/Storable/Storable.xs
47944            + ext/Storable/patchlevel.h t/lib/st-06compat.t
47945            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
47946            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
47947            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
47948            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
47949            + t/lib/st-tieditems.t
47950            ! MANIFEST
47951 ____________________________________________________________________________
47952 [  6733] By: jhi                                   on 2000/08/21  02:29:09
47953         Log: The correct cleaning order is an art.
47954      Branch: perl
47955            ! Makefile.SH
47956 ____________________________________________________________________________
47957 [  6732] By: jhi                                   on 2000/08/21  01:23:39
47958         Log: The #6724 is here.
47959      Branch: perl
47960            ! t/lib/ftmp-security.t
47961 ____________________________________________________________________________
47962 [  6731] By: jhi                                   on 2000/08/20  23:17:03
47963         Log: s/this one/the 5.6.0 release/
47964      Branch: perl
47965            ! pod/perl56delta.pod
47966 ____________________________________________________________________________
47967 [  6730] By: jhi                                   on 2000/08/20  23:07:34
47968         Log: Mention perlebcdic and perlposix-bc.
47969      Branch: perl
47970            ! pod/perlport.pod
47971 ____________________________________________________________________________
47972 [  6729] By: jhi                                   on 2000/08/20  21:32:59
47973         Log: Document the number of exponent digits.
47974      Branch: perl
47975            ! pod/perlfunc.pod
47976 ____________________________________________________________________________
47977 [  6728] By: jhi                                   on 2000/08/20  21:16:47
47978         Log: Use File::Spec->tmpdir().
47979              
47980              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
47981              From: Tim Jenness <timj@jach.hawaii.edu>
47982              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
47983              MIME-Version: 1.0
47984              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
47985      Branch: perl
47986            ! utils/perlbug.PL
47987 ____________________________________________________________________________
47988 [  6727] By: jhi                                   on 2000/08/20  20:43:32
47989         Log: Update Changes.
47990      Branch: perl
47991            ! Changes patchlevel.h
47992 ____________________________________________________________________________
47993 [  6726] By: jhi                                   on 2000/08/20  20:41:44
47994         Log: The veryclean target needs to clobber.
47995      Branch: perl
47996            ! Makefile.SH
47997 ____________________________________________________________________________
47998 [  6725] By: jhi                                   on 2000/08/20  20:37:38
47999         Log: Document odd vs even subreleases and -Dusedevel.
48000      Branch: perl
48001            ! INSTALL
48002 ____________________________________________________________________________
48003 [  6724] By: jhi                                   on 2000/08/20  19:58:05
48004         Log: Use temporary directory instead of current directory.
48005              
48006              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
48007              From: Tim Jenness <timj@jach.hawaii.edu>
48008              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
48009              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
48010      Branch: perl
48011            ! t/lib/ftmp-security.t
48012 ____________________________________________________________________________
48013 [  6723] By: jhi                                   on 2000/08/20  19:55:55
48014         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
48015              From: andreas.koenig@anima.de (Andreas J. Koenig)
48016              Date: 20 Aug 2000 15:52:03 +0200
48017              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
48018      Branch: perl
48019            ! lib/ExtUtils/MM_Unix.pm
48020 ____________________________________________________________________________
48021 [  6722] By: jhi                                   on 2000/08/20  19:46:01
48022         Log: Update to CGI 2.72, from Lincoln Stein.
48023      Branch: perl
48024            ! lib/CGI.pm
48025 ____________________________________________________________________________
48026 [  6721] By: jhi                                   on 2000/08/20  19:43:54
48027         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
48028              From: Radu Greab <radu@netsoft.ro>
48029              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
48030              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
48031      Branch: perl
48032            ! ext/GDBM_File/GDBM_File.xs
48033 ____________________________________________________________________________
48034 [  6720] By: jhi                                   on 2000/08/20  19:42:01
48035         Log: pp_open() could pass an uninitialized filename down to do_open9().
48036      Branch: perl
48037            ! pp_sys.c
48038 ____________________________________________________________________________
48039 [  6719] By: jhi                                   on 2000/08/20  14:06:41
48040         Log: UTF8 concat fixes.
48041              
48042              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
48043              From: Hugo <hv@crypt.compulink.co.uk>
48044              Date: Sun, 20 Aug 2000 07:30:46 +0100
48045              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
48046      Branch: perl
48047            ! pp_hot.c t/op/append.t
48048 ____________________________________________________________________________
48049 [  6718] By: jhi                                   on 2000/08/20  02:09:37
48050         Log: Let's try #6717 again.
48051      Branch: perl
48052            ! lib/File/Temp.pm
48053 ____________________________________________________________________________
48054 [  6717] By: jhi                                   on 2000/08/20  01:56:55
48055         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
48056              From: "Craig A. Berry" <craig.berry@metamorgs.com>
48057              Date: Sat, 19 Aug 2000 18:15:39 -0500
48058              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
48059      Branch: perl
48060            ! lib/File/Temp.pm
48061 ____________________________________________________________________________
48062 [  6716] By: jhi                                   on 2000/08/19  15:50:11
48063         Log: Update Changes.
48064      Branch: perl
48065            ! Changes patchlevel.h
48066 ____________________________________________________________________________
48067 [  6715] By: jhi                                   on 2000/08/19  15:39:09
48068         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
48069              From: Jonathan D Johnston <jdjohnston2@juno.com>
48070              Date: Thu, 17 Aug 2000 23:13:01 -0400       
48071              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
48072      Branch: perl
48073            ! pod/perlfunc.pod
48074 ____________________________________________________________________________
48075 [  6714] By: jhi                                   on 2000/08/19  15:34:04
48076         Log: Introduce a 'veryclean' target that is like 'distclean'
48077              but also removes *~ and *.orig.
48078      Branch: perl
48079            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
48080            ! utils/Makefile x2p/Makefile.SH
48081 ____________________________________________________________________________
48082 [  6713] By: jhi                                   on 2000/08/19  14:15:45
48083         Log: Put back the long double avoidance code to POSIX.xs
48084              because VMS seems to need it still.
48085      Branch: perl
48086            ! ext/POSIX/POSIX.xs
48087 ____________________________________________________________________________
48088 [  6712] By: jhi                                   on 2000/08/19  14:10:41
48089         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
48090              From: Peter Prymmer <pvhp@forte.com>
48091              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
48092              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
48093      Branch: perl
48094            ! lib/Pod/Find.pm t/pod/find.t
48095 ____________________________________________________________________________
48096 [  6711] By: jhi                                   on 2000/08/19  14:09:19
48097         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
48098              From: Peter Prymmer <pvhp@forte.com>
48099              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
48100              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
48101              cc: vmsperl@perl.org
48102      Branch: perl
48103            ! t/lib/peek.t
48104 ____________________________________________________________________________
48105 [  6710] By: jhi                                   on 2000/08/19  14:08:01
48106         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
48107              From: Jan Dubois <jand@ActiveState.com>
48108              Date: Fri, 18 Aug 2000 16:31:48 -0700
48109              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
48110      Branch: perl
48111            ! win32/win32.c
48112 ____________________________________________________________________________
48113 [  6709] By: jhi                                   on 2000/08/19  14:06:57
48114         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
48115              
48116              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
48117              From: Spider.Boardman@Orb.Nashua.NH.US
48118              Date: Fri, 18 Aug 2000 18:41:14 -0400
48119              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
48120      Branch: perl
48121            ! regcomp.c
48122 ____________________________________________________________________________
48123 [  6708] By: jhi                                   on 2000/08/18  22:04:49
48124         Log: Update Changes.
48125      Branch: perl
48126            ! Changes patchlevel.h
48127 ____________________________________________________________________________
48128 [  6707] By: jhi                                   on 2000/08/18  21:55:14
48129         Log: Add warnif(), check warnings further up the stack,
48130              all the warnings functions now can take an optional object reference.
48131              
48132              Subject: [PATCH bleedperl@6691] warnings pragma update
48133              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
48134              Date: Fri, 18 Aug 2000 22:42:06 +0100
48135              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
48136      Branch: perl
48137            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
48138            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
48139            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
48140 ____________________________________________________________________________
48141 [  6706] By: jhi                                   on 2000/08/18  21:41:45
48142         Log: Typo in pp_complement().
48143              
48144              Subject: [PATCH perl-current] Deparse
48145              From: Peter Scott <Peter@PSDT.com>
48146              Date: Fri, 18 Aug 2000 12:44:37 -0700
48147              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
48148      Branch: perl
48149            ! ext/B/B/Deparse.pm
48150 ____________________________________________________________________________
48151 [  6705] By: jhi                                   on 2000/08/18  21:25:59
48152         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
48153              From: Jan Dubois <jand@ActiveState.com>
48154              Date: Fri, 18 Aug 2000 14:22:51 -0700
48155              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
48156      Branch: perl
48157            ! lib/Win32.pod win32/win32.c
48158 ____________________________________________________________________________
48159 [  6704] By: jhi                                   on 2000/08/18  21:16:14
48160         Log: Don't eat leading os from index entries.
48161              
48162              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
48163              From: Russ Allbery <rra@stanford.edu>
48164              Date: 10 Aug 2000 20:49:25 -0700
48165              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
48166      Branch: perl
48167            ! lib/Pod/Man.pm
48168 ____________________________________________________________________________
48169 [  6703] By: jhi                                   on 2000/08/18  21:07:06
48170         Log: Add [[:blank:]] as suggested in
48171              
48172              Subject: [ID 20000716.024] [=cc=] / [:blank:]
48173              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
48174              Date: Sun, 16 Jul 2000 17:55:29 -0700
48175              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
48176              
48177              (the [=cc=] has already been taken care of by #6439
48178              so the whole bug report can be closed)
48179              
48180              and make [[:space:]] to be equivalent to isspace(3)
48181              (as opposed to \s, which is isSPACE()).  The difference
48182              is that now [[:space:]] matches the mythical vertical tab,
48183              while \s doesn't.
48184      Branch: perl
48185            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
48186            ! regexec.c t/op/pat.t
48187 ____________________________________________________________________________
48188 [  6702] By: jhi                                   on 2000/08/18  18:47:47
48189         Log: The new tests were missing from #6415.
48190      Branch: perl
48191            ! t/op/bop.t
48192 ____________________________________________________________________________
48193 [  6701] By: jhi                                   on 2000/08/18  18:20:40
48194         Log: Document the NDBM_File and ODBM_File as SDBM_File
48195              was documented in #6417.
48196      Branch: perl
48197            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
48198            ! ext/SDBM_File/SDBM_File.pm
48199 ____________________________________________________________________________
48200 [  6700] By: jhi                                   on 2000/08/18  18:10:39
48201         Log: Subject: [PATCH perl@6698] cygwin port
48202              From: "Fifer, Eric" <EFifer@sanwaint.com>
48203              Date: Fri, 18 Aug 2000 17:30:05 +0100
48204              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
48205      Branch: perl
48206            ! lib/File/Temp.pm
48207 ____________________________________________________________________________
48208 [  6699] By: jhi                                   on 2000/08/18  16:21:49
48209         Log: Document code point which makes if (defined %stash::) to work
48210              (noted by Spider Boardman).
48211      Branch: perl
48212            ! op.c
48213 ____________________________________________________________________________
48214 [  6698] By: jhi                                   on 2000/08/18  13:43:27
48215         Log: Update Changes.
48216      Branch: perl
48217            ! Changes patchlevel.h
48218 ____________________________________________________________________________
48219 [  6697] By: jhi                                   on 2000/08/18  13:35:57
48220         Log: Tiny Getopt::Long patch from Johan Vromans.
48221      Branch: perl
48222            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
48223 ____________________________________________________________________________
48224 [  6696] By: jhi                                   on 2000/08/18  13:26:14
48225         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
48226              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
48227              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
48228              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
48229      Branch: perl
48230            ! pod/perldiag.pod pod/perlsyn.pod
48231 ____________________________________________________________________________
48232 [  6695] By: jhi                                   on 2000/08/18  13:13:26
48233         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
48234              From: Daniel Chetlin <daniel@chetlin.com>
48235              Date: Fri, 18 Aug 2000 03:13:36 -0700
48236              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
48237      Branch: perl
48238            ! pod/perlfunc.pod
48239 ____________________________________________________________________________
48240 [  6694] By: jhi                                   on 2000/08/18  13:08:05
48241         Log: Subject: [PATCH] perltrap.pod spring cleaning
48242              From: Daniel Chetlin <daniel@chetlin.com>
48243              Date: Fri, 18 Aug 2000 03:06:54 -0700
48244              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
48245              
48246              plus Mike Guy's nitfix.
48247      Branch: perl
48248            ! pod/perltrap.pod
48249 ____________________________________________________________________________
48250 [  6693] By: jhi                                   on 2000/08/18  13:00:26
48251         Log: Unbuffer the output.
48252              
48253              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
48254              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48255              Date: Thu, 17 Aug 2000 18:39:29 -0700
48256              Message-ID: <RPJn5gzkgydf092yn@efn.org>
48257      Branch: perl
48258            ! t/op/fork.t
48259 ____________________________________________________________________________
48260 [  6692] By: jhi                                   on 2000/08/18  05:19:17
48261         Log: Delete the image, too, not just its MANIFEStation.
48262      Branch: perl
48263            - lib/CGI/eg/wilogo.gif
48264 ____________________________________________________________________________
48265 [  6691] By: jhi                                   on 2000/08/18  05:10:26
48266         Log: Propagate new Configure vars.
48267      Branch: perl
48268            ! configure.com epoc/config.sh uconfig.h uconfig.sh
48269            ! vos/config.def vos/config.h vos/config_h.SH_orig
48270            ! win32/config.bc win32/config.gc win32/config.vc
48271            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
48272 ____________________________________________________________________________
48273 [  6690] By: jhi                                   on 2000/08/18  04:30:56
48274         Log: Update Changes.
48275      Branch: perl
48276            ! Changes patchlevel.h
48277 ____________________________________________________________________________
48278 [  6689] By: jhi                                   on 2000/08/18  04:12:30
48279         Log: Fix the lib/complex failure of
48280              
48281              From: abigail@foad.org
48282              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
48283              Date: 15 Aug 2000 04:06:38 -0000
48284              Message-Id: <20000815040638.8524.qmail@foad.org> 
48285              
48286              Linux long double accuracy issue: something that
48287              when printed with %g looks like "2" but int() of it is 1.
48288      Branch: perl
48289            ! lib/Math/Complex.pm
48290 ____________________________________________________________________________
48291 [  6688] By: jhi                                   on 2000/08/18  03:15:35
48292         Log: The byteorder code in #6671 was wrong.
48293      Branch: perl
48294            ! configpm
48295 ____________________________________________________________________________
48296 [  6687] By: jhi                                   on 2000/08/18  02:08:42
48297         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
48298              From: Jan Dubois <jand@ActiveState.com>
48299              Date: Thu, 17 Aug 2000 18:31:55 -0700
48300              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
48301      Branch: perl
48302            ! sv.c
48303 ____________________________________________________________________________
48304 [  6686] By: jhi                                   on 2000/08/18  02:04:15
48305         Log: Use NVs in POSIX math, not doubles.
48306              
48307              From: abigail@foad.org
48308              Subject: [ID 20000817.014] POSIX & modfl
48309              Date: 17 Aug 2000 20:49:18 -0000
48310              Message-Id: <20000817204918.23123.qmail@foad.org>
48311      Branch: perl
48312            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
48313 ____________________________________________________________________________
48314 [  6685] By: jhi                                   on 2000/08/18  02:02:12
48315         Log: Introduce NVef, NVff, and NVgf, use the middle one.
48316              (helps for lib/peek + Linux + long doubles)  Reported in
48317              
48318              From: abigail@foad.org
48319              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
48320              Date: 15 Aug 2000 04:06:38 -0000
48321              Message-Id: <20000815040638.8524.qmail@foad.org> 
48322              
48323              (note: the lib/complex failure has not yet been addressed)
48324      Branch: metaconfig/U/perl
48325            ! perlxvf.U
48326      Branch: perl
48327            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48328            ! config_h.SH dump.c perl.h pod/perlguts.pod
48329 ____________________________________________________________________________
48330 [  6684] By: jhi                                   on 2000/08/17  23:22:19
48331         Log: Add byteorder to the myconfig output.
48332      Branch: perl
48333            ! myconfig.SH
48334 ____________________________________________________________________________
48335 [  6683] By: jhi                                   on 2000/08/17  23:20:19
48336         Log: The image doth not exist, spotted by Johan Vromans.
48337      Branch: perl
48338            ! MANIFEST
48339 ____________________________________________________________________________
48340 [  6682] By: jhi                                   on 2000/08/17  22:38:16
48341         Log: Document what the backtick returns if the command fails.
48342      Branch: perl
48343            ! pod/perlop.pod
48344 ____________________________________________________________________________
48345 [  6681] By: jhi                                   on 2000/08/17  22:33:12
48346         Log: Do not use prototyping here.
48347              
48348              Subject: [ID 20000817.016] [PATCH] Peek.xs
48349              From: abigail@foad.org
48350              Date: 17 Aug 2000 20:55:56 -0000
48351              Message-Id: <20000817205556.24270.qmail@foad.org>
48352      Branch: perl
48353            ! ext/Devel/Peek/Makefile.PL
48354 ____________________________________________________________________________
48355 [  6680] By: jhi                                   on 2000/08/17  19:46:43
48356         Log: Don't propose using modules built for 5.005 if no binary
48357              compatibility with 5.005 is attempted.
48358              
48359              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
48360              Subject: Minor nit with 5.7.0 (6655)
48361              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
48362              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
48363      Branch: metaconfig
48364            ! U/installdirs/inc_version_list.U
48365      Branch: perl
48366            ! Configure config_h.SH
48367 ____________________________________________________________________________
48368 [  6679] By: jhi                                   on 2000/08/17  19:16:39
48369         Log: Microperl config update.
48370      Branch: perl
48371            ! uconfig.h uconfig.sh
48372 ____________________________________________________________________________
48373 [  6678] By: jhi                                   on 2000/08/17  19:16:13
48374         Log: The #6648 wasn't protective enough for limited platforms
48375              (like microperl).
48376      Branch: perl
48377            ! dump.c sv.c
48378 ____________________________________________________________________________
48379 [  6677] By: jhi                                   on 2000/08/17  14:46:35
48380         Log: Update Changes.
48381      Branch: perl
48382            ! Changes patchlevel.h
48383 ____________________________________________________________________________
48384 [  6676] By: jhi                                   on 2000/08/17  14:44:02
48385         Log: Add perlebcdic from Peter Prymmer, regen toc.
48386      Branch: perl
48387            + pod/perlebcdic.pod
48388            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
48389 ____________________________________________________________________________
48390 [  6675] By: jhi                                   on 2000/08/17  14:41:52
48391         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
48392      Branch: perl
48393            ! pod/perldebtut.pod
48394 ____________________________________________________________________________
48395 [  6674] By: jhi                                   on 2000/08/17  14:29:43
48396         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
48397              
48398              Subject: [ID 20000724.006] -DLEAKTEST problem
48399              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
48400              Date: Tue, 25 Jul 2000 00:36:32 -0500
48401              Message-Id: <20000725003632.A26186@www.llamacom.com>
48402              
48403              Reminder sent
48404              
48405              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
48406              From: Hugo <hv@crypt.compulink.co.uk>
48407              Date: Thu, 17 Aug 2000 15:23:42 +0100
48408              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
48409      Branch: perl
48410            ! util.c
48411 ____________________________________________________________________________
48412 [  6673] By: jhi                                   on 2000/08/17  04:07:10
48413         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
48414              From: John Peacock <JPeacock@UnivPress.com>
48415              Date: Tue, 01 Aug 2000 09:38:12 -0400
48416              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
48417      Branch: perl
48418            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
48419 ____________________________________________________________________________
48420 [  6672] By: jhi                                   on 2000/08/17  03:04:35
48421         Log: Subject: [PATCH] Cwd.pm now uses strict
48422              From: Tim Jenness <timj@jach.hawaii.edu>
48423              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
48424              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
48425      Branch: perl
48426            ! lib/Cwd.pm
48427 ____________________________________________________________________________
48428 [  6671] By: jhi                                   on 2000/08/17  02:16:35
48429         Log: Make $Config{byteorder} more magical so that it is
48430              dynamically computed: nice for 'fat binaries'.
48431              
48432              Subject: [PATCH]: default byteorder
48433              From: Wilfredo Sánchez <wsanchez@apple.com>
48434              Date: Mon, 31 Jul 2000 19:45:31 -0700
48435              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
48436      Branch: perl
48437            ! configpm
48438 ____________________________________________________________________________
48439 [  6670] By: gsar                                  on 2000/08/17  01:22:21
48440         Log: move WNOHANG definition to where other such things are
48441      Branch: perl
48442            ! win32/win32.h
48443 ____________________________________________________________________________
48444 [  6669] By: jhi                                   on 2000/08/17  01:19:17
48445         Log: Update Changes.
48446      Branch: perl
48447            ! Changes patchlevel.h
48448 ____________________________________________________________________________
48449 [  6668] By: jhi                                   on 2000/08/17  01:16:29
48450         Log: Doc nits spotted by Richard Soderberg.
48451      Branch: perl
48452            ! README.posix-bc README.vmesa
48453 ____________________________________________________________________________
48454 [  6667] By: jhi                                   on 2000/08/17  01:12:11
48455         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
48456              From: "Casey R. Tweten" <crt@kiski.net>
48457              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
48458              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
48459      Branch: perl
48460            ! pod/perldebtut.pod
48461 ____________________________________________________________________________
48462 [  6666] By: jhi                                   on 2000/08/17  01:09:31
48463         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
48464              From: "Casey R. Tweten" <crt@kiski.net>
48465              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
48466              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
48467      Branch: perl
48468            ! lib/Shell.pm
48469 ____________________________________________________________________________
48470 [  6665] By: gsar                                  on 2000/08/17  01:03:52
48471         Log: add "ok" targets from change#6632 in makefile.mk
48472      Branch: perl
48473            ! pod/perlport.pod win32/Makefile win32/makefile.mk
48474 ____________________________________________________________________________
48475 [  6664] By: gsar                                  on 2000/08/17  00:56:11
48476         Log: avoid warnings from dense compiler
48477      Branch: perl
48478            ! win32/win32.c
48479 ____________________________________________________________________________
48480 [  6663] By: jhi                                   on 2000/08/17  00:51:49
48481         Log: Tweak the regex compilation errors once more.
48482      Branch: perl
48483            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
48484            ! t/op/regmesg.t t/pragma/warn/regcomp
48485 ____________________________________________________________________________
48486 [  6662] By: gsar                                  on 2000/08/17  00:28:19
48487         Log: trailing new %ENV entries weren't being pushed into the real
48488              environment of subprocesses on Windows
48489      Branch: perl
48490            ! t/op/magic.t win32/perlhost.h
48491 ____________________________________________________________________________
48492 [  6661] By: gsar                                  on 2000/08/17  00:19:20
48493         Log: waitpid() now handles externally spawned pids correctly;
48494              fixes for backtick/wait/waitpid failures on Windows 9x
48495              
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      Branch: perl
48501            ! pp_sys.c win32/perlhost.h win32/win32.c
48502 ____________________________________________________________________________
48503 [  6660] By: jhi                                   on 2000/08/17  00:04:32
48504         Log: Retract #6645.
48505      Branch: perl
48506            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48507            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
48508            ! t/op/sprintf.t
48509 ____________________________________________________________________________
48510 [  6659] By: gsar                                  on 2000/08/16  23:59:28
48511         Log: on windows, the return values from wait() and waitpid() don't
48512              match those of pseudo-pids
48513      Branch: perl
48514            ! pp_sys.c t/op/fork.t util.c win32/win32.c
48515 ____________________________________________________________________________
48516 [  6658] By: gsar                                  on 2000/08/16  23:56:14
48517         Log: pod nit seen in passing
48518      Branch: perl
48519            ! pod/perlfunc.pod
48520 ____________________________________________________________________________
48521 [  6657] By: gsar                                  on 2000/08/16  23:53:42
48522         Log: change#6328 could make close(SOCKET) return false on windows
48523              when it shouldn't
48524      Branch: perl
48525            ! win32/win32sck.c
48526 ____________________________________________________________________________
48527 [  6656] By: gsar                                  on 2000/08/16  23:46:57
48528         Log: check that the number pseudo children doesn't exceed
48529              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
48530              the WaitForMultipleObjects() limit that would cause wait()
48531              to crash)
48532              
48533              wait() and waitpid() could potentially be rewritten to use
48534              more than one thread to do the waiting to eliminate this
48535              limitation
48536      Branch: perl
48537            ! win32/perlhost.h
48538 ____________________________________________________________________________
48539 [  6655] By: jhi                                   on 2000/08/16  14:11:05
48540         Log: Update Changes.
48541      Branch: perl
48542            ! Changes patchlevel.h
48543 ____________________________________________________________________________
48544 [  6654] By: jhi                                   on 2000/08/16  14:10:12
48545         Log: Update to perldebtut 1.9, from Richard Foley.
48546      Branch: perl
48547            ! pod/perldebtut.pod
48548 ____________________________________________________________________________
48549 [  6653] By: jhi                                   on 2000/08/16  14:08:17
48550         Log: Change the regx compilation error markers to use = instead of <
48551              since pod makes using the latter quite messy.  Reported in
48552              ID 20000814.006 by Abigail and in
48553              Subject: Unknown escape E<> ?
48554              From: Lupe Christoph <lupe@lupe-christoph.de>
48555              Date: Fri, 11 Aug 2000 00:30:27 +0200
48556              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
48557      Branch: perl
48558            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
48559            ! t/op/regmesg.t t/pragma/warn/regcomp
48560 ____________________________________________________________________________
48561 [  6652] By: jhi                                   on 2000/08/16  13:25:31
48562         Log: Change the perlbug address to perl.org since it's more forgiving.
48563              
48564              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
48565              From: abigail@foad.org
48566              Date: 15 Aug 2000 04:15:40 -0000
48567              Message-Id: <20000815041540.8633.qmail@foad.org>
48568      Branch: perl
48569            ! utils/perlbug.PL
48570 ____________________________________________________________________________
48571 [  6651] By: jhi                                   on 2000/08/16  13:22:35
48572         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
48573              From: Tim Jenness <timj@jach.hawaii.edu>
48574              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
48575              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
48576      Branch: perl
48577            ! lib/Cwd.pm
48578 ____________________________________________________________________________
48579 [  6650] By: jhi                                   on 2000/08/16  13:18:13
48580         Log: Update to CPAN 1.57.
48581              
48582              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
48583              From: andreas.koenig@anima.de (Andreas J. Koenig)
48584              Date: 16 Aug 2000 15:09:46 +0200
48585              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
48586      Branch: perl
48587            ! lib/CPAN.pm
48588 ____________________________________________________________________________
48589 [  6649] By: jhi                                   on 2000/08/16  13:12:31
48590         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
48591              From: "Larry W. Virden" <lvirden@cas.org>
48592              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
48593              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
48594      Branch: perl
48595            ! README.hpux
48596 ____________________________________________________________________________
48597 [  6648] By: jhi                                   on 2000/08/16  13:03:53
48598         Log: The numeric locale was reset to "C" by s?printf and never restored.
48599              
48600              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
48601              From: Christian Kirsch <ck@held.mind.de>
48602              Date: Wed, 9 Aug 2000 17:05:17 +0200
48603              Message-Id: <20000809170517.A25389@held>
48604              
48605              No test since adding the failing example to locale.t
48606              does not fail -- probably because the locale settings are so
48607              thoroughly tweaked by that time.  Running the example standalone
48608              does fail, though.  UPDATE: test case added at change #7540.
48609      Branch: perl
48610            ! dump.c perl.h pp.c pp_ctl.c sv.c
48611 ____________________________________________________________________________
48612 [  6647] By: jhi                                   on 2000/08/16  00:07:54
48613         Log: Update Changes and test semi-automatic patchlevel updating.
48614      Branch: perl
48615            ! Changes patchlevel.h
48616 ____________________________________________________________________________
48617 [  6646] By: jhi                                   on 2000/08/15  23:35:07
48618         Log: Fix a dependency problem.
48619              
48620              Subject: [PATCH: 6640] VMS Makefile.SH update
48621              From: Peter Prymmer <pvhp@forte.com>
48622              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
48623              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
48624      Branch: perl
48625            ! vms/descrip_mms.template
48626 ____________________________________________________________________________
48627 [  6645] By: jhi                                   on 2000/08/15  23:33:23
48628         Log: (Retracted by #6660)
48629              
48630              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
48631              From: Dominic Dunlop <domo@computer.org>
48632              Date: Tue, 15 Aug 2000 22:20:52 +0200
48633              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
48634      Branch: metaconfig/U/perl
48635            + d_printfed.U
48636      Branch: perl
48637            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48638            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
48639            ! t/op/sprintf.t
48640 ____________________________________________________________________________
48641 [  6644] By: jhi                                   on 2000/08/15  21:17:20
48642         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
48643              From: abigail@foad.org
48644              Date: 15 Aug 2000 20:12:41 -0000
48645              Message-Id: <20000815201241.25556.qmail@foad.org>
48646      Branch: perl
48647            ! INSTALL
48648 ____________________________________________________________________________
48649 [  6643] By: jhi                                   on 2000/08/15  21:15:28
48650         Log: (an already applied patch)
48651      Branch: perl
48652            ! lib/CGI.pm
48653 ____________________________________________________________________________
48654 [  6642] By: gsar                                  on 2000/08/15  19:54:05
48655         Log: magic callbacks all need to have same type signature
48656      Branch: perl
48657            ! embed.pl mg.c proto.h
48658 ____________________________________________________________________________
48659 [  6641] By: jhi                                   on 2000/08/15  17:56:27
48660         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)
48661              From: Mike Guy <mjtg@cam.ac.uk>
48662              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
48663              Date: Tue, 15 Aug 2000 18:26:45 +0100
48664              
48665              Only the peek.t part applied, not the hash quality part.
48666      Branch: perl
48667            ! t/lib/peek.t
48668 ____________________________________________________________________________
48669 [  6640] By: jhi                                   on 2000/08/15  16:37:37
48670         Log: Update Changes.
48671      Branch: perl
48672            ! Changes
48673 ____________________________________________________________________________
48674 [  6639] By: jhi                                   on 2000/08/15  16:34:55
48675         Log: Missed a file from #6638.
48676      Branch: perl
48677            ! lib/File/Temp.pm
48678 ____________________________________________________________________________
48679 [  6638] By: jhi                                   on 2000/08/15  16:33:19
48680         Log: Subject: [PATCH perl@6620] cygwin port
48681              From: "Fifer, Eric" <EFifer@sanwaint.com>
48682              Date: Tue, 15 Aug 2000 17:00:49 +0100
48683              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
48684      Branch: perl
48685            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
48686 ____________________________________________________________________________
48687 [  6637] By: jhi                                   on 2000/08/15  16:29:22
48688         Log: Subject: [PATCH] debugger exit code should reflect user exit code
48689              From: Mike Guy <mjtg@cam.ac.uk>
48690              Date: Tue, 15 Aug 2000 16:55:59 +0100
48691              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
48692      Branch: perl
48693            ! lib/perl5db.pl
48694 ____________________________________________________________________________
48695 [  6636] By: jhi                                   on 2000/08/15  15:30:58
48696         Log: Update Changes.
48697      Branch: perl
48698            ! Changes
48699 ____________________________________________________________________________
48700 [  6635] By: jhi                                   on 2000/08/15  15:27:21
48701         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
48702      Branch: metaconfig
48703            ! U/mkglossary U/mksample
48704      Branch: metaconfig/U/perl
48705            ! Devel.U
48706      Branch: perl
48707            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48708 ____________________________________________________________________________
48709 [  6634] By: jhi                                   on 2000/08/15  14:11:55
48710         Log: Don't blow limited stacks, a lower number is enough to
48711              tickle the lookbehind limit.
48712              
48713              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
48714              From: Dominic Dunlop <domo@computer.org>
48715              Date: Tue, 15 Aug 2000 13:51:24 +0200
48716              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
48717      Branch: perl
48718            ! t/op/regmesg.t
48719 ____________________________________________________________________________
48720 [  6633] By: jhi                                   on 2000/08/15  14:01:46
48721         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
48722              From: Mike Guy <mjtg@cam.ac.uk>
48723              Date: Tue, 15 Aug 2000 12:10:50 +0100
48724              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
48725      Branch: perl
48726            ! utils/perldoc.PL
48727 ____________________________________________________________________________
48728 [  6632] By: jhi                                   on 2000/08/15  13:58:48
48729         Log: make ok etc also for win32.
48730              
48731              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
48732              From: Prymmer/Kahn <pvhp@best.com>
48733              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
48734              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
48735      Branch: perl
48736            ! win32/Makefile
48737 ____________________________________________________________________________
48738 [  6631] By: jhi                                   on 2000/08/15  13:45:03
48739         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
48740      Branch: perl
48741            ! lib/Test.pm
48742 ____________________________________________________________________________
48743 [  6630] By: jhi                                   on 2000/08/15  03:25:09
48744         Log: Update Changes.
48745      Branch: perl
48746            ! Changes
48747 ____________________________________________________________________________
48748 [  6629] By: jhi                                   on 2000/08/15  03:23:53
48749         Log: magic_regdatum_set() is void, not int.
48750      Branch: perl
48751            ! embed.pl mg.c proto.h
48752 ____________________________________________________________________________
48753 [  6628] By: jhi                                   on 2000/08/15  03:08:02
48754         Log: Make the user to give up his firstborn, err, to knowingly
48755              verify installing an unstable developer release.  Also bump
48756              the release to 5.7.0, but leave a patch tag in the local
48757              patches saying that this is not yet the real thing.
48758      Branch: metaconfig
48759            ! U/modified/Instruct.U
48760      Branch: metaconfig/U/perl
48761            + Devel.U
48762      Branch: perl
48763            ! Configure patchlevel.h
48764 ____________________________________________________________________________
48765 [  6627] By: jhi                                   on 2000/08/14  22:32:52
48766         Log: README.os2 update.
48767              
48768              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
48769              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48770              Date: Wed, 02 Aug 2000 21:55:09 -0700
48771              Message-ID: <tsPi5gzkgegX092yn@efn.org>
48772      Branch: perl
48773            ! README.os2
48774 ____________________________________________________________________________
48775 [  6626] By: jhi                                   on 2000/08/14  21:00:02
48776         Log: Subject: Re: File::Temp problems on VMS in bleedperl
48777              From: Tim Jenness <timj@jach.hawaii.edu>
48778              cc: vmsperl@perl.org
48779              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
48780              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
48781      Branch: perl
48782            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
48783 ____________________________________________________________________________
48784 [  6625] By: jhi                                   on 2000/08/14  20:52:16
48785         Log: Add SUIDMAIL as was done for the CERT alert.
48786      Branch: perl
48787            ! patchlevel.h
48788 ____________________________________________________________________________
48789 [  6624] By: jhi                                   on 2000/08/14  20:48:50
48790         Log: Subject: sfio2000
48791              From: Daniel Muino <dmuino@afip.gov.ar>
48792              Date: Mon, 14 Aug 2000 16:58:11 -0300
48793              Message-ID: <20000814165811.B16368@con2-dgi>
48794      Branch: perl
48795            ! perlsdio.h perlsfio.h
48796 ____________________________________________________________________________
48797 [  6623] By: jhi                                   on 2000/08/14  20:47:36
48798         Log: Subject: warning: storage class after type is obsolescent
48799              From: Daniel Muino <dmuino@afip.gov.ar>
48800              Date: Mon, 14 Aug 2000 16:42:47 -0300
48801              Message-ID: <20000814164247.A16368@con2-dgi>
48802      Branch: perl
48803            ! regcomp.pl regnodes.h
48804 ____________________________________________________________________________
48805 [  6622] By: jhi                                   on 2000/08/14  20:43:05
48806         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
48807              From: abigail@foad.org
48808              Date: 14 Aug 2000 20:00:10 -0000
48809              Message-Id: <20000814200010.27271.qmail@foad.org>
48810      Branch: perl
48811            ! Changes
48812 ____________________________________________________________________________
48813 [  6621] By: jhi                                   on 2000/08/14  15:23:05
48814         Log: Update Changes.
48815      Branch: perl
48816            ! Changes
48817 ____________________________________________________________________________
48818 [  6620] By: jhi                                   on 2000/08/14  15:22:14
48819         Log: Subject: Re: [PATCH] @+, @- readonly
48820              From: Mike Guy <mjtg@cam.ac.uk>
48821              Date: Mon, 14 Aug 2000 15:26:55 +0100
48822              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
48823      Branch: perl
48824            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
48825            ! sv.c t/op/pat.t
48826 ____________________________________________________________________________
48827 [  6619] By: jhi                                   on 2000/08/14  14:12:08
48828         Log: Update Changes.
48829      Branch: perl
48830            ! Changes
48831 ____________________________________________________________________________
48832 [  6618] By: jhi                                   on 2000/08/14  14:09:34
48833         Log: For now remove the mail code.
48834      Branch: perl
48835            ! perl.c
48836 ____________________________________________________________________________
48837 [  6617] By: jhi                                   on 2000/08/14  14:08:28
48838         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
48839      Branch: perl
48840            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
48841            ! pod/perlfaq8.pod pod/perlsec.pod
48842 ____________________________________________________________________________
48843 [  6616] By: jhi                                   on 2000/08/14  14:00:11
48844         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
48845              From: Mike Guy <mjtg@cam.ac.uk>
48846              Date: Mon, 14 Aug 2000 08:26:02 +0100
48847              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
48848      Branch: perl
48849            ! lib/perl5db.pl
48850 ____________________________________________________________________________
48851 [  6615] By: jhi                                   on 2000/08/14  13:58:45
48852         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
48853              From: Mike Guy <mjtg@cam.ac.uk>
48854              Date: Mon, 14 Aug 2000 08:04:22 +0100
48855              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
48856      Branch: perl
48857            ! gv.c mg.c t/op/pat.t
48858 ____________________________________________________________________________
48859 [  6614] By: jhi                                   on 2000/08/14  13:56:45
48860         Log: Subject: Test fails / warnings with perl-current #6612
48861              From: Mike Guy <mjtg@cam.ac.uk>
48862              Date: Mon, 14 Aug 2000 07:57:23 +0100
48863              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
48864      Branch: perl
48865            ! t/lib/b.t t/lib/peek.t
48866 ____________________________________________________________________________
48867 [  6613] By: jhi                                   on 2000/08/14  13:45:33
48868         Log: VMS configure.com update continues.
48869      Branch: perl
48870            - vms/configure.com
48871            ! MANIFEST configure.com
48872 ____________________________________________________________________________
48873 [  6612] By: jhi                                   on 2000/08/13  22:13:35
48874         Log: Update Changes.
48875      Branch: perl
48876            ! Changes
48877 ____________________________________________________________________________
48878 [  6611] By: jhi                                   on 2000/08/13  16:21:45
48879         Log: Upgrade to CGI 2.71, from Lincoln Stein.
48880      Branch: perl
48881            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
48882 ____________________________________________________________________________
48883 [  6610] By: jhi                                   on 2000/08/13  15:09:16
48884         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
48885              From: Mike Guy <mjtg@cam.ac.uk>
48886              Date: Sun, 13 Aug 2000 13:45:51 +0100
48887              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
48888      Branch: perl
48889            ! t/op/regmesg.t
48890 ____________________________________________________________________________
48891 [  6609] By: jhi                                   on 2000/08/13  14:31:26
48892         Log: Andreas says that 1.56 is fine, so reverting back to it.
48893      Branch: perl
48894            ! lib/CPAN.pm
48895 ____________________________________________________________________________
48896 [  6608] By: jhi                                   on 2000/08/13  05:34:20
48897         Log: Update Changes.
48898      Branch: perl
48899            ! Changes
48900 ____________________________________________________________________________
48901 [  6607] By: jhi                                   on 2000/08/13  05:32:01
48902         Log: Put back the \z changes of #5406 to CPAN.pm.
48903      Branch: perl
48904            ! lib/CPAN.pm
48905 ____________________________________________________________________________
48906 [  6606] By: jhi                                   on 2000/08/13  05:20:16
48907         Log: Fix-n-skip the tests under 5005threads.
48908      Branch: perl
48909            ! t/lib/b.t
48910 ____________________________________________________________________________
48911 [  6605] By: jhi                                   on 2000/08/13  05:07:48
48912         Log: Fix the test for 5005threads.
48913      Branch: perl
48914            ! t/lib/peek.t
48915 ____________________________________________________________________________
48916 [  6604] By: jhi                                   on 2000/08/13  03:35:37
48917         Log: Should have deleted this in #6603.
48918      Branch: perl
48919            - vms/subconfigure.com
48920 ____________________________________________________________________________
48921 [  6603] By: jhi                                   on 2000/08/12  18:29:32
48922         Log: Rewrite of vms/subconfigure.com as configure.com,
48923              from Peter Prymmer and the vmsperl crew.
48924      Branch: perl
48925            + vms/configure.com
48926            ! MANIFEST
48927 ____________________________________________________________________________
48928 [  6602] By: jhi                                   on 2000/08/11  13:00:01
48929         Log: PlainText.pm is dead.
48930      Branch: perl
48931            - lib/Pod/PlainText.pm
48932            ! MANIFEST
48933 ____________________________________________________________________________
48934 [  6601] By: jhi                                   on 2000/08/11  04:06:45
48935         Log: Update Changes.
48936      Branch: perl
48937            ! Changes
48938 ____________________________________________________________________________
48939 [  6600] By: jhi                                   on 2000/08/11  04:06:10
48940         Log: Add a few missing files, update MANIFEST.
48941      Branch: perl
48942            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
48943            + lib/Pod/PlainText.pm t/pod/find.t
48944            ! MANIFEST t/op/regmesg.t
48945 ____________________________________________________________________________
48946 [  6599] By: jhi                                   on 2000/08/11  03:31:10
48947         Log: Add Perl debugging tutorial, regen toc. 
48948              
48949              Subject: perldebtut.pod
48950              From: Richard Foley <Richard.Foley@m.dasa.de>
48951              Date: Wed, 09 Aug 2000 10:17:15 +0200
48952              Message-id: <3991138B.262247B8@m.dasa.de>
48953      Branch: perl
48954            + pod/perldebtut.pod
48955            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
48956 ____________________________________________________________________________
48957 [  6598] By: jhi                                   on 2000/08/11  02:48:56
48958         Log: tiny Changes edit
48959      Branch: perl
48960            ! Changes
48961 ____________________________________________________________________________
48962 [  6597] By: jhi                                   on 2000/08/11  02:39:04
48963         Log: Tests for #6589.
48964              
48965              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
48966              From: simon@brecon.co.uk (Simon Cozens)
48967              Date: 11 Aug 2000 02:24:52 GMT
48968              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
48969      Branch: perl
48970            ! t/lib/b.t
48971 ____________________________________________________________________________
48972 [  6596] By: jhi                                   on 2000/08/11  01:50:07
48973         Log: Update Changes.
48974      Branch: perl
48975            ! Changes
48976 ____________________________________________________________________________
48977 [  6595] By: jhi                                   on 2000/08/11  01:47:16
48978         Log: nitfix
48979      Branch: perl
48980            ! Changes
48981 ____________________________________________________________________________
48982 [  6594] By: jhi                                   on 2000/08/11  01:36:16
48983         Log: Subject: Getting perlio and threads to compile
48984              From: Lupe Christoph <lupe@lupe-christoph.de>
48985              Date: Wed, 9 Aug 2000 11:35:54 +0200
48986              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
48987              
48988              (the Solaris version changes in Configure skipped)
48989      Branch: perl
48990            ! hints/solaris_2.sh thread.h
48991 ____________________________________________________________________________
48992 [  6593] By: jhi                                   on 2000/08/11  01:30:16
48993         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
48994              From: simon@brecon.co.uk (Simon Cozens)
48995              Date: 1 Aug 2000 06:55:19 GMT
48996              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
48997      Branch: perl
48998            ! lib/utf8.pm
48999 ____________________________________________________________________________
49000 [  6592] By: jhi                                   on 2000/08/11  01:26:39
49001         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
49002              From: Peter Scott <Peter@PeterScott.com>
49003              Date: Thu, 10 Aug 2000 08:23:27 -0700
49004              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
49005      Branch: perl
49006            ! lib/perl5db.pl
49007 ____________________________________________________________________________
49008 [  6591] By: jhi                                   on 2000/08/11  01:22:02
49009         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
49010              From: Hugo <hv@crypt.compulink.co.uk>
49011              Date: Thu, 10 Aug 2000 19:23:04 +0100
49012              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
49013      Branch: perl
49014            ! regexec.c t/op/pat.t
49015 ____________________________________________________________________________
49016 [  6590] By: jhi                                   on 2000/08/11  01:19:19
49017         Log: Preprocessing and postprocessing for File::Find.
49018              
49019              Subject: Patch to Find::File.pm to allow alphabetical results
49020              From: Joe Smith <jsmith@inwap.com>
49021              Date: Wed, 9 Aug 2000 02:44:54 -0700
49022              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
49023      Branch: perl
49024            ! lib/File/Find.pm
49025 ____________________________________________________________________________
49026 [  6589] By: jhi                                   on 2000/08/11  01:12:39
49027         Log: B::Deparse didn't do sub attributes.
49028              
49029              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
49030              From: simon@brecon.co.uk (Simon Cozens)
49031              Date: 9 Aug 2000 04:49:20 GMT
49032              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
49033      Branch: perl
49034            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
49035 ____________________________________________________________________________
49036 [  6588] By: jhi                                   on 2000/08/11  01:06:40
49037         Log: Subject: debugger "d" command doesnt check line number
49038              From: Mike Guy <mjtg@cam.ac.uk>
49039              Date: Tue, 08 Aug 2000 21:54:29 +0100
49040              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
49041      Branch: perl
49042            ! lib/perl5db.pl mg.c pod/perldiag.pod
49043 ____________________________________________________________________________
49044 [  6587] By: jhi                                   on 2000/08/11  00:45:03
49045         Log: sleep(1) does not necessarily return 1.
49046              
49047              Subject: [PATCH bleadperl] op/lex_assign.t  
49048              From: Hugo <hv@crypt.compulink.co.uk>
49049              Date: Thu, 03 Aug 2000 14:34:22 +0100        
49050              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
49051      Branch: perl
49052            ! t/op/lex_assign.t
49053 ____________________________________________________________________________
49054 [  6586] By: jhi                                   on 2000/08/11  00:31:50
49055         Log: Document the IO::Select timeout.
49056      Branch: perl
49057            ! ext/IO/lib/IO/Select.pm
49058 ____________________________________________________________________________
49059 [  6585] By: jhi                                   on 2000/08/11  00:13:54
49060         Log: Forgot contributor.
49061      Branch: perl
49062            ! Changes
49063 ____________________________________________________________________________
49064 [  6584] By: jhi                                   on 2000/08/11  00:09:19
49065         Log: detypo
49066      Branch: perl
49067            ! Changes
49068 ____________________________________________________________________________
49069 [  6583] By: jhi                                   on 2000/08/11  00:07:53
49070         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
49071              
49072              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
49073              From: Mike Guy <mjtg@cam.ac.uk> 
49074              Date: Thu, 10 Aug 2000 15:50:54 +0100
49075              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
49076      Branch: perl
49077            ! sv.c t/op/int.t
49078 ____________________________________________________________________________
49079 [  6582] By: jhi                                   on 2000/08/10  23:29:32
49080         Log: Update Changes.
49081      Branch: perl
49082            ! Changes
49083 ____________________________________________________________________________
49084 [  6581] By: jhi                                   on 2000/08/10  23:26:16
49085         Log: Put back the std @INC thing.
49086      Branch: perl
49087            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
49088            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
49089            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
49090            ! t/lib/gol-oo.t
49091 ____________________________________________________________________________
49092 [  6580] By: jhi                                   on 2000/08/10  23:03:34
49093         Log: Update to CGI 2.70, from Lincoln Stein.
49094      Branch: perl
49095            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
49096            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
49097            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
49098            ! t/lib/cgi-request.t
49099 ____________________________________________________________________________
49100 [  6579] By: jhi                                   on 2000/08/10  22:41:50
49101         Log: Update to CPAN 1.56, from Andreas König.
49102      Branch: perl
49103            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
49104 ____________________________________________________________________________
49105 [  6578] By: jhi                                   on 2000/08/10  22:38:13
49106         Log: Update to Pod::Parser 1.17, from Brad Appleton.
49107      Branch: perl
49108            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
49109            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
49110            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
49111            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
49112            ! t/pod/include.t t/pod/included.t t/pod/lref.t
49113            ! t/pod/multiline_items.t t/pod/nested_items.t
49114            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
49115            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
49116            ! t/pod/special_seqs.t
49117 ____________________________________________________________________________
49118 [  6577] By: jhi                                   on 2000/08/10  22:35:41
49119         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
49120      Branch: perl
49121            ! AUTHORS MAINTAIN
49122 ____________________________________________________________________________
49123 [  6576] By: jhi                                   on 2000/08/10  22:24:54
49124         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
49125      Branch: perl
49126            + t/lib/gol-oo.t
49127            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
49128            ! t/lib/gol-compat.t t/lib/gol-linkage.t
49129 ____________________________________________________________________________
49130 [  6575] By: jhi                                   on 2000/08/10  22:02:07
49131         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
49132      Branch: perl
49133            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
49134 ____________________________________________________________________________
49135 [  6574] By: jhi                                   on 2000/08/10  21:55:03
49136         Log: Iterating perl6 description.
49137      Branch: perl
49138            ! pod/perlfaq1.pod
49139 ____________________________________________________________________________
49140 [  6573] By: jhi                                   on 2000/08/10  21:48:26
49141         Log: Revert the sv.c part of #6559, a better fix is needed.
49142      Branch: perl
49143            ! sv.c
49144 ____________________________________________________________________________
49145 [  6572] By: jhi                                   on 2000/08/10  20:33:43
49146         Log: It's the 2ndO'ROSSC.
49147      Branch: perl
49148            ! pod/perlfaq1.pod
49149 ____________________________________________________________________________
49150 [  6571] By: jhi                                   on 2000/08/10  15:55:48
49151         Log: detypo
49152      Branch: perl
49153            ! pod/perlfaq1.pod
49154 ____________________________________________________________________________
49155 [  6570] By: jhi                                   on 2000/08/10  14:11:17
49156         Log: An exceptionally sticky typo.
49157      Branch: perl
49158            ! Changes
49159 ____________________________________________________________________________
49160 [  6569] By: jhi                                   on 2000/08/10  14:09:33
49161         Log: detypo (and test Changes updating script)
49162      Branch: perl
49163            ! Changes
49164 ____________________________________________________________________________
49165 [  6568] By: jhi                                   on 2000/08/10  14:07:07
49166         Log: Update Changes.
49167      Branch: perl
49168            ! Changes
49169 ____________________________________________________________________________
49170 [  6567] By: jhi                                   on 2000/08/10  14:06:19
49171         Log: Amend the description of Perl6.
49172              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
49173              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
49174              Date: Wed, 9 Aug 2000 22:11:06 -0500
49175              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
49176      Branch: perl
49177            ! pod/perlfaq1.pod
49178 ____________________________________________________________________________
49179 [  6566] By: jhi                                   on 2000/08/10  13:58:57
49180         Log: Subject: Remove dead entry in perldiag
49181              From: Mike Guy <mjtg@cam.ac.uk>
49182              Date: Thu, 10 Aug 2000 14:19:19 +0100
49183              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
49184      Branch: perl
49185            ! pod/perldiag.pod
49186 ____________________________________________________________________________
49187 [  6565] By: jhi                                   on 2000/08/10  13:51:48
49188         Log: Zero entries were skipped, fix from Adrian Goalby
49189              <argoalby@yahoo.co.uk>
49190      Branch: perl
49191            ! lib/unicode/Number.pl lib/unicode/mktables.PL
49192 ____________________________________________________________________________
49193 [  6564] By: jhi                                   on 2000/08/10  13:00:12
49194         Log: Subject: [PATCH 5.6.0] cygwin port
49195              From: "Fifer, Eric" <EFifer@sanwaint.com>
49196              Date: Thu, 10 Aug 2000 13:15:36 +0100
49197              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
49198      Branch: perl
49199            ! README.cygwin hints/cygwin.sh
49200 ____________________________________________________________________________
49201 [  6563] By: jhi                                   on 2000/08/10  12:55:16
49202         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
49203      Branch: perl
49204            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
49205 ____________________________________________________________________________
49206 [  6562] By: gsar                                  on 2000/08/10  08:38:39
49207         Log: warn is a macro, avoid using at a variable to avoid warnings
49208              in some configurations; readdir.t is too conservative in
49209              estimating number of *.t's
49210      Branch: perl
49211            ! t/op/readdir.t util.c
49212 ____________________________________________________________________________
49213 [  6561] By: jhi                                   on 2000/08/09  23:35:42
49214         Log: Update Changes.
49215      Branch: perl
49216            ! Changes
49217 ____________________________________________________________________________
49218 [  6560] By: jhi                                   on 2000/08/09  23:05:47
49219         Log: Subject: Re: enhanced(?) regex error messages
49220              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
49221              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
49222              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
49223              
49224              (plus two small patches sent privately)
49225              (this still seems to leave few test failures)
49226      Branch: perl
49227            + t/op/regmesg.t
49228            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
49229            ! t/pragma/warn/regcomp
49230 ____________________________________________________________________________
49231 [  6559] By: jhi                                   on 2000/08/09  20:41:18
49232         Log: (The fix did work but was not right, retracted in #6573)
49233              
49234              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
49235              From: Christian Kirsch <ck@held.mind.de>
49236              Date: Wed, 9 Aug 2000 17:05:17 +0200
49237              Message-Id: <20000809170517.A25389@held>
49238      Branch: perl
49239            ! sv.c t/pragma/locale.t
49240 ____________________________________________________________________________
49241 [  6558] By: jhi                                   on 2000/08/08  22:34:08
49242         Log: Tiny updates on the contributors list.
49243      Branch: perl
49244            ! Changes
49245 ____________________________________________________________________________
49246 [  6557] By: jhi                                   on 2000/08/08  19:34:28
49247         Log: Double check that we have a dirhandle.
49248      Branch: perl
49249            ! util.c
49250 ____________________________________________________________________________
49251 [  6556] By: jhi                                   on 2000/08/08  19:01:51
49252         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
49253              May be repopulated with fresh maintained examples.
49254      Branch: perl
49255            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
49256            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
49257            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
49258            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
49259            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
49260            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
49261            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
49262            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
49263            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
49264            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
49265            + lib/CGI/eg/wilogo_gif.uu
49266            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
49267            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
49268            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
49269            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
49270            - eg/cgi/frameset.cgi eg/cgi/index.html
49271            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
49272            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
49273            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
49274            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
49275            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
49276            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
49277            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
49278            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
49279            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
49280            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
49281            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
49282            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
49283            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
49284            - eg/van/vanish eg/who eg/wrapsuid
49285            ! MANIFEST
49286 ____________________________________________________________________________
49287 [  6555] By: jhi                                   on 2000/08/08  18:51:08
49288         Log: Delete chat2 as requested by Randal.
49289              
49290              Subject: Re: perlfaq8 coyness
49291              From: merlyn@stonehenge.com (Randal L. Schwartz) 
49292              Date: 15 May 2000 18:52:42 -0700 
49293              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
49294      Branch: perl
49295            - lib/chat2.pl
49296            ! MANIFEST
49297 ____________________________________________________________________________
49298 [  6554] By: jhi                                   on 2000/08/08  18:31:35
49299         Log: Regen global.sym.
49300      Branch: perl
49301            ! global.sym
49302 ____________________________________________________________________________
49303 [  6553] By: jhi                                   on 2000/08/08  18:28:13
49304         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
49305              (either perlbug or p5p ate the original), plus regen
49306              perlapi and perltoc. 
49307      Branch: perl
49308            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
49309            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
49310            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
49311            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
49312            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
49313            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
49314            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
49315            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
49316            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
49317            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
49318 ____________________________________________________________________________
49319 [  6552] By: jhi                                   on 2000/08/08  18:06:29
49320         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
49321              From: Mike Guy <mjtg@cam.ac.uk>
49322              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
49323              Date: Tue, 08 Aug 2000 15:51:27 +0100
49324      Branch: perl
49325            ! doop.c sv.h t/op/join.t t/pragma/overload.t
49326 ____________________________________________________________________________
49327 [  6551] By: jhi                                   on 2000/08/08  18:01:11
49328         Log: Re-apply #6549.
49329      Branch: perl
49330            ! lib/perl5db.pl
49331 ____________________________________________________________________________
49332 [  6550] By: jhi                                   on 2000/08/08  17:43:08
49333         Log: Accidental retraction of #6549.
49334      Branch: perl
49335            ! lib/perl5db.pl
49336 ____________________________________________________________________________
49337 [  6549] By: jhi                                   on 2000/08/08  17:40:04
49338         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
49339              From: Mike Guy <mjtg@cam.ac.uk>
49340              Date: Mon, 07 Aug 2000 21:49:58 +0100
49341              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
49342      Branch: perl
49343            ! lib/perl5db.pl
49344 ____________________________________________________________________________
49345 [  6548] By: jhi                                   on 2000/08/08  17:37:57
49346         Log: Document here-doc better.
49347              
49348              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
49349              From: Mike Guy <mjtg@cam.ac.uk>
49350              Date: Mon, 07 Aug 2000 14:02:09 +0100
49351              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
49352      Branch: perl
49353            ! pod/perldata.pod
49354 ____________________________________________________________________________
49355 [  6547] By: jhi                                   on 2000/08/08  17:33:34
49356         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
49357              From: "Randy J. Ray" <rjray@redhat.com>
49358              Date: Mon, 07 Aug 2000 19:12:25 -0700
49359              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
49360      Branch: perl
49361            ! perl.c pod/perlrun.pod
49362 ____________________________________________________________________________
49363 [  6546] By: jhi                                   on 2000/08/08  17:29:26
49364         Log: Subject: Re: enhanced(?) regex error messages 
49365              From: Hugo <hv@crypt.compulink.co.uk>
49366              Date: Tue, 08 Aug 2000 03:25:51 +0100
49367              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
49368              
49369              plus Capitalize the error messages, plus perldiag them.
49370      Branch: perl
49371            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
49372 ____________________________________________________________________________
49373 [  6545] By: jhi                                   on 2000/08/08  13:59:28
49374         Log: Augment #6539 a bit: don't croak if there's magic in the air.
49375              
49376              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
49377              From: Hugo <hv@crypt.compulink.co.uk>
49378              Date: Tue, 08 Aug 2000 03:02:03 +0100
49379              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
49380      Branch: perl
49381            ! pp.c t/op/bless.t
49382 ____________________________________________________________________________
49383 [  6544] By: jhi                                   on 2000/08/07  21:11:52
49384         Log: Make the test -w clean.
49385      Branch: perl
49386            ! t/op/bless.t
49387 ____________________________________________________________________________
49388 [  6543] By: jhi                                   on 2000/08/07  19:49:53
49389         Log: use warnings instead of $^W.
49390      Branch: perl
49391            ! t/op/bless.t
49392 ____________________________________________________________________________
49393 [  6542] By: jhi                                   on 2000/08/07  17:41:41
49394         Log: Disable a portability warning Because We Know What We Are Doing.
49395      Branch: perl
49396            ! t/op/bless.t
49397 ____________________________________________________________________________
49398 [  6541] By: jhi                                   on 2000/08/07  17:29:51
49399         Log: Tiny tidying on report_evil_fh().
49400      Branch: perl
49401            ! util.c
49402 ____________________________________________________________________________
49403 [  6540] By: jhi                                   on 2000/08/07  16:37:38
49404         Log: Make regular expression parse error messages easier to understand.
49405              
49406              Subject: Re: enhanced(?) regex error messages
49407              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
49408              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
49409              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
49410      Branch: perl
49411            ! regcomp.c
49412 ____________________________________________________________________________
49413 [  6539] By: jhi                                   on 2000/08/07  16:12:27
49414         Log: Make bless(REF, REF) a fatal error, add bless tests.
49415              
49416              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
49417              From: Hugo <hv@crypt.compulink.co.uk>
49418              Date: Mon, 07 Aug 2000 16:59:38 +0100
49419              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
49420      Branch: perl
49421            + t/op/bless.t
49422            ! MANIFEST pod/perldiag.pod pp.c sv.c
49423 ____________________________________________________________________________
49424 [  6538] By: jhi                                   on 2000/08/07  15:59:43
49425         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
49426              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
49427              Date: Thu, 3 Aug 2000 14:29:21 -0700
49428              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
49429      Branch: perl
49430            ! lib/lib_pm.PL
49431 ____________________________________________________________________________
49432 [  6537] By: jhi                                   on 2000/08/07  15:47:18
49433         Log: Retract #6419 for now since it breaks in AFS and MachTen.
49434      Branch: perl
49435            ! lib/Cwd.pm
49436 ____________________________________________________________________________
49437 [  6536] By: jhi                                   on 2000/08/07  15:05:29
49438         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
49439              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
49440              The security hole exists only in suidperls, which isn't
49441              installed or even built by default.
49442      Branch: perl
49443            ! perl.c
49444 ____________________________________________________________________________
49445 [  6535] By: jhi                                   on 2000/08/07  14:45:14
49446         Log: tr memory corruption fix from Simon Cozens.
49447      Branch: perl
49448            ! doop.c
49449 ____________________________________________________________________________
49450 [  6534] By: jhi                                   on 2000/08/06  11:38:16
49451         Log: Document a bit that UDP is not what you might think.
49452              
49453              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
49454              From: Lupe Christoph <lupe@lupe-christoph.de>
49455              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
49456              Date: Mon, 24 Jul 2000 08:59:15 +0200
49457      Branch: perl
49458            ! pod/perlipc.pod
49459 ____________________________________________________________________________
49460 [  6533] By: jhi                                   on 2000/08/06  11:35:01
49461         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
49462              From: Jeff Pinyan <jeffp@hut.crusoe.net>
49463              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
49464              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
49465      Branch: perl
49466            ! pod/perlfunc.pod
49467 ____________________________________________________________________________
49468 [  6532] By: jhi                                   on 2000/08/06  03:45:41
49469         Log: Have symbols for the IoTYPEs.
49470      Branch: perl
49471            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
49472 ____________________________________________________________________________
49473 [  6531] By: jhi                                   on 2000/08/06  01:33:55
49474         Log: Continue fixing the io warnings.  This also
49475              sort of fixes bug ID 20000802.003: the core dump
49476              is no more.  Whether the current behaviour is correct
49477              (giving a warning: "Not a format reference"), is another matter.
49478      Branch: perl
49479            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
49480            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
49481 ____________________________________________________________________________
49482 [  6530] By: jhi                                   on 2000/08/05  21:33:12
49483         Log: Change the Policy policy: now -Dprefix= with an existing
49484              Policy.sh and prefix == siteprefix == vendorprefix, then all
49485              of them follow along the new prefix.
49486              
49487              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
49488              From: Andy Dougherty <doughera@lafayette.edu>
49489              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
49490              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
49491      Branch: perl
49492            ! Policy_sh.SH
49493 ____________________________________________________________________________
49494 [  6529] By: jhi                                   on 2000/08/05  18:57:28
49495         Log: Zap lib/Sys directory when cleaning up.
49496      Branch: perl
49497            ! Makefile.SH
49498 ____________________________________________________________________________
49499 [  6528] By: jhi                                   on 2000/08/05  18:40:44
49500         Log: Essential prototype changes were missing from #6527.
49501              Also make report_evil_fh() more bomb-proof.
49502      Branch: perl
49503            ! embed.h util.c
49504 ____________________________________________________________________________
49505 [  6527] By: jhi                                   on 2000/08/05  03:22:05
49506         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
49507              From: "Ronald F. Guilmette" <rfg@monkeys.com>
49508              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
49509              Message-Id: <200007242247.PAA52177@monkeys.com>
49510      Branch: perl
49511            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
49512 ____________________________________________________________________________
49513 [  6526] By: jhi                                   on 2000/08/04  21:23:27
49514         Log: gcc versions might have (parentheses) in them.
49515      Branch: metaconfig/U/perl
49516            ! gccvers.U
49517      Branch: perl
49518            ! Configure config_h.SH
49519 ____________________________________________________________________________
49520 [  6525] By: jhi                                   on 2000/08/04  20:23:12
49521         Log: Weed buglets pointed out by
49522              
49523              From: Lupe Christoph <lupe@lupe-christoph.de>
49524              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
49525              Date: Fri, 4 Aug 2000 17:34:39 +0200
49526              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
49527      Branch: metaconfig/U/perl
49528            ! gccvers.U uselfs.U
49529      Branch: perl
49530            ! Configure config_h.SH
49531 ____________________________________________________________________________
49532 [  6524] By: jhi                                   on 2000/08/04  19:02:08
49533         Log: Warn under -w if lstat(FH) is attempted.
49534              
49535              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
49536              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
49537              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
49538              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
49539      Branch: perl
49540            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
49541            ! t/pragma/warn/pp_sys
49542 ____________________________________________________________________________
49543 [  6523] By: jhi                                   on 2000/08/04  12:31:11
49544         Log: Subject: New perlcc, take 2
49545              From: simon@brecon.co.uk (Simon Cozens)
49546              Date: 4 Aug 2000 06:21:04 GMT
49547              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
49548      Branch: perl
49549            ! utils/perlcc.PL
49550 ____________________________________________________________________________
49551 [  6522] By: jhi                                   on 2000/08/04  12:26:33
49552         Log: Subject: Re: Array vs. List context
49553              From: Daniel Chetlin <daniel@chetlin.com>
49554              Date: Fri, 4 Aug 2000 00:22:44 -0700
49555              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
49556      Branch: perl
49557            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
49558            ! pod/perlfaq4.pod
49559 ____________________________________________________________________________
49560 [  6521] By: jhi                                   on 2000/08/04  12:22:38
49561         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
49562              From: Raymund Will <ray@caldera.de>
49563              Date: Fri, 4 Aug 2000 12:07:09 +0200
49564              Message-Id: <20000804120709.A14982@caldera.de>
49565      Branch: perl
49566            ! configure.gnu
49567 ____________________________________________________________________________
49568 [  6520] By: jhi                                   on 2000/08/04  04:09:06
49569         Log: After the #6519 a warning about stat() is just that,
49570              not about a filetest, which now have their own warning.
49571      Branch: perl
49572            ! pod/perldiag.pod
49573 ____________________________________________________________________________
49574 [  6519] By: jhi                                   on 2000/08/04  04:06:30
49575         Log: In the warnings call filehandles consistently so;
49576              add "unopened" warning for stat().
49577      Branch: perl
49578            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
49579            ! t/pragma/warn/pp_sys
49580 ____________________________________________________________________________
49581 [  6518] By: jhi                                   on 2000/08/04  02:55:35
49582         Log: Subject: Minor tweak to perlvar.pod
49583              From: "Stephen P. Potter" <spp@ds.net>
49584              Date: Tue, 18 Apr 2000 09:26:03 -0400
49585              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
49586      Branch: perl
49587            ! pod/perlvar.pod
49588 ____________________________________________________________________________
49589 [  6517] By: jhi                                   on 2000/08/04  02:50:08
49590         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
49591              From: "Clinton Pierce" <cpierce1@ford.com>
49592              Date: Wed, 21 Jul 1999 16:45:31 -0400
49593              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
49594              
49595              Fix by Stephen Potter (visible in the bug db but not in p5p?)
49596      Branch: perl
49597            ! pod/perlfunc.pod pod/perlop.pod
49598 ____________________________________________________________________________
49599 [  6516] By: jhi                                   on 2000/08/04  02:09:25
49600         Log: This is 6512.  Really.
49601      Branch: perl
49602            ! dump.c
49603 ____________________________________________________________________________
49604 [  6515] By: jhi                                   on 2000/08/04  01:25:50
49605         Log: mention the idea of @( and @)
49606      Branch: perl
49607            ! Todo-5.6
49608 ____________________________________________________________________________
49609 [  6514] By: bailey                                on 2000/08/04  01:18:46
49610         Log: YA resync with mainstem, including VMS patches from others
49611      Branch: vmsperl
49612           +> (branch 48 files)
49613            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
49614           !> (integrate 354 files)
49615 ____________________________________________________________________________
49616 [  6513] By: jhi                                   on 2000/08/04  01:18:18
49617         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
49618              From: Mark Dickinson <dickins3@fas.harvard.edu>
49619              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
49620              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
49621      Branch: perl
49622            ! t/op/grent.t t/op/pwent.t
49623 ____________________________________________________________________________
49624 [  6512] By: jhi                                   on 2000/08/04  01:14:06
49625         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
49626              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49627              Date: Wed, 02 Aug 2000 10:51:01 +0100
49628              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
49629      Branch: perl
49630            ! sv.c
49631 ____________________________________________________________________________
49632 [  6511] By: jhi                                   on 2000/08/04  00:57:00
49633         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
49634              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49635              Date: Thu, 03 Aug 2000 17:20:04 -0700
49636              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
49637      Branch: metaconfig
49638            ! U/modified/Cppsym.U
49639      Branch: perl
49640            ! Configure config_h.SH
49641 ____________________________________________________________________________
49642 [  6510] By: jhi                                   on 2000/08/04  00:25:28
49643         Log: detypo
49644      Branch: perl
49645            ! Makefile.SH
49646 ____________________________________________________________________________
49647 [  6509] By: jhi                                   on 2000/08/03  23:43:18
49648         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
49649              From: Dominic Dunlop <domo@computer.org>
49650              Date: Thu, 3 Aug 2000 22:16:46 +0200
49651              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
49652      Branch: perl
49653            ! t/op/sprintf.t
49654 ____________________________________________________________________________
49655 [  6508] By: jhi                                   on 2000/08/03  23:40:37
49656         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
49657              From: Hugo <hv@crypt.compulink.co.uk>
49658              Date: Thu, 03 Aug 2000 18:25:30 +0100
49659              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
49660      Branch: perl
49661            ! regcomp.c t/op/re_tests
49662 ____________________________________________________________________________
49663 [  6507] By: jhi                                   on 2000/08/03  23:38:28
49664         Log: Subject: [PATCH] sv.h documentation - SvLEN
49665              From: Mike Guy <mjtg@cam.ac.uk>
49666              Date: Thu, 03 Aug 2000 14:43:09 +0100
49667              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
49668      Branch: perl
49669            ! sv.h
49670 ____________________________________________________________________________
49671 [  6506] By: jhi                                   on 2000/08/03  15:49:14
49672         Log: Disable the fix_pl hack for now.
49673      Branch: perl
49674            ! Makefile.SH
49675 ____________________________________________________________________________
49676 [  6505] By: jhi                                   on 2000/08/03  13:49:04
49677         Log: Add a URL for FSF.
49678              
49679              Subject: Patch for README
49680              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
49681              Date: Wed, 2 Aug 2000 13:25:09 -0500
49682              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
49683      Branch: perl
49684            ! README
49685 ____________________________________________________________________________
49686 [  6504] By: jhi                                   on 2000/08/03  13:29:19
49687         Log: Be more informative on what is skipped and why,
49688              also repeat the list at the end.
49689      Branch: perl
49690            ! Porting/p4desc
49691 ____________________________________________________________________________
49692 [  6503] By: jhi                                   on 2000/08/03  13:07:05
49693         Log: Circumvent the removal of .patch by fix_pl.
49694              
49695              Subject: Re: [ID 20000802.011] unable to 'make test'          
49696              From: simon@brecon.co.uk (Simon Cozens) 
49697              Date: 3 Aug 2000 04:17:00 GMT
49698              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
49699      Branch: perl
49700            ! Makefile.SH
49701 ____________________________________________________________________________
49702 [  6502] By: jhi                                   on 2000/08/03  00:14:34
49703         Log: Add the missing setproctitle unit.
49704      Branch: metaconfig/U/perl
49705            + d_setproctitle.U
49706 ____________________________________________________________________________
49707 [  6501] By: jhi                                   on 2000/08/03  00:00:26
49708         Log: The subtest 4 may fail also on VOBS, as pointed out
49709              by Nick Ing-Simmons in November 1999, bug id 19991124.003
49710              (but the failure in that bug report isn't the subtest 4).
49711      Branch: perl
49712            ! t/op/stat.t
49713 ____________________________________________________________________________
49714 [  6500] By: jhi                                   on 2000/08/02  23:49:30
49715         Log: Better skip message for the test; one of the two problems in
49716              
49717              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
49718              From: Lupe Christoph <lupe@lupe-christoph.de>
49719              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
49720              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
49721      Branch: perl
49722            ! t/op/numconvert.t
49723 ____________________________________________________________________________
49724 [  6499] By: jhi                                   on 2000/08/02  22:49:16
49725         Log: Allow "no Module;" even if there is no 'unimport'.
49726              
49727              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
49728              From: mjd@plover.com
49729              Date: 24 Mar 2000 15:24:34 -0000
49730              Message-Id: <20000324152434.15160.qmail@plover.com>
49731      Branch: perl
49732            ! gv.c
49733 ____________________________________________________________________________
49734 [  6498] By: jhi                                   on 2000/08/02  22:42:58
49735         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
49736              that are hopefully soon put into use.
49737      Branch: perl
49738            ! opcode.h opcode.pl opnames.h
49739 ____________________________________________________________________________
49740 [  6497] By: gsar                                  on 2000/08/02  22:28:59
49741         Log: require.t needs binmode() to work on windows
49742      Branch: perl
49743            ! t/comp/require.t
49744 ____________________________________________________________________________
49745 [  6496] By: jhi                                   on 2000/08/02  22:08:51
49746         Log: Document the IVdf UVuf UVof UVxf.
49747      Branch: perl
49748            ! pod/perlguts.pod
49749 ____________________________________________________________________________
49750 [  6495] By: jhi                                   on 2000/08/02  21:54:26
49751         Log: detypo #6494
49752      Branch: perl
49753            ! ext/Data/Dumper/Dumper.xs
49754 ____________________________________________________________________________
49755 [  6494] By: jhi                                   on 2000/08/02  21:49:17
49756         Log: Dump UVs as UVs in Data::Dumper.
49757              
49758              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
49759              From: Gurusamy Sarathy <gsar@ActiveState.com>
49760              Date: Thu, 27 Apr 2000 12:26:25 -0700
49761              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
49762      Branch: perl
49763            ! ext/Data/Dumper/Dumper.xs
49764 ____________________________________________________________________________
49765 [  6493] By: jhi                                   on 2000/08/02  17:01:58
49766         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
49767              From: Hugo <hv@crypt.compulink.co.uk>
49768              Date: Wed, 02 Aug 2000 14:53:56 +0100
49769              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
49770      Branch: perl
49771            ! regexec.c t/op/re_tests
49772 ____________________________________________________________________________
49773 [  6492] By: jhi                                   on 2000/08/02  15:02:46
49774         Log: The new setproctitle() feature is available only in 
49775              bleeding edge FreeBSD.  From Paul Saab.
49776      Branch: perl
49777            ! mg.c
49778 ____________________________________________________________________________
49779 [  6491] By: jhi                                   on 2000/08/02  13:34:36
49780         Log: The tr utf8 patching continues.
49781              
49782              Subject: Re: #6469, too many tests claimed in require.t
49783              From: simon@brecon.co.uk (Simon Cozens)
49784              Date: 2 Aug 2000 02:37:17 GMT
49785              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
49786              
49787              (the logic of the test was the wrong way round in the patch)
49788      Branch: perl
49789            ! doop.c
49790 ____________________________________________________________________________
49791 [  6490] By: jhi                                   on 2000/08/02  13:27:38
49792         Log: The name of a filehandle does not have <these>.
49793      Branch: perl
49794            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
49795            ! t/pragma/warn/pp_sys util.c
49796 ____________________________________________________________________________
49797 [  6489] By: jhi                                   on 2000/08/02  04:26:46
49798         Log: Remove the extraneous "main::" prefix from all the
49799              "opened only for", "on closed", and "never opened" warnings.
49800              
49801              Subject: Re: inappropriate warning
49802              From: Gurusamy Sarathy <gsar@ActiveState.com>
49803              Date: Mon, 20 Mar 2000 11:28:02 -0800
49804              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
49805      Branch: perl
49806            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
49807            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
49808            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
49809 ____________________________________________________________________________
49810 [  6488] By: jhi                                   on 2000/08/02  03:02:57
49811         Log: memcpy has n o in it, as pinted ut by Sarathy.
49812      Branch: perl
49813            ! pod/perlguts.pod
49814 ____________________________________________________________________________
49815 [  6487] By: jhi                                   on 2000/08/02  02:44:51
49816         Log: Document in one place the memory abstractions used in Perl core.
49817              
49818              Subject: Re: Memory abstraction
49819              From: simon@brecon.co.uk (Simon Cozens)
49820              Date: 2 Aug 2000 02:20:23 GMT
49821              Organization: Earth.li Origins
49822      Branch: perl
49823            ! pod/perlguts.pod
49824 ____________________________________________________________________________
49825 [  6486] By: jhi                                   on 2000/08/02  02:41:57
49826         Log: regen_headers, regen perltoc.
49827      Branch: perl
49828            ! perlapi.c pod/perltoc.pod
49829 ____________________________________________________________________________
49830 [  6485] By: jhi                                   on 2000/08/02  01:43:33
49831         Log: "This little thing tests for a file .patch, and if it contains
49832              a number, pops into patchlevel.h" (making it easier to track
49833              which development version people are reporting bugs against)
49834              
49835              Subject: Patchlevel autogeneration for repository perls
49836              From: simon@brecon.co.uk (Simon Cozens)
49837              Date: 14 Jul 2000 07:12:15 GMT
49838              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
49839      Branch: perl
49840            + fix_pl
49841            ! MANIFEST Makefile.SH
49842 ____________________________________________________________________________
49843 [  6484] By: jhi                                   on 2000/08/02  01:32:54
49844         Log: FreeBSD 3.* updates from
49845              
49846              From: Paul Saab <ps@yahoo-inc.com>
49847              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
49848              Date: Tue, 1 Aug 2000 15:41:39 -0700
49849              Message-Id: <20000801154139.A53740@yahoo-inc.com>
49850      Branch: perl
49851            ! hints/freebsd.sh
49852 ____________________________________________________________________________
49853 [  6483] By: jhi                                   on 2000/08/02  01:27:44
49854         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
49855              instead one must use setproctitle().  This was already addressed
49856              by change #6457, but the below has a new variant for FreeBSD 4.0
49857              or later, and the matter is also documented more.
49858              
49859              From: Paul Saab <ps@yahoo-inc.com>
49860              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
49861              Date: Tue, 1 Aug 2000 15:41:39 -0700
49862              Message-Id: <20000801154139.A53740@yahoo-inc.com>
49863      Branch: metaconfig/U/perl
49864            + i_libutil.U
49865      Branch: perl
49866            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
49867 ____________________________________________________________________________
49868 [  6482] By: jhi                                   on 2000/08/01  22:17:32
49869         Log: The test from this
49870              
49871              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
49872              Date: Sat, 15 Apr 2000 17:03:44 +0100
49873              From: Tom Hughes <tom@compton.nu>
49874              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
49875              
49876              was missing, the code change went in as #5989
49877              (which had a different test?)
49878      Branch: perl
49879            ! t/op/misc.t
49880 ____________________________________________________________________________
49881 [  6481] By: jhi                                   on 2000/08/01  21:48:38
49882         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
49883              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
49884              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
49885              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
49886      Branch: perl
49887            ! perl.h
49888 ____________________________________________________________________________
49889 [  6480] By: jhi                                   on 2000/08/01  18:05:28
49890         Log: Make p4desc to skip non-mainperl branches by default.
49891      Branch: perl
49892            ! Porting/p4desc
49893 ____________________________________________________________________________
49894 [  6479] By: jhi                                   on 2000/08/01  17:29:19
49895         Log: If gccosandvers is equal to osname, clear gccosandvers.
49896      Branch: metaconfig/U/perl
49897            ! gccvers.U
49898      Branch: perl
49899            ! Configure config_h.SH
49900 ____________________________________________________________________________
49901 [  6478] By: jhi                                   on 2000/08/01  15:54:08
49902         Log: BOM patching from Simon Cozens.
49903      Branch: perl
49904            ! toke.c
49905 ____________________________________________________________________________
49906 [  6477] By: jhi                                   on 2000/08/01  04:50:33
49907         Log: Stash away the largefiles flags and libswanted.
49908      Branch: perl
49909            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
49910 ____________________________________________________________________________
49911 [  6476] By: gsar                                  on 2000/08/01  04:24:24
49912         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
49913              on Windows)
49914      Branch: perl
49915            ! t/pragma/utf8.t utf8.c win32/win32.c
49916 ____________________________________________________________________________
49917 [  6475] By: jhi                                   on 2000/08/01  03:35:24
49918         Log: Make chr() for values >127 to create utf8 when under utf8.
49919              
49920              Subject: Re: uft8/chr()
49921              From: simon@brecon.co.uk (Simon Cozens)
49922              Date: 1 Aug 2000 02:37:02 GMT
49923              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
49924      Branch: perl
49925            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
49926 ____________________________________________________________________________
49927 [  6474] By: jhi                                   on 2000/08/01  02:36:18
49928         Log: In Digital UNIX warn if gcc explicitly chosen because even
49929              2.95.2 is known to cause problems.
49930      Branch: perl
49931            ! hints/dec_osf.sh
49932 ____________________________________________________________________________
49933 [  6473] By: jhi                                   on 2000/08/01  02:00:56
49934         Log: Make the safety catch for buggy gccs work with triple version
49935              numbers like 2.95.2.  Reported in
49936              
49937              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
49938              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
49939              Date: Mon, 31 Jul 2000 14:55:06 +0200
49940              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
49941      Branch: perl
49942            ! hints/dec_osf.sh
49943 ____________________________________________________________________________
49944 [  6472] By: jhi                                   on 2000/08/01  01:13:33
49945         Log: Subject: fix and question re: waitpid() under win32
49946              From: Brian Clarke <clarke@appliedmeta.com>
49947              Date: Fri, 28 Jul 2000 15:18:29 -0400
49948              Message-ID: <3981DC85.290314EB@appliedmeta.com>
49949              
49950              Slightly reformatted and WNOHANG # define moved to win32.h
49951              so that also POSIX.xs sees it, as suggsted by Sarathy.
49952      Branch: perl
49953            ! win32/win32.c win32/win32.h
49954 ____________________________________________________________________________
49955 [  6471] By: jhi                                   on 2000/08/01  00:55:05
49956         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
49957              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49958              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
49959              Date: Mon, 31 Jul 2000 13:28:51 +0100
49960              
49961              (aka ID 20000730.002)
49962      Branch: perl
49963            ! op.c t/op/tr.t
49964 ____________________________________________________________________________
49965 [  6470] By: jhi                                   on 2000/07/31  23:34:42
49966         Log: Document the problem with -P in HP-UX and its workaround.
49967              
49968              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
49969              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
49970              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
49971              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
49972      Branch: perl
49973            ! README.hpux
49974 ____________________________________________________________________________
49975 [  6469] By: jhi                                   on 2000/07/31  04:15:02
49976         Log: The swallow_bom() saga continues.  The #23 of require.t
49977              (UTF16-LE) still fails (silently, no output) but the #22
49978              (UTF16-BE) seems to be working now.  The root of the
49979              failure may be in sv_gets(): is it UTF-16LE-aware,
49980              especially when it comes to line endings? 
49981      Branch: perl
49982            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
49983            ! t/comp/require.t toke.c utf8.c
49984 ____________________________________________________________________________
49985 [  6468] By: jhi                                   on 2000/07/30  19:05:48
49986         Log: Find green threads before native threads.
49987              
49988              Subject: Re: Patch to jpl/JNI/Makefile.PL
49989              From: Jens Thomsen <jens@fiend.cis.com>
49990              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
49991              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
49992      Branch: perl
49993            ! jpl/JNI/Makefile.PL
49994 ____________________________________________________________________________
49995 [  6467] By: jhi                                   on 2000/07/30  18:36:22
49996         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
49997      Branch: perl
49998            ! doop.c
49999 ____________________________________________________________________________
50000 [  6466] By: jhi                                   on 2000/07/30  04:37:29
50001         Log: A new version of the "remove UPPERACSE string comparison"
50002              operators.  The problem with the previous one (change #6454)
50003              was that it was for Perl 5.6.0.  From Paul Marquess.
50004      Branch: perl
50005            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
50006            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
50007            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
50008 ____________________________________________________________________________
50009 [  6465] By: jhi                                   on 2000/07/29  22:39:56
50010         Log: Do not upgrade SVs into utf8 just because they participate
50011              in eq or cmp.  Reported and fix suggested in
50012              
50013              Subject: [ID 20000720.009] sv_eq UTF8 bug
50014              From: "Simon Cozens" <simon@othersideofthe.earth.li>
50015              Date: 21 Jul 2000 04:37:29 -0000
50016              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
50017              
50018              Exercise for the kind reader: should we or should we not
50019              cache the utf8 conversion alonside the SV? (as magic,
50020              as thestrxfrm()ed version is cached under use locale)
50021              Argue both for and against.
50022      Branch: perl
50023            ! sv.c
50024 ____________________________________________________________________________
50025 [  6464] By: jhi                                   on 2000/07/29  22:36:22
50026         Log: Subject: UTF8 concat
50027              From: simon@brecon.co.uk (Simon Cozens) 
50028              Date: 30 Jun 2000 06:13:25 GMT
50029              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
50030              
50031              (with a memory leak fixed, plus a few casts added)
50032              
50033              This also seems to help for
50034              
50035              Subject: [ID 20000716.015] join UTF8 weirdness
50036              From: root <root@ak-71.mind.de> 
50037              Date: Sat, 15 Jul 2000 15:29:54 +0200
50038              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
50039              
50040              (from Andreas König)
50041      Branch: perl
50042            ! pp_hot.c
50043 ____________________________________________________________________________
50044 [  6463] By: jhi                                   on 2000/07/29  00:55:39
50045         Log: Tune the comments and hopefully stop a memory leak.
50046      Branch: perl
50047            ! toke.c utf8.c
50048 ____________________________________________________________________________
50049 [  6462] By: jhi                                   on 2000/07/29  00:16:53
50050         Log: The problem described in this
50051              
50052              Subject: [ID 20000322.018] named chars aren't magical enough
50053              From: root <root@dixie.cscaper.com>     
50054              Date: Wed, 22 Mar 2000 18:37:42 -0700
50055              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
50056              
50057              has been fixed in perl 5.6.0 but just in case added a test
50058              to keep it away.  (The report from Joseph Hall.)
50059      Branch: perl
50060            ! t/lib/charnames.t
50061 ____________________________________________________________________________
50062 [  6461] By: jhi                                   on 2000/07/28  23:56:36
50063         Log: Tiny fixes for #6460.
50064      Branch: metaconfig/U/perl
50065            ! gccvers.U
50066      Branch: perl
50067            ! Configure config_h.SH
50068 ____________________________________________________________________________
50069 [  6460] By: jhi                                   on 2000/07/28  23:24:41
50070         Log: Warn if the version of the operating system used to compile gcc
50071              differs from the current version of the operating system.
50072              Also display the gcc compilation os and version in myconfig.
50073              Inspiration from
50074              
50075              Subject: Re: [ID 20000710.003] ERRORS!!         
50076              From: "Kurt D. Starsinic" <kstar@chapin.edu>
50077              Date: Mon, 10 Jul 2000 15:54:16 -0400
50078              Message-ID: <20000710155416.A1384@O2.chapin.edu>
50079      Branch: metaconfig/U/perl
50080            ! gccvers.U
50081      Branch: perl
50082            ! Configure config_h.SH myconfig.SH
50083 ____________________________________________________________________________
50084 [  6459] By: jhi                                   on 2000/07/28  22:00:32
50085         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
50086              letter to $Config{osvers}.
50087      Branch: metaconfig
50088            ! U/modified/Oldconfig.U
50089      Branch: perl
50090            ! Configure config_h.SH
50091 ____________________________________________________________________________
50092 [  6458] By: jhi                                   on 2000/07/28  04:15:39
50093         Log: Back out #6454, doesn't seem to work.
50094              (Reason: that patch was for perl 5.6.0, not perl-current)
50095              (A version of the patch for perl-current came in later as #6466)
50096      Branch: perl
50097            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
50098            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
50099            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
50100 ____________________________________________________________________________
50101 [  6457] By: jhi                                   on 2000/07/27  23:31:49
50102         Log: Use setproctitle() if available to modify $0.
50103              
50104              Subject: setting $* on BSD4 broken
50105              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
50106              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
50107              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
50108      Branch: metaconfig
50109            ! U/modified/Myinit.U
50110      Branch: perl
50111            ! Configure config_h.SH mg.c
50112 ____________________________________________________________________________
50113 [  6456] By: jhi                                   on 2000/07/27  14:50:47
50114         Log: Allow "no AutoLoader;", based on change #6444,
50115              suggested by Graham Barr.
50116      Branch: perl
50117            ! lib/AutoLoader.pm
50118 ____________________________________________________________________________
50119 [  6455] By: jhi                                   on 2000/07/27  14:19:10
50120         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
50121              From: rspier@pobox.com (Robert Spier)
50122              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
50123              Message-ID: <14720.15855.787664.424783@rls.cx>
50124      Branch: perl
50125            ! pod/perldiag.pod
50126 ____________________________________________________________________________
50127 [  6454] By: jhi                                   on 2000/07/27  14:03:02
50128         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
50129              for a long time).
50130              
50131              Reported in
50132              
50133              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
50134              From: Ryan Herbert <rherbert@sycamorehq.com>
50135              Date: Mon, 17 Jul 2000 11:40:42 -0400
50136              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
50137              
50138              Patched in
50139              
50140              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
50141              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
50142              Date: Wed, 26 Jul 2000 23:40:18 +0100
50143              Message-ID: <000001bff752$79511880$0a17073e@tiny>
50144              
50145              based on an earlier patch from Stephen P. Potter.
50146              
50147              (Removed later by change #6458 because this patch was for
50148              perl 5.6.0, not perl-current)
50149      Branch: perl
50150            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
50151            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
50152            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
50153 ____________________________________________________________________________
50154 [  6453] By: jhi                                   on 2000/07/27  13:48:02
50155         Log: Subject: [PATCH] fixes bug 20000508.004
50156              From: Michael Stevens <mstevens@globnix.org>
50157              Date: Thu, 27 Jul 2000 13:49:04 +0100
50158              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
50159      Branch: perl
50160            ! pod/perldata.pod
50161 ____________________________________________________________________________
50162 [  6452] By: jhi                                   on 2000/07/26  23:51:26
50163         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
50164              and Craig A. Berry.
50165      Branch: perl
50166            ! lib/File/Temp.pm pod/perlport.pod
50167 ____________________________________________________________________________
50168 [  6451] By: jhi                                   on 2000/07/26  19:43:30
50169         Log: Be wary of close()s, too.
50170              
50171              Subject: Re: [PATCH] perlbug cleanup
50172              From: Tim Jenness <t.jenness@jach.hawaii.edu>
50173              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
50174              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
50175      Branch: perl
50176            ! utils/perlbug.PL
50177 ____________________________________________________________________________
50178 [  6450] By: jhi                                   on 2000/07/26  18:41:40
50179         Log: Subject: Minor doc patch: handy.h
50180              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
50181              Date: Wed, 26 Jul 2000 15:34:25 -0300
50182              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
50183      Branch: perl
50184            ! handy.h pod/perlapi.pod
50185 ____________________________________________________________________________
50186 [  6449] By: jhi                                   on 2000/07/26  18:23:55
50187         Log: Subject: [PATCH] minor doc change - perlguts
50188              From: Michael Stevens <mstevens@globnix.org>
50189              Date: Thu, 13 Jul 2000 12:39:18 +0100
50190              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
50191      Branch: perl
50192            ! pod/perlguts.pod
50193 ____________________________________________________________________________
50194 [  6448] By: jhi                                   on 2000/07/26  18:20:30
50195         Log: open() wariness in perlbug.
50196              
50197              Subject: [PATCH] perlbug cleanup
50198              From: Michael Stevens <mstevens@globnix.org>
50199              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
50200              Date: Thu, 13 Jul 2000 15:52:23 +0100
50201      Branch: perl
50202            ! utils/perlbug.PL
50203 ____________________________________________________________________________
50204 [  6447] By: jhi                                   on 2000/07/26  18:13:04
50205         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
50206      Branch: perl
50207            ! lib/File/Temp.pm t/lib/ftmp-security.t
50208 ____________________________________________________________________________
50209 [  6446] By: jhi                                   on 2000/07/26  18:06:32
50210         Log: docfix from Peter Scott <Peter@PSDT.com>.
50211      Branch: perl
50212            ! pod/perlfunc.pod
50213 ____________________________________________________________________________
50214 [  6445] By: jhi                                   on 2000/07/26  17:53:31
50215         Log: Fix *foo{FORMAT}.
50216              
50217              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
50218              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
50219              Date: Wed, 26 Jul 2000 19:51:02 +0200
50220              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
50221              
50222              From: Graham Barr <gbarr@pobox.com>
50223              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
50224              Date: Wed, 26 Jul 2000 17:38:36 +0100
50225              Message-ID: <20000726173836.L472@pobox.com>
50226      Branch: perl
50227            ! pp.c sv.c t/op/gv.t
50228 ____________________________________________________________________________
50229 [  6444] By: jhi                                   on 2000/07/26  17:49:14
50230         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
50231              from Graham Barr in the module list.
50232      Branch: perl
50233            ! gv.c pod/perlobj.pod
50234 ____________________________________________________________________________
50235 [  6443] By: jhi                                   on 2000/07/26  16:06:56
50236         Log: More split() doc and test patches from Mike Guy.
50237      Branch: perl
50238            ! pod/perlfunc.pod t/op/split.t
50239 ____________________________________________________________________________
50240 [  6442] By: jhi                                   on 2000/07/26  16:05:30
50241         Log: MacOS nits from Matthias Neeracher.
50242      Branch: perl
50243            ! perl.c pp_ctl.c
50244 ____________________________________________________________________________
50245 [  6441] By: jhi                                   on 2000/07/26  04:39:57
50246         Log: Subject: [PATCH] split /^/
50247              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50248              Date: Tue, 25 Jul 2000 14:18:57 +0100
50249              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
50250              
50251              (with notes from tchrist and gbarr)
50252      Branch: perl
50253            ! pod/perlfunc.pod t/op/split.t
50254 ____________________________________________________________________________
50255 [  6440] By: jhi                                   on 2000/07/26  04:32:32
50256         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
50257              From: Peter Prymmer <pvhp@forte.com>
50258              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
50259              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
50260      Branch: perl
50261            ! vms/munchconfig.c
50262 ____________________________________________________________________________
50263 [  6439] By: jhi                                   on 2000/07/26  04:31:01
50264         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
50265              to be fatal errors (instead of by default ignoring them, and
50266              ignoring with a bug: even though -w gave an error, the opening [
50267              was left in)  Reported in:
50268              
50269              Subject: [ID 20000716.024] [=cc=] / [:blank:]
50270              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
50271              Date: Sun, 16 Jul 2000 17:55:29 -0700
50272              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
50273      Branch: perl
50274            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
50275 ____________________________________________________________________________
50276 [  6438] By: jhi                                   on 2000/07/25  15:41:15
50277         Log: Subject: [PATCH] av.c apidoc
50278              From: simon@brecon.co.uk (Simon Cozens)
50279              Date: 24 Jul 2000 06:40:52 GMT
50280              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
50281      Branch: perl
50282            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
50283            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
50284 ____________________________________________________________________________
50285 [  6437] By: jhi                                   on 2000/07/25  14:05:36
50286         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
50287              From: "Stephen P. Potter" <spp@ds.net>
50288              Date: Mon, 24 Jul 2000 14:22:23 -0400
50289              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
50290      Branch: perl
50291            ! pod/perllocale.pod
50292 ____________________________________________________________________________
50293 [  6436] By: jhi                                   on 2000/07/25  14:02:03
50294         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
50295              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50296              Date: Mon, 24 Jul 2000 18:04:28 +0100
50297              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
50298      Branch: perl
50299            ! t/lib/syslfs.t t/op/lfs.t
50300 ____________________________________________________________________________
50301 [  6435] By: jhi                                   on 2000/07/25  13:59:28
50302         Log: Get UTF16 BOMs working.  Patch from
50303              
50304              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
50305              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50306              Date: Tue, 25 Jul 2000 12:52:45 +0100
50307              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
50308              
50309              and notes from
50310              
50311              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
50312              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50313              Date: Tue, 25 Jul 2000 11:43:25 +0100
50314              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
50315      Branch: perl
50316            ! t/comp/require.t toke.c utf8.c
50317 ____________________________________________________________________________
50318 [  6434] By: jhi                                   on 2000/07/25  02:39:54
50319         Log: Make the "uninit variable" warning to say "concat or string"
50320              or "join or string" when in concat or join .
50321              
50322              Subject: Re: [ID 20000403.009] uninitialised concatenation???
50323              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50324              Date: Tue, 04 Apr 2000 18:22:58 +0100
50325              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
50326              
50327              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
50328              From: William R Ward <hermit@BayView.COM>
50329              Date: Thu, 30 Mar 2000 19:50:03 -0800
50330              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
50331      Branch: perl
50332            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
50333            ! t/pragma/warn/op t/pragma/warn/sv
50334 ____________________________________________________________________________
50335 [  6433] By: jhi                                   on 2000/07/24  17:52:56
50336         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
50337      Branch: perl
50338            ! lib/File/Spec/VMS.pm
50339 ____________________________________________________________________________
50340 [  6432] By: jhi                                   on 2000/07/24  17:44:44
50341         Log: Test cases for #6431.
50342              
50343              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
50344              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50345              Date: Mon, 24 Jul 2000 15:32:29 +0100
50346              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
50347      Branch: perl
50348            ! t/op/pat.t t/op/split.t
50349 ____________________________________________________________________________
50350 [  6431] By: jhi                                   on 2000/07/24  17:43:17
50351         Log: Bind op fix.
50352              
50353              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
50354              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50355              Date: Mon, 17 Jul 2000 20:04:56 +0100
50356              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
50357      Branch: perl
50358            ! op.c
50359 ____________________________________________________________________________
50360 [  6430] By: jhi                                   on 2000/07/24  03:42:42
50361         Log: Subject: [ID 20000716.023] syslog test fails without sockets
50362              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
50363              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
50364              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
50365      Branch: metaconfig/U/perl
50366            ! Extensions.U
50367      Branch: perl
50368            ! Configure config_h.SH
50369 ____________________________________________________________________________
50370 [  6429] By: jhi                                   on 2000/07/24  03:11:52
50371         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
50372              case, but add also notes explaining the relationship of this
50373              patch and the earlier notes by Sarathy.
50374              
50375              Subject: Map is still slow
50376              From: "Ben Tilly" <ben_tilly@hotmail.com>
50377              Date: Sat, 15 Jul 2000 17:23:27 EDT
50378              Message-ID: <20000715212327.21656.qmail@hotmail.com>
50379      Branch: perl
50380            ! pp_ctl.c
50381 ____________________________________________________________________________
50382 [  6428] By: jhi                                   on 2000/07/24  02:58:52
50383         Log: Documentation to explain the behaviour of map().
50384              
50385              Subject: Re: Map is still slow 
50386              From: Gurusamy Sarathy <gsar@ActiveState.com>
50387              Date: Sat, 15 Jul 2000 16:05:09 -0700
50388              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
50389      Branch: perl
50390            ! pp_ctl.c
50391 ____________________________________________________________________________
50392 [  6427] By: jhi                                   on 2000/07/24  02:50:03
50393         Log: Add tests for
50394              [ID 19991110.003] another matching finding by pcre author
50395              which has already been fixed by some patch, as verified in
50396              
50397              Subject: Re: two regex bugs from the mists of time (well, last November)
50398              From: Hugo <hv@crypt.compulink.co.uk>
50399              Date: Sat, 22 Jul 2000 18:12:58 +0100
50400              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
50401      Branch: perl
50402            ! t/op/re_tests
50403 ____________________________________________________________________________
50404 [  6426] By: jhi                                   on 2000/07/24  02:11:20
50405         Log: A missing 'break' after the [[:space:]] switch case.
50406              
50407              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
50408              From: "Stephen P. Potter" <spp@ds.net>
50409              Date: Tue, 18 Jul 2000 16:25:17 -0400
50410              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
50411      Branch: perl
50412            ! regcomp.c
50413 ____________________________________________________________________________
50414 [  6425] By: jhi                                   on 2000/07/24  02:06:12
50415         Log: The output might have been produced in the wrong order.
50416              
50417              Subject: [ID 20000720.003] [PATCH] t/op/write.t
50418              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50419              Date: Thu, 20 Jul 2000 18:49:18 +0100
50420              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
50421      Branch: perl
50422            ! t/op/write.t
50423 ____________________________________________________________________________
50424 [  6424] By: jhi                                   on 2000/07/24  02:00:07
50425         Log: Use STDOUT consistently.
50426              
50427              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
50428              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50429              Date: Thu, 20 Jul 2000 18:04:01 +0100
50430              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
50431      Branch: perl
50432            ! lib/Test/Harness.pm
50433 ____________________________________________________________________________
50434 [  6423] By: jhi                                   on 2000/07/24  01:54:54
50435         Log: Protect against "wild next"s, that is, callbacks doing "next"
50436              instead of "return".
50437              
50438              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
50439              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50440              Date: Tue, 18 Jul 2000 11:30:16 +0100
50441              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
50442      Branch: perl
50443            ! lib/File/Find.pm
50444 ____________________________________________________________________________
50445 [  6422] By: jhi                                   on 2000/07/24  01:35:47
50446         Log: Out-of-date note removed.
50447              
50448              Subject: [PATCH] documentation perlipc
50449              From: rspier@pobox.com (Robert Spier)
50450              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
50451              Message-ID: <14711.35178.572612.502654@rls.cx>
50452      Branch: perl
50453            ! pod/perlipc.pod
50454 ____________________________________________________________________________
50455 [  6421] By: jhi                                   on 2000/07/24  00:09:18
50456         Log: Send all installperl messages to STDERR and be -w clean.
50457              
50458              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
50459              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50460              Date: Sat, 22 Jul 2000 14:02:11 +0100
50461              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
50462      Branch: perl
50463            ! installperl
50464 ____________________________________________________________________________
50465 [  6420] By: jhi                                   on 2000/07/24  00:04:19
50466         Log: Decutandpasto.
50467              
50468              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
50469              From: "Richard Soderberg" <rs@crystalflame.net>
50470              Date: Sun, 23 Jul 2000 01:37:23 -0700
50471              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
50472      Branch: perl
50473            ! pod/perlipc.pod
50474 ____________________________________________________________________________
50475 [  6419] By: jhi                                   on 2000/07/24  00:01:12
50476         Log: A cleaner abs_path().
50477              Subject: Re: unix alternative to Cwd.pm
50478              From: Jeff Pinyan <jeffp@crusoe.net>
50479              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
50480              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
50481      Branch: perl
50482            ! lib/Cwd.pm
50483 ____________________________________________________________________________
50484 [  6418] By: jhi                                   on 2000/07/23  23:48:56
50485         Log: Detypo.
50486              
50487              Subject: [PATCH perl-current] Typo in hints/powerux.sh
50488              From: "Richard Soderberg" <rs@crystalflame.net>
50489              Date: Sun, 23 Jul 2000 01:27:33 -0700
50490              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
50491      Branch: perl
50492            ! hints/powerux.sh
50493 ____________________________________________________________________________
50494 [  6417] By: jhi                                   on 2000/07/17  22:13:31
50495         Log: Subject: SDBM_File documentation
50496              From: mjd@plover.com
50497              Date: 16 Jul 2000 17:41:17 -0000
50498              Message-ID: <20000716174117.18515.qmail@plover.com>
50499      Branch: perl
50500            ! ext/SDBM_File/SDBM_File.pm
50501 ____________________________________________________________________________
50502 [  6416] By: jhi                                   on 2000/07/17  19:13:26
50503         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
50504      Branch: perl
50505            ! hints/mpeix.sh mpeix/relink
50506 ____________________________________________________________________________
50507 [  6415] By: jhi                                   on 2000/07/15  14:11:02
50508         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
50509              the utf8 'characters' can be more than one octet).
50510              
50511              Date: Sat, 15 Jul 2000 00:21:56 +0100
50512              From: Tom Hughes <tom@compton.nu>
50513              Subject: Re: [ID 20000714.002]
50514              Message-ID: <db2334de49.tom@compton.compton.nu>
50515              
50516              Reported in
50517              
50518              Subject: [ID 20000714.002]
50519              From: "Simon Cozens" <simon@othersideofthe.earth.li>
50520              Date: 14 Jul 2000 15:13:09 -0000
50521              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
50522      Branch: perl
50523            ! doop.c
50524 ____________________________________________________________________________
50525 [  6414] By: jhi                                   on 2000/07/15  03:13:41
50526         Log: another VMS build tweak from Peter Prymmer
50527      Branch: perl
50528            ! vms/descrip_mms.template
50529 ____________________________________________________________________________
50530 [  6413] By: jhi                                   on 2000/07/15  03:10:40
50531         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
50532      Branch: perl
50533            ! vms/perlvms.pod
50534 ____________________________________________________________________________
50535 [  6412] By: jhi                                   on 2000/07/15  00:31:05
50536         Log: More docs for sv functions.
50537              
50538              Subject: [PATCH cfgperl] sv.c apidoc
50539              From: simon@brecon.co.uk (Simon Cozens)
50540              Date: 13 Jul 2000 09:00:20 GMT
50541              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
50542              
50543              Subject: Re: [PATCH cfgperl] sv.c apidoc
50544              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50545              Date: Thu, 13 Jul 2000 12:27:41 +0100
50546              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
50547              
50548              Subject: Re: [PATCH cfgperl] sv.c apidoc
50549              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50550              Date: Thu, 13 Jul 2000 13:23:09 +0100
50551              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
50552              
50553              Subject: Re: [PATCH cfgperl] sv.c apidoc
50554              From: simon@brecon.co.uk (Simon Cozens)
50555              Date: 14 Jul 2000 06:51:02 GMT
50556              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
50557      Branch: perl
50558            ! embed.pl pod/perlapi.pod sv.c
50559 ____________________________________________________________________________
50560 [  6411] By: jhi                                   on 2000/07/15  00:10:41
50561         Log: lib/b test fixes from Peter Prymmer.
50562      Branch: perl
50563            ! t/lib/b.t
50564 ____________________________________________________________________________
50565 [  6410] By: jhi                                   on 2000/07/15  00:02:09
50566         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
50567              From: Hugo <hv@crypt.compulink.co.uk>
50568              Date: Fri, 14 Jul 2000 23:05:20 +0100
50569              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
50570              
50571              Didn't anymore apply, but that point still could use another fix.
50572      Branch: perl
50573            ! pod/perlfunc.pod
50574 ____________________________________________________________________________
50575 [  6409] By: jhi                                   on 2000/07/14  23:15:15
50576         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
50577              not in pod, from Peter Prymmer
50578      Branch: perl
50579            ! vms/descrip_mms.template
50580 ____________________________________________________________________________
50581 [  6408] By: jhi                                   on 2000/07/14  20:35:05
50582         Log: The bug report
50583              [ID 19991110.002] minimal matching discrepancy found by pcre author
50584              seems to have been fixed (though differently from what was suggested
50585              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
50586      Branch: perl
50587            ! t/op/re_tests
50588 ____________________________________________________________________________
50589 [  6407] By: jhi                                   on 2000/07/14  17:38:08
50590         Log: Fix AutoSplit to use File::Spec the right way in VMS,
50591              from Peter Prymmer.
50592      Branch: perl
50593            ! lib/AutoSplit.pm
50594 ____________________________________________________________________________
50595 [  6406] By: jhi                                   on 2000/07/14  14:13:22
50596         Log: Merge perlhacktut into perlhack, update perlguts.
50597              
50598              Subject: Re: Perlhacktut
50599              From: simon@brecon.co.uk (Simon Cozens)
50600              Date: 14 Jul 2000 06:49:21 GMT
50601              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
50602              
50603              Subject: Re: Perlhacktut
50604              From: simon@brecon.co.uk (Simon Cozens)
50605              Date: 14 Jul 2000 07:09:45 GMT
50606              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
50607      Branch: perl
50608            ! pod/perlguts.pod pod/perlhack.pod
50609 ____________________________________________________________________________
50610 [  6405] By: jhi                                   on 2000/07/14  14:02:31
50611         Log: Integrate with Sarathy.
50612      Branch: cfgperl
50613           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
50614           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
50615           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
50616 ____________________________________________________________________________
50617 [  6404] By: gsar                                  on 2000/07/14  12:15:02
50618         Log: PERL_OBJECT build tweaks
50619      Branch: perl
50620            ! toke.c
50621 ____________________________________________________________________________
50622 [  6403] By: gsar                                  on 2000/07/14  11:23:41
50623         Log: inconsistent types needs casts
50624      Branch: perl
50625            ! toke.c
50626 ____________________________________________________________________________
50627 [  6402] By: gsar                                  on 2000/07/14  11:12:04
50628         Log: typos in change#6399, regen headers
50629      Branch: perl
50630            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
50631 ____________________________________________________________________________
50632 [  6401] By: gsar                                  on 2000/07/14  10:59:12
50633         Log: typecasts needed for change#6394
50634      Branch: perl
50635            ! toke.c
50636 ____________________________________________________________________________
50637 [  6400] By: gsar                                  on 2000/07/14  10:49:37
50638         Log: integrate cfgperl contents into mainline
50639      Branch: perl
50640           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
50641           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
50642 ____________________________________________________________________________
50643 [  6399] By: gsar                                  on 2000/07/14  10:38:35
50644         Log: enable UTF-16 filter by default if relevant BOM is seen; various
50645              cleanups (typos, misformatted code, and small bugs)
50646      Branch: perl
50647            ! doop.c embed.pl mg.c op.c pp.c toke.c
50648 ____________________________________________________________________________
50649 [  6398] By: gsar                                  on 2000/07/14  08:55:38
50650         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
50651              name suggests anyway)
50652      Branch: perl
50653            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
50654 ____________________________________________________________________________
50655 [  6397] By: gsar                                  on 2000/07/14  08:44:33
50656         Log: move new variables to the end of the interpreter structure (for
50657              bincompat in code that doesn't #include XSUB.h)
50658      Branch: perl
50659            ! intrpvar.h
50660 ____________________________________________________________________________
50661 [  6396] By: gsar                                  on 2000/07/14  08:13:58
50662         Log: MakeMaker should not remove editor backups (*~) on `make clean`
50663              by default (completes change#6383)
50664      Branch: perl
50665            ! lib/ExtUtils/MM_Unix.pm
50666 ____________________________________________________________________________
50667 [  6395] By: jhi                                   on 2000/07/14  05:20:33
50668         Log: Replace change #6337 with a better one.
50669              
50670              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
50671              From: Hugo <hv@crypt.compulink.co.uk>
50672              Date: Fri, 14 Jul 2000 04:16:20 +0100
50673              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
50674      Branch: cfgperl
50675            ! regexec.c t/op/re_tests
50676 ____________________________________________________________________________
50677 [  6394] By: jhi                                   on 2000/07/14  01:33:59
50678         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
50679      Branch: cfgperl
50680            ! embed.pl global.sym proto.h toke.c
50681 ____________________________________________________________________________
50682 [  6393] By: jhi                                   on 2000/07/13  23:41:23
50683         Log: remove discarded test
50684      Branch: cfgperl
50685            ! MANIFEST
50686 ____________________________________________________________________________
50687 [  6392] By: jhi                                   on 2000/07/13  23:32:25
50688         Log: The {multiplier} of a fixed substring was overlooked which
50689              caused a wrong initial search offset for that substring.
50690              
50691              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
50692              From: Hugo <hv@crypt.compulink.co.uk>
50693              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
50694              Date: Thu, 13 Jul 2000 19:27:13 +0100
50695      Branch: cfgperl
50696            ! regcomp.c t/op/re_tests
50697 ____________________________________________________________________________
50698 [  6391] By: jhi                                   on 2000/07/13  16:37:42
50699         Log: typo fix from Craig Berry
50700      Branch: cfgperl
50701            ! vms/subconfigure.com
50702 ____________________________________________________________________________
50703 [  6390] By: jhi                                   on 2000/07/13  13:20:12
50704         Log: Integrate with Sarathy.
50705      Branch: cfgperl
50706            - t/op/method2entersub.t
50707           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
50708           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
50709           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
50710           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
50711 ____________________________________________________________________________
50712 [  6389] By: jhi                                   on 2000/07/13  13:18:48
50713         Log: Detypo from Peter Prymmer, part of #6388.
50714      Branch: cfgperl
50715            ! Configure config_h.SH
50716      Branch: metaconfig
50717            ! U/modified/d_longlong.U
50718 ____________________________________________________________________________
50719 [  6388] By: gsar                                  on 2000/07/13  06:33:40
50720         Log: typos (spotted by Peter Prymmer)
50721      Branch: perl
50722            ! Configure t/lib/english.t
50723 ____________________________________________________________________________
50724 [  6387] By: gsar                                  on 2000/07/13  05:35:28
50725         Log: new selfloader.t in change#6183 doesn't close DATA handles,
50726              and thus fails to clean up tmp files on dosish platforms
50727      Branch: perl
50728            ! t/lib/selfloader.t
50729 ____________________________________________________________________________
50730 [  6386] By: gsar                                  on 2000/07/12  21:42:39
50731         Log: sprintf test tweaks (from Dominic Dunlop)
50732      Branch: perl
50733            ! t/op/sprintf.t
50734 ____________________________________________________________________________
50735 [  6385] By: gsar                                  on 2000/07/12  21:33:46
50736         Log: fix bugs in processing %v-*d and similar format specs (from
50737              Avi Finkel <avi@finkel.org>)
50738      Branch: perl
50739            ! sv.c t/op/sprintf.t
50740 ____________________________________________________________________________
50741 [  6384] By: gsar                                  on 2000/07/12  16:04:19
50742         Log: readd missing perldelta.pod changes from changes#6339,6376
50743      Branch: perl
50744            ! pod/perldelta.pod
50745 ____________________________________________________________________________
50746 [  6383] By: gsar                                  on 2000/07/12  16:00:51
50747         Log: don't clobber *.orig files on *clean targets
50748      Branch: perl
50749            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
50750 ____________________________________________________________________________
50751 [  6382] By: gsar                                  on 2000/07/12  07:59:12
50752         Log: fix broken integrations in cfgperl
50753      Branch: cfgperl
50754           !> Changes pod/perldelta.pod
50755 ____________________________________________________________________________
50756 [  6381] By: gsar                                  on 2000/07/12  07:42:17
50757         Log: integrate cfgperl changes into mainline
50758      Branch: perl
50759            ! Changes
50760           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
50761           !> pod/perlre.pod
50762 ____________________________________________________________________________
50763 [  6380] By: gsar                                  on 2000/07/12  07:31:00
50764         Log: get sprintf.t to adjust properly for 3-digit exponents
50765      Branch: perl
50766            ! t/op/sprintf.t
50767 ____________________________________________________________________________
50768 [  6379] By: gsar                                  on 2000/07/12  06:40:04
50769         Log: change#6174 needs corresponding change in win32/config_h.PL,
50770              which grovels through config_h.SH to find the config.h name
50771      Branch: perl
50772            ! win32/config_h.PL
50773 ____________________________________________________________________________
50774 [  6378] By: jhi                                   on 2000/07/12  05:03:59
50775         Log: Do the cc sanity check both before the hints and
50776              after the cc selction.
50777      Branch: cfgperl
50778            ! Configure config_h.SH
50779      Branch: metaconfig
50780            ! U/modified/Oldconfig.U U/modified/cc.U
50781      Branch: metaconfig/U/perl
50782            + Checkcc.U
50783 ____________________________________________________________________________
50784 [  6377] By: jhi                                   on 2000/07/12  02:49:22
50785         Log: Fix nits noticed by Boston.pm.
50786      Branch: cfgperl
50787            ! pod/perlre.pod
50788 ____________________________________________________________________________
50789 [  6376] By: jhi                                   on 2000/07/11  21:22:13
50790         Log: Configure cosmetics and perldelta.
50791      Branch: cfgperl
50792            ! Configure config_h.SH pod/perldelta.pod
50793      Branch: metaconfig
50794            ! U/modified/cc.U
50795 ____________________________________________________________________________
50796 [  6375] By: gsar                                  on 2000/07/11  21:17:35
50797         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
50798      Branch: perl
50799            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
50800            ! win32/win32sck.c
50801 ____________________________________________________________________________
50802 [  6374] By: gsar                                  on 2000/07/11  20:48:50
50803         Log: tweak for build failure under multiplicity
50804      Branch: perl
50805            ! toke.c
50806 ____________________________________________________________________________
50807 [  6373] By: gsar                                  on 2000/07/11  20:37:23
50808         Log: integrate cfgperl changes#6325..6373 into mainline
50809              (NOTE: today's batch of integrations still untested)
50810      Branch: perl
50811           +> ext/DynaLoader/hints/netbsd.pl
50812            ! Changes
50813           !> (integrate 26 files)
50814 ____________________________________________________________________________
50815 [  6372] By: jhi                                   on 2000/07/11  20:30:36
50816         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
50817              regen perltoc.
50818      Branch: cfgperl
50819            + pod/perlbook.pod
50820            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
50821            ! pod/perltoc.pod
50822 ____________________________________________________________________________
50823 [  6371] By: jhi                                   on 2000/07/11  20:08:56
50824         Log: Minor cleanups on the booklist.
50825      Branch: cfgperl
50826            ! pod/perlfaq2.pod
50827 ____________________________________________________________________________
50828 [  6370] By: jhi                                   on 2000/07/11  19:31:13
50829         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
50830      Branch: cfgperl
50831            ! t/pragma/overload.t
50832 ____________________________________________________________________________
50833 [  6369] By: gsar                                  on 2000/07/11  19:27:48
50834         Log: integrate cfgperl changes#6293..6324 into mainline
50835      Branch: perl
50836           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
50837            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
50838           !> (integrate 30 files)
50839 ____________________________________________________________________________
50840 [  6368] By: gsar                                  on 2000/07/11  19:18:57
50841         Log: skip integrate of problematic change#6292 from cfgperl into mainline
50842      Branch: perl
50843           !> pp_hot.c
50844 ____________________________________________________________________________
50845 [  6367] By: gsar                                  on 2000/07/11  19:17:21
50846         Log: integrate cfgperl changes#6288..6290 into mainline
50847      Branch: perl
50848           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
50849 ____________________________________________________________________________
50850 [  6366] By: gsar                                  on 2000/07/11  19:11:18
50851         Log: integrate cfgperl changes#6268..6282 into mainline
50852      Branch: perl
50853           !> (integrate 30 files)
50854 ____________________________________________________________________________
50855 [  6365] By: gsar                                  on 2000/07/11  18:57:00
50856         Log: delete new accidentally branched file
50857      Branch: perl
50858            - t/op/method2entersub.t
50859 ____________________________________________________________________________
50860 [  6364] By: gsar                                  on 2000/07/11  18:55:13
50861         Log: skip integrate of change#6267 from cfgperl into mainline (the
50862              method call optimization is flawed without additional hints
50863              from user about immutableness of @ISA and no runtime method
50864              definitions)
50865      Branch: perl
50866           +> t/op/method2entersub.t
50867           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
50868           !> perl.h t/op/sprintf.t xsutils.c
50869 ____________________________________________________________________________
50870 [  6363] By: gsar                                  on 2000/07/11  18:49:43
50871         Log: integrate cfgperl changes#6261..6266 into mainline
50872      Branch: perl
50873           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
50874           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
50875           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
50876           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
50877 ____________________________________________________________________________
50878 [  6362] By: gsar                                  on 2000/07/11  18:43:26
50879         Log: integrate cfgperl changes#6252..6260 into mainline
50880      Branch: perl
50881           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
50882           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
50883           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
50884           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
50885 ____________________________________________________________________________
50886 [  6361] By: gsar                                  on 2000/07/11  18:37:12
50887         Log: skip integrate of problematic change#6251 from cfgperl into mainline
50888      Branch: perl
50889           !> lib/Exporter.pm
50890 ____________________________________________________________________________
50891 [  6360] By: gsar                                  on 2000/07/11  18:34:56
50892         Log: integrate cfgperl change#6250 into mainline
50893      Branch: perl
50894           +> t/op/my_stash.t
50895           !> MANIFEST embed.pl proto.h toke.c
50896 ____________________________________________________________________________
50897 [  6359] By: gsar                                  on 2000/07/11  18:21:19
50898         Log: integrate cfgperl changes#6242..6249 into mainline
50899      Branch: perl
50900           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
50901           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
50902           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
50903           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
50904           !> t/lib/peek.t utf8.c
50905 ____________________________________________________________________________
50906 [  6358] By: gsar                                  on 2000/07/11  18:15:45
50907         Log: skip integrate of problematic change#6241 from cfgperl into mainline
50908      Branch: perl
50909           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
50910 ____________________________________________________________________________
50911 [  6357] By: jhi                                   on 2000/07/11  18:15:16
50912         Log: Fix for
50913              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
50914              From: Roderick Schertler <roderick@argon.org> 
50915              Date: Tue, 11 Jul 2000 13:55:05 -0400 
50916              Message-Id: <200007111755.NAA05077@jones.argon.org> 
50917      Branch: cfgperl
50918            ! doio.c
50919 ____________________________________________________________________________
50920 [  6356] By: jhi                                   on 2000/07/11  18:12:51
50921         Log: Typo in #6341.
50922      Branch: cfgperl
50923            ! pp_hot.c
50924 ____________________________________________________________________________
50925 [  6355] By: gsar                                  on 2000/07/11  18:12:10
50926         Log: integrate cfgperl changes#6231..6240 into mainline
50927      Branch: perl
50928           +> pod/perlutil.pod
50929           !> (integrate 35 files)
50930 ____________________________________________________________________________
50931 [  6354] By: jhi                                   on 2000/07/11  18:04:34
50932         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
50933              From: Dominic Dunlop <domo@computer.org> 
50934              Date: Tue, 11 Jul 2000 12:27:33 +0200 
50935              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
50936              
50937              Replaces change #6268.
50938      Branch: cfgperl
50939            ! t/op/sprintf.t
50940 ____________________________________________________________________________
50941 [  6353] By: gsar                                  on 2000/07/11  17:59:51
50942         Log: skip integrate of problematic change#6230 from cfgperl into mainline
50943              (a later version of File::Spec is already in mainline)
50944      Branch: perl
50945           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
50946           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
50947 ____________________________________________________________________________
50948 [  6352] By: gsar                                  on 2000/07/11  17:57:48
50949         Log: integrate cfgperl changes#6224..6229 into mainline
50950      Branch: perl
50951           +> lib/lib.pm.PL
50952            - lib/lib.pm
50953           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
50954           !> lib/English.pm op.c t/lib/english.t
50955 ____________________________________________________________________________
50956 [  6351] By: gsar                                  on 2000/07/11  17:50:10
50957         Log: skip integrate of problematic change#6223 from cfgperl into mainline
50958      Branch: perl
50959           !> doio.c
50960 ____________________________________________________________________________
50961 [  6350] By: gsar                                  on 2000/07/11  17:48:28
50962         Log: integrate cfgperl changes#6220..6222 into mainline
50963      Branch: perl
50964           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
50965           !> toke.c utf8.c win32/win32.h
50966 ____________________________________________________________________________
50967 [  6349] By: gsar                                  on 2000/07/11  17:46:13
50968         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
50969              mainline
50970      Branch: perl
50971           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
50972           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
50973           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
50974 ____________________________________________________________________________
50975 [  6348] By: jhi                                   on 2000/07/11  17:45:49
50976         Log: README.posix-bc podified from Thomas Dorner.
50977      Branch: cfgperl
50978            ! README.posix-bc
50979 ____________________________________________________________________________
50980 [  6347] By: gsar                                  on 2000/07/11  17:42:04
50981         Log: integrate cfgperl change#6217 into mainline
50982      Branch: perl
50983           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
50984           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
50985           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
50986 ____________________________________________________________________________
50987 [  6346] By: gsar                                  on 2000/07/11  17:39:37
50988         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
50989              mainline
50990      Branch: perl
50991           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
50992           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
50993           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
50994           !> perlapi.h pod/perlapi.pod
50995 ____________________________________________________________________________
50996 [  6345] By: gsar                                  on 2000/07/11  17:36:42
50997         Log: integrate cfgperl changes#6207..6210 into mainline
50998      Branch: perl
50999           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
51000           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
51001 ____________________________________________________________________________
51002 [  6344] By: gsar                                  on 2000/07/11  17:31:20
51003         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
51004              mainline
51005      Branch: perl
51006           !> (integrate 40 files)
51007 ____________________________________________________________________________
51008 [  6343] By: gsar                                  on 2000/07/11  17:19:08
51009         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
51010      Branch: perl
51011           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
51012            ! Changes
51013           !> (integrate 34 files)
51014 ____________________________________________________________________________
51015 [  6342] By: jhi                                   on 2000/07/11  16:05:48
51016         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
51017              To: perl5-porters@perl.org
51018              From: Karsten Sperling <spiff@phreax.net>
51019              Date: Mon, 10 Jul 2000 15:12:52 +0200
51020              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
51021      Branch: cfgperl
51022            ! lib/Symbol.pm
51023 ____________________________________________________________________________
51024 [  6341] By: jhi                                   on 2000/07/11  15:59:23
51025         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
51026              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51027              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
51028              Date: Fri, 07 Jul 2000 17:57:16 +0100
51029      Branch: cfgperl
51030            ! pp_hot.c
51031 ____________________________________________________________________________
51032 [  6340] By: jhi                                   on 2000/07/11  15:55:47
51033         Log: Subject: Re: format bug report  [Patch]
51034              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51035              Date: Wed, 05 Jul 2000 13:12:52 +0200
51036              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
51037              
51038              Subject: Re: format bug report  [Patch]
51039              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51040              Date: Wed, 05 Jul 2000 14:10:01 +0200
51041              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
51042      Branch: cfgperl
51043            ! t/op/write.t toke.c
51044 ____________________________________________________________________________
51045 [  6339] By: jhi                                   on 2000/07/11  13:54:09
51046         Log: Be less forgiving about ambiguous and illegal tr ranges.
51047              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
51048              From: Mark-Jason Dominus <mjd@plover.com>
51049              Date: Tue, 04 Jul 2000 10:00:12 -0400
51050              Message-ID: <20000704140012.17772.qmail@plover.com>
51051              
51052              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
51053              From: Mark-Jason Dominus <mjd@plover.com>
51054              Date: Wed, 05 Jul 2000 09:37:36 -0400
51055              Message-ID: <20000705133736.27293.qmail@plover.com>
51056      Branch: cfgperl
51057            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
51058 ____________________________________________________________________________
51059 [  6338] By: jhi                                   on 2000/07/11  13:31:24
51060         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
51061              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51062              Date: Tue, 11 Jul 2000 13:50:51 +0100
51063              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
51064      Branch: cfgperl
51065            ! sv.c
51066 ____________________________________________________________________________
51067 [  6337] By: jhi                                   on 2000/07/11  13:29:14
51068         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
51069              From: Hugo <hv@crypt.compulink.co.uk>
51070              Date: Tue, 11 Jul 2000 12:44:50 +0100
51071              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
51072      Branch: cfgperl
51073            ! regexec.c t/op/re_tests
51074 ____________________________________________________________________________
51075 [  6336] By: jhi                                   on 2000/07/11  13:26:47
51076         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
51077              From: simon@brecon.co.uk (Simon Cozens)
51078              Date: 7 Jul 2000 11:26:09 GMT
51079              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
51080      Branch: cfgperl
51081            ! mg.c
51082 ____________________________________________________________________________
51083 [  6335] By: jhi                                   on 2000/07/11  13:23:37
51084         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
51085              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
51086              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
51087              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
51088      Branch: cfgperl
51089            + ext/DynaLoader/hints/netbsd.pl
51090            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
51091 ____________________________________________________________________________
51092 [  6334] By: jhi                                   on 2000/07/11  13:20:38
51093         Log: Subject: PATCH perlguts.pod: Document D and d magic types
51094              From: mjd@plover.com
51095              Date: 5 Jul 2000 18:01:51 -0000
51096              Message-ID: <20000705180151.29413.qmail@plover.com>
51097      Branch: cfgperl
51098            ! pod/perlguts.pod
51099 ____________________________________________________________________________
51100 [  6333] By: jhi                                   on 2000/07/11  13:15:51
51101         Log: Precedence goof, fix based on
51102              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
51103              From: Hugo <hv@crypt.compulink.co.uk>
51104              Date: Tue, 11 Jul 2000 12:52:38 +0100
51105              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
51106      Branch: cfgperl
51107            ! t/op/taint.t
51108 ____________________________________________________________________________
51109 [  6332] By: jhi                                   on 2000/07/11  12:40:17
51110         Log: Integrate with Sarathy.
51111      Branch: cfgperl
51112           !> win32/win32sck.c
51113 ____________________________________________________________________________
51114 [  6331] By: jhi                                   on 2000/07/10  20:14:16
51115         Log: Sprinkle ldlibpath.
51116      Branch: cfgperl
51117            ! pod/Makefile.SH
51118 ____________________________________________________________________________
51119 [  6330] By: jhi                                   on 2000/07/10  17:54:49
51120         Log: More POSIX.pod tweaks.
51121      Branch: cfgperl
51122            ! ext/POSIX/POSIX.pod
51123 ____________________________________________________________________________
51124 [  6329] By: jhi                                   on 2000/07/10  14:02:12
51125         Log: Reorder perl.pod once more.
51126      Branch: cfgperl
51127            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
51128 ____________________________________________________________________________
51129 [  6328] By: gsar                                  on 2000/07/10  07:06:00
51130         Log: accept() leaks memory on windows due to incorrect ordering of
51131              closesocket() and fclose() calls
51132      Branch: perl
51133            ! win32/win32sck.c
51134 ____________________________________________________________________________
51135 [  6327] By: gsar                                  on 2000/07/10  06:49:17
51136         Log: winsock options weren't being set in all threads under ithreads
51137              (caused send()s from second and subsequent threads to fail)
51138      Branch: perl
51139            ! win32/win32sck.c
51140 ____________________________________________________________________________
51141 [  6326] By: jhi                                   on 2000/07/08  02:45:40
51142         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
51143              was cast to an unsigned (32-bit) integer with wild abandon.
51144      Branch: cfgperl
51145            ! ext/Devel/DProf/DProf.xs
51146 ____________________________________________________________________________
51147 [  6325] By: jhi                                   on 2000/07/07  18:50:33
51148         Log: Remove perlbook, update perlfaq book listing,
51149              rearrange perl.pod, regenerate perltoc.
51150      Branch: cfgperl
51151            - pod/perlbook.pod
51152            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
51153            ! pod/perlfaq2.pod pod/perltoc.pod
51154 ____________________________________________________________________________
51155 [  6324] By: jhi                                   on 2000/07/07  14:03:40
51156         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
51157      Branch: cfgperl
51158            ! sv.h toke.c
51159 ____________________________________________________________________________
51160 [  6323] By: jhi                                   on 2000/07/06  16:03:55
51161         Log: Fix complaints of buildtoc.
51162      Branch: cfgperl
51163            + lib/Win32.pod
51164            - pod/Win32.pod
51165            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
51166 ____________________________________________________________________________
51167 [  6322] By: jhi                                   on 2000/07/06  15:15:52
51168         Log: Add =head1 NAMEs so that buildtoc is happy.
51169              (The CGI::Util nit reported to Lincoln.)
51170      Branch: cfgperl
51171            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
51172            ! pod/perltoc.pod
51173 ____________________________________________________________________________
51174 [  6321] By: jhi                                   on 2000/07/06  03:16:04
51175         Log: Config is being used.
51176      Branch: cfgperl
51177            ! t/op/method.t
51178 ____________________________________________________________________________
51179 [  6320] By: jhi                                   on 2000/07/06  03:13:13
51180         Log: Integrate with Sarathy.
51181      Branch: cfgperl
51182           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
51183 ____________________________________________________________________________
51184 [  6319] By: jhi                                   on 2000/07/06  03:11:46
51185         Log: Autogenerate pod/Makefile and pod/buildtoc.
51186              buildtoc also checks whether the existin pods are
51187              mentioned in MANIFEST and perl.pod, and vice versa.
51188              (None of the thusly found discrepancies fixed yet.)
51189              roffitall also needs to be autogenerated similarly but it
51190              seems so badly out of date that I didn't touch it yet.
51191      Branch: cfgperl
51192            + pod/Makefile.SH pod/buildtoc.PL
51193            - pod/Makefile pod/buildtoc
51194            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
51195 ____________________________________________________________________________
51196 [  6318] By: gsar                                  on 2000/07/05  22:10:54
51197         Log: fix UNC path handling on Windows under ithreads, and chdir()
51198              return value when given a non-existent directory
51199      Branch: perl
51200            ! win32/vdir.h
51201 ____________________________________________________________________________
51202 [  6317] By: gsar                                  on 2000/07/05  22:08:19
51203         Log: winsock cleanup never done on Windows (leads to handle leaks)
51204      Branch: perl
51205            ! win32/perllib.c win32/win32sck.c
51206 ____________________________________________________________________________
51207 [  6316] By: gsar                                  on 2000/07/05  22:06:19
51208         Log: some debugger output does not go to the socket when RemotePort is set
51209      Branch: perl
51210            ! lib/perl5db.pl
51211 ____________________________________________________________________________
51212 [  6315] By: jhi                                   on 2000/07/05  00:25:21
51213         Log: Integrate with Sarathy, preliminary fix for unicos
51214              alignment problems in [ID 20000612.002] Perl problem on Cray system.
51215      Branch: cfgperl
51216            ! sv.h
51217           !> pp_hot.c
51218 ____________________________________________________________________________
51219 [  6314] By: gsar                                  on 2000/07/04  23:34:02
51220         Log: tyop in change#6306
51221      Branch: perl
51222            ! pp_hot.c
51223 ____________________________________________________________________________
51224 [  6313] By: jhi                                   on 2000/07/04  22:14:38
51225         Log: Multiline string literals ENONPORTABLE.
51226      Branch: cfgperl
51227            ! pp_hot.c
51228 ____________________________________________________________________________
51229 [  6312] By: jhi                                   on 2000/07/04  20:34:44
51230         Log: Integrate with Sarathy.
51231      Branch: cfgperl
51232           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
51233           !> t/op/method.t
51234 ____________________________________________________________________________
51235 [  6311] By: jhi                                   on 2000/07/04  20:30:56
51236         Log: More POSIX.pod embellishment.
51237      Branch: cfgperl
51238            ! ext/POSIX/POSIX.pod
51239 ____________________________________________________________________________
51240 [  6310] By: gsar                                  on 2000/07/04  17:28:48
51241         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
51242      Branch: perl
51243            ! t/lib/b.t
51244 ____________________________________________________________________________
51245 [  6309] By: jhi                                   on 2000/07/04  17:22:18
51246         Log: The #6308 required a little bit more.
51247      Branch: cfgperl
51248            ! Makefile.SH win32/Makefile
51249 ____________________________________________________________________________
51250 [  6308] By: jhi                                   on 2000/07/04  16:35:24
51251         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
51252      Branch: cfgperl
51253            + lib/lib_pm.PL
51254            - lib/lib.pm.PL
51255            ! MANIFEST Makefile.SH
51256 ____________________________________________________________________________
51257 [  6307] By: jhi                                   on 2000/07/04  16:28:58
51258         Log: Win32 patches for cfgperl from Sarathy.
51259      Branch: cfgperl
51260            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
51261            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
51262            ! thread.h toke.c util.c win32/Makefile win32/win32.c
51263 ____________________________________________________________________________
51264 [  6306] By: gsar                                  on 2000/07/04  16:28:40
51265         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
51266              (from Richard Soderberg <rs@oregonnet.com>)
51267      Branch: perl
51268            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
51269 ____________________________________________________________________________
51270 [  6305] By: jhi                                   on 2000/07/04  16:24:24
51271         Log: Integrate with Sarathy.
51272      Branch: cfgperl
51273           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
51274           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
51275           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
51276           !> proto.h win32/win32.c
51277 ____________________________________________________________________________
51278 [  6304] By: gsar                                  on 2000/07/04  16:17:24
51279         Log: missing perldiag entry for unpack("w",...) diagnostic (from
51280              Andreas Koenig)
51281      Branch: perl
51282            ! pod/perldiag.pod
51283 ____________________________________________________________________________
51284 [  6303] By: gsar                                  on 2000/07/04  16:14:44
51285         Log: remove rel2abs prototypes (from Barrie Slaymaker)
51286      Branch: perl
51287            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
51288            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
51289 ____________________________________________________________________________
51290 [  6302] By: gsar                                  on 2000/07/04  04:59:35
51291         Log: adjust change#6299
51292      Branch: perl
51293            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
51294            ! win32/win32.c
51295 ____________________________________________________________________________
51296 [  6301] By: jhi                                   on 2000/07/04  04:50:07
51297         Log: Integrate with Sarathy.
51298      Branch: cfgperl
51299           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
51300           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
51301           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
51302 ____________________________________________________________________________
51303 [  6300] By: gsar                                  on 2000/07/04  04:42:09
51304         Log: PERL_OBJECT build tweak
51305      Branch: perl
51306            ! perl.h
51307 ____________________________________________________________________________
51308 [  6299] By: gsar                                  on 2000/07/04  04:37:00
51309         Log: fix memory leak on Windows (PL_sys_intern contents were never
51310              freed)
51311      Branch: perl
51312            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
51313            ! perlapi.c proto.h win32/win32.c
51314 ____________________________________________________________________________
51315 [  6298] By: gsar                                  on 2000/07/04  04:15:59
51316         Log: fix large memory leak that has been around for ever, masked by
51317              -DPURIFY (most of the arenas were never freed!)
51318      Branch: perl
51319            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
51320 ____________________________________________________________________________
51321 [  6297] By: gsar                                  on 2000/07/04  04:07:46
51322         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
51323      Branch: perl
51324            ! perl.c
51325 ____________________________________________________________________________
51326 [  6296] By: jhi                                   on 2000/06/30  18:28:37
51327         Log: Elaborate POSIX.pod.  Still needs work.
51328      Branch: cfgperl
51329            ! ext/POSIX/POSIX.pod
51330 ____________________________________________________________________________
51331 [  6295] By: jhi                                   on 2000/06/30  14:58:18
51332         Log: Point to perlipc for more SysV IPC examples.
51333      Branch: cfgperl
51334            ! pod/perlfunc.pod
51335 ____________________________________________________________________________
51336 [  6294] By: gsar                                  on 2000/06/30  14:47:45
51337         Log: slurp mode fix in change#4736 still not quite right
51338      Branch: perl
51339            ! pp_hot.c t/io/argv.t
51340 ____________________________________________________________________________
51341 [  6293] By: jhi                                   on 2000/06/30  12:02:55
51342         Log: Integrate with Sarathy.
51343      Branch: cfgperl
51344           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
51345 ____________________________________________________________________________
51346 [  6292] By: jhi                                   on 2000/06/30  12:01:11
51347         Log: From: simon@brecon.co.uk (Simon Cozens)
51348              Subject: UTF8 concat
51349              Date: 30 Jun 2000 06:13:25 GMT
51350              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
51351      Branch: cfgperl
51352            ! pp_hot.c
51353 ____________________________________________________________________________
51354 [  6291] By: gsar                                  on 2000/06/30  04:37:33
51355         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
51356              when @_ is modified, causing coredumps
51357      Branch: perl
51358            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
51359 ____________________________________________________________________________
51360 [  6290] By: jhi                                   on 2000/06/30  02:21:44
51361         Log: Integrate with Sarathy.
51362      Branch: cfgperl
51363           !> vms/vms.c vms/vmsish.h
51364 ____________________________________________________________________________
51365 [  6289] By: jhi                                   on 2000/06/30  02:21:02
51366         Log: Check VERSIONs.
51367      Branch: cfgperl
51368            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
51369            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
51370            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
51371 ____________________________________________________________________________
51372 [  6288] By: jhi                                   on 2000/06/30  02:18:52
51373         Log: Integrate with Sarathy.
51374      Branch: cfgperl
51375           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
51376           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
51377           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
51378           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
51379 ____________________________________________________________________________
51380 [  6287] By: gsar                                  on 2000/06/30  02:17:08
51381         Log: integrate vmsperl changes into mainline
51382      Branch: perl
51383           !> vms/vms.c vms/vmsish.h
51384 ____________________________________________________________________________
51385 [  6285] By: gsar                                  on 2000/06/30  02:05:28
51386         Log: localize %INC in a Safe compartment so that use/require work
51387              (many other magic globals probably need similar treatment)
51388      Branch: perl
51389            ! ext/Opcode/Opcode.xs
51390 ____________________________________________________________________________
51391 [  6284] By: gsar                                  on 2000/06/30  01:54:54
51392         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
51393              about Windows
51394      Branch: perl
51395            ! pod/perlembed.pod
51396 ____________________________________________________________________________
51397 [  6283] By: jhi                                   on 2000/06/30  01:50:10
51398         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
51399              From: Barrie Slaymaker <barries@jester.slaysys.com>
51400              Date: Wed, 28 Jun 2000 11:35:29 -0400
51401              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
51402      Branch: perl
51403            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
51404            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
51405            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
51406            ! lib/File/Spec/Win32.pm
51407 ____________________________________________________________________________
51408 [  6282] By: jhi                                   on 2000/06/29  22:57:22
51409         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
51410              From: Dan Sugalski <dan@sidhe.org>
51411              Date: Tue, 06 Jun 2000 11:59:50 -0400
51412              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
51413      Branch: cfgperl
51414            ! vms/vms.c
51415 ____________________________________________________________________________
51416 [  6281] By: jhi                                   on 2000/06/29  22:52:50
51417         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
51418              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
51419              Date: Wed, 7 Jun 2000 04:02:04 -0500
51420              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
51421      Branch: cfgperl
51422            ! utils/h2xs.PL
51423 ____________________________________________________________________________
51424 [  6280] By: jhi                                   on 2000/06/29  22:45:47
51425         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
51426              From: rspier@pobox.com (Robert Spier)
51427              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
51428              Message-ID: <14654.31913.845602.610277@rls.cx>
51429      Branch: cfgperl
51430            ! utils/h2xs.PL
51431 ____________________________________________________________________________
51432 [  6279] By: jhi                                   on 2000/06/29  22:38:16
51433         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
51434              From: Tim Ayers <tayers@bridge.com>
51435              Date: Thu, 08 Jun 2000 08:11:06 +0200
51436              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
51437              [resent by Richard Foley, Message-Id probably wrong]
51438      Branch: cfgperl
51439            ! pod/perlsub.pod
51440 ____________________________________________________________________________
51441 [  6278] By: jhi                                   on 2000/06/29  22:21:45
51442         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
51443              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
51444              Date: Fri, 09 Jun 2000 12:39:27 -0400
51445              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
51446              (plus update the version "number" of Text::Wrap)
51447      Branch: cfgperl
51448            ! lib/Text/Wrap.pm
51449 ____________________________________________________________________________
51450 [  6277] By: jhi                                   on 2000/06/29  22:13:10
51451         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
51452              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51453              Date: Mon, 12 Jun 2000 14:55:59 +0100
51454              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
51455      Branch: cfgperl
51456            ! pod/perlfunc.pod
51457 ____________________________________________________________________________
51458 [  6276] By: jhi                                   on 2000/06/29  22:11:06
51459         Log: Subject: [PATCH] Re: eval documentation: context
51460              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51461              Date: Mon, 12 Jun 2000 15:07:29 +0100
51462              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
51463      Branch: cfgperl
51464            ! pod/perlfunc.pod
51465 ____________________________________________________________________________
51466 [  6275] By: jhi                                   on 2000/06/29  21:59:46
51467         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
51468              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
51469              Date: Tue, 13 Jun 2000 02:43:48 -0500
51470              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
51471      Branch: cfgperl
51472            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
51473 ____________________________________________________________________________
51474 [  6274] By: jhi                                   on 2000/06/29  21:56:14
51475         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
51476              From: Andy Dougherty <doughera@lafayette.edu>
51477              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
51478              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
51479      Branch: cfgperl
51480            ! ext/File/Glob/Glob.pm
51481 ____________________________________________________________________________
51482 [  6273] By: jhi                                   on 2000/06/29  21:49:09
51483         Log: Subject: [PATCH] xsub attributes
51484              From: Doug MacEachern <dougm@covalent.net>
51485              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
51486              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
51487      Branch: cfgperl
51488            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
51489            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
51490 ____________________________________________________________________________
51491 [  6272] By: jhi                                   on 2000/06/29  21:41:28
51492         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
51493              From: Tom Phoenix <rootbeer@redcat.com>
51494              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
51495              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
51496      Branch: cfgperl
51497            ! lib/Net/Ping.pm
51498 ____________________________________________________________________________
51499 [  6271] By: jhi                                   on 2000/06/29  21:36:55
51500         Log: Subject: PATCH pod/perltie.pod
51501              From: Ian Phillipps <Ian.Phillipps@iname.com>
51502              Date: Fri, 16 Jun 2000 00:17:19 +0100
51503              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
51504              (only the first hunk, the second hunk had already been done
51505              by some other patch)
51506      Branch: cfgperl
51507            ! pod/perltie.pod
51508 ____________________________________________________________________________
51509 [  6270] By: jhi                                   on 2000/06/29  21:24:51
51510         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
51511              From: Nicholas Clark <nick@talking.bollo.cx>
51512              Date: Fri, 23 Jun 2000 16:21:15 +0100
51513              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
51514      Branch: cfgperl
51515            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
51516            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
51517 ____________________________________________________________________________
51518 [  6269] By: jhi                                   on 2000/06/29  19:38:15
51519         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
51520              silence few compiler warnings.
51521      Branch: cfgperl
51522            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
51523 ____________________________________________________________________________
51524 [  6268] By: jhi                                   on 2000/06/29  18:21:50
51525         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
51526              From: Dominic Dunlop <domo@computer.org> 
51527              Date: Thu, 29 Jun 2000 12:32:39 +0200 
51528              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
51529      Branch: cfgperl
51530            ! t/op/sprintf.t
51531 ____________________________________________________________________________
51532 [  6267] By: jhi                                   on 2000/06/29  18:16:07
51533         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
51534              From: Doug MacEachern <dougm@covalent.net>
51535              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
51536              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
51537      Branch: cfgperl
51538            + t/op/method2entersub.t
51539            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
51540            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
51541            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
51542            ! xsutils.c
51543 ____________________________________________________________________________
51544 [  6266] By: jhi                                   on 2000/06/29  15:11:15
51545         Log: Subject: [PATCH 5.6.0] cygwin port
51546              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
51547              From: "Fifer, Eric" <EFifer@sanwaint.com>
51548              Date: Thu, 29 Jun 2000 12:58:29 +0100
51549      Branch: cfgperl
51550            ! cygwin/Makefile.SHs
51551 ____________________________________________________________________________
51552 [  6265] By: jhi                                   on 2000/06/29  15:04:05
51553         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
51554              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
51555              Date: Wed, 28 Jun 2000 17:50:12 -0700
51556              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
51557      Branch: cfgperl
51558            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
51559 ____________________________________________________________________________
51560 [  6264] By: jhi                                   on 2000/06/29  15:00:57
51561         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
51562              From: Marty Lucich <marty@netcom.com>
51563              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
51564              Message-Id: <200006282116.OAA11148@netcom.com>
51565              ccdlflags update (the BSD/OS 4.1 part had already been taken
51566              care of by #6141).
51567      Branch: cfgperl
51568            ! hints/bsdos.sh
51569 ____________________________________________________________________________
51570 [  6263] By: jhi                                   on 2000/06/29  13:47:44
51571         Log: tr fixes from Simon Cozens
51572      Branch: cfgperl
51573            ! doop.c
51574 ____________________________________________________________________________
51575 [  6262] By: jhi                                   on 2000/06/28  18:46:01
51576         Log: Subject: 5.6.0 Patch for EPOC
51577              From: Olaf Flebbe <o.flebbe@gmx.de>
51578              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
51579              Message-ID: <23449.960929969@www11.gmx.net>
51580      Branch: cfgperl
51581            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
51582            ! epoc/epocish.h
51583 ____________________________________________________________________________
51584 [  6261] By: jhi                                   on 2000/06/28  18:29:07
51585         Log: Subject: Re: [PATCH cfgperl] BOMs away!
51586              From: simon@brecon.co.uk (Simon Cozens)
51587              Date: 17 Jun 2000 11:49:57 GMT
51588              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
51589      Branch: cfgperl
51590            ! pod/perldiag.pod t/comp/require.t toke.c
51591 ____________________________________________________________________________
51592 [  6260] By: jhi                                   on 2000/06/28  17:47:16
51593         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
51594              From: simon@brecon.co.uk (Simon Cozens) 
51595              Date: 17 Jun 2000 11:56:44 GMT 
51596              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
51597              pack U0, pack C0
51598      Branch: cfgperl
51599            ! pod/perlfunc.pod pp.c t/op/pack.t
51600 ____________________________________________________________________________
51601 [  6259] By: jhi                                   on 2000/06/28  16:43:17
51602         Log: perlnewmod was missing from MANIFEST.
51603      Branch: cfgperl
51604            ! MANIFEST
51605 ____________________________________________________________________________
51606 [  6258] By: jhi                                   on 2000/06/28  15:54:30
51607         Log: linenumber tweak
51608      Branch: cfgperl
51609            ! t/pragma/warn/regcomp
51610 ____________________________________________________________________________
51611 [  6257] By: jhi                                   on 2000/06/28  15:50:44
51612         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
51613              From: Doug MacEachern <dougm@covalent.net>
51614              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
51615              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
51616              (one part of the patch had been applied earlier)
51617      Branch: cfgperl
51618            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
51619 ____________________________________________________________________________
51620 [  6256] By: jhi                                   on 2000/06/28  15:40:22
51621         Log: tweaks from Simon Cozens to further fix tr/// under utf8
51622      Branch: cfgperl
51623            ! doop.c
51624 ____________________________________________________________________________
51625 [  6255] By: jhi                                   on 2000/06/28  15:33:45
51626         Log: small thinko tweaks
51627      Branch: cfgperl
51628            ! lib/IPC/Open3.pm t/op/my_stash.t
51629 ____________________________________________________________________________
51630 [  6254] By: jhi                                   on 2000/06/28  15:33:25
51631         Log: Subject: tr///, help wanted.
51632              From: simon@brecon.co.uk (Simon Cozens)
51633              Date: 28 Jun 2000 11:29:04 GMT
51634              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
51635      Branch: cfgperl
51636            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
51637            ! pp_proto.h proto.h t/op/tr.t
51638 ____________________________________________________________________________
51639 [  6253] By: jhi                                   on 2000/06/28  15:09:17
51640         Log: Paranoia tweak on #6249.
51641              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
51642              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
51643              Date: Sun, 25 Jun 2000 23:43:12 -0400
51644              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
51645      Branch: cfgperl
51646            ! lib/IPC/Open3.pm
51647 ____________________________________________________________________________
51648 [  6252] By: jhi                                   on 2000/06/28  15:01:38
51649         Log: Document #6249 and #6251.
51650      Branch: cfgperl
51651            ! lib/Exporter.pm lib/IPC/Open3.pm
51652 ____________________________________________________________________________
51653 [  6251] By: jhi                                   on 2000/06/28  14:50:43
51654         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
51655              From: Doug MacEachern <dougm@covalent.net>
51656              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
51657              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
51658      Branch: cfgperl
51659            ! lib/Exporter.pm
51660 ____________________________________________________________________________
51661 [  6250] By: jhi                                   on 2000/06/28  14:45:23
51662         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
51663              From: Doug MacEachern <dougm@covalent.net>
51664              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
51665              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
51666      Branch: cfgperl
51667            + t/op/my_stash.t
51668            ! MANIFEST embed.pl global.sym proto.h toke.c
51669 ____________________________________________________________________________
51670 [  6249] By: jhi                                   on 2000/06/28  14:36:34
51671         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
51672              From: Frank Tobin <ftobin@uiuc.edu>
51673              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
51674              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
51675      Branch: cfgperl
51676            ! lib/IPC/Open3.pm
51677 ____________________________________________________________________________
51678 [  6248] By: jhi                                   on 2000/06/28  14:11:25
51679         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
51680              From: Mark-Jason Dominus <mjd@plover.com>
51681              Date: Tue, 27 Jun 2000 22:36:42 -0400
51682              Message-ID: <20000628023642.12166.qmail@plover.com>
51683      Branch: cfgperl
51684            ! pod/perlfunc.pod
51685 ____________________________________________________________________________
51686 [  6247] By: jhi                                   on 2000/06/27  12:46:37
51687         Log: Tweak $VERSION, patch from Doug MacEachern.
51688      Branch: cfgperl
51689            ! lib/File/Spec.pm
51690 ____________________________________________________________________________
51691 [  6246] By: jhi                                   on 2000/06/27  03:34:46
51692         Log: Allow for standalone testing.
51693      Branch: cfgperl
51694            ! t/lib/filefunc.t t/lib/filespec.t
51695 ____________________________________________________________________________
51696 [  6245] By: jhi                                   on 2000/06/27  02:50:02
51697         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
51698              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
51699              Date: Sat, 24 Jun 2000 13:06:20 +0100
51700              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
51701      Branch: cfgperl
51702            ! ext/DynaLoader/DynaLoader_pm.PL
51703 ____________________________________________________________________________
51704 [  6244] By: jhi                                   on 2000/06/27  02:46:10
51705         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
51706              From: Doug MacEachern <dougm@covalent.net>
51707              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
51708              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
51709      Branch: cfgperl
51710            ! gv.c sv.c t/lib/peek.t
51711 ____________________________________________________________________________
51712 [  6243] By: jhi                                   on 2000/06/27  02:38:07
51713         Log: Subject: [PATCH] is_utf8_string
51714              From: simon@brecon.co.uk (Simon Cozens)
51715              Date: 26 Jun 2000 02:25:59 GMT
51716              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
51717      Branch: cfgperl
51718            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
51719            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
51720            ! proto.h utf8.c
51721 ____________________________________________________________________________
51722 [  6242] By: jhi                                   on 2000/06/27  02:24:00
51723         Log: Subject: [PATCH] bytes<->utf8 fixes
51724              From: simon@brecon.co.uk (Simon Cozens)
51725              Date: 26 Jun 2000 04:55:45 GMT
51726              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
51727      Branch: cfgperl
51728            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
51729 ____________________________________________________________________________
51730 [  6241] By: jhi                                   on 2000/06/27  02:12:42
51731         Log: Do no -warn on \_, only on \alpha.
51732              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
51733              From: David Dyck <dcd@tc.fluke.com>
51734              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
51735              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
51736      Branch: cfgperl
51737            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
51738 ____________________________________________________________________________
51739 [  6240] By: jhi                                   on 2000/06/27  02:00:01
51740         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
51741              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
51742              Date: Mon, 26 Jun 2000 18:40:14 +0100
51743              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
51744      Branch: cfgperl
51745            ! utils/h2xs.PL
51746 ____________________________________________________________________________
51747 [  6239] By: jhi                                   on 2000/06/27  01:53:40
51748         Log: Configure maintenance.  Sever some dependency cycles,
51749              separate gccversion from the cc unit,
51750              address [ID 20000623.006] Configure script patch for using gcc on AIX
51751              (but solve it a little bit differently),
51752              unduplex some accidentally duplicated units,
51753              suggest using gcc if no cc available
51754              (p5p thread: "Solaris configure: counterproposal", 1999-09)
51755      Branch: cfgperl
51756            ! Configure Todo-5.6 config_h.SH
51757      Branch: metaconfig
51758            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
51759            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
51760      Branch: metaconfig/U/perl
51761            + gccvers.U
51762            ! d_getespwnam.U d_getprpwnam.U i_prot.U
51763 ____________________________________________________________________________
51764 [  6238] By: jhi                                   on 2000/06/25  18:04:56
51765         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
51766              From: Dan Sugalski <dan@sidhe.org>
51767              Date: Fri, 23 Jun 2000 17:00:00 -0400
51768              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
51769      Branch: cfgperl
51770            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
51771 ____________________________________________________________________________
51772 [  6237] By: jhi                                   on 2000/06/25  16:36:45
51773         Log: Tweak embed.pl, regen headers.
51774      Branch: cfgperl
51775            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
51776            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
51777            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
51778            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
51779            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
51780 ____________________________________________________________________________
51781 [  6236] By: jhi                                   on 2000/06/25  15:26:42
51782         Log: Regen headers.
51783      Branch: cfgperl
51784            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
51785            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
51786            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
51787            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
51788            ! regnodes.h warnings.h
51789 ____________________________________________________________________________
51790 [  6235] By: jhi                                   on 2000/06/23  19:39:35
51791         Log: The thread begun by
51792              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
51793              From: Kevin.Ruscoe@ubsw.com
51794              Date: Fri, 16 Jun 2000 16:38:51 +0100
51795              Message-Id: <H000019b03c300d6@MHS>
51796      Branch: cfgperl
51797            ! hints/solaris_2.sh
51798 ____________________________________________________________________________
51799 [  6234] By: jhi                                   on 2000/06/23  19:23:36
51800         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
51801              because when run as services (Win32ese for daemons)
51802              no environment variables are set and tmpdir ends up as /tmp,
51803              which is ambiguous.
51804              
51805              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
51806              From: matt@sergeant.org
51807              Date: 16 Jun 2000 16:30:43 -0000
51808              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
51809      Branch: cfgperl
51810            ! lib/File/Spec/Win32.pm
51811 ____________________________________________________________________________
51812 [  6233] By: jhi                                   on 2000/06/23  19:18:58
51813         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
51814              From: Mark-Jason Dominus <mjd@plover.com>
51815              Date: Fri, 16 Jun 2000 20:53:04 -0400
51816              Message-ID: <20000617005304.8008.qmail@plover.com>
51817      Branch: cfgperl
51818            ! op.h
51819 ____________________________________________________________________________
51820 [  6232] By: jhi                                   on 2000/06/23  16:10:02
51821         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
51822              From: simon@brecon.co.uk (Simon Cozens)
51823              Date: 19 Jun 2000 15:18:27 GMT
51824              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
51825              
51826              plus update pod/Makefile and regenerate perltoc
51827      Branch: cfgperl
51828            + pod/perlutil.pod
51829            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
51830 ____________________________________________________________________________
51831 [  6231] By: jhi                                   on 2000/06/23  15:19:18
51832         Log: Subject: [PATCH 5.6.0] cygwin port
51833              From: "Fifer, Eric" <EFifer@sanwaint.com>
51834              Date: Tue, 20 Jun 2000 14:30:58 +0100
51835              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
51836      Branch: cfgperl
51837            ! README.cygwin lib/File/Find.pm
51838 ____________________________________________________________________________
51839 [  6230] By: jhi                                   on 2000/06/23  14:25:21
51840         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
51841      Branch: cfgperl
51842            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
51843            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
51844            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
51845            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
51846 ____________________________________________________________________________
51847 [  6229] By: jhi                                   on 2000/06/23  14:13:34
51848         Log: Subject: README.hpux version 0.6.1
51849              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
51850              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
51851              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
51852      Branch: cfgperl
51853            ! README.hpux
51854 ____________________________________________________________________________
51855 [  6228] By: jhi                                   on 2000/06/23  14:07:20
51856         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
51857              From: Doug MacEachern <dougm@covalent.net>
51858              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
51859              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
51860      Branch: cfgperl
51861            ! op.c
51862 ____________________________________________________________________________
51863 [  6227] By: jhi                                   on 2000/06/23  14:01:06
51864         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
51865              From: Doug MacEachern <dougm@covalent.net>
51866              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
51867              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
51868      Branch: cfgperl
51869            + lib/lib.pm.PL
51870            - lib/lib.pm
51871            ! MANIFEST Makefile.SH
51872 ____________________________________________________________________________
51873 [  6226] By: jhi                                   on 2000/06/23  13:53:07
51874         Log: Subject: [PATCH] remove forward declarations in Socket.pm
51875              From: Doug MacEachern <dougm@covalent.net>
51876              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
51877              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
51878              
51879              From: Doug MacEachern <dougm@covalent.net>
51880              Subject: Re: [PATCH] remove forward declarations in Socket.pm
51881              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
51882              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
51883      Branch: cfgperl
51884            ! ext/Socket/Socket.pm op.c
51885 ____________________________________________________________________________
51886 [  6225] By: jhi                                   on 2000/06/23  13:41:52
51887         Log: Add source code filenames to apidoc.
51888              From: simon@brecon.co.uk (Simon Cozens)
51889              Subject: [PATCH embed.pl] Source X-ref
51890              Date: 22 Jun 2000 02:18:49 GMT
51891              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
51892      Branch: cfgperl
51893            ! embed.pl
51894 ____________________________________________________________________________
51895 [  6224] By: jhi                                   on 2000/06/23  13:32:33
51896         Log: A way to avoid English.pm performance hit.
51897              From: root <root@jester.slaysys.com>
51898              Subject: [YAPATCH English.pm] My turn to putt again
51899              Date: Thu, 22 Jun 2000 20:33:58 -0400
51900              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
51901      Branch: cfgperl
51902            ! lib/English.pm t/lib/english.t
51903 ____________________________________________________________________________
51904 [  6223] By: jhi                                   on 2000/06/23  13:27:06
51905         Log: Avoid double close().
51906              Subject: [PATCH] avoid double close()
51907              From: Doug MacEachern <dougm@covalent.net>
51908              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
51909              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
51910      Branch: cfgperl
51911            ! doio.c
51912 ____________________________________________________________________________
51913 [  6222] By: jhi                                   on 2000/06/23  13:25:54
51914         Log: doc typo fix
51915              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
51916              From: Ian Phillipps <Ian.Phillipps@iname.com>
51917              Date: Fri, 23 Jun 2000 10:40:58 +0100
51918              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
51919      Branch: cfgperl
51920            ! lib/Pod/Usage.pm
51921 ____________________________________________________________________________
51922 [  6221] By: jhi                                   on 2000/06/23  13:24:15
51923         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
51924              From: simon@brecon.co.uk (Simon Cozens)
51925              Subject: [PATCH] Eliminate tr///[CU][CU]
51926              Date: 23 Jun 2000 11:05:40 GMT
51927              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
51928      Branch: cfgperl
51929            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
51930 ____________________________________________________________________________
51931 [  6220] By: jhi                                   on 2000/06/22  16:07:51
51932         Log: Win32 patches from Benjamin Stuhl.
51933      Branch: cfgperl
51934            ! makedef.pl win32/win32.h
51935 ____________________________________________________________________________
51936 [  6219] By: jhi                                   on 2000/06/22  16:06:34
51937         Log: Bytecode patches from Benjamin Stuhl.
51938      Branch: cfgperl
51939            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
51940            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
51941            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
51942 ____________________________________________________________________________
51943 [  6218] By: jhi                                   on 2000/06/15  23:54:16
51944         Log: Bytecode patches from Benjamin Stuhl.
51945      Branch: cfgperl
51946            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
51947 ____________________________________________________________________________
51948 [  6217] By: jhi                                   on 2000/06/09  13:38:29
51949         Log: Rename the fdpid locking and integrate with Sarathy.
51950      Branch: cfgperl
51951            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
51952            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
51953            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
51954            ! win32/win32.c
51955           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
51956 ____________________________________________________________________________
51957 [  6216] By: gsar                                  on 2000/06/08  14:54:21
51958         Log: be more optimal about clearing @_
51959      Branch: perl
51960            ! cop.h
51961 ____________________________________________________________________________
51962 [  6215] By: gsar                                  on 2000/06/08  14:33:04
51963         Log: tweak comment about @DB::args
51964      Branch: perl
51965            ! av.h pp_ctl.c
51966 ____________________________________________________________________________
51967 [  6214] By: gsar                                  on 2000/06/08  13:57:54
51968         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
51969              caller() wants to populate @DB::args with it (causes a coredump
51970              in Carp::confess())
51971      Branch: perl
51972            ! cop.h t/op/runlevel.t
51973 ____________________________________________________________________________
51974 [  6213] By: gsar                                  on 2000/06/08  07:06:35
51975         Log: back out change#6106 (seems problematic)
51976      Branch: perl
51977            ! hints/solaris_2.sh
51978 ____________________________________________________________________________
51979 [  6212] By: jhi                                   on 2000/06/07  03:10:36
51980         Log: Continuing mopup for #6204.
51981      Branch: cfgperl
51982            ! ext/B/defsubs_h.PL
51983 ____________________________________________________________________________
51984 [  6211] By: jhi                                   on 2000/06/07  02:41:50
51985         Log: Mopup for #6204.
51986              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
51987              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
51988              This is comes from const() where POK isn't on when expected.
51989      Branch: cfgperl
51990            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
51991            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
51992            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
51993            ! perlapi.h pod/perlapi.pod
51994 ____________________________________________________________________________
51995 [  6210] By: jhi                                   on 2000/06/07  01:56:29
51996         Log: Mopup for #6207 and #6209.
51997      Branch: cfgperl
51998            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
51999 ____________________________________________________________________________
52000 [  6209] By: jhi                                   on 2000/06/07  01:33:12
52001         Log: Lock PL_fdpid against race conditions, based on:
52002              Subject: [PATCH 5.6.0]subprocess fixup for threads
52003              From: Dan Sugalski <dan@sidhe.org>
52004              To: perl5-porters@perl.org
52005              Date: Tue, 11 Apr 2000 17:02:32 -0400
52006              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
52007      Branch: cfgperl
52008            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
52009            ! win32/win32.c
52010 ____________________________________________________________________________
52011 [  6208] By: jhi                                   on 2000/06/07  01:05:23
52012         Log: Regen headers for #6207.
52013      Branch: cfgperl
52014            ! embed.h global.sym objXSUB.h proto.h
52015 ____________________________________________________________________________
52016 [  6207] By: jhi                                   on 2000/06/06  23:43:13
52017         Log: Subject: [PATCH 5.6.0] Threadsafe patches
52018              From: Dan Sugalski <dan@sidhe.org>
52019              To: perl5-porters@perl.org
52020              Date: Mon, 08 May 2000 18:08:13 -0400
52021              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
52022      Branch: cfgperl
52023            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
52024            ! proto.h sv.h util.c
52025 ____________________________________________________________________________
52026 [  6206] By: jhi                                   on 2000/06/06  23:21:23
52027         Log: Subject: [PATCH] Eliminate $a/$b in pod
52028              From: David Glasser <me@davidglasser.net>
52029              To: perl5-porters@perl.org
52030              Date: Mon, 29 May 2000 21:15:59 -0400
52031              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
52032      Branch: cfgperl
52033            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
52034            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
52035            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
52036            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
52037            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
52038            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
52039            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
52040            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
52041            ! pod/perlvar.pod pod/perlxs.pod
52042 ____________________________________________________________________________
52043 [  6205] By: jhi                                   on 2000/06/06  23:12:14
52044         Log: Subject: [PATCH] Win32 improvements
52045              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
52046              To: gsar@activestate.com, perl5-porters@perl.org
52047              Date: Mon, 29 May 2000 17:22:24 PDT
52048              Message-ID: <20000530002224.91142.qmail@hotmail.com>
52049              (MUA had mangled many lines by wordwrapping)
52050      Branch: cfgperl
52051            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
52052 ____________________________________________________________________________
52053 [  6204] By: jhi                                   on 2000/06/06  23:01:50
52054         Log: Subject: [PATCH] B::Bytecode patches
52055              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
52056              To: gsar@activestate.com, jhi@iki.fi
52057              Cc: perl5-porters@perl.org
52058              Message-ID: <20000602202526.48694.qmail@hotmail.com>
52059              (MUA had mangled many lines by wordwrapping)
52060      Branch: cfgperl
52061            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
52062            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
52063            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
52064            ! intrpvar.h perl.c
52065 ____________________________________________________________________________
52066 [  6203] By: jhi                                   on 2000/06/06  22:32:43
52067         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
52068              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
52069              Date: Tue, 06 Jun 2000 13:07:45 -0700
52070              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
52071      Branch: cfgperl
52072            ! pod/perldiag.pod
52073 ____________________________________________________________________________
52074 [  6202] By: jhi                                   on 2000/06/06  19:38:35
52075         Log: Integrate with Sarathy.
52076      Branch: cfgperl
52077           !> perl.c
52078 ____________________________________________________________________________
52079 [  6201] By: gsar                                  on 2000/06/06  00:42:59
52080         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
52081              does a PUSHMARK that's never ever POPMARKed; in general, only
52082              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
52083              Perl_eval_[sp]v() don't because they don't take any incoming
52084              arguments (this leak has been around since the original version
52085              of perl_eval_pv() in 5.003_97e)
52086      Branch: perl
52087            ! perl.c
52088 ____________________________________________________________________________
52089 [  6200] By: jhi                                   on 2000/06/04  03:44:52
52090         Log: Update to cperl-mode.el 4.31 from
52091              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
52092              Subject: A couple of notes
52093              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52094              To: Mailing list Perl5 <perl5-porters@perl.org>
52095              Date: Sat, 3 Jun 2000 23:33:32 -0400
52096              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
52097      Branch: cfgperl
52098            ! emacs/cperl-mode.el
52099 ____________________________________________________________________________
52100 [  6199] By: jhi                                   on 2000/06/03  15:11:05
52101         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
52102              From: Dan Sugalski <dan@sidhe.org>
52103              To: perl5-porters@perl.org, vmsperl@perl.org
52104              Date: Fri, 02 Jun 2000 17:30:51 -0400
52105              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
52106      Branch: cfgperl
52107            ! vms/descrip_mms.template vms/gen_shrfls.pl
52108 ____________________________________________________________________________
52109 [  6198] By: jhi                                   on 2000/06/03  14:59:15
52110         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
52111              From: Dan Sugalski <dan@sidhe.org>
52112              To: vmsperl@perl.org, perl5-porters@perl.org
52113              Date: Fri, 02 Jun 2000 16:00:41 -0400
52114              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
52115              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
52116      Branch: cfgperl
52117            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
52118            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
52119            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
52120 ____________________________________________________________________________
52121 [  6197] By: jhi                                   on 2000/06/03  14:41:30
52122         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
52123              From: John Borwick <jhborwic@unity.ncsu.edu>
52124              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
52125              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
52126      Branch: cfgperl
52127            ! pod/perlsyn.pod
52128 ____________________________________________________________________________
52129 [  6196] By: jhi                                   on 2000/06/03  14:38:09
52130         Log: Integrate with Sarathy.
52131      Branch: cfgperl
52132           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
52133           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
52134           !> vms/perly_c.vms
52135 ____________________________________________________________________________
52136 [  6195] By: gsar                                  on 2000/06/02  22:43:13
52137         Log: fix yet another eval"" leak under USE_ITHREADS
52138      Branch: perl
52139            ! op.c
52140 ____________________________________________________________________________
52141 [  6194] By: gsar                                  on 2000/06/02  18:22:06
52142         Log: fix small eval"" memory leaks under USE_ITHREADS
52143      Branch: perl
52144            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
52145            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
52146            ! vms/perly_c.vms
52147 ____________________________________________________________________________
52148 [  6193] By: jhi                                   on 2000/06/01  13:03:56
52149         Log: Signals-be-gone for microperl.
52150      Branch: cfgperl
52151            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
52152 ____________________________________________________________________________
52153 [  6192] By: jhi                                   on 2000/06/01  12:52:02
52154         Log: Integrate with Sarathy.
52155      Branch: cfgperl
52156           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
52157           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
52158           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
52159           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
52160           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
52161           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
52162           !> t/op/vec.t utils/h2xs.PL
52163 ____________________________________________________________________________
52164 [  6191] By: gsar                                  on 2000/06/01  09:38:21
52165         Log: vec() loses numericalness (modified version of patch suggested
52166              by Robin Barker)
52167      Branch: perl
52168            ! doop.c t/op/vec.t
52169 ____________________________________________________________________________
52170 [  6190] By: gsar                                  on 2000/06/01  09:26:15
52171         Log: submit missing embed.pl change
52172      Branch: perl
52173            ! embed.pl
52174 ____________________________________________________________________________
52175 [  6189] By: gsar                                  on 2000/06/01  09:05:34
52176         Log: counting tr/// corrupts later operation (from M.J.T Guy)
52177      Branch: perl
52178            ! doop.c t/op/tr.t
52179 ____________________________________________________________________________
52180 [  6188] By: gsar                                  on 2000/06/01  08:58:39
52181         Log: h2xs tweaks
52182      Branch: perl
52183            ! utils/h2xs.PL
52184 ____________________________________________________________________________
52185 [  6187] By: gsar                                  on 2000/06/01  08:50:07
52186         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
52187              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
52188      Branch: perl
52189            + lib/Pod/LaTeX.pm
52190            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
52191            ! pod/pod2latex.PL
52192 ____________________________________________________________________________
52193 [  6186] By: gsar                                  on 2000/06/01  08:24:40
52194         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
52195              <wolfgang.laun@alcatel.at>)
52196      Branch: perl
52197            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
52198            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
52199 ____________________________________________________________________________
52200 [  6185] By: gsar                                  on 2000/06/01  08:12:00
52201         Log: remove incorrect documentation about implicit split to @_ in
52202              list context, which never really worked in perl 5 (from
52203              M.J.T. Guy)
52204      Branch: perl
52205            ! pod/perlfunc.pod pod/perltrap.pod
52206 ____________________________________________________________________________
52207 [  6184] By: gsar                                  on 2000/06/01  07:52:27
52208         Log: tweak for change#6127
52209      Branch: perl
52210            ! perl.c
52211 ____________________________________________________________________________
52212 [  6183] By: gsar                                  on 2000/06/01  07:41:02
52213         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
52214              <nick@ccl4.org>)
52215      Branch: perl
52216            + t/lib/selfloader.t
52217            ! MANIFEST lib/SelfLoader.pm
52218 ____________________________________________________________________________
52219 [  6182] By: jhi                                   on 2000/06/01  00:34:42
52220         Log: Be Cleaner Part Deux.
52221      Branch: cfgperl
52222            ! Makefile.SH
52223 ____________________________________________________________________________
52224 [  6181] By: jhi                                   on 2000/06/01  00:32:09
52225         Log: Integrate with Sarathy.
52226      Branch: cfgperl
52227           !> pp.c t/op/arith.t
52228 ____________________________________________________________________________
52229 [  6180] By: jhi                                   on 2000/06/01  00:31:13
52230         Log: microperl nits from Simon Cozens.
52231      Branch: cfgperl
52232            + uconfig.h
52233            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
52234            ! unixish.h
52235 ____________________________________________________________________________
52236 [  6179] By: gsar                                  on 2000/05/31  22:37:51
52237         Log: buggy modulus on UVs introduced by change#3378 (resulted in
52238              4063328477 % 65535 amounting to 27406, instead of 27407)
52239      Branch: perl
52240            ! pp.c t/op/arith.t
52241 ____________________________________________________________________________
52242 [  6178] By: jhi                                   on 2000/05/31  21:52:41
52243         Log: Be cleaner.
52244      Branch: cfgperl
52245            ! Makefile.SH
52246 ____________________________________________________________________________
52247 [  6177] By: jhi                                   on 2000/05/31  21:47:33
52248         Log: Substitution utf8 patch from Simon Cozens.
52249      Branch: cfgperl
52250            ! pp_hot.c
52251 ____________________________________________________________________________
52252 [  6176] By: jhi                                   on 2000/05/31  21:45:34
52253         Log: Single-quoted utf8 patch from Simon Cozens.
52254      Branch: cfgperl
52255            ! toke.c
52256 ____________________________________________________________________________
52257 [  6175] By: jhi                                   on 2000/05/31  21:40:18
52258         Log: Integrate with Sarathy.
52259      Branch: cfgperl
52260           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
52261 ____________________________________________________________________________
52262 [  6174] By: jhi                                   on 2000/05/31  21:37:31
52263         Log: microperl changes from Simon Cozens; Makefile for microperl
52264              written from scratch; few casts added as microperl compilation
52265              doesn't have all prototypes available.
52266      Branch: cfgperl
52267            + Makefile.micro README.micro Todo.micro uconfig.sh
52268            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
52269            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
52270      Branch: metaconfig
52271            + U/modified/Config_h.U
52272 ____________________________________________________________________________
52273 [  6173] By: jhi                                   on 2000/05/31  20:00:24
52274         Log: metaconfig maintenance.
52275      Branch: metaconfig
52276            + U/modified/Inhdr.U U/typedefs/inotype.U
52277      Branch: metaconfig/U/perl
52278            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
52279            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
52280 ____________________________________________________________________________
52281 [  6172] By: gsar                                  on 2000/05/31  05:05:42
52282         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
52283              (from Ilya Zakharevich)
52284      Branch: perl
52285            ! regexec.c t/op/re_tests
52286 ____________________________________________________________________________
52287 [  6171] By: gsar                                  on 2000/05/31  05:01:47
52288         Log: scalar() doesn't force scalar context when used in void context
52289              (from Simon Cozens)
52290      Branch: perl
52291            ! op.c t/op/wantarray.t
52292 ____________________________________________________________________________
52293 [  6170] By: gsar                                  on 2000/05/31  04:41:33
52294         Log: change#6142 needs tweaks to tests to work where there's no symlink()
52295              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
52296      Branch: perl
52297            ! t/lib/filefind.t
52298 ____________________________________________________________________________
52299 [  6169] By: gsar                                  on 2000/05/31  04:29:49
52300         Log: integrate cfgperl contents into mainline
52301      Branch: perl
52302           +> pod/perlmodlib.PL pod/perlnewmod.pod
52303           !> (integrate 42 files)
52304 ____________________________________________________________________________
52305 [  6168] By: jhi                                   on 2000/05/30  22:53:37
52306         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
52307      Branch: cfgperl
52308            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52309            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
52310            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
52311            ! win32/config.bc win32/config.gc win32/config.vc
52312            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
52313            ! win32/config_h.PL win32/config_sh.PL
52314      Branch: metaconfig/U/perl
52315            ! perlxv.U
52316 ____________________________________________________________________________
52317 [  6167] By: jhi                                   on 2000/05/30  22:20:21
52318         Log: tweak todo 
52319      Branch: cfgperl
52320            ! Todo-5.6
52321 ____________________________________________________________________________
52322 [  6166] By: jhi                                   on 2000/05/30  22:11:51
52323         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
52324              in case somebody wants to write an extension for more
52325              shadow database interfaces.
52326      Branch: cfgperl
52327            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52328            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
52329            ! vos/config.def vos/config.h vos/config_h.SH_orig
52330            ! win32/config.bc win32/config.gc win32/config.vc
52331            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
52332      Branch: metaconfig
52333            ! U/modified/Myinit.U
52334      Branch: metaconfig/U/perl
52335            + d_getespwnam.U d_getprpwnam.U i_prot.U
52336 ____________________________________________________________________________
52337 [  6165] By: jhi                                   on 2000/05/30  18:35:34
52338         Log: Integrate with Sarathy.
52339      Branch: cfgperl
52340           !> op.c
52341 ____________________________________________________________________________
52342 [  6164] By: jhi                                   on 2000/05/30  18:30:16
52343         Log: detypo
52344      Branch: cfgperl
52345            ! Configure config_h.SH
52346      Branch: metaconfig/U/perl
52347            ! perlxv.U
52348 ____________________________________________________________________________
52349 [  6163] By: gsar                                  on 2000/05/30  03:24:03
52350         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
52351      Branch: perl
52352            ! op.c
52353 ____________________________________________________________________________
52354 [  6162] By: gsar                                  on 2000/05/30  03:09:38
52355         Log: fix memory leak in method call optimization (change#3768);
52356              made C<eval "$x->foo()"> leak
52357      Branch: perl
52358            ! op.c
52359 ____________________________________________________________________________
52360 [  6161] By: jhi                                   on 2000/05/29  17:56:26
52361         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
52362              both from Simon Cozens.
52363      Branch: cfgperl
52364            + pod/perlmodlib.PL pod/perlnewmod.pod
52365            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
52366            ! pod/perlmodlib.pod pod/perltoc.pod
52367 ____________________________________________________________________________
52368 [  6160] By: jhi                                   on 2000/05/29  17:23:55
52369         Log: Changes for the File::Temp 0.08 (change #6159) test suite
52370              to fit better into the Perl distribution test framework.
52371      Branch: cfgperl
52372            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
52373            ! t/lib/ftmp-tempfile.t
52374 ____________________________________________________________________________
52375 [  6159] By: jhi                                   on 2000/05/29  16:55:36
52376         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
52377      Branch: cfgperl
52378            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
52379            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
52380 ____________________________________________________________________________
52381 [  6158] By: bailey                                on 2000/05/29  16:22:08
52382         Log: Add fallback to tmpfile for use in cases where user's relying on
52383              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
52384              Lane's patch)
52385      Branch: vmsperl
52386            ! vms/vms.c vms/vmsish.h
52387 ____________________________________________________________________________
52388 [  6157] By: jhi                                   on 2000/05/29  03:10:36
52389         Log: Regen Configure to jive with #6149.
52390      Branch: cfgperl
52391            ! Configure
52392      Branch: metaconfig
52393            ! U/modified/Getfile.U
52394 ____________________________________________________________________________
52395 [  6156] By: jhi                                   on 2000/05/29  03:01:38
52396         Log: Integrate with Sarathy.
52397      Branch: cfgperl
52398           +> ext/DynaLoader/dl_mac.xs
52399           !> (integrate 38 files)
52400 ____________________________________________________________________________
52401 [  6155] By: gsar                                  on 2000/05/28  21:15:58
52402         Log: small bug in change#6144; remove random \xA0 character that snuck
52403              in via change#6145
52404      Branch: perl
52405            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
52406 ____________________________________________________________________________
52407 [  6154] By: gsar                                  on 2000/05/28  21:04:19
52408         Log: avoid type mismatch warning
52409      Branch: perl
52410            ! perl.c
52411 ____________________________________________________________________________
52412 [  6153] By: gsar                                  on 2000/05/28  20:58:31
52413         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
52414              <nick@Bagpuss.uk.boo.com>)
52415      Branch: perl
52416            ! lib/Test/Harness.pm
52417 ____________________________________________________________________________
52418 [  6152] By: gsar                                  on 2000/05/28  20:53:42
52419         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
52420      Branch: perl
52421            ! regexec.c
52422 ____________________________________________________________________________
52423 [  6151] By: gsar                                  on 2000/05/28  20:50:28
52424         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
52425      Branch: perl
52426            ! regexec.c
52427 ____________________________________________________________________________
52428 [  6150] By: gsar                                  on 2000/05/28  20:39:58
52429         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
52430      Branch: perl
52431            ! pod/perlrequick.pod
52432 ____________________________________________________________________________
52433 [  6149] By: gsar                                  on 2000/05/28  20:35:16
52434         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
52435              <troc@netrus.net>)
52436      Branch: perl
52437            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
52438            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
52439            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
52440            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
52441 ____________________________________________________________________________
52442 [  6148] By: gsar                                  on 2000/05/28  20:21:07
52443         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
52444      Branch: perl
52445            ! lib/ExtUtils/MM_Unix.pm
52446 ____________________________________________________________________________
52447 [  6147] By: gsar                                  on 2000/05/28  20:12:41
52448         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
52449              (from Peter Prymmer)
52450      Branch: perl
52451            ! vms/subconfigure.com
52452 ____________________________________________________________________________
52453 [  6146] By: gsar                                  on 2000/05/28  20:06:15
52454         Log: doc typo
52455      Branch: perl
52456            ! lib/warnings.pm warnings.h warnings.pl
52457 ____________________________________________________________________________
52458 [  6145] By: gsar                                  on 2000/05/28  18:44:33
52459         Log: make xsubpp skip embedded pod (from Matthias Neeracher
52460              <neeri@iis.ee.ethz.ch>)
52461      Branch: perl
52462            ! lib/ExtUtils/xsubpp
52463 ____________________________________________________________________________
52464 [  6144] By: gsar                                  on 2000/05/28  18:42:49
52465         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
52466              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
52467              <neeri@iis.ee.ethz.ch>)
52468      Branch: perl
52469            ! lib/AutoSplit.pm
52470 ____________________________________________________________________________
52471 [  6143] By: gsar                                  on 2000/05/28  18:41:12
52472         Log: MacOS support, part 1 (from Matthias Neeracher
52473              <neeri@iis.ee.ethz.ch>)
52474      Branch: perl
52475            + ext/DynaLoader/dl_mac.xs
52476            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
52477            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
52478            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
52479            ! util.h
52480 ____________________________________________________________________________
52481 [  6142] By: gsar                                  on 2000/05/28  18:21:51
52482         Log: File::Find fails to chdir when chasing symlinks (from
52483              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
52484      Branch: perl
52485            ! lib/File/Find.pm t/lib/filefind.t
52486 ____________________________________________________________________________
52487 [  6141] By: jhi                                   on 2000/05/28  14:25:15
52488         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
52489              forwarded by Peter Seebach from the bsdi-users mailing list.
52490              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
52491      Branch: perl
52492            ! hints/bsdos.sh
52493 ____________________________________________________________________________
52494 [  6140] By: jhi                                   on 2000/05/28  14:11:57
52495         Log: Integrate with Sarathy.
52496      Branch: cfgperl
52497           +> (branch 30 files)
52498           !> (integrate 93 files)
52499 ____________________________________________________________________________
52500 [  6139] By: gsar                                  on 2000/05/28  10:01:48
52501         Log: revise mktables.PL for bugs and newness in Unicode 3.0
52502              (from James Bence <jbence@amgen.com>)
52503      Branch: perl
52504            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
52505            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
52506            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
52507            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
52508            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
52509            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
52510            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
52511            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
52512            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
52513            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
52514            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
52515            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
52516            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
52517            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
52518            + lib/unicode/Is/SylWU.pl
52519            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
52520            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
52521            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
52522            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
52523            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
52524            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
52525            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
52526            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
52527            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
52528            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
52529            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
52530            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
52531            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
52532            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
52533            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
52534            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
52535            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
52536            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
52537            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
52538            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
52539            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
52540            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
52541            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
52542            ! lib/unicode/Makefile lib/unicode/mktables.PL
52543 ____________________________________________________________________________
52544 [  6138] By: gsar                                  on 2000/05/28  08:50:32
52545         Log: add note about the handling of negative indices to tied arrays
52546              (from Michael G Schwern <schwern@pobox.com>)
52547      Branch: perl
52548            ! pod/perltie.pod
52549 ____________________________________________________________________________
52550 [  6137] By: gsar                                  on 2000/05/28  08:46:10
52551         Log: fix bogus redeclaration warning for "our" variables in different
52552              scopes
52553      Branch: perl
52554            ! op.c t/pragma/strict-vars
52555 ____________________________________________________________________________
52556 [  6136] By: gsar                                  on 2000/05/28  08:31:20
52557         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
52558      Branch: perl
52559            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
52560 ____________________________________________________________________________
52561 [  6135] By: gsar                                  on 2000/05/28  08:17:50
52562         Log: enable Test::Harness to dynamically determine column width etc.
52563              (from Rob Napier <rnapier@employees.org>)
52564      Branch: perl
52565            ! lib/Test/Harness.pm
52566 ____________________________________________________________________________
52567 [  6134] By: gsar                                  on 2000/05/28  08:13:39
52568         Log: make Test::Harness use wait.h/WCOREDUMP if available
52569              (from Ben Tilly <ben_tilly@hotmail.com>)
52570      Branch: perl
52571            ! lib/Test/Harness.pm
52572 ____________________________________________________________________________
52573 [  6133] By: gsar                                  on 2000/05/28  08:08:05
52574         Log: elide bogus test in change#6132
52575      Branch: perl
52576            ! t/pragma/warn/9enabled
52577 ____________________________________________________________________________
52578 [  6132] By: gsar                                  on 2000/05/28  08:03:14
52579         Log: warnings::enabled() doesn't fall back to looking at $^W if
52580              caller isn't using lexical warnings (from Paul Marquess)
52581      Branch: perl
52582            ! pp_ctl.c t/pragma/warn/9enabled
52583 ____________________________________________________________________________
52584 [  6131] By: gsar                                  on 2000/05/28  07:57:47
52585         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
52586      Branch: perl
52587            ! ext/POSIX/POSIX.pm
52588 ____________________________________________________________________________
52589 [  6130] By: gsar                                  on 2000/05/28  07:29:12
52590         Log: fix places that mean C<"word" character> but say C<alphanumeric
52591              character>
52592      Branch: perl
52593            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
52594 ____________________________________________________________________________
52595 [  6129] By: gsar                                  on 2000/05/28  07:18:41
52596         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
52597      Branch: perl
52598            ! vms/test.com
52599 ____________________________________________________________________________
52600 [  6128] By: gsar                                  on 2000/05/28  07:12:55
52601         Log: new perlxstut example for passing/returning refs to arrays
52602              (from David Lowe <dlowe@pootpoot.com>)
52603      Branch: perl
52604            ! pod/perlxstut.pod
52605 ____________________________________________________________________________
52606 [  6127] By: gsar                                  on 2000/05/28  07:02:50
52607         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
52608              failed (from Gisle Aas)
52609      Branch: perl
52610            ! cop.h perl.c
52611 ____________________________________________________________________________
52612 [  6126] By: gsar                                  on 2000/05/28  06:39:53
52613         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
52614              (reworked variant of patch suggested by Simon Cozens)
52615      Branch: perl
52616            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
52617            ! pp_hot.c proto.h t/op/gv.t
52618 ____________________________________________________________________________
52619 [  6125] By: gsar                                  on 2000/05/28  05:14:55
52620         Log: enable propagating exception objects via Perl_croak() in XS code
52621              (from Gisle Aas)
52622      Branch: perl
52623            ! util.c
52624 ____________________________________________________________________________
52625 [  6124] By: gsar                                  on 2000/05/28  05:07:28
52626         Log: integrate vmsperl contents into mainline
52627      Branch: perl
52628           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
52629           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
52630           !> vms/vmsish.h
52631 ____________________________________________________________________________
52632 [  6123] By: gsar                                  on 2000/05/28  05:03:53
52633         Log: clarify gotcha with #line directives (from Rocco Caputo
52634              <troc@netrus.net>)
52635      Branch: perl
52636            ! pod/perldebug.pod pod/perlsyn.pod
52637 ____________________________________________________________________________
52638 [  6122] By: gsar                                  on 2000/05/28  04:58:29
52639         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
52640              (from Mark-Jason Dominus)
52641      Branch: perl
52642            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
52643            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
52644            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
52645            ! toke.c
52646 ____________________________________________________________________________
52647 [  6121] By: bailey                                on 2000/05/25  04:46:54
52648         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
52649              lists (based on fixes by Craig Berry)
52650      Branch: vmsperl
52651            ! lib/File/Spec/VMS.pm
52652 ____________________________________________________________________________
52653 [  6120] By: bailey                                on 2000/05/25  04:25:38
52654         Log: Add missing escape (Charles Lane)
52655      Branch: vmsperl
52656            ! t/op/lex_assign.t
52657 ____________________________________________________________________________
52658 [  6119] By: bailey                                on 2000/05/25  04:21:25
52659         Log: Quiet error messages in vmsish.t (Charles Lane)
52660      Branch: vmsperl
52661            ! vms/ext/vmsish.t
52662 ____________________________________________________________________________
52663 [  6118] By: bailey                                on 2000/05/25  04:17:57
52664         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
52665              Flatten case labels in switch statements uniformly (Charles Bailey)
52666      Branch: vmsperl
52667            ! vms/vms.c
52668 ____________________________________________________________________________
52669 [  6117] By: bailey                                on 2000/05/25  03:58:09
52670         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
52671      Branch: vmsperl
52672            ! vms/vmsish.h
52673 ____________________________________________________________________________
52674 [  6116] By: bailey                                on 2000/05/25  03:11:15
52675         Log: Miscellaneous cosmetic fixes (Charles Lane)
52676      Branch: vmsperl
52677            ! lib/ExtUtils/MM_VMS.pm
52678 ____________________________________________________________________________
52679 [  6115] By: bailey                                on 2000/05/25  03:10:36
52680         Log: Add bounds checking for several strings (Charles Lane)
52681      Branch: vmsperl
52682            ! vms/vms.c
52683 ____________________________________________________________________________
52684 [  6114] By: bailey                                on 2000/05/25  02:25:34
52685         Log: Urk -- undo previous removal of vmsish 'exit' change
52686      Branch: vmsperl
52687            ! vms/ext/vmsish.pm vms/vmsish.h
52688 ____________________________________________________________________________
52689 [  6113] By: bailey                                on 2000/05/24  02:24:40
52690         Log: Ugly workaround for version-specific RTL error
52691      Branch: vmsperl
52692            ! vms/vms.c
52693 ____________________________________________________________________________
52694 [  6112] By: bailey                                on 2000/05/24  02:19:55
52695         Log: Check for existence of file before trying to delete
52696      Branch: vmsperl
52697            ! vms/test.com
52698 ____________________________________________________________________________
52699 [  6111] By: bailey                                on 2000/05/23  23:35:13
52700         Log: Resync with mainline prior to post-5.6.0 updates
52701      Branch: vmsperl
52702           +> (branch 49 files)
52703            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
52704            ! vms/ext/vmsish.pm
52705           !> (integrate 334 files)
52706 ____________________________________________________________________________
52707 [  6110] By: jhi                                   on 2000/05/23  19:28:32
52708         Log: todo tweak
52709      Branch: cfgperl
52710            ! Todo-5.6
52711 ____________________________________________________________________________
52712 [  6109] By: jhi                                   on 2000/05/18  17:38:54
52713         Log: Integrate with Sarathy.
52714      Branch: cfgperl
52715           !> mg.c perl.h win32/perlhost.h
52716 ____________________________________________________________________________
52717 [  6108] By: gsar                                  on 2000/05/17  02:24:56
52718         Log: reenable fake signal handling on Windows, bugs and all
52719      Branch: perl
52720            ! mg.c perl.h win32/perlhost.h
52721 ____________________________________________________________________________
52722 [  6107] By: jhi                                   on 2000/05/15  18:01:41
52723         Log: Tweak the todo list.
52724      Branch: cfgperl
52725            ! Todo-5.6
52726 ____________________________________________________________________________
52727 [  6106] By: jhi                                   on 2000/05/15  13:41:48
52728         Log: The (Configure) script refuses to go on, after asking for
52729              'You may also choose to try maximal 64-bitness....'.
52730              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
52731              -- Patrick Zima
52732              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
52733      Branch: cfgperl
52734            ! hints/solaris_2.sh
52735 ____________________________________________________________________________
52736 [  6105] By: jhi                                   on 2000/05/11  14:37:43
52737         Log: Integrate with Sarathy.
52738      Branch: cfgperl
52739           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
52740           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
52741 ____________________________________________________________________________
52742 [  6104] By: gsar                                  on 2000/05/11  03:39:07
52743         Log: PL_sys_intern was being initialized too late on windows
52744      Branch: perl
52745            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
52746            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
52747 ____________________________________________________________________________
52748 [  6103] By: jhi                                   on 2000/05/09  19:42:20
52749         Log: Test tweaking for Unicos continues.
52750      Branch: cfgperl
52751            ! t/op/64bitint.t
52752 ____________________________________________________________________________
52753 [  6102] By: jhi                                   on 2000/05/09  16:47:27
52754         Log: The test suite tweak in #6101 wasn't quite right.
52755      Branch: cfgperl
52756            ! t/lib/complex.t
52757 ____________________________________________________________________________
52758 [  6101] By: jhi                                   on 2000/05/09  15:35:34
52759         Log: Hints and test tweaks for Unicos.
52760      Branch: cfgperl
52761            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
52762 ____________________________________________________________________________
52763 [  6100] By: jhi                                   on 2000/05/08  21:15:06
52764         Log: More compilation tweakery from Allen Smith.
52765      Branch: cfgperl
52766            ! hints/irix_6.sh
52767 ____________________________________________________________________________
52768 [  6099] By: jhi                                   on 2000/05/08  19:21:18
52769         Log: Tweaks for the cc bugs from Allen Smith.
52770      Branch: cfgperl
52771            ! hints/irix_6.sh
52772 ____________________________________________________________________________
52773 [  6098] By: jhi                                   on 2000/05/08  19:13:37
52774         Log: Add a note about other, yet unsupported, shadow password APIs.
52775      Branch: cfgperl
52776            ! pp_sys.c
52777 ____________________________________________________________________________
52778 [  6097] By: jhi                                   on 2000/05/08  18:46:34
52779         Log: Add a note about possible compilation problems from Allen Smith.
52780      Branch: cfgperl
52781            ! hints/irix_6.sh
52782 ____________________________________________________________________________
52783 [  6096] By: jhi                                   on 2000/05/08  17:33:10
52784         Log: Integrate with Sarathy.
52785      Branch: cfgperl
52786           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
52787           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
52788 ____________________________________________________________________________
52789 [  6095] By: jhi                                   on 2000/05/08  16:21:33
52790         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
52791              might be useful in future.
52792      Branch: cfgperl
52793            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52794            ! config_h.SH
52795      Branch: metaconfig
52796            ! U/installdirs/inc_version_list.U
52797      Branch: metaconfig/U/perl
52798            ! perlxv.U
52799 ____________________________________________________________________________
52800 [  6094] By: gsar                                  on 2000/05/08  14:22:22
52801         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
52802      Branch: perl
52803            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
52804            ! hints/cygwin.sh pp_sys.c
52805 ____________________________________________________________________________
52806 [  6093] By: gsar                                  on 2000/05/08  12:52:28
52807         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
52808              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
52809      Branch: perl
52810            ! pp_sys.c sv.c win32/perlhost.h
52811 ____________________________________________________________________________
52812 [  6092] By: jhi                                   on 2000/05/07  22:40:34
52813         Log: Regen perltoc with the fixed buildtoc.
52814      Branch: cfgperl
52815            ! pod/perltoc.pod
52816 ____________________________________________________________________________
52817 [  6091] By: jhi                                   on 2000/05/07  22:24:16
52818         Log: Integrate with Sarathy.
52819      Branch: cfgperl
52820           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
52821           !> t/op/substr.t toke.c
52822 ____________________________________________________________________________
52823 [  6090] By: gsar                                  on 2000/05/07  19:47:07
52824         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
52825              [NI]OK; added tests for both
52826      Branch: perl
52827            ! perl.c pp_hot.c sv.c t/op/substr.t
52828 ____________________________________________________________________________
52829 [  6089] By: gsar                                  on 2000/05/07  18:18:38
52830         Log: buildtoc tweak to fix newline lossage
52831      Branch: perl
52832            ! pod/buildtoc
52833 ____________________________________________________________________________
52834 [  6088] By: jhi                                   on 2000/05/07  16:35:36
52835         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
52836              because we do not use those.  The HAS_GETSPNAM remains,
52837              though, because we still do use that.
52838      Branch: cfgperl
52839            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52840            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
52841            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
52842            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
52843            ! win32/config.vc win32/config_H.bc win32/config_H.gc
52844            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
52845 ____________________________________________________________________________
52846 [  6087] By: gsar                                  on 2000/05/07  16:05:16
52847         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
52848      Branch: perl
52849            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
52850 ____________________________________________________________________________
52851 [  6086] By: jhi                                   on 2000/05/07  15:27:07
52852         Log: Integrate with Sarathy.
52853      Branch: cfgperl
52854           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
52855           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
52856           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
52857           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
52858           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
52859           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
52860 ____________________________________________________________________________
52861 [  6085] By: gsar                                  on 2000/05/07  05:52:02
52862         Log: repeat operator (x) doesn't preserve utf8-ness
52863      Branch: perl
52864            ! pp.c t/op/substr.t
52865 ____________________________________________________________________________
52866 [  6084] By: gsar                                  on 2000/05/07  05:39:55
52867         Log: substr() does not preserve utf8-ness (from Stefan Eissing
52868              <Eissing@medicaldataservice.de>); added tests
52869      Branch: perl
52870            ! pp.c t/op/substr.t
52871 ____________________________________________________________________________
52872 [  6083] By: gsar                                  on 2000/05/07  05:24:46
52873         Log: note about undocumented caller() return value (from M.J.T. Guy);
52874              yet another peek.t tweak
52875      Branch: perl
52876            ! pod/perlfunc.pod t/lib/peek.t
52877 ____________________________________________________________________________
52878 [  6082] By: gsar                                  on 2000/05/07  05:08:40
52879         Log: peek.t non-portable to ithreads
52880      Branch: perl
52881            ! t/lib/peek.t
52882 ____________________________________________________________________________
52883 [  6081] By: gsar                                  on 2000/05/07  04:17:04
52884         Log: better default perlbug categories for ok reports (from Richard Foley)
52885      Branch: perl
52886            ! utils/perlbug.PL
52887 ____________________________________________________________________________
52888 [  6080] By: gsar                                  on 2000/05/07  04:08:07
52889         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
52890              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
52891      Branch: perl
52892            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
52893            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
52894            ! AUTHORS MAINTAIN MANIFEST
52895 ____________________________________________________________________________
52896 [  6079] By: gsar                                  on 2000/05/07  04:01:38
52897         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
52898      Branch: perl
52899            ! lib/Carp/Heavy.pm
52900 ____________________________________________________________________________
52901 [  6078] By: gsar                                  on 2000/05/07  01:24:19
52902         Log: workaround for CRT bug in chdir() (from Charles Lane, via
52903              Peter Prymmer)
52904      Branch: perl
52905            ! iperlsys.h vms/vms.c vms/vmsish.h
52906 ____________________________________________________________________________
52907 [  6077] By: gsar                                  on 2000/05/07  01:22:23
52908         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
52909              and Tom Phoenix)
52910      Branch: perl
52911            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
52912 ____________________________________________________________________________
52913 [  6076] By: gsar                                  on 2000/05/06  17:36:29
52914         Log: integrate cfgperl contents into mainline
52915      Branch: perl
52916           +> t/lib/peek.t
52917           !> Configure MANIFEST Porting/Glossary Porting/config.sh
52918           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
52919           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
52920           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
52921 ____________________________________________________________________________
52922 [  6075] By: jhi                                   on 2000/05/05  18:56:10
52923         Log: Make the test more portable.
52924      Branch: cfgperl
52925            ! t/lib/peek.t
52926 ____________________________________________________________________________
52927 [  6074] By: jhi                                   on 2000/05/05  18:49:20
52928         Log: Introduce t/lib/peek.t.
52929      Branch: cfgperl
52930            + t/lib/peek.t
52931            ! MANIFEST
52932 ____________________________________________________________________________
52933 [  6073] By: jhi                                   on 2000/05/05  14:30:45
52934         Log: Complex tweaks.
52935      Branch: cfgperl
52936            ! lib/Math/Complex.pm t/lib/complex.t
52937 ____________________________________________________________________________
52938 [  6072] By: jhi                                   on 2000/05/05  12:27:13
52939         Log: Integrate with Sarathy.
52940      Branch: cfgperl
52941           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
52942           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
52943           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
52944           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
52945 ____________________________________________________________________________
52946 [  6071] By: gsar                                  on 2000/05/05  02:24:46
52947         Log: misformatted perllocal.pod (from Tim Jenness
52948              <t.jenness@jach.hawaii.edu>)
52949      Branch: perl
52950            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
52951 ____________________________________________________________________________
52952 [  6070] By: gsar                                  on 2000/05/05  02:16:52
52953         Log: remove misleading comment (from M.J.T. Guy)
52954      Branch: perl
52955            ! t/lib/anydbm.t
52956 ____________________________________________________________________________
52957 [  6069] By: gsar                                  on 2000/05/05  02:15:13
52958         Log: File::Spec compatibility update (from Barrie Slaymaker
52959              <barries@slaysys.com>)
52960      Branch: perl
52961            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
52962            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
52963 ____________________________________________________________________________
52964 [  6068] By: gsar                                  on 2000/05/05  02:01:50
52965         Log: note about values()
52966      Branch: perl
52967            ! pod/perlfunc.pod
52968 ____________________________________________________________________________
52969 [  6067] By: gsar                                  on 2000/05/05  01:33:09
52970         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
52971      Branch: perl
52972            ! win32/win32.c
52973 ____________________________________________________________________________
52974 [  6066] By: gsar                                  on 2000/05/05  01:23:43
52975         Log: s/END/CHECK/
52976      Branch: perl
52977            ! perl.c
52978 ____________________________________________________________________________
52979 [  6065] By: jhi                                   on 2000/05/04  17:30:22
52980         Log: Integrate with Sarathy.
52981      Branch: cfgperl
52982           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
52983 ____________________________________________________________________________
52984 [  6064] By: gsar                                  on 2000/05/04  17:26:14
52985         Log: change#5905 wasn't quite right--it's intent only applies when arguments
52986              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
52987      Branch: perl
52988            ! pp_sys.c sv.c
52989 ____________________________________________________________________________
52990 [  6063] By: gsar                                  on 2000/05/04  16:52:29
52991         Log: tokeq() could read unallocated field in argument
52992      Branch: perl
52993            ! toke.c
52994 ____________________________________________________________________________
52995 [  6062] By: gsar                                  on 2000/05/04  16:34:51
52996         Log: additional tests for utf8.t
52997      Branch: perl
52998            ! t/pragma/utf8.t
52999 ____________________________________________________________________________
53000 [  6061] By: gsar                                  on 2000/05/04  16:09:28
53001         Log: change#5921 neglected to make eq honor "use bytes"
53002      Branch: perl
53003            ! sv.c
53004 ____________________________________________________________________________
53005 [  6060] By: jhi                                   on 2000/05/04  15:30:16
53006         Log: Integrate with Sarathy.
53007      Branch: cfgperl
53008           !> perl.c regcomp.c t/pragma/utf8.t
53009 ____________________________________________________________________________
53010 [  6059] By: jhi                                   on 2000/05/04  15:26:37
53011         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
53012              in natively 64-bit platforms where a long is a quad (no need
53013              for long longs).  Also added bias for IVs.
53014      Branch: cfgperl
53015            ! toke.c
53016 ____________________________________________________________________________
53017 [  6058] By: gsar                                  on 2000/05/04  00:19:14
53018         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
53019              (spotted by Donald Kinzer <dkinzer@premia.com>)
53020      Branch: perl
53021            ! perl.c
53022 ____________________________________________________________________________
53023 [  6057] By: gsar                                  on 2000/05/03  18:34:01
53024         Log: fix broken parsing of /\x{ab}/
53025      Branch: perl
53026            ! regcomp.c t/pragma/utf8.t
53027 ____________________________________________________________________________
53028 [  6056] By: jhi                                   on 2000/05/03  17:57:16
53029         Log: The search of infinity continues, this time simplified.
53030      Branch: cfgperl
53031            ! lib/Math/Complex.pm
53032 ____________________________________________________________________________
53033 [  6055] By: jhi                                   on 2000/05/03  17:45:30
53034         Log: Detypo.
53035      Branch: cfgperl
53036            ! hints/unicos.sh
53037 ____________________________________________________________________________
53038 [  6054] By: jhi                                   on 2000/05/02  22:28:27
53039         Log: Be more forgiving in POSIX about HUGE_VALL.
53040      Branch: cfgperl
53041            ! ext/POSIX/POSIX.xs
53042 ____________________________________________________________________________
53043 [  6053] By: jhi                                   on 2000/05/02  22:25:05
53044         Log: Integrate with Sarathy.
53045      Branch: cfgperl
53046           !> hints/irix_6.sh pod/perlop.pod
53047 ____________________________________________________________________________
53048 [  6052] By: jhi                                   on 2000/05/02  22:24:31
53049         Log: Unicos hint tweak.
53050      Branch: cfgperl
53051            ! hints/unicos.sh
53052 ____________________________________________________________________________
53053 [  6051] By: jhi                                   on 2000/05/02  22:21:26
53054         Log: Complex tweakery.
53055      Branch: cfgperl
53056            ! lib/Math/Complex.pm t/lib/complex.t
53057 ____________________________________________________________________________
53058 [  6050] By: jhi                                   on 2000/05/02  19:26:22
53059         Log: Use setxxent()/endxxent().
53060      Branch: cfgperl
53061            ! t/op/grent.t t/op/pwent.t
53062 ____________________________________________________________________________
53063 [  6049] By: jhi                                   on 2000/05/02  19:06:02
53064         Log: Test both the scalar and list contexts.
53065      Branch: cfgperl
53066            ! t/op/grent.t t/op/pwent.t
53067 ____________________________________________________________________________
53068 [  6048] By: gsar                                  on 2000/05/02  18:29:10
53069         Log: add note about how $( doesn't interpolate in REs (from
53070              Philip Newton <newton@ficus.frogspace.net>)
53071      Branch: perl
53072            ! pod/perlop.pod
53073 ____________________________________________________________________________
53074 [  6047] By: jhi                                   on 2000/05/02  17:41:24
53075         Log: Call getspnam() only iff needd.
53076      Branch: cfgperl
53077            ! pp_sys.c
53078 ____________________________________________________________________________
53079 [  6046] By: gsar                                  on 2000/05/02  17:07:25
53080         Log: libscheck has insufficient checks for n32 libs (from
53081              Albert Chin-A-Young <china@thewrittenword.com>)
53082      Branch: perl
53083            ! hints/irix_6.sh
53084 ____________________________________________________________________________
53085 [  6045] By: jhi                                   on 2000/05/02  13:57:17
53086         Log: Integrate with Sarathy.
53087      Branch: cfgperl
53088           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
53089           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
53090 ____________________________________________________________________________
53091 [  6044] By: gsar                                  on 2000/05/02  06:48:19
53092         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
53093              such that underscores are only ignored in literal numbers,
53094              "\x{...}", and hex/oct argument
53095      Branch: perl
53096            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
53097 ____________________________________________________________________________
53098 [  6043] By: gsar                                  on 2000/05/02  02:22:29
53099         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
53100      Branch: perl
53101            ! pod/perlretut.pod
53102 ____________________________________________________________________________
53103 [  6042] By: gsar                                  on 2000/05/02  02:17:51
53104         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
53105      Branch: perl
53106            ! pod/perltrap.pod
53107 ____________________________________________________________________________
53108 [  6041] By: gsar                                  on 2000/05/02  01:53:51
53109         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
53110              to compensate
53111      Branch: perl
53112            ! Porting/makerel
53113 ____________________________________________________________________________
53114 [  6040] By: gsar                                  on 2000/05/02  01:51:57
53115         Log: missing files in MANIFEST
53116      Branch: perl
53117            ! MANIFEST
53118 ____________________________________________________________________________
53119 [  6039] By: jhi                                   on 2000/05/02  00:36:46
53120         Log: Infinite problems.
53121      Branch: cfgperl
53122            ! lib/Math/Complex.pm
53123 ____________________________________________________________________________
53124 [  6038] By: jhi                                   on 2000/05/02  00:06:38
53125         Log: pwent/spent #ifdef imbalance.
53126      Branch: cfgperl
53127            ! pp_sys.c
53128 ____________________________________________________________________________
53129 [  6037] By: jhi                                   on 2000/05/01  22:50:11
53130         Log: Use HUGE_VALL if applicable.
53131      Branch: cfgperl
53132            ! ext/POSIX/POSIX.xs util.c
53133 ____________________________________________________________________________
53134 [  6036] By: jhi                                   on 2000/05/01  22:20:53
53135         Log: Correct Freudian slip.
53136      Branch: cfgperl
53137            ! pp_sys.c
53138 ____________________________________________________________________________
53139 [  6035] By: jhi                                   on 2000/05/01  21:07:38
53140         Log: Continue on the pwent/spent case.
53141      Branch: cfgperl
53142            ! pp_sys.c
53143 ____________________________________________________________________________
53144 [  6034] By: jhi                                   on 2000/05/01  17:45:14
53145         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
53146              adjustments in 6032 conflicted badly with this, will have
53147              to revisit them later.
53148      Branch: cfgperl
53149           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
53150           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
53151           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
53152           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
53153           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
53154           !> t/lib/cgi-html.t t/lib/cgi-request.t
53155 ____________________________________________________________________________
53156 [  6033] By: jhi                                   on 2000/05/01  17:40:49
53157         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
53158      Branch: cfgperl
53159            ! pp_sys.c
53160 ____________________________________________________________________________
53161 [  6032] By: gsar                                  on 2000/05/01  15:56:32
53162         Log: whitespace adjustments
53163      Branch: perl
53164            ! pp_sys.c
53165 ____________________________________________________________________________
53166 [  6031] By: gsar                                  on 2000/05/01  15:19:41
53167         Log: small nits in diagnostics.pm (from Robin Barker)
53168      Branch: perl
53169            ! lib/diagnostics.pm pod/perldiag.pod
53170 ____________________________________________________________________________
53171 [  6030] By: gsar                                  on 2000/05/01  08:39:18
53172         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
53173              for @- and @+ (from Johan Vromans)
53174      Branch: perl
53175            ! lib/English.pm pod/perlvar.pod
53176 ____________________________________________________________________________
53177 [  6029] By: gsar                                  on 2000/05/01  08:16:10
53178         Log: add CGI.pm v2.66 (from Lincoln Stein)
53179      Branch: perl
53180            + lib/CGI/Util.pm t/lib/cgi-pretty.t
53181            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
53182            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
53183            ! t/lib/cgi-html.t t/lib/cgi-request.t
53184 ____________________________________________________________________________
53185 [  6028] By: gsar                                  on 2000/05/01  06:34:41
53186         Log: Pod::Man generates groff-incompatible macro definition (from
53187              Tom Christiansen)
53188      Branch: perl
53189            ! lib/Pod/Man.pm
53190 ____________________________________________________________________________
53191 [  6027] By: gsar                                  on 2000/05/01  06:31:36
53192         Log: podlators-1.02 update (from Russ Allbery)
53193      Branch: perl
53194            ! lib/Pod/Man.pm lib/Pod/Text.pm
53195 ____________________________________________________________________________
53196 [  6026] By: jhi                                   on 2000/04/30  23:24:23
53197         Log: Integrate with Sarathy.
53198      Branch: cfgperl
53199           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
53200           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
53201           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
53202           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
53203           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
53204           !> t/lib/syslog.t toke.c win32/win32.h
53205 ____________________________________________________________________________
53206 [  6025] By: gsar                                  on 2000/04/30  18:17:47
53207         Log: Is{Alnum,Alpha,Word} don't match titlecase
53208              
53209              TODO: IsSpace is defined recursively!
53210              
53211              (both spotted by Larry)
53212      Branch: perl
53213            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
53214            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
53215 ____________________________________________________________________________
53216 [  6024] By: gsar                                  on 2000/04/30  17:50:19
53217         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
53218              (from Hugo van der Sanden)
53219      Branch: perl
53220            ! toke.c
53221 ____________________________________________________________________________
53222 [  6023] By: gsar                                  on 2000/04/30  17:14:43
53223         Log: debugger stomps on $. (from M.J.T. Guy)
53224      Branch: perl
53225            ! lib/perl5db.pl
53226 ____________________________________________________________________________
53227 [  6022] By: gsar                                  on 2000/04/30  16:59:22
53228         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
53229      Branch: perl
53230            ! sv.c
53231 ____________________________________________________________________________
53232 [  6021] By: gsar                                  on 2000/04/29  21:00:08
53233         Log: remove Win2K issue in pod (fixed by change#6020)
53234      Branch: perl
53235            ! README.win32 pod/perl56delta.pod
53236 ____________________________________________________________________________
53237 [  6020] By: gsar                                  on 2000/04/29  20:51:49
53238         Log: test tweak
53239      Branch: perl
53240            ! t/lib/open3.t
53241 ____________________________________________________________________________
53242 [  6019] By: gsar                                  on 2000/04/29  20:34:27
53243         Log: windows portability tweaks
53244      Branch: perl
53245            ! t/lib/b.t win32/win32.h
53246 ____________________________________________________________________________
53247 [  6018] By: gsar                                  on 2000/04/29  19:55:24
53248         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
53249              make _PATH_LOG() return "" if unavailable
53250      Branch: perl
53251            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
53252            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
53253 ____________________________________________________________________________
53254 [  6017] By: jhi                                   on 2000/04/28  22:49:46
53255         Log: Integrate with Sarathy.
53256      Branch: cfgperl
53257           !> op.c perl.c pod/perldiag.pod t/lib/b.t
53258 ____________________________________________________________________________
53259 [  6016] By: jhi                                   on 2000/04/28  22:46:14
53260         Log: Do not warn that an infinity does not look like a number.
53261      Branch: cfgperl
53262            ! sv.c
53263 ____________________________________________________________________________
53264 [  6015] By: gsar                                  on 2000/04/28  22:35:49
53265         Log: tweak test for portability
53266      Branch: perl
53267            ! t/lib/b.t
53268 ____________________________________________________________________________
53269 [  6014] By: gsar                                  on 2000/04/28  22:05:31
53270         Log: glob() loading File::Glob behind the scenes may cause syntax errors
53271      Branch: perl
53272            ! op.c
53273 ____________________________________________________________________________
53274 [  6013] By: gsar                                  on 2000/04/28  21:25:22
53275         Log: tweak change#5945 to display correct switch name in diagnostic
53276      Branch: perl
53277            ! perl.c pod/perldiag.pod
53278 ____________________________________________________________________________
53279 [  6012] By: jhi                                   on 2000/04/28  21:08:12
53280         Log: Integrate with Sarathy.
53281      Branch: cfgperl
53282           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
53283           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
53284           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
53285 ____________________________________________________________________________
53286 [  6011] By: jhi                                   on 2000/04/28  21:04:46
53287         Log: &HUGE_VAL is not defined, it exists.
53288      Branch: cfgperl
53289            ! lib/Math/Complex.pm
53290 ____________________________________________________________________________
53291 [  6010] By: gsar                                  on 2000/04/28  21:02:58
53292         Log: clarify note about shadow password support (from
53293              gellyfish@gellyfish.com)
53294      Branch: perl
53295            ! pod/perlfunc.pod
53296 ____________________________________________________________________________
53297 [  6009] By: gsar                                  on 2000/04/28  21:00:00
53298         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
53299      Branch: perl
53300            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
53301 ____________________________________________________________________________
53302 [  6008] By: gsar                                  on 2000/04/28  20:56:33
53303         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
53304      Branch: perl
53305            ! installperl vms/subconfigure.com
53306 ____________________________________________________________________________
53307 [  6007] By: gsar                                  on 2000/04/28  20:51:21
53308         Log: note about compile failures and END blocks (from M.J.T. Guy)
53309      Branch: perl
53310            ! pod/perl56delta.pod pod/perlmod.pod
53311 ____________________________________________________________________________
53312 [  6006] By: jhi                                   on 2000/04/28  20:42:14
53313         Log: Regen Configure.
53314      Branch: cfgperl
53315            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53316            ! config_h.SH
53317 ____________________________________________________________________________
53318 [  6005] By: gsar                                  on 2000/04/28  20:41:16
53319         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
53320      Branch: perl
53321            ! utils/perldoc.PL
53322 ____________________________________________________________________________
53323 [  6004] By: jhi                                   on 2000/04/28  20:28:21
53324         Log: Integrate with Sarathy.
53325      Branch: cfgperl
53326           !> Configure INSTALL Porting/Glossary Porting/config.sh
53327           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
53328           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
53329           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
53330           !> win32/config.vc win32/win32.c
53331 ____________________________________________________________________________
53332 [  6003] By: gsar                                  on 2000/04/28  20:11:20
53333         Log: allow REG_EXPAND_SZ keys in Windows registry (from
53334              John Clayton <John.Clayton@barclayscapital.com>)
53335      Branch: perl
53336            ! win32/win32.c
53337 ____________________________________________________________________________
53338 [  6002] By: gsar                                  on 2000/04/28  19:34:16
53339         Log: destructive sv_setsv() can lose UV-ness from source, causing
53340              numeric promotions/comparisons to fail to do the right thing
53341      Branch: perl
53342            ! sv.c
53343 ____________________________________________________________________________
53344 [  6001] By: gsar                                  on 2000/04/28  18:44:15
53345         Log: support additional library locations via $Config{otherlibdirs}
53346              (from Andy Dougherty)
53347      Branch: perl
53348            ! Configure INSTALL Porting/Glossary Porting/config.sh
53349            ! Porting/config_H config_h.SH epoc/config.sh perl.c
53350            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
53351            ! win32/config.bc win32/config.gc win32/config.vc
53352 ____________________________________________________________________________
53353 [  6000] By: gsar                                  on 2000/04/28  18:26:58
53354         Log: reworked otherlibdirs.U (from Andy Dougherty)
53355      Branch: metaconfig
53356            ! U/installdirs/otherlibdirs.U
53357 ____________________________________________________________________________
53358 [  5999] By: gsar                                  on 2000/04/28  18:17:07
53359         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
53360      Branch: perl
53361            ! t/pragma/warn/toke toke.c
53362 ____________________________________________________________________________
53363 [  5998] By: jhi                                   on 2000/04/28  13:32:17
53364         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
53365      Branch: cfgperl
53366            ! lib/Math/Complex.pm
53367 ____________________________________________________________________________
53368 [  5997] By: jhi                                   on 2000/04/28  13:14:04
53369         Log: Preserve $!.
53370      Branch: cfgperl
53371            ! lib/Math/Complex.pm
53372 ____________________________________________________________________________
53373 [  5996] By: jhi                                   on 2000/04/28  12:59:23
53374         Log: Integrate with Sarathy.
53375      Branch: cfgperl
53376           +> pod/perlrequick.pod pod/perlretut.pod
53377           !> (integrate 51 files)
53378 ____________________________________________________________________________
53379 [  5995] By: gsar                                  on 2000/04/28  09:37:36
53380         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
53381      Branch: perl
53382            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
53383 ____________________________________________________________________________
53384 [  5994] By: gsar                                  on 2000/04/28  09:33:26
53385         Log: fix for missed accounting for null byte in pack("Z",...) (from
53386              M.J.T. Guy)
53387      Branch: perl
53388            ! pp.c t/op/pack.t
53389 ____________________________________________________________________________
53390 [  5993] By: gsar                                  on 2000/04/28  09:30:05
53391         Log: various minor tweaks seen on p5p
53392      Branch: perl
53393            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
53394 ____________________________________________________________________________
53395 [  5992] By: gsar                                  on 2000/04/28  09:08:19
53396         Log: pod nit (from Simon Cozens)
53397      Branch: perl
53398            ! pod/perlop.pod
53399 ____________________________________________________________________________
53400 [  5991] By: gsar                                  on 2000/04/28  09:06:36
53401         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
53402      Branch: perl
53403            ! README.posix-bc hints/posix-bc.sh
53404 ____________________________________________________________________________
53405 [  5990] By: gsar                                  on 2000/04/28  08:54:52
53406         Log: use $ENV{LIB} to search for libs under Visual C compiler
53407              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
53408      Branch: perl
53409            ! lib/ExtUtils/Liblist.pm
53410 ____________________________________________________________________________
53411 [  5989] By: gsar                                  on 2000/04/28  08:27:12
53412         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
53413              itself and no other (from Tom Hughes)
53414      Branch: perl
53415            ! t/op/array.t toke.c
53416 ____________________________________________________________________________
53417 [  5988] By: gsar                                  on 2000/04/28  08:01:38
53418         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
53419              <paul@miraclefish.com>)
53420      Branch: perl
53421            ! lib/ExtUtils/MakeMaker.pm
53422 ____________________________________________________________________________
53423 [  5987] By: gsar                                  on 2000/04/28  07:53:09
53424         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
53425      Branch: perl
53426            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
53427 ____________________________________________________________________________
53428 [  5986] By: gsar                                  on 2000/04/28  07:44:17
53429         Log: add regular expressions tutorial and quick-start guide (from
53430              Mark Kvale <kvale@phy.ucsf.edu>)
53431      Branch: perl
53432            + pod/perlrequick.pod pod/perlretut.pod
53433            ! AUTHORS MAINTAIN MANIFEST
53434 ____________________________________________________________________________
53435 [  5985] By: gsar                                  on 2000/04/28  07:30:28
53436         Log: forked child may not exit correctly if it failed to open
53437              /dev/console (from Graham Barr)
53438      Branch: perl
53439            ! ext/Sys/Syslog/Syslog.pm
53440 ____________________________________________________________________________
53441 [  5984] By: gsar                                  on 2000/04/28  07:27:20
53442         Log: attributes::reftype() doesn't work on tied argument
53443      Branch: perl
53444            ! xsutils.c
53445 ____________________________________________________________________________
53446 [  5983] By: gsar                                  on 2000/04/28  07:15:04
53447         Log: numeric conversion of non-number in change#3378 tramples on
53448              OOK offset, causing segfaults
53449      Branch: perl
53450            ! sv.c
53451 ____________________________________________________________________________
53452 [  5982] By: gsar                                  on 2000/04/28  04:48:25
53453         Log: avoid error in IO::Socket::INET when given an unknown service name
53454              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
53455      Branch: perl
53456            ! ext/IO/lib/IO/Socket/INET.pm
53457 ____________________________________________________________________________
53458 [  5981] By: gsar                                  on 2000/04/28  04:31:31
53459         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
53460              prototype mismatch with CORE::glob(); update pod and tests to
53461              suit (File::Glob::glob() is still available for backward
53462              compatibility, but should be considered deprecated)
53463      Branch: perl
53464            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
53465            ! t/lib/glob-taint.t
53466 ____________________________________________________________________________
53467 [  5980] By: gsar                                  on 2000/04/28  03:47:29
53468         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
53469              <ghudson@mit.edu>)
53470      Branch: metaconfig
53471            ! U/modified/Options.U
53472      Branch: perl
53473            ! Configure
53474 ____________________________________________________________________________
53475 [  5979] By: gsar                                  on 2000/04/28  03:07:54
53476         Log: under useithreads, constant pad entries could inadvertantly be
53477              shared across threads (from Eric Blood <eblood@xmission.com>);
53478              added Eric's test case to testsuite
53479      Branch: perl
53480            ! op.c t/op/misc.t
53481 ____________________________________________________________________________
53482 [  5978] By: gsar                                  on 2000/04/27  21:13:00
53483         Log: sync version numbers in File::Spec with the ones on CPAN
53484              (from Barrie Slaymaker)
53485      Branch: perl
53486            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
53487            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
53488            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
53489 ____________________________________________________________________________
53490 [  5977] By: gsar                                  on 2000/04/27  21:07:29
53491         Log: autoquote barewords followed by newline and arrow properly
53492              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
53493      Branch: perl
53494            ! t/pragma/warn/toke toke.c
53495 ____________________________________________________________________________
53496 [  5976] By: gsar                                  on 2000/04/27  20:41:20
53497         Log: DB_File v1.73 update (from Paul Marquess)
53498      Branch: perl
53499            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
53500            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
53501 ____________________________________________________________________________
53502 [  5975] By: gsar                                  on 2000/04/27  20:34:24
53503         Log: allow sort() reentrancy (variant of patch suggested by
53504              Hugo van der Sanden)
53505      Branch: perl
53506            ! pp_ctl.c t/op/sort.t
53507 ____________________________________________________________________________
53508 [  5974] By: gsar                                  on 2000/04/27  19:46:57
53509         Log: change#4197 somehow missed initializing PL_errors, meaning
53510              sytax error queueing wasn't working outside eval"" at all;
53511              also fixed eval"" to localize PL_error_count, so that compile-time
53512              eval's don't clobber the error state of the outer context
53513      Branch: perl
53514            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
53515            ! t/pragma/warn/toke
53516 ____________________________________________________________________________
53517 [  5973] By: gsar                                  on 2000/04/27  18:29:05
53518         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
53519      Branch: perl
53520            ! regcomp.c regexec.c t/op/re_tests
53521 ____________________________________________________________________________
53522 [  5972] By: jhi                                   on 2000/04/27  18:22:41
53523         Log: Integrate with Sarathy.
53524      Branch: cfgperl
53525           +> t/lib/b.t t/lib/syslog.t
53526           !> (integrate 31 files)
53527 ____________________________________________________________________________
53528 [  5971] By: jhi                                   on 2000/04/27  18:18:46
53529         Log: Unicos tweaks from Mark P. Lutz.
53530      Branch: cfgperl
53531            ! hints/unicos.sh lib/Math/Complex.pm
53532 ____________________________________________________________________________
53533 [  5970] By: gsar                                  on 2000/04/27  18:05:11
53534         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
53535              IV is >32bits
53536      Branch: perl
53537            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
53538 ____________________________________________________________________________
53539 [  5969] By: gsar                                  on 2000/04/27  17:50:56
53540         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
53541      Branch: perl
53542            + t/lib/syslog.t
53543            ! MANIFEST ext/Sys/Syslog/Syslog.pm
53544 ____________________________________________________________________________
53545 [  5968] By: gsar                                  on 2000/04/27  17:44:49
53546         Log: tolerate spaces in group names in test on solaris (from David Boyce
53547              <dsb@boyski.com>)
53548      Branch: perl
53549            ! t/op/groups.t
53550 ____________________________________________________________________________
53551 [  5967] By: gsar                                  on 2000/04/27  17:41:22
53552         Log: improved docs on the warn_uninit diagnostic (from David Glasser
53553              and Simon Cozens)
53554      Branch: perl
53555            ! pod/perldiag.pod
53556 ____________________________________________________________________________
53557 [  5966] By: gsar                                  on 2000/04/27  16:54:58
53558         Log: add testsuite for B backends, fix bug in B::Deparse (from
53559              Simon Cozens <simon@brecon.co.uk>)
53560      Branch: perl
53561            + t/lib/b.t
53562            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
53563 ____________________________________________________________________________
53564 [  5965] By: gsar                                  on 2000/04/27  16:10:37
53565         Log: avoid "will not stay shared" warnings for our variables (from
53566              Robin Barker)
53567      Branch: perl
53568            ! op.c t/pragma/warn/op
53569 ____________________________________________________________________________
53570 [  5964] By: gsar                                  on 2000/04/27  07:05:05
53571         Log: reformat to 72 columns (again)
53572      Branch: perl
53573            ! pod/perldiag.pod
53574 ____________________________________________________________________________
53575 [  5963] By: gsar                                  on 2000/04/27  06:28:31
53576         Log: patch from Larry to make (\&) prototype work; added tests for
53577              the same
53578      Branch: perl
53579            ! op.c t/comp/proto.t
53580 ____________________________________________________________________________
53581 [  5962] By: gsar                                  on 2000/04/27  06:15:47
53582         Log: updated README.hpux (from Jeff Okamoto)
53583      Branch: perl
53584            ! README.hpux
53585 ____________________________________________________________________________
53586 [  5961] By: gsar                                  on 2000/04/27  05:55:03
53587         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
53588      Branch: perl
53589            ! emacs/cperl-mode.el
53590 ____________________________________________________________________________
53591 [  5960] By: gsar                                  on 2000/04/27  05:49:26
53592         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
53593      Branch: perl
53594            ! INSTALL
53595 ____________________________________________________________________________
53596 [  5959] By: gsar                                  on 2000/04/27  05:33:41
53597         Log: doubled words in pods (from Simon Cozens
53598              <simon.p.cozens@jp.pwcglobal.com>)
53599      Branch: perl
53600            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
53601            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
53602            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
53603            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
53604            ! pod/perltootc.pod
53605 ____________________________________________________________________________
53606 [  5958] By: gsar                                  on 2000/04/27  05:11:39
53607         Log: change#3569 deleted some essential code, revert; avoid use of
53608              atexit() to make DynaLoader work properly on AIX under mod_perl
53609              (from Jens-Uwe Mager <jum@helios.de>)
53610      Branch: perl
53611            ! ext/DynaLoader/dl_aix.xs
53612 ____________________________________________________________________________
53613 [  5957] By: gsar                                  on 2000/04/27  04:54:51
53614         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
53615      Branch: perl
53616            ! pod/perlmod.pod
53617 ____________________________________________________________________________
53618 [  5956] By: gsar                                  on 2000/04/27  04:51:47
53619         Log: better diagnostics on failed tests (from Ilya Zakharevich)
53620      Branch: perl
53621            ! t/op/lex_assign.t
53622 ____________________________________________________________________________
53623 [  5955] By: gsar                                  on 2000/04/27  04:26:44
53624         Log: longstanding bug exposed by change#3307: sort arguments weren't
53625              compiled with the right wantarray context (ensuing runtime lookup
53626              via block_gimme() was getting the incidental context of the
53627              sort() itself)
53628      Branch: perl
53629            ! op.c t/op/sort.t
53630 ____________________________________________________________________________
53631 [  5954] By: gsar                                  on 2000/04/26  23:42:12
53632         Log: integrate cfgperl contents into mainline
53633      Branch: perl
53634           !> (integrate 30 files)
53635 ____________________________________________________________________________
53636 [  5953] By: jhi                                   on 2000/04/26  23:06:42
53637         Log: Integrate with Sarathy.
53638      Branch: cfgperl
53639           !> README.win32 ext/B/B/Deparse.pm
53640           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
53641           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
53642           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
53643           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
53644           !> utils/perldoc.PL vms/perlvms.pod
53645 ____________________________________________________________________________
53646 [  5952] By: jhi                                   on 2000/04/26  23:03:46
53647         Log: Undo "use integer" addition from 64bitint as it seems
53648              to break most of the subtests in Digital UNIX;
53649              Unicos needs to find another way.
53650      Branch: cfgperl
53651            ! t/op/64bitint.t
53652 ____________________________________________________________________________
53653 [  5951] By: jhi                                   on 2000/04/26  22:57:53
53654         Log: Be more robust on "extreme" (large absolute value)
53655              arguments.  Originally reported by Daniel Connelly
53656              as a problem with asinh() on large negative arguments,
53657              asinh() used to bail out because an argument to log()
53658              ended up being zero.  Ilya Zakharevich proposed using
53659              Taylor's series in such cases, which for such large
53660              arguments is a very good approximation.
53661      Branch: cfgperl
53662            ! lib/Math/Complex.pm t/lib/complex.t
53663 ____________________________________________________________________________
53664 [  5950] By: gsar                                  on 2000/04/25  19:13:12
53665         Log: reformat perldiag to avoid long lines
53666      Branch: perl
53667            ! pod/perldiag.pod
53668 ____________________________________________________________________________
53669 [  5949] By: gsar                                  on 2000/04/25  18:41:11
53670         Log: make perldoc use the pod2man from the same version (from
53671              M.J.T. Guy)
53672      Branch: perl
53673            ! utils/perldoc.PL
53674 ____________________________________________________________________________
53675 [  5948] By: gsar                                  on 2000/04/25  18:21:57
53676         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
53677              <kompas@kompas.usr.onet.pl>)
53678      Branch: perl
53679            ! lib/vars.pm
53680 ____________________________________________________________________________
53681 [  5947] By: gsar                                  on 2000/04/25  18:11:53
53682         Log: use &dl_error rather than &dl_load_file as the guard for calling
53683              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
53684              statically built perl)
53685      Branch: perl
53686            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
53687 ____________________________________________________________________________
53688 [  5946] By: jhi                                   on 2000/04/25  17:37:54
53689         Log: Document that tr() is not tr(1).
53690      Branch: cfgperl
53691            ! pod/perlop.pod
53692 ____________________________________________________________________________
53693 [  5945] By: gsar                                  on 2000/04/25  16:34:33
53694         Log: make module name mandatory after -M switch; reorder perldiag
53695              alphabetically (from Mark-Jason Dominus)
53696      Branch: perl
53697            ! perl.c pod/perldiag.pod
53698 ____________________________________________________________________________
53699 [  5944] By: jhi                                   on 2000/04/25  01:15:18
53700         Log: On second thoughts frexp() does have two arguments.
53701      Branch: cfgperl
53702            ! perl.h
53703 ____________________________________________________________________________
53704 [  5943] By: jhi                                   on 2000/04/24  22:56:32
53705         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
53706              Now pp_ncmp() returns undef is either operand is a NaN.
53707      Branch: cfgperl
53708            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53709            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
53710            ! vms/subconfigure.com vos/config.def vos/config.h
53711            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
53712            ! win32/config.vc win32/config_H.bc win32/config_H.gc
53713            ! win32/config_H.vc
53714      Branch: metaconfig/U/perl
53715            + d_modfl.U
53716 ____________________________________________________________________________
53717 [  5942] By: jhi                                   on 2000/04/24  19:45:17
53718         Log: Regen Configure to match #5937.
53719      Branch: cfgperl
53720            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53721            ! config_h.SH
53722      Branch: metaconfig
53723            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
53724 ____________________________________________________________________________
53725 [  5941] By: jhi                                   on 2000/04/24  19:24:11
53726         Log: Further Unicos fixes for Mark Lutz.
53727      Branch: cfgperl
53728            ! hints/unicos.sh pp_ctl.c
53729 ____________________________________________________________________________
53730 [  5940] By: jhi                                   on 2000/04/24  19:09:06
53731         Log: Various Unicos 10.0.0.6 fixes.
53732              
53733              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
53734              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
53735              Reply-To: tecmpl1@triton.ca.boeing.com 
53736              To: perl5-porters@perl.org 
53737              Date: Fri, 14 Apr 2000 20:21:00 GMT 
53738              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
53739      Branch: cfgperl
53740            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
53741 ____________________________________________________________________________
53742 [  5939] By: gsar                                  on 2000/04/24  19:01:24
53743         Log: more pod nits (from Larry Virden)
53744      Branch: perl
53745            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
53746            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
53747            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
53748 ____________________________________________________________________________
53749 [  5938] By: gsar                                  on 2000/04/24  18:54:01
53750         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
53751      Branch: perl
53752            ! ext/B/B/Deparse.pm
53753 ____________________________________________________________________________
53754 [  5937] By: jhi                                   on 2000/04/24  17:39:00
53755         Log: Integrate with Sarathy.
53756      Branch: cfgperl
53757           +> (branch 31 files)
53758           !> (integrate 73 files)
53759 ____________________________________________________________________________
53760 [  5936] By: gsar                                  on 2000/04/24  17:30:06
53761         Log: additional tests for change#5934 (from Paul Marquess, who also
53762              sent in the same fix)
53763      Branch: perl
53764            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
53765            ! t/pragma/warn/5nolint t/pragma/warn/6default
53766 ____________________________________________________________________________
53767 [  5935] By: jhi                                   on 2000/04/24  17:26:05
53768         Log: Do not assume sign propagation.
53769              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
53770              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
53771              To: payner@ncifcrf.gov, perl5-porters@perl.org 
53772              Date: Tue, 18 Apr 2000 18:24:49 +0100 
53773              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
53774      Branch: cfgperl
53775            ! t/op/bop.t t/op/misc.t
53776 ____________________________________________________________________________
53777 [  5934] By: gsar                                  on 2000/04/24  17:16:54
53778         Log: propagate lexical warnings from surrounding scope correctly
53779              within string eval()
53780      Branch: perl
53781            ! pp_ctl.c t/pragma/warn/pp_ctl
53782 ____________________________________________________________________________
53783 [  5933] By: jhi                                   on 2000/04/24  17:01:07
53784         Log: Flatten the cpp jungle doing the nosuid checking.
53785      Branch: cfgperl
53786            ! perl.c
53787 ____________________________________________________________________________
53788 [  5932] By: gsar                                  on 2000/04/24  09:08:14
53789         Log: add rsignal(), whichsig() and do_join() to public API list
53790              (mod_perl uses them to good advantage)
53791      Branch: perl
53792            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
53793 ____________________________________________________________________________
53794 [  5931] By: gsar                                  on 2000/04/24  09:01:40
53795         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
53796      Branch: perl
53797            ! pp_hot.c regexec.c t/op/pat.t
53798 ____________________________________________________________________________
53799 [  5930] By: gsar                                  on 2000/04/24  08:58:33
53800         Log: small os390 tweaks (from Peter Prymmer)
53801      Branch: perl
53802            ! config_h.SH makedepend.SH
53803 ____________________________________________________________________________
53804 [  5929] By: gsar                                  on 2000/04/24  08:55:25
53805         Log: pod nits
53806      Branch: perl
53807            ! pod/perlguts.pod
53808 ____________________________________________________________________________
53809 [  5928] By: gsar                                  on 2000/04/24  08:50:13
53810         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
53811      Branch: perl
53812            ! ext/IO/lib/IO/Poll.pm
53813 ____________________________________________________________________________
53814 [  5927] By: gsar                                  on 2000/04/24  08:43:24
53815         Log: arrange for next() to resume at the unstack op rather than the
53816              loop conditional, so that scope cleanup happens correctly
53817              (from Stephen McCamant)
53818      Branch: perl
53819            ! op.c pp_ctl.c t/op/misc.t
53820 ____________________________________________________________________________
53821 [  5926] By: gsar                                  on 2000/04/24  08:18:40
53822         Log: on windows, reserve 16M of stack rather than 128M (allows more
53823              threads to run concurrently)
53824      Branch: perl
53825            ! win32/Makefile win32/makefile.mk
53826 ____________________________________________________________________________
53827 [  5925] By: gsar                                  on 2000/04/24  08:13:52
53828         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
53829      Branch: perl
53830            ! toke.c
53831 ____________________________________________________________________________
53832 [  5924] By: gsar                                  on 2000/04/24  08:08:59
53833         Log: avoid using uninitialized memory in require version check
53834      Branch: perl
53835            ! pp_ctl.c universal.c
53836 ____________________________________________________________________________
53837 [  5923] By: gsar                                  on 2000/04/24  07:20:14
53838         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
53839      Branch: perl
53840            ! ext/IO/lib/IO/Poll.pm
53841 ____________________________________________________________________________
53842 [  5922] By: gsar                                  on 2000/04/24  07:08:42
53843         Log: commentary about IoTYPE() (from Nathan Torkington)
53844      Branch: perl
53845            ! sv.h
53846 ____________________________________________________________________________
53847 [  5921] By: gsar                                  on 2000/04/24  06:58:26
53848         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
53849              by fix
53850      Branch: perl
53851            ! sv.c t/lib/charnames.t t/pragma/utf8.t
53852 ____________________________________________________________________________
53853 [  5920] By: gsar                                  on 2000/04/24  06:37:59
53854         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
53855      Branch: perl
53856            ! doop.c t/op/ver.t
53857 ____________________________________________________________________________
53858 [  5919] By: gsar                                  on 2000/04/24  06:21:58
53859         Log: Configure might miss old directories when prefix must be
53860              expanded (from Robin Barker)
53861      Branch: metaconfig
53862            ! U/installdirs/inc_version_list.U
53863      Branch: perl
53864            ! Configure
53865 ____________________________________________________________________________
53866 [  5918] By: gsar                                  on 2000/04/24  06:16:11
53867         Log: VMS nits in glob() test (from Charles Lane)
53868      Branch: perl
53869            ! t/lib/glob-basic.t
53870 ____________________________________________________________________________
53871 [  5917] By: gsar                                  on 2000/04/24  06:11:56
53872         Log: various pod nits (from Larry Virden and others)
53873      Branch: perl
53874            ! README.amiga README.hpux README.machten README.os2
53875            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
53876            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
53877            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
53878            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
53879            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
53880            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
53881            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
53882            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
53883 ____________________________________________________________________________
53884 [  5916] By: gsar                                  on 2000/04/24  05:52:43
53885         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
53886              <wjones@tc.fluke.com>)
53887      Branch: perl
53888            ! t/lib/glob-basic.t
53889 ____________________________________________________________________________
53890 [  5915] By: gsar                                  on 2000/04/24  05:07:01
53891         Log: supported platforms mixed up
53892      Branch: perl
53893            ! pod/perl56delta.pod pod/perlport.pod
53894 ____________________________________________________________________________
53895 [  5914] By: gsar                                  on 2000/04/24  04:56:08
53896         Log: caller() wasn't returning the right number of elements for
53897              eval {...}
53898      Branch: perl
53899            ! pp_ctl.c t/pragma/warn/9enabled
53900 ____________________________________________________________________________
53901 [  5913] By: gsar                                  on 2000/04/24  04:35:41
53902         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
53903              Mark-Jason Dominus)
53904      Branch: perl
53905            ! pod/perlfunc.pod
53906 ____________________________________________________________________________
53907 [  5912] By: gsar                                  on 2000/04/24  04:17:15
53908         Log: fix totally broken caching in UNIVERSAL::isa() (from
53909              Nick Ing-Simmons)
53910      Branch: perl
53911            ! t/op/universal.t universal.c
53912 ____________________________________________________________________________
53913 [  5911] By: gsar                                  on 2000/04/24  03:39:47
53914         Log: add linebreak properties from unicode/LineBrk.txt (from
53915              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
53916      Branch: perl
53917            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
53918            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
53919            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
53920            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
53921            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
53922            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
53923            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
53924            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
53925            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
53926            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
53927            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
53928            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
53929            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
53930            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
53931            + lib/unicode/Is/LbrkZW.pl
53932            ! lib/unicode/mktables.PL
53933 ____________________________________________________________________________
53934 [  5910] By: gsar                                  on 2000/04/24  03:23:10
53935         Log: typo in pod
53936      Branch: perl
53937            ! ext/Thread/Thread.pm
53938 ____________________________________________________________________________
53939 [  5909] By: gsar                                  on 2000/04/24  03:22:03
53940         Log: mode argument to do_binmode() should be file mode, not boolean
53941      Branch: perl
53942            ! pp_sys.c
53943 ____________________________________________________________________________
53944 [  5908] By: gsar                                  on 2000/04/16  16:51:08
53945         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
53946              always returns a valid GV even when the symbol is trapped by strictures
53947              (avoids coredumps)
53948              
53949              TODO: the C<package;> hack needs similar treatment
53950      Branch: perl
53951            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
53952            ! t/pragma/strict-vars
53953 ____________________________________________________________________________
53954 [  5907] By: jhi                                   on 2000/03/31  23:42:56
53955         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
53956              an assumption which #5905 demolished.
53957      Branch: cfgperl
53958            ! pp_sys.c
53959 ____________________________________________________________________________
53960 [  5906] By: jhi                                   on 2000/03/31  18:54:37
53961         Log: Typo in #5905.
53962      Branch: cfgperl
53963            ! t/op/64bitint.t
53964 ____________________________________________________________________________
53965 [  5905] By: jhi                                   on 2000/03/31  18:50:54
53966         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
53967              reported by Joseph N. Hall.  The bug was that even with use64bitint
53968              one had to use the prefixes q, L, or ll with printf/sprintf,
53969              contrary to the documentation and common sense.
53970      Branch: cfgperl
53971            ! sv.c t/op/64bitint.t
53972 ____________________________________________________________________________
53973 [  5904] By: gsar                                  on 2000/03/28  02:31:32
53974         Log: add Changes, perldelta.pod
53975      Branch: perl
53976            + Changes pod/perldelta.pod
53977 ____________________________________________________________________________
53978 [  5903] By: gsar                                  on 2000/03/28  02:03:55
53979         Log: rename Changes and perldelta.pod
53980      Branch: perl
53981           +> Changes5.6 pod/perl56delta.pod
53982            - Changes pod/perldelta.pod
53983            ! MANIFEST
53984 ____________________________________________________________________________
53985 [  5902] By: gsar                                  on 2000/03/28  01:59:14
53986         Log: create maint-5.6 branch
53987      Branch: maint-5.6/perl
53988           +> (branch 1611 files)
53989 ____________________________________________________________________________
53990 [  5901] By: jhi                                   on 2000/03/23  05:48:43
53991         Log: Integrate with Sarathy.
53992      Branch: cfgperl
53993           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
53994 ____________________________________________________________________________
53995 [  5900] By: gsar                                  on 2000/03/23  05:42:43
53996         Log: three guesses on what this is :-)
53997      Branch: perl
53998            ! Changes