Ooops. I was "fixing" the wrong routine in #12947 and #12950.
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 perlhack.pod for the details.
7
8
9 [The "CAST AND CREW" list has been moved to AUTHORS.]
10
11 NOTE: Each change entry shows the change number; who checked it into the
12 repository; when; description of the change; which branch the change
13 happened in; and the affected files.  The file lists have a short symbolic
14 indicator:
15
16             !       modified
17             +       added
18             -       deleted
19             +>      branched (from elsewhere)
20             !>      merged changes (from elsewhere)
21
22 The Message-Ids in the change entries refer to the email messages sent
23 to the perl5-porters mailing list.  You can retrieve the messages for
24 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
25
26 This file contains only changes that affect the mainline branch,
27 not those that affect the (now decommissioned) cfgperl, or vmsperl,
28 or any other branch.
29
30 --------------
31 Version v5.7.2          Development release working toward v5.8
32 --------------
33 ____________________________________________________________________________
34 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
35         Log: Regen toc.
36      Branch: perl
37            ! pod/perltoc.pod
38 ____________________________________________________________________________
39 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
40         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
41              see http://www.jepstone.net/bjepson//jpl/cvs.html
42      Branch: perl
43            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
44 ____________________________________________________________________________
45 [ 12914] By: ams                                   on 2001/11/09  14:05:12
46         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
47              From: Michael G Schwern <schwern@pobox.com>
48              Date: Thu, 8 Nov 2001 22:05:49 -0500
49              Message-Id: <20011108220549.F5587@blackrider>
50      Branch: perl
51            ! vms/test.com
52 ____________________________________________________________________________
53 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
54         Log: NetWare update from Ananth Kesari.
55      Branch: perl
56            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
57 ____________________________________________________________________________
58 [ 12912] By: ams                                   on 2001/11/09  13:40:26
59         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
60              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
61              Date: Fri, 9 Nov 2001 14:32:28 +0100
62              Message-Id: <20011109143228.A18996@rafael>
63      Branch: perl
64            ! perl.c
65 ____________________________________________________________________________
66 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
67         Log: FAQ sync.
68      Branch: perl
69            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
70            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
71            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
72 ____________________________________________________________________________
73 [ 12910] By: ams                                   on 2001/11/09  07:33:49
74         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
75              From: Michael G Schwern <schwern@pobox.com>
76              Date: Fri, 9 Nov 2001 00:41:56 -0500
77              Message-Id: <20011109004156.L5587@blackrider>
78      Branch: perl
79            ! lib/File/Find/t/find.t
80 ____________________________________________________________________________
81 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
82         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
83              The CPAN distribution has both pm and XS implementations,
84              and for performance reasons we choose the XS.
85              Another reason to choose the XS is that it doesn't
86              require Lingua::KO::Hangul::Util, which means that
87              we can delete that-- which in turn means that Unicode::UCD
88              cannot expect that: support it, but don't expect.
89              Ditto Unicode::Collate.
90              
91              Note that Unicode::Normalize Makefile.PL and
92              Normalize.xs have been modified from the CPAN 0.10
93              versions: the first one to be simpler (no pm) and
94              clean up the generated unf*.h files, the second one
95              to quench compiler grumblings.  Must notify Sadahiro
96              about these changes.
97      Branch: perl
98            + ext/Unicode/Normalize/Changes
99            + ext/Unicode/Normalize/Makefile.PL
100            + ext/Unicode/Normalize/Normalize.pm
101            + ext/Unicode/Normalize/Normalize.pod
102            + ext/Unicode/Normalize/Normalize.xs
103            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
104            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
105            + ext/Unicode/Normalize/t/test.t
106            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
107            - lib/Lingua/KO/Hangul/Util/README
108            - lib/Lingua/KO/Hangul/Util/t/test.t
109            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
110            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
111            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
112            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
113            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
114            ! win32/makefile.mk
115 ____________________________________________________________________________
116 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
117         Log: Test miscounting.
118      Branch: perl
119            ! ext/POSIX/t/posix.t
120 ____________________________________________________________________________
121 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
122         Log: Quote the variables in failures messages more nicely.
123      Branch: perl
124            ! t/test.pl
125 ____________________________________________________________________________
126 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
127         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
128              From: Michael G Schwern <schwern@pobox.com>
129              Date: Thu, 8 Nov 2001 17:24:49 -0500
130              Message-ID: <20011108172449.A5587@blackrider>
131              
132              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
133              From: "Craig A. Berry" <craigberry@mac.com>
134              Date: Thu, 8 Nov 2001 16:35:00 -0600
135              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
136      Branch: perl
137            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
138 ____________________________________________________________________________
139 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
140         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
141              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
142              Date: Thu, 8 Nov 2001 22:52:50 -0000
143              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
144      Branch: perl
145            ! ext/DB_File/t/db-recno.t
146 ____________________________________________________________________________
147 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
148         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
149              (Probably not an EBCDIC issue the way one would think
150              since no chr() et alia are used in UCD.pm.)
151      Branch: perl
152            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
153 ____________________________________________________________________________
154 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
155         Log: Whether overwriting the $self->{...} values (see #12902)
156              is a good policy or not is debatable, but let's at least
157              be consistent.
158      Branch: perl
159            ! lib/ExtUtils/MM_Unix.pm
160 ____________________________________________________________________________
161 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
162         Log: The MakeMaker argument () quoting patch that sneaked
163              in at #12883 didn't handle make macros like this $(...).
164              Leaning toothpicks, we've got them.
165      Branch: perl
166            ! lib/ExtUtils/MM_Unix.pm
167 ____________________________________________________________________________
168 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
169         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
170              From: Michael G Schwern <schwern@pobox.com>
171              Date: Wed, 7 Nov 2001 02:02:29 -0500
172              Message-ID: <20011107020229.K2858@blackrider>
173      Branch: perl
174            ! t/io/argv.t t/test.pl vms/test.com
175 ____________________________________________________________________________
176 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
177         Log: Subject: [PATCH 20011106.084] -s on #! line 
178              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
179              Date: Wed, 7 Nov 2001 22:23:39 +0100
180              Message-ID: <20011107222339.E729@rafael>
181      Branch: perl
182            ! embed.h embed.pl perl.c proto.h toke.c
183 ____________________________________________________________________________
184 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
185         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
186              From: Michael G Schwern <schwern@pobox.com>
187              Date: Wed, 7 Nov 2001 16:52:49 -0500
188              Message-ID: <20011107165249.I7346@blackrider>
189      Branch: perl
190            ! pod/perlhack.pod
191 ____________________________________________________________________________
192 [ 12898] By: ams                                   on 2001/11/08  13:02:19
193         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
194              From: Mark-Jason Dominus <mjd@plover.com>
195              Date: Thu, 08 Nov 2001 08:59:02 -0500
196              Message-Id: <20011108135902.2275.qmail@plover.com>
197      Branch: perl
198            ! INSTALL README README.amiga README.os2 README.vms
199            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
200            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
201 ____________________________________________________________________________
202 [ 12897] By: ams                                   on 2001/11/08  12:49:28
203         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
204              From: mjd@plover.com
205              Date: 8 Nov 2001 13:33:18 -0000
206              Message-Id: <20011108133318.1786.qmail@plover.com>
207      Branch: perl
208            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
209            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
210            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
211            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
212            ! pod/perlport.pod pod/perlvar.pod
213 ____________________________________________________________________________
214 [ 12896] By: ams                                   on 2001/11/08  11:22:12
215         Log: open(FH, $file) should strip leading and trailing whitespace.
216      Branch: perl
217            ! doio.c
218 ____________________________________________________________________________
219 [ 12895] By: ams                                   on 2001/11/08  10:17:14
220         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
221              From: "Craig A. Berry" <craigberry@mac.com>
222              Date: Wed, 07 Nov 2001 13:41:50 -0600
223              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
224      Branch: perl
225            ! t/op/glob.t
226 ____________________________________________________________________________
227 [ 12894] By: ams                                   on 2001/11/08  08:32:20
228         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
229              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
230              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
231              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
232      Branch: perl
233            ! makedepend.SH
234 ____________________________________________________________________________
235 [ 12893] By: ams                                   on 2001/11/08  08:26:31
236         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
237              From: mjd@plover.com
238              Date: 8 Nov 2001 08:08:07 -0000
239              Message-Id: <20011108080807.30147.qmail@plover.com>
240              
241              Subject: bleadperl perl.pod
242              From: mjd@plover.com
243              Date: 8 Nov 2001 08:10:47 -0000
244              Message-Id: <20011108081047.30178.qmail@plover.com>
245              
246              Subject: more bleadperl perl.pod
247              From: mjd@plover.com
248              Date: 8 Nov 2001 08:16:28 -0000
249              Message-Id: <20011108081628.30229.qmail@plover.com>
250      Branch: perl
251            ! pod/perl.pod pod/perldebug.pod
252 ____________________________________________________________________________
253 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
254         Log: Tweak for Cray-friendliness from Nicholas Clark.
255      Branch: perl
256            ! sv.c
257 ____________________________________________________________________________
258 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
259         Log: VMS patch redo from Charles Lane.
260      Branch: perl
261            ! vms/gen_shrfls.pl
262 ____________________________________________________________________________
263 [ 12890] By: ams                                   on 2001/11/07  15:16:10
264         Log: Subject: [ID 20011107.088] two perl pod nits
265              From: lvirden@cas.org
266              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
267              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
268      Branch: perl
269            ! pod/perl.pod pod/perlfaq3.pod
270 ____________________________________________________________________________
271 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
272         Log: Update Changes.
273      Branch: perl
274            ! Changes patchlevel.h
275 ____________________________________________________________________________
276 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
277         Log: The (emulated) "no utf8" must be in a BEGIN block
278              to be effective.
279      Branch: perl
280            ! lib/CGI/t/html.t
281 ____________________________________________________________________________
282 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
283         Log: "v-strings" is the right term.
284      Branch: perl
285            ! pod/perltodo.pod
286 ____________________________________________________________________________
287 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
288         Log: Add vstrings-as-objects need to perltodo.
289      Branch: perl
290            ! pod/perltodo.pod
291 ____________________________________________________________________________
292 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
293         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
294              From: Nicholas Clark <nick@ccl4.org>
295              Date: Wed, 7 Nov 2001 14:36:32 +0000
296              Message-ID: <20011107143631.I24980@plum.flirble.org>
297      Branch: perl
298            ! t/op/pack.t
299 ____________________________________________________________________________
300 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
301         Log: The Embed test requires a major rewrite for VMS
302              (plus it reveals a couple of annoying glitches
303              in buffering), so skip the test for now; from
304              Charles Lane.
305      Branch: perl
306            ! lib/ExtUtils/Embed.t
307 ____________________________________________________________________________
308 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
309         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
310              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
311              Date: Wed, 7 Nov 2001 09:23:28 EST
312              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
313      Branch: perl
314            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
315 ____________________________________________________________________________
316 [ 12882] By: ams                                   on 2001/11/07  05:14:04
317         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
318              From: Mark-Jason Dominus <mjd@plover.com>
319              Date: Wed, 07 Nov 2001 00:43:46 -0500
320              Message-Id: <20011107054346.14428.qmail@plover.com>
321      Branch: perl
322            ! gv.c op.c toke.c
323 ____________________________________________________________________________
324 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
325         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
326              From: Michael G Schwern <schwern@pobox.com>             
327              Date: Tue, 6 Nov 2001 22:04:39 -0500
328              Message-ID: <20011106220439.D2858@blackrider>              
329      Branch: perl
330            ! lib/perl5db.pl
331 ____________________________________________________________________________
332 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
333         Log: Subject: [PATCH lib/Term/Cap.t] Sync CPAN version of tests (was Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under
334              stress))
335              From: Jonathan Stowe <gellyfish@gellyfish.com>
336              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
337              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
338              
339              (except for one hunk where indentation differs)
340      Branch: perl
341            ! lib/Term/Cap.t
342 ____________________________________________________________________________
343 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
344         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
345              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
346              Date: Tue, 6 Nov 2001 21:45:01 +0100
347              Message-ID: <20011106214501.A704@rafael>
348      Branch: perl
349            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
350            ! lib/File/Spec/Win32.pm
351 ____________________________________________________________________________
352 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
353         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
354              From: Michael G Schwern <schwern@pobox.com>              
355              Date: Tue, 6 Nov 2001 20:58:45 -0500
356              Message-ID: <20011106205845.G29411@blackrider>
357      Branch: perl
358            ! t/test.pl
359 ____________________________________________________________________________
360 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
361         Log: Subject: making do_sprintf public       
362              From: Doug MacEachern <dougm@covalent.net>    
363              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
364              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
365      Branch: perl
366            ! embed.h embed.pl global.sym
367 ____________________________________________________________________________
368 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
369         Log: Update to CGI.pm 2.78.
370              
371              TODO: the test suite needs to be merged so that
372              when in core, the core version is tested, and when
373              using the CPAN version, testing the CPAN version.
374              (the changes need to be sent to Lincoln, too...)
375      Branch: perl
376            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
377            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
378            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
379            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
380            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
381            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
382 ____________________________________________________________________________
383 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
384         Log: Integrate with perlio; (strictly) readonly hashes via XS.
385      Branch: perl
386           +> t/lib/access.t
387           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
388 ____________________________________________________________________________
389 [ 12874] By: nick                                  on 2001/11/06  21:05:16
390         Log: Keep It Simple and Stupid version of readonly hash support.
391              - Test for SvREAONLY(hv) at a few spots in hv.c
392              - add the error message to perldiag.pod
393              - (dubious) add access::readonly() to univeral.c
394              - add test using above
395              - fixup ext/B/t/stash.t to account for access:: existing
396      Branch: perlio
397            + t/lib/access.t
398            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
399 ____________________________________________________________________________
400 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
401         Log: Fix incorrect warnings about broken globbing;
402              from Andy Dougherty.
403      Branch: perl
404            ! hints/linux.sh
405 ____________________________________________________________________________
406 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
407         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
408              toggle-on from the encoding pragma.
409      Branch: perl
410            ! regcomp.c regexec.c
411 ____________________________________________________________________________
412 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
413         Log: Retract #12824, doesn't help and is ignored
414              by Configure anyway.
415      Branch: perl
416            ! hints/beos.sh
417 ____________________________________________________________________________
418 [ 12870] By: ams                                   on 2001/11/06  10:40:37
419         Log: Subject: Cosmetic change
420              From: H.Merijn Brand <h.m.brand@hccnet.nl>
421              Date: Tue, 06 Nov 2001 12:30:52 +0100
422              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
423      Branch: perl
424            ! README.hpux
425 ____________________________________________________________________________
426 [ 12869] By: nick                                  on 2001/11/06  08:26:40
427         Log: Integrate mainline
428      Branch: perlio
429           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
430           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
431 ____________________________________________________________________________
432 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
433         Log: The parentheses are protected enough.
434      Branch: perl
435            ! hints/os390.sh
436 ____________________________________________________________________________
437 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
438         Log: ccflags, not ldflags.
439      Branch: perl
440            ! hints/os390.sh
441 ____________________________________________________________________________
442 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
443         Log: ... and the proto to go with #12865.
444      Branch: perl
445            ! proto.h
446 ____________________________________________________________________________
447 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
448         Log: Oops.  Luckily nothing was using this symbol yet.
449      Branch: perl
450            ! global.sym
451 ____________________________________________________________________________
452 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
453         Log: Implement the encoding pragma for regex literals.
454      Branch: perl
455            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
456 ____________________________________________________________________________
457 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
458         Log: More UTF8 EXACT fixing.
459      Branch: perl
460            ! regexec.c
461 ____________________________________________________________________________
462 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
463         Log: More re debugging.
464      Branch: perl
465            ! regexec.c
466 ____________________________________________________________________________
467 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
468         Log: EXACT correction attempt.  Continued in #12863.
469      Branch: perl
470            ! regexec.c
471 ____________________________________________________________________________
472 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
473         Log: Unterminated L<.
474      Branch: perl
475            ! ext/DB_File/DB_File.pm
476 ____________________________________________________________________________
477 [ 12859] By: nick                                  on 2001/11/05  19:15:17
478         Log: Integrate mainline
479      Branch: perlio
480           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
481           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
482           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
483           +> lib/Math/BigInt/t/sub_mbi.t
484            - lib/Math/BigInt/t/Math/Subclass.pm
485            - lib/Math/BigInt/t/subclass.t
486           !> (integrate 30 files)
487 ____________________________________________________________________________
488 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
489         Log: Regex debugging fixes from Hugo.
490      Branch: perl
491            ! regcomp.c regexec.c
492 ____________________________________________________________________________
493 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
494         Log: IRIX: at some point the cc -version has started
495              to output to stderr, not stdout any more.
496      Branch: perl
497            ! hints/irix_6.sh
498 ____________________________________________________________________________
499 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
500         Log: Update Changes.
501      Branch: perl
502            ! Changes patchlevel.h
503 ____________________________________________________________________________
504 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
505         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
506      Branch: perl
507            ! lib/File/Spec/Unix.pm
508 ____________________________________________________________________________
509 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
510         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
511              From: rgarciasuarez@free.fr
512              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
513              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
514      Branch: perl
515            ! lib/File/Spec/Unix.pm
516 ____________________________________________________________________________
517 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
518         Log: Use config.arch in OS/390 where the combination of
519              IEEE floats and ldflags is tricky.
520      Branch: perl
521            ! hints/os390.sh
522 ____________________________________________________________________________
523 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
524         Log: Metaconfig unit change for #12851.
525      Branch: metaconfig
526            ! U/modified/Config_sh.U
527 ____________________________________________________________________________
528 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
529         Log: Support a config.arch file, similar to config.over,
530              but loaded just before it.
531      Branch: perl
532            ! Configure INSTALL
533 ____________________________________________________________________________
534 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
535         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
536              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
537              Date: Mon, 5 Nov 2001 14:26:24 +0100
538              Message-ID: <20011105142624.C31977@rafael>
539      Branch: perl
540            ! lib/Symbol.pm lib/Symbol.t
541 ____________________________________________________________________________
542 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
543         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
544              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
545              Date: Sun, 4 Nov 2001 22:28:57 +0100
546              Message-ID: <20011104222857.C696@rafael>
547      Branch: perl
548            ! pod/perldebug.pod pod/perlpodspec.pod
549 ____________________________________________________________________________
550 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
551         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
552      Branch: perl
553            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
554 ____________________________________________________________________________
555 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
556         Log: Math::Big* test tweaks to work better with core:
557              but the coast still not clear.
558      Branch: perl
559            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
560            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
561 ____________________________________________________________________________
562 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
563         Log: Protect against high load: measure how much wall
564              clock time went by while sleeping.  Avoids some
565              false negatives, while may introduce some false
566              positives.  Life is hard.
567      Branch: perl
568            ! ext/Time/HiRes/HiRes.t
569 ____________________________________________________________________________
570 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
571         Log: More forgotten from #12843.
572      Branch: perl
573            ! lib/Math/BigInt/t/bigfltpm.inc
574 ____________________________________________________________________________
575 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
576         Log: Forgot from #12843.
577      Branch: perl
578            + lib/Math/BigInt/t/bigintpm.inc
579            ! MANIFEST
580 ____________________________________________________________________________
581 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
582         Log: Upgrade to Math::BigInt 1.45; from Tels.
583              NOTE: some of the tests are failing but that's because
584              the core integration is not yet done.
585      Branch: perl
586            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
587            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
588            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
589            - lib/Math/BigInt/t/Math/Subclass.pm
590            - lib/Math/BigInt/t/subclass.t
591            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
592            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
593            ! lib/Math/BigInt/t/mbimbf.t
594 ____________________________________________________________________________
595 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
596         Log: VMS: adds capability to control more configuration stuff with
597              -D and -U switches; parsing config.sh to extract previous config
598              info in VMS-form, and a rewrite of the "prompt/response" routine;
599              from Charles Lane.
600      Branch: perl
601            ! configure.com
602 ____________________________________________________________________________
603 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
604         Log: Subject: Typo correction in perldebguts.pod
605              From: mjd@plover.com
606              Date: 4 Nov 2001 16:20:05 -0000
607              Message-ID: <20011104162005.16699.qmail@plover.com>
608      Branch: perl
609            ! pod/perldebguts.pod
610 ____________________________________________________________________________
611 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
612         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
613              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
614              Date: Sun, 4 Nov 2001 11:47:30 +0100
615              Message-ID: <20011104114730.A715@rafael>
616              
617              Remove -T from the test, wrong place for that.
618      Branch: perl
619            ! lib/File/Temp/t/mktemp.t
620 ____________________________________________________________________________
621 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
622         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
623              From: Nicholas Clark <nick@ccl4.org>
624              Date: Sun, 4 Nov 2001 10:41:24 +0000
625              Message-ID: <20011104104123.U20123@plum.flirble.org>
626      Branch: perl
627            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
628 ____________________________________________________________________________
629 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
630         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
631              From: Michael G Schwern <schwern@pobox.com>
632              Date: Sat, 3 Nov 2001 15:41:47 -0500
633              Message-ID: <20011103154147.C600@blackrider>
634      Branch: perl
635            ! lib/Term/Cap.t
636 ____________________________________________________________________________
637 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
638         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
639              From: "Craig A. Berry" <craigberry@mac.com>     
640              Date: Sat, 03 Nov 2001 16:02:28 -0600
641              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
642      Branch: perl
643            ! ext/Time/HiRes/HiRes.t
644 ____________________________________________________________________________
645 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
646         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
647              From: "chromatic" <chromatic@rmci.net>
648              Date: Sat, 03 Nov 2001 12:28:17 -0700
649              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
650      Branch: perl
651            ! lib/Term/Cap.t
652 ____________________________________________________________________________
653 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
654         Log: Don't bother doing POSIX charclass parsing if it
655              possibly cannot be so.  Prepares way for charclass
656              syntax like [[abc]||[def]] (or just [[abc][def]])
657              for union, [[\w]&&[$a]] for intersection,
658              and [[a-z]&&[^def]] for subtraction.
659              
660              Currently /[[a]/ (or /[a[]/) parses as a character
661              class containing two characters, "[" and "a",
662              this may have to be broken for the syntax described
663              above, otherwise we would have to scan the whole pattern
664              to find out whether the square brackets match pairwise.
665              Luckily, the special case of "[" doesn't seem to be
666              documented (as opposed to "]" and "-"), so we may have
667              better story for breaking it...  One can always use \[
668              if one wants a literal "[", so there.
669      Branch: perl
670            ! regcomp.c
671 ____________________________________________________________________________
672 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
673         Log: Comment correction.
674      Branch: perl
675            ! regcomp.c
676 ____________________________________________________________________________
677 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
678         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
679              The latter is a RedHatism.
680      Branch: perl
681            ! lib/ExtUtils/MakeMaker.pm
682 ____________________________________________________________________________
683 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
684         Log: Integrate perlio.
685      Branch: perl
686           !> perlio.c
687 ____________________________________________________________________________
688 [ 12831] By: nick                                  on 2001/11/03  11:42:15
689         Log: Integrate mainline
690      Branch: perlio
691           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
692           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
693           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
694           !> sv.c t/test.pl
695 ____________________________________________________________________________
696 [ 12830] By: nick                                  on 2001/11/03  10:27:34
697         Log: Fix clone_leak problem.
698              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
699              as vestige of calling PerlLIO_dup().
700      Branch: perlio
701            ! perlio.c
702 ____________________________________________________________________________
703 [ 12829] By: nick                                  on 2001/11/03  09:40:46
704         Log: Tweaks attempting to locate Doug's clone_leak leak.
705              - add some PerlIO_debug()
706              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
707              - Even if it closing stdout etc. do a fflush()
708      Branch: perlio
709            ! perlio.c
710 ____________________________________________________________________________
711 [ 12828] By: nick                                  on 2001/11/03  08:34:31
712         Log: Integrate mainline
713      Branch: perlio
714           !> (integrate 54 files)
715 ____________________________________________________________________________
716 [ 12827] By: ams                                   on 2001/11/03  03:45:19
717         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
718              remove this later). Based on a patch from Robert Spier in
719              <15330.61459.14452.795263@rls.cx>.
720      Branch: perl
721            ! sv.c
722 ____________________________________________________________________________
723 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
724         Log: microperl sync.
725      Branch: perl
726            ! doio.c perl.c perl.h perlio.c regexec.c
727 ____________________________________________________________________________
728 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
729         Log: Definitions for the Unicode Newline Guidelines.
730      Branch: perl
731            ! perl.h
732 ____________________________________________________________________________
733 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
734         Log: There is no csh of any kind in default BeOS.
735              For the purposes of miniperl globbing, bash
736              will do.
737      Branch: perl
738            ! hints/beos.sh
739 ____________________________________________________________________________
740 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
741         Log: Integrate change #12820 from macperl to maint and blead;
742              
743              Fix up (dynaloading) to work properly with multiplicity
744      Branch: maint-5.6/perl
745           !> ext/DynaLoader/dl_mac.xs
746      Branch: perl
747           !> ext/DynaLoader/dl_mac.xs
748 ____________________________________________________________________________
749 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
750         Log: Several fixes for various exit problems and clearing out
751              task queue, as well as another (incomplete) go at
752              fixing error message handling
753      Branch: maint-5.6/macperl
754            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
755 ____________________________________________________________________________
756 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
757         Log: Add source files for bleadperl builds
758      Branch: maint-5.6/macperl
759            ! macos/Makefile.mk
760 ____________________________________________________________________________
761 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
762         Log: Fix up to work properly with multiplicity
763      Branch: maint-5.6/macperl
764            ! ext/DynaLoader/dl_mac.xs
765 ____________________________________________________________________________
766 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
767         Log: Integrate with maintperl.
768      Branch: maint-5.6/macperl
769           +> t/op/system.t t/op/system_tests
770           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
771           !> pod/perltodo.pod util.c win32/win32.c
772 ____________________________________________________________________________
773 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
774         Log: Locate _PATH_LOG if it's a socket even if not #defined
775              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
776              via Nick Clark.
777      Branch: perl
778            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
779 ____________________________________________________________________________
780 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
781         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
782              From: Michael G Schwern <schwern@pobox.com>
783              Date: Fri, 2 Nov 2001 15:36:41 -0500
784              Message-ID: <20011102153641.E23234@blackrider>
785      Branch: perl
786            ! t/test.pl
787 ____________________________________________________________________________
788 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
789         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
790              From: merlyn@stonehenge.com (Randal L. Schwartz)
791              Date: 02 Nov 2001 09:33:34 -0800
792              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
793              
794              (two of the changes)
795              
796              Better coexistence with extensions.
797      Branch: perl
798            ! ext/Errno/Errno_pm.PL hints/darwin.sh
799 ____________________________________________________________________________
800 [ 12815] By: ams                                   on 2001/11/02  16:47:43
801         Log: Subject: Re: [PATCH] the the double double word word fix fix
802              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
803              Date: Fri, 02 Nov 2001 19:43:07 +0100
804              Message-Id: <3BE2E93B.627C198E@alcatel.at>
805      Branch: perl
806            ! pod/perldebug.pod
807 ____________________________________________________________________________
808 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
809         Log: Update Changes.
810      Branch: perl
811            ! Changes patchlevel.h
812 ____________________________________________________________________________
813 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
814         Log: More encoding testing.
815      Branch: perl
816            ! lib/encoding.pm lib/encoding.t
817 ____________________________________________________________________________
818 [ 12812] By: ams                                   on 2001/11/02  15:07:11
819         Log: Slight modification of #12811.
820      Branch: perl
821            ! op.c
822 ____________________________________________________________________________
823 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
824         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
825              From: Radu Greab <radu@netsoft.ro>
826              Date: Fri, 2 Nov 2001 15:28:58 +0200
827              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
828      Branch: perl
829            ! op.c t/op/stat.t
830 ____________________________________________________________________________
831 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
832         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
833              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
834              Date: Thu, 1 Nov 2001 22:35:50 +0100
835              Message-ID: <20011101223550.A10849@rafael>
836      Branch: perl
837            ! lib/ExtUtils/Embed.t
838 ____________________________________________________________________________
839 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
840         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
841              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
842              Date: 2 Nov 2001 14:48:51 -0000
843              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
844      Branch: perl
845            ! lib/File/Find.pm
846 ____________________________________________________________________________
847 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
848         Log: Add documentation.
849      Branch: perl
850            ! embed.pl pod/perlapi.pod utf8.c
851 ____________________________________________________________________________
852 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
853         Log: Unicode: add ToFold mapping.  Not used yet; but basically
854              a more useful mapping for caseless aka case-ignoring than
855              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
856              algorithm for creating the foldings uses equivalence classes,
857              see http://www.unicode.org/unicode/reports/tr21/
858              Hopefully this feature will be used in //i.
859              (The folding tables were introduced by #12689.)
860      Branch: perl
861            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
862            ! utf8.c
863 ____________________________________________________________________________
864 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
865         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
866              From: "Craig A. Berry" <craigberry@mac.com>
867              Date: Fri, 02 Nov 2001 00:03:52 -0600
868              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
869      Branch: perl
870            ! lib/AutoSplit.t
871 ____________________________________________________________________________
872 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
873         Log: Subject: Trivial doc patch
874              From: andreas.koenig@anima.de (Andreas J. Koenig)
875              Date: 02 Nov 2001 06:11:35 +0100
876              Message-ID: <m37kt94v08.fsf@anima.de>
877      Branch: perl
878            ! pod/perlport.pod
879 ____________________________________________________________________________
880 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
881         Log: Make encoding and charnames pragmas coexist.
882      Branch: perl
883            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
884 ____________________________________________________________________________
885 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
886         Log: The basic character classes seem to go untested with Unicode.
887      Branch: perl
888            ! t/op/pat.t
889 ____________________________________________________________________________
890 [ 12802] By: ams                                   on 2001/11/02  00:39:36
891         Log: Subject: [PATCH] the the double double word word fix fix
892              From: Richard Soderberg <rs@oregonnet.com>
893              Date: Thu, 1 Nov 2001 13:12:03 -0800
894              Message-Id: <200111012112.NAA23288@oregonnet.com>
895              
896              Subject: Re: [PATCH] the the double double word word fix fix
897              From: Mark-Jason Dominus <mjd@plover.com>
898              Date: Thu, 01 Nov 2001 16:43:40 -0500
899              Message-Id: <20011101214340.2044.qmail@plover.com>
900              
901              Subject: Re: [PATCH] the the double double word word fix fix
902              From: Mark-Jason Dominus <mjd@plover.com>
903              Date: Thu, 01 Nov 2001 16:51:39 -0500
904              Message-Id: <20011101215139.2196.qmail@plover.com>
905      Branch: perl
906            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
907            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
908            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
909            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
910            ! pod/perltodo.pod pod/perlxstut.pod
911 ____________________________________________________________________________
912 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
913         Log: Comment tweaks.
914      Branch: perl
915            ! toke.c
916 ____________________________________________________________________________
917 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
918         Log: FAQ sync.
919      Branch: perl
920            ! pod/perlfaq9.pod
921 ____________________________________________________________________________
922 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
923         Log: If an encoding is set by -M/-m, it must be in
924              effect only for the actual script, not any other
925              required/-M/-m'ed module, otherwise we enter a nasty
926              recursion in regexec.c while trying to init the simple
927              UTF-8 charclasses like PL_utf8_alnum.
928      Branch: perl
929            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
930 ____________________________________________________________________________
931 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
932         Log: A bit more descriptive name.
933      Branch: perl
934            ! mg.c
935 ____________________________________________________________________________
936 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
937         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
938              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
939              Date: Wed, 31 Oct 2001 13:47:04 EST
940              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
941      Branch: perl
942            ! ext/Time/HiRes/HiRes.t
943 ____________________________________________________________________________
944 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
945         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
946              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
947              Date: Wed, 31 Oct 2001 13:43:29 EST
948              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
949      Branch: perl
950            ! mg.c
951 ____________________________________________________________________________
952 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
953         Log: Subject: [PATCH] Various test cleanups
954              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
955              Date: Tue, 30 Oct 2001 21:56:26 +0100
956              Message-ID: <20011030215626.A28503@rafael>
957      Branch: perl
958            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
959            ! ext/DB_File/t/db-recno.t ext/Encode.t
960 ____________________________________________________________________________
961 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
962         Log: Update Changes.
963      Branch: perl
964            ! Changes patchlevel.h
965 ____________________________________________________________________________
966 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
967         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
968              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
969              Date: Wed, 31 Oct 2001 17:16:39 +0100
970              Message-ID: <20011031171639.A32511@rafael>
971      Branch: perl
972            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
973 ____________________________________________________________________________
974 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
975         Log: Skip message nit.
976      Branch: perl
977            ! t/io/fs.t
978 ____________________________________________________________________________
979 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
980         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
981              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
982              Date: 31 Oct 2001 14:49:37 -0000
983              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
984      Branch: perl
985            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
986 ____________________________________________________________________________
987 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
988         Log: Extend the effect of the encoding pragma to chr() and ord().
989              
990              TODO: regex literals, reentrancy problems with the utf8
991              and charnames pragmas.
992      Branch: perl
993            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
994 ____________________________________________________________________________
995 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
996         Log: Doc tweaks.
997      Branch: perl
998            ! lib/encoding.pm
999 ____________________________________________________________________________
1000 [ 12788] By: nick                                  on 2001/10/31  08:59:56
1001         Log: Integrate mainline
1002      Branch: perlio
1003           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
1004           !> (integrate 49 files)
1005 ____________________________________________________________________________
1006 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
1007         Log: Forgot new proto.
1008      Branch: perl
1009            ! proto.h
1010 ____________________________________________________________________________
1011 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
1012         Log: Clarification: use encoding cannot be used to
1013              change the default encoding of "your whole script";
1014              only the default encoding of the *data*.  Also, it
1015              seems that "use encoding" does not mix with "use utf8"
1016              (a coredumping recursion ensues).  Should not be a huge
1017              problem since "use utf8" is pretty marginal nowadays.
1018      Branch: perl
1019            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
1020 ____________________________________________________________________________
1021 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
1022         Log: More documentation for the encode pragma.
1023      Branch: perl
1024            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
1025            ! pod/perlapi.pod pod/perlunicode.pod sv.c
1026 ____________________________________________________________________________
1027 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
1028         Log: Thinko in #12783.
1029      Branch: perl
1030            ! sv.c
1031 ____________________________________________________________________________
1032 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
1033         Log: Make sv_recode_to_utf8() a real API: the encoding
1034              is a parameter, instead of a global.  Document the
1035              PERL_ENCODING.
1036      Branch: perl
1037            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
1038            ! toke.c
1039 ____________________________________________________________________________
1040 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
1041         Log: Enable -Mencoding=foobar also for string literals.
1042      Branch: perl
1043            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
1044            ! pod/perlapi.pod proto.h sv.c toke.c
1045 ____________________________________________________________________________
1046 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
1047         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
1048              From: Andy Dougherty <doughera@lafayette.edu>
1049              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
1050              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
1051      Branch: perl
1052            ! ext/POSIX/hints/svr4.pl
1053 ____________________________________________________________________________
1054 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
1055         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
1056              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
1057              Date: Mon, 29 Oct 2001 23:11:58 -0000
1058              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
1059              
1060              Add compat.h.
1061      Branch: perl
1062            ! lib/h2xs.t utils/h2xs.PL
1063 ____________________________________________________________________________
1064 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
1065         Log: Subject: PerlIOBuf_dup
1066              From: Nicholas Clark <nick@ccl4.org>              
1067              Date: Mon, 29 Oct 2001 21:52:35 +0000             
1068              Message-ID: <20011029215235.K41204@plum.flirble.org>
1069              
1070              Add prototype.
1071      Branch: perl
1072            ! perliol.h
1073 ____________________________________________________________________________
1074 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
1075         Log: Subject: [PATCH] Make malloc.c errors more useful
1076              From: Richard Soderberg <rs@oregonnet.com>
1077              Date: Mon, 29 Oct 2001 22:28:02 -0800
1078              Message-Id: <200110300628.WAA11025@oregonnet.com>
1079      Branch: perl
1080            ! malloc.c
1081 ____________________________________________________________________________
1082 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
1083         Log: Retract #12776 - the bug 19990906.001 is still valid.
1084      Branch: perl
1085            ! t/run/kill_perl.t
1086 ____________________________________________________________________________
1087 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
1088         Log: (Retracted by #12777)
1089              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
1090              From: Michael G Schwern <schwern@pobox.com> 
1091              Date: Mon, 29 Oct 2001 23:01:08 -0500
1092              Message-ID: <20011029230108.G18053@blackrider>
1093      Branch: perl
1094            ! t/run/kill_perl.t
1095 ____________________________________________________________________________
1096 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
1097         Log: Comment nits.
1098      Branch: perl
1099            ! lib/encoding.t
1100 ____________________________________________________________________________
1101 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
1102         Log: integrate change#12772 from mainline
1103              
1104              Subject: [PATCH] Mommy, what's a pointer cast?
1105      Branch: maint-5.6/perl
1106            ! perl.h
1107 ____________________________________________________________________________
1108 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
1109         Log: Subject: [PATCH] Mommy, what's a pointer cast?
1110              From: Richard Soderberg <rs@oregonnet.com>
1111              Date: Mon, 29 Oct 2001 17:01:10 -0800
1112              Message-Id: <200110300101.RAA31561@oregonnet.com>
1113              
1114              (threads* parts)
1115      Branch: perl
1116            ! ext/threads/shared/shared.xs ext/threads/threads.xs
1117 ____________________________________________________________________________
1118 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
1119         Log: Subject: [PATCH] Mommy, what's a pointer cast?
1120              From: Richard Soderberg <rs@oregonnet.com>
1121              Date: Mon, 29 Oct 2001 17:01:10 -0800
1122              Message-Id: <200110300101.RAA31561@oregonnet.com>
1123              
1124              (the perl.h part)
1125      Branch: perl
1126            ! perl.h
1127 ____________________________________________________________________________
1128 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
1129         Log: Subject: [PATCH] OpenBSD likes signal.h 
1130              From: Richard Soderberg <rs@oregonnet.com>
1131              Date: Mon, 29 Oct 2001 17:00:31 -0800
1132              Message-Id: <200110300100.RAA31533@oregonnet.com>
1133      Branch: perl
1134            ! unixish.h
1135 ____________________________________________________________________________
1136 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
1137         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
1138              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
1139              Date: Mon, 29 Oct 2001 23:04:23 -0000
1140              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
1141      Branch: perl
1142            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
1143            ! ext/DB_File/t/db-recno.t
1144 ____________________________________________________________________________
1145 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
1146         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
1147              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
1148              Date: Mon, 29 Oct 2001 12:34:07 -0600
1149              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
1150      Branch: perl
1151            ! ext/Time/HiRes/HiRes.t
1152 ____________________________________________________________________________
1153 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
1154         Log: Update Changes.
1155      Branch: perl
1156            ! Changes patchlevel.h
1157 ____________________________________________________________________________
1158 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
1159         Log: AIX needs an explicit symbol export list.
1160      Branch: perl
1161            ! lib/ExtUtils/Embed.t
1162 ____________________________________________________________________________
1163 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
1164         Log: The test (and the module) would require some
1165              quality hacking time to work on EBCDIC.  Based n
1166              the test results nothing seems to be majorly broken,
1167              the module just seems to have strange assumptions:
1168              got: ''\226\225\205'
1169              expected: ''one'
1170              The \226\225\205 being, of course, 'one', in EBCDIC.
1171      Branch: perl
1172            ! lib/Dumpvalue.t
1173 ____________________________________________________________________________
1174 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
1175         Log: Mark the test known to be failing in EBCDIC.
1176      Branch: perl
1177            ! t/op/tr.t
1178 ____________________________________________________________________________
1179 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
1180         Log: None of the libnet modules are going to work in
1181              EBCDIC without the Convert::EBCDIC.
1182      Branch: perl
1183            ! t/lib/1_compile.t
1184 ____________________________________________________________________________
1185 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
1186         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
1187      Branch: perl
1188            ! t/op/pack.t
1189 ____________________________________________________________________________
1190 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
1191         Log: UTF-EBCDIC ain't UTF-8.
1192      Branch: perl
1193            ! t/op/pack.t
1194 ____________________________________________________________________________
1195 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
1196         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
1197      Branch: perl
1198            ! t/lib/1_compile.t
1199 ____________________________________________________________________________
1200 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
1201         Log: Let's not assume ASCII.
1202      Branch: perl
1203            ! t/op/lc.t
1204 ____________________________________________________________________________
1205 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
1206         Log: Call the new perlio symbols differently.
1207      Branch: perl
1208            ! makedef.pl
1209 ____________________________________________________________________________
1210 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
1211         Log: Don't expect ASCII ordering.
1212      Branch: perl
1213            ! lib/ExtUtils/Manifest.t
1214 ____________________________________________________________________________
1215 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
1216         Log: Forgot from #12756.
1217      Branch: perl
1218            ! perlio.h
1219 ____________________________________________________________________________
1220 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
1221         Log: BeOS tweaks:
1222              - fseeko and ftello can be found by Configure but
1223              we do not seem to have prototypes for them so
1224              let's make up some
1225              - BeOS didn't use to have real sockets (sockets as
1226              filedescriptors) but the BONE package is supposed
1227              to fix this.  I do not know how to detect BONEness,
1228              see hints/beos.sh for a spot that needs to fixed.
1229              - BeOS has O_TEXT != O_BINARY but has no setmode()
1230      Branch: perl
1231            ! hints/beos.sh perlio.c
1232 ____________________________________________________________________________
1233 [ 12755] By: sky                                   on 2001/10/29  12:56:12
1234         Log: Ugly fix to not die when a thread creator is holding locks.
1235      Branch: perl
1236            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
1237            ! ext/threads/threads.xs
1238 ____________________________________________________________________________
1239 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
1240         Log: Integrate change #12752 from maintperl;
1241              
1242              croak(Nullch) wasn't printing the contents of ERRSV if there was
1243              no outer eval (bug in change#6125)
1244      Branch: perl
1245           !> util.c
1246 ____________________________________________________________________________
1247 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
1248         Log: Subject: [PATCH h2xs] Use of static data in XS modules
1249              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
1250              Date: Sun, 28 Oct 2001 21:19:07 -0000
1251              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
1252              
1253              with nits from Sarathy.
1254      Branch: perl
1255            ! utils/h2xs.PL
1256 ____________________________________________________________________________
1257 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
1258         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
1259              no outer eval (bug in change#6125)
1260      Branch: maint-5.6/perl
1261            ! util.c
1262 ____________________________________________________________________________
1263 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
1264         Log: More todo for the encoding pragma.
1265      Branch: perl
1266            ! lib/encoding.pm
1267 ____________________________________________________________________________
1268 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
1269         Log: Add the encoding pragma to control the "upgrade"
1270              from the native eight bit data to Unicode.
1271              
1272              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
1273      Branch: perl
1274            + lib/encoding.pm lib/encoding.t
1275            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
1276            ! pod/perlunicode.pod pod/perlvar.pod sv.c
1277 ____________________________________________________________________________
1278 [ 12749] By: sky                                   on 2001/10/28  21:02:33
1279         Log: Update documentation.
1280      Branch: perl
1281            ! ext/threads/shared/shared.pm
1282 ____________________________________________________________________________
1283 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
1284         Log: Integrate change #12747 from maintperl;
1285              
1286              finishing touches to system() fixes on windows:
1287              * detect cmd shell correctly even if it had full path in it
1288              * more quoting needed for single-arg system if the argument
1289              really had multiple quoted arguments within it
1290              * be smarter about not calling the shell when the executable
1291              has spaces, but otherwise does not need shell involvement
1292              * add a testsuite (windows-specific currently)
1293      Branch: perl
1294           +> t/op/system.t t/op/system_tests
1295            ! MANIFEST pod/perltodo.pod
1296           !> win32/win32.c
1297 ____________________________________________________________________________
1298 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
1299         Log: finishing touches to system() fixes on windows:
1300              * detect cmd shell correctly even if it had full path in it
1301              * more quoting needed for single-arg system if the argument
1302              really had multiple quoted arguments within it
1303              * be smarter about not calling the shell when the executable
1304              has spaces, but otherwise does not need shell involvement
1305              * add a testsuite (windows-specific currently)
1306      Branch: maint-5.6/perl
1307            + t/op/system.t t/op/system_tests
1308            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
1309 ____________________________________________________________________________
1310 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
1311         Log: Integrate perlio.
1312      Branch: perl
1313           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
1314 ____________________________________________________________________________
1315 [ 12745] By: nick                                  on 2001/10/28  16:08:14
1316         Log: Mingw32 fixup for Embed.t
1317      Branch: perlio
1318            ! lib/ExtUtils/Embed.t
1319 ____________________________________________________________________________
1320 [ 12744] By: nick                                  on 2001/10/28  15:54:14
1321         Log: GCC vs MS 64-bit constant syntax
1322      Branch: perlio
1323            ! ext/Time/HiRes/HiRes.xs
1324 ____________________________________________________________________________
1325 [ 12743] By: nick                                  on 2001/10/28  15:42:55
1326         Log: Integrate mainline
1327      Branch: perlio
1328           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
1329 ____________________________________________________________________________
1330 [ 12742] By: sky                                   on 2001/10/28  14:47:10
1331         Log: Manpage updates.
1332      Branch: perl
1333            ! ext/threads/threads.pm
1334 ____________________________________________________________________________
1335 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
1336         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
1337      Branch: perl
1338            ! lib/ExtUtils/Embed.t
1339 ____________________________________________________________________________
1340 [ 12740] By: nick                                  on 2001/10/28  14:14:24
1341         Log: Integrate mainline
1342      Branch: perlio
1343           !> lib/ExtUtils/Embed.t win32/win32.c
1344 ____________________________________________________________________________
1345 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
1346         Log: Need to be ./executed.
1347      Branch: perl
1348            ! lib/ExtUtils/Embed.t
1349 ____________________________________________________________________________
1350 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
1351         Log: Integrate perlio.
1352      Branch: perl
1353           !> perlio.c win32/win32.h
1354 ____________________________________________________________________________
1355 [ 12737] By: nick                                  on 2001/10/28  13:53:45
1356         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
1357              by gcc -xc++.
1358      Branch: perlio
1359            ! win32/win32.h
1360 ____________________________________________________________________________
1361 [ 12736] By: nick                                  on 2001/10/28  13:50:50
1362         Log: Have :stdio layer update an honour the fd refcnt table.
1363              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
1364      Branch: perlio
1365            ! perlio.c
1366 ____________________________________________________________________________
1367 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
1368         Log: Integrate changes #12724 and #12725 from maintperl;
1369              multiarg system now works.
1370      Branch: perl
1371           !> win32/win32.c
1372 ____________________________________________________________________________
1373 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
1374         Log: Integrate perlio.
1375      Branch: perl
1376           +> lib/ExtUtils/Embed.t
1377           !> MANIFEST perlio.c
1378 ____________________________________________________________________________
1379 [ 12733] By: nick                                  on 2001/10/28  13:07:16
1380         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
1381              least for PERLIO=perlio unthreaded case
1382      Branch: perlio
1383            ! perlio.c
1384 ____________________________________________________________________________
1385 [ 12732] By: nick                                  on 2001/10/28  11:10:24
1386         Log: Typo in exe name
1387      Branch: perlio
1388            ! lib/ExtUtils/Embed.t
1389 ____________________________________________________________________________
1390 [ 12731] By: nick                                  on 2001/10/28  11:09:59
1391         Log: Integrate Mainline
1392      Branch: perlio
1393           !> Changes configure.com ext/DB_File/DB_File.pm
1394           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
1395           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
1396           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
1397           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
1398           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
1399           !> t/TEST t/op/regexp.t win32/buildext.pl
1400 ____________________________________________________________________________
1401 [ 12730] By: nick                                  on 2001/10/28  11:05:35
1402         Log: Fixup Embed.t for Win32/VC++
1403      Branch: perlio
1404            ! lib/ExtUtils/Embed.t
1405 ____________________________________________________________________________
1406 [ 12729] By: nick                                  on 2001/10/28  09:36:20
1407         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
1408              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
1409              ExtUtils::Embed.
1410      Branch: perlio
1411            + lib/ExtUtils/Embed.t
1412            ! MANIFEST
1413 ____________________________________________________________________________
1414 [ 12728] By: sky                                   on 2001/10/28  08:12:53
1415         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
1416              line manually!
1417      Branch: perl
1418            ! lib/ExtUtils/xsubpp
1419 ____________________________________________________________________________
1420 [ 12727] By: sky                                   on 2001/10/28  08:02:09
1421         Log: And here we use the prototypes.
1422      Branch: perl
1423            ! ext/threads/shared/shared.xs
1424 ____________________________________________________________________________
1425 [ 12726] By: sky                                   on 2001/10/28  08:00:48
1426         Log: Support [] style prototypes.
1427      Branch: perl
1428            ! lib/ExtUtils/xsubpp
1429 ____________________________________________________________________________
1430 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
1431         Log: yet another multi-arg system() fix on windows: batch files as the
1432              first argument (i.e. directly executed by CreateProcess()) need
1433              extra quoting to escape shell-shock
1434      Branch: maint-5.6/perl
1435            ! win32/win32.c
1436 ____________________________________________________________________________
1437 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
1438         Log: another multi-arg system() fix on windows: passing empty arguments
1439              now works
1440      Branch: maint-5.6/perl
1441            ! win32/win32.c
1442 ____________________________________________________________________________
1443 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
1444         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
1445              No final #else #error because we do not seem to
1446              be using #error?
1447      Branch: perl
1448            ! op.h
1449 ____________________________________________________________________________
1450 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
1451         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
1452              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
1453              Date: Sat, 27 Oct 2001 23:28:44 EST 
1454              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
1455      Branch: perl
1456            ! ext/Time/HiRes/HiRes.xs
1457 ____________________________________________________________________________
1458 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
1459         Log: Regen perlapi, perltoc.
1460      Branch: perl
1461            ! pod/perlapi.pod pod/perltoc.pod
1462 ____________________________________________________________________________
1463 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
1464         Log: Subject: [PATCH] sv.h documentation
1465              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
1466              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
1467              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
1468      Branch: perl
1469            ! sv.h
1470 ____________________________________________________________________________
1471 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
1472         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
1473              system("nmake -nologo", "clean") and there is no executable
1474              called "nmake -nologo"; this used to "work" pre-change#12559 due
1475              to bugs in multiarg system() that have since been fixed
1476      Branch: perl
1477            ! win32/buildext.pl
1478 ____________________________________________________________________________
1479 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
1480         Log: Update Changes.
1481      Branch: perl
1482            ! Changes patchlevel.h
1483 ____________________________________________________________________________
1484 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
1485         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
1486              From: Richard.Foley@t-online.de (Richard Foley)            
1487              Date: Sun, 28 Oct 2001 00:48:32 +0200
1488              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
1489      Branch: perl
1490            ! pod/perlhack.pod
1491 ____________________________________________________________________________
1492 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
1493         Log: Must store pointers with the right width.
1494      Branch: perl
1495            ! op.h
1496 ____________________________________________________________________________
1497 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
1498         Log: Integrate change #12711 from perlio;
1499              
1500              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
1501              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
1502      Branch: perl
1503           !> perlio.c
1504 ____________________________________________________________________________
1505 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
1506         Log: Subject: [PATCH] make minitest
1507              From: Nicholas Clark <nick@ccl4.org>
1508              Date: Sat, 27 Oct 2001 22:56:16 +0100
1509              Message-ID: <20011027225616.L20275@plum.flirble.org>
1510      Branch: perl
1511            ! t/TEST
1512 ____________________________________________________________________________
1513 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
1514         Log: Patch #12661 missed this.
1515      Branch: perl
1516            ! ext/DB_File/DB_File.pm
1517 ____________________________________________________________________________
1518 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
1519         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
1520              From: "Craig A. Berry" <craigberry@mac.com>
1521              Date: Sat, 27 Oct 2001 16:07:47 -0500
1522              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
1523      Branch: perl
1524            ! configure.com perlio.c
1525 ____________________________________________________________________________
1526 [ 12711] By: nick                                  on 2001/10/27  19:49:25
1527         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
1528              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
1529      Branch: perlio
1530            ! perlio.c
1531 ____________________________________________________________________________
1532 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
1533         Log: Let's not replace reason if there's one already supplied.
1534      Branch: perl
1535            ! t/op/regexp.t
1536 ____________________________________________________________________________
1537 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
1538         Log: is not good.
1539      Branch: perl
1540            ! t/op/regexp.t
1541 ____________________________________________________________________________
1542 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
1543         Log: ldlibpth can exist but be unset.
1544      Branch: perl
1545            ! t/TEST
1546 ____________________________________________________________________________
1547 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
1548         Log: Unicode: property alias naming cleanup.
1549      Branch: perl
1550            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
1551 ____________________________________________________________________________
1552 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
1553         Log: FAQ sync.
1554      Branch: perl
1555            ! pod/perlfaq4.pod
1556 ____________________________________________________________________________
1557 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
1558         Log: Integrate change #12703 from maintperl;
1559              
1560              typemap stuff intervenes before declaration, move it to PREINIT
1561              section
1562              
1563              (an empty integrate, but now the files are in sync
1564              between the branches)
1565      Branch: perl
1566           !> ext/ODBM_File/ODBM_File.xs
1567 ____________________________________________________________________________
1568 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
1569         Log: More PerlIO symbols.
1570      Branch: perl
1571            ! makedef.pl
1572 ____________________________________________________________________________
1573 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
1574         Log: typemap stuff intervenes before declaration, move it to PREINIT
1575              section
1576      Branch: maint-5.6/perl
1577            ! ext/ODBM_File/ODBM_File.xs
1578 ____________________________________________________________________________
1579 [ 12702] By: nick                                  on 2001/10/27  14:09:35
1580         Log: Integrate mainline
1581      Branch: perlio
1582           +> ext/threads/shared/t/av_simple.t
1583           +> ext/threads/shared/t/hv_refs.t
1584           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
1585           !> (integrate 109 files)
1586 ____________________________________________________________________________
1587 [ 12700] By: ams                                   on 2001/10/26  21:22:23
1588         Log: Subject: [PATCH] tweak divide
1589              From: Nicholas Clark <nick@ccl4.org>
1590              Date: Fri, 26 Oct 2001 22:52:17 +0100
1591              Message-Id: <20011026225217.B20275@plum.flirble.org>
1592      Branch: perl
1593            ! pp.c
1594 ____________________________________________________________________________
1595 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
1596         Log: Integrate a buncha things from maintperl.
1597      Branch: maint-5.6/macperl
1598           !> (integrate 32 files)
1599 ____________________________________________________________________________
1600 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
1601         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
1602              From: Andy Dougherty <doughera@lafayette.edu>
1603              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
1604              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
1605      Branch: perl
1606            ! hints/svr4.sh
1607 ____________________________________________________________________________
1608 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
1609         Log: When you're root, many things become writable.
1610      Branch: perl
1611            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
1612 ____________________________________________________________________________
1613 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
1614         Log: Update Changes.
1615      Branch: perl
1616            ! Changes patchlevel.h
1617 ____________________________________________________________________________
1618 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
1619         Log: Term/Cap.t attempts to access the floppy drive for no good reason
1620              on dosish systems
1621      Branch: perl
1622            ! lib/Term/Cap.t
1623 ____________________________________________________________________________
1624 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
1625         Log: fix misleading comment on known inadequacy in B::Terse, and skip
1626              it correctly
1627      Branch: perl
1628            ! ext/B/t/terse.t
1629 ____________________________________________________________________________
1630 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
1631         Log: fix spurious AutoSplit.t failure under windows
1632      Branch: perl
1633            ! lib/AutoSplit.t
1634 ____________________________________________________________________________
1635 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
1636         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
1637      Branch: perl
1638            ! ext/Time/HiRes/HiRes.t
1639 ____________________________________________________________________________
1640 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
1641         Log: More logical to use %04"UVXf" than %"UVuf" since
1642              the Unicode standard prefers hex.
1643      Branch: perl
1644            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
1645            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
1646            ! lib/unicore/mktables utf8.c
1647 ____________________________________________________________________________
1648 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
1649         Log: change#12065 seems to have broken Encode build on windows; fix
1650      Branch: perl
1651            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
1652 ____________________________________________________________________________
1653 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
1654         Log: Unicode: add the case folding table.
1655      Branch: perl
1656            + lib/unicore/To/Fold.pl
1657            ! MANIFEST lib/unicore/mktables
1658 ____________________________________________________________________________
1659 [ 12688] By: sky                                   on 2001/10/26  13:51:29
1660         Log: Get the new functions right, do not export lock since we use builtin lock.
1661              TODO: fix xsubpp to support the new prototypes
1662      Branch: perl
1663            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
1664 ____________________________________________________________________________
1665 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
1666         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
1667              as suggested by Sarathy.
1668      Branch: perl
1669            ! mg.c
1670 ____________________________________________________________________________
1671 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
1672         Log: avoid compiler warning
1673      Branch: perl
1674            ! win32/win32.c
1675 ____________________________________________________________________________
1676 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
1677         Log: WinCE update from Rainer Keuchel.
1678      Branch: perl
1679            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
1680            ! wince/wince.c
1681 ____________________________________________________________________________
1682 [ 12684] By: sky                                   on 2001/10/26  13:34:33
1683         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
1684      Branch: perl
1685            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
1686 ____________________________________________________________________________
1687 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
1688         Log: More fixes that were made to the core and not in the libnet src
1689      Branch: perl
1690            ! lib/Net/Domain.pm
1691 ____________________________________________________________________________
1692 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
1693         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
1694              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
1695              Date: Fri, 26 Oct 2001 13:55:21 +0200
1696              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
1697              
1698              (plus make the db-recno.t#59 accept both \n and \r\n)
1699      Branch: perl
1700            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
1701            ! ext/DB_File/t/db-recno.t
1702 ____________________________________________________________________________
1703 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
1704         Log: Fix tests to be able to run in the core and the CPAN dist
1705      Branch: perl
1706            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
1707            ! lib/Net/t/require.t lib/Net/t/smtp.t
1708 ____________________________________________________________________________
1709 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
1710         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
1711              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1712              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
1713              Date: Fri, 26 Oct 2001 08:34:46 EDT
1714      Branch: perl
1715            ! ext/Time/HiRes/HiRes.t
1716 ____________________________________________________________________________
1717 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
1718         Log: Sync libnet modules with what will be libnet-1.08
1719      Branch: perl
1720            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
1721            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
1722            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
1723            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
1724 ____________________________________________________________________________
1725 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
1726         Log: Integrate maintperl changes #12268 and #12669;
1727              
1728              final touches to the audit for statics and thread-unsafe code
1729              * make DB_File, ODBM_File thread-safe 
1730              * remove unnecessary/dangerous statics and protect others
1731              from not getting accidentally enabled under threaded perls
1732              
1733              windows support functions get_childdir() et al aren't exported
1734              correctly under vanilla build
1735              
1736              Testing under win32 appreciated since changes there had
1737              to be manually merged and I cannot test how badly did I do.
1738      Branch: perl
1739           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
1740           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
1741           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
1742           !> win32/vmem.h win32/win32.c win32/win32iop.h
1743 ____________________________________________________________________________
1744 [ 12677] By: sky                                   on 2001/10/26  12:37:17
1745         Log: More Config::threads to threads::threads changes
1746      Branch: perl
1747            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
1748 ____________________________________________________________________________
1749 [ 12676] By: sky                                   on 2001/10/26  12:31:46
1750         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
1751      Branch: perl
1752            ! ext/threads/threads.pm ext/threads/threads.xs
1753 ____________________________________________________________________________
1754 [ 12675] By: sky                                   on 2001/10/26  12:06:30
1755         Log: Allocing a TLS in runtime is not too hot.
1756      Branch: perl
1757            ! ext/threads/threads.xs
1758 ____________________________________________________________________________
1759 [ 12674] By: sky                                   on 2001/10/26  11:59:09
1760         Log: Don't display debug data.
1761      Branch: perl
1762            ! ext/threads/threads.pm
1763 ____________________________________________________________________________
1764 [ 12673] By: sky                                   on 2001/10/26  11:35:47
1765         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
1766              complete bar support for blessed objects.
1767              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
1768      Branch: perl
1769            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
1770 ____________________________________________________________________________
1771 [ 12672] By: sky                                   on 2001/10/26  11:15:28
1772         Log: Fix case where shared reference does not exist in current thread.
1773      Branch: perl
1774            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
1775 ____________________________________________________________________________
1776 [ 12671] By: sky                                   on 2001/10/26  08:48:52
1777         Log: Support for references in shared arrays.
1778      Branch: perl
1779            ! ext/threads/shared/shared.xs
1780 ____________________________________________________________________________
1781 [ 12670] By: sky                                   on 2001/10/26  08:30:11
1782         Log: Add tests for references in hashes.
1783      Branch: perl
1784            + ext/threads/shared/t/hv_refs.t
1785            ! MANIFEST
1786 ____________________________________________________________________________
1787 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
1788         Log: windows support functions get_childdir() et al aren't exported
1789              correctly under vanilla build
1790      Branch: maint-5.6/perl
1791            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
1792 ____________________________________________________________________________
1793 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
1794         Log: final touches to the audit for statics and thread-unsafe code
1795              * make DB_File, ODBM_File thread-safe 
1796              * remove unnecessary/dangerous statics and protect others
1797              from not getting accidentally enabled under threaded perls
1798      Branch: maint-5.6/perl
1799            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
1800            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
1801            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
1802            ! win32/win32.c
1803 ____________________________________________________________________________
1804 [ 12667] By: ams                                   on 2001/10/26  03:48:36
1805         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
1806              From: "Richard Soderberg" <rs@crystalflame.net>
1807              Date: Thu, 25 Oct 2001 23:42:50 -0400
1808              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
1809      Branch: perl
1810            ! sharedsv.c
1811 ____________________________________________________________________________
1812 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
1813         Log: Integrate change #12664 from maintperl;
1814              
1815              the newest GCCs don't seem to like C<"string1"##STRING2>
1816              so keep it as C<"string1" STRING2> (latter appears to
1817              work everywhere)
1818      Branch: perl
1819           !> ext/DynaLoader/dlutils.c
1820 ____________________________________________________________________________
1821 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
1822         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
1823              From: Chris Nandor <pudge@pobox.com>
1824              Date: Thu, 25 Oct 2001 22:15:03 -0400
1825              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
1826      Branch: perl
1827            ! perl.h
1828 ____________________________________________________________________________
1829 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
1830         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
1831              C<"string1" STRING2> (latter appears to work everywhere)
1832      Branch: maint-5.6/perl
1833            ! ext/DynaLoader/dlutils.c
1834 ____________________________________________________________________________
1835 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
1836         Log: AUTHORS update.
1837      Branch: perl
1838            ! AUTHORS
1839 ____________________________________________________________________________
1840 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
1841         Log: Integrate change #12660 from maintperl;
1842              
1843              make the dMY_CXT stuff available under all of
1844              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
1845      Branch: perl
1846           !> perl.h
1847 ____________________________________________________________________________
1848 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
1849         Log: Subject: [PATCH] DB_File-1.79
1850              From: "Paul Marquess" <paul.marquess@openwave.com>
1851              Date: Fri, 26 Oct 2001 00:03:54 +0100
1852              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
1853      Branch: perl
1854            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
1855            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
1856 ____________________________________________________________________________
1857 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
1858         Log: make the dMY_CXT stuff available under all of
1859              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
1860      Branch: maint-5.6/perl
1861            ! perl.h
1862 ____________________________________________________________________________
1863 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
1864         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
1865              From: Michael G Schwern <schwern@pobox.com>
1866              Date: Thu, 25 Oct 2001 18:28:12 -0400
1867              Message-ID: <20011025182812.M4811@blackrider>
1868      Branch: perl
1869            ! t/run/kill_perl.t
1870 ____________________________________________________________________________
1871 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
1872         Log: STRLEN != int.
1873      Branch: perl
1874            ! regcomp.c regexec.c
1875 ____________________________________________________________________________
1876 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
1877         Log: Subject: [PATCH] remove small IVop redundancy
1878              From: Nicholas Clark <nick@ccl4.org>
1879              Date: Thu, 25 Oct 2001 22:48:28 +0100
1880              Message-ID: <20011025224827.M66471@plum.flirble.org>
1881      Branch: perl
1882            ! pp.c pp_hot.c
1883 ____________________________________________________________________________
1884 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
1885         Log: Metaconfig unit change for #12655.
1886      Branch: metaconfig/U/perl
1887            ! Extensions.U
1888 ____________________________________________________________________________
1889 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
1890         Log: Subject: Re: Not OK @12650
1891              From: Andy Dougherty <doughera@lafayette.edu>
1892              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
1893              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
1894      Branch: perl
1895            ! Configure
1896 ____________________________________________________________________________
1897 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
1898         Log: Integrate changes #12652 and #12653 from maintperl;
1899              
1900              more tweaks to change#12626
1901              * move the boilerplate code over to perl.h and make DynaLoader
1902              use it
1903              * make re, Opcode, File::Glob and B threadsafe
1904              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
1905              C<no re;> anywhere)
1906              
1907              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
1908              
1909              File::Glob required a bit more work in bleadperl
1910              because of ExtUtils::Constant (see the Makefile.PL change)
1911      Branch: perl
1912            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
1913           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
1914           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
1915 ____________________________________________________________________________
1916 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
1917         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
1918      Branch: maint-5.6/perl
1919            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
1920            ! ext/Opcode/Opcode.xs ext/re/re.xs
1921 ____________________________________________________________________________
1922 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
1923         Log: more tweaks to change#12626
1924              * move the boilerplate code over to perl.h and make DynaLoader
1925              use it
1926              * make re, Opcode, File::Glob and B threadsafe
1927              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
1928              C<no re;> anywhere)
1929      Branch: maint-5.6/perl
1930            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
1931            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
1932 ____________________________________________________________________________
1933 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
1934         Log: Metaconfig unit change for #12650.
1935      Branch: metaconfig/U/perl
1936            ! Extensions.U
1937 ____________________________________________________________________________
1938 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
1939         Log: Subject: Re: ithreads doesn't like usedl=n
1940              From: Andy Dougherty <doughera@lafayette.edu>
1941              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
1942              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
1943              
1944              Special-case threads::shared.
1945      Branch: perl
1946            ! Configure
1947 ____________________________________________________________________________
1948 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
1949         Log: Getting fancier...
1950      Branch: perl
1951            ! t/TEST
1952 ____________________________________________________________________________
1953 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
1954         Log: csh - what a pain.
1955      Branch: perl
1956            ! t/TEST
1957 ____________________________________________________________________________
1958 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
1959         Log: Update Changes.
1960      Branch: perl
1961            ! Changes patchlevel.h
1962 ____________________________________________________________________________
1963 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
1964         Log: Allow resetting the locale system for the duration
1965              of the build (Mac OS X default setting LANG=En_US
1966              ist kaputt)
1967      Branch: perl
1968            ! Makefile.SH
1969 ____________________________________________________________________________
1970 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
1971         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
1972      Branch: perl
1973            ! ext/Digest/MD5/t/files.t
1974 ____________________________________________________________________________
1975 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
1976         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
1977              From: Andy Dougherty <doughera@lafayette.edu>
1978              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
1979              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
1980      Branch: perl
1981            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
1982            ! ext/threads/shared/Makefile.PL
1983 ____________________________________________________________________________
1984 [ 12643] By: sky                                   on 2001/10/25  12:28:26
1985         Log: Add support for reference members of hashes.
1986      Branch: perl
1987            ! ext/threads/shared/shared.xs
1988 ____________________________________________________________________________
1989 [ 12642] By: ams                                   on 2001/10/25  12:21:13
1990         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
1991              From: "Norton Allen" <nort@qnx.com>
1992              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
1993              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
1994      Branch: perl
1995            ! ext/Digest/MD5/MD5.xs
1996 ____________________________________________________________________________
1997 [ 12641] By: sky                                   on 2001/10/25  10:27:39
1998         Log: Tests shared hashes.
1999      Branch: perl
2000            + ext/threads/shared/t/hv_simple.t
2001            ! MANIFEST
2002 ____________________________________________________________________________
2003 [ 12640] By: sky                                   on 2001/10/25  10:18:23
2004         Log: Fix threadcounts for arrays and hashes.
2005      Branch: perl
2006            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
2007 ____________________________________________________________________________
2008 [ 12639] By: sky                                   on 2001/10/25  10:17:26
2009         Log: Note to self, doing *src_ary++ in a macro that evaluates
2010              the value more than once is a good way to dump core.
2011      Branch: perl
2012            ! sharedsv.c
2013 ____________________________________________________________________________
2014 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
2015         Log: Integrate change #12636 from maintperl; more dl fixups.
2016      Branch: perl
2017           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
2018           !> ext/DynaLoader/dl_vms.xs
2019 ____________________________________________________________________________
2020 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
2021         Log: Like dl_hpux, like dl_dld.
2022      Branch: perl
2023            ! ext/DynaLoader/dl_dld.xs
2024 ____________________________________________________________________________
2025 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
2026         Log: followups to change#12635
2027      Branch: maint-5.6/perl
2028            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
2029            ! ext/DynaLoader/dl_vms.xs
2030 ____________________________________________________________________________
2031 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
2032         Log: add part of change#12634 to the two files that need it; dl_aix.xs
2033              in maint-5.6 doesn't have the branch that had the problem in
2034              mainline
2035      Branch: maint-5.6/perl
2036            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
2037 ____________________________________________________________________________
2038 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
2039         Log: Fixes for #12627.
2040      Branch: perl
2041            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
2042 ____________________________________________________________________________
2043 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
2044         Log: Since pv_uni_display and sv_uni_display are now used
2045              in the re extension, their symbols have to be exported.
2046      Branch: perl
2047            ! embed.pl global.sym
2048 ____________________________________________________________________________
2049 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
2050         Log: Subject:  Re: [PATCH Perl@12567] debug /list
2051              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2052              Date: Tue, 23 Oct 2001 21:40:33 EDT
2053              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
2054      Branch: perl
2055            ! configure.com
2056 ____________________________________________________________________________
2057 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
2058         Log: This takes care of some of the re 'debug' cases but
2059              not all cases since the information whether the pattern
2060              or the target are utf8 seems to be either lost or not
2061              spread widely enough, sigh.
2062      Branch: perl
2063            ! regcomp.c
2064 ____________________________________________________________________________
2065 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
2066         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
2067              From: John Peacock <jpeacock@rowman.com>
2068              Date: Wed, 24 Oct 2001 16:53:29 -0400
2069              Message-ID: <3BD72A49.1508D152@rowman.com>
2070      Branch: perl
2071            ! configure.com
2072 ____________________________________________________________________________
2073 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
2074         Log: Upgrade NetWare and WinCE as in #12626.
2075      Branch: perl
2076            ! NetWare/dl_netware.xs wince/dl_win32.xs
2077 ____________________________________________________________________________
2078 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
2079         Log: Tru64 compiler nit.
2080      Branch: perl
2081            ! ext/threads/shared/shared.xs
2082 ____________________________________________________________________________
2083 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
2084         Log: Integrate change #12626 from maintperl;
2085              make DynaLoader threadsafe by moving all statics into
2086              interpreter-local space
2087              
2088              TODO: Netware, OS/2, WinCE
2089      Branch: perl
2090           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
2091           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
2092           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
2093           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
2094           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
2095           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
2096           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
2097 ____________________________________________________________________________
2098 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
2099         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
2100              space
2101      Branch: maint-5.6/perl
2102            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
2103            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
2104            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
2105            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
2106            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
2107            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
2108            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
2109 ____________________________________________________________________________
2110 [ 12625] By: sky                                   on 2001/10/24  20:05:26
2111         Log: Change #12623 inflicted an infinite hang. Fixed.
2112      Branch: perl
2113            ! ext/threads/shared/shared.xs
2114 ____________________________________________________________________________
2115 [ 12624] By: sky                                   on 2001/10/24  19:06:55
2116         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
2117      Branch: perl
2118            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
2119 ____________________________________________________________________________
2120 [ 12623] By: sky                                   on 2001/10/24  18:06:34
2121         Log: We need to do sharedsv_find in the original perl context.
2122      Branch: perl
2123            ! ext/threads/shared/shared.xs
2124 ____________________________________________________________________________
2125 [ 12622] By: sky                                   on 2001/10/24  17:26:51
2126         Log: Add support for basic support for AVs, references not supported yet.
2127              Add test for AVs.
2128              Add more tests to sv_refs
2129              Fix documentation issues.  
2130      Branch: perl
2131            + ext/threads/shared/t/av_simple.t
2132            ! MANIFEST ext/threads/shared/shared.pm
2133            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
2134 ____________________________________________________________________________
2135 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
2136         Log: Dump Unicode better for re 'debug'.  The regprop()
2137              is unfinished since have to figure out how to detect
2138              Unicodeness in there.
2139      Branch: perl
2140            ! regcomp.c regexec.c
2141 ____________________________________________________________________________
2142 [ 12620] By: sky                                   on 2001/10/24  13:18:07
2143         Log: Add support for finding shared arrays and hashes.
2144      Branch: perl
2145            ! sharedsv.c
2146 ____________________________________________________________________________
2147 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
2148         Log: Rewrite sv_uni_display() as pv_uni_display() as
2149              reimplement sv_uni_display() using that.
2150      Branch: perl
2151            ! dump.c embed.h embed.pl proto.h
2152 ____________________________________________________________________________
2153 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
2154         Log: Integrate change #12615 from maintperl;
2155              on Windows, IO::File::new_tmpfile() fails after being called
2156              32767 times because MSVCRT thinks stdio's TMP_MAX is a
2157              process-wide limit
2158      Branch: perl
2159           !> win32/win32.c
2160 ____________________________________________________________________________
2161 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
2162         Log: Don't try to print ints as IVs.
2163      Branch: perl
2164            ! ext/Time/HiRes/HiRes.xs
2165 ____________________________________________________________________________
2166 [ 12616] By: sky                                   on 2001/10/24  11:06:35
2167         Log: We only need to fetch the SV from the backend if the index
2168              is not the same as mg_private.     In theory this could be
2169              a problem if there are an exact multiple of U16 changes
2170              of a shared variable between two access in a given thread,
2171              we choose to avoid theory for now.
2172      Branch: perl
2173            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
2174 ____________________________________________________________________________
2175 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
2176         Log: on Windows, IO::File::new_tmpfile() fails after being called
2177              32767 times because MSVCRT thinks stdio's TMP_MAX is a
2178              process-wide limit
2179      Branch: maint-5.6/perl
2180            ! win32/win32.c
2181 ____________________________________________________________________________
2182 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
2183         Log: Negation and Unicode: sort of solves 20010303.010,
2184              except not quite like reported in the Subject
2185              (Perl_warner is still utf8-ignorant).
2186      Branch: perl
2187            ! pp.c t/lib/warnings/sv
2188 ____________________________________________________________________________
2189 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
2190         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
2191      Branch: perl
2192            ! sv.c t/lib/warnings/sv
2193 ____________________________________________________________________________
2194 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
2195         Log: sv_uni_display(): do not add the "...", let the caller
2196              do it if wanted, and be prepared for more display options.
2197      Branch: perl
2198            ! dump.c embed.h embed.pl proto.h
2199 ____________________________________________________________________________
2200 [ 12611] By: nick                                  on 2001/10/23  20:28:07
2201         Log: Integrate mainline
2202      Branch: perlio
2203           !> Changes configure.com cygwin/cygwin.c
2204           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
2205           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
2206           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
2207           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
2208           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
2209           !> utils/h2xs.PL utils/perldoc.PL
2210 ____________________________________________________________________________
2211 [ 12610] By: sky                                   on 2001/10/23  19:39:24
2212         Log: Change #12607 introduced a bug, seems like some MAGICAL svs don't call themselves
2213              READONLY but still dies with modification attempt. We only call bless for ext and
2214              umagic.
2215      Branch: perl
2216            ! sv.c
2217 ____________________________________________________________________________
2218 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
2219         Log: Croak() on negative time; doc tweaks.
2220      Branch: perl
2221            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
2222            ! ext/Time/HiRes/HiRes.xs
2223 ____________________________________________________________________________
2224 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
2225         Log: FAQ sync.
2226      Branch: perl
2227            ! pod/perlfaq4.pod pod/perlfaq7.pod
2228 ____________________________________________________________________________
2229 [ 12607] By: sky                                   on 2001/10/23  18:27:27
2230         Log: Call setmagic on the referant we blessing!
2231      Branch: perl
2232            ! sv.c
2233 ____________________________________________________________________________
2234 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
2235         Log: Small test nits.
2236      Branch: perl
2237            ! t/op/lc.t
2238 ____________________________________________________________________________
2239 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
2240         Log: Update Changes.
2241      Branch: perl
2242            ! Changes patchlevel.h
2243 ____________________________________________________________________________
2244 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
2245         Log: Make the PerlIO_init() prototypes consistent.
2246      Branch: perl
2247            ! perlio.c
2248 ____________________________________________________________________________
2249 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
2250         Log: Upping the test count is a good idea.
2251      Branch: perl
2252            ! t/op/lc.t
2253 ____________________________________________________________________________
2254 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
2255         Log: Document the final sigma spot.
2256      Branch: perl
2257            ! pp.c
2258 ____________________________________________________________________________
2259 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
2260         Log: Fix multicharacter titlecase (ucfirst).
2261      Branch: perl
2262            ! pod/perlunicode.pod pp.c t/op/lc.t
2263 ____________________________________________________________________________
2264 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
2265         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
2266              From: Mikhail Zabaluev <mhz@alt-linux.org>
2267              Date: Tue, 23 Oct 2001 10:40:37 +0400
2268              Message-ID: <20011023104037.A12761@localhost.localdomain>
2269              
2270              (#12406 replaced with this)
2271      Branch: perl
2272            ! utils/perldoc.PL
2273 ____________________________________________________________________________
2274 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
2275         Log: MacOS Classic updates from Pudge.
2276      Branch: perl
2277            ! lib/File/Spec.t lib/File/Spec/Mac.pm
2278 ____________________________________________________________________________
2279 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
2280         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
2281              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
2282              Date: Sun, 14 Oct 2001 23:14:46 +0200
2283              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
2284              
2285              except for the 2->4 changes.
2286      Branch: perl
2287            ! lib/AutoSplit.t
2288 ____________________________________________________________________________
2289 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
2290         Log: integrate macperl contents into maint-5.6
2291      Branch: maint-5.6/perl
2292            ! mg.c
2293           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
2294           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
2295           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
2296           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
2297           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
2298           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
2299           !> t/lib/filefind.t t/lib/filespec.t
2300 ____________________________________________________________________________
2301 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
2302         Log: At some point the #6234 has been lost from the mainline
2303              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
2304      Branch: perl
2305            ! lib/File/Spec/Win32.pm
2306 ____________________________________________________________________________
2307 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
2308         Log: Cygwin seems to round up (or closest, but not down)
2309              for time(), so half of the time (bad pun intended)
2310              Time::HiRes::time() is less than time(), half of
2311              the time it's more.  So let's try harder in the loop.
2312      Branch: perl
2313            ! ext/Time/HiRes/HiRes.t
2314 ____________________________________________________________________________
2315 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
2316         Log: MacOS Classic timeofday(), from Chris Nandor. 
2317      Branch: perl
2318            ! ext/Time/HiRes/HiRes.xs
2319 ____________________________________________________________________________
2320 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
2321         Log: Integrate changes #12580 and #12581 from macperl;
2322              
2323              Fix path construction.
2324              
2325              (Copyright) Nit.
2326      Branch: perl
2327           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
2328 ____________________________________________________________________________
2329 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
2330         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
2331              doesn't seem to help (the error being output to console, maybe?)
2332      Branch: perl
2333            ! lib/Net/Domain.pm
2334 ____________________________________________________________________________
2335 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
2336         Log: Taint the getcwd() result also in Cygwin.
2337              (TODO: which other platforms need the same thing?)
2338      Branch: perl
2339            ! cygwin/cygwin.c
2340 ____________________________________________________________________________
2341 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
2342         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
2343      Branch: perl
2344            ! t/op/taint.t
2345 ____________________________________________________________________________
2346 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
2347         Log: getpwuid() fragility continues.
2348      Branch: perl
2349            ! utils/h2xs.PL
2350 ____________________________________________________________________________
2351 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
2352         Log: getpwuid() might succeed but that's no guarantee
2353              that the $home will be defined.
2354      Branch: perl
2355            ! ext/File/Glob/t/basic.t
2356 ____________________________________________________________________________
2357 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
2358         Log: It's safer to to expand the variable, too... (see #12571)
2359      Branch: perl
2360            ! t/TEST
2361 ____________________________________________________________________________
2362 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
2363         Log: Integrate with maintperl.
2364      Branch: maint-5.6/macperl
2365           !> win32/bin/pl2bat.pl win32/win32.c
2366 ____________________________________________________________________________
2367 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
2368         Log: Oops, forgot to include Win32 ... just as well, since it
2369              seems in bleadperl, change #7764 was not included
2370              (adding C:\temp).  Re-added.  Rip it back out if it
2371              doesn't belong.  :-)
2372      Branch: maint-5.6/macperl
2373            ! lib/File/Spec/Win32.pm
2374 ____________________________________________________________________________
2375 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
2376         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
2377              From: "Craig A. Berry" <craigberry@mac.com>
2378              Date: Mon, 22 Oct 2001 15:25:19 -0500
2379              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
2380      Branch: perl
2381            ! configure.com
2382 ____________________________________________________________________________
2383 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
2384         Log: Add in lots of File::Spec changes, from Thomas Wegner,
2385              and sync with changes from bleadperl.
2386      Branch: maint-5.6/macperl
2387            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
2388            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
2389            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
2390            ! lib/File/Spec/Win32.pm t/lib/filespec.t
2391 ____________________________________________________________________________
2392 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
2393         Log: Sync with latest File::Find and tests from bleadperl.
2394      Branch: maint-5.6/macperl
2395            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
2396 ____________________________________________________________________________
2397 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
2398         Log: Nit.
2399      Branch: maint-5.6/macperl
2400            ! perl.c
2401 ____________________________________________________________________________
2402 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
2403         Log: Fix path construction.
2404      Branch: maint-5.6/macperl
2405            ! ext/DynaLoader/DynaLoader_pm.PL
2406 ____________________________________________________________________________
2407 [ 12579] By: nick                                  on 2001/10/22  19:08:35
2408         Log: Integrate mainline (for Arthurs thread.xs fix)
2409      Branch: perlio
2410           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
2411 ____________________________________________________________________________
2412 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
2413         Log: Fix up exported symbols, move relevant docs
2414              over from macperl.pod.
2415      Branch: maint-5.6/macperl
2416            ! macos/ext/MacPerl/MacPerl.pm
2417 ____________________________________________________________________________
2418 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
2419         Log: Make ADDRESS called optionally as a method.
2420      Branch: maint-5.6/macperl
2421            ! macos/lib/Mac/Glue.pm
2422 ____________________________________________________________________________
2423 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
2424         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
2425              Apple event.
2426      Branch: maint-5.6/macperl
2427            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
2428            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
2429            ! macos/macperl/MPTerminology.aete
2430 ____________________________________________________________________________
2431 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
2432         Log: Clean up some build utilities. Change Entab to Duplicate;
2433              fix docs and error reporting; improve macify() of paths;
2434              remove requirement for Exporter.pm presence.
2435      Branch: maint-5.6/macperl
2436            ! macos/InstallBLIB macos/MacPerlTests.cmd
2437            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
2438 ____________________________________________________________________________
2439 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
2440         Log: Sync Time::HiRes with bleadperl
2441      Branch: maint-5.6/macperl
2442            ! macos/bundled_ext/Time/HiRes/HiRes.pm
2443            ! macos/bundled_ext/Time/HiRes/HiRes.t
2444            ! macos/bundled_ext/Time/HiRes/HiRes.xs
2445 ____________________________________________________________________________
2446 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
2447         Log: Fix up Changes
2448      Branch: maint-5.6/macperl
2449            ! macos/Changes
2450 ____________________________________________________________________________
2451 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
2452         Log: A user might belong to only a single group
2453              (the group equal to the group id).
2454      Branch: perl
2455            ! t/op/groups.t
2456 ____________________________________________________________________________
2457 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
2458         Log: Prepending (instead of replacing with) the pwd is safer. 
2459      Branch: perl
2460            ! t/TEST
2461 ____________________________________________________________________________
2462 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
2463         Log: Be more robust if no hostname or domainname
2464              (especially the latter)
2465      Branch: perl
2466            ! lib/Net/Domain.pm
2467 ____________________________________________________________________________
2468 [ 12569] By: sky                                   on 2001/10/22  17:41:07
2469         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
2470      Branch: perl
2471            ! ext/threads/threads.xs
2472 ____________________________________________________________________________
2473 [ 12568] By: nick                                  on 2001/10/22  16:31:24
2474         Log: Integrate mainline
2475      Branch: perlio
2476           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
2477           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
2478           +> ext/threads/shared/t/sv_refs.t
2479           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
2480            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
2481            - lib/unicore/To/SpecUpper.pl
2482           !> (integrate 42 files)
2483 ____________________________________________________________________________
2484 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
2485         Log: Update Changes.
2486      Branch: perl
2487            ! Changes patchlevel.h
2488 ____________________________________________________________________________
2489 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
2490         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
2491              From: Michael G Schwern <schwern@pobox.com>
2492              Date: Mon, 22 Oct 2001 03:48:38 -0400
2493              Message-ID: <20011022034838.B1676@blackrider>
2494      Branch: perl
2495            ! pod/perlvar.pod
2496 ____________________________________________________________________________
2497 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
2498         Log: Pod nits, as suggested by Stas Bekman.
2499      Branch: perl
2500            ! ext/threads/shared/shared.pm ext/threads/threads.pm
2501 ____________________________________________________________________________
2502 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
2503         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
2504              From: "Paul Marquess" <paul.marquess@openwave.com> 
2505              Date: Sun, 21 Oct 2001 21:11:15 +0100
2506              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
2507      Branch: perl
2508            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
2509            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
2510            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
2511            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
2512            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
2513            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
2514            ! ext/SDBM_File/sdbm.t
2515 ____________________________________________________________________________
2516 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
2517         Log: Integrate change #12559 from maintperl;
2518              various fixes for system() and backticks under windows
2519      Branch: perl
2520           !> win32/win32.c
2521 ____________________________________________________________________________
2522 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
2523         Log: Integrate change #12560 from maintperl;
2524              make pl2bat use %0 rather than "%0" (the latter fails to work
2525              in a lot of common cases)
2526      Branch: perl
2527           !> win32/bin/pl2bat.pl
2528 ____________________________________________________________________________
2529 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
2530         Log: Integrate changes #12549 and #12550 from maintperl;
2531              
2532              readline() doesn't work with our variables; it confuses them with
2533              my variables (change#4227 was incomplete)
2534      Branch: perl
2535            ! t/lib/strict/vars
2536           !> t/base/rs.t toke.c
2537 ____________________________________________________________________________
2538 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
2539         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
2540              in a lot of common cases)
2541      Branch: maint-5.6/perl
2542            ! win32/bin/pl2bat.pl
2543 ____________________________________________________________________________
2544 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
2545         Log: various fixes for system() and backticks under windows:
2546              
2547              * avoid munging whitespace that is passed within quotes
2548              * work around a cmd.exe misfeature that made multi-arg
2549              system() unreliable when there is more than one quoted
2550              argument
2551              * make multi-arg system() autoquote arguments as needed
2552              before passing them to the shell (this avoids having to
2553              second guess the shell quoting)
2554              * perl's -Dp switch can be used to trace the innards
2555      Branch: maint-5.6/perl
2556            ! win32/win32.c
2557 ____________________________________________________________________________
2558 [ 12558] By: nick                                  on 2001/10/22  08:58:42
2559         Log: Integrate ithreads buffer flush fix from perlio
2560      Branch: perl
2561           !> ext/threads/t/basic.t perl.c
2562 ____________________________________________________________________________
2563 [ 12557] By: nick                                  on 2001/10/22  08:35:09
2564         Log: All tests pass (legitimately) on ithreads
2565      Branch: perlio
2566            ! ext/threads/t/basic.t perl.c
2567 ____________________________________________________________________________
2568 [ 12556] By: nick                                  on 2001/10/22  06:51:22
2569         Log: Integrate non-ithreads fix to mainline
2570      Branch: perl
2571           !> perlio.c
2572 ____________________________________________________________________________
2573 [ 12555] By: nick                                  on 2001/10/22  06:48:33
2574         Log: Restore non-ithreads build. Interestingly binmode test passes
2575              non-ithreads - so crlf layer is not damaged and ithreads fail
2576              is a symptom ...
2577      Branch: perlio
2578            ! perlio.c
2579 ____________________________________________________________________________
2580 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
2581         Log: Integrate from perlio; restructuring.
2582      Branch: perl
2583           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
2584           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
2585           !> win32/perlhost.h
2586 ____________________________________________________________________________
2587 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
2588         Log: Integrate from maintperl
2589              (Changes 12350, 12496, 12548, 12549, 12550)
2590      Branch: maint-5.6/macperl
2591           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
2592           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
2593 ____________________________________________________________________________
2594 [ 12552] By: nick                                  on 2001/10/21  19:18:12
2595         Log: Win32 PerlIO_cleanup special cases should no longer be required.
2596      Branch: perlio
2597            ! perl.c
2598 ____________________________________________________________________________
2599 [ 12551] By: nick                                  on 2001/10/21  19:16:56
2600         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
2601      Branch: perlio
2602            ! win32/makefile.mk
2603 ____________________________________________________________________________
2604 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
2605         Log: change#12549 wasn't aware of strictures
2606      Branch: maint-5.6/perl
2607            ! t/pragma/strict-vars toke.c
2608 ____________________________________________________________________________
2609 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
2610         Log: readline() doesn't work with our variables; it confuses them with
2611              my variables (change#4227 was incomplete)
2612      Branch: maint-5.6/perl
2613            ! t/base/rs.t toke.c
2614 ____________________________________________________________________________
2615 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
2616         Log: change#12220 appears to have pulled in a mainline change that
2617              isn't applicable to maint-5.6 (some platforms don't taint
2618              cwd)
2619      Branch: maint-5.6/perl
2620            ! t/lib/filefind-taint.t
2621 ____________________________________________________________________________
2622 [ 12547] By: nick                                  on 2001/10/21  17:15:54
2623         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
2624              for them. Call explicit cleanup during destruct process.
2625              - one binmode test is failing
2626              - also ext/threads/t/basic.t fails under make test, and is noisy under
2627              harness. (Threads results are intermingled and don't match order expected.)
2628      Branch: perlio
2629            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
2630            ! perlio.h perliol.h pod/perlapi.pod sv.c
2631 ____________________________________________________________________________
2632 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
2633         Log: Implement multicharacter case mappings where a single
2634              Unicode character can be mapped into several.
2635      Branch: perl
2636            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
2637            - lib/unicore/To/SpecUpper.pl
2638            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
2639            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
2640            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
2641            ! proto.h t/op/lc.t utf8.c
2642 ____________________________________________________________________________
2643 [ 12545] By: sky                                   on 2001/10/21  15:25:16
2644         Log: First support of threads::shared, support shared svs and references.
2645      Branch: perl
2646            + ext/threads/shared/Makefile.PL ext/threads/shared/README
2647            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
2648            + ext/threads/shared/t/sv_refs.t
2649            + ext/threads/shared/t/sv_simple.t
2650            ! MANIFEST sharedsv.c
2651 ____________________________________________________________________________
2652 [ 12544] By: nick                                  on 2001/10/21  14:52:35
2653         Log: PerlIO layer table as PL_perlio (per-interpreter)
2654      Branch: perlio
2655            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
2656            ! pod/perlapi.pod sv.c
2657 ____________________________________________________________________________
2658 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
2659         Log: Prettyprinting.
2660      Branch: perl
2661            ! pod/perlunicode.pod
2662 ____________________________________________________________________________
2663 [ 12542] By: ams                                   on 2001/10/21  03:50:25
2664         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
2665              From: "Sean M. Burke" <sburke@cpan.org>
2666              Date: Sat, 20 Oct 2001 17:51:09 -0600
2667              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
2668      Branch: perl
2669            + pod/perlpodspec.pod
2670            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
2671            ! pod/perltoc.pod
2672 ____________________________________________________________________________
2673 [ 12541] By: nick                                  on 2001/10/20  22:23:53
2674         Log: Fix typos in new locking on MemShared
2675              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
2676              - seems to make segfaults more deterministic - suspect they are 
2677              attempt to free() after Interp and Host have gone.
2678      Branch: perlio
2679            ! perlio.c win32/perlhost.h
2680 ____________________________________________________________________________
2681 [ 12540] By: nick                                  on 2001/10/20  21:50:46
2682         Log: Remove the MemShared re-#define (again)
2683      Branch: perlio
2684            ! perlio.c
2685 ____________________________________________________________________________
2686 [ 12539] By: nick                                  on 2001/10/20  21:49:06
2687         Log: Use locks on MemShared
2688      Branch: perlio
2689            ! win32/perlhost.h
2690 ____________________________________________________________________________
2691 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
2692         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
2693              From: "chromatic" <chromatic@rmci.net>
2694              Date: Sat, 20 Oct 2001 11:13:47 -0600
2695              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
2696      Branch: perl
2697            ! installhtml
2698 ____________________________________________________________________________
2699 [ 12537] By: nick                                  on 2001/10/20  16:44:03
2700         Log: Integrate mainline
2701      Branch: perlio
2702           !> (integrate 48 files)
2703 ____________________________________________________________________________
2704 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
2705         Log: Update Changes.
2706      Branch: perl
2707            ! Changes patchlevel.h
2708 ____________________________________________________________________________
2709 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
2710         Log: Upgrade to podlators 1.11, from Russ Allbery.
2711      Branch: perl
2712            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
2713            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
2714            ! pod/pod2man.PL pod/pod2text.PL
2715 ____________________________________________________________________________
2716 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
2717         Log: Integrate perlio change #12532:
2718              introduce and use PerlIO_intmod2str().
2719      Branch: perl
2720           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
2721 ____________________________________________________________________________
2722 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
2723         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
2724      Branch: perl
2725            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
2726 ____________________________________________________________________________
2727 [ 12532] By: nick                                  on 2001/10/20  14:25:37
2728         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
2729              Use for non-PERLIO fdupopen().
2730      Branch: perlio
2731            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
2732 ____________________________________________________________________________
2733 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
2734         Log: Integrate perlio: PerlIO win32 fixes.
2735      Branch: perl
2736           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
2737           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
2738           !> proto.h sv.h win32/win32io.c
2739 ____________________________________________________________________________
2740 [ 12530] By: nick                                  on 2001/10/20  12:53:30
2741         Log: Fixed in two places - p4 resolve
2742      Branch: perlio
2743            ! perlsdio.h
2744 ____________________________________________________________________________
2745 [ 12529] By: nick                                  on 2001/10/20  12:51:05
2746         Log: Fix for ithreads/stdio build
2747      Branch: perlio
2748            ! perlio.c perlsdio.h
2749 ____________________________________________________________________________
2750 [ 12528] By: ams                                   on 2001/10/20  12:13:25
2751         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
2752              From: Michael G Schwern <schwern@pobox.com>
2753              Date: Sat, 20 Oct 2001 01:41:21 -0400
2754              Message-Id: <20011020014121.I3681@blackrider>
2755      Branch: perl
2756            ! installman
2757 ____________________________________________________________________________
2758 [ 12527] By: ams                                   on 2001/10/20  12:09:41
2759         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
2760              From: Michael G Schwern <schwern@pobox.com>
2761              Date: Sat, 20 Oct 2001 02:04:21 -0400
2762              Message-Id: <20011020020421.A11732@blackrider>
2763      Branch: perl
2764            ! lib/Pod/Checker.pm
2765 ____________________________________________________________________________
2766 [ 12526] By: ams                                   on 2001/10/20  11:59:41
2767         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
2768              From: "chromatic" <chromatic@rmci.net>
2769              Date: Fri, 19 Oct 2001 22:46:39 -0600
2770              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
2771      Branch: perl
2772            ! lib/Net/Config.pm
2773 ____________________________________________________________________________
2774 [ 12525] By: nick                                  on 2001/10/20  11:16:18
2775         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
2776              Perl_sv_setsv_flags directly.
2777      Branch: perlio
2778            ! ext/threads/threads.xs
2779 ____________________________________________________________________________
2780 [ 12524] By: nick                                  on 2001/10/20  10:28:17
2781         Log: Add a new flag character 'm' to embed.pl set to represent
2782              "functions" which are really macros. Use it foe the troublesome
2783              sv_setsv() etc. macros in sv.h - changing latter to define
2784              sv_setsv rather than sv_setsv_macro etc.
2785      Branch: perlio
2786            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
2787            ! pod/perlapi.pod proto.h sv.h
2788 ____________________________________________________________________________
2789 [ 12523] By: nick                                  on 2001/10/20  09:17:17
2790         Log: Add comments explaining why win32.h/embed.h are included where they are
2791              in perl.h 
2792      Branch: perlio
2793            ! perl.h
2794 ____________________________________________________________________________
2795 [ 12522] By: nick                                  on 2001/10/20  08:27:44
2796         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
2797              being used yet.
2798      Branch: perlio
2799            ! win32/win32io.c
2800 ____________________________________________________________________________
2801 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
2802         Log: Wording tweaks.
2803      Branch: perl
2804            ! t/TEST
2805 ____________________________________________________________________________
2806 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
2807         Log: Subject: IO module with nonblocking socket connect patch 
2808              From: Raul Dias <raul@dias.com.br>
2809              Date: Fri, 19 Oct 2001 22:45:32 -0300
2810              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
2811      Branch: perl
2812            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
2813 ____________________________________________________________________________
2814 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
2815         Log: Test vertical whitespace combined with /x in \p{}.
2816      Branch: perl
2817            ! t/op/pat.t
2818 ____________________________________________________________________________
2819 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
2820         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
2821              From: Gisle Aas <gisle@ActiveState.com> 
2822              Date: 19 Oct 2001 16:46:02 -0700
2823              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
2824      Branch: perl
2825            ! lib/ExtUtils/MakeMaker.pm
2826 ____________________________________________________________________________
2827 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
2828         Log: No more this symbol.
2829      Branch: perl
2830            ! makedef.pl
2831 ____________________________________________________________________________
2832 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
2833         Log: Integrate change #12511; fix gross win32 build issues.
2834      Branch: perl
2835           !> makedef.pl sv.c
2836 ____________________________________________________________________________
2837 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
2838         Log: Unpack in scalar context should return the first value
2839              returned in list context, as pointed out by Ton Hospel
2840              in 2001-05-21 (this is how it works already in blead,
2841              just adding the test).
2842      Branch: perl
2843            ! t/op/pack.t
2844 ____________________________________________________________________________
2845 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
2846         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
2847              From: "Craig A. Berry" <craigberry@mac.com>
2848              Date: Fri, 19 Oct 2001 16:59:30 -0500
2849              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
2850      Branch: perl
2851            ! utils/perldoc.PL
2852 ____________________________________________________________________________
2853 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
2854         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
2855              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2856              Date: Fri, 19 Oct 2001 17:45:23 EDT
2857              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
2858      Branch: perl
2859            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
2860            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
2861            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
2862            ! vms/vmsish.h
2863 ____________________________________________________________________________
2864 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
2865         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
2866              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2867              Date: Fri, 19 Oct 2001 17:26:35 EDT
2868              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
2869      Branch: perl
2870            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
2871 ____________________________________________________________________________
2872 [ 12511] By: nick                                  on 2001/10/19  19:55:36
2873         Log: Fix gross win32 build issues
2874      Branch: perlio
2875            ! makedef.pl sv.c
2876 ____________________________________________________________________________
2877 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
2878         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
2879              From: David Dyck <dcd@tc.fluke.com>
2880              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
2881              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
2882      Branch: perl
2883            ! lib/File/Find.pm
2884 ____________________________________________________________________________
2885 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
2886         Log: Subject: Re: PerlIO and Encode
2887              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
2888              Date: Tue, 16 Oct 2001 01:50:16 +0900
2889              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
2890      Branch: perl
2891            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
2892            ! ext/Encode/Encode/Tcl.t
2893 ____________________________________________________________________________
2894 [ 12508] By: ams                                   on 2001/10/19  17:59:16
2895         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
2896              (See #12499)
2897      Branch: perl
2898            ! pod/perlintro.pod
2899 ____________________________________________________________________________
2900 [ 12507] By: nick                                  on 2001/10/19  16:30:43
2901         Log: Integrate mainline
2902      Branch: perlio
2903           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
2904           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
2905           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
2906           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
2907           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
2908           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
2909           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
2910           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
2911           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
2912           +> win32/config_H.win64
2913            - lib/Test/Utils.pm lib/unicore/mktables.PL
2914            - t/lib/Test/Simple/Catch/More.pm
2915           !> (integrate 84 files)
2916 ____________________________________________________________________________
2917 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
2918         Log: Retract the #10451 which seems to be the cause
2919              of the major leakage from while(){eval"sub{}"}
2920      Branch: perl
2921            ! op.c t/run/kill_perl.t
2922 ____________________________________________________________________________
2923 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
2924         Log: Regen toc.
2925      Branch: perl
2926            ! pod/perltoc.pod
2927 ____________________________________________________________________________
2928 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
2929         Log: Tiny tweaks.
2930      Branch: perl
2931            ! pod/perl.pod
2932 ____________________________________________________________________________
2933 [ 12503] By: ams                                   on 2001/10/19  13:34:24
2934         Log: Subject: Re: perlintro.pod
2935              From: Abe Timmerman <abe@ztreet.demon.nl>
2936              Date: Fri, 19 Oct 2001 14:12:40 +0200
2937              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
2938      Branch: perl
2939            ! pod/perlintro.pod
2940 ____________________________________________________________________________
2941 [ 12502] By: ams                                   on 2001/10/19  13:24:12
2942         Log: Slight reorganisation of references.
2943      Branch: perl
2944            ! pod/perl.pod
2945 ____________________________________________________________________________
2946 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
2947         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
2948              From: Kay Röpke <kroepke@dolphin-services.de>
2949              Date: Fri, 19 Oct 2001 14:04:01 +0200 
2950              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
2951      Branch: perl
2952            ! lib/ExtUtils/MakeMaker.pm
2953 ____________________________________________________________________________
2954 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
2955         Log: Unicode categories continue:
2956              implement Category=, Script=, Block=
2957              (these are based on an upcoming update of TR#18)
2958              Fix a bug where we got two In categories named "old italic",
2959              and another where shortcut for the Is categories wasn't taken.
2960      Branch: perl
2961            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
2962            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
2963            ! pod/perlunicode.pod t/op/pat.t
2964 ____________________________________________________________________________
2965 [ 12499] By: ams                                   on 2001/10/19  01:42:29
2966         Log: Subject: a small patch to perlintro.pod.
2967              From: Autrijus Tang <autrijus@autrijus.org>
2968              Date: Fri, 19 Oct 2001 01:45:51 +0800
2969              Message-Id: <20011019014551.A35625@not.autrijus.org>
2970              (Applied by hand with nits.)
2971      Branch: perl
2972            ! pod/perlintro.pod
2973 ____________________________________________________________________________
2974 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
2975         Log: Subject: [PATCH] OpenBSD hints for ithreads
2976              From: Andy Dougherty <doughera@lafayette.edu>
2977              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
2978              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
2979      Branch: perl
2980            ! hints/openbsd.sh
2981 ____________________________________________________________________________
2982 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
2983         Log: Retract #12446; the problem solved by #12474.
2984      Branch: perl
2985            ! hints/aix.sh
2986 ____________________________________________________________________________
2987 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
2988         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
2989              message and suppress line number info (from Steve Hay
2990              <Steve.Hay@uk.radan.com>)
2991      Branch: maint-5.6/perl
2992            ! lib/Carp/Heavy.pm
2993 ____________________________________________________________________________
2994 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
2995         Log: More documented In categories.
2996      Branch: perl
2997            ! pod/perlunicode.pod
2998 ____________________________________________________________________________
2999 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
3000         Log: Update Changes.
3001      Branch: perl
3002            ! Changes patchlevel.h
3003 ____________________________________________________________________________
3004 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
3005         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
3006      Branch: perl
3007            ! MANIFEST
3008 ____________________________________________________________________________
3009 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
3010         Log: Wrong skip() arguments.
3011      Branch: perl
3012            ! ext/B/t/terse.t
3013 ____________________________________________________________________________
3014 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
3015         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
3016              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3017              Date: Wed, 17 Oct 2001 09:10:53 EDT 
3018              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
3019      Branch: perl
3020            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
3021            ! pod/perlapi.pod vms/vms.c
3022 ____________________________________________________________________________
3023 [ 12490] By: ams                                   on 2001/10/18  09:31:00
3024         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
3025              From: Mark-Jason Dominus <mjd@plover.com>
3026              Date: Thu, 18 Oct 2001 06:25:35 -0400
3027              Message-Id: <20011018102535.19264.qmail@plover.com>
3028      Branch: perl
3029            ! pod/perl.pod
3030 ____________________________________________________________________________
3031 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
3032         Log: Prettyprinting.
3033      Branch: perl
3034            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
3035 ____________________________________________________________________________
3036 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
3037         Log: Regen toc.
3038      Branch: perl
3039            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
3040 ____________________________________________________________________________
3041 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
3042         Log: Add perlintro, from Skud.
3043      Branch: perl
3044            + pod/perlintro.pod
3045            ! MANIFEST
3046 ____________________________________________________________________________
3047 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
3048         Log: FAQ sync.
3049      Branch: perl
3050            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
3051            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
3052            ! pod/perlfaq8.pod pod/perlfaq9.pod
3053 ____________________________________________________________________________
3054 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
3055         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
3056              in speed (upto 20% speedup in certain operations) but meanwhile
3057              regexps and arithmetics got slower (5-10%) (according to
3058              perlbench average speedup is negligible, and within measuring
3059              flutter, 1%).  Therefore retracting all the changes
3060              aimed at getting -std1 to compile cleanly:  #12475, #12476,
3061              #12479, #12480, #12481, #12482, #12483, #12484.
3062      Branch: perl
3063            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
3064            ! pp_hot.c pp_sys.c toke.c
3065 ____________________________________________________________________________
3066 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
3067         Log: (retracted by #12485)
3068              Strict ANSI doesn't like the third argument of main()
3069              so enable ignoring it if using ultra picky compiler.
3070      Branch: perl
3071            ! miniperlmain.c
3072 ____________________________________________________________________________
3073 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
3074         Log: (retracted by #12485)
3075              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
3076      Branch: perl
3077            ! perl.h
3078 ____________________________________________________________________________
3079 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
3080         Log: (retracted by #12485)
3081              Add explanatory comment.
3082      Branch: perl
3083            ! mg.c
3084 ____________________________________________________________________________
3085 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
3086         Log: (retracted by #12485)
3087              More dollar$hiding.
3088      Branch: perl
3089            ! doio.c perl.h pp_sys.c
3090 ____________________________________________________________________________
3091 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
3092         Log: (retracted by #12485)
3093              KISS.
3094      Branch: perl
3095            ! mg.c
3096 ____________________________________________________________________________
3097 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
3098         Log: (retracted by #12485)
3099              Thou shalt not #ifdef inside macro invocations,
3100              noticed by Rafael Garcia-Suarez.
3101      Branch: perl
3102            ! mg.c
3103 ____________________________________________________________________________
3104 [ 12478] By: ams                                   on 2001/10/17  18:50:55
3105         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
3106              From: Anton Berezin <tobez@tobez.org>
3107              Date: Wed, 17 Oct 2001 18:25:48 +0200
3108              Message-Id: <20011017182548.A12082@heechee.tobez.org>
3109      Branch: perl
3110            ! pp_sys.c
3111 ____________________________________________________________________________
3112 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
3113         Log: (retracted by #12485)
3114              Unterminated #ifdef.
3115      Branch: perl
3116            ! mg.c
3117 ____________________________________________________________________________
3118 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
3119         Log: (retracted by #12485)
3120              Avoid dollar signs in identifiers (in non-VMS) to
3121              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
3122      Branch: perl
3123            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
3124            ! toke.c
3125 ____________________________________________________________________________
3126 [ 12474] By: ams                                   on 2001/10/17  15:14:50
3127         Log: Subject: Two AIX patches
3128              From: H.Merijn Brand <h.m.brand@hccnet.nl>
3129              Date: Wed, 17 Oct 2001 18:04:35 +0200
3130              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
3131      Branch: perl
3132            ! hints/aix.sh makedef.pl
3133 ____________________________________________________________________________
3134 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
3135         Log: Limiting the Time::HiRes::sleep and usleep to
3136              one second is not a good policy if drop-in
3137              replacement is still a goal.
3138      Branch: perl
3139            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
3140            ! ext/Time/HiRes/HiRes.xs
3141 ____________________________________________________________________________
3142 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
3143         Log: Subject: [PATCH] Test::Simple 0.32
3144              From: Michael G Schwern <schwern@pobox.com> 
3145              Date: Wed, 17 Oct 2001 03:42:41 -0400
3146              Message-ID: <20011017034241.A25038@blackrider>
3147      Branch: perl
3148            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
3149            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
3150            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
3151            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
3152            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
3153            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
3154            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
3155            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
3156            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
3157            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
3158            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
3159            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
3160            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
3161            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
3162            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
3163            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
3164            ! t/lib/Test/Simple/Catch.pm
3165            ! t/lib/Test/Simple/sample_tests/five_fail.plx
3166 ____________________________________________________________________________
3167 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
3168         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
3169              From: Michael G Schwern <schwern@pobox.com> 
3170              Date: Wed, 17 Oct 2001 04:04:13 -0400
3171              Message-ID: <20011017040413.C25550@blackrider>
3172      Branch: perl
3173            ! t/TEST t/harness vms/test.com
3174 ____________________________________________________________________________
3175 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
3176         Log: Regen doc with perlmodstyle added.
3177      Branch: perl
3178            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
3179 ____________________________________________________________________________
3180 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
3181         Log: Pod cleanup.
3182      Branch: perl
3183            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
3184 ____________________________________________________________________________
3185 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
3186         Log: Subject: perlmodstyle as a patch
3187              From: Kirrily Robert <skud@infotrope.net>
3188              Date: Tue, 16 Oct 2001 22:47:23 -0400
3189              Message-ID: <20011016224723.A20673@infotrope.net>
3190      Branch: perl
3191            + pod/perlmodstyle.pod
3192            ! MANIFEST
3193 ____________________________________________________________________________
3194 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
3195         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
3196              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
3197              Date: Thu, 6 Sep 2001 11:09:40 +0100
3198              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
3199              
3200              Mention also the develooper p5p archive.
3201      Branch: perl
3202            ! pod/perlhack.pod
3203 ____________________________________________________________________________
3204 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
3205         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
3206              From: Kay Röpke <kroepke@dolphin-services.de>
3207              Date: Tue, 16 Oct 2001 17:23:52 +0200
3208              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
3209      Branch: perl
3210            ! lib/ExtUtils/MakeMaker.pm
3211 ____________________________________________________________________________
3212 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
3213         Log: Add the special casing mappings (from SpecCase.txt)
3214              (except for the hyper special case mappings that have
3215              the condition list); the special casing mappings are
3216              unused for now.  Small tidying up on mktables.
3217      Branch: perl
3218            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
3219            + lib/unicore/To/SpecUpper.pl
3220            ! lib/unicore/mktables
3221 ____________________________________________________________________________
3222 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
3223         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
3224              From: "David H. Adler" <dha@panix.com>       
3225              Date: Tue, 16 Oct 2001 11:59:35 -0400
3226              Message-ID: <20011016115935.A13078@panix.com>
3227              
3228              Subject: [ PATCH ] perldata patch, revised
3229              From: "David H. Adler" <dha@panix.com>     
3230              Date: Tue, 16 Oct 2001 18:26:49 -0400
3231              Message-ID: <20011016182649.C23970@panix.com>
3232      Branch: perl
3233            ! pod/perldata.pod pod/perlop.pod
3234 ____________________________________________________________________________
3235 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
3236         Log: Integrate perlio: PerlIO_dup (for all but Win32).
3237      Branch: perl
3238           !> embed.h embed.pl ext/Encode/Encode.xs
3239           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
3240           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
3241           !> win32/win32io.c
3242 ____________________________________________________________________________
3243 [ 12462] By: nick                                  on 2001/10/16  19:11:30
3244         Log: PerlIOXxxx_dups for all but Win32
3245      Branch: perlio
3246            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
3247            ! ext/PerlIO/Via/Via.xs
3248 ____________________________________________________________________________
3249 [ 12461] By: nick                                  on 2001/10/16  18:28:48
3250         Log: Implement PerlIOStdio_dup (explains core dumps - dup
3251              was not setting up a FILE * to be fclosed()).
3252      Branch: perlio
3253            ! perlio.c
3254 ____________________________________________________________________________
3255 [ 12460] By: nick                                  on 2001/10/16  17:31:47
3256         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
3257              overflow.
3258      Branch: perlio
3259            ! perlio.c
3260 ____________________________________________________________________________
3261 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
3262         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
3263              From: "Craig A. Berry" <craigberry@mac.com>
3264              Date: Tue, 16 Oct 2001 13:08:38 -0500
3265              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
3266      Branch: perl
3267            ! configure.com
3268 ____________________________________________________________________________
3269 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
3270         Log: Can't expect too much accuracy from a sleep of one second.
3271              (I think this will also fail with high load.)
3272      Branch: perl
3273            ! ext/Time/HiRes/HiRes.t
3274 ____________________________________________________________________________
3275 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
3276         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
3277              From: "Werner, Randolf" <randolf.werner@sap.com>
3278              Date: Tue, 16 Oct 2001 18:33:02 +0200
3279              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
3280      Branch: perl
3281            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
3282            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
3283 ____________________________________________________________________________
3284 [ 12456] By: nick                                  on 2001/10/16  14:08:16
3285         Log: Builds under ithreads (but fails all threads tests)
3286      Branch: perlio
3287            ! hv.c perlio.c sv.c
3288 ____________________________________________________________________________
3289 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
3290         Log: I think the Perl_sortsv needs *not* be skipped?
3291      Branch: perl
3292            ! makedef.pl
3293 ____________________________________________________________________________
3294 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
3295         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
3296              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
3297              Date: Tue, 16 Oct 2001 15:32:44 +0200
3298              Message-ID: <3BCC531C.11494.3E433F@localhost>
3299      Branch: perl
3300            ! t/op/groups.t
3301 ____________________________________________________________________________
3302 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
3303         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
3304              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
3305              Date: Tue, 16 Oct 2001 15:01:04 +0200
3306              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
3307      Branch: perl
3308            ! t/io/fs.t
3309 ____________________________________________________________________________
3310 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
3311         Log: A forgotten deletion.
3312      Branch: perl
3313            - lib/unicore/mktables.PL
3314 ____________________________________________________________________________
3315 [ 12451] By: nick                                  on 2001/10/16  11:32:48
3316         Log: Skeleton of "PerlIO_dup" coded.
3317              Still-passes all tests non-threaded (well it would wouldn't it!)
3318      Branch: perlio
3319            ! embed.h embed.pl ext/Encode/Encode.xs
3320            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
3321            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
3322            ! win32/win32io.c
3323 ____________________________________________________________________________
3324 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
3325         Log: Document the problem with the swash_fetch() API that affects
3326              more complex case conversions.
3327      Branch: perl
3328            ! lib/utf8_heavy.pl utf8.c
3329 ____________________________________________________________________________
3330 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
3331         Log: Make Time::HiRes::sleep() and usleep() to return
3332              the number of seconds (a floating point value) and 
3333              microseconds (an integer) actually slept (well,
3334              modulo the time spent in measuring the time actually
3335              slept...), to be a better drop-in replacement for
3336              the builtin sleep().  Noticed by Chris Nandor.
3337              
3338              Also make usleep() to croak if fed illegal number
3339              of useconds (anything greater than 1_000_000).
3340      Branch: perl
3341            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
3342            ! ext/Time/HiRes/HiRes.xs
3343 ____________________________________________________________________________
3344 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
3345         Log: A missing SvREFCNT_dec.
3346      Branch: perl
3347            ! perl.c
3348 ____________________________________________________________________________
3349 [ 12447] By: nick                                  on 2001/10/15  20:27:53
3350         Log: Beginings of PerlIO_dup support (unstable)
3351      Branch: perlio
3352            ! perlio.c perliol.h
3353 ____________________________________________________________________________
3354 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
3355         Log: (retracted by #12497)
3356              In AIX vac 5 just can't seem to get regcomp right.
3357      Branch: perl
3358            ! hints/aix.sh
3359 ____________________________________________________________________________
3360 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
3361         Log: Bump the version number to agree with the maintperl one.
3362      Branch: perl
3363            ! lib/Tie/RefHash.pm
3364 ____________________________________________________________________________
3365 [ 12444] By: nick                                  on 2001/10/15  15:59:57
3366         Log: Integrate mainline
3367      Branch: perlio
3368           +> lib/Math/BigInt/t/Math/Subclass.pm
3369           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
3370           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
3371           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
3372           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
3373           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
3374           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
3375           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
3376           +> lib/unicore/mktables
3377            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
3378            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
3379            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
3380            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
3381            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
3382            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
3383            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
3384            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
3385            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
3386            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
3387            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
3388            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
3389            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
3390            - lib/unicore/syllables.txt
3391           !> (integrate 344 files)
3392 ____________________________________________________________________________
3393 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
3394         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
3395      Branch: perl
3396            ! ext/DB_File/DB_File.xs
3397 ____________________________________________________________________________
3398 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
3399         Log: Sync the skip() amounts with the number of tests.
3400      Branch: perl
3401            ! lib/Term/Complete.t
3402 ____________________________________________________________________________
3403 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
3404         Log: Update Changes.
3405      Branch: perl
3406            ! Changes patchlevel.h
3407 ____________________________________________________________________________
3408 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
3409         Log: MacOS Classic catdir() rewrite from Thomas Wegner
3410              (backward incompatibility, but a deliberate one,
3411              the old version simply is broken in its logic),
3412              also documentation updates, and as suggested replicated
3413              the File::Spec::Unix documentation updates also on the
3414              File::Spec documentation.
3415              
3416              TODO: there seems to be duplication of documentation
3417              between File::Spec and File::Spec::Unix.  I think
3418              the ::Unix should be left only with specific UNIXisms,
3419              and all the generic documentation should be in ::Spec.
3420      Branch: perl
3421            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
3422            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
3423            ! lib/File/Spec/Unix.pm
3424 ____________________________________________________________________________
3425 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
3426         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
3427              From: Blair Zajac <blair@orcaware.com>
3428              Date: Mon, 24 Sep 2001 11:48:58 -0700
3429              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
3430              
3431              (the skip() messages)
3432      Branch: perl
3433            ! t/op/magic.t
3434 ____________________________________________________________________________
3435 [ 12438] By: ams                                   on 2001/10/14  23:43:59
3436         Log: Subject: [PATCH] make PerlIO default on VMS
3437              From: "Craig A. Berry" <craigberry@mac.com>
3438              Date: Sun, 14 Oct 2001 15:27:18 -0500
3439              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
3440      Branch: perl
3441            ! configure.com
3442 ____________________________________________________________________________
3443 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
3444         Log: Retract #12436 (Abhijit already did this at #12426)
3445      Branch: perl
3446            ! lib/ExtUtils/MM_Unix.pm
3447 ____________________________________________________________________________
3448 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
3449         Log: (retracted by #12437)
3450              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
3451              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
3452              Date: Sat, 13 Oct 2001 20:33:55 +0200
3453              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
3454      Branch: perl
3455            ! lib/ExtUtils/MM_Unix.pm
3456 ____________________________________________________________________________
3457 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
3458         Log: Subject: h2xs grammar nit
3459              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
3460              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
3461              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
3462      Branch: perl
3463            ! utils/h2xs.PL
3464 ____________________________________________________________________________
3465 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
3466         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
3467              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
3468              Date: Sun, 14 Oct 2001 11:25:08 +0100
3469              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
3470      Branch: perl
3471            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
3472            ! warnings.pl
3473 ____________________________________________________________________________
3474 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
3475         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
3476              for File::Spec::Mac::catfile)
3477      Branch: perl
3478            ! lib/h2xs.t
3479 ____________________________________________________________________________
3480 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
3481         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
3482              From: Nicholas Clark <nick@ccl4.org>
3483              Date: Sat, 13 Oct 2001 00:07:31 +0100
3484              Message-ID: <20011013000731.D67535@plum.flirble.org>
3485      Branch: perl
3486            ! lib/h2xs.t utils/h2xs.PL
3487 ____________________________________________________________________________
3488 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
3489         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
3490              before DEFINE and INC), and repent by taking DEFINE and
3491              INC away from PASTHRU.
3492      Branch: perl
3493            ! lib/ExtUtils/MM_Unix.pm
3494 ____________________________________________________________________________
3495 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
3496         Log: More MANIFEST anomalies.
3497      Branch: perl
3498            ! MANIFEST
3499 ____________________________________________________________________________
3500 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
3501         Log: Not that many.
3502      Branch: perl
3503            ! MANIFEST
3504 ____________________________________________________________________________
3505 [ 12428] By: sky                                   on 2001/10/13  20:59:27
3506         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
3507              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3508              Date: Sat, 13 Oct 2001 23:15:55 +0200
3509              Message-ID: <20011013231555.A18071@rafael>
3510      Branch: perl
3511            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
3512            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
3513 ____________________________________________________________________________
3514 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
3515         Log: Rewrite mktables from scratch.
3516              - Cleaner.
3517              - Faster: 15-20 seconds as opposed to several minutes.
3518              - More dynamic: the names of the various categories
3519              such as the linebreak ones are dynamic, not static.
3520              - Is.pl: long names for the general category properties
3521              are now available.
3522              - Ranges (<... ,First>, <..., Last>) from the general
3523              categories work now.
3524              - No more mktables.PL because the mktables.PL is not
3525              and never has been run to create a mktables.
3526              - syllables.txt and Is/Syl*.pl removed: non-standard
3527              (not part of the Unicode), and the whole concept is
3528              being reworked (http://syllabary.sourceforge.net/),
3529              the old way wouldn't even work with the new Syllables.txt
3530              (it would result in 1000+ new categories)
3531      Branch: perl
3532            + lib/unicore/In/163.pl lib/unicore/In/164.pl
3533            + lib/unicore/In/165.pl lib/unicore/In/166.pl
3534            + lib/unicore/In/167.pl lib/unicore/In/168.pl
3535            + lib/unicore/In/169.pl lib/unicore/In/170.pl
3536            + lib/unicore/In/171.pl lib/unicore/Is.pl
3537            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
3538            + lib/unicore/mktables
3539            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
3540            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
3541            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
3542            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
3543            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
3544            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
3545            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
3546            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
3547            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
3548            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
3549            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
3550            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
3551            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
3552            - lib/unicore/syllables.txt
3553            ! (edit 304 files)
3554 ____________________________________________________________________________
3555 [ 12426] By: ams                                   on 2001/10/13  18:05:36
3556         Log: ExtUtils::MM_Unix should ignore comments when searching for
3557              $VERSION.
3558      Branch: perl
3559            ! lib/ExtUtils/MM_Unix.pm
3560 ____________________________________________________________________________
3561 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
3562         Log: Subject: Re: New module XML::Clean
3563              From: andreas.koenig@anima.de (Andreas J. Koenig)
3564              Date: 13 Oct 2001 10:17:09 +0200
3565              Message-ID: <m37ku0t0my.fsf@anima.de>
3566      Branch: perl
3567            ! pod/perlnewmod.pod
3568 ____________________________________________________________________________
3569 [ 12424] By: sky                                   on 2001/10/13  09:39:59
3570         Log: Set thread stack size if needed.
3571      Branch: perl
3572            ! ext/threads/threads.xs
3573 ____________________________________________________________________________
3574 [ 12423] By: sky                                   on 2001/10/13  09:36:49
3575         Log: We do want to set the attribute to joinable even on modern posix
3576              platforms.
3577      Branch: perl
3578            ! ext/threads/threads.xs
3579 ____________________________________________________________________________
3580 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
3581         Log: Subject: [PATCH ext/Data/Dumper.xs]
3582              From: Brian Ingerson <ingy@ttul.org>
3583              Date: Fri, 12 Oct 2001 19:32:35 -0700
3584              Message-ID: <20011012193235.B889@ttul.org>
3585      Branch: perl
3586            ! ext/Data/Dumper/Dumper.xs
3587 ____________________________________________________________________________
3588 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
3589         Log: Update Changes.
3590      Branch: perl
3591            ! Changes patchlevel.h
3592 ____________________________________________________________________________
3593 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
3594         Log: FAQ sync.
3595      Branch: perl
3596            ! pod/perlfaq3.pod pod/perlfaq4.pod
3597 ____________________________________________________________________________
3598 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
3599         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
3600              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
3601              Date: Fri, 12 Oct 2001 11:51:05 -0700
3602              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
3603      Branch: perl
3604            ! lib/File/Copy.pm
3605 ____________________________________________________________________________
3606 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
3607         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
3608              From: "chromatic" <chromatic@rmci.net>     
3609              Date: Thu, 11 Oct 2001 10:57:55 -0600
3610              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
3611              
3612              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
3613              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3614              Date: Thu, 11 Oct 2001 22:34:21 +0200
3615              Message-ID: <20011011223421.A693@rafael>     
3616              
3617              plus undef $Term::Complete::stty as suggested by Rafael.
3618      Branch: perl
3619            ! lib/Term/Complete.pm lib/Term/Complete.t
3620 ____________________________________________________________________________
3621 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
3622         Log: UUnndduupplleexx..
3623      Branch: perl
3624            ! perl.h
3625 ____________________________________________________________________________
3626 [ 12416] By: sky                                   on 2001/10/12  20:16:19
3627         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
3628              From: Andy Dougherty <doughera@lafayette.edu>
3629              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
3630              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
3631              (Potentially only band-aid)
3632      Branch: perl
3633            ! sv.c
3634 ____________________________________________________________________________
3635 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
3636         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
3637              mishandles kill(), and therefore the sigaction test
3638              should be skipped, from Charles Lane.
3639      Branch: perl
3640            ! ext/POSIX/t/sigaction.t
3641 ____________________________________________________________________________
3642 [ 12414] By: sky                                   on 2001/10/12  18:47:49
3643         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
3644      Branch: perl
3645            ! op.h
3646 ____________________________________________________________________________
3647 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
3648         Log: Upgrade to Math::BigInt 1.44 from Tels and
3649              further fixes from John Peacock.
3650      Branch: perl
3651            + lib/Math/BigInt/t/Math/Subclass.pm
3652            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
3653            + lib/Math/BigInt/t/subclass.t
3654            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
3655            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
3656            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
3657            ! lib/Math/BigInt/t/mbimbf.t
3658 ____________________________________________________________________________
3659 [ 12412] By: sky                                   on 2001/10/12  18:28:23
3660         Log: perhaps pthread_attr_t really needs to be set for the old api
3661      Branch: perl
3662            ! ext/threads/threads.xs
3663 ____________________________________________________________________________
3664 [ 12411] By: sky                                   on 2001/10/12  18:11:45
3665         Log: pthread_keycreate not pthread_key_create under the here be dragons API
3666      Branch: perl
3667            ! ext/threads/threads.h
3668 ____________________________________________________________________________
3669 [ 12410] By: sky                                   on 2001/10/12  18:07:37
3670         Log: Apperently OLD PTHREADS API is a bit retarded.
3671              This should fix another set of compile failures in HP-UX 10.20.
3672      Branch: perl
3673            ! ext/threads/threads.h ext/threads/threads.xs
3674 ____________________________________________________________________________
3675 [ 12409] By: nick                                  on 2001/10/12  15:30:01
3676         Log: Blind integrate of mainline
3677      Branch: perlio
3678           +> (branch 32 files)
3679            - lib/unicode/README
3680           !> (integrate 121 files)
3681 ____________________________________________________________________________
3682 [ 12408] By: sky                                   on 2001/10/12  14:55:08
3683         Log: Let us avoid being smart for now.
3684      Branch: perl
3685            ! ext/threads/threads.h
3686 ____________________________________________________________________________
3687 [ 12407] By: sky                                   on 2001/10/12  14:38:12
3688         Log: (void*) the argument to make sure we work with picky compilers
3689      Branch: perl
3690            ! ext/threads/threads.xs
3691 ____________________________________________________________________________
3692 [ 12406] By: ams                                   on 2001/10/12  13:26:04
3693         Log: (replaced with #12600)
3694              
3695              Subject: [PATCH 5.6.1 perldoc] use File::Temp
3696              From: Mikhail Zabaluev <mhz@alt-linux.org>
3697              Date: Fri, 12 Oct 2001 12:47:47 +0400
3698              Message-Id: <20011012124747.E13918@localhost.localdomain>
3699      Branch: perl
3700            ! utils/perldoc.PL
3701 ____________________________________________________________________________
3702 [ 12405] By: ams                                   on 2001/10/12  13:05:32
3703         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
3704              From: andreas.koenig@anima.de (Andreas J. Koenig)
3705              Date: 12 Oct 2001 11:12:07 +0200
3706              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
3707      Branch: perl
3708            ! lib/Memoize/t/speed.t
3709 ____________________________________________________________________________
3710 [ 12404] By: sky                                   on 2001/10/12  12:46:15
3711         Log: A) Support OLD_PTHREADS_API
3712              B) Change from using pthread_t to using a TLS to store the
3713              index of the thread in an hash, this is to avoid problems when
3714              in fact pthread_t was not a seralizable type.
3715              Both these changes are because of HP-UX 10.20
3716              This has not been tested on win32 but should work there.
3717              Need to add support for NetWare.
3718      Branch: perl
3719            ! ext/threads/threads.h ext/threads/threads.xs
3720 ____________________________________________________________________________
3721 [ 12403] By: ams                                   on 2001/10/12  07:34:19
3722         Log: Subject: Re: New module XML::Clean
3723              From: andreas.koenig@anima.de (Andreas J. Koenig)
3724              Date: 12 Oct 2001 10:20:35 +0200
3725              Message-Id: <m3elo9uv58.fsf@anima.de>
3726      Branch: perl
3727            ! pod/perlnewmod.pod
3728 ____________________________________________________________________________
3729 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
3730         Log: More HP model tweaks from Merijn.
3731      Branch: perl
3732            ! README.hpux
3733 ____________________________________________________________________________
3734 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
3735         Log: Update Changes.
3736      Branch: perl
3737            ! Changes patchlevel.h
3738 ____________________________________________________________________________
3739 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
3740         Log: HP-UX update from H.Merijn Brand.
3741      Branch: perl
3742            ! README.hpux
3743 ____________________________________________________________________________
3744 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
3745         Log: Subject: [PATCH] fix link rot in README.vms
3746              From: "Craig A. Berry" <craigberry@mac.com>
3747              Date: Wed, 10 Oct 2001 17:17:00 -0500
3748              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
3749      Branch: perl
3750            ! README.vms
3751 ____________________________________________________________________________
3752 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
3753         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
3754              From: "chromatic" <chromatic@rmci.net>
3755              Date: Wed, 10 Oct 2001 15:50:30 -0600
3756              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
3757      Branch: perl
3758            ! lib/Term/Complete.t
3759 ____________________________________________________________________________
3760 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
3761         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
3762              From: "chromatic" <chromatic@rmci.net>
3763              Date: Wed, 10 Oct 2001 15:45:42 -0600
3764              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
3765      Branch: perl
3766            + lib/ExtUtils/Packlist.t
3767            ! MANIFEST
3768 ____________________________________________________________________________
3769 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
3770         Log: VMS needs quotes around the -I option to keep it from
3771              being downcased, from Charles Lane.
3772      Branch: perl
3773            ! t/run/kill_perl.t
3774 ____________________________________________________________________________
3775 [ 12395] By: ams                                   on 2001/10/10  16:22:32
3776         Log: Subject: [PATCH lib/FindBin.pm]
3777              From: Stas Bekman <stas@stason.org>
3778              Date: Tue, 09 Oct 2001 23:57:10 +0800
3779              Message-Id: <3BC31E56.60805@stason.org>
3780      Branch: perl
3781            ! lib/FindBin.pm
3782 ____________________________________________________________________________
3783 [ 12394] By: ams                                   on 2001/10/10  16:09:53
3784         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
3785              From: Abhijit Menon-Sen <ams@wiw.org>
3786              Date: Wed, 10 Oct 2001 21:59:33 +0530
3787              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
3788      Branch: perl
3789            ! ext/Data/Dumper/Dumper.xs
3790 ____________________________________________________________________________
3791 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
3792         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
3793              from Charles Lane.
3794      Branch: perl
3795            ! lib/File/Spec/VMS.pm
3796 ____________________________________________________________________________
3797 [ 12392] By: ams                                   on 2001/10/10  14:49:43
3798         Log: Subject: [PATCH] two s/// bugfixes
3799              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3800              Date: Wed, 10 Oct 2001 17:23:44 +0200
3801              Message-Id: <20011010172344.C22440@rafael>
3802      Branch: perl
3803            ! pp_ctl.c regexec.c t/op/subst.t
3804 ____________________________________________________________________________
3805 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
3806         Log: Fix/improve handling of the [000000] special "root"
3807              directory, by putting cwd in canonical form when doing
3808              abs2rel, and prepending a 000000 to directory "chunks"
3809              if missing from base or path.  Also adjust test to
3810              reflect the (improved) output from abs2rel.
3811              From Charles Lane.
3812      Branch: perl
3813            ! lib/File/Spec.t lib/File/Spec/VMS.pm
3814 ____________________________________________________________________________
3815 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
3816         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
3817              all of the extra VMSish attributes (such as "treat this logical
3818              as a device name") that are necessary to make programs run.
3819              A tainted %ENV does not hinder VMS.  From Charles Lane.
3820      Branch: perl
3821            ! lib/File/Find/t/taint.t
3822 ____________________________________________________________________________
3823 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
3824         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
3825              
3826              o  VMS is case-insensitive, RTL downcases filenames read
3827              by perl... so need to re-upcase filenames like MANIFEST
3828              and MANIFEST.SKIP
3829              
3830              o  Need to convert VMS-style to Unix-style filenames when comparing
3831              names in MANIFEST to names in filesystem.
3832              
3833              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
3834              since VMS won't let you (easily) delete non-empty directories.
3835              
3836              From Charles Lane.
3837      Branch: perl
3838            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
3839 ____________________________________________________________________________
3840 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
3841         Log: Unix and VMS agree on "*" as a "match any number of any chars"
3842              wildcards, but differ ("?"  vs.  "%") for their "match any single
3843              char" wildcard.  This patch changes "?"  chars to "%" before doing a
3844              VMS glob...at no loss of functionality, since "?"  isn't a valid
3845              filename char on VMS.  From Charles Lane.
3846      Branch: perl
3847            ! doio.c
3848 ____________________________________________________________________________
3849 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
3850         Log: (accidentally empty submit; new life as #12390)
3851      Branch: perl
3852            ! lib/File/Find/t/taint.t
3853 ____________________________________________________________________________
3854 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
3855         Log: Even more VMS tweakage from Charles Lane:
3856              
3857              Tweak #1:  splitdir only works on directory part of filespec,
3858              split off volume first
3859              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
3860              (it's a horrible kludge in the run-time library,
3861              improved in later versions). Check the
3862              $Config{'d_setenv'} flag before attempting to set it.
3863      Branch: perl
3864            ! t/op/chdir.t
3865 ____________________________________________________________________________
3866 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
3867         Log: VMS tweakage from Charles Lane.
3868              
3869              . command.com doubles an output line when prompting for extensions
3870              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
3871              . perl5db doesn't clean up after itself
3872      Branch: perl
3873            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
3874 ____________________________________________________________________________
3875 [ 12384] By: sky                                   on 2001/10/09  19:16:11
3876         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
3877              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3878              Date: Tue, 9 Oct 2001 22:10:26 +0200
3879              Message-ID: <20011009221026.A8579@rafael>
3880      Branch: perl
3881            ! pod/perldata.pod
3882 ____________________________________________________________________________
3883 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
3884         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
3885              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
3886              Date: 9 Oct 2001 15:15:06 -0000
3887              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
3888      Branch: perl
3889            ! t/op/subst.t
3890 ____________________________________________________________________________
3891 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
3892         Log: Update Changes.
3893      Branch: perl
3894            ! Changes patchlevel.h
3895 ____________________________________________________________________________
3896 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
3897         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
3898              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
3899              when a NULL is passed for the filename string pointer.
3900              From Charles Lane.
3901      Branch: perl
3902            ! vms/vms.c
3903 ____________________________________________________________________________
3904 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
3905         Log: Subject: HP systems update
3906              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3907              Date: Tue, 09 Oct 2001 15:59:22 +0200
3908              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
3909      Branch: perl
3910            ! README.hpux
3911 ____________________________________________________________________________
3912 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
3913         Log: CPAN::Nox does now have a test.
3914      Branch: perl
3915            ! t/lib/1_compile.t
3916 ____________________________________________________________________________
3917 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
3918         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
3919              From: David Dyck <dcd@tc.fluke.com>
3920              Date: Mon, 1 Oct 2001 12:17:36 -0700
3921              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
3922      Branch: perl
3923            ! installperl
3924 ____________________________________________________________________________
3925 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
3926         Log: NetWare update from Ananth Kesari.
3927      Branch: perl
3928            ! NetWare/nwperlsys.h makedef.pl
3929 ____________________________________________________________________________
3930 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
3931         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
3932              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3933              Date: Tue, 9 Oct 2001 08:40:57 EDT
3934              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
3935      Branch: perl
3936            ! lib/File/Find/t/find.t
3937 ____________________________________________________________________________
3938 [ 12374] By: ams                                   on 2001/10/09  05:31:45
3939         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
3940              ExtUtils::Mkbootstrap
3941              From: "chromatic" <chromatic@rmci.net>
3942              Date: Tue, 09 Oct 2001 00:08:37 -0600
3943              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
3944      Branch: perl
3945            + lib/ExtUtils/Mkbootstrap.t
3946            ! MANIFEST
3947 ____________________________________________________________________________
3948 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
3949         Log: Enable more debugging.
3950      Branch: perl
3951            ! lib/utf8_heavy.pl
3952 ____________________________________________________________________________
3953 [ 12372] By: ams                                   on 2001/10/09  02:11:59
3954         Log: #12370 forgot to modify is_gv_magical().
3955      Branch: perl
3956            ! gv.c
3957 ____________________________________________________________________________
3958 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
3959         Log: Make the toupper/lower/title API for Unicode not right
3960              but at least less wrong: prepare for the mapping being
3961              more than just one-character-to-one-character.
3962      Branch: perl
3963            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
3964            ! regexec.c utf8.c
3965 ____________________________________________________________________________
3966 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
3967         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
3968              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
3969              Date: Mon, 8 Oct 2001 22:18:23 -0400
3970              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
3971      Branch: perl
3972            ! pod/perlvar.pod t/op/taint.t
3973 ____________________________________________________________________________
3974 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
3975         Log: FAQ sync.
3976      Branch: perl
3977            ! pod/perlfaq3.pod pod/perlfaq4.pod
3978 ____________________________________________________________________________
3979 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
3980         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
3981              From: "chromatic" <chromatic@rmci.net>
3982              Date: Mon, 08 Oct 2001 14:05:32 -0600
3983              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
3984      Branch: perl
3985            ! lib/Term/Cap.t
3986 ____________________________________________________________________________
3987 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
3988         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
3989              From: Michael G Schwern <schwern@pobox.com>
3990              Date: Mon, 8 Oct 2001 17:00:14 -0400
3991              Message-ID: <20011008170014.L17083@blackrider>
3992      Branch: perl
3993            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
3994 ____________________________________________________________________________
3995 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
3996         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
3997              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3998              Date: Mon, 8 Oct 2001 16:01:33 EDT
3999              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
4000      Branch: perl
4001            ! ext/Time/HiRes/HiRes.xs
4002 ____________________________________________________________________________
4003 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
4004         Log: Subject: [PATCH] Autosplit patch for VMS
4005              From: "Craig A. Berry" <craigberry@mac.com>
4006              Date: Mon, 08 Oct 2001 15:40:43 -0500
4007              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
4008      Branch: perl
4009            ! lib/AutoSplit.pm lib/AutoSplit.t
4010 ____________________________________________________________________________
4011 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
4012         Log: Don't assume that everybody is running OS X 10.1 yet;
4013              from Kay Röpke.
4014      Branch: perl
4015            ! hints/darwin.sh
4016 ____________________________________________________________________________
4017 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
4018         Log: Update Changes.
4019      Branch: perl
4020            ! Changes patchlevel.h
4021 ____________________________________________________________________________
4022 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
4023         Log: Retract #12358 for now.
4024      Branch: perl
4025            ! lib/Term/Cap.t
4026 ____________________________________________________________________________
4027 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
4028         Log: Can't figure out what this is testing.
4029              (If it is trying to catch SIGKILL, it should stop
4030              trying because that is by definition impossible.)
4031      Branch: perl
4032            ! lib/sigtrap.t
4033 ____________________________________________________________________________
4034 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
4035         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
4036              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
4037              Date: Sun, 30 Sep 2001 21:15:13 +0200
4038              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
4039      Branch: perl
4040            ! lib/ExtUtils/MM_Win32.pm
4041 ____________________________________________________________________________
4042 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
4043         Log: Clarify the ldlibpth part and condense the overall text.
4044      Branch: perl
4045            ! t/TEST
4046 ____________________________________________________________________________
4047 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
4048         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
4049              From: "chromatic" <chromatic@rmci.net>
4050              Date: Sun, 07 Oct 2001 16:59:26 -0600
4051              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
4052      Branch: perl
4053            ! lib/Term/Cap.t
4054 ____________________________________________________________________________
4055 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
4056         Log: Update the list because fo #12265.
4057      Branch: perl
4058            ! t/lib/1_compile.t
4059 ____________________________________________________________________________
4060 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
4061         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
4062              From: Nicholas Clark <nick@ccl4.org>
4063              Date: Sun, 7 Oct 2001 20:53:33 +0100
4064              Message-ID: <20011007205333.S38756@plum.flirble.org>   
4065      Branch: perl
4066            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
4067            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
4068            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
4069            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
4070            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
4071            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
4072            ! lib/Switch/t/switch.t lib/Term/Complete.t
4073            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
4074            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
4075            ! t/op/my_stash.t
4076 ____________________________________________________________________________
4077 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
4078         Log: Integrate patch #12350 from maintperl; typo in
4079              IO::Seekable doc.
4080      Branch: perl
4081           !> ext/IO/lib/IO/Seekable.pm
4082 ____________________________________________________________________________
4083 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
4084         Log: Detypo.
4085      Branch: perl
4086            ! hints/darwin.sh
4087 ____________________________________________________________________________
4088 [ 12353] By: sky                                   on 2001/10/07  17:16:14
4089         Log: Change 12349 didn't really get it right.
4090      Branch: perl
4091            ! lib/Unicode/README
4092 ____________________________________________________________________________
4093 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
4094         Log: If running the harness the dynamic library search path
4095              may need setting.
4096      Branch: perl
4097            ! t/TEST
4098 ____________________________________________________________________________
4099 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
4100         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
4101              in ldflags.
4102      Branch: perl
4103            ! hints/darwin.sh
4104 ____________________________________________________________________________
4105 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
4106         Log: typo in IO::Seekable doc
4107      Branch: maint-5.6/perl
4108            ! ext/IO/lib/IO/Seekable.pm
4109 ____________________________________________________________________________
4110 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
4111         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
4112              doesn't work on Mac OS X 10.1 (when unpacking the tar the
4113              latter gets renamed as lib/unicode:1, assumedly for security
4114              reasons not to overwrite stuff)
4115      Branch: perl
4116            + lib/Unicode/README
4117            - lib/unicode/README
4118            ! MANIFEST
4119 ____________________________________________________________________________
4120 [ 12348] By: ams                                   on 2001/10/07  05:33:40
4121         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
4122              From: "chromatic" <chromatic@rmci.net>
4123              Date: Sat, 06 Oct 2001 21:42:03 -0600
4124              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
4125      Branch: perl
4126            + lib/CPAN/t/Nox.t
4127            ! MANIFEST
4128 ____________________________________________________________________________
4129 [ 12347] By: ams                                   on 2001/10/07  00:48:10
4130         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
4131              From: "chromatic" <chromatic@rmci.net>
4132              Date: Sat, 06 Oct 2001 18:52:10 -0600
4133              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
4134      Branch: perl
4135            + lib/sigtrap.t
4136            ! MANIFEST
4137 ____________________________________________________________________________
4138 [ 12346] By: ams                                   on 2001/10/06  23:14:01
4139         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
4140              h2xs write?)
4141              From: Nicholas Clark <nick@ccl4.org>
4142              Date: Sat, 6 Oct 2001 21:46:43 +0100
4143              Message-Id: <20011006214643.L38756@plum.flirble.org>
4144      Branch: perl
4145            ! utils/h2xs.PL
4146 ____________________________________________________________________________
4147 [ 12345] By: ams                                   on 2001/10/06  17:39:53
4148         Log: Subject: [PATCH] Memoize tests
4149              From: Nicholas Clark <nick@ccl4.org>
4150              Date: Sat, 6 Oct 2001 18:04:21 +0100
4151              Message-Id: <20011006180421.J38756@plum.flirble.org>
4152      Branch: perl
4153            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
4154            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
4155            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
4156            ! lib/Memoize/t/expire_module_n.t
4157            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
4158            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
4159            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
4160            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
4161            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
4162            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
4163 ____________________________________________________________________________
4164 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
4165         Log: Retract the latter part of #12343.
4166      Branch: perl
4167            ! ext/IO/lib/IO/Socket/INET.pm
4168 ____________________________________________________________________________
4169 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
4170         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
4171              From: David Dyck <dcd@tc.fluke.com>
4172              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
4173              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
4174              
4175              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
4176              From: David Dyck <dcd@tc.fluke.com>
4177              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
4178              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
4179      Branch: perl
4180            ! ext/IO/lib/IO/Socket/INET.pm
4181 ____________________________________________________________________________
4182 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
4183         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
4184              From: Robin Barker <rmb1@cise.npl.co.uk>
4185              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
4186              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
4187      Branch: perl
4188            ! t/TEST
4189 ____________________________________________________________________________
4190 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
4191         Log: Don't assume that %x is good for displaying UVs.
4192      Branch: perl
4193            ! dump.c
4194 ____________________________________________________________________________
4195 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
4196         Log: Update Changes.
4197      Branch: perl
4198            ! Changes patchlevel.h
4199 ____________________________________________________________________________
4200 [ 12339] By: ams                                   on 2001/10/05  10:22:34
4201         Log: Subject: [PATCH] perlfunc/select
4202              From: Nicholas Clark <nick@ccl4.org>
4203              Date: Fri, 5 Oct 2001 11:33:58 +0100
4204              Message-Id: <20011005113358.Z38756@plum.flirble.org>
4205      Branch: perl
4206            ! pod/perlfunc.pod
4207 ____________________________________________________________________________
4208 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
4209         Log: Retract #12313 and #12249.
4210      Branch: perl
4211            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
4212            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
4213            ! pod/perlebcdic.pod
4214 ____________________________________________________________________________
4215 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
4216         Log: Subject: [PATCH] perlvms.pod update
4217              From: "Craig A. Berry" <craigberry@mac.com>
4218              Date: Thu, 04 Oct 2001 12:55:52 -0500
4219              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
4220      Branch: perl
4221            ! vms/perlvms.pod
4222 ____________________________________________________________________________
4223 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
4224         Log: Subject: PATCH: Tie::SubstrHash
4225              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4226              Date: Thu, 04 Oct 2001 12:12:41 +0100
4227              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
4228      Branch: perl
4229            ! lib/Tie/SubstrHash.pm
4230 ____________________________________________________________________________
4231 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
4232         Log: Unicode properties saga continues.
4233      Branch: perl
4234            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
4235            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
4236 ____________________________________________________________________________
4237 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
4238         Log: Yet more Unicode properties.
4239      Branch: perl
4240            + lib/unicore/In/137.pl lib/unicore/In/138.pl
4241            + lib/unicore/In/139.pl lib/unicore/In/140.pl
4242            + lib/unicore/In/141.pl lib/unicore/In/142.pl
4243            + lib/unicore/In/143.pl lib/unicore/In/144.pl
4244            + lib/unicore/In/145.pl lib/unicore/In/146.pl
4245            + lib/unicore/In/147.pl lib/unicore/In/148.pl
4246            + lib/unicore/In/149.pl lib/unicore/In/150.pl
4247            + lib/unicore/In/151.pl lib/unicore/In/152.pl
4248            + lib/unicore/In/153.pl lib/unicore/In/154.pl
4249            + lib/unicore/In/155.pl lib/unicore/In/156.pl
4250            + lib/unicore/In/157.pl lib/unicore/In/158.pl
4251            + lib/unicore/In/159.pl lib/unicore/In/160.pl
4252            + lib/unicore/In/161.pl lib/unicore/In/162.pl
4253            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
4254            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
4255            ! pod/perlunicode.pod
4256 ____________________________________________________________________________
4257 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
4258         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
4259              From: "Craig A. Berry" <craigberry@mac.com>
4260              Date: Wed, 03 Oct 2001 17:45:25 -0500
4261              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
4262              
4263              (the lib/Term/Complete.t patched differently by #12332)
4264      Branch: perl
4265            ! lib/ExtUtils/Command.t
4266 ____________________________________________________________________________
4267 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
4268         Log: Restore only if something to restore.
4269      Branch: perl
4270            ! lib/Term/Complete.t
4271 ____________________________________________________________________________
4272 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
4273         Log: Update various resources for credits,
4274              minor icons fixes, and versions.
4275      Branch: maint-5.6/macperl
4276            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
4277            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
4278            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
4279 ____________________________________________________________________________
4280 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
4281         Log: Quiet the warnings about using undef value
4282      Branch: maint-5.6/macperl
4283            ! lib/File/Temp.pm
4284 ____________________________________________________________________________
4285 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
4286         Log: Fix up Ballon Help and Help menu docs (first pass);
4287              remove balloon rez file, and autogenerate with
4288              Balloon2Rez instead.
4289      Branch: maint-5.6/macperl
4290            + macos/macperl/macscripts/Balloon2Rez
4291            - macos/macperl/MPBalloons.r
4292            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
4293 ____________________________________________________________________________
4294 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
4295         Log: Allow overriding of defaults, for change #12327.
4296      Branch: maint-5.6/macperl
4297            ! perl.h
4298 ____________________________________________________________________________
4299 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
4300         Log: Override PerlProc_exit.
4301      Branch: maint-5.6/macperl
4302            ! macos/macish.h
4303 ____________________________________________________________________________
4304 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
4305         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
4306      Branch: maint-5.6/macperl
4307            + macos/bundled_lib/blib/lib/MD5.pm
4308            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
4309            + macos/lib/Mac/AETE/Dialect.pm
4310            + macos/lib/Mac/AETE/Format/Converter.pm
4311            + macos/lib/Mac/AETE/Format/Dictionary.pm
4312            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
4313            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
4314            + macos/lib/Mac/Toolbox.pod
4315            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
4316 ____________________________________________________________________________
4317 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
4318         Log: Sync up silly CVS headers ... I should commit CVS
4319              first to avoid this ...
4320      Branch: maint-5.6/macperl
4321            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
4322            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
4323            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
4324            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
4325 ____________________________________________________________________________
4326 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
4327         Log: Fix Matthias' address, and attributions.
4328      Branch: maint-5.6/macperl
4329            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
4330            ! pod/perlport.pod
4331 ____________________________________________________________________________
4332 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
4333         Log: Fix Matthias' address, and attributions.
4334      Branch: maint-5.6/macperl
4335            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
4336            ! macos/ext/Mac/Components/Components.pm
4337            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
4338            ! macos/ext/Mac/Dialogs/Dialogs.pm
4339            ! macos/ext/Mac/Events/Events.pm
4340            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
4341            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
4342            ! macos/ext/Mac/Gestalt/Gestalt.pm
4343            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
4344            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
4345            ! macos/ext/Mac/Menus/Menus.pm
4346            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
4347            ! macos/ext/Mac/Movies/Movies.pm
4348            ! macos/ext/Mac/Navigation/Navigation.pm
4349            ! macos/ext/Mac/Notification/Notification.pm
4350            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
4351            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
4352            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
4353            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
4354            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
4355            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
4356            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
4357            ! macos/ext/Mac/StandardFile/StandardFile.pm
4358            ! macos/ext/Mac/TextEdit/TextEdit.pm
4359            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
4360            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
4361            ! macos/lib/Mac/LowMem.pm
4362 ____________________________________________________________________________
4363 [ 12322] By: sky                                   on 2001/10/03  18:41:07
4364         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
4365              From: "Craig A. Berry" <craigberry@mac.com>
4366              Date: Wed, 03 Oct 2001 14:30:55 -0500
4367              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
4368      Branch: perl
4369            ! vms/vms.c
4370 ____________________________________________________________________________
4371 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
4372         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
4373              From: "Craig A. Berry" <craigberry@mac.com>
4374              Date: Wed, 03 Oct 2001 14:30:55 -0500
4375              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
4376      Branch: perl
4377            ! vms/vms.c
4378 ____________________________________________________________________________
4379 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
4380         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
4381              only IsL&) and Inherited (negative lookahead good);
4382              add tests for Common, Inherited, and L&.
4383      Branch: perl
4384            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
4385 ____________________________________________________________________________
4386 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
4387         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
4388              (The Unicode standard uses L& quite often.)
4389      Branch: perl
4390            ! lib/utf8_heavy.pl
4391 ____________________________________________________________________________
4392 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
4393         Log: Add the 'Common' Unicode property (code points not
4394              explicitly assigned to any other script).
4395      Branch: perl
4396            + lib/unicore/In/136.pl
4397            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
4398 ____________________________________________________________________________
4399 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
4400         Log: Skip the RV printing test under threads until fixed.
4401      Branch: perl
4402            ! ext/B/t/terse.t
4403 ____________________________________________________________________________
4404 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
4405         Log: Subject: 12309 / cygwin / win2k
4406              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4407              Date: Wed, 03 Oct 2001 15:25:15 +0200
4408              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
4409      Branch: perl
4410            ! makedef.pl
4411 ____________________________________________________________________________
4412 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
4413         Log: Metaconfig unit change for #12314.
4414      Branch: metaconfig
4415            ! U/modified/Head.U
4416 ____________________________________________________________________________
4417 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
4418         Log: Subject: Both cygwin and djgpp on one machine
4419              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4420              Date: Wed, 03 Oct 2001 15:02:59 +0200
4421              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
4422      Branch: perl
4423            ! Configure
4424 ____________________________________________________________________________
4425 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
4426         Log: (retracted by #12338)
4427              
4428              Subject: [PATCH] Code clean up for perlboot.pod
4429              From: Casey West <casey@geeknest.com>
4430              Date: Tue, 2 Oct 2001 19:24:43 -0400
4431              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
4432              
4433              Subject: [PATCH] Code clean up for perlbot.diff
4434              From: Casey West <casey@geeknest.com>
4435              Date: Tue, 2 Oct 2001 19:25:22 -0400
4436              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
4437              
4438              Subject: [PATCH] Code clean up for perlcall.pod
4439              From: Casey West <casey@geeknest.com>
4440              Date: Tue, 2 Oct 2001 19:25:57 -0400
4441              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
4442              
4443              Subject: [PATCH] Code clean up for perldata.pod
4444              From: Casey West <casey@geeknest.com>
4445              Date: Tue, 2 Oct 2001 19:26:29 -0400
4446              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
4447              
4448              Subject: [PATCH] Code clean up for perldbmfilter.pod
4449              From: Casey West <casey@geeknest.com>
4450              Date: Tue, 2 Oct 2001 19:26:59 -0400
4451              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
4452              
4453              Subject: [PATCH] Code clean up for perlebcdic.pod
4454              From: Casey West <casey@geeknest.com>
4455              Date: Tue, 2 Oct 2001 19:27:37 -0400
4456              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
4457      Branch: perl
4458            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
4459            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
4460 ____________________________________________________________________________
4461 [ 12312] By: ams                                   on 2001/10/02  23:43:55
4462         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
4463              From: Michael G Schwern <schwern@pobox.com>
4464              Date: Tue, 2 Oct 2001 17:00:49 -0400
4465              Message-Id: <20011002170049.A9955@blackrider>
4466      Branch: perl
4467            ! lib/ExtUtils/MakeMaker.pm
4468 ____________________________________________________________________________
4469 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
4470         Log: FAQ sync.
4471      Branch: perl
4472            ! pod/perlfaq3.pod
4473 ____________________________________________________________________________
4474 [ 12310] By: nick                                  on 2001/10/02  16:09:49
4475         Log: Integrate mainline
4476      Branch: perlio
4477           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
4478           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
4479           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
4480           !> patchlevel.h t/op/pat.t
4481 ____________________________________________________________________________
4482 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
4483         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
4484              not just one single space.
4485      Branch: perl
4486            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
4487 ____________________________________________________________________________
4488 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
4489         Log: AUTHORS updates.
4490      Branch: perl
4491            ! AUTHORS
4492 ____________________________________________________________________________
4493 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
4494         Log: Update Changes.
4495      Branch: perl
4496            ! Changes patchlevel.h
4497 ____________________________________________________________________________
4498 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
4499         Log: Work around old buggy glibcs for langinfo constants,
4500              from Nicholas Clark and David Dyck.
4501      Branch: perl
4502            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
4503 ____________________________________________________________________________
4504 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
4505         Log: Eradicate Time::Piece; add an example.
4506      Branch: perl
4507            ! ext/I18N/Langinfo/Langinfo.pm
4508 ____________________________________________________________________________
4509 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
4510         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
4511              From: Robert Spier <rspier@pobox.com>
4512              Date: Mon, 1 Oct 2001 23:20:16 -0700
4513              Message-ID: <15289.23712.422087.878224@rls.cx>
4514      Branch: perl
4515            ! lib/Pod/Html.pm
4516 ____________________________________________________________________________
4517 [ 12303] By: sky                                   on 2001/10/02  10:40:57
4518         Log: Fixes obscure bug that manifests itself by.
4519              local $!=0;undef*STDOUT;#segfaults
4520              Has been around for a while. Possible other magic IO vars are
4521              possibly affected aswell. Reported by Jos Boumans.
4522      Branch: perl
4523            ! mg.c
4524 ____________________________________________________________________________
4525 [ 12302] By: nick                                  on 2001/10/02  09:00:52
4526         Log: Integrate mainline
4527      Branch: perlio
4528           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
4529           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
4530           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
4531 ____________________________________________________________________________
4532 [ 12301] By: nick                                  on 2001/10/02  08:40:57
4533         Log: Integrate mainline + lib/open.t patch from Chromatic
4534      Branch: perlio
4535           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
4536            ! lib/open.t
4537           !> (integrate 29 files)
4538 ____________________________________________________________________________
4539 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
4540         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
4541              Until it has, better stop early if someone requests threads.
4542      Branch: perl
4543            ! hints/darwin.sh
4544 ____________________________________________________________________________
4545 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
4546         Log: Subject: [ID 20011001.011] redundant code in t/TEST
4547              From: David Dyck <dcd@tc.fluke.com>
4548              Date: Mon, 1 Oct 2001 12:56:24 -0700
4549              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
4550      Branch: perl
4551            ! t/TEST
4552 ____________________________________________________________________________
4553 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
4554         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
4555              From: "chromatic" <chromatic@rmci.net>
4556              Date: Mon, 01 Oct 2001 12:27:12 -0600
4557              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
4558      Branch: perl
4559            ! lib/Term/Cap.t
4560 ____________________________________________________________________________
4561 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
4562         Log: UNICOS testing patches from Nicholas Clark.
4563      Branch: perl
4564            ! t/op/arith.t t/op/pack.t
4565 ____________________________________________________________________________
4566 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
4567         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
4568              From: "chromatic" <chromatic@rmci.net>
4569              Date: Mon, 01 Oct 2001 10:21:51 -0600
4570              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
4571      Branch: perl
4572            ! lib/open.t
4573 ____________________________________________________________________________
4574 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
4575         Log: Make missing the RADIXCHAR a softer, gentler error.
4576      Branch: perl
4577            ! ext/I18N/Langinfo/Langinfo.t
4578 ____________________________________________________________________________
4579 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
4580         Log: Nuke also the LANG because of glibc.
4581      Branch: perl
4582            ! lib/open.t
4583 ____________________________________________________________________________
4584 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
4585         Log: Also the ^Is is optional.
4586      Branch: perl
4587            ! pod/perlunicode.pod t/op/pat.t
4588 ____________________________________________________________________________
4589 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
4590         Log: Be careful to pull chars from the varargs stack when
4591              formatting chars.
4592      Branch: perl
4593            ! regcomp.c
4594 ____________________________________________________________________________
4595 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
4596         Log: sortsv not in place anymore, noticed by John P. Linderman.
4597      Branch: perl
4598            ! pod/perlapi.pod pp_ctl.c
4599 ____________________________________________________________________________
4600 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
4601         Log: Make the diagnostic messages more neutral.
4602      Branch: perl
4603            ! ext/B/t/terse.t
4604 ____________________________________________________________________________
4605 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
4606         Log: Forgotten from #12288.
4607      Branch: perl
4608            ! ext/Data/Dumper/Dumper.pm
4609 ____________________________________________________________________________
4610 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
4611         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
4612              From: Brian Ingerson <ingy@ttul.org>
4613              Date: Sun, 30 Sep 2001 21:45:56 -0700
4614              Message-ID: <20010930214556.D26392@ttul.org>
4615              
4616              (remember also the #12289)
4617      Branch: perl
4618            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
4619 ____________________________________________________________________________
4620 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
4621         Log: More Unicode property tests for the abbreviated
4622              general properties.
4623      Branch: perl
4624            ! t/op/pat.t
4625 ____________________________________________________________________________
4626 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
4627         Log: Further tweaks to the Unicode properties.
4628      Branch: perl
4629            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
4630 ____________________________________________________________________________
4631 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
4632         Log: Retract #12284.
4633      Branch: perl
4634            ! lib/Term/Cap.t
4635 ____________________________________________________________________________
4636 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
4637         Log: (Retracted by #12285)
4638      Branch: perl
4639            ! lib/Term/Cap.t
4640 ____________________________________________________________________________
4641 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
4642         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
4643              From: "chromatic" <chromatic@rmci.net>  
4644              Date: Sun, 30 Sep 2001 16:10:02 -0600
4645              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
4646      Branch: perl
4647            + lib/Term/Cap.t
4648            ! MANIFEST
4649 ____________________________________________________________________________
4650 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
4651         Log: Use stty -g to restore the terminal state, do not even
4652              try to run the tests if stty -g is not available.
4653      Branch: perl
4654            ! lib/Term/Complete.t
4655 ____________________________________________________________________________
4656 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
4657         Log: Cleanup utf8_heavy; allow dropping the In prefix from
4658              Unicode script/block properties.
4659      Branch: perl
4660            ! lib/utf8_heavy.pl
4661 ____________________________________________________________________________
4662 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
4663         Log: Retract the #12259 for now.
4664      Branch: perl
4665            ! embed.h embed.pl sv.h
4666 ____________________________________________________________________________
4667 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
4668         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
4669      Branch: perl
4670            + lib/Text/TabsWrap/CHANGELOG
4671            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
4672 ____________________________________________________________________________
4673 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
4674         Log: #12272 wasn't right, it introduced an extra ().
4675      Branch: perl
4676            ! lib/utf8_heavy.pl
4677 ____________________________________________________________________________
4678 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
4679         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
4680              From: Jonathan Stowe <gellyfish@gellyfish.com>
4681              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
4682              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
4683      Branch: perl
4684            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
4685 ____________________________________________________________________________
4686 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
4687         Log: Subject: Patch to put qsortsv in the public API
4688              From: Brian Ingerson <ingy@ttul.org>
4689              Date: Sat, 29 Sep 2001 17:41:13 -0700
4690              Message-ID: <20010929174113.A30223@ttul.org>
4691      Branch: perl
4692            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
4693 ____________________________________________________________________________
4694 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
4695         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
4696              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4697              Date: Sat, 29 Sep 2001 23:54:48 +0200
4698              Message-ID: <20010929235448.A5017@rafael>
4699      Branch: perl
4700            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
4701 ____________________________________________________________________________
4702 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
4703         Log: FAQ sync.
4704      Branch: perl
4705            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
4706            ! pod/perlfaq9.pod
4707 ____________________________________________________________________________
4708 [ 12273] By: bailey                                on 2001/09/29  23:43:46
4709         Log: Resync with mainline
4710      Branch: vmsperl
4711           +> (branch 1207 files)
4712            - (delete 324 files)
4713           !> (integrate 866 files)
4714 ____________________________________________________________________________
4715 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
4716         Log: Nasty recursion trap if one would match Unicode.
4717      Branch: perl
4718            ! lib/utf8_heavy.pl
4719 ____________________________________________________________________________
4720 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
4721         Log: More Unicode todo.
4722      Branch: perl
4723            ! pod/perltodo.pod
4724 ____________________________________________________________________________
4725 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
4726         Log: Explain a bit the new more flexible \p\P syntax.
4727      Branch: perl
4728            ! pod/perlunicode.pod
4729 ____________________________________________________________________________
4730 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
4731         Log: More leniency to the \p and \P: now can have whitespace
4732              between the property definition and the curlies; now can
4733              invert the property by having a caret between the open
4734              curly and the property.
4735      Branch: perl
4736            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
4737 ____________________________________________________________________________
4738 [ 12268] By: nick                                  on 2001/09/29  17:39:26
4739         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
4740              one test (lib/open.t) fails
4741      Branch: perlio
4742           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
4743           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
4744           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
4745           +> lib/Tie/Scalar.t lib/open.t
4746            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
4747            - ext/B/Stash.t
4748           !> (integrate 62 files)
4749 ____________________________________________________________________________
4750 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
4751         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
4752      Branch: perl
4753            ! t/op/chdir.t
4754 ____________________________________________________________________________
4755 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
4756         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
4757              From: "Craig A. Berry" <craigberry@mac.com> 
4758              Date: Sat, 29 Sep 2001 09:35:33 -0500
4759              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
4760      Branch: perl
4761            ! t/op/chdir.t
4762 ____________________________________________________________________________
4763 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
4764         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
4765              From: "chromatic" <chromatic@rmci.net>
4766              Date: Fri, 28 Sep 2001 21:20:12 -0600
4767              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
4768      Branch: perl
4769            + lib/Tie/Scalar.t
4770            ! MANIFEST lib/Tie/Scalar.pm
4771 ____________________________________________________________________________
4772 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
4773         Log: Allow for more flexibility in the \p{In...} names, now
4774              case doesn't matter, and any space or dash can be
4775              matched by any space, dash, underbar, or empty.
4776              (may be going too far on leniency)
4777      Branch: perl
4778            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
4779            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
4780            ! t/op/pat.t
4781 ____________________________________________________________________________
4782 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
4783         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
4784              From: "chromatic" <chromatic@rmci.net>
4785              Date: Fri, 28 Sep 2001 17:39:50 -0600
4786              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
4787      Branch: perl
4788            + lib/open.t
4789            ! MANIFEST
4790 ____________________________________________________________________________
4791 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
4792         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
4793              From: "Craig A. Berry" <craigberry@mac.com>
4794              Date: Fri, 28 Sep 2001 16:24:51 -0500
4795              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
4796      Branch: perl
4797            ! ext/File/Glob/t/basic.t
4798 ____________________________________________________________________________
4799 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
4800         Log: Subject: [DOC PATCH] Carp.pm pod typo
4801              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4802              Date: Fri, 28 Sep 2001 23:14:51 +0200
4803              Message-ID: <20010928231451.E16889@rafael>
4804      Branch: perl
4805            ! lib/Carp.pm
4806 ____________________________________________________________________________
4807 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
4808         Log: Subject: [PATCH] Allow an @INC hook to set %INC
4809              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4810              Date: Fri, 28 Sep 2001 22:18:13 +0200
4811              Message-ID: <20010928221813.A16889@rafael>
4812      Branch: perl
4813            ! pp_ctl.c
4814 ____________________________________________________________________________
4815 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
4816         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
4817              From: Nicholas Clark <nick@ccl4.org>
4818              Date: Fri, 28 Sep 2001 23:39:33 +0100
4819              Message-ID: <20010928233933.C23673@plum.flirble.org>
4820      Branch: perl
4821            ! embed.h embed.pl sv.h
4822 ____________________________________________________________________________
4823 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
4824         Log: Update Changes.
4825      Branch: perl
4826            ! Changes patchlevel.h
4827 ____________________________________________________________________________
4828 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
4829         Log: Move the B tests to B/t.
4830      Branch: perl
4831            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
4832            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
4833            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
4834            - ext/B/Showlex.t ext/B/Stash.t
4835            ! MANIFEST
4836 ____________________________________________________________________________
4837 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
4838         Log: Forgot from #12254.
4839      Branch: perl
4840            + ext/B/B/Terse.t
4841 ____________________________________________________________________________
4842 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
4843         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
4844              From: "chromatic" <chromatic@rmci.net>
4845              Date: Thu, 27 Sep 2001 23:22:17 -0600
4846              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
4847      Branch: perl
4848            ! MANIFEST
4849 ____________________________________________________________________________
4850 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
4851         Log: Test numbering mismatch.
4852      Branch: perl
4853            ! t/op/chdir.t
4854 ____________________________________________________________________________
4855 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
4856         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
4857              From: "Craig A. Berry" <craigberry@mac.com>
4858              Date: Wed, 26 Sep 2001 17:43:14 -0500
4859              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
4860      Branch: perl
4861            ! iperlsys.h t/op/chdir.t
4862 ____________________________________________________________________________
4863 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
4864         Log: Subject: [PATCH gv.c] make __ANON__ global
4865              From: Robin Barker <rmb1@cise.npl.co.uk>
4866              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
4867              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
4868      Branch: perl
4869            ! gv.c t/op/anonsub.t t/op/runlevel.t
4870 ____________________________________________________________________________
4871 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
4872         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
4873              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4874              Date: Thu, 27 Sep 2001 22:34:32 +0200
4875              Message-ID: <20010927223432.A1485@rafael>
4876      Branch: perl
4877            ! ext/B/B/Terse.pm
4878 ____________________________________________________________________________
4879 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
4880         Log: (retracted by #12338)
4881              
4882              Subject: [PATCH] Cleanup of perldsc.pod      
4883              From: Casey West <casey@geeknest.com>
4884              Date: Thu, 27 Sep 2001 11:13:17 -0400
4885              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
4886      Branch: perl
4887            ! pod/perldsc.pod
4888 ____________________________________________________________________________
4889 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
4890         Log: Not everyone is using ithreads...
4891      Branch: perl
4892            ! ext/Devel/Peek/Peek.t
4893 ____________________________________________________________________________
4894 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
4895         Log: Document the nss_delete core dump workaround for HP-UX
4896              and Solaris, bug IDs 20010805.018 and 20010629.004.
4897      Branch: perl
4898            ! README.hpux README.solaris
4899 ____________________________________________________________________________
4900 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
4901         Log: Dump Unicode hash keys also as Unicode,
4902              not just as a byte string.
4903      Branch: perl
4904            ! dump.c ext/Devel/Peek/Peek.t
4905 ____________________________________________________________________________
4906 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
4907         Log: Integrate changes #12241 and #12242 from macperl:
4908              
4909              Remove unneeded disabling of umask() calls
4910              
4911              Note (get|set)sockopt are available.
4912      Branch: perl
4913           !> lib/File/Temp.pm pod/perlport.pod
4914 ____________________________________________________________________________
4915 [ 12244] By: sky                                   on 2001/09/27  08:53:00
4916         Log: Flush buffers on thread closedown.
4917      Branch: perl
4918            ! ext/threads/threads.xs
4919 ____________________________________________________________________________
4920 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
4921         Log: Dump SvUTF8(sv)s also as \x{...}.
4922              
4923              TODO: dump the SvUTF8() hash keys similarly. 
4924      Branch: perl
4925            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
4926 ____________________________________________________________________________
4927 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
4928         Log: Note (get|set)sockopt are available.
4929      Branch: maint-5.6/macperl
4930            ! pod/perlport.pod
4931 ____________________________________________________________________________
4932 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
4933         Log: Remove unneeded disabling of umask() calls
4934      Branch: maint-5.6/macperl
4935            ! lib/File/Temp.pm
4936 ____________________________________________________________________________
4937 [ 12240] By: sky                                   on 2001/09/26  18:44:56
4938         Log: Documention update
4939      Branch: perl
4940            ! ext/threads/threads.pm
4941 ____________________________________________________________________________
4942 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
4943         Log: Update Changes.
4944      Branch: perl
4945            ! Changes patchlevel.h
4946 ____________________________________________________________________________
4947 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
4948         Log: Check that all environment variables are tainted.
4949      Branch: perl
4950            ! t/op/taint.t
4951 ____________________________________________________________________________
4952 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
4953         Log: Manual integration error in #12235.
4954      Branch: perl
4955            ! lib/File/DosGlob.t
4956 ____________________________________________________________________________
4957 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
4958         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
4959              From: "chromatic" <chromatic@rmci.net>
4960              Date: Tue, 25 Sep 2001 23:57:07 -0600
4961              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
4962      Branch: perl
4963            ! perlio.c
4964 ____________________________________________________________________________
4965 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
4966         Log: Integrate macperl changes from Chris Nandor:
4967              12192 11817 11815 11813 11778 11775
4968              
4969              Update CPAN.pm to work with new Mac::BuildTools instead
4970              of ExtUtils::MM_MacOS "orphan" functions
4971              
4972              Fix test
4973              
4974              Make syntax check report in MPW style, fix tests
4975              to use Mac::err=unix to get normal-style error
4976              messages.
4977              
4978              More module and test ports from Thomas Wegner et al
4979              
4980              Fix open of /dev/null for Mac OS
4981              
4982              Allow for platforms to override formatting of errors
4983              on output from Matthias Neeracher (core files)
4984      Branch: perl
4985            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
4986            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
4987            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
4988           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
4989           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
4990           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
4991 ____________________________________________________________________________
4992 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
4993         Log: grrr.
4994      Branch: perl
4995            ! t/op/gv.t
4996 ____________________________________________________________________________
4997 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
4998         Log: Retract #12232.
4999      Branch: perl
5000            ! t/op/gv.t
5001 ____________________________________________________________________________
5002 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
5003         Log: (Retracted by #12233.)
5004      Branch: perl
5005            ! t/op/gv.t
5006 ____________________________________________________________________________
5007 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
5008         Log: Detypo.
5009      Branch: perl
5010            ! ext/Encode/Makefile.PL
5011 ____________________________________________________________________________
5012 [ 12230] By: sky                                   on 2001/09/26  11:36:23
5013         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
5014              We are using a "delay" here because we do not want to depend on thread synchronization issues.
5015      Branch: perl
5016            + ext/threads/t/stress_cv.t
5017            ! MANIFEST ext/threads/t/stress_string.t
5018 ____________________________________________________________________________
5019 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
5020         Log: NetWare tweak from Ananth Kesari.
5021      Branch: perl
5022            ! NetWare/t/Readme.txt
5023 ____________________________________________________________________________
5024 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
5025         Log: Trick to fool case-blind filesystems.
5026      Branch: perl
5027            ! ext/Encode/Makefile.PL
5028 ____________________________________________________________________________
5029 [ 12227] By: sky                                   on 2001/09/26  11:06:50
5030         Log: Threads can start executing in a different order than they were
5031              created.... so we cannot ok() inside the threadstarter.
5032      Branch: perl
5033            ! ext/threads/t/stress_string.t
5034 ____________________________________________________________________________
5035 [ 12226] By: sky                                   on 2001/09/26  07:41:45
5036         Log: Add in stress_string.t to stress test threads a bit more.
5037      Branch: perl
5038            + ext/threads/t/stress_string.t
5039            ! MANIFEST
5040 ____________________________________________________________________________
5041 [ 12225] By: sky                                   on 2001/09/26  07:04:21
5042         Log: Fix negative refcount introduced by #12223.
5043      Branch: perl
5044            ! ext/threads/threads.xs
5045 ____________________________________________________________________________
5046 [ 12224] By: sky                                   on 2001/09/26  06:57:58
5047         Log: Update documentation to match change #12223
5048      Branch: perl
5049            ! sharedsv.c
5050 ____________________________________________________________________________
5051 [ 12223] By: sky                                   on 2001/09/26  06:54:32
5052         Log: Use a separate interpreter for the sharedsv space. Another
5053              negative sv leak. Sigh.
5054      Branch: perl
5055            ! sharedsv.c
5056 ____________________________________________________________________________
5057 [ 12222] By: sky                                   on 2001/09/26  05:58:35
5058         Log: Do the environ assignment in perl_contruct to match perl_destruct.
5059              Now we don't need to perl_parse/perl_run. However environ is a
5060              global....
5061      Branch: perl
5062            ! perl.c
5063 ____________________________________________________________________________
5064 [ 12221] By: sky                                   on 2001/09/26  05:41:02
5065         Log: Move the creation of PL_strtab to perl_construct so we can work
5066              with HV and HEs without running perl_parse.
5067      Branch: perl
5068            ! perl.c
5069 ____________________________________________________________________________
5070 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
5071         Log: integrate macperl changes into maint-5.6
5072      Branch: maint-5.6/perl
5073           !> (integrate 26 files)
5074 ____________________________________________________________________________
5075 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
5076         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
5077              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
5078      Branch: maint-5.6/macperl
5079            ! macos/ext/Mac/Fonts/Fonts.xs
5080            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
5081 ____________________________________________________________________________
5082 [ 12218] By: ams                                   on 2001/09/25  23:31:33
5083         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
5084              From: Nicholas Clark <nick@ccl4.org>
5085              Date: Wed, 26 Sep 2001 01:20:20 +0100
5086              Message-Id: <20010926012020.B48092@plum.flirble.org>
5087      Branch: perl
5088            ! lib/AutoSplit.t
5089 ____________________________________________________________________________
5090 [ 12217] By: ams                                   on 2001/09/25  22:33:05
5091         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
5092              From: "Craig A. Berry" <craigberry@mac.com>
5093              Date: Tue, 25 Sep 2001 18:08:42 -0500
5094              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
5095      Branch: perl
5096            ! vms/vms.c
5097 ____________________________________________________________________________
5098 [ 12216] By: ams                                   on 2001/09/25  21:41:01
5099         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
5100              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
5101              From: Michael G Schwern <schwern@pobox.com>
5102              Date: Wed, 26 Sep 2001 00:38:21 -0400
5103              Message-Id: <20010926003821.A627@blackrider>
5104      Branch: perl
5105            ! lib/AutoSplit.t
5106 ____________________________________________________________________________
5107 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
5108         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
5109              From: Michael G Schwern <schwern@pobox.com>
5110              Date: Tue, 25 Sep 2001 17:43:49 -0400
5111              Message-ID: <20010925174349.B19534@blackrider>
5112      Branch: perl
5113            ! lib/Test/Simple.pm lib/Test/Utils.pm
5114 ____________________________________________________________________________
5115 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
5116         Log: Integrate changes from bleadperl.
5117      Branch: maint-5.6/macperl
5118           !> pod/perlport.pod
5119 ____________________________________________________________________________
5120 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
5121         Log: skip($mess) should result in one skip.
5122      Branch: perl
5123            ! t/test.pl
5124 ____________________________________________________________________________
5125 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
5126         Log: Integrate change #12200 from maintperl.
5127      Branch: maint-5.6/macperl
5128           !> win32/perlhost.h
5129 ____________________________________________________________________________
5130 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
5131         Log: Fix file types to "apple"
5132      Branch: maint-5.6/macperl
5133            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
5134            ! macos/ext/Mac/SAT/t/Collision.rsrc
5135 ____________________________________________________________________________
5136 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
5137         Log: Fix rsrc file as snd file; fix path in t file.
5138      Branch: maint-5.6/macperl
5139            ! macos/ext/Mac/Notification/t/Notification.rsrc
5140            ! macos/ext/Mac/Notification/t/Notification.t
5141 ____________________________________________________________________________
5142 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
5143         Log: Sync up with File::Find from bleadperl.
5144      Branch: maint-5.6/macperl
5145            ! lib/File/Find.pm t/lib/filefind-taint.t
5146 ____________________________________________________________________________
5147 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
5148         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
5149              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
5150              of hundreds)
5151      Branch: maint-5.6/macperl
5152            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
5153            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
5154            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
5155 ____________________________________________________________________________
5156 [ 12207] By: nick                                  on 2001/09/25  19:04:36
5157         Log: Integrate mainline (untested while modem is up)
5158      Branch: perlio
5159           +> lib/AutoSplit.t t/test.pl
5160            - lib/warnings/register.t
5161           !> (integrate 28 files)
5162 ____________________________________________________________________________
5163 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
5164         Log: perldiag entry for #12205.
5165      Branch: perl
5166            ! pod/perldiag.pod
5167 ____________________________________________________________________________
5168 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
5169         Log: Subject: [PATCH] warning on v-string in use/require
5170              From: John Peacock <jpeacock@rowman.com>
5171              Date: Mon, 24 Sep 2001 17:29:03 -0400
5172              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
5173      Branch: perl
5174            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
5175 ____________________________________________________________________________
5176 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
5177         Log: perltooc et al updates.
5178      Branch: perl
5179            ! plan9/mkfile pod/roffitall
5180 ____________________________________________________________________________
5181 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
5182         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
5183              From: Michael G Schwern <schwern@pobox.com>
5184              Date: Sun, 23 Sep 2001 00:07:12 -0400
5185              Message-ID: <20010923000712.A7005@blackrider>
5186      Branch: perl
5187            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
5188 ____________________________________________________________________________
5189 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
5190         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
5191              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
5192              Date: Wed, 26 Sep 2001 01:25:10 +0900
5193              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
5194      Branch: perl
5195            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
5196            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
5197            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
5198 ____________________________________________________________________________
5199 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
5200         Log: Integrate change #12200 from maintperl;
5201              on windows, virtualized environment could propagate deleted variables
5202              into children if they happen to be at the very end of the table
5203      Branch: perl
5204           !> win32/perlhost.h
5205 ____________________________________________________________________________
5206 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
5207         Log: on windows, virtualized environment could propagate deleted variables
5208              into children if they happen to be at the very end of the table
5209              (thanks for succinct test case from Johan Holmberg, and fix from
5210              Doug Lankshear)
5211      Branch: maint-5.6/perl
5212            ! win32/perlhost.h
5213 ____________________________________________________________________________
5214 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
5215         Log: avoid the use of ftime() (it does a useless, potentially
5216              expensive call to GetTimeZoneInformation()); this potentially
5217              also results in three more digits of precision from
5218              Time::HiRes::time()
5219      Branch: perl
5220            ! ext/Time/HiRes/HiRes.xs
5221 ____________________________________________________________________________
5222 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
5223         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
5224              
5225              Note: io/binmode is failing, have to figure out why.
5226      Branch: perl
5227            + t/test.pl
5228            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
5229            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
5230            ! t/run/exit.t
5231 ____________________________________________________________________________
5232 [ 12197] By: ams                                   on 2001/09/25  13:48:55
5233         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
5234              From: Nicholas Clark <nick@ccl4.org>
5235              Date: Tue, 25 Sep 2001 00:37:40 +0100
5236              Message-Id: <20010925003740.S4971@plum.flirble.org>
5237              (Further changes expected.)
5238      Branch: perl
5239            + lib/AutoSplit.t
5240            ! MANIFEST
5241 ____________________________________________________________________________
5242 [ 12196] By: sky                                   on 2001/09/25  13:37:12
5243         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
5244              _ftime to try and be more robust.
5245      Branch: perl
5246            ! ext/Time/HiRes/HiRes.xs
5247 ____________________________________________________________________________
5248 [ 12194] By: ams                                   on 2001/09/25  11:40:00
5249         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
5250              From: "Craig A. Berry" <craigberry@mac.com>
5251              Date: Mon, 24 Sep 2001 17:54:20 -0500
5252              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
5253      Branch: perl
5254            ! vms/descrip_mms.template
5255 ____________________________________________________________________________
5256 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
5257         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
5258              not working, cursor not spinning (Bug #422129); external
5259              editor problems (Bug #456329); escape/cmd-. not activating
5260              "Cancel" in Save dialog box (Bug #446960); Runtimes not
5261              executing on launch (Bug #464441).
5262      Branch: maint-5.6/macperl
5263            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
5264            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
5265            ! macos/macperl/MacPerl.r
5266 ____________________________________________________________________________
5267 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
5268         Log: Update CPAN.pm to work with new Mac::BuildTools instead
5269              of ExtUtils::MM_MacOS "orphan" functions
5270      Branch: maint-5.6/macperl
5271            ! lib/CPAN.pm
5272 ____________________________________________________________________________
5273 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
5274         Log: Fix up another xsubpp problem (Matthias Neeracher)
5275      Branch: maint-5.6/macperl
5276            ! macos/xsubpp
5277 ____________________________________________________________________________
5278 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
5279         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
5280      Branch: maint-5.6/macperl
5281            ! macos/lib/ExtUtils/MM_MacOS.pm
5282 ____________________________________________________________________________
5283 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
5284         Log: Fix up Makefiles for more Mac:: modules (and prepare for
5285              static build ...?)
5286      Branch: maint-5.6/macperl
5287            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
5288            ! macos/macperl/Makefile.mk
5289 ____________________________________________________________________________
5290 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
5291         Log: Fix up tests
5292      Branch: maint-5.6/macperl
5293            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
5294 ____________________________________________________________________________
5295 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
5296         Log: Make malloc smarter, fix bugs.  (Bug #404030)
5297      Branch: maint-5.6/macperl
5298            ! macos/icemalloc.c macos/icemalloc.h
5299 ____________________________________________________________________________
5300 [ 12186] By: nick                                  on 2001/09/24  19:18:17
5301         Log: Integrate mainline
5302      Branch: perlio
5303           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
5304           +> lib/filetest.t
5305           !> (integrate 30 files)
5306 ____________________________________________________________________________
5307 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
5308         Log: Retract #12136, the warnings::register is already
5309              tested by t/lib/warnings/9enabled, as pointed out
5310              by Paul Marquess.
5311      Branch: perl
5312            - lib/warnings/register.t
5313            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
5314 ____________________________________________________________________________
5315 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
5316         Log: fix Time::HiRes implementation of gettimeofday() on windows
5317              (HiRes.t#14 now passes)
5318      Branch: perl
5319            ! ext/Time/HiRes/HiRes.xs
5320 ____________________________________________________________________________
5321 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
5322         Log: File::Spec::catfile() canonifies everything to blackslashes on
5323              windows :-(
5324      Branch: perl
5325            ! lib/ExtUtils/Manifest.t
5326 ____________________________________________________________________________
5327 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
5328         Log: test number mismatch
5329      Branch: perl
5330            ! t/op/magic.t
5331 ____________________________________________________________________________
5332 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
5333         Log: ok().
5334      Branch: perl
5335            ! t/op/pack.t
5336 ____________________________________________________________________________
5337 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
5338         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
5339              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
5340      Branch: perl
5341            ! pp_pack.c t/op/pack.t
5342 ____________________________________________________________________________
5343 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
5344         Log: Update Changes.
5345      Branch: perl
5346            ! Changes patchlevel.h
5347 ____________________________________________________________________________
5348 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
5349         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
5350              From: Michael G Schwern <schwern@pobox.com>
5351              Date: Mon, 24 Sep 2001 11:12:13 -0400
5352              Message-ID: <20010924111213.G27885@blackrider>
5353      Branch: perl
5354            ! lib/ExtUtils/Manifest.pm
5355 ____________________________________________________________________________
5356 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
5357         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
5358              From: Michael G Schwern <schwern@pobox.com> 
5359              Date: Mon, 24 Sep 2001 11:02:07 -0400
5360              Message-ID: <20010924110207.E27885@blackrider>
5361      Branch: perl
5362            ! vms/test.com
5363 ____________________________________________________________________________
5364 [ 12176] By: ams                                   on 2001/09/24  14:01:59
5365         Log: Update Changes.
5366      Branch: perl
5367            ! Changes
5368 ____________________________________________________________________________
5369 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
5370         Log: Various cleanups.
5371      Branch: perl
5372            ! ext/threads/Makefile.PL ext/threads/threads.xs
5373 ____________________________________________________________________________
5374 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
5375         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
5376      Branch: maint-5.6/macperl
5377           !> (integrate 33 files)
5378 ____________________________________________________________________________
5379 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
5380         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
5381              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
5382              Date: Mon, 24 Sep 2001 20:04:58 +0900
5383              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
5384      Branch: perl
5385            ! ext/Encode/Encode/gb2312.enc
5386 ____________________________________________________________________________
5387 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
5388         Log: Clarifying comment to #12164.
5389      Branch: perl
5390            ! lib/Cwd.pm
5391 ____________________________________________________________________________
5392 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
5393         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
5394              From: Nicholas Clark <nick@ccl4.org>
5395              Date: Sun, 23 Sep 2001 23:00:56 +0100
5396              Message-ID: <20010923230055.Y4971@plum.flirble.org>
5397              
5398              (with "sample_constants" changed to "fallback")
5399      Branch: perl
5400            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
5401            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
5402            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
5403            ! lib/h2xs.t utils/h2xs.PL
5404 ____________________________________________________________________________
5405 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
5406         Log: Metaconfig unit change for #12167.
5407      Branch: metaconfig
5408            ! U/modified/Cppsym.U
5409 ____________________________________________________________________________
5410 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
5411         Log: Add a few glibc cpp symbols to probe for.
5412      Branch: perl
5413            ! Configure
5414 ____________________________________________________________________________
5415 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
5416         Log: DJGPP tweaks for Laszlo Molnar.
5417      Branch: perl
5418            ! djgpp/djgppsed.sh dosish.h
5419 ____________________________________________________________________________
5420 [ 12165] By: ams                                   on 2001/09/24  10:07:08
5421         Log: Subject: [PATCH t/op/inccode.t] More tests
5422              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
5423              Date: 24 Sep 2001 10:01:44 -0000
5424              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
5425      Branch: perl
5426            ! t/op/inccode.t
5427 ____________________________________________________________________________
5428 [ 12164] By: ams                                   on 2001/09/24  09:43:29
5429         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
5430              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
5431              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
5432              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
5433      Branch: perl
5434            ! lib/Cwd.pm
5435 ____________________________________________________________________________
5436 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
5437         Log: 1_compile updates.
5438      Branch: perl
5439            ! t/lib/1_compile.t
5440 ____________________________________________________________________________
5441 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
5442         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
5443              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5444              Date: Wed, 19 Sep 2001 22:47:14 +0200
5445              Message-ID: <20010919224714.A6382@rafael>
5446      Branch: perl
5447            ! pod/perlvar.pod pp_ctl.c
5448 ____________________________________________________________________________
5449 [ 12161] By: ams                                   on 2001/09/23  17:40:02
5450         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
5451              filetest Pragma
5452              From: "chromatic" <chromatic@rmci.net>
5453              Date: Sun, 23 Sep 2001 12:07:25 -0600
5454              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
5455      Branch: perl
5456            + lib/filetest.t
5457            ! MANIFEST t/lib/1_compile.t
5458 ____________________________________________________________________________
5459 [ 12160] By: ams                                   on 2001/09/23  16:32:11
5460         Log: Additional minor chdir() tweak.
5461      Branch: perl
5462            ! pod/perlfunc.pod
5463 ____________________________________________________________________________
5464 [ 12159] By: ams                                   on 2001/09/23  16:25:01
5465         Log: Subject: PATCH lib/ExtUtils/Command.t
5466              From: Abe Timmerman <abe@ztreet.demon.nl>
5467              Date: Sun, 23 Sep 2001 19:11:44 +0200
5468              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
5469      Branch: perl
5470            ! lib/ExtUtils/Command.t
5471 ____________________________________________________________________________
5472 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
5473         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
5474              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
5475              Date: Sun, 23 Sep 2001 02:02:26 +0200
5476              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
5477      Branch: perl
5478            ! makedef.pl
5479 ____________________________________________________________________________
5480 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
5481         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
5482              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
5483              Date: Sat, 22 Sep 2001 12:54:39 -0500
5484              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
5485      Branch: perl
5486            ! t/op/study.t
5487 ____________________________________________________________________________
5488 [ 12156] By: nick                                  on 2001/09/23  07:48:44
5489         Log: Integrate mainline
5490      Branch: perlio
5491            - check83.pl
5492           !> ext/Encode/Encode/2022-cn.enc
5493 ____________________________________________________________________________
5494 [ 12155] By: nick                                  on 2001/09/23  07:48:01
5495         Log: Integrate mainline
5496      Branch: perlio
5497           +> (branch 64 files)
5498            - ext/Encode/Encode/cns11643-1.enc
5499            - ext/Encode/Encode/cns11643-2.enc
5500            - ext/Encode/Encode/iso2022-cn.enc
5501            - ext/Encode/Encode/iso2022-jp.enc
5502            - ext/Encode/Encode/iso2022-jp1.enc
5503            - ext/Encode/Encode/iso2022-jp2.enc
5504            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
5505            - ext/Encode/Encode/iso8859-1.enc
5506            - ext/Encode/Encode/iso8859-1.ucm
5507            - ext/Encode/Encode/iso8859-10.enc
5508            - ext/Encode/Encode/iso8859-10.ucm
5509            - ext/Encode/Encode/iso8859-13.enc
5510            - ext/Encode/Encode/iso8859-13.ucm
5511            - ext/Encode/Encode/iso8859-14.enc
5512            - ext/Encode/Encode/iso8859-14.ucm
5513            - ext/Encode/Encode/iso8859-15.enc
5514            - ext/Encode/Encode/iso8859-15.ucm
5515            - ext/Encode/Encode/iso8859-16.enc
5516            - ext/Encode/Encode/iso8859-16.ucm
5517            - ext/Encode/Encode/iso8859-2.enc
5518            - ext/Encode/Encode/iso8859-2.ucm
5519            - ext/Encode/Encode/iso8859-3.enc
5520            - ext/Encode/Encode/iso8859-3.ucm
5521            - ext/Encode/Encode/iso8859-4.enc
5522            - ext/Encode/Encode/iso8859-4.ucm
5523            - ext/Encode/Encode/iso8859-5.enc
5524            - ext/Encode/Encode/iso8859-5.ucm
5525            - ext/Encode/Encode/iso8859-6.enc
5526            - ext/Encode/Encode/iso8859-6.ucm
5527            - ext/Encode/Encode/iso8859-7.enc
5528            - ext/Encode/Encode/iso8859-7.ucm
5529            - ext/Encode/Encode/iso8859-8.enc
5530            - ext/Encode/Encode/iso8859-8.ucm
5531            - ext/Encode/Encode/iso8859-9.enc
5532            - ext/Encode/Encode/iso8859-9.ucm
5533            - ext/Encode/Encode/isoir-197.enc
5534            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
5535            - t/lib/sample-tests/header_at_end
5536            - t/lib/sample-tests/header_at_end_fail
5537           !> (integrate 174 files)
5538 ____________________________________________________________________________
5539 [ 12154] By: ams                                   on 2001/09/23  07:11:46
5540         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
5541              by Blair Zajac.
5542      Branch: perl
5543            ! pod/perlfunc.pod
5544 ____________________________________________________________________________
5545 [ 12153] By: ams                                   on 2001/09/23  06:56:32
5546         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
5547              Forgotten deprecation of *glob{FILEHANDLE}?
5548              From: "chromatic" <chromatic@rmci.net>
5549              Date: Sat, 22 Sep 2001 21:27:56 -0600
5550              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
5551      Branch: perl
5552            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
5553 ____________________________________________________________________________
5554 [ 12152] By: ams                                   on 2001/09/23  06:42:58
5555         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
5556              From: Michael G Schwern <schwern@pobox.com>
5557              Date: Sun, 23 Sep 2001 03:34:39 -0400
5558              Message-Id: <20010923033439.E7005@blackrider>
5559      Branch: perl
5560            ! lib/File/Find.pm
5561 ____________________________________________________________________________
5562 [ 12151] By: ams                                   on 2001/09/23  06:37:57
5563         Log: Subject: Re: t/op/magic.t missing tests on Win32
5564              From: Michael G Schwern <schwern@pobox.com>
5565              Date: Sat, 22 Sep 2001 20:29:09 -0400
5566              Message-Id: <20010922202909.I18223@blackrider>
5567      Branch: perl
5568            ! t/op/magic.t
5569 ____________________________________________________________________________
5570 [ 12150] By: ams                                   on 2001/09/23  06:36:26
5571         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
5572              Dumpvalue.pm
5573              From: "chromatic" <chromatic@rmci.net>
5574              Date: Sat, 22 Sep 2001 19:41:31 -0600
5575              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
5576      Branch: perl
5577            + lib/Dumpvalue.t
5578            ! MANIFEST lib/Dumpvalue.pm
5579 ____________________________________________________________________________
5580 [ 12149] By: ams                                   on 2001/09/23  06:25:35
5581         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
5582              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
5583              Date: Sun, 23 Sep 2001 15:27:56 +0900
5584              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
5585      Branch: perl
5586            ! ext/Encode/Encode/2022-cn.enc
5587 ____________________________________________________________________________
5588 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
5589         Log: Manual eror in #12147.
5590      Branch: perl
5591            ! win32/win32.c
5592 ____________________________________________________________________________
5593 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
5594         Log: Integrate change #12146 from maintperl;
5595              win32_chdir() et al don't handle a NULL argument gracefully
5596      Branch: perl
5597           !> win32/perlhost.h win32/win32.c
5598 ____________________________________________________________________________
5599 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
5600         Log: win32_chdir() et al don't handle a NULL argument gracefully
5601      Branch: maint-5.6/perl
5602            ! win32/perlhost.h win32/win32.c
5603 ____________________________________________________________________________
5604 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
5605         Log: typo in change#12026
5606      Branch: maint-5.6/perl
5607            ! op.c
5608 ____________________________________________________________________________
5609 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
5610         Log: Subject: [PATCH] Re: scalar context unpack bugs
5611              From: Nicholas Clark <nick@ccl4.org>
5612              Date: Sat, 22 Sep 2001 23:07:56 +0100
5613              Message-ID: <20010922230755.O4971@plum.flirble.org>
5614      Branch: perl
5615            ! pp_pack.c t/op/pack.t
5616 ____________________________________________________________________________
5617 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
5618         Log: Try ExtUtils::Command.t everywhere, not just on Win32
5619              (as suggested by NI-S).  Also allow running it either
5620              in t/ or in the main directory.
5621      Branch: perl
5622            ! lib/ExtUtils/Command.t
5623 ____________________________________________________________________________
5624 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
5625         Log: Update the test on warnings/register.t.
5626      Branch: perl
5627            ! t/lib/1_compile.t
5628 ____________________________________________________________________________
5629 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
5630         Log: The code is now almost tidy enough to keep the IRIX cc happy.
5631      Branch: perl
5632            ! hints/irix_6.sh
5633 ____________________________________________________________________________
5634 [ 12140] By: ams                                   on 2001/09/22  17:26:32
5635         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
5636              use_ithreads
5637              From: "Craig A. Berry" <craigberry@mac.com>
5638              Date: Sat, 22 Sep 2001 13:15:32 -0500
5639              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
5640      Branch: perl
5641            ! configure.com
5642 ____________________________________________________________________________
5643 [ 12139] By: ams                                   on 2001/09/22  16:44:08
5644         Log: Do what perl_clone() does for sharedsv functions.
5645      Branch: perl
5646            ! embed.pl proto.h
5647 ____________________________________________________________________________
5648 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
5649         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
5650              (suggested by Sarathy, extensions shouldn't be dabbling with
5651              op structures, so binary backward compatibility should not be
5652              an issue.)
5653      Branch: perl
5654            ! hints/irix_6.sh op.h
5655 ____________________________________________________________________________
5656 [ 12137] By: ams                                   on 2001/09/22  16:21:05
5657         Log: More cleanups. (What's PERL_DECL_PROT?)
5658      Branch: perl
5659            ! embed.pl proto.h sharedsv.h
5660 ____________________________________________________________________________
5661 [ 12136] By: ams                                   on 2001/09/22  15:14:34
5662         Log: (Retracted by #12185)
5663              
5664              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
5665              Add Tests for warnings::register, Doc Update
5666              From: "chromatic" <chromatic@rmci.net>
5667              Date: Sat, 22 Sep 2001 09:43:20 -0600
5668              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
5669      Branch: perl
5670            + lib/warnings/register.t
5671            ! MANIFEST lib/warnings/register.pm
5672 ____________________________________________________________________________
5673 [ 12135] By: ams                                   on 2001/09/22  15:07:50
5674         Log: `@foo' should be @foo for consistency.
5675      Branch: perl
5676            ! pod/perldiag.pod
5677 ____________________________________________________________________________
5678 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
5679         Log: (Retracted by #12138)
5680              
5681              Add -woff (turn warning off) 3187:
5682              "A pointer is converted to a smaller integer."
5683              This happens when your pointers are 64-bit: then every case
5684              of converting pointers to PADOFFSETs (explicitly 32-bit)
5685              faces truncation (even explicit use of INT2PTR doesn't help).
5686              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
5687              Changing PADOFFSET from U32 to UV would help, but that
5688              would break binary backward compatibility of BASEOP and padop
5689              (assuming you have been using 64-bit pointers).
5690      Branch: perl
5691            ! hints/irix_6.sh
5692 ____________________________________________________________________________
5693 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
5694         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
5695              but the name comes from the inside the file, not from the file
5696              name, and Rumanian is the name of the language.
5697      Branch: perl
5698            + ext/Encode/Encode/macRumanian.enc
5699            - ext/Encode/Encode/macRomania.enc
5700            ! MANIFEST
5701 ____________________________________________________________________________
5702 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
5703         Log: Rename perltootc as perltooc for 8.3-friedliness.
5704      Branch: perl
5705            + pod/perltooc.pod
5706            - pod/perltootc.pod
5707            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
5708            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
5709            ! pod/perltoot.pod
5710 ____________________________________________________________________________
5711 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
5712         Log: Find more conflicts by lowercasing.
5713      Branch: perl
5714            + Porting/check83.pl
5715            - check83.pl
5716            ! MANIFEST
5717 ____________________________________________________________________________
5718 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
5719         Log: The AIX cc 5.0.0.0 is simply too buggy.
5720      Branch: perl
5721            ! hints/aix.sh
5722 ____________________________________________________________________________
5723 [ 12129] By: ams                                   on 2001/09/22  12:35:38
5724         Log: Uninteresting cleanup.
5725      Branch: perl
5726            ! form.h
5727 ____________________________________________________________________________
5728 [ 12128] By: ams                                   on 2001/09/22  12:28:48
5729         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
5730              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
5731              Date: Sat, 22 Sep 2001 14:29:13 +0100
5732              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
5733      Branch: perl
5734            ! cv.h
5735 ____________________________________________________________________________
5736 [ 12127] By: ams                                   on 2001/09/22  12:04:28
5737         Log: What's a backet?
5738      Branch: perl
5739            ! dump.c
5740 ____________________________________________________________________________
5741 [ 12126] By: ams                                   on 2001/09/22  10:02:34
5742         Log: Removed duplicated tests #19 and #20.
5743      Branch: perl
5744            ! t/op/do.t
5745 ____________________________________________________________________________
5746 [ 12125] By: ams                                   on 2001/09/22  03:58:41
5747         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
5748              From: Michael Carman <mjcarman@home.com>
5749              Date: Fri, 21 Sep 2001 17:54:05 -0500
5750              Message-Id: <3BABC50D.6040202@home.com>
5751              (Applied with some changes.)
5752      Branch: perl
5753            ! pod/perlmod.pod
5754 ____________________________________________________________________________
5755 [ 12124] By: ams                                   on 2001/09/22  03:44:19
5756         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
5757              From: Michael G Schwern <schwern@pobox.com>
5758              Date: Fri, 21 Sep 2001 19:20:40 -0400
5759              Message-Id: <20010921192040.E5494@blackrider>
5760      Branch: perl
5761            ! t/op/chdir.t
5762 ____________________________________________________________________________
5763 [ 12123] By: ams                                   on 2001/09/22  03:41:08
5764         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
5765              From: Blair Zajac <blair@orcaware.com>
5766              Date: Fri, 21 Sep 2001 15:13:04 -0700
5767              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
5768      Branch: perl
5769            ! t/op/chdir.t
5770 ____________________________________________________________________________
5771 [ 12122] By: ams                                   on 2001/09/22  03:37:07
5772         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
5773              20010920.007
5774              From: Michael G Schwern <schwern@pobox.com>
5775              Date: Fri, 21 Sep 2001 17:59:03 -0400
5776              Message-Id: <20010921175903.V5494@blackrider>
5777      Branch: perl
5778            ! t/op/do.t
5779 ____________________________________________________________________________
5780 [ 12121] By: ams                                   on 2001/09/22  03:30:38
5781         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
5782              suite on WinCE)
5783              From: Michael G Schwern <schwern@pobox.com>
5784              Date: Fri, 21 Sep 2001 19:41:03 -0400
5785              Message-Id: <20010921194103.G5494@blackrider>
5786      Branch: perl
5787            ! pod/perlport.pod
5788 ____________________________________________________________________________
5789 [ 12120] By: ams                                   on 2001/09/22  03:28:06
5790         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
5791              From: Michael G Schwern <schwern@pobox.com>
5792              Date: Fri, 21 Sep 2001 17:33:35 -0400
5793              Message-Id: <20010921173335.T5494@blackrider>
5794              ($ENV{FOO}=undef hunk not applied.)
5795      Branch: perl
5796            ! t/op/magic.t
5797 ____________________________________________________________________________
5798 [ 12119] By: ams                                   on 2001/09/22  03:02:26
5799         Log: Subject: [PATCH] perldiag.pod
5800              From: Peter Scott <Peter@PSDT.com>
5801              Date: Fri, 21 Sep 2001 18:54:50 -0700
5802              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
5803              (Moved to the right place.)
5804      Branch: perl
5805            ! pod/perldiag.pod
5806 ____________________________________________________________________________
5807 [ 12118] By: ams                                   on 2001/09/21  20:05:29
5808         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
5809              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5810              Date: Fri, 21 Sep 2001 22:36:54 +0200
5811              Message-Id: <20010921223654.A12742@rafael>
5812      Branch: perl
5813            ! t/op/do.t
5814 ____________________________________________________________________________
5815 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
5816         Log: Restore things as they were before
5817              the backward compatibility police notices.
5818      Branch: perl
5819            ! lib/Cwd.pm
5820 ____________________________________________________________________________
5821 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
5822         Log: More Cwd from Schwern: make also OS/2 and DOS
5823              Cwd agree with File::Spec (that is, native path
5824              syntax using \ instead of / -- backward compatibility
5825              polic warning) and stop Win32 from using bsd_realpath().
5826      Branch: perl
5827            ! lib/Cwd.pm
5828 ____________________________________________________________________________
5829 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
5830         Log: Subject: [PATCH @12110] RE: Untested libraries update
5831              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
5832              Date: Fri, 21 Sep 2001 18:21:07 +0100
5833              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
5834      Branch: perl
5835            ! lib/warnings/register.pm
5836 ____________________________________________________________________________
5837 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
5838         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
5839              From: Michael G Schwern <schwern@pobox.com>
5840              Date: Thu, 20 Sep 2001 22:54:02 -0400
5841              Message-ID: <20010920225402.A3611@blackrider>
5842      Branch: perl
5843            ! lib/Cwd.pm
5844 ____________________________________________________________________________
5845 [ 12113] By: ams                                   on 2001/09/21  17:08:24
5846         Log: Subject: [PATCH] avoid v-strings with require/use
5847              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
5848              Date: Fri, 21 Sep 2001 12:34:40 -0400
5849              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
5850      Branch: perl
5851            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
5852            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
5853            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
5854            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
5855            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
5856            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
5857            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
5858            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
5859            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
5860            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
5861            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
5862            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
5863            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
5864            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
5865            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
5866            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
5867            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
5868            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
5869            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
5870 ____________________________________________________________________________
5871 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
5872         Log: Update Changes.
5873      Branch: perl
5874            ! Changes patchlevel.h
5875 ____________________________________________________________________________
5876 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
5877         Log: Make AIX and Tru64 compilers happy.  
5878      Branch: perl
5879            ! ext/threads/threads.h ext/threads/threads.xs
5880 ____________________________________________________________________________
5881 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
5882         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
5883              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
5884              Date: 21 Sep 2001 09:16:37 -0000
5885              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
5886      Branch: perl
5887            ! toke.c
5888 ____________________________________________________________________________
5889 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
5890         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
5891              From: Michael G Schwern <schwern@pobox.com>
5892              Date: Thu, 20 Sep 2001 21:21:34 -0400
5893              Message-ID: <20010920212134.Y28291@blackrider>
5894      Branch: perl
5895            ! pp_sys.c
5896 ____________________________________________________________________________
5897 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
5898         Log: Subject: Re: GDB Debugging Macros from mod_perl
5899              From: rspier@pobox.com (Robert Spier)
5900              Date: Thu, 20 Sep 2001 22:45:03 -0700
5901              Message-ID: <15274.54239.413929.49430@rls.cx>
5902      Branch: perl
5903            ! pod/perltodo.pod
5904 ____________________________________________________________________________
5905 [ 12105] By: sky                                   on 2001/09/21  10:33:34
5906         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
5907              timezone! GetSystemTime should be available on all Win32 
5908              platforms we support. Perhaps Time::HiRes should be extended to
5909              support WinCE and Novell?
5910      Branch: perl
5911            ! ext/Time/HiRes/HiRes.xs
5912 ____________________________________________________________________________
5913 [ 12104] By: sky                                   on 2001/09/21  08:12:39
5914         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
5915      Branch: perl
5916            ! ext/threads/threads.h ext/threads/threads.xs
5917 ____________________________________________________________________________
5918 [ 12103] By: sky                                   on 2001/09/21  07:57:41
5919         Log: Rename the *thread* functions to Perl_* to avoid clashes.
5920              Notably on AIX but could become a problem on other platforms.
5921      Branch: perl
5922            ! ext/threads/threads.h ext/threads/threads.xs
5923 ____________________________________________________________________________
5924 [ 12102] By: sky                                   on 2001/09/21  07:35:30
5925         Log: Add the shared sv space to the global vars.
5926              Fix problems compiling on win32.
5927      Branch: perl
5928            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
5929            ! sharedsv.c sharedsv.h
5930 ____________________________________________________________________________
5931 [ 12101] By: ams                                   on 2001/09/21  00:19:55
5932         Log: Subject: [PATCH] win32/Makefile warning fix
5933              From: Blair Zajac <blair@orcaware.com>
5934              Date: Thu, 20 Sep 2001 18:15:43 -0700
5935              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
5936      Branch: perl
5937            ! win32/Makefile
5938 ____________________________________________________________________________
5939 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
5940         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
5941              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
5942              Date: Thu, 20 Sep 2001 18:36:22 +0200
5943              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
5944      Branch: perl
5945            ! lib/ExtUtils/Command.t
5946 ____________________________________________________________________________
5947 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
5948         Log: Cant spl wirth a dam.
5949      Branch: perl
5950            ! intrpvar.h
5951 ____________________________________________________________________________
5952 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
5953         Log: Don't use C++ comments.
5954      Branch: perl
5955            ! ext/threads/threads.xs
5956 ____________________________________________________________________________
5957 [ 12097] By: ams                                   on 2001/09/20  21:42:07
5958         Log: Change #12044 didn't.
5959      Branch: perl
5960            ! lib/constant.pm
5961 ____________________________________________________________________________
5962 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
5963         Log: Metaconfig unit changes for #12095.
5964      Branch: metaconfig
5965            ! U/modified/Myinit.U U/modified/libs.U
5966 ____________________________________________________________________________
5967 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
5968         Log: Remove iconv references since we are not using it
5969              and not going to; regen perltoc, perlmodlib.
5970              (Some references still linger in perltoc, have to figure
5971              out where they are coming from.)
5972      Branch: perl
5973            ! Configure NetWare/config.wc NetWare/config_H.wc
5974            ! Porting/Glossary Porting/config.sh Porting/config_H
5975            ! config_h.SH configure.com epoc/config.sh perl.h
5976            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
5977            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
5978            ! vos/config.ga.h win32/config.bc win32/config.gc
5979            ! win32/config.vc win32/config_H.bc win32/config_H.gc
5980            ! win32/config_H.vc wince/config.ce wince/config.h
5981            ! wince/config_H.ce
5982 ____________________________________________________________________________
5983 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
5984         Log: Subject: [PATCH docs] Re: ARGV and read
5985              From: Dave Mitchell <davem@fdgroup.co.uk>
5986              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
5987              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
5988      Branch: perl
5989            ! pod/perltodo.pod pod/perlvar.pod
5990 ____________________________________________________________________________
5991 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
5992         Log: Fresh copies from the cvs.perl.org perlfaq repository.
5993      Branch: perl
5994            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
5995            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
5996            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
5997            ! pod/perlfaq9.pod
5998 ____________________________________________________________________________
5999 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
6000         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
6001              From: Nicholas Clark <nick@ccl4.org>
6002              Date: Thu, 20 Sep 2001 14:27:08 +0100
6003              Message-ID: <20010920142708.X4971@plum.flirble.org>
6004      Branch: perl
6005            ! pp_pack.c t/op/pack.t
6006 ____________________________________________________________________________
6007 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
6008         Log: The sharedsv_space* are variables, not code.  Duh.
6009      Branch: perl
6010            ! intrpvar.h makedef.pl
6011 ____________________________________________________________________________
6012 [ 12090] By: ams                                   on 2001/09/20  11:26:06
6013         Log: Subject: [patch lib/lib_pm.PL]
6014              From: Stas Bekman <stas@stason.org>
6015              Date: Thu, 20 Sep 2001 18:48:53 +0800
6016              Message-Id: <3BA9C995.6010302@stason.org>
6017              (Applied by hand.)
6018      Branch: perl
6019            ! lib/lib_pm.PL
6020 ____________________________________________________________________________
6021 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
6022         Log: Only 21 tests, skipping or not.
6023      Branch: perl
6024            ! lib/ExtUtils/Command.t
6025 ____________________________________________________________________________
6026 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
6027         Log: New exported symbols.
6028      Branch: perl
6029            ! makedef.pl
6030 ____________________________________________________________________________
6031 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
6032         Log: Update Changes.
6033      Branch: perl
6034            ! Changes patchlevel.h
6035 ____________________________________________________________________________
6036 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
6037         Log: Correct numbering of the tests is useful.
6038      Branch: perl
6039            ! ext/threads/t/basic.t
6040 ____________________________________________________________________________
6041 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
6042         Log: More tests now too.
6043      Branch: perl
6044            ! lib/ExtUtils/Command.t
6045 ____________________________________________________________________________
6046 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
6047         Log: More tests now.
6048      Branch: perl
6049            ! ext/threads/t/basic.t
6050 ____________________________________________________________________________
6051 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
6052         Log: The test assumed 7-bit ASCII.  Now it "just"
6053              assumes 8-bit whatever.
6054      Branch: perl
6055            ! t/op/crypt.t
6056 ____________________________________________________________________________
6057 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
6058         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
6059              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6060              Date: Wed, 19 Sep 2001 11:45:28 +0200
6061              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
6062              
6063              Lvalue casts are not portable.
6064      Branch: perl
6065            ! ext/threads/threads.xs
6066 ____________________________________________________________________________
6067 [ 12081] By: sky                                   on 2001/09/19  10:17:52
6068         Log: Make the basic test contain only realy basic API tests
6069              Seems to be a problem with detach.
6070      Branch: perl
6071            ! ext/threads/t/basic.t
6072 ____________________________________________________________________________
6073 [ 12080] By: ams                                   on 2001/09/19  01:23:55
6074         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
6075              From: Michael G Schwern <schwern@pobox.com>
6076              Date: Tue, 18 Sep 2001 19:53:48 -0400
6077              Message-Id: <20010918195348.M585@blackrider>
6078              
6079              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
6080              From: Michael G Schwern <schwern@pobox.com>
6081              Date: Tue, 18 Sep 2001 22:07:13 -0400
6082              Message-Id: <20010918220713.B19616@blackrider>
6083      Branch: perl
6084            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
6085            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
6086            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
6087            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
6088            ! lib/Test/Tutorial.pod
6089 ____________________________________________________________________________
6090 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
6091         Log: Indent the test a bit.
6092      Branch: perl
6093            ! ext/threads/t/basic.t
6094 ____________________________________________________________________________
6095 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
6096         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
6097              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
6098              Date: Tue, 18 Sep 2001 18:06:44 +0200
6099              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
6100      Branch: perl
6101            ! win32/win32.c
6102 ____________________________________________________________________________
6103 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
6104         Log: Subject: stat access time is wrong on Win95
6105              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
6106              Date: Tue, 18 Sep 2001 21:59:24 +0200
6107              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
6108      Branch: perl
6109            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
6110 ____________________________________________________________________________
6111 [ 12076] By: ams                                   on 2001/09/18  22:11:25
6112         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
6113              From: Michael G Schwern <schwern@pobox.com>
6114              Date: Tue, 18 Sep 2001 18:47:14 -0400
6115              Message-Id: <20010918184714.I585@blackrider>
6116      Branch: perl
6117            ! t/op/crypt.t
6118 ____________________________________________________________________________
6119 [ 12075] By: sky                                   on 2001/09/18  19:29:37
6120         Log: two test failures
6121              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6122              Message-ID: <20010918221702.A17408@rafael>
6123              partly applied, #12074 already fixed half the patch
6124      Branch: perl
6125            ! ext/threads/t/basic.t
6126 ____________________________________________________________________________
6127 [ 12074] By: sky                                   on 2001/09/18  18:49:03
6128         Log: Fixes test case failure introduced by #12071, the warning is
6129              now correctly spelled :-)
6130      Branch: perl
6131            ! ext/IO/lib/IO/t/io_sel.t
6132 ____________________________________________________________________________
6133 [ 12073] By: sky                                   on 2001/09/18  18:46:22
6134         Log: Make the test behave properly!
6135      Branch: perl
6136            ! ext/threads/t/basic.t
6137 ____________________________________________________________________________
6138 [ 12072] By: ams                                   on 2001/09/18  18:44:59
6139         Log: OP_RCATLINE is an SVOP, not a BASEOP.
6140      Branch: perl
6141            ! opcode.h opcode.pl
6142 ____________________________________________________________________________
6143 [ 12071] By: ams                                   on 2001/09/18  18:06:27
6144         Log: Deprecate != Depreciate.
6145      Branch: perl
6146            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
6147            ! lib/Pod/ParseUtils.pm
6148 ____________________________________________________________________________
6149 [ 12070] By: ams                                   on 2001/09/18  15:14:58
6150         Log: Subject: [PATCH] Getopt::Std cleanup
6151              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6152              Date: Tue, 18 Sep 2001 17:32:13 +0200
6153              Message-Id: <20010918173213.C777@rafael>
6154      Branch: perl
6155            ! lib/Getopt/Std.pm lib/Getopt/Std.t
6156 ____________________________________________________________________________
6157 [ 12069] By: sky                                   on 2001/09/18  14:56:33
6158         Log: Forgot the makefile
6159      Branch: perl
6160            + ext/threads/Makefile.PL
6161 ____________________________________________________________________________
6162 [ 12068] By: sky                                   on 2001/09/18  14:13:26
6163         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
6164              The test will fail because of Test.pm not knowing about threads. 
6165              basic needs to be manually tested
6166              compile time warnings on IV2PTR conversions need to be fixed
6167      Branch: perl
6168            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
6169            + ext/threads/threads.h ext/threads/threads.pm
6170            + ext/threads/threads.xs
6171            ! MANIFEST
6172 ____________________________________________________________________________
6173 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
6174         Log: DJGPP tweak from Laszlo Molnar.
6175      Branch: perl
6176            ! djgpp/config.over
6177 ____________________________________________________________________________
6178 [ 12066] By: sky                                   on 2001/09/18  10:24:31
6179         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
6180      Branch: perl
6181            ! sharedsv.c sharedsv.h
6182 ____________________________________________________________________________
6183 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
6184         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
6185              ditto ^cns.
6186      Branch: perl
6187            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
6188            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
6189            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
6190            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
6191            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
6192            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
6193            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
6194            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
6195            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
6196            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
6197            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
6198            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
6199            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
6200            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
6201            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
6202            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
6203            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
6204            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
6205            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
6206            + ext/Encode/Encode/ir-197.enc
6207            - ext/Encode/Encode/cns11643-1.enc
6208            - ext/Encode/Encode/cns11643-2.enc
6209            - ext/Encode/Encode/iso2022-cn.enc
6210            - ext/Encode/Encode/iso2022-jp.enc
6211            - ext/Encode/Encode/iso2022-jp1.enc
6212            - ext/Encode/Encode/iso2022-jp2.enc
6213            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
6214            - ext/Encode/Encode/iso8859-1.enc
6215            - ext/Encode/Encode/iso8859-1.ucm
6216            - ext/Encode/Encode/iso8859-10.enc
6217            - ext/Encode/Encode/iso8859-10.ucm
6218            - ext/Encode/Encode/iso8859-11.enc
6219            - ext/Encode/Encode/iso8859-11.ucm
6220            - ext/Encode/Encode/iso8859-13.enc
6221            - ext/Encode/Encode/iso8859-13.ucm
6222            - ext/Encode/Encode/iso8859-14.enc
6223            - ext/Encode/Encode/iso8859-14.ucm
6224            - ext/Encode/Encode/iso8859-15.enc
6225            - ext/Encode/Encode/iso8859-15.ucm
6226            - ext/Encode/Encode/iso8859-16.enc
6227            - ext/Encode/Encode/iso8859-16.ucm
6228            - ext/Encode/Encode/iso8859-2.enc
6229            - ext/Encode/Encode/iso8859-2.ucm
6230            - ext/Encode/Encode/iso8859-3.enc
6231            - ext/Encode/Encode/iso8859-3.ucm
6232            - ext/Encode/Encode/iso8859-4.enc
6233            - ext/Encode/Encode/iso8859-4.ucm
6234            - ext/Encode/Encode/iso8859-5.enc
6235            - ext/Encode/Encode/iso8859-5.ucm
6236            - ext/Encode/Encode/iso8859-6.enc
6237            - ext/Encode/Encode/iso8859-6.ucm
6238            - ext/Encode/Encode/iso8859-7.enc
6239            - ext/Encode/Encode/iso8859-7.ucm
6240            - ext/Encode/Encode/iso8859-8.enc
6241            - ext/Encode/Encode/iso8859-8.ucm
6242            - ext/Encode/Encode/iso8859-9.enc
6243            - ext/Encode/Encode/iso8859-9.ucm
6244            - ext/Encode/Encode/isoir-197.enc
6245            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
6246 ____________________________________________________________________________
6247 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
6248         Log: Must Uppercase.
6249      Branch: perl
6250            ! ext/Encode/Encode.pm
6251 ____________________________________________________________________________
6252 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
6253         Log: Add various encodings.
6254      Branch: perl
6255            + ext/Encode/Encode/iso8859-11.enc
6256            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
6257            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
6258            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
6259            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
6260            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
6261            + ext/Encode/Encode/viscii.ucm
6262            ! MANIFEST ext/Encode/Encode.pm
6263 ____________________________________________________________________________
6264 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
6265         Log: lib/unicode relic.
6266      Branch: perl
6267            ! ext/Encode/compile
6268 ____________________________________________________________________________
6269 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
6270         Log: Subject: [PATCH] Re: filename problems
6271              From: Michael G Schwern <schwern@pobox.com>
6272              Date: Mon, 17 Sep 2001 17:26:26 -0400
6273              Message-ID: <20010917172626.Q585@blackrider>
6274      Branch: perl
6275            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
6276            - t/lib/sample-tests/header_at_end
6277            - t/lib/sample-tests/header_at_end_fail
6278            ! MANIFEST lib/Test/Harness/t/test-harness.t
6279 ____________________________________________________________________________
6280 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
6281         Log: Explicitly explain the 1e9 seconds, not everybody
6282              is a C geek.
6283      Branch: perl
6284            ! ext/Time/HiRes/HiRes.pm
6285 ____________________________________________________________________________
6286 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
6287         Log: Explain an apparent bug reported by
6288              Richard J. Barbalace <rjbarbal@MIT.EDU>,
6289              with additional explanation from Gisle Aas.
6290      Branch: perl
6291            ! ext/Time/HiRes/HiRes.pm
6292 ____________________________________________________________________________
6293 [ 12058] By: ams                                   on 2001/09/17  19:52:01
6294         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
6295              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6296              Date: Mon, 17 Sep 2001 22:48:05 +0200
6297              Message-Id: <20010917224805.C11744@rafael>
6298      Branch: perl
6299            ! t/lib/warnings/op t/lib/warnings/pp
6300 ____________________________________________________________________________
6301 [ 12057] By: ams                                   on 2001/09/17  16:51:18
6302         Log: Its a nit!
6303      Branch: perl
6304            ! sv.h
6305 ____________________________________________________________________________
6306 [ 12056] By: ams                                   on 2001/09/17  16:47:55
6307         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
6308              From: "Craig A. Berry" <craigberry@mac.com>
6309              Date: Mon, 17 Sep 2001 12:34:20 -0500
6310              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
6311      Branch: perl
6312            ! vms/vms.c
6313 ____________________________________________________________________________
6314 [ 12055] By: ams                                   on 2001/09/17  16:05:15
6315         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
6316              From: Gisle Aas <gisle@ActiveState.com>
6317              Date: 16 Apr 2001 16:20:34 -0700
6318              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
6319              (Applied by hand.)
6320      Branch: perl
6321            ! lib/CPAN.pm lib/CPAN/Nox.pm
6322 ____________________________________________________________________________
6323 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
6324         Log: Update Changes.
6325      Branch: perl
6326            ! Changes patchlevel.h
6327 ____________________________________________________________________________
6328 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
6329         Log: Adding new files to the MANIFEST is always nice.
6330      Branch: perl
6331            ! MANIFEST
6332 ____________________________________________________________________________
6333 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
6334         Log: Reindent the PerlIO files (suggested by NI-S), used
6335              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
6336              (GNU indent).  Note that wholesale re-indenting might
6337              be nice, but that would break nice formatting/alignment
6338              of assignments, equality testing, and complex boolean
6339              expressions with lots of &s and |s.
6340      Branch: perl
6341            ! perlio.c perlio.h perliol.h
6342 ____________________________________________________________________________
6343 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
6344         Log: Add a script for being 8.3-polite.
6345              The found conflicts are being worked on.
6346      Branch: perl
6347            + check83.pl
6348            ! MANIFEST Porting/pumpkin.pod
6349 ____________________________________________________________________________
6350 [ 12050] By: sky                                   on 2001/09/17  12:44:36
6351         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
6352              finding it.
6353      Branch: perl
6354            ! sv.c
6355 ____________________________________________________________________________
6356 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
6357         Log: Bump up versions because of #12041.
6358      Branch: perl
6359            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
6360            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
6361            ! lib/Time/localtime.pm
6362 ____________________________________________________________________________
6363 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
6364         Log: Bump the version number because of #12042.
6365      Branch: perl
6366            ! lib/CPAN/FirstTime.pm
6367 ____________________________________________________________________________
6368 [ 12047] By: ams                                   on 2001/09/17  11:21:40
6369         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
6370              From: Abhijit Menon-Sen <ams@wiw.org>
6371              Date: Mon, 17 Sep 2001 17:44:12 +0530
6372              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
6373      Branch: perl
6374            ! op.c
6375 ____________________________________________________________________________
6376 [ 12046] By: sky                                   on 2001/09/17  07:14:17
6377         Log: Subject: Re: t/op/ver.t using skip() improperly
6378              From: "chromatic" <chromatic@rmci.net>
6379              Date: Mon, 17 Sep 2001 00:22:29 -0600
6380              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
6381      Branch: perl
6382            ! t/op/ver.t
6383 ____________________________________________________________________________
6384 [ 12045] By: nick                                  on 2001/09/17  07:12:14
6385         Log: Integrate mainline
6386      Branch: perlio
6387           +> t/op/chdir.t
6388           !> (integrate 117 files)
6389 ____________________________________________________________________________
6390 [ 12044] By: ams                                   on 2001/09/17  05:49:53
6391         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
6392              From: Ilmari Karonen <iltzu@sci.fi>
6393              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
6394              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
6395              (And $VERSION = '1.05'.)
6396      Branch: perl
6397            ! lib/constant.pm
6398 ____________________________________________________________________________
6399 [ 12043] By: ams                                   on 2001/09/17  05:44:50
6400         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
6401              From: Michael G Schwern <schwern@pobox.com>
6402              Date: Mon, 17 Sep 2001 07:49:04 +0200
6403              Message-Id: <20010917074904.V1588@blackrider>
6404              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
6405      Branch: perl
6406            + t/op/chdir.t
6407            ! MANIFEST pp_sys.c
6408 ____________________________________________________________________________
6409 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
6410         Log: Subject: Re: CPAN.pm needs some hacking 
6411              From: "chromatic" <chromatic@rmci.net>
6412              Date: Sun, 16 Sep 2001 16:46:29 -0600
6413              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
6414      Branch: perl
6415            ! lib/CPAN/FirstTime.pm
6416 ____________________________________________________________________________
6417 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
6418         Log: Change use|require 5.005_64 to use|require 5.6.1.
6419      Branch: perl
6420            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
6421            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
6422            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
6423            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
6424            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
6425            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
6426            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
6427            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
6428            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
6429            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
6430            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
6431            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
6432            ! lib/base.pm lib/fields.pm
6433 ____________________________________________________________________________
6434 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
6435         Log: Bump up version numbers.
6436              
6437              TODO 1: double check that pre-5.6.1 CPAN.pm:s
6438              don't try to download 5.8.0 because of the
6439              version numbers.  Mainly this means using _00
6440              in the core version numbers.
6441              
6442              TODO 2: the "use 5.005_64" in many modules
6443              needs to be changed to, say, "use 5.6.1".
6444      Branch: perl
6445            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
6446            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
6447            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
6448            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
6449            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
6450            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
6451            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
6452            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
6453            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
6454            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
6455            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
6456 ____________________________________________________________________________
6457 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
6458         Log: Use UCHARAT() as suggested by Inaba Hiroto.
6459      Branch: perl
6460            ! regexec.c
6461 ____________________________________________________________________________
6462 [ 12038] By: ams                                   on 2001/09/16  15:16:24
6463         Log: Subject: [PATCH] Re: Core module version numbers review
6464              From: Peter Scott <Peter@PSDT.com>
6465              Date: Sun, 16 Sep 2001 09:09:58 -0700
6466              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
6467      Branch: perl
6468            ! lib/perl5db.pl
6469 ____________________________________________________________________________
6470 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
6471         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
6472              not yet fully implemented.
6473      Branch: perl
6474            ! pod/perlfunc.pod pod/perlunicode.pod
6475 ____________________________________________________________________________
6476 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
6477         Log: Subject: [patch] plug PL_beginav_save leak
6478              From: Doug MacEachern <dougm@covalent.net>
6479              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
6480              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
6481      Branch: perl
6482            ! perl.c
6483 ____________________________________________________________________________
6484 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
6485         Log: (accidentally empty checkin)
6486      Branch: perl
6487            ! sv.c
6488 ____________________________________________________________________________
6489 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
6490         Log: Subject: [patch] ithreads+PL_beginav_save
6491              From: Doug MacEachern <dougm@covalent.net>
6492              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
6493              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
6494      Branch: perl
6495            ! sv.c
6496 ____________________________________________________________________________
6497 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
6498         Log: Subject: [PATCH] h2xs.PL with C::Scan
6499              From: Tim Jenness <t.jenness@jach.hawaii.edu>
6500              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
6501              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
6502      Branch: perl
6503            ! utils/h2xs.PL
6504 ____________________________________________________________________________
6505 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
6506         Log: Elaborate (well, make more vague, really) #12030.
6507      Branch: perl
6508            ! pod/perltodo.pod pod/perlunicode.pod
6509 ____________________________________________________________________________
6510 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
6511         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
6512              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
6513              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
6514              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
6515      Branch: perl
6516            ! regexec.c
6517 ____________________________________________________________________________
6518 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
6519         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
6520              are not yet complete.
6521      Branch: perl
6522            ! pod/perltodo.pod pod/perlunicode.pod
6523 ____________________________________________________________________________
6524 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
6525         Log: Document what's still to be done on the regular expression
6526              Unicode support, based on the UTR#18.
6527      Branch: perl
6528            ! pod/perltodo.pod pod/perlunicode.pod
6529 ____________________________________________________________________________
6530 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
6531         Log: Regen headers.
6532      Branch: perl
6533            ! embedvar.h perlapi.h
6534 ____________________________________________________________________________
6535 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
6536         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
6537              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6538              Date: Sun, 09 Sep 2001 18:41:54 +0100
6539              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
6540      Branch: perl
6541            ! Porting/findvars ext/ByteLoader/bytecode.h
6542            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
6543            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
6544 ____________________________________________________________________________
6545 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
6546         Log: enable most warnings for windows build; fix the various typecasting
6547              nits that showed up (no bugfixes here)
6548      Branch: maint-5.6/perl
6549            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
6550            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
6551            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
6552            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
6553            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
6554            ! x2p/walk.c
6555 ____________________________________________________________________________
6556 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
6557         Log: Integrate change #12024 from maintperl
6558              (a local() precedence bug)
6559      Branch: perl
6560           !> lib/ExtUtils/Install.pm
6561 ____________________________________________________________________________
6562 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
6563         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
6564              change#8642
6565      Branch: maint-5.6/perl
6566            ! lib/ExtUtils/Install.pm
6567 ____________________________________________________________________________
6568 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
6569         Log: Update Changes.
6570      Branch: perl
6571            ! Changes patchlevel.h
6572 ____________________________________________________________________________
6573 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
6574         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
6575              From: "chromatic" <chromatic@rmci.net>
6576              Date: Fri, 14 Sep 2001 09:44:57 -0600 
6577              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
6578      Branch: perl
6579            ! lib/ExtUtils/Manifest.t
6580 ____________________________________________________________________________
6581 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
6582         Log: Hopefully better skipping of the Complete.t tests
6583              in case of not a tty. 
6584      Branch: perl
6585            ! lib/Term/Complete.t t/op/stat.t
6586 ____________________________________________________________________________
6587 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
6588         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
6589              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
6590              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
6591              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
6592      Branch: perl
6593            ! regexec.c t/op/pat.t
6594 ____________________________________________________________________________
6595 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
6596         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
6597              From: Robin Barker <rmb1@cise.npl.co.uk>
6598              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
6599              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
6600      Branch: perl
6601            ! pod/perlport.pod
6602 ____________________________________________________________________________
6603 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
6604         Log: NetWare tweaks from Ananth Kesari.
6605      Branch: perl
6606            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
6607            ! NetWare/nwutil.h
6608 ____________________________________________________________________________
6609 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
6610         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
6611              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6612              Date: Fri, 14 Sep 2001 10:51:13 +0200
6613              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
6614      Branch: perl
6615            ! pod/perlport.pod
6616 ____________________________________________________________________________
6617 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
6618         Log: Subject: Re: [PATCH 2 pl2pm.PL]
6619              From: Joe Smith <Joe.Smith@inwap.com>
6620              Date: Fri, 14 Sep 2001 00:13:32 -0700
6621              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
6622              
6623              Eradicate qu.
6624      Branch: perl
6625            ! keywords.h keywords.pl utils/pl2pm.PL
6626 ____________________________________________________________________________
6627 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
6628         Log: Retract #12013, didn't go over too well in Tru64.
6629      Branch: perl
6630            ! embed.h embed.pl sv.h
6631 ____________________________________________________________________________
6632 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
6633         Log: Subject: [PATCH] Execute files of debugger commands
6634              From: Peter Scott <Peter@PSDT.com>
6635              Date: Thu, 13 Sep 2001 15:26:31 -0700
6636              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
6637      Branch: perl
6638            ! lib/perl5db.pl pod/perldebug.pod
6639 ____________________________________________________________________________
6640 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
6641         Log: (Retracted by #12015)
6642              Subject: [proposed PATCH] Re: perl@11920
6643              From: Nicholas Clark <nick@ccl4.org>
6644              Date: Wed, 12 Sep 2001 23:46:09 +0100
6645              Message-ID: <20010912234609.H4971@plum.flirble.org>     
6646      Branch: perl
6647            ! embed.h embed.pl sv.h
6648 ____________________________________________________________________________
6649 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
6650         Log: ucblib shouldn't be linked against in nonstop-ux,
6651              from Tom Bates.
6652      Branch: perl
6653            ! hints/nonstopux.sh
6654 ____________________________________________________________________________
6655 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
6656         Log: Do stty only if we have stty.
6657              
6658              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
6659      Branch: perl
6660            ! lib/Term/Complete.pm
6661 ____________________________________________________________________________
6662 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
6663         Log: Skip the test if not running on a tty.
6664      Branch: perl
6665            ! lib/Term/Complete.t
6666 ____________________________________________________________________________
6667 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
6668         Log: Regen headers.
6669      Branch: perl
6670            ! embed.h opcode.h pod/perlapi.pod proto.h
6671 ____________________________________________________________________________
6672 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
6673         Log: Subject: [PATCH op.c] Re: perl@12003
6674              From: Robin Barker <rmb1@cise.npl.co.uk>
6675              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
6676              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
6677      Branch: perl
6678            ! op.c
6679 ____________________________________________________________________________
6680 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
6681         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
6682              From: Robin Barker <rmb1@cise.npl.co.uk>
6683              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
6684              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
6685      Branch: perl
6686            ! sv.c
6687 ____________________________________________________________________________
6688 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
6689         Log: Upgrade to Memoize 0.66.
6690      Branch: perl
6691            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
6692            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
6693            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
6694 ____________________________________________________________________________
6695 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
6696         Log: Subject: [ID 20010912.007] substr reference core dump
6697              From: me-01@ton.iguana.be
6698              Date: 12 Sep 2001 14:11:16 -0000
6699              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
6700      Branch: perl
6701            ! mg.c
6702 ____________________________________________________________________________
6703 [ 12004] By: ams                                   on 2001/09/12  01:13:49
6704         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
6705              From: Ilmari Karonen <iltzu@sci.fi>
6706              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
6707              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
6708      Branch: perl
6709            ! pod/perlfaq4.pod
6710 ____________________________________________________________________________
6711 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
6712         Log: Update Changes.
6713      Branch: perl
6714            ! Changes patchlevel.h
6715 ____________________________________________________________________________
6716 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
6717         Log: NetWare update from Ananth Kesari.
6718      Branch: perl
6719            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
6720            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
6721 ____________________________________________________________________________
6722 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
6723         Log: Retract #11984: div() being redefined, and 1397
6724              failing on 64-bit platforms.
6725      Branch: perl
6726            ! lib/Math/BigInt/Calc.pm
6727 ____________________________________________________________________________
6728 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
6729         Log: Metaconfig unit change for #11999.
6730      Branch: metaconfig
6731            ! U/protos/d_lseekproto.U
6732 ____________________________________________________________________________
6733 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
6734         Log: The lseek fix (#11991) was no fix.
6735      Branch: perl
6736            ! Configure
6737 ____________________________________________________________________________
6738 [ 11998] By: sky                                   on 2001/09/11  07:52:06
6739         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
6740              From: Matt Sergeant <MSergeant@star.net.uk>
6741              Date: Tue, 11 Sep 2001 09:22:32 +0100
6742              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
6743      Branch: perl
6744            ! ext/Encode/Encode.pm
6745 ____________________________________________________________________________
6746 [ 11997] By: sky                                   on 2001/09/11  06:35:29
6747         Log: Sometimes dTHX is added because it is needed on non 
6748              gnuc platforms, but not needed there. This uses GCC
6749              to silence GCC specific warnings by marking pTHX as 
6750              unused.
6751      Branch: perl
6752            ! perl.h
6753 ____________________________________________________________________________
6754 [ 11996] By: nick                                  on 2001/09/11  06:25:27
6755         Log: Integrate mainline
6756      Branch: perlio
6757            - ext/POSIX/sigaction.t lib/File/Find/taint.t
6758           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
6759 ____________________________________________________________________________
6760 [ 11995] By: nick                                  on 2001/09/11  06:23:39
6761         Log: Part Integrate mainline
6762      Branch: perlio
6763           +> (branch 69 files)
6764            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
6765            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
6766            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
6767            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
6768            - lib/Switch/t/switch_case.t lib/Test/Harness.t
6769            - lib/Test/More/Changes lib/Test/More/t/More.t
6770            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
6771            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
6772            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
6773            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
6774            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
6775            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
6776            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
6777            - t/lib/Test/More/Catch.pm wince/perl.ico
6778           !> (integrate 197 files)
6779 ____________________________________________________________________________
6780 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
6781         Log: Subject: Re: [PATCH] Encode.pm docs fix
6782              From: Gisle Aas <gisle@ActiveState.com>
6783              Date: 10 Sep 2001 11:27:02 -0700
6784              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
6785      Branch: perl
6786            ! ext/Encode/Encode.pm
6787 ____________________________________________________________________________
6788 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
6789         Log: Fix unpack U to be the reverse of pack U
6790              (but implement unpack U0U as a backdoor to get
6791              the UTF-8 malformed warnings from un-UTF-8 data)
6792      Branch: perl
6793            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
6794 ____________________________________________________________________________
6795 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
6796         Log: Metaconfig unit change for #11991;
6797              delete an unused unit (d_strtoull.U is the one used)
6798      Branch: metaconfig
6799            ! U/protos/d_lseekproto.U
6800      Branch: metaconfig/U/perl
6801            - strtoull.U
6802 ____________________________________________________________________________
6803 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
6804         Log: Subject: [PATCH] Configure not recording lseek proto
6805              From: Blair Zajac <blair@orcaware.com>
6806              Date: Mon, 10 Sep 2001 17:52:37 -0700
6807              Message-ID: <3B9D6055.BA334A31@orcaware.com>
6808              
6809              plus regen Configure.
6810      Branch: perl
6811            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6812            ! config_h.SH uconfig.h
6813 ____________________________________________________________________________
6814 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
6815         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?)))                  
6816              From: Nicholas Clark <nick@ccl4.org>
6817              Date: Tue, 11 Sep 2001 00:00:31 +0100
6818              Message-ID: <20010911000031.G1512@plum.flirble.org>
6819      Branch: perl
6820            + t/op/qq.t
6821            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
6822 ____________________________________________________________________________
6823 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
6824         Log: Subject: [PATCH] Building on win32 w/o perlio
6825              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
6826              Date: Mon, 10 Sep 2001 23:38:46 +0200
6827              Message-ID: <3B9D4F06.14433.2C37644@localhost>
6828      Branch: perl
6829            ! perl.c win32/Makefile win32/makefile.mk
6830 ____________________________________________________________________________
6831 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
6832         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
6833              From: "chromatic" <chromatic@rmci.net>
6834              Date: Mon, 10 Sep 2001 15:14:01 -0600
6835              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
6836      Branch: perl
6837            + lib/CGI/t/push.t
6838            ! MANIFEST
6839 ____________________________________________________________________________
6840 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
6841         Log: Subject: avoiding hoardes of zombies
6842              From: Nicholas Clark <nick@ccl4.org>
6843              Date: Mon, 10 Sep 2001 22:00:40 +0100
6844              Message-ID: <20010910220040.C1512@plum.flirble.org>
6845      Branch: perl
6846            ! pod/perlipc.pod
6847 ____________________________________________________________________________
6848 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
6849         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
6850              From: John Peacock <jpeacock@rowman.com>
6851              Date: Mon, 10 Sep 2001 16:34:30 -0400
6852              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
6853      Branch: perl
6854            ! sv.c t/op/ver.t utf8.h
6855 ____________________________________________________________________________
6856 [ 11985] By: ams                                   on 2001/09/10  23:20:13
6857         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
6858      Branch: perl
6859            ! MANIFEST
6860 ____________________________________________________________________________
6861 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
6862         Log: (Retracted by #12001)
6863              Subject: Calc with USE_MUL/USE_DIV
6864              From: Tels <perl_dummy@bloodgate.com>
6865              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
6866              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
6867      Branch: perl
6868            ! lib/Math/BigInt/Calc.pm
6869 ____________________________________________________________________________
6870 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
6871         Log: Subject: [PATCH op.c] Re: perl@11978
6872              From: Robin Barker <rmb1@cise.npl.co.uk>
6873              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
6874              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
6875              
6876              Format errors.
6877      Branch: perl
6878            ! op.c
6879 ____________________________________________________________________________
6880 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
6881         Log: Switch PADOFFSET back to U32 both because of binary backward
6882              compatibility and because Arthur seems to have been fixing the
6883              problems with naughty integer-pointer casting.
6884      Branch: perl
6885            ! op.h
6886 ____________________________________________________________________________
6887 [ 11981] By: ams                                   on 2001/09/10  16:31:43
6888         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
6889              Fix Pod Typo, Add Test for ExtUtils::Command
6890              From: "chromatic" <chromatic@rmci.net>
6891              Date: Mon, 10 Sep 2001 11:20:56 -0600
6892              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
6893      Branch: perl
6894            + lib/ExtUtils/Command.t
6895            ! MANIFEST lib/ExtUtils/Command.pm
6896 ____________________________________________________________________________
6897 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
6898         Log: Subject: [PATCH] Encode.pm docs fix
6899              From: Matt Sergeant <MSergeant@star.net.uk>
6900              Date: Mon, 10 Sep 2001 15:24:01 +0100
6901              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
6902      Branch: perl
6903            ! ext/Encode/Encode.pm
6904 ____________________________________________________________________________
6905 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
6906         Log: Update Changes.
6907      Branch: perl
6908            ! Changes patchlevel.h
6909 ____________________________________________________________________________
6910 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
6911         Log: Revert #11973, the dTHX seems to be needed in there
6912              for threaded builds.
6913      Branch: perl
6914            ! perlio.c
6915 ____________________________________________________________________________
6916 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
6917         Log: Detypo.
6918      Branch: perl
6919            ! pod/perlguts.pod
6920 ____________________________________________________________________________
6921 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
6922         Log: Further Class::Struct patching from Damian.
6923              
6924              The new new semantics are:
6925              
6926              * If you pass an initializer for a nested object, it has to be:
6927              a) a reference to an object of that class, or      
6928              b) a reference to an object of a subclass of that class, or
6929              c) a reference to a hash of arguments to be passed to the
6930              class's constructor
6931              * If you pass no initializer for a nested object, the attribute
6932              is initialized to C<undef>
6933      Branch: perl
6934            ! lib/Class/Struct.pm
6935 ____________________________________________________________________________
6936 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
6937         Log: Skip the crypt test if no crypt.
6938      Branch: perl
6939            ! t/op/crypt.t
6940 ____________________________________________________________________________
6941 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
6942         Log: Warn against using bare v-strings as IP addresses
6943              (okay if using the wrappers from Socket)
6944      Branch: perl
6945            ! pod/perldata.pod pod/perlport.pod
6946 ____________________________________________________________________________
6947 [ 11973] By: sky                                   on 2001/09/10  11:57:58
6948         Log: Remove unused dTHX. Silenced another warning.
6949      Branch: perl
6950            ! perlio.c
6951 ____________________________________________________________________________
6952 [ 11972] By: sky                                   on 2001/09/10  11:54:25
6953         Log: Silence some more warnings INT2PTR.
6954      Branch: perl
6955            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
6956 ____________________________________________________________________________
6957 [ 11971] By: sky                                   on 2001/09/10  11:21:50
6958         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
6959      Branch: perl
6960            ! cop.h
6961 ____________________________________________________________________________
6962 [ 11970] By: sky                                   on 2001/09/10  11:17:25
6963         Log: Apply INT2PTR with force to silence warnings from
6964              PM_GETRE and friends. No more warnings with 64bit 
6965              IVs and 32bit pointers.    
6966      Branch: perl
6967            ! op.c op.h perl.c
6968 ____________________________________________________________________________
6969 [ 11969] By: sky                                   on 2001/09/10  10:13:02
6970         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
6971      Branch: perl
6972            ! pod/perlguts.pod
6973 ____________________________________________________________________________
6974 [ 11968] By: sky                                   on 2001/09/10  10:02:51
6975         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
6976              Rename to custop_op_name to Perl_custom_op_name to match perlapi
6977              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
6978              perl_clone.
6979      Branch: perl
6980            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
6981 ____________________________________________________________________________
6982 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
6983         Log: Using strlen() not good on embedded nul bytes.
6984      Branch: perl
6985            ! regcomp.c
6986 ____________________________________________________________________________
6987 [ 11966] By: ams                                   on 2001/09/09  21:06:13
6988         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
6989              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6990              Date: Mon, 13 Aug 2001 22:51:59 +0200
6991              Message-ID: <20010813225159.C6681@rafael>
6992              (Applied with several tweaks.)
6993      Branch: perl
6994            ! embed.h embed.pl proto.h toke.c
6995 ____________________________________________________________________________
6996 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
6997         Log: The exact error message is system-dependent.
6998      Branch: perl
6999            ! lib/ExtUtils/Manifest.t
7000 ____________________________________________________________________________
7001 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
7002         Log: Add Windows and Mac Sami support to Encode
7003              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
7004      Branch: perl
7005            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
7006            ! MANIFEST
7007 ____________________________________________________________________________
7008 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
7009         Log: Use the tried method.
7010      Branch: perl
7011            ! pod/perlport.pod
7012 ____________________________________________________________________________
7013 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
7014         Log: Can't count parentheses.
7015      Branch: perl
7016            ! ext/IO/lib/IO/Socket/INET.pm
7017 ____________________________________________________________________________
7018 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
7019         Log: perlport additions: 1 while unlink, add/delete directory
7020              entries and permissions, cygwin stat funkiness (from Michael
7021              Schwern and Nicholas Clark)
7022      Branch: perl
7023            ! pod/perlport.pod
7024 ____________________________________________________________________________
7025 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
7026         Log: blib does have a detectable test.
7027      Branch: perl
7028            ! t/lib/1_compile.t
7029 ____________________________________________________________________________
7030 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
7031         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
7032              From: "chromatic" <chromatic@rmci.net>
7033              Date: Sat, 08 Sep 2001 19:33:42 -0600
7034              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
7035      Branch: perl
7036            + lib/Term/Complete.t
7037            ! MANIFEST
7038 ____________________________________________________________________________
7039 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
7040         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
7041              From: Michael G Schwern <schwern@pobox.com> 
7042              Date: Sat, 8 Sep 2001 02:40:26 -0400
7043              Message-ID: <20010908024026.A26283@blackrider>
7044      Branch: perl
7045            + lib/Test/Tutorial.pod
7046            ! MANIFEST
7047 ____________________________________________________________________________
7048 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
7049         Log: Try to look up protocol (by name) only iff it has non-numbers:
7050              nice if the server is in a chrooted environment (no /etc/protocols,
7051              server code using hardcorded protocol numbers like 6 for tcp),
7052              suggested by John Holdsworth <coldwave@bigfoot.com>.
7053              In other words, if we are given a number, why look it up again
7054              (by number)?
7055      Branch: perl
7056            ! ext/IO/lib/IO/Socket/INET.pm
7057 ____________________________________________________________________________
7058 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
7059         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
7060              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
7061              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
7062              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
7063              
7064              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
7065              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
7066              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
7067              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
7068              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
7069              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
7070              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
7071              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
7072      Branch: perl
7073            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
7074 ____________________________________________________________________________
7075 [ 11955] By: ams                                   on 2001/09/09  02:54:21
7076         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
7077              From: "Craig A. Berry" <craigberry@mac.com>
7078              Date: Sat, 08 Sep 2001 19:02:16 -0500
7079              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
7080      Branch: perl
7081            ! lib/CGI/t/carp.t
7082 ____________________________________________________________________________
7083 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
7084         Log: Documentation tweaks; think the IP address as an opaque string.
7085      Branch: perl
7086            ! ext/Socket/Socket.pm
7087 ____________________________________________________________________________
7088 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
7089         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
7090              From: Michael G Schwern <schwern@pobox.com>
7091              Date: Sat, 8 Sep 2001 19:45:46 -0400
7092              Message-ID: <20010908194546.C9193@blackrider>
7093      Branch: perl
7094            + lib/blib.t
7095            ! MANIFEST lib/blib.pm t/lib/1_compile.t
7096 ____________________________________________________________________________
7097 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
7098         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
7099              From: "chromatic" <chromatic@rmci.net>
7100              Date: Sat, 08 Sep 2001 12:31:44 -0600
7101              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
7102      Branch: perl
7103            + lib/CGI/t/fast.t
7104            ! MANIFEST
7105 ____________________________________________________________________________
7106 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
7107         Log: The Socket tests were wrong: they were assuming too much.
7108      Branch: perl
7109            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
7110 ____________________________________________________________________________
7111 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
7112         Log: Retract the portability changes since they
7113              seem to have opened a can of worms... will
7114              go back to UNICOS/mk and do the bare minimum
7115              required to get the tests working.
7116      Branch: perl
7117            ! ext/Socket/Socket.xs
7118 ____________________________________________________________________________
7119 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
7120         Log: PADOFFSET is used to cast pointers into integers,
7121              if pointers are 64 bits and U32 32 bits,
7122              bad things may happen, or at least warnings issued.
7123      Branch: perl
7124            ! op.h
7125 ____________________________________________________________________________
7126 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
7127         Log: Still more Socket portability tweaking.
7128              Now Socket.t seems to be happy in all of
7129              Linux/x86, Tru64/alpha, Solaris/sparc,
7130              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
7131              
7132              Addendum: it seems that io_multihomed, io_sock, and hostent
7133              were broken in little-endians (linux/x86 and tru64/alpha)
7134              because of this change.  Argh.
7135      Branch: perl
7136            ! ext/Socket/Socket.xs
7137 ____________________________________________________________________________
7138 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
7139         Log: More portability kicking on inet_ntoa().
7140      Branch: perl
7141            ! ext/Socket/Socket.xs
7142 ____________________________________________________________________________
7143 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
7144         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
7145              From: Michael G Schwern <schwern@pobox.com> 
7146              Date: Fri, 7 Sep 2001 23:06:51 -0400
7147              Message-ID: <20010907230651.R606@blackrider>
7148      Branch: perl
7149            + lib/ExtUtils/Manifest.t
7150            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
7151 ____________________________________________________________________________
7152 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
7153         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
7154              From: "chromatic" <chromatic@rmci.net>
7155              Date: Fri, 07 Sep 2001 17:53:15 -0600      
7156              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
7157      Branch: perl
7158            + lib/ExtUtils/testlib.t
7159            ! MANIFEST
7160 ____________________________________________________________________________
7161 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
7162         Log: Thinko.
7163      Branch: perl
7164            ! lib/integer.t
7165 ____________________________________________________________________________
7166 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
7167         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
7168              From: "Craig A. Berry" <craigberry@mac.com>
7169              Date: Fri, 07 Sep 2001 15:30:03 -0500
7170              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
7171      Branch: perl
7172            ! lib/CGI/Carp.pm
7173 ____________________________________________________________________________
7174 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
7175         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
7176              From: Michael G Schwern <schwern@pobox.com>
7177              Date: Fri, 7 Sep 2001 15:38:13 -0400
7178              Message-ID: <20010907153813.K606@blackrider>
7179      Branch: perl
7180            ! lib/ExtUtils/MM_Unix.pm
7181 ____________________________________________________________________________
7182 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
7183         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
7184              From: Robin Barker <rmb1@cise.npl.co.uk>
7185              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
7186              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
7187      Branch: perl
7188            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
7189 ____________________________________________________________________________
7190 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
7191         Log: Clean up 1_compile.t; move tests to more consistent
7192              places (t/ subdirectories); add integer.t (much of
7193              the pragma is tested elsewhere but there is no one
7194              centralized place)
7195      Branch: perl
7196            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
7197            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
7198            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
7199            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
7200            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
7201            - lib/File/Find/find.t lib/File/Find/taint.t
7202            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
7203 ____________________________________________________________________________
7204 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
7205         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
7206              From: "chromatic" <chromatic@rmci.net>
7207              Date: Fri, 07 Sep 2001 10:17:40 -0600
7208              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
7209      Branch: perl
7210            ! lib/File/Find/taint.t
7211 ____________________________________________________________________________
7212 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
7213         Log: Update Changes.
7214      Branch: perl
7215            ! Changes patchlevel.h
7216 ____________________________________________________________________________
7217 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
7218         Log: Rename the old threading tutorial, start a new one,
7219              regen toc.
7220      Branch: perl
7221            + pod/perlothrtut.pod
7222            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
7223            ! pod/perltoc.pod
7224 ____________________________________________________________________________
7225 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
7226         Log: vars very much has a test.
7227      Branch: perl
7228            ! t/lib/1_compile.t
7229 ____________________________________________________________________________
7230 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
7231         Log: Subject: Re: wince/perl.ico marked as binary
7232              From: Nicholas Clark <nick@ccl4.org>
7233              Date: Fri, 7 Sep 2001 13:54:40 +0100
7234              Message-ID: <20010907135439.D39150@plum.flirble.org>
7235              
7236              and wince/Makefile.ce change from Rainer Keuchel.
7237      Branch: perl
7238            + wince/makeico.pl
7239            ! MANIFEST wince/Makefile.ce
7240 ____________________________________________________________________________
7241 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
7242         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
7243              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
7244              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
7245              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
7246      Branch: perl
7247            ! regexec.c
7248 ____________________________________________________________________________
7249 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
7250         Log: (Replaced by #11934)
7251              Subject: Re: [PATCH regexec.c] more general .* and .*?
7252              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
7253              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
7254              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
7255      Branch: perl
7256            ! regexec.c
7257 ____________________________________________________________________________
7258 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
7259         Log: The #11931 patching misbehaved.
7260      Branch: perl
7261            ! lib/Test/Harness/t/test-harness.t
7262 ____________________________________________________________________________
7263 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
7264         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
7265              From: Michael G Schwern <schwern@pobox.com>
7266              Date: Fri, 7 Sep 2001 03:30:41 -0400
7267              Message-ID: <20010907033041.A2796@blackrider>
7268      Branch: perl
7269            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
7270            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
7271            + t/lib/sample-tests/header_at_end_fail
7272            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
7273            - lib/Test/Harness.t
7274            ! MANIFEST lib/Test/Harness.pm t/TEST
7275 ____________________________________________________________________________
7276 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
7277         Log: Subject: [PATCH] Digest::MD5 update
7278              From: Gisle Aas <gisle@ActiveState.com>
7279              Date: 06 Sep 2001 23:32:56 -0700
7280              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
7281      Branch: perl
7282            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
7283            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
7284 ____________________________________________________________________________
7285 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
7286         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
7287              From: "chromatic" <chromatic@rmci.net>
7288              Date: Thu, 06 Sep 2001 23:11:44 -0600
7289              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
7290      Branch: perl
7291            + lib/less.t
7292            ! MANIFEST t/lib/1_compile.t
7293 ____________________________________________________________________________
7294 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
7295         Log: The binary file must somehow differently stored.
7296      Branch: perl
7297            - wince/perl.ico
7298            ! MANIFEST
7299 ____________________________________________________________________________
7300 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
7301         Log: Add more modules to the list of modules that have tests,
7302              Schwern's wallet is getting more nervous.
7303              (Run t/lib/1_compile.t manually to see which modules
7304              are lacking tests, or the tests can't be run for some
7305              reason or another, such as the Net:: modules)
7306      Branch: perl
7307            ! t/lib/1_compile.t
7308 ____________________________________________________________________________
7309 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
7310         Log: Try to make Socket::inet_ntoa() more robust.
7311      Branch: perl
7312            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
7313 ____________________________________________________________________________
7314 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
7315         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
7316              From: chromatic <chromatic@rmci.net>       
7317              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
7318              Message-Id: <01090522580506.19590@firewheel>           
7319      Branch: perl
7320            ! lib/English.t
7321 ____________________________________________________________________________
7322 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
7323         Log: Subject: Re: perlvar manpage and localizing special vars
7324              From: Stas Bekman <stas@stason.org>
7325              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
7326              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
7327      Branch: perl
7328            ! pod/perlvar.pod
7329 ____________________________________________________________________________
7330 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
7331         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
7332              From: Robin Barker <rmb1@cise.npl.co.uk>
7333              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
7334              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
7335      Branch: perl
7336            ! lib/ExtUtils/MakeMaker.pm
7337 ____________________________________________________________________________
7338 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
7339         Log: Symbol missing; AIX unhappy.
7340      Branch: perl
7341            ! makedef.pl
7342 ____________________________________________________________________________
7343 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
7344         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
7345              Reported in 5.61, seems to work okay in blead.
7346      Branch: perl
7347            ! t/run/kill_perl.t
7348 ____________________________________________________________________________
7349 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
7350         Log: Update Changes.
7351      Branch: perl
7352            ! Changes patchlevel.h
7353 ____________________________________________________________________________
7354 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
7355         Log: Document the bad assumptions currently breaking
7356              the Socket.t tests 10, 11, and 13 in UNICOS.
7357      Branch: perl
7358            ! ext/Socket/Socket.xs
7359 ____________________________________________________________________________
7360 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
7361         Log: Subject: [PATCH x2p] make OPTIMIZE=...
7362              From: Robin Barker <rmb1@cise.npl.co.uk>
7363              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
7364              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
7365      Branch: perl
7366            ! x2p/Makefile.SH x2p/cflags.SH
7367 ____________________________________________________________________________
7368 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
7369         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
7370              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
7371              Date: Thu, 6 Sep 2001 11:09:40 +0100
7372              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
7373              
7374              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
7375              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
7376              Date: 6 Sep 2001 10:14:38 -0000
7377              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
7378      Branch: perl
7379            ! pod/perlfaq1.pod pod/perlhack.pod
7380 ____________________________________________________________________________
7381 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
7382         Log: Subject: Extra NUL is Data::Dumper output - patch
7383              From: Tony Cook <tony@develop-help.com>
7384              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
7385              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
7386      Branch: perl
7387            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
7388 ____________________________________________________________________________
7389 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
7390         Log: Avoid redefinition warning
7391              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
7392              from
7393              perl -w -Ilib -MCwd -e ''
7394      Branch: perl
7395            ! lib/Cwd.pm
7396 ____________________________________________________________________________
7397 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
7398         Log: Update the is_tainted() example implementation.
7399      Branch: perl
7400            ! pod/perlsec.pod
7401 ____________________________________________________________________________
7402 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
7403         Log: Missing) in #11912.
7404      Branch: perl
7405            ! lib/Test/Simple/t/fail.t
7406 ____________________________________________________________________________
7407 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
7408         Log: Rewhack Test-Simple into core harness.
7409      Branch: perl
7410            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
7411            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
7412            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
7413            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
7414            ! lib/Test/Simple/t/skipall.t
7415 ____________________________________________________________________________
7416 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
7417         Log: Workaround for the new Exporter 'feature'.
7418      Branch: perl
7419            ! lib/Test/More.pm
7420 ____________________________________________________________________________
7421 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
7422         Log: Re-introduce pure-Perl fall-back for abs_path,
7423              re-introduce #11898.
7424      Branch: perl
7425            ! lib/Cwd.pm lib/File/Find.pm
7426 ____________________________________________________________________________
7427 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
7428         Log: More tests.
7429      Branch: perl
7430            ! lib/Exporter.t
7431 ____________________________________________________________________________
7432 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
7433         Log: Retract #11898 for now because it introduces
7434              a rather nasty depencency: when B is being built,
7435              MakeMaker is used.  MakeMaker uses File::Find.
7436              File::Find uses Cwd::getcwd()...which doesn't
7437              exist yet.
7438      Branch: perl
7439            ! lib/File/Find.pm
7440 ____________________________________________________________________________
7441 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
7442         Log: New test welcome.
7443      Branch: perl
7444            + lib/Test/Simple/t/simple.t
7445 ____________________________________________________________________________
7446 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
7447         Log: Old test begone.
7448      Branch: perl
7449            - lib/Attribute/Handlers/test.pl
7450 ____________________________________________________________________________
7451 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
7452         Log: Test-Simple syncup from Schwern.
7453      Branch: perl
7454            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
7455            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
7456            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
7457            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
7458            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
7459            - lib/Test/More/Changes lib/Test/More/t/More.t
7460            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
7461            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
7462            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
7463            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
7464            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
7465            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
7466            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
7467            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
7468            ! t/lib/Test/Simple/sample_tests/death.plx
7469            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
7470            ! t/lib/Test/Simple/sample_tests/extras.plx
7471            ! t/lib/Test/Simple/sample_tests/five_fail.plx
7472            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
7473            ! t/lib/Test/Simple/sample_tests/one_fail.plx
7474            ! t/lib/Test/Simple/sample_tests/require.plx
7475            ! t/lib/Test/Simple/sample_tests/success.plx
7476            ! t/lib/Test/Simple/sample_tests/too_few.plx
7477            ! t/lib/Test/Simple/sample_tests/two_fail.plx
7478 ____________________________________________________________________________
7479 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
7480         Log: Integrate File::Find changes from bleadperl
7481      Branch: maint-5.6/macperl
7482            ! lib/File/Find.pm t/lib/filefind-taint.t
7483 ____________________________________________________________________________
7484 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
7485         Log: Integrate 11847 from maint-5.6/perl
7486      Branch: maint-5.6/macperl
7487           !> sv.c
7488 ____________________________________________________________________________
7489 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
7490         Log: In UNICOS division yada yada.
7491      Branch: perl
7492            ! t/op/override.t
7493 ____________________________________________________________________________
7494 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
7495         Log: In UNICOS division is really lossy, better use
7496              a tolerance test.
7497      Branch: perl
7498            ! ext/Time/HiRes/HiRes.t
7499 ____________________________________________________________________________
7500 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
7501         Log: In UNICOS sigaction() sets an extra flag
7502              ("the signal has been registered for all the processes in
7503              a multitasking group.")
7504      Branch: perl
7505            ! ext/POSIX/sigaction.t
7506 ____________________________________________________________________________
7507 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
7508         Log: Documentation micropatch from Damian.
7509      Branch: perl
7510            ! lib/Attribute/Handlers.pm
7511 ____________________________________________________________________________
7512 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
7513         Log: (Retracted by #11908)
7514              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
7515              From: Michael G Schwern <schwern@pobox.com>
7516              Date: Wed, 5 Sep 2001 15:58:21 -0400
7517              Message-ID: <20010905155821.I632@blackrider>
7518      Branch: perl
7519            ! lib/File/Find.pm lib/File/Find/taint.t
7520 ____________________________________________________________________________
7521 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
7522         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
7523              From: Michael G Schwern <schwern@pobox.com>
7524              Date: Wed, 5 Sep 2001 19:16:31 -0400
7525              Message-ID: <20010905191631.E11386@blackrider>
7526      Branch: perl
7527            + lib/CGI/t/carp.t
7528            ! MANIFEST
7529 ____________________________________________________________________________
7530 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
7531         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
7532              From: chromatic <chromatic@rmci.net>
7533              Date: Wed, 5 Sep 2001 18:08:07 -0600
7534              Message-Id: <01090518080700.19590@firewheel>
7535      Branch: perl
7536            ! lib/English.pm
7537 ____________________________________________________________________________
7538 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
7539         Log: Fix a typo #11889 and add a test for the same.
7540      Branch: perl
7541            ! ext/Socket/Socket.t ext/Socket/Socket.xs
7542 ____________________________________________________________________________
7543 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
7544         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
7545              From: "Craig A. Berry" <craigberry@mac.com>
7546              Date: Wed, 05 Sep 2001 17:48:54 -0500
7547              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
7548      Branch: perl
7549            ! lib/warnings.t t/run/kill_perl.t
7550 ____________________________________________________________________________
7551 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
7552         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
7553              From: Michael G Schwern <schwern@pobox.com>
7554              Date: Wed, 5 Sep 2001 17:22:25 -0400
7555              Message-ID: <20010905172225.C11386@blackrider>
7556      Branch: perl
7557            ! t/run/kill_perl.t
7558 ____________________________________________________________________________
7559 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
7560         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
7561              From: Nicholas Clark <nick@ccl4.org>
7562              Date: Wed, 5 Sep 2001 20:54:24 +0100
7563              Message-ID: <20010905205424.C25120@plum.flirble.org>
7564      Branch: perl
7565            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
7566 ____________________________________________________________________________
7567 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
7568         Log: Forgotten thing.
7569      Branch: perl
7570            ! uconfig.h
7571 ____________________________________________________________________________
7572 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
7573         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
7574              From: chromatic <chromatic@rmci.net>               
7575              Date: Wed, 5 Sep 2001 13:22:08 -0600
7576              Message-Id: <01090513220807.10587@firewheel> 
7577      Branch: perl
7578            ! lib/English.pm
7579 ____________________________________________________________________________
7580 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
7581         Log: inet_ntoa() tweaks:
7582              - don't allow addresses with > 255 characters
7583              - indent the HP-UX workaround
7584              - don't leak memory
7585      Branch: perl
7586            ! ext/Socket/Socket.xs
7587 ____________________________________________________________________________
7588 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
7589         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
7590              <xwu@theeducationcenter.com>
7591      Branch: perl
7592            ! lib/File/Find.pm
7593 ____________________________________________________________________________
7594 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
7595         Log: Typo nits.
7596      Branch: perl
7597            ! lib/File/Find.pm
7598 ____________________________________________________________________________
7599 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
7600         Log: -Wall nit.
7601      Branch: perl
7602            ! op.c
7603 ____________________________________________________________________________
7604 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
7605         Log: Update to Scalar-List-Utils 1.05
7606      Branch: perl
7607            ! ext/List/Util/ChangeLog ext/List/Util/README
7608            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
7609 ____________________________________________________________________________
7610 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
7611         Log: Update Changes.
7612      Branch: perl
7613            ! Changes patchlevel.h
7614 ____________________________________________________________________________
7615 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
7616         Log: Update to Scalar-List-Utils 1.04
7617      Branch: perl
7618            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
7619            ! ext/List/Util/lib/List/Util.pm
7620            ! ext/List/Util/lib/Scalar/Util.pm
7621 ____________________________________________________________________________
7622 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
7623         Log: Metaconfigify #11724.
7624      Branch: metaconfig
7625            ! U/threads/archname.U
7626 ____________________________________________________________________________
7627 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
7628         Log: The MacOS reference is okay, no reason to hide it.
7629      Branch: perl
7630            ! lib/Cwd.pm
7631 ____________________________________________________________________________
7632 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
7633         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
7634              From: Michael G Schwern <schwern@pobox.com>
7635              Date: Tue, 4 Sep 2001 15:30:10 -0400
7636              Message-ID: <20010904153010.H26466@blackrider> 
7637              
7638              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
7639      Branch: perl
7640            ! ext/Cwd/Makefile.PL lib/Cwd.pm
7641 ____________________________________________________________________________
7642 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
7643         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.))
7644              From: Michael G Schwern <schwern@pobox.com>
7645              Date: Tue, 4 Sep 2001 17:39:13 -0400
7646              Message-ID: <20010904173913.C626@blackrider>
7647      Branch: perl
7648            ! lib/Cwd.pm
7649 ____________________________________________________________________________
7650 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
7651         Log: Subject: Re: Perl_pp_* in public API?
7652              From: "Craig A. Berry" <craigberry@mac.com>
7653              Date: Tue, 4 Sep 2001 21:51:29 -0500
7654              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
7655      Branch: perl
7656            ! ext/List/Util/Util.xs
7657 ____________________________________________________________________________
7658 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
7659         Log: From Damian: Class::Struct was unable to define
7660              recursive classes.  After the patch an object reference
7661              (rather than a hash) is required to initialize
7662              an object attribute.  If no such initializer is given to
7663              the constructor, object attributes are now default
7664              initialized to C<undef>.
7665      Branch: perl
7666            ! lib/Class/Struct.pm lib/Class/Struct.t
7667 ____________________________________________________________________________
7668 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
7669         Log: Subject: Re: sv_catpvfn and sv_setpvfn
7670              From: Richard Soderberg <rs@oregonnet.com>
7671              Date: Tue, 4 Sep 2001 15:16:47 -0700
7672              Message-Id: <200109042216.PAA17858@oregonnet.com>
7673      Branch: perl
7674            ! pod/perlclib.pod pod/perlguts.pod
7675 ____________________________________________________________________________
7676 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
7677         Log: NetWare updates from Ananth Kesari.
7678      Branch: perl
7679            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
7680            ! NetWare/nw5thread.h
7681 ____________________________________________________________________________
7682 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
7683         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?))
7684              From: Nicholas Clark <nick@ccl4.org>
7685              Date: Tue, 4 Sep 2001 22:42:50 +0100
7686              Message-ID: <20010904224250.P25120@plum.flirble.org>
7687      Branch: perl
7688            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
7689            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
7690            ! t/op/oct.t toke.c
7691 ____________________________________________________________________________
7692 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
7693         Log: Fix Cwd::getcwd() not being tainted, as noticed
7694              by Schwern.
7695      Branch: perl
7696            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
7697            - ext/Cwd/Cwd.t
7698            ! MANIFEST ext/Cwd/Cwd.xs util.c
7699 ____________________________________________________________________________
7700 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
7701         Log: Retract #11870 and volatilize the right destruct_level.
7702              Silly thinko pointed out by Sarathy.
7703      Branch: perl
7704            ! intrpvar.h perl.c
7705 ____________________________________________________________________________
7706 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
7707         Log: At least a temporary fix for the mysterious scope core dumps
7708              in Tru64 from Graham.
7709      Branch: perl
7710            ! ext/List/Util/Util.xs
7711 ____________________________________________________________________________
7712 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
7713         Log: (Retracted by #11872)
7714      Branch: perl
7715            ! intrpvar.h
7716 ____________________________________________________________________________
7717 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
7718         Log: Quench a -Wall gripe noticed by Robin Barker.
7719      Branch: perl
7720            ! op.c
7721 ____________________________________________________________________________
7722 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
7723         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
7724              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
7725              Date: Wed, 05 Sep 2001 02:01:32 +0900
7726              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
7727      Branch: perl
7728            ! lib/Unicode/UCD.pm
7729 ____________________________________________________________________________
7730 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
7731         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
7732              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
7733              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
7734              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
7735      Branch: perl
7736            ! gv.c
7737 ____________________________________________________________________________
7738 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
7739         Log: Update Changes.
7740      Branch: perl
7741            ! Changes patchlevel.h
7742 ____________________________________________________________________________
7743 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
7744         Log: Add the \[$@%&*] prototype support.
7745      Branch: perl
7746            ! op.c pod/perlsub.pod t/comp/proto.t
7747 ____________________________________________________________________________
7748 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
7749         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
7750              From: Michael G Schwern <schwern@pobox.com>
7751              Date: Mon, 3 Sep 2001 18:59:01 -0400
7752              Message-ID: <20010903185901.Z9233@blackrider>
7753      Branch: perl
7754            ! lib/CGI/t/form.t
7755 ____________________________________________________________________________
7756 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
7757         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
7758              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
7759              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
7760              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
7761      Branch: perl
7762            ! gv.c
7763 ____________________________________________________________________________
7764 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
7765         Log: More srand entry tweakage based on Randal's suggestion.
7766      Branch: perl
7767            ! pod/perlfunc.pod
7768 ____________________________________________________________________________
7769 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
7770         Log: Subject: [PATCH] 'main' *is* a reserved word
7771              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7772              Date: Mon, 3 Sep 2001 22:55:41 +0200
7773              Message-ID: <20010903225541.A24097@rafael>
7774      Branch: perl
7775            ! toke.c
7776 ____________________________________________________________________________
7777 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
7778         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
7779              From: Peter Prymmer <pvhp@best.com>
7780              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
7781              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
7782      Branch: perl
7783            ! README.vms configure.com
7784 ____________________________________________________________________________
7785 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
7786         Log: Subject: Re: A slightly better default seed?   
7787              From: Michael G Schwern <schwern@pobox.com>
7788              Date: Mon, 3 Sep 2001 18:08:15 -0400 
7789              Message-ID: <20010903180815.W9233@blackrider>
7790      Branch: perl
7791            ! t/op/srand.t
7792 ____________________________________________________________________________
7793 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
7794         Log: Add sharedsv.o to microperl object files.
7795      Branch: perl
7796            ! Makefile.micro
7797 ____________________________________________________________________________
7798 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
7799         Log: AUTHORS updates and
7800              
7801              Subject: [PATCH] Just some preening :-)        
7802              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
7803              Date: Tue, 4 Sep 2001 14:16:59 +0100
7804              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
7805      Branch: perl
7806            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
7807 ____________________________________________________________________________
7808 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
7809         Log: Typo fix and slight rewording.
7810      Branch: perl
7811            ! pod/perlfunc.pod
7812 ____________________________________________________________________________
7813 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
7814         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
7815      Branch: perl
7816            ! pod/perlfaq4.pod
7817 ____________________________________________________________________________
7818 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
7819         Log: The helper file changed name.
7820      Branch: perl
7821            ! MANIFEST
7822 ____________________________________________________________________________
7823 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
7824         Log: Update to Scalar-List-Utils 1.03
7825      Branch: perl
7826            + ext/List/Util/t/shuffle.t
7827            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
7828            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
7829            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
7830            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
7831            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
7832            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
7833            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
7834            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
7835 ____________________________________________________________________________
7836 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
7837         Log: Make crypt() do something more sane for Unicode
7838              (take crypt() of the low eight bits of the characters,
7839              instead of taking crypt() of the UTF-8 of the scalar);
7840              add a test for crypt().
7841      Branch: perl
7842            + t/op/crypt.t
7843            ! MANIFEST pod/perlfunc.pod pp.c
7844 ____________________________________________________________________________
7845 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
7846         Log: Reorganize the srand entry.
7847      Branch: perl
7848            ! pod/perlfunc.pod
7849 ____________________________________________________________________________
7850 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
7851         Log: Remove the tests that assume something about
7852              calling srand() without arguments multiple times.
7853      Branch: perl
7854            ! t/op/srand.t
7855 ____________________________________________________________________________
7856 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
7857         Log: Upgrade to Math::BigInt 1.42.
7858      Branch: perl
7859            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
7860            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
7861            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
7862            ! lib/Math/BigInt/t/mbimbf.t
7863 ____________________________________________________________________________
7864 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
7865         Log: integrate change#11847 from maint-5.6
7866              
7867              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
7868      Branch: perl
7869            ! sv.c
7870 ____________________________________________________________________________
7871 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
7872         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
7873      Branch: maint-5.6/perl
7874            ! sv.c
7875 ____________________________________________________________________________
7876 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
7877         Log: As far as I can tell these functions have been Unicodified.
7878      Branch: perl
7879            ! doop.c
7880 ____________________________________________________________________________
7881 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
7882         Log: Update to Storable 1.0.13.
7883      Branch: perl
7884            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
7885            ! ext/Storable/Storable.xs
7886 ____________________________________________________________________________
7887 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
7888         Log: Patch the Filter::Simple test to work with
7889              the core test suite (since the FilterTest.pm
7890              is in t/lib, not in lib).
7891      Branch: perl
7892            ! lib/Filter/Simple/t/filter.t
7893 ____________________________________________________________________________
7894 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
7895         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
7896      Branch: perl
7897            + t/lib/FilterTest.pm
7898            - t/lib/MyFilter.pm
7899 ____________________________________________________________________________
7900 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
7901         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
7902              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
7903              Text::Balanced 1.86.
7904      Branch: perl
7905            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
7906            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
7907            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
7908            + lib/Switch/t/nested.t lib/Switch/t/switch.t
7909            + lib/Text/Balanced/Changes lib/Text/Balanced/README
7910            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
7911            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
7912            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
7913            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
7914            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
7915            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
7916            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
7917            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
7918            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
7919            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
7920            ! MANIFEST lib/Attribute/Handlers.pm
7921            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
7922            ! lib/Attribute/Handlers/demo/Demo.pm
7923            ! lib/Attribute/Handlers/demo/Descriptions.pm
7924            ! lib/Attribute/Handlers/demo/MyClass.pm
7925            ! lib/Attribute/Handlers/demo/demo.pl
7926            ! lib/Attribute/Handlers/demo/demo2.pl
7927            ! lib/Attribute/Handlers/demo/demo3.pl
7928            ! lib/Attribute/Handlers/demo/demo4.pl
7929            ! lib/Attribute/Handlers/demo/demo_call.pl
7930            ! lib/Attribute/Handlers/demo/demo_chain.pl
7931            ! lib/Attribute/Handlers/demo/demo_cycle.pl
7932            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
7933            ! lib/Attribute/Handlers/demo/demo_phases.pl
7934            ! lib/Attribute/Handlers/demo/demo_range.pl
7935            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
7936            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
7937            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
7938            ! lib/Text/Balanced.pm
7939 ____________________________________________________________________________
7940 [ 11841] By: sky                                   on 2001/09/03  11:04:15
7941         Log: Forgot to add a file with Change #11840
7942      Branch: perl
7943            + t/op/srand.t
7944 ____________________________________________________________________________
7945 [ 11840] By: sky                                   on 2001/09/03  11:02:04
7946         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
7947              From: Michael G Schwern <schwern@pobox.com>
7948              Date: Mon, 3 Sep 2001 07:43:00 -0400
7949              Message-ID: <20010903074300.E9233@blackrider>
7950      Branch: perl
7951            ! MANIFEST pod/perlfunc.pod t/op/rand.t
7952 ____________________________________________________________________________
7953 [ 11839] By: sky                                   on 2001/09/03  10:47:11
7954         Log: Document the changes with regards to running of END blocks.
7955              And DESTROY on global objects are called in perl_destruct()!
7956      Branch: perl
7957            ! pod/perl572delta.pod pod/perlembed.pod
7958 ____________________________________________________________________________
7959 [ 11838] By: sky                                   on 2001/09/03  09:34:44
7960         Log: Subject: [PATCH t/op/time.t] Partial cleanup
7961              From: Michael G Schwern <schwern@pobox.com>
7962              Date: Mon, 3 Sep 2001 06:29:42 -0400
7963              Message-ID: <20010903062942.C9233@blackrider>
7964      Branch: perl
7965            ! t/op/time.t
7966 ____________________________________________________________________________
7967 [ 11837] By: sky                                   on 2001/09/03  09:30:02
7968         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
7969              From: Michael G Schwern <schwern@pobox.com>
7970              Date: Mon, 3 Sep 2001 06:24:13 -0400
7971              Message-ID: <20010903062413.B9233@blackrider>
7972      Branch: perl
7973            ! t/op/rand.t
7974 ____________________________________________________________________________
7975 [ 11836] By: sky                                   on 2001/09/03  07:56:47
7976         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
7977              From: Michael G Schwern <schwern@pobox.com>
7978              Date: Sun, 2 Sep 2001 21:38:43 -0400
7979              Message-ID: <20010902213843.L2711@blackrider>
7980      Branch: perl
7981            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
7982            ! MANIFEST
7983 ____________________________________________________________________________
7984 [ 11835] By: nick                                  on 2001/09/03  06:20:06
7985         Log: Integrate mainline
7986      Branch: perlio
7987           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
7988            - t/op/misc.t
7989           !> (integrate 187 files)
7990 ____________________________________________________________________________
7991 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
7992         Log: Update Changes.
7993      Branch: perl
7994            ! Changes patchlevel.h
7995 ____________________________________________________________________________
7996 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
7997         Log: Slight tweaks.
7998      Branch: perl
7999            ! t/run/kill_perl.t
8000 ____________________________________________________________________________
8001 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
8002         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
8003      Branch: perl
8004            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
8005 ____________________________________________________________________________
8006 [ 11831] By: sky                                   on 2001/09/02  12:10:42
8007         Log: Change #11828 wasn't complete, this updates to intest path
8008      Branch: perl
8009            ! t/run/kill_perl.t
8010 ____________________________________________________________________________
8011 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
8012         Log: 's's's.
8013      Branch: perl
8014            ! Changes
8015 ____________________________________________________________________________
8016 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
8017         Log: Update Changes.
8018      Branch: perl
8019            ! Changes patchlevel.h
8020 ____________________________________________________________________________
8021 [ 11828] By: sky                                   on 2001/09/02  11:53:56
8022         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
8023              From: Michael G Schwern <schwern@pobox.com>
8024              Date: Sat, 1 Sep 2001 20:18:58 -0400
8025              Message-ID: <20010901201858.X606@blackrider>
8026              +MANIFEST Fix
8027      Branch: perl
8028            + t/run/kill_perl.t
8029            - t/op/misc.t t/run/segfault.t
8030            ! MANIFEST
8031 ____________________________________________________________________________
8032 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
8033         Log: Subject: [PATCH] lib/Time/Local.pm
8034              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
8035              Date: Sun, 2 Sep 2001 06:50:01 -0500
8036              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
8037      Branch: perl
8038            ! lib/Time/Local.pm
8039 ____________________________________________________________________________
8040 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
8041         Log: Tick off Unicode collation and the normalization from
8042              the todo list.
8043      Branch: perl
8044            ! pod/perltodo.pod
8045 ____________________________________________________________________________
8046 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
8047         Log: Update to Unicode 3.1.1.
8048      Branch: perl
8049            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
8050            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
8051            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
8052            ! lib/unicore/PropList.txt lib/unicore/README.perl
8053            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
8054            ! lib/unicore/rename lib/unicore/version
8055 ____________________________________________________________________________
8056 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
8057         Log: Slight doc tweaks for the module.
8058      Branch: perl
8059            ! lib/Unicode/UCD.pm
8060 ____________________________________________________________________________
8061 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
8062         Log: Rename the variable: it *used* to be (wrongly) that the
8063              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
8064              but that is no more the case: PL_reg_match_utf8 is better.
8065      Branch: perl
8066            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
8067            ! regexec.c sv.c thrdvar.h
8068 ____________________________________________________________________________
8069 [ 11822] By: ams                                   on 2001/09/02  02:54:50
8070         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
8071              From: Ilmari Karonen <iltzu@sci.fi>
8072              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
8073              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
8074              (op/sub_lval.t updated to take new error message into account.)
8075      Branch: perl
8076            ! op.c t/op/sub_lval.t
8077 ____________________________________________________________________________
8078 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
8079         Log: remove stray CRs in files; keep all files with UNIX line-ends
8080              (Porting/makerel adds CRs to the files that need it in the
8081              distribution)
8082      Branch: perl
8083            ! NetWare/t/NWScripts.pl README.dos
8084            ! ext/Encode/Encode/cns11643-1.enc
8085            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
8086            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
8087 ____________________________________________________________________________
8088 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
8089         Log: some remnants of change#11803
8090      Branch: perl
8091            ! ext/ByteLoader/byterun.h perl.h
8092 ____________________________________________________________________________
8093 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
8094         Log: Update to Unicode::Collate 0.08.
8095      Branch: perl
8096            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
8097            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
8098 ____________________________________________________________________________
8099 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
8100         Log: Test tweaks.
8101      Branch: perl
8102            ! t/op/pat.t
8103 ____________________________________________________________________________
8104 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
8105         Log: Fix test
8106      Branch: maint-5.6/macperl
8107            ! t/lib/b.t
8108 ____________________________________________________________________________
8109 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
8110         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
8111              warnings in Config.pm with -W; increase default and
8112              minimum RAM; bump version number.
8113      Branch: maint-5.6/macperl
8114            + macos/lib/Mac/LowMem.pm
8115            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
8116            ! macos/configpm macos/macperl/MacPerl.r
8117 ____________________________________________________________________________
8118 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
8119         Log: Make syntax check report in MPW style, fix tests
8120              to use Mac::err=unix to get normal-style error
8121              messages.
8122      Branch: maint-5.6/macperl
8123            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
8124            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
8125 ____________________________________________________________________________
8126 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
8127         Log: Make MPW-style errors optional (but the default); add
8128              MacPerl::ErrorFormat() function and Mac::err pragma
8129      Branch: maint-5.6/macperl
8130            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
8131            + macos/ext/Mac/err/err.xs
8132            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
8133            ! macos/macish.c macos/macish.h macos/macperl.sym
8134 ____________________________________________________________________________
8135 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
8136         Log: More module and test ports from Thomas Wegner et al
8137      Branch: maint-5.6/macperl
8138            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
8139            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
8140            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
8141            ! t/op/magic.t
8142 ____________________________________________________________________________
8143 [ 11812] By: sky                                   on 2001/09/01  17:19:30
8144         Log: Subject: [PATCH t/op/concat.t] cleanup
8145              From: Michael G Schwern <schwern@pobox.com>
8146              Date: Sat, 1 Sep 2001 14:06:28 -0400
8147              Message-ID: <20010901140628.C606@blackrider>
8148      Branch: perl
8149            ! t/op/concat.t
8150 ____________________________________________________________________________
8151 [ 11811] By: sky                                   on 2001/09/01  12:25:29
8152         Log: Change #11805 didn't update the MANIFEST
8153      Branch: perl
8154            ! MANIFEST
8155 ____________________________________________________________________________
8156 [ 11810] By: sky                                   on 2001/09/01  11:52:44
8157         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
8158              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8159              Date: Sat, 1 Sep 2001 14:50:14 +0200
8160              Message-ID: <20010901145014.A691@rafael>
8161      Branch: perl
8162            ! t/op/inccode.t
8163 ____________________________________________________________________________
8164 [ 11809] By: sky                                   on 2001/09/01  11:49:22
8165         Log: Subject: PATCH: ExtUtils::MakeMaker
8166              From: Tony Bowden <tony@kasei.com>
8167              Date: Sat, 1 Sep 2001 10:33:53 +0100
8168              Message-ID: <20010901103353.A13863@soto.kasei.com>
8169              Manually applied
8170      Branch: perl
8171            ! lib/ExtUtils/MakeMaker.pm
8172 ____________________________________________________________________________
8173 [ 11808] By: sky                                   on 2001/09/01  11:39:13
8174         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
8175              From: mike808@users.sourceforge.net
8176              Date: Sat, 1 Sep 101 11:27:50 GMT
8177              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
8178              With little tweak
8179      Branch: perl
8180            ! lib/Term/Cap.pm
8181 ____________________________________________________________________________
8182 [ 11807] By: ams                                   on 2001/09/01  11:31:16
8183         Log: Subject: oct() and hex()
8184              From: Nicholas Clark <nick@ccl4.org>
8185              Date: Fri, 31 Aug 2001 23:14:13 +0100
8186              Message-Id: <20010831231413.J4950@plum.flirble.org>
8187      Branch: perl
8188            ! pod/perlclib.pod
8189 ____________________________________________________________________________
8190 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
8191         Log: Integrate change 11801 from maintperl
8192      Branch: maint-5.6/macperl
8193            ! perl.c
8194 ____________________________________________________________________________
8195 [ 11805] By: sky                                   on 2001/08/31  21:35:10
8196         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
8197              From: Michael G Schwern <schwern@pobox.com>
8198              Date: Fri, 31 Aug 2001 15:36:28 -0400
8199              Message-ID: <20010831153628.B598@blackrider>
8200              Check for things which used to segfault
8201      Branch: perl
8202            + t/run/segfault.t
8203 ____________________________________________________________________________
8204 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
8205         Log: integrate change#11801 from maint-5.6
8206              
8207              remove age-old UNICOS "workaround" that introduces a static, and
8208              hence an egregious race condition for threaded builds (*sigh*
8209              beats me why this kludge wasn't guarded by a UNICOS-specific
8210              #define *sigh*)
8211      Branch: perl
8212            ! perl.c
8213 ____________________________________________________________________________
8214 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
8215         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
8216              working in 5.7.x
8217      Branch: perl
8218            - objXSUB.h
8219            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
8220            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
8221            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
8222            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
8223            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
8224            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
8225            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
8226            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
8227            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
8228            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
8229            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
8230            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
8231            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
8232            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
8233            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
8234            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
8235            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
8236            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
8237            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
8238            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
8239            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
8240            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
8241 ____________________________________________________________________________
8242 [ 11802] By: ams                                   on 2001/08/31  18:11:32
8243         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
8244              From: "Philip Newton" <Philip.Newton@gmx.net>
8245              Date: Fri, 31 Aug 2001 21:12:56 +0200
8246              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
8247      Branch: perl
8248            ! pod/perldiag.pod
8249 ____________________________________________________________________________
8250 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
8251         Log: remove age-old UNICOS "workaround" that introduces a static, and
8252              hence an egregious race condition for threaded builds (*sigh*
8253              beats me why this kludge wasn't guarded by a UNICOS-specific
8254              #define *sigh*)
8255      Branch: maint-5.6/perl
8256            ! perl.c
8257 ____________________________________________________________________________
8258 [ 11800] By: sky                                   on 2001/08/31  17:30:26
8259         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
8260              Might break on platforms where bool is larger than 8 bites ???
8261      Branch: perl
8262            ! regcomp.c
8263 ____________________________________________________________________________
8264 [ 11799] By: ams                                   on 2001/08/31  12:15:44
8265         Log: Integrate 11778 into mainline.
8266      Branch: perl
8267            ! t/base/term.t
8268 ____________________________________________________________________________
8269 [ 11798] By: sky                                   on 2001/08/31  11:31:44
8270         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
8271              supposed to happen.
8272      Branch: perl
8273            ! regcomp.c
8274 ____________________________________________________________________________
8275 [ 11797] By: sky                                   on 2001/08/31  11:28:17
8276         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
8277              From: "John P. Linderman" <jpl@research.att.com>
8278              Date: Fri, 31 Aug 2001 08:20:35 -0400
8279              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
8280              Fixes test 14 which could fail randomly in rare cases.
8281      Branch: perl
8282            ! ext/Time/HiRes/HiRes.t regcomp.c
8283 ____________________________________________________________________________
8284 [ 11796] By: ams                                   on 2001/08/31  01:13:07
8285         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
8286              From: Nicholas Clark <nick@ccl4.org>
8287              Date: Thu, 30 Aug 2001 23:21:50 +0100
8288              Message-Id: <20010830232150.D4950@plum.flirble.org>
8289      Branch: perl
8290            ! ext/Sys/Syslog/Makefile.PL
8291 ____________________________________________________________________________
8292 [ 11795] By: ams                                   on 2001/08/30  23:53:23
8293         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
8294              patching example
8295              From: Michael G Schwern <schwern@pobox.com>
8296              Date: Thu, 30 Aug 2001 17:02:08 -0400
8297              Message-Id: <20010830170208.M2318@blackrider>
8298      Branch: perl
8299            ! pod/perlhack.pod
8300 ____________________________________________________________________________
8301 [ 11794] By: ams                                   on 2001/08/30  19:35:36
8302         Log: Subject: [PATCH] pp_modulo
8303              From: Nicholas Clark <nick@ccl4.org>
8304              Date: Thu, 30 Aug 2001 18:20:54 +0100
8305              Message-Id: <20010830182053.A4950@plum.flirble.org>
8306      Branch: perl
8307            ! pp.c t/op/64bitint.t
8308 ____________________________________________________________________________
8309 [ 11793] By: sky                                   on 2001/08/30  13:02:48
8310         Log: 11792 wasn't complete
8311      Branch: perl
8312            ! makedef.pl regcomp.c
8313 ____________________________________________________________________________
8314 [ 11792] By: sky                                   on 2001/08/30  12:21:11
8315         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
8316      Branch: perl
8317            ! makedef.pl
8318 ____________________________________________________________________________
8319 [ 11791] By: sky                                   on 2001/08/30  10:08:02
8320         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
8321      Branch: perl
8322            ! config_h.SH
8323 ____________________________________________________________________________
8324 [ 11790] By: sky                                   on 2001/08/30  08:22:31
8325         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
8326              on the pad. Fixes coredumps in cleanups introduced by
8327              Change 11755  
8328      Branch: perl
8329            ! op.c perl.c sv.h
8330 ____________________________________________________________________________
8331 [ 11789] By: sky                                   on 2001/08/29  19:01:47
8332         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
8333              This is a replacement implmentation that works on HPUX.
8334              This bug should probably be fixed in GCC.
8335      Branch: perl
8336            ! ext/Socket/Socket.xs
8337 ____________________________________________________________________________
8338 [ 11788] By: ams                                   on 2001/08/29  17:35:33
8339         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
8340              From: Nicholas Clark <nick@ccl4.org>
8341              Date: Wed, 29 Aug 2001 18:21:56 +0100
8342              Message-Id: <20010829182156.O4950@plum.flirble.org>
8343      Branch: perl
8344            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
8345 ____________________________________________________________________________
8346 [ 11787] By: sky                                   on 2001/08/29  10:42:54
8347         Log: Added test for pack_addr_in and unpack_addr_in
8348              Nitpik in test 10
8349      Branch: perl
8350            ! ext/Socket/Socket.t
8351 ____________________________________________________________________________
8352 [ 11786] By: sky                                   on 2001/08/29  10:28:14
8353         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
8354              Trying to catch errors on HP-UX
8355      Branch: perl
8356            ! ext/Socket/Socket.t
8357 ____________________________________________________________________________
8358 [ 11785] By: sky                                   on 2001/08/29  09:07:03
8359         Log: make sure USE_THREADS is defined so external apps work
8360      Branch: perl
8361            ! config_h.SH
8362 ____________________________________________________________________________
8363 [ 11784] By: sky                                   on 2001/08/29  08:06:12
8364         Log: Subject: Re: The hitlist of untested modules.
8365              From: Jonathan Stowe <gellyfish@gellyfish.com>
8366              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
8367              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
8368              Start of tests for Shell.pm (make Schwern poorer!)
8369      Branch: perl
8370            + lib/Shell.t
8371            ! MANIFEST
8372 ____________________________________________________________________________
8373 [ 11783] By: sky                                   on 2001/08/29  07:37:50
8374         Log: END{} can change the return value even if we die from BEGIN{}
8375      Branch: perl
8376            ! miniperlmain.c
8377 ____________________________________________________________________________
8378 [ 11782] By: ams                                   on 2001/08/29  06:32:17
8379         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
8380              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8381              Date: Wed, 29 Aug 2001 09:18:17 +0200
8382              Message-Id: <20010829091817.A4453@rafael>
8383      Branch: perl
8384            ! t/op/inccode.t
8385 ____________________________________________________________________________
8386 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
8387         Log: Delete xsubpp.patch, as full copy exists now
8388      Branch: maint-5.6/macperl
8389            - macos/xsubpp.patch
8390 ____________________________________________________________________________
8391 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
8392         Log: Add Changes file
8393      Branch: maint-5.6/macperl
8394            + macos/Changes
8395 ____________________________________________________________________________
8396 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
8397         Log: Add Mac version of xsubpp as separate file
8398      Branch: maint-5.6/macperl
8399            + macos/xsubpp
8400            ! macos/Makefile.mk
8401 ____________________________________________________________________________
8402 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
8403         Log: Fix open of /dev/null for Mac OS
8404      Branch: maint-5.6/macperl
8405            ! t/base/term.t
8406 ____________________________________________________________________________
8407 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
8408         Log: Various patches: enable more tests; skip CVS in PerlInstall;
8409              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
8410      Branch: maint-5.6/macperl
8411            ! macos/MacPerlTests.cmd macos/PerlInstall
8412            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
8413 ____________________________________________________________________________
8414 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
8415         Log: Allow for platforms to override formatting of errors
8416              on output from Matthias Neeracher (Mac files)
8417      Branch: maint-5.6/macperl
8418            ! macos/macish.c macos/macish.h
8419 ____________________________________________________________________________
8420 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
8421         Log: Allow for platforms to override formatting of errors
8422              on output from Matthias Neeracher (core files)
8423      Branch: maint-5.6/macperl
8424            ! perl.h pp_ctl.c util.c
8425 ____________________________________________________________________________
8426 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
8427         Log: Add some param checking, from reports by Kevin Reid.
8428      Branch: maint-5.6/macperl
8429            ! macos/ext/Mac/Controls/Controls.pm
8430            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
8431 ____________________________________________________________________________
8432 [ 11773] By: ams                                   on 2001/08/28  23:54:57
8433         Log: Subject: [PATCH] make coretest
8434              From: Paul Johnson <paul@pjcj.net>
8435              Date: Wed, 29 Aug 2001 00:11:38 +0200
8436              Message-Id: <20010829001138.B12169@pjcj.net>
8437              (Applied without the change to perlhack.pod. This should
8438              probably stay undocumented.)
8439      Branch: perl
8440            ! Makefile.SH t/TEST
8441 ____________________________________________________________________________
8442 [ 11772] By: sky                                   on 2001/08/28  13:01:20
8443         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
8444              From: Michael G Schwern <schwern@pobox.com>
8445              Date: Tue, 28 Aug 2001 09:57:39 -0400
8446              Message-ID: <20010828095738.E17775@blackrider>
8447      Branch: perl
8448            ! pod/perlhack.pod t/op/pack.t
8449 ____________________________________________________________________________
8450 [ 11771] By: sky                                   on 2001/08/28  11:20:13
8451         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
8452              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8453              Date: Tue, 28 Aug 2001 14:23:43 +0200
8454              Message-ID: <20010828142343.A19299@rafael>
8455      Branch: perl
8456            ! pod/perlvar.pod pp_ctl.c
8457 ____________________________________________________________________________
8458 [ 11770] By: ams                                   on 2001/08/28  10:13:21
8459         Log: Subject: [PATCH] odd typo in op.h
8460              From: Nicholas Clark <nick@ccl4.org>
8461              Date: Tue, 28 Aug 2001 12:10:26 +0100
8462              Message-Id: <20010828121026.V4950@plum.flirble.org>
8463      Branch: perl
8464            ! op.h
8465 ____________________________________________________________________________
8466 [ 11769] By: sky                                   on 2001/08/28  08:09:16
8467         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
8468              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
8469              Date: Tue, 28 Aug 2001 02:22:20 +0300
8470              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
8471      Branch: perl
8472            ! ext/B/B/Lint.pm
8473 ____________________________________________________________________________
8474 [ 11768] By: ams                                   on 2001/08/28  00:47:35
8475         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
8476              From: Michael G Schwern <schwern@pobox.com>
8477              Date: Mon, 27 Aug 2001 21:24:44 -0400
8478              Message-Id: <20010827212444.F12582@blackrider>
8479      Branch: perl
8480            ! pod/perlhack.pod t/op/pack.t
8481 ____________________________________________________________________________
8482 [ 11767] By: ams                                   on 2001/08/27  23:59:48
8483         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
8484              From: Michael G Schwern <schwern@pobox.com>
8485              Date: Mon, 27 Aug 2001 20:12:29 -0400
8486              Message-Id: <20010827201229.D12582@blackrider>
8487      Branch: perl
8488            ! pod/perlhack.pod t/op/pack.t
8489 ____________________________________________________________________________
8490 [ 11766] By: ams                                   on 2001/08/27  23:39:40
8491         Log: Update Changes.
8492      Branch: perl
8493            ! Changes
8494 ____________________________________________________________________________
8495 [ 11765] By: ams                                   on 2001/08/27  22:53:10
8496         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
8497              From: Michael G Schwern <schwern@pobox.com>
8498              Date: Mon, 27 Aug 2001 19:47:30 -0400
8499              Message-Id: <20010827194730.C12582@blackrider>
8500      Branch: perl
8501            ! t/op/inccode.t
8502 ____________________________________________________________________________
8503 [ 11764] By: ams                                   on 2001/08/27  22:46:21
8504         Log: Subject: [PATCH] new tests for the coderef-in-@INC
8505              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8506              Date: Mon, 27 Aug 2001 22:36:27 +0200
8507              Message-Id: <20010827223627.C690@rafael>
8508              
8509              Subject: Re: [PATCH] new tests for the coderef-in-@INC
8510              From: Nicholas Clark <nick@ccl4.org>
8511              Date: Tue, 28 Aug 2001 00:02:46 +0100
8512              Message-Id: <20010828000245.R4950@plum.flirble.org>
8513      Branch: perl
8514            + t/op/inccode.t
8515            ! MANIFEST
8516 ____________________________________________________________________________
8517 [ 11763] By: ams                                   on 2001/08/27  22:41:09
8518         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
8519              bleadperl on fire, Win95+4NT)
8520              From: Michael G Schwern <schwern@pobox.com>
8521              Date: Mon, 27 Aug 2001 16:54:42 -0400
8522              Message-Id: <20010827165442.F9436@blackrider>
8523      Branch: perl
8524            ! lib/warnings.t
8525 ____________________________________________________________________________
8526 [ 11762] By: sky                                   on 2001/08/27  19:19:17
8527         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
8528              avaible at compile time. This broke the compilation of 
8529              Net/Ping.pm
8530      Branch: perl
8531            ! lib/Net/Ping.pm
8532 ____________________________________________________________________________
8533 [ 11761] By: sky                                   on 2001/08/27  18:34:48
8534         Log: Removed tripple definitions of CUSTOM_OP functions.
8535      Branch: perl
8536            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
8537 ____________________________________________________________________________
8538 [ 11760] By: sky                                   on 2001/08/27  18:21:27
8539         Log: Regen headers
8540      Branch: perl
8541            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
8542            ! perlapi.h proto.h
8543 ____________________________________________________________________________
8544 [ 11759] By: ams                                   on 2001/08/27  16:31:53
8545         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
8546              From: "chromatic" <chromatic@rmci.net>
8547              Date: Mon, 27 Aug 2001 11:17:09 -0600
8548              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
8549      Branch: perl
8550            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
8551 ____________________________________________________________________________
8552 [ 11758] By: sky                                   on 2001/08/27  15:16:42
8553         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
8554              Thanks to H. Merijn Brand for the patch.
8555              Some of the comments and or guards might be removable in perl.h now.
8556      Branch: perl
8557            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
8558            ! Porting/Glossary Porting/config_H README.threads config_h.SH
8559            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
8560            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
8561            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
8562            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
8563            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
8564            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
8565            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
8566            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
8567            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
8568            ! win32/config_H.vc win32/perllib.c win32/win32.h
8569            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
8570            ! wince/config.h wince/config_H.ce wince/win32.h
8571            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
8572 ____________________________________________________________________________
8573 [ 11757] By: sky                                   on 2001/08/27  13:39:16
8574         Log: Subject: GNU ld parses arguments different
8575              From: H.Merijn Brand <h.m.brand@hccnet.nl>
8576              Date: Mon, 27 Aug 2001 16:25:51 +0200
8577              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
8578      Branch: perl
8579            ! hints/hpux.sh
8580 ____________________________________________________________________________
8581 [ 11756] By: sky                                   on 2001/08/27  13:18:45
8582         Log: Subject: Custom Ops
8583              From: Simon Cozens <simon@netthink.co.uk>
8584              Date: Sat, 25 Aug 2001 17:45:09 +0100
8585              Message-ID: <20010825174509.A5752@netthink.co.uk>
8586              I also added a fix to Opcode.pm to quite test cases.
8587      Branch: perl
8588            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
8589            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
8590 ____________________________________________________________________________
8591 [ 11755] By: sky                                   on 2001/08/27  05:37:17
8592         Log: Plugs a memory leak on destruction of regular expressions
8593              introcued by #11274.
8594              PL_regex_padav now has an AV as it's first entry with a list
8595              of freed regex_padav slots that it will reuse on creating
8596              new PMOPs.
8597      Branch: perl
8598            ! op.c perl.c
8599 ____________________________________________________________________________
8600 [ 11754] By: ams                                   on 2001/08/26  14:38:52
8601         Log: Subject: [PATCH] t/io/binmode.t
8602              From: Nicholas Clark <nick@ccl4.org>
8603              Date: Sun, 26 Aug 2001 12:03:05 +0100
8604              Message-Id: <20010826120305.C4950@plum.flirble.org>
8605              
8606              (Also a nitpick in #11752 to t/op/universal.t)
8607      Branch: perl
8608            ! t/io/binmode.t t/op/universal.t
8609 ____________________________________________________________________________
8610 [ 11753] By: ams                                   on 2001/08/26  08:19:34
8611         Log: Subject: [PATCH] op/universal.t failing
8612              From: Nicholas Clark <nick@ccl4.org>
8613              Date: Sun, 26 Aug 2001 09:48:22 +0100
8614              Message-Id: <20010826094822.B4950@plum.flirble.org>
8615      Branch: perl
8616            ! t/op/universal.t
8617 ____________________________________________________________________________
8618 [ 11752] By: ams                                   on 2001/08/25  22:46:13
8619         Log: Subject: Re: 'can' with undefined subs
8620              From: Tony Bowden <tony@kasei.com>
8621              Date: Sat, 25 Aug 2001 14:58:17 +0100
8622              Message-Id: <20010825145817.A11788@soto.kasei.com>
8623              (Applied with minor modifications.)
8624      Branch: perl
8625            ! t/op/universal.t
8626 ____________________________________________________________________________
8627 [ 11751] By: ams                                   on 2001/08/25  18:28:43
8628         Log: Subject: Re: 'can' with undefined subs
8629              From: Tony Bowden <tony@kasei.com>
8630              Date: Sat, 25 Aug 2001 15:13:14 +0100
8631              Message-Id: <20010825151314.B11788@soto.kasei.com>
8632      Branch: perl
8633            ! lib/UNIVERSAL.pm
8634 ____________________________________________________________________________
8635 [ 11750] By: nick                                  on 2001/08/25  15:24:15
8636         Log: Integrate mainline
8637      Branch: perlio
8638           +> t/io/binmode.t
8639           !> (integrate 26 files)
8640 ____________________________________________________________________________
8641 [ 11749] By: nick                                  on 2001/08/25  14:55:41
8642         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
8643              From:  John Peacock <jpeacock@rowman.com>
8644              Date:  Wed, 22 Aug 2001 12:05:28 -0400
8645              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
8646      Branch: perl
8647            ! pod/perlhack.pod
8648 ____________________________________________________________________________
8649 [ 11748] By: nick                                  on 2001/08/25  14:53:04
8650         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
8651              From:  Michael G Schwern <schwern@pobox.com>
8652              Date:  Wed, 22 Aug 2001 19:22:45 -0400
8653              Message-Id:  <20010822192245.U619@blackrider>
8654      Branch: perl
8655            ! MANIFEST
8656 ____________________________________________________________________________
8657 [ 11747] By: nick                                  on 2001/08/25  14:52:33
8658         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
8659              From:  Nicholas Clark <nick@ccl4.org>
8660              Date:  Wed, 22 Aug 2001 23:29:06 +0100
8661              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
8662      Branch: perl
8663            + t/io/binmode.t
8664            ! perlio.c pod/perlfunc.pod
8665 ____________________________________________________________________________
8666 [ 11744] By: nick                                  on 2001/08/25  14:37:33
8667         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
8668              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
8669              Date:  Fri, 24 Aug 2001 22:10:42 +0200
8670              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
8671      Branch: perl
8672            ! x2p/a2py.c x2p/walk.c
8673 ____________________________________________________________________________
8674 [ 11743] By: nick                                  on 2001/08/25  14:32:47
8675         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
8676              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8677              Date:  Fri, 24 Aug 2001 23:34:13 +0200
8678              Message-Id:  <20010824233413.A1285@rafael>
8679      Branch: perl
8680            ! pod/perlfunc.pod pod/perlvar.pod
8681 ____________________________________________________________________________
8682 [ 11742] By: ams                                   on 2001/08/25  13:16:02
8683         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
8684              From: Nicholas Clark <nick@ccl4.org>
8685              Date: Sat, 25 Aug 2001 14:50:07 +0100
8686              Message-Id: <20010825145007.L41464@plum.flirble.org>
8687      Branch: perl
8688            ! pp_ctl.c
8689 ____________________________________________________________________________
8690 [ 11741] By: nick                                  on 2001/08/24  07:08:45
8691         Log: When applying patch via Porting/apply fails, do p4 refresh
8692              to get old files back.
8693      Branch: perl
8694            ! Porting/apply
8695 ____________________________________________________________________________
8696 [ 11740] By: ams                                   on 2001/08/24  04:47:24
8697         Log: #11739 was incomplete.
8698      Branch: perl
8699            ! pod/perldiag.pod
8700 ____________________________________________________________________________
8701 [ 11739] By: ams                                   on 2001/08/24  04:09:40
8702         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
8703              From: "Philip Newton" <Philip.Newton@gmx.net>
8704              Date: Fri, 24 Aug 2001 07:08:34 +0200
8705      Branch: perl
8706            ! pod/perldiag.pod
8707 ____________________________________________________________________________
8708 [ 11738] By: ams                                   on 2001/08/24  02:19:42
8709         Log: Fixed Doug Wilson's email address.
8710      Branch: perl
8711            ! AUTHORS
8712 ____________________________________________________________________________
8713 [ 11737] By: ams                                   on 2001/08/24  00:10:13
8714         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
8715              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8716              Date: Thu, 23 Aug 2001 22:22:58 +0200
8717              Message-Id: <20010823222258.A901@rafael>
8718      Branch: perl
8719            ! pod/perldiag.pod
8720 ____________________________________________________________________________
8721 [ 11736] By: ams                                   on 2001/08/24  00:05:02
8722         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
8723              From: "Craig A. Berry" <craigberry@mac.com>
8724              Date: Thu, 23 Aug 2001 19:07:45 -0500
8725              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
8726      Branch: perl
8727            ! configure.com
8728 ____________________________________________________________________________
8729 [ 11735] By: sky                                   on 2001/08/23  13:42:07
8730         Log: Backed out 11732, it breaks lib/strict.t 
8731      Branch: perl
8732            ! op.c
8733 ____________________________________________________________________________
8734 [ 11734] By: sky                                   on 2001/08/23  11:45:59
8735         Log: Removed toy from 17133 after Matt Sargeants request.
8736      Branch: perl
8737            ! pod/perlfaq4.pod
8738 ____________________________________________________________________________
8739 [ 11733] By: sky                                   on 2001/08/23  11:36:29
8740         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
8741              From: Robin Houston <robin@kitsite.com>
8742              Date: Wed, 22 Aug 2001 23:06:16 +0100
8743              Message-ID: <20010822230616.A254@robin.kitsite.com>
8744      Branch: perl
8745            ! pod/perlfaq4.pod
8746 ____________________________________________________________________________
8747 [ 11732] By: sky                                   on 2001/08/23  10:36:02
8748         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
8749              From: Simon Cozens <simon@netthink.co.uk>
8750              Date: Thu, 23 Aug 2001 12:06:36 +0100
8751              Message-ID: <20010823120636.A9961@netthink.co.uk>
8752      Branch: perl
8753            ! op.c
8754 ____________________________________________________________________________
8755 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
8756         Log: fix broken windows build
8757      Branch: perl
8758            ! perl.h
8759 ____________________________________________________________________________
8760 [ 11730] By: ams                                   on 2001/08/22  21:35:30
8761         Log: Subject: [PATCH] io/tell.t doesn't chdir t
8762              From: Nicholas Clark <nick@ccl4.org>
8763              Date: Wed, 22 Aug 2001 23:25:58 +0100
8764              Message-Id: <20010822232557.Y82818@plum.flirble.org>
8765      Branch: perl
8766            ! t/io/tell.t
8767 ____________________________________________________________________________
8768 [ 11729] By: ams                                   on 2001/08/22  20:32:21
8769         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
8770              questions)
8771              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
8772              Date: Wed, 22 Aug 2001 17:09:04 -0400
8773              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
8774              (Oops, forgot File::Spec::Unix in the previous patch.)
8775      Branch: perl
8776            ! lib/File/Spec/Unix.pm
8777 ____________________________________________________________________________
8778 [ 11728] By: ams                                   on 2001/08/22  20:25:41
8779         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
8780              questions)
8781              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
8782              Date: Wed, 22 Aug 2001 17:09:04 -0400
8783              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
8784      Branch: perl
8785            ! lib/File/Spec.pm
8786 ____________________________________________________________________________
8787 [ 11727] By: ams                                   on 2001/08/22  19:43:30
8788         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
8789              From: John Peacock <jpeacock@rowman.com>
8790              Date: Wed, 22 Aug 2001 12:35:52 -0400
8791              Message-Id: <3B83DF68.5D89DC81@rowman.com>
8792              (Adds proper tests for $], notwithstanding Subject. +nitpick)
8793      Branch: perl
8794            ! t/op/ver.t
8795 ____________________________________________________________________________
8796 [ 11726] By: ams                                   on 2001/08/22  19:36:39
8797         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
8798              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
8799              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
8800              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
8801      Branch: perl
8802            ! lib/diagnostics.pm lib/diagnostics.t
8803 ____________________________________________________________________________
8804 [ 11725] By: ams                                   on 2001/08/22  19:25:01
8805         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
8806              From: Nicholas Clark <nick@ccl4.org>
8807              Date: Wed, 22 Aug 2001 20:59:05 +0100
8808              Message-Id: <20010822205905.U82818@plum.flirble.org>
8809      Branch: perl
8810            ! pp.c t/op/64bitint.t t/op/arith.t
8811 ____________________________________________________________________________
8812 [ 11724] By: ams                                   on 2001/08/22  10:02:33
8813         Log: Subject: Configure blooper
8814              From: H.Merijn Brand <h.m.brand@hccnet.nl>
8815              Date: Wed, 22 Aug 2001 12:38:35 +0200
8816              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
8817      Branch: perl
8818            ! Configure
8819 ____________________________________________________________________________
8820 [ 11723] By: ams                                   on 2001/08/21  16:17:53
8821         Log: Subject: [PATCH] installperl -help
8822              From: Nicholas Clark <nick@ccl4.org>
8823              Date: Tue, 21 Aug 2001 17:34:23 +0100
8824              Message-Id: <20010821173423.F82818@plum.flirble.org>
8825      Branch: perl
8826            ! installperl
8827 ____________________________________________________________________________
8828 [ 11722] By: ams                                   on 2001/08/20  07:46:31
8829         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
8830              From: Ilmari Karonen <iltzu@sci.fi>
8831              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
8832              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
8833      Branch: perl
8834            ! pod/perlvar.pod
8835 ____________________________________________________________________________
8836 [ 11721] By: nick                                  on 2001/08/20  06:24:31
8837         Log: Integrate mainline
8838      Branch: perlio
8839           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
8840           +> lib/Lingua/KO/Hangul/Util/Changes
8841           +> lib/Lingua/KO/Hangul/Util/README
8842           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
8843           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
8844           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
8845           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
8846           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
8847           +> lib/Unicode/Normalize/t/test.t
8848            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
8849           !> (integrate 55 files)
8850 ____________________________________________________________________________
8851 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
8852         Log: Integrate Change #11599 from maint-5.6/perl
8853      Branch: maint-5.6/macperl
8854           !> README.win32
8855 ____________________________________________________________________________
8856 [ 11719] By: ams                                   on 2001/08/18  21:21:42
8857         Log: Add Porting/apply to MANIFEST.
8858      Branch: perl
8859            ! MANIFEST
8860 ____________________________________________________________________________
8861 [ 11718] By: sky                                   on 2001/08/18  14:38:01
8862         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
8863              Better solution would be to make 5005threaded perl use
8864              the same system as ithreads do
8865      Branch: perl
8866            ! perl.h
8867 ____________________________________________________________________________
8868 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
8869         Log: New try for ID 20010407.006: detach the semantics
8870              "was the last match target UTF8" into its own variable.
8871      Branch: perl
8872            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
8873            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
8874 ____________________________________________________________________________
8875 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
8876         Log: UTF8 flag should be meaningful only when POK.
8877      Branch: perl
8878            ! dump.c
8879 ____________________________________________________________________________
8880 [ 11715] By: sky                                   on 2001/08/18  11:45:16
8881         Log: USE_THREADS and USE_ITHREADS are never true at the same time
8882      Branch: perl
8883            ! perl.h
8884 ____________________________________________________________________________
8885 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
8886         Log: Retract #11712 for now.  The real fix would probably
8887              be something like making PL_reg_sv a copy (PV + UTF8)
8888              of the matched/substituted string (note: not just a SvPOK
8889              string, for example the stringified form of a ROK would
8890              be applicable)  Beware of leaks.
8891      Branch: perl
8892            ! pp_hot.c t/op/pat.t
8893 ____________________________________________________________________________
8894 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
8895         Log: UTF8 wasn't printing for PVMGs.
8896      Branch: perl
8897            ! dump.c
8898 ____________________________________________________________________________
8899 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
8900         Log: (Retracted by #11714)
8901              
8902              Okay analysis, debatable fix.  (The fix will inc
8903              the refcount of all temporary match objects,
8904              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
8905              which will then cause griping at untie() time
8906              ("inner references remain").
8907              
8908              Fix for ID 20010407.006: PL_reg_sv got wiped out
8909              by freetemps if the match target was a temporary
8910              (like function_call() =~ /.../), which in turn meant
8911              that the $1 et al stopped working if they had UTF-8
8912              in them.  Therefore bump up the refcount of PL_reg_sv.
8913      Branch: perl
8914            ! pp_hot.c t/op/pat.t
8915 ____________________________________________________________________________
8916 [ 11711] By: ams                                   on 2001/08/17  20:32:08
8917         Log: Subject: [PATCH] doesn't compile, was perl@11710
8918              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8919              Date: Fri, 17 Aug 2001 23:21:10 +0200
8920              Message-Id: <20010817232110.C7041@rafael> 
8921      Branch: perl
8922            ! sharedsv.c
8923 ____________________________________________________________________________
8924 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
8925         Log: Update Changes.
8926      Branch: perl
8927            ! Changes patchlevel.h
8928 ____________________________________________________________________________
8929 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
8930         Log: Upgrade to libnet 1.0704.
8931      Branch: perl
8932            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
8933            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
8934            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
8935            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
8936            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
8937            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
8938            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
8939 ____________________________________________________________________________
8940 [ 11708] By: sky                                   on 2001/08/17  13:34:04
8941         Log: Let perl_clone copy PL_exit_flags
8942      Branch: perl
8943            ! sv.c
8944 ____________________________________________________________________________
8945 [ 11707] By: sky                                   on 2001/08/17  12:28:41
8946         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
8947      Branch: perl
8948            ! sharedsv.c sharedsv.h
8949 ____________________________________________________________________________
8950 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
8951         Log: The metaconfig unit change for #11705.
8952      Branch: metaconfig/U/perl
8953            ! Extensions.U
8954 ____________________________________________________________________________
8955 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
8956         Log: Allow the threads extension to be found if present.
8957      Branch: perl
8958            ! Configure
8959 ____________________________________________________________________________
8960 [ 11704] By: nick                                  on 2001/08/17  11:47:54
8961         Log: Mail -> change script (pre-alpha)
8962      Branch: perl
8963            + Porting/apply
8964 ____________________________________________________________________________
8965 [ 11703] By: sky                                   on 2001/08/17  07:11:24
8966         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
8967              Thanks to Tom Hospel for pointing out my error.
8968      Branch: perl
8969            ! op.h
8970 ____________________________________________________________________________
8971 [ 11702] By: sky                                   on 2001/08/17  04:18:11
8972         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.
8973      Branch: perl
8974            ! embed.pl miniperlmain.c perl.c perl.h proto.h
8975 ____________________________________________________________________________
8976 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
8977         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
8978              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
8979      Branch: perl
8980            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
8981            + lib/Lingua/KO/Hangul/Util/README
8982            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
8983            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
8984            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
8985            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
8986            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
8987            + lib/Unicode/Normalize/t/test.t
8988            ! MANIFEST
8989 ____________________________________________________________________________
8990 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
8991         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
8992              Date: Thu, 16 Aug 2001 22:46:15 -0500
8993              From: "Craig A. Berry" <craigberry@mac.com>
8994              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
8995      Branch: perl
8996            ! configure.com numeric.c
8997 ____________________________________________________________________________
8998 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
8999         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
9000              of the usual suspects (like getpwent) but not for others
9001              (like localtime and rand).  The _r versions are available
9002              for all of them, so let's use them.
9003      Branch: perl
9004            ! perl.h
9005 ____________________________________________________________________________
9006 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
9007         Log: (Accidental apply; thankfully empty.)
9008      Branch: perl
9009            ! hints/os390.sh
9010 ____________________________________________________________________________
9011 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
9012         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
9013              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9014              Date: Thu, 16 Aug 2001 16:27:49 +0100
9015              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
9016      Branch: perl
9017            ! regexec.c t/op/re_tests
9018 ____________________________________________________________________________
9019 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
9020         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
9021              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9022              Date: Thu, 16 Aug 2001 18:50:01 +0100
9023              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
9024      Branch: perl
9025            ! pp_hot.c t/op/pat.t
9026 ____________________________________________________________________________
9027 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
9028         Log: Subject: [PATCH] *time_r again
9029              From: "Arthur Bergman" <arthur@contiller.se>
9030              Date: Thu, 16 Aug 2001 16:01:54 +0200
9031              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
9032      Branch: perl
9033            ! op.h
9034 ____________________________________________________________________________
9035 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
9036         Log: system() and backtick error handling cleanup from Craig A. Berry.
9037      Branch: perl
9038            ! vms/vms.c
9039 ____________________________________________________________________________
9040 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
9041         Log: change#10334 leaks memory, copies string when it doesn't
9042              need to
9043      Branch: perl
9044            ! perl.c
9045 ____________________________________________________________________________
9046 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
9047         Log: One more twist to the sprintf + utf8 testing.
9048      Branch: perl
9049            ! t/op/misc.t
9050 ____________________________________________________________________________
9051 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
9052         Log: Fix for 20010407.008 sprintf removes utf8-ness.
9053      Branch: perl
9054            ! pp.c t/op/misc.t
9055 ____________________________________________________________________________
9056 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
9057         Log: Subject: [PATCH] *time_r fixes
9058              From: "Arthur Bergman" <arthur@contiller.se>
9059              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
9060              Date: Thu, 16 Aug 2001 14:22:27 +0200
9061      Branch: perl
9062            ! op.h
9063 ____________________________________________________________________________
9064 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
9065         Log: Upgrade to CGI.pm 2.77.
9066      Branch: perl
9067            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
9068            ! lib/CGI/t/function.t
9069 ____________________________________________________________________________
9070 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
9071         Log: Document the bytes-to-Unicode upgrading.
9072      Branch: perl
9073            ! pod/perlunicode.pod
9074 ____________________________________________________________________________
9075 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
9076         Log: Add a test for Unicode sprintf.
9077      Branch: perl
9078            ! t/op/misc.t
9079 ____________________________________________________________________________
9080 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
9081         Log: Add Unicode tests for index/rindex.
9082      Branch: perl
9083            ! t/op/index.t
9084 ____________________________________________________________________________
9085 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
9086         Log: Document a bit the art of minimizing the installation,
9087              based on the p5p discussion.
9088      Branch: perl
9089            ! INSTALL
9090 ____________________________________________________________________________
9091 [ 11684] By: nick                                  on 2001/08/15  15:03:31
9092         Log: Integrate mainline
9093      Branch: perlio
9094           +> sharedsv.c sharedsv.h
9095           !> (integrate 53 files)
9096 ____________________________________________________________________________
9097 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
9098         Log: Update Changes.
9099      Branch: perl
9100            ! Changes patchlevel.h
9101 ____________________________________________________________________________
9102 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
9103         Log: The #11673 necessitated a test tweak.
9104      Branch: perl
9105            ! t/io/utf8.t
9106 ____________________________________________________________________________
9107 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
9108         Log: Also UNICOS is in the general case unable to silently
9109              handle fp overflows.
9110      Branch: perl
9111            ! numeric.c
9112 ____________________________________________________________________________
9113 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
9114         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
9115              NV_EPSILON #defined.
9116      Branch: perl
9117            ! perl.h
9118 ____________________________________________________________________________
9119 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
9120         Log: Re-establish the fp overflow detection for VAX VMS; there
9121              is no easy way to have the IEEE fp silent overflow semantics.
9122              (in Alpha VMS we still will use IEEE fp by default-- but it
9123              is still possible to configure Perl to use G_FLOAT)
9124      Branch: perl
9125            ! numeric.c
9126 ____________________________________________________________________________
9127 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
9128         Log: Subject: [PATCH] pp_lock 
9129              From: "Arthur Bergman" <arthur@contiller.se>
9130              Date: Wed, 15 Aug 2001 11:52:16 +0200
9131              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
9132      Branch: perl
9133            ! pp.c
9134 ____________________________________________________________________________
9135 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
9136         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
9137              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9138              Date: Wed, 15 Aug 2001 11:32:11 +0100
9139              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
9140      Branch: perl
9141            ! regcomp.c t/op/re_tests
9142 ____________________________________________________________________________
9143 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
9144         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
9145              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9146              Date: Wed, 15 Aug 2001 10:33:49 +0100
9147              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
9148      Branch: perl
9149            ! regexec.c t/op/re_tests
9150 ____________________________________________________________________________
9151 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
9152         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
9153              From: Barrie Slaymaker <barries@slaysys.com>
9154              Date: Tue, 14 Aug 2001 14:32:25 -0400
9155              Message-ID: <20010814143225.A19822@jester.slaysys.com>
9156      Branch: perl
9157            ! lib/File/Spec.t lib/File/Spec/Unix.pm
9158 ____________________________________________________________________________
9159 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
9160         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
9161              From: Peter Prymmer <pvhp@forte.com>
9162              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
9163              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
9164      Branch: perl
9165            ! README.vms configure.com
9166 ____________________________________________________________________________
9167 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
9168         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
9169              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9170              Date: Tue, 14 Aug 2001 21:23:27 +0200
9171              Message-ID: <20010814212327.A1919@rafael>
9172      Branch: perl
9173            ! doio.c
9174 ____________________________________________________________________________
9175 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
9176         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
9177              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
9178              Date: Tue, 14 Aug 2001 22:30:11 +0200
9179              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
9180              
9181              Combination of nmake, quoting, and Perl expanded $( in here-doc.
9182      Branch: perl
9183            ! ext/SDBM_File/Makefile.PL
9184 ____________________________________________________________________________
9185 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
9186         Log: Todo updates.
9187      Branch: perl
9188            ! pod/perltodo.pod
9189 ____________________________________________________________________________
9190 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
9191         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
9192              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
9193              Date: Mon, 13 Aug 2001 23:15:01 +0200
9194              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
9195      Branch: perl
9196            ! sv.c
9197 ____________________________________________________________________________
9198 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
9199         Log: Subject: [PATCH] [b-]showlex.t
9200              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
9201              Date: Sun, 12 Aug 2001 22:24:51 +0200
9202              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
9203              
9204              The 4nt command shell will expand the % in command line
9205              no matter what quoting is attempted, changed the % to @.
9206      Branch: perl
9207            ! ext/B/Showlex.t
9208 ____________________________________________________________________________
9209 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
9210         Log: Subject: [PATCH] magic.t
9211              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
9212              Date: Sun, 12 Aug 2001 20:49:27 +0200
9213              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
9214      Branch: perl
9215            ! t/op/magic.t
9216 ____________________________________________________________________________
9217 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
9218         Log: Add sharedsv* to the DOSish platforms; plus add
9219              some WinCE files to the list of DOSish files.
9220      Branch: perl
9221            ! NetWare/Makefile Porting/makerel win32/Makefile
9222            ! win32/makefile.mk wince/Makefile.ce
9223 ____________________________________________________________________________
9224 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
9225         Log: More DOSish files.
9226      Branch: perl
9227            ! Porting/makerel
9228 ____________________________________________________________________________
9229 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
9230         Log: Strip CRs from the WinCE files.  Now we need to
9231              figure out in which CRs are really needed: probably
9232              Makefile.ce and the README files, at least, probably
9233              also the registry.bat.
9234      Branch: perl
9235            ! wince/Makefile.ce wince/README.compile wince/README.perlce
9236            ! wince/config.h wince/include/cectype.h wince/include/errno.h
9237            ! wince/include/sys/stat.h wince/include/sys/types.h
9238            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
9239            ! wince/perldll.def wince/registry.bat wince/wince.h
9240            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
9241 ____________________________________________________________________________
9242 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
9243         Log: Add some files to DOSish and writables.
9244      Branch: perl
9245            ! Porting/makerel
9246 ____________________________________________________________________________
9247 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
9248         Log: Compile failure message tidying.
9249      Branch: perl
9250            ! t/lib/1_compile.t
9251 ____________________________________________________________________________
9252 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
9253         Log: The new sharedsv* should be exported only if usethreads.
9254      Branch: perl
9255            ! makedef.pl
9256 ____________________________________________________________________________
9257 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
9258         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
9259              From: Peter Prymmer <pvhp@forte.com>
9260              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
9261              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
9262      Branch: perl
9263            ! README.os390
9264 ____________________________________________________________________________
9265 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
9266         Log: Update Changes.
9267      Branch: perl
9268            ! Changes patchlevel.h
9269 ____________________________________________________________________________
9270 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
9271         Log: Subject: [PATHC] sharedsv.[c|h]
9272              From: "Artur Bergman" <artur@contiller.se>
9273              Date: Mon, 13 Aug 2001 14:38:41 +0200
9274              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
9275              
9276              Subject: [PATCH] embed.pl
9277              From: Arthur Bergman <arthur@contiller.se>
9278              Date: Mon, 13 Aug 2001 14:38:14 +0200
9279              Message-ID: <B79D96D6.3088%arthur@contiller.se>
9280              
9281              Subject: [PATCH] sharedsv cleanups
9282              From: "Arthur Bergman" <arthur@contiller.se>
9283              Date: Mon, 13 Aug 2001 15:14:25 +0200
9284              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
9285              
9286              Plus few tweaks: _init needs to be Adp, the prototypes
9287              should not be revealed unless using ithreads, #endif FOO
9288              must be #endif /* FOO */, adding (parentheses) around
9289              do { } while doesn't work too well.
9290      Branch: perl
9291            + sharedsv.c sharedsv.h
9292            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
9293            ! perl.h perlapi.c pod/perlapi.pod proto.h
9294 ____________________________________________________________________________
9295 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
9296         Log: Subject: Re: END {} blocks run in perl_run
9297              From: Arthur Bergman <arthur@contiller.se>
9298              Date: Mon, 13 Aug 2001 11:11:30 +0200
9299              Message-ID: <B79D6661.3068%arthur@contiller.se>
9300      Branch: perl
9301            ! perl.c
9302 ____________________________________________________________________________
9303 [ 11657] By: nick                                  on 2001/08/13  09:03:02
9304         Log: Integrate mainline
9305      Branch: perlio
9306           +> (branch 326 files)
9307            - (delete 330 files)
9308           !> (integrate 85 files)
9309 ____________________________________________________________________________
9310 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
9311         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
9312              and the Perl will be built to do that by default (adding that
9313              will break scripts having non-UTF-8 binary data, such as Latin-1.)
9314      Branch: perl
9315            ! op.c toke.c utf8.h
9316 ____________________________________________________________________________
9317 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
9318         Log: Unnecessary downgrades.
9319      Branch: perl
9320            ! doop.c
9321 ____________________________________________________________________________
9322 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
9323         Log: Failure not true anymore (probably caused by my broken setup).
9324      Branch: perl
9325            ! t/op/pat.t
9326 ____________________________________________________________________________
9327 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
9328         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
9329              stopped working).
9330      Branch: perl
9331            ! op.h pp_ctl.c regcomp.c
9332 ____________________________________________________________________________
9333 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
9334         Log: There is no IN_UTF8.
9335      Branch: perl
9336            ! utf8.h
9337 ____________________________________________________________________________
9338 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
9339         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
9340      Branch: perl
9341            ! op.c op.h pp_ctl.c regcomp.c
9342 ____________________________________________________________________________
9343 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
9344         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
9345              and a test tweak.
9346      Branch: perl
9347            ! op.c t/pod/find.t
9348 ____________________________________________________________________________
9349 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
9350         Log: Todo updates and fixes.
9351      Branch: perl
9352            ! pod/perltodo.pod
9353 ____________________________________________________________________________
9354 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
9355         Log: Mark tests (and one module) having explicit Latin-1
9356              (and one file having explicit UTF-8) with an explicit
9357              'no utf8' (and one explicit 'use utf8').
9358              
9359              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
9360      Branch: perl
9361            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
9362            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
9363            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
9364 ____________________________________________________________________________
9365 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
9366         Log: Subject: SV: END {} blocks run in perl_run
9367              From: "Arthur Bergman" <arthur@contiller.se>
9368              Date: Sun, 12 Aug 2001 00:34:28 +0200 
9369              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
9370      Branch: perl
9371            ! miniperlmain.c perl.c
9372 ____________________________________________________________________________
9373 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
9374         Log: Typos in #11645.
9375      Branch: perl
9376            ! perl.h
9377 ____________________________________________________________________________
9378 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
9379         Log: On ithreads default to use_reentrant except on naturally
9380              threadsafe platforms.
9381      Branch: perl
9382            ! perl.h
9383 ____________________________________________________________________________
9384 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
9385         Log: (Hopefully) a fix for 20010723.004: make install needs
9386              write permission in build directory.  The problem was
9387              probably caused by overeager sprinkling of the lib/re.pm
9388              dependencies (which was done to guarantee lib/re.pm being
9389              uptodate for parallel makes: now solved by funneling that
9390              through an explicit recursive make in the preplibrary target).
9391      Branch: perl
9392            ! Makefile.SH
9393 ____________________________________________________________________________
9394 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
9395         Log: Dispell the "use utf8" superstition.
9396      Branch: perl
9397            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
9398            ! pod/perlunicode.pod
9399 ____________________________________________________________________________
9400 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
9401         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
9402              From: "Abigail" <abigail@foad.org> 
9403              Date: Sat, 11 Aug 2001 23:49:49 +0200
9404              Message-ID: <20010811214950.23255.qmail@foad.org>
9405      Branch: perl
9406            ! t/op/taint.t
9407 ____________________________________________________________________________
9408 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
9409         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
9410              From: Abhijit Menon-Sen <ams@wiw.org>
9411              Date: Sat, 11 Aug 2001 06:18:19 +0530
9412              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
9413      Branch: perl
9414            ! mg.c
9415 ____________________________________________________________________________
9416 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
9417         Log: Test for change #11639.
9418      Branch: perl
9419            ! t/op/tiehandle.t
9420 ____________________________________________________________________________
9421 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
9422         Log: Subject: Re: Can't localize *FH, then tie it
9423              From: Abhijit Menon-Sen <ams@wiw.org>
9424              Date: Sun, 12 Aug 2001 16:08:06 +0530
9425              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
9426      Branch: perl
9427            ! pp_hot.c pp_sys.c
9428 ____________________________________________________________________________
9429 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
9430         Log: Drop all the unnecessary "use utf8" clauses and some of
9431              the unnecessary "use bytes" ones.
9432              
9433              TODO: scour the documentation for unnecessary "use utf8"
9434              and prominently display it in perldelta when the time comes.
9435              ("use utf8" should be necessary ONLY if one wants the script
9436              to be in UTF-8.)  Also should be checked in some non-ASCII
9437              non-Latin-1 platform, like EBCDIC.
9438      Branch: perl
9439            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
9440            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
9441 ____________________________________________________________________________
9442 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
9443         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
9444              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
9445              in Unicode handling.
9446      Branch: perl
9447            + t/op/lc.t
9448            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
9449 ____________________________________________________________________________
9450 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
9451         Log: Thinko: we want the flags for native cc, not gcc.
9452      Branch: perl
9453            ! hints/dec_osf.sh
9454 ____________________________________________________________________________
9455 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
9456         Log: Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
9457              From: Robin Houston <robin@kitsite.com>
9458              Date: Fri, 10 Aug 2001 14:42:02 +0100
9459              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
9460      Branch: perl
9461            ! pp.c
9462 ____________________________________________________________________________
9463 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
9464         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
9465              From: Abhijit Menon-Sen <ams@wiw.org>
9466              Date: Sat, 11 Aug 2001 16:31:04 +0530
9467              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
9468      Branch: perl
9469            ! op.c
9470 ____________________________________________________________________________
9471 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
9472         Log: Get rid of indread, from Abhijit Menon-Sen.
9473      Branch: perl
9474            ! pp_sys.c
9475 ____________________________________________________________________________
9476 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
9477         Log: CRLFgngngn.
9478      Branch: perl
9479            ! win32/Makefile win32/makefile.mk
9480 ____________________________________________________________________________
9481 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
9482         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
9483      Branch: perl
9484            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
9485            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
9486            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
9487            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
9488            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
9489            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
9490            ! win32/Makefile win32/makefile.mk
9491 ____________________________________________________________________________
9492 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
9493         Log: Avoid #elif (less portable than #else #if).
9494      Branch: perl
9495            ! handy.h
9496 ____________________________________________________________________________
9497 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
9498         Log: Subject: patch for perlvar.pod
9499              From: mah@everybody.org (Mark A. Hershberger)
9500              Date: 08 Aug 2001 17:03:16 -0500
9501              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
9502      Branch: perl
9503            ! pod/perlvar.pod
9504 ____________________________________________________________________________
9505 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
9506         Log: cpp commands must start (the # must be) at the column #0.
9507      Branch: perl
9508            ! op.c
9509 ____________________________________________________________________________
9510 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
9511         Log: If using gcc -B/foo/bar makedepend would give
9512              unnecessary warnings about unused -B/foo/bar.
9513      Branch: perl
9514            ! makedepend.SH
9515 ____________________________________________________________________________
9516 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
9517         Log: Update Changes.
9518      Branch: perl
9519            ! Changes patchlevel.h
9520 ____________________________________________________________________________
9521 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
9522         Log: s/z/tz/
9523      Branch: perl
9524            ! pod/perlfaq2.pod
9525 ____________________________________________________________________________
9526 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
9527         Log: Article nit.
9528      Branch: perl
9529            ! pod/perlfaq2.pod
9530 ____________________________________________________________________________
9531 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
9532         Log: Rename lib/unicode files to lib/unicore to avoid
9533              conflicts between core lib/unicode and Unicode::
9534              files in case-ignoring filesystems.
9535      Branch: perl
9536            + (add 325 files)
9537            - (delete 324 files)
9538            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
9539 ____________________________________________________________________________
9540 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
9541         Log: Upgrade to Math::BigInt 1.41.
9542      Branch: perl
9543            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
9544 ____________________________________________________________________________
9545 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
9546         Log: Subject: [PATCH] remove PL_na from typemap
9547              From: James <james@rf.net>
9548              Date: Mon, 06 Aug 2001 20:23:15 -0700
9549              Message-ID: <3B6F5F23.A31A81B1@rf.net>
9550              
9551              (had to be manually applied)
9552      Branch: perl
9553            ! lib/ExtUtils/typemap
9554 ____________________________________________________________________________
9555 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
9556         Log: The metaconfig unit changes for #11618.
9557      Branch: metaconfig/U/perl
9558            + d_fpclassl.U i_fp.U
9559 ____________________________________________________________________________
9560 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
9561         Log: Forgot this from #11618.
9562              
9563              NOTE: wince/config_H.ce needs updating.
9564      Branch: perl
9565            ! wince/config.ce
9566 ____________________________________________________________________________
9567 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
9568         Log: Introduce more floating point classifying APIs;
9569              try to define (most importantly) Perl_is{inf,nan}(x).
9570              
9571              For this first cut, assume none such APIs exist in non-UNIXoid
9572              platforms-- this is of course too unkind: Win32 rumoredly has
9573              _fpclass() and _isnan(), and VMS/VOS very probably have some
9574              of the APIs available.     The only thing Perl uses at the moment
9575              is Perl_isnan() (has been in use for a while now).
9576              
9577              NOTE: the Win32 and NetWare config_h.?c need regenerating.
9578      Branch: perl
9579            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
9580            ! Porting/config_H config_h.SH configure.com epoc/config.sh
9581            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
9582            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
9583            ! vos/config.ga.h win32/config.bc win32/config.gc
9584            ! win32/config.vc win32/config_H.bc win32/config_H.gc
9585            ! win32/config_H.vc wince/config.ce wince/config.h
9586 ____________________________________________________________________________
9587 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
9588         Log: Integrate change #11519 from perlio:
9589              
9590              Avoid testing for (non-)existance of "encoding(xxxx)"
9591              layer is called "encoding" the (xxxx) is an argument.
9592      Branch: perl
9593           !> lib/open.pm
9594 ____________________________________________________________________________
9595 [ 11616] By: nick                                  on 2001/08/09  07:50:24
9596         Log: Integrate mainline
9597      Branch: perlio
9598           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
9599           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
9600           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
9601           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
9602            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
9603            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
9604           !> (integrate 79 files)
9605 ____________________________________________________________________________
9606 [ 11615] By: nick                                  on 2001/08/09  06:23:44
9607         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
9608              layer is called "encoding" the (xxxx) is an argument.
9609      Branch: perlio
9610            ! lib/open.pm
9611 ____________________________________________________________________________
9612 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
9613         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
9614              From: Paul Johnson <paul@pjcj.net>
9615              Date: Wed, 8 Aug 2001 23:54:17 +0200
9616              Message-ID: <20010808235417.O1006@pjcj.net>
9617      Branch: perl
9618            ! ext/B/B/Concise.pm
9619 ____________________________________________________________________________
9620 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
9621         Log: Make VMS use IEEE math by default; reorder Tru64 hints
9622              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
9623              exception semantics) is always set if using (the new) cc.
9624      Branch: perl
9625            ! configure.com hints/dec_osf.sh
9626 ____________________________________________________________________________
9627 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
9628         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
9629              From: Abhijit Menon-Sen <ams@wiw.org>
9630              Date: Tue, 7 Aug 2001 17:16:05 +0530
9631              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
9632      Branch: perl
9633            ! pp_sys.c
9634 ____________________________________________________________________________
9635 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
9636         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
9637              From: "Craig A. Berry" <craigberry@mac.com>
9638              Date: Tue, 07 Aug 2001 22:27:47 -0500
9639              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
9640      Branch: perl
9641            ! t/run/exit.t
9642 ____________________________________________________________________________
9643 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
9644         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
9645              From: "Craig A. Berry" <craigberry@mac.com>
9646              Date: Tue, 07 Aug 2001 20:01:53 -0500
9647              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
9648      Branch: perl
9649            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
9650 ____________________________________________________________________________
9651 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
9652         Log: Update the magazine information.
9653      Branch: perl
9654            ! pod/perlfaq2.pod
9655 ____________________________________________________________________________
9656 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
9657         Log: Ignore SIGFPE everywhere.
9658      Branch: perl
9659            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
9660 ____________________________________________________________________________
9661 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
9662         Log: With permission, change the licensing of the docs by
9663              TomC (and Gnat) to comply with the rest of Perl.
9664      Branch: perl
9665            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
9666            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
9667            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
9668            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
9669            ! pod/perltootc.pod
9670 ____________________________________________________________________________
9671 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
9672         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
9673              From: Andy Dougherty <doughera@lafayette.edu>
9674              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
9675              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
9676      Branch: perl
9677            ! hints/openbsd.sh
9678 ____________________________________________________________________________
9679 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
9680         Log: Subject: [PATCH] Makefile.SH test_prep dependency
9681              From: Andy Dougherty <doughera@lafayette.edu>
9682              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
9683              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
9684      Branch: perl
9685            ! Makefile.SH
9686 ____________________________________________________________________________
9687 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
9688         Log: Don't autogenerate the headers et alia,
9689              make regen_headers explicitly.
9690      Branch: perl
9691            ! Makefile.SH
9692 ____________________________________________________________________________
9693 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
9694         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
9695              From: Gurusamy Sarathy <gsar@ActiveState.com> 
9696              Date: Tue, 07 Aug 2001 08:33:26 -0700
9697              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
9698              
9699              Unnecessary dependency.
9700      Branch: perl
9701            ! embed.pl
9702 ____________________________________________________________________________
9703 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
9704         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
9705              From: Abhijit Menon-Sen <ams@wiw.org>
9706              Date: Tue, 7 Aug 2001 09:10:54 +0530
9707              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
9708      Branch: perl
9709            ! pp_hot.c
9710 ____________________________________________________________________________
9711 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
9712         Log: Subject: [PATCH perl@11597] B && BEGIN handling
9713              From: "James A. Duncan" <jduncan@fotango.com>
9714              Date: Mon, 6 Aug 2001 17:29:11 +0100
9715              Message-ID: <20010806172911.A2071@fotango.com>
9716              
9717              (the intrpvar.h addition moved to the end for bincompat)
9718      Branch: perl
9719            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
9720 ____________________________________________________________________________
9721 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
9722         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
9723      Branch: perl
9724           !> README.win32
9725 ____________________________________________________________________________
9726 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
9727         Log: fix URLs for fcrypt.c
9728      Branch: maint-5.6/perl
9729            ! README.win32
9730 ____________________________________________________________________________
9731 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
9732         Log: Yet another way to say Infinity: HP-UX calls its "++".
9733      Branch: perl
9734            ! lib/Math/BigInt/t/bigintpm.t
9735 ____________________________________________________________________________
9736 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
9737         Log: Update Changes.
9738      Branch: perl
9739            ! Changes patchlevel.h
9740 ____________________________________________________________________________
9741 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
9742         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
9743      Branch: perl
9744            ! pod/perlfaq5.pod
9745 ____________________________________________________________________________
9746 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
9747         Log: The #11593 wasn't right.
9748      Branch: perl
9749            ! lib/Math/BigInt/t/bigintpm.t
9750 ____________________________________________________________________________
9751 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
9752         Log: Subject: [PATCH: perl@11564] introducing perlivp
9753              From: Prymmer/Kahn <pvhp@best.com>
9754              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
9755              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
9756              
9757              Subject: Re: [PATCH: perl@11564] introducing perlivp
9758              From: Prymmer/Kahn <pvhp@best.com>
9759              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
9760              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
9761      Branch: perl
9762            + utils/perlivp.PL
9763            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
9764            ! win32/Makefile win32/makefile.mk
9765 ____________________________________________________________________________
9766 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
9767         Log: libcs are confused what to call Infinity.
9768      Branch: perl
9769            ! lib/Math/BigInt/t/bigintpm.t
9770 ____________________________________________________________________________
9771 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
9772         Log: Avoid SIGFPE in Tru64.
9773      Branch: perl
9774            ! numeric.c
9775 ____________________________________________________________________________
9776 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
9777         Log: Upgrade to Math::BigInt 1.40.
9778              
9779              NOTE: this patch necessitates doing something about
9780              infinity handling since the new bigintpm.t tests use
9781              infinity, which causes SIGFPEs at least in Tru64.
9782      Branch: perl
9783            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
9784            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
9785            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
9786            ! lib/Math/BigInt/t/mbimbf.t
9787 ____________________________________________________________________________
9788 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
9789         Log: remove hardcoded cmd shell in testsuite
9790      Branch: perl
9791            ! t/op/glob.t t/op/magic.t t/op/stat.t
9792 ____________________________________________________________________________
9793 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
9794         Log: 4-arg select() was busted on windows because change#8178 didn't
9795              make it into mainline
9796      Branch: perl
9797            ! perl.h win32/include/sys/socket.h
9798 ____________________________________________________________________________
9799 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
9800         Log: Rename the Getopt::Long tests to be as they are
9801              in the Getopt::Long official distribution.
9802      Branch: perl
9803            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
9804            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
9805            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
9806            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
9807            ! MANIFEST
9808 ____________________________________________________________________________
9809 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
9810         Log: Upgrade to Getopt::Long 2.26.
9811      Branch: perl
9812            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
9813            ! MANIFEST lib/Getopt/Long.pm
9814 ____________________________________________________________________________
9815 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
9816         Log: Retract #10874 (the hack should be unnecessary by now)
9817      Branch: perl
9818            ! lib/Test/Harness.pm
9819 ____________________________________________________________________________
9820 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
9821         Log: avoid temp file littering in tests
9822      Branch: perl
9823            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
9824 ____________________________________________________________________________
9825 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
9826         Log: Subject: warning in sv.c: double format, NV arg
9827              From: "Philip Newton" <Philip.Newton@gmx.net>
9828              Date: Sun, 5 Aug 2001 19:41:07 +0200
9829              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
9830      Branch: perl
9831            ! sv.c
9832 ____________________________________________________________________________
9833 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
9834         Log: fix POSIX.t#13 for windos
9835      Branch: perl
9836            ! ext/POSIX/POSIX.t
9837 ____________________________________________________________________________
9838 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
9839         Log: Add a test for PerlIO::Via.
9840      Branch: perl
9841            + ext/PerlIO/t/via.t
9842            ! MANIFEST ext/PerlIO/Via/Via.pm
9843 ____________________________________________________________________________
9844 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
9845         Log: flock() and link() are not available on Windows 9x
9846      Branch: perl
9847            ! win32/config_sh.PL
9848 ____________________________________________________________________________
9849 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
9850         Log: Some Tru64 C compilers have C++ components that confuse
9851              the ccversion parsing.
9852      Branch: perl
9853            ! hints/dec_osf.sh
9854 ____________________________________________________________________________
9855 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
9856         Log: (Reintroduce #11125)
9857              
9858              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
9859              From: Alan Burlison <Alan.Burlison@sun.com> 
9860              Date: Tue, 03 Jul 2001 15:20:13 +0100   
9861              Message-ID: <3B41D49D.A923D4F9@sun.com> 
9862      Branch: perl
9863            ! lib/ExtUtils/MM_Unix.pm
9864 ____________________________________________________________________________
9865 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
9866         Log: Little pointer juggling for HP-UX cc to avoid
9867              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
9868              followed by
9869              "error 1549: Modifiable lvalue required for assignment operator."
9870      Branch: perl
9871            ! hv.c
9872 ____________________________________________________________________________
9873 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
9874         Log: Continuation of #11575: SANY_SEEN completely deprecated,
9875              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
9876              plus a fix for the bug.
9877      Branch: perl
9878            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
9879 ____________________________________________________________________________
9880 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
9881         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
9882              From: Doug MacEachern <dougm@covalent.net>
9883              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
9884              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
9885      Branch: perl
9886            ! sv.c
9887 ____________________________________________________________________________
9888 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
9889         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
9890              the new CANY is the \C.  The problem reported and the
9891              test case supplied in
9892              
9893              Subject: UTF-8 bugs in string length & single line regex matches
9894              From: "Daniel P. Berrange" <dan@berrange.com>
9895              Date: Fri, 3 Aug 2001 11:39:33 +0100
9896              Message-ID: <20010803113932.A19318@berrange.com>
9897      Branch: perl
9898            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
9899            ! t/op/pat.t
9900 ____________________________________________________________________________
9901 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
9902         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
9903              From: Doug MacEachern <dougm@covalent.net>
9904              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
9905              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
9906      Branch: perl
9907            ! perl.c regexec.c
9908 ____________________________________________________________________________
9909 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
9910         Log: The #11572 didn't up the test count.
9911      Branch: perl
9912            ! t/op/length.t
9913 ____________________________________________________________________________
9914 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
9915         Log: Subject: UTF-8 bugs in string length & single line regex matches
9916              From: "Daniel P. Berrange" <dan@berrange.com>
9917              Date: Fri, 3 Aug 2001 11:39:33 +0100         
9918              Message-ID: <20010803113932.A19318@berrange.com>
9919              
9920              (the mg_length() fix)
9921      Branch: perl
9922            ! mg.c t/op/length.t
9923 ____________________________________________________________________________
9924 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
9925         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
9926              From: Abhijit Menon-Sen <ams@wiw.org>
9927              Date: Sat, 4 Aug 2001 16:56:35 +0530
9928              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
9929      Branch: perl
9930            ! hv.c
9931 ____________________________________________________________________________
9932 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
9933         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
9934              From: Abhijit Menon-Sen <ams@wiw.org>
9935              Date: Sat, 4 Aug 2001 16:16:03 +0530
9936              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
9937      Branch: perl
9938            ! hv.c
9939 ____________________________________________________________________________
9940 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
9941         Log: Subject: Re: [patch] refcount re ops
9942              From: Abhijit Menon-Sen <ams@wiw.org>
9943              Date: Sat, 4 Aug 2001 08:54:55 +0530
9944              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
9945      Branch: perl
9946            ! sv.c
9947 ____________________________________________________________________________
9948 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
9949         Log: Subject: [patch] refcount re ops
9950              From: Doug MacEachern <dougm@covalent.net>
9951              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
9952              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
9953      Branch: perl
9954            ! regcomp.c sv.c
9955 ____________________________________________________________________________
9956 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
9957         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
9958              From: Doug MacEachern <dougm@covalent.net>
9959              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
9960              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
9961      Branch: perl
9962            ! perl.c regexec.c
9963 ____________________________________________________________________________
9964 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
9965         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
9966              From: "Craig A. Berry" <craigberry@mac.com> 
9967              Date: Fri, 03 Aug 2001 16:16:16 -0500
9968              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
9969      Branch: perl
9970            ! t/op/misc.t
9971 ____________________________________________________________________________
9972 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
9973         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
9974              From: John Kristian <jmk2001@engineer.com>
9975              Date: Fri, 03 Aug 2001 00:59:08 -0700
9976              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
9977      Branch: perl
9978            ! win32/win32.c
9979 ____________________________________________________________________________
9980 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
9981         Log: Update Changes.
9982      Branch: perl
9983            ! Changes patchlevel.h
9984 ____________________________________________________________________________
9985 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
9986         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
9987              From: "Craig A. Berry" <craigberry@mac.com>
9988              Date: Thu, 02 Aug 2001 23:15:24 -0500
9989              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
9990      Branch: perl
9991            ! ext/B/Stash.t
9992 ____________________________________________________________________________
9993 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
9994         Log: Subject: [patch] plug PL_cshname leak
9995              From: Doug MacEachern <dougm@covalent.net>
9996              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
9997              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
9998      Branch: perl
9999            ! sv.c
10000 ____________________________________________________________________________
10001 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
10002         Log: Subject: [patch] plug PL_sh_path leak
10003              From: Doug MacEachern <dougm@covalent.net>
10004              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
10005              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
10006      Branch: perl
10007            ! sv.c
10008 ____________________________________________________________________________
10009 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
10010         Log: Subject: [patch] plug PL_regex_padav leaks
10011              From: Doug MacEachern <dougm@covalent.net>
10012              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
10013              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
10014      Branch: perl
10015            ! op.c op.h perl.c
10016 ____________________________________________________________________________
10017 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
10018         Log: Subject: [patch] plug PL_origargv leak
10019              From: Doug MacEachern <dougm@covalent.net>
10020              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
10021              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
10022      Branch: perl
10023            ! perl.c
10024 ____________________________________________________________________________
10025 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
10026         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
10027              From: Abhijit Menon-Sen <ams@wiw.org>
10028              Date: Fri, 3 Aug 2001 06:38:11 +0530
10029              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
10030      Branch: perl
10031            ! hv.c
10032 ____________________________________________________________________________
10033 [ 11557] By: nick                                  on 2001/08/03  08:17:38
10034         Log: Integrate mainline
10035      Branch: perlio
10036           +> (branch 47 files)
10037            - lib/Switch/test.pl
10038           !> (integrate 49 files)
10039 ____________________________________________________________________________
10040 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
10041         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
10042              From: "Craig A. Berry" <craigberry@mac.com>
10043              Date: Thu, 02 Aug 2001 12:56:19 -0500
10044              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
10045      Branch: perl
10046            ! ext/B/Showlex.t
10047 ____________________________________________________________________________
10048 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
10049         Log: Be more careful about non-existent files.
10050      Branch: perl
10051            ! lib/File/Copy.pm
10052 ____________________________________________________________________________
10053 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
10054         Log: Subject: [PATCH resend] deparse empty formats
10055              From: Robin Houston <robin@kitsite.com> 
10056              Date: Thu, 2 Aug 2001 14:32:36 +0100
10057              Message-ID: <20010802143236.A894@robin.kitsite.com>
10058      Branch: perl
10059            ! ext/B/B/Deparse.pm
10060 ____________________________________________________________________________
10061 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
10062         Log: Subject: [patch] ithreads + refto fix improvement
10063              From: Doug MacEachern <dougm@covalent.net>
10064              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
10065              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
10066      Branch: perl
10067            ! pp.c
10068 ____________________________________________________________________________
10069 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
10070         Log: Readability nit from Abhijit.
10071      Branch: perl
10072            ! op.c
10073 ____________________________________________________________________________
10074 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
10075         Log: setproctitle() API version nit from Anton Berezin.
10076      Branch: perl
10077            ! mg.c
10078 ____________________________________________________________________________
10079 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
10080         Log: Add PerlCE to the docs.
10081      Branch: perl
10082            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
10083            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
10084 ____________________________________________________________________________
10085 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
10086         Log: Integrate the PerlCE (WinCE Perl) port;
10087              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
10088      Branch: perl
10089            + README.ce wince/FindExt.pm wince/Makefile.ce
10090            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
10091            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
10092            + wince/bin/search.pl wince/config.ce wince/config.h
10093            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
10094            + wince/dl_win32.xs wince/include/arpa/inet.h
10095            + wince/include/cectype.h wince/include/errno.h
10096            + wince/include/netdb.h wince/include/sys/socket.h
10097            + wince/include/sys/stat.h wince/include/sys/types.h
10098            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
10099            + wince/perl.rc wince/perldll.def wince/perllib.c
10100            + wince/perlmain.c wince/registry.bat wince/runperl.c
10101            + wince/splittree.pl wince/win32.h wince/win32iop.h
10102            + wince/win32thread.c wince/win32thread.h wince/wince.c
10103            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
10104            + wince/xdistclean.ksh wince/xmakediffs.ksh
10105            ! MANIFEST perl.c perl.h perlio.c
10106 ____________________________________________________________________________
10107 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
10108         Log: setproctitle() made simpler.  (This assumes the string is
10109              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
10110              should be used.  Note len, not len + 1.)  BSD-fu from Anton
10111              Berezin.
10112      Branch: perl
10113            ! mg.c
10114 ____________________________________________________________________________
10115 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
10116         Log: Subject: [PATCH] -Wall cleanup: op.c
10117              From: Richard Soderberg <rs@oregonnet.com>
10118              Date: Thu, 2 Aug 2001 00:17:09 -0700
10119              Message-Id: <200108020717.AAA26895@oregonnet.com>
10120              
10121              Subject: [PATCH] -Wall cleanup: sv.c
10122              From: Richard Soderberg <rs@oregonnet.com>
10123              Date: Thu, 2 Aug 2001 00:49:21 -0700
10124              Message-Id: <200108020749.AAA27492@oregonnet.com>
10125      Branch: perl
10126            ! op.c sv.c
10127 ____________________________________________________________________________
10128 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
10129         Log: Update Changes.
10130      Branch: perl
10131            ! Changes patchlevel.h
10132 ____________________________________________________________________________
10133 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
10134         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
10135              From: Doug MacEachern <dougm@covalent.net>
10136              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
10137              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
10138      Branch: perl
10139            ! op.c
10140 ____________________________________________________________________________
10141 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
10142         Log: The #11541 didn't work under threads.
10143      Branch: perl
10144            ! op.c
10145 ____________________________________________________________________________
10146 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
10147         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
10148              From: Hugo <hv@crypt.compulink.co.uk>
10149              Date: Fri, 22 Jun 2001 01:19:08 +0100 
10150              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
10151              
10152              (Skip tests if accept() failed)
10153      Branch: perl
10154            ! ext/IO/lib/IO/t/io_unix.t
10155 ____________________________________________________________________________
10156 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
10157         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
10158              From: "Stian Seeberg" <sseeberg@nimsoft.no>
10159              Date: Mon, 30 Jul 2001 12:28:07 +0200
10160              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
10161      Branch: perl
10162            ! perl.h
10163 ____________________________________________________________________________
10164 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
10165         Log: Subject: Pluggable optimizer
10166              From: Simon Cozens <simon@netthink.co.uk>
10167              Date: Wed, 1 Aug 2001 13:57:02 -0700
10168              Message-ID: <20010801135702.I10442@netthink.co.uk>
10169      Branch: perl
10170            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
10171 ____________________________________________________________________________
10172 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
10173         Log: Subject: [ID 20010801.039] perlre.pod message typo
10174              From: Autrijus Tang <autrijus@geb.elixus.org>
10175              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
10176              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
10177      Branch: perl
10178            ! pod/perlre.pod
10179 ____________________________________________________________________________
10180 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
10181         Log: Test for change #11536.
10182      Branch: perl
10183            ! t/op/tiehandle.t
10184 ____________________________________________________________________________
10185 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
10186         Log: More test fixups for #11537.
10187      Branch: perl
10188            ! t/lib/warnings/4lint t/lib/warnings/9enabled
10189 ____________________________________________________________________________
10190 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
10191         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
10192              From: Doug MacEachern <dougm@covalent.net>
10193              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
10194              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
10195      Branch: perl
10196            ! op.c t/TestInit.pm
10197 ____________________________________________________________________________
10198 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
10199         Log: Subject: [patch] ithreads + refto bug
10200              From: Doug MacEachern <dougm@covalent.net>
10201              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
10202              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
10203              
10204              (Test in change #11539)
10205      Branch: perl
10206            ! pp.c
10207 ____________________________________________________________________________
10208 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
10209         Log: Subject: [PATCH: perl@11523] fixups for t/harness
10210              From: Prymmer/Kahn <pvhp@best.com>
10211              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
10212              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
10213      Branch: perl
10214            ! t/harness
10215 ____________________________________________________________________________
10216 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
10217         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
10218              From: Prymmer/Kahn <pvhp@best.com>
10219              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
10220              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
10221      Branch: perl
10222            ! win32/Makefile win32/makefile.mk
10223 ____________________________________________________________________________
10224 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
10225         Log: Need to know the number of tests.
10226      Branch: perl
10227            ! t/run/exit.t
10228 ____________________________________________________________________________
10229 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
10230         Log: Subject: Re: new exit tests on VMS
10231              From: "Craig A. Berry" <craigberry@mac.com>
10232              Date: Tue, 31 Jul 2001 12:19:29 -0500
10233              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
10234      Branch: perl
10235            ! t/run/exit.t
10236 ____________________________________________________________________________
10237 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
10238         Log: Retract #11530 (the dTHX is needed under threads)
10239      Branch: perl
10240            ! perlio.c
10241 ____________________________________________________________________________
10242 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
10243         Log: (Retracted by #11531)
10244      Branch: perl
10245            ! perlio.c
10246 ____________________________________________________________________________
10247 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
10248         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
10249              From: Richard Soderberg <rs@crystalflame.net>
10250              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
10251              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
10252      Branch: perl
10253            ! unixish.h
10254 ____________________________________________________________________________
10255 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
10256         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
10257              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10258              Date: Tue, 31 Jul 2001 05:39:09 -0400
10259              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
10260              
10261              (with a note about the case of UV being equal to long long)
10262      Branch: perl
10263            ! utils/h2xs.PL
10264 ____________________________________________________________________________
10265 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
10266         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
10267              From: "Craig A. Berry" <craigberry@mac.com>
10268              Date: Tue, 31 Jul 2001 14:57:43 -0500
10269              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
10270      Branch: perl
10271            ! t/io/fs.t
10272 ____________________________________________________________________________
10273 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
10274         Log: Fix for
10275              
10276              Subject: [ID 20010116.001] File::Copy truncates orig file 
10277              From: arbor@al37al08.telecel.pt
10278              Date: Tue, 16 Jan 2001 11:43:02 GMT
10279              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
10280              
10281              (copy($foo, $foo) would truncate $foo)
10282      Branch: perl
10283            ! lib/File/Copy.pm lib/File/Copy.t
10284 ____________________________________________________________________________
10285 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
10286         Log: Metaconfig unit change for #11524.
10287      Branch: metaconfig/U/perl
10288            ! Extras.U
10289 ____________________________________________________________________________
10290 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
10291         Log: Multiple modules didn't work; plus typo fixes.
10292      Branch: perl
10293            ! Configure
10294 ____________________________________________________________________________
10295 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
10296         Log: Update Changes.
10297      Branch: perl
10298            ! Changes patchlevel.h
10299 ____________________________________________________________________________
10300 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
10301         Log: Regen perlapi.
10302      Branch: perl
10303            ! pod/perlapi.pod
10304 ____________________________________________________________________________
10305 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
10306         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
10307              From: Dave Mitchell <davem@fdgroup.co.uk>
10308              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
10309              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
10310      Branch: perl
10311            ! sv.c
10312 ____________________________________________________________________________
10313 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
10314         Log: Regen toc.
10315      Branch: perl
10316            ! pod/perltoc.pod
10317 ____________________________________________________________________________
10318 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
10319         Log: Regen Porting stuff.
10320      Branch: perl
10321            ! Porting/Glossary Porting/config.sh Porting/config_H
10322 ____________________________________________________________________________
10323 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
10324         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
10325              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10326              Date: Tue, 31 Jul 2001 05:34:38 -0400
10327              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
10328      Branch: perl
10329            ! utils/h2xs.PL
10330 ____________________________________________________________________________
10331 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
10332         Log: Metaconfig unit change for #11516. 
10333      Branch: metaconfig/U/perl
10334            ! gccvers.U
10335 ____________________________________________________________________________
10336 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
10337         Log: Add -Wall in cflags, not in Configure.
10338              (This way -Wall affects only the core and the core XS,
10339              not user modules' XS.  Concern from Paul Marquess,
10340              implementation idea from Andy Dougherty.)
10341      Branch: perl
10342            ! Configure cflags.SH
10343 ____________________________________________________________________________
10344 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
10345         Log: Metaconfig unit changes for #11514.
10346      Branch: metaconfig
10347            + U/modified/sysman.U
10348            ! U/installdirs/man1dir.U
10349 ____________________________________________________________________________
10350 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
10351         Log: Subject: Configure's detection of system manual
10352              From: Sean Dague <sean@dague.net> 
10353              Date: Sun, 13 May 2001 15:53:15 -0400
10354              Message-ID: <20010513155315.A15833@underhill.dague.net>
10355      Branch: perl
10356            ! Configure
10357 ____________________________________________________________________________
10358 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
10359         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
10360              From: Autrijus Tang <autrijus@autrijus.org> 
10361              Date: Thu, 21 Jun 2001 23:56:48 +0800
10362              Message-Id: <20010621235648.A57340@not.autrijus.org>
10363      Branch: perl
10364            ! pod/perlobj.pod
10365 ____________________________________________________________________________
10366 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
10367         Log: Subject: Typo in DB_File.pm
10368              From: "Philip Newton" <Philip.Newton@gmx.net>
10369              Date: Tue, 31 Jul 2001 06:19:35 +0200
10370              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
10371      Branch: perl
10372            ! ext/DB_File/DB_File.pm
10373 ____________________________________________________________________________
10374 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
10375         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
10376              From: "Stephen P. Potter" <spp@spotter.yi.org>
10377              Date: Wed, 30 May 2001 13:59:34 -0400
10378              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
10379      Branch: perl
10380            ! pod/perlre.pod
10381 ____________________________________________________________________________
10382 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
10383         Log: eval "format foo=" would loop indefinitely; reported in
10384              
10385              Subject: A load of old rubbish
10386              From: Mike Guy <mjtg@cam.ac.uk>
10387              Date: Mon, 14 May 2001 16:12:22 +0100
10388              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
10389              
10390              (The core dumps reported in there already fixed.)
10391      Branch: perl
10392            ! toke.c
10393 ____________________________________________________________________________
10394 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
10395         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
10396      Branch: perl
10397            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
10398            + lib/Switch/t/switch_case.t
10399            - lib/Switch/test.pl
10400            ! MANIFEST lib/Switch.pm
10401 ____________________________________________________________________________
10402 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
10403         Log: Subject: [PATCH @11505] DB_File-1.78
10404              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
10405              Date: Mon, 30 Jul 2001 22:54:37 +0100
10406              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
10407      Branch: perl
10408            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
10409            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
10410 ____________________________________________________________________________
10411 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
10412         Log: Explain in more detail why -pipe and -fno-common are good.
10413      Branch: perl
10414            ! hints/darwin.sh
10415 ____________________________________________________________________________
10416 [ 11506] By: nick                                  on 2001/07/30  14:32:23
10417         Log: Integrate mainline
10418      Branch: perlio
10419           !> INSTALL Makefile.SH doio.c hints/darwin.sh
10420 ____________________________________________________________________________
10421 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
10422         Log: Perl hasn't been putting man pages into $prefix/lib for
10423              a long time now; pointed out by Andy Dougherty. 
10424      Branch: perl
10425            ! hints/darwin.sh
10426 ____________________________________________________________________________
10427 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
10428         Log: Document the extras Configure option.
10429      Branch: perl
10430            ! INSTALL
10431 ____________________________________________________________________________
10432 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
10433         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
10434              everywhere.
10435      Branch: perl
10436           !> doio.c
10437 ____________________________________________________________________________
10438 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
10439         Log: Doubly guard against invoking CPAN if no extras defined,
10440              pointed out by H. Merijn Brand.
10441      Branch: perl
10442            ! Makefile.SH
10443 ____________________________________________________________________________
10444 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
10445         Log: Fix O_RDONLY check to check for O_RDONLY.
10446      Branch: maint-5.6/macperl
10447            ! doio.c
10448 ____________________________________________________________________________
10449 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
10450         Log: Integrate miscellaneous changes from maint-5.6/perl.
10451      Branch: maint-5.6/macperl
10452           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
10453 ____________________________________________________________________________
10454 [ 11499] By: nick                                  on 2001/07/30  06:52:42
10455         Log: Integrate mainline
10456      Branch: perlio
10457           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
10458           +> win32/sync_ext.pl
10459            - win32/sncfnmcs.pl
10460           !> (integrate 71 files)
10461 ____________________________________________________________________________
10462 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
10463         Log: Update Changes.
10464      Branch: perl
10465            ! Changes patchlevel.h
10466 ____________________________________________________________________________
10467 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
10468         Log: Now Configure -Dextras=Foo::Bar and "make install" will
10469              fetch and install Foo::Bar.
10470      Branch: perl
10471            ! Makefile.SH
10472 ____________________________________________________________________________
10473 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
10474         Log: Metaconfig unit change for #11495.
10475      Branch: metaconfig/U/perl
10476            ! Extras.U
10477 ____________________________________________________________________________
10478 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
10479         Log: extras.make, extras.test, and extras.install make targets.
10480      Branch: perl
10481            ! Configure Makefile.SH
10482 ____________________________________________________________________________
10483 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
10484         Log: Metaconfig unit change for #11493.
10485      Branch: metaconfig/U/perl
10486            ! Extras.U
10487 ____________________________________________________________________________
10488 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
10489         Log: Better to have the list of extras in $extras than 'define'.
10490      Branch: perl
10491            ! Configure
10492 ____________________________________________________________________________
10493 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
10494         Log: The metaconfig unit change for #11490.
10495      Branch: metaconfig/U/perl
10496            + Extras.U
10497 ____________________________________________________________________________
10498 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
10499         Log: Missed from #11490 (the required dependency).
10500      Branch: perl
10501            ! Makefile.SH
10502 ____________________________________________________________________________
10503 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
10504         Log: Add the support of asking for extra modules or bundles of modules
10505              to be fetched from the CPAN and installed as a part of the Perl
10506              build process.  None of this installation is yet really done;
10507              only the list is asked, and saved away in extras.lst for
10508              the build and installation process to worry about later.
10509      Branch: perl
10510            ! Configure
10511 ____________________________________________________________________________
10512 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
10513         Log: Beginnings of better Inf and NaN support.
10514              At least toke.c and sv.c still need quite a bit of work.
10515      Branch: perl
10516            ! numeric.c perl.h
10517 ____________________________________________________________________________
10518 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
10519         Log: Top-level Makefile didn't honour OPTIMIZE.
10520      Branch: perl
10521            ! Makefile.SH
10522 ____________________________________________________________________________
10523 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
10524         Log: Update Changes.
10525      Branch: perl
10526            ! Changes patchlevel.h
10527 ____________________________________________________________________________
10528 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
10529         Log: Use Search::Dict 1.02 interface for charinfo().
10530      Branch: perl
10531            ! lib/UnicodeCD.pm
10532 ____________________________________________________________________________
10533 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
10534         Log: Now also allow transforming the read lines before comparing them.
10535              (This will help UnicodeCD.) 
10536      Branch: perl
10537            ! lib/Search/Dict.pm
10538 ____________________________________________________________________________
10539 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
10540         Log: Remove tiehandle code.
10541      Branch: perl
10542            ! lib/UnicodeCD.pm
10543 ____________________________________________________________________________
10544 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
10545         Log: Allow specifying a comparison function for Search::Dict::look().
10546      Branch: perl
10547            ! lib/Search/Dict.pm
10548 ____________________________________________________________________________
10549 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
10550         Log: Small UnicodeCD tweaks.
10551      Branch: perl
10552            ! lib/UnicodeCD.pm lib/UnicodeCD.t
10553 ____________________________________________________________________________
10554 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
10555         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
10556              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
10557              Date: Tue, 24 Jul 2001 01:51:32 +0900
10558              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
10559      Branch: perl
10560            ! lib/UnicodeCD.pm lib/UnicodeCD.t
10561 ____________________________________________________________________________
10562 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
10563         Log: Subject: [PATCH] installperl
10564              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
10565              Date: Fri, 27 Jul 2001 19:05:04 -0700
10566              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
10567      Branch: perl
10568            ! installperl
10569 ____________________________________________________________________________
10570 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
10571         Log: Subject: [PATCH] Set proper compatibility versions in core
10572              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
10573              Date: Fri, 27 Jul 2001 20:01:49 -0700
10574              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
10575      Branch: perl
10576            ! Makefile.SH
10577 ____________________________________________________________________________
10578 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
10579         Log: Metaconfig unit change for #11477.
10580      Branch: metaconfig/U/perl
10581            ! dlsrc.U
10582 ____________________________________________________________________________
10583 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
10584         Log: Subject: [PATCH] Darwin: -fpic not so good
10585              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
10586              Date: Fri, 27 Jul 2001 18:57:38 -0700
10587              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
10588      Branch: perl
10589            ! Configure
10590 ____________________________________________________________________________
10591 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
10592         Log: Subject: [PATCH] Clean up Darwin hints
10593              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
10594              Date: Fri, 27 Jul 2001 19:13:15 -0700
10595              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
10596      Branch: perl
10597            ! hints/darwin.sh
10598 ____________________________________________________________________________
10599 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
10600         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
10601              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
10602              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
10603              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
10604      Branch: perl
10605            ! pod/perlfunc.pod pp.c t/op/split.t
10606 ____________________________________________________________________________
10607 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
10608         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
10609              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
10610              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
10611              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
10612      Branch: perl
10613            ! pod/perlvar.pod
10614 ____________________________________________________________________________
10615 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
10616         Log: Subject: [PATCH] fixes to constant.pm documentation
10617              From: Ilmari Karonen <iltzu@sci.fi>
10618              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
10619              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
10620      Branch: perl
10621            ! lib/constant.pm
10622 ____________________________________________________________________________
10623 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
10624         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
10625              From: "Philip Newton" <Philip.Newton@gmx.net>
10626              Date: Fri, 27 Jul 2001 07:51:10 +0200
10627              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
10628      Branch: perl
10629            ! pod/perlport.pod
10630 ____________________________________________________________________________
10631 [ 11471] By: nick                                  on 2001/07/26  06:23:32
10632         Log: Subject:  [PATCH] Doc fix for perlguts / threading
10633              From:  Arthur Bergman <arthur@contiller.se>
10634              Date:  Wed, 25 Jul 2001 11:28:23 +0200
10635              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
10636      Branch: perl
10637            ! pod/perlguts.pod
10638 ____________________________________________________________________________
10639 [ 11470] By: nick                                  on 2001/07/26  06:21:06
10640         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
10641              From:  Philip Newton <Philip.Newton@gmx.net>
10642              Date:  Wed, 25 Jul 2001 08:19:47 +0200
10643              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
10644      Branch: perl
10645            ! INSTALL
10646 ____________________________________________________________________________
10647 [ 11469] By: nick                                  on 2001/07/26  06:20:25
10648         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
10649              From:  Philip Newton <Philip.Newton@gmx.net>
10650              Date:  Wed, 25 Jul 2001 08:12:48 +0200
10651              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
10652      Branch: perl
10653            ! INSTALL
10654 ____________________________________________________________________________
10655 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
10656         Log: More +x.
10657      Branch: perl
10658            ! Porting/makerel
10659 ____________________________________________________________________________
10660 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
10661         Log: Update Changes.
10662      Branch: perl
10663            ! Changes patchlevel.h
10664 ____________________________________________________________________________
10665 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
10666         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
10667              From: "Philip Newton" <Philip.Newton@gmx.net>
10668              Date: Tue, 24 Jul 2001 06:45:55 +0200
10669              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
10670      Branch: perl
10671            ! os2/perlrexx.c
10672 ____________________________________________________________________________
10673 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
10674         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
10675              From: Peter Prymmer <pvhp@forte.com>
10676              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
10677              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
10678      Branch: perl
10679            ! pod/perlport.pod t/io/fs.t vms/test.com
10680 ____________________________________________________________________________
10681 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
10682         Log: Workaround on Cwd bootstrap problem.
10683      Branch: perl
10684            ! lib/ExtUtils/MakeMaker.pm
10685 ____________________________________________________________________________
10686 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
10687         Log: When in Rome, quote like the Romans do.
10688      Branch: perl
10689            ! cflags.SH
10690 ____________________________________________________________________________
10691 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
10692         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
10693              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10694              Date: Mon, 23 Jul 2001 19:29:49 -0400
10695              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
10696      Branch: perl
10697            + os2/perlrexx.c
10698            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
10699            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
10700            ! t/op/write.t
10701 ____________________________________________________________________________
10702 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
10703         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
10704              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10705              Date: Mon, 23 Jul 2001 18:43:42 -0400
10706              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
10707      Branch: perl
10708            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
10709 ____________________________________________________________________________
10710 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
10711         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
10712              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10713              Date: Mon, 23 Jul 2001 18:33:16 -0400
10714              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
10715      Branch: perl
10716            ! lib/ExtUtils/MakeMaker.pm
10717 ____________________________________________________________________________
10718 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
10719         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
10720              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10721              Date: Mon, 23 Jul 2001 18:20:35 -0400
10722              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
10723      Branch: perl
10724            ! Makefile.SH cflags.SH
10725 ____________________________________________________________________________
10726 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
10727         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
10728              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
10729              Date: Mon, 23 Jul 2001 11:32:17 -0500
10730              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
10731      Branch: perl
10732            ! lib/ExtUtils/MakeMaker.pm
10733 ____________________________________________________________________________
10734 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
10735         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
10736              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10737              Date: Mon, 23 Jul 2001 18:13:20 -0400
10738              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
10739      Branch: perl
10740            ! lib/perl5db.pl
10741 ____________________________________________________________________________
10742 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
10743         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
10744              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10745              Date: Mon, 23 Jul 2001 18:07:40 -0400
10746              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
10747      Branch: perl
10748            ! op.c
10749 ____________________________________________________________________________
10750 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
10751         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
10752              From: "Craig A. Berry" <craigberry@mac.com>
10753              Date: Mon, 23 Jul 2001 15:35:06 -0500
10754              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
10755      Branch: perl
10756            ! util.c
10757 ____________________________________________________________________________
10758 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
10759         Log: Subject: [PATCH perlfaq9.pod typo]
10760              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
10761              Date: Mon, 23 Jul 2001 07:49:05 -0700
10762              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
10763      Branch: perl
10764            ! pod/perlfaq9.pod
10765 ____________________________________________________________________________
10766 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
10767         Log: Subject: win32\sncfnmcs.pl corrections
10768              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
10769              Date: Mon, 23 Jul 2001 12:56:54 +0200
10770              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
10771              
10772              Rename the script a little bit more sensibly.
10773      Branch: perl
10774            + win32/sync_ext.pl
10775            - win32/sncfnmcs.pl
10776            ! MANIFEST README.win32
10777 ____________________________________________________________________________
10778 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
10779         Log: Test tweak.
10780      Branch: perl
10781            ! ext/B/Deparse.t
10782 ____________________________________________________________________________
10783 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
10784         Log: Metaconfig unit tweak for #11450.
10785      Branch: metaconfig/U/perl
10786            ! Mksymlinks.U
10787 ____________________________________________________________________________
10788 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
10789         Log: Too volatile failsafe check.
10790      Branch: perl
10791            ! Configure
10792 ____________________________________________________________________________
10793 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
10794         Log: Further doc tweaks.
10795      Branch: perl
10796            ! lib/UnicodeCD.pm
10797 ____________________________________________________________________________
10798 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
10799         Log: Doc tweaks.
10800      Branch: perl
10801            ! lib/UnicodeCD.pm
10802 ____________________________________________________________________________
10803 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
10804         Log: Doc tweakery from Abhijit.
10805      Branch: perl
10806            ! Porting/repository.pod
10807 ____________________________________________________________________________
10808 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
10809         Log: An accidental empty line.
10810      Branch: perl
10811            ! MANIFEST
10812 ____________________________________________________________________________
10813 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
10814         Log: Missing MANIFESTations.
10815      Branch: perl
10816            ! MANIFEST
10817 ____________________________________________________________________________
10818 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
10819         Log: Update Changes.
10820      Branch: perl
10821            ! Changes patchlevel.h
10822 ____________________________________________________________________________
10823 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
10824         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
10825              From: Mike Guy <mjtg@cam.ac.uk>
10826              Date: Fri, 20 Jul 2001 16:12:49 +0100
10827              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
10828      Branch: perl
10829            ! Porting/pumpkin.pod
10830 ____________________________________________________________________________
10831 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
10832         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
10833              From: Peter Prymmer <pvhp@forte.com>
10834              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
10835              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
10836      Branch: perl
10837            ! pod/perlhack.pod
10838 ____________________________________________________________________________
10839 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
10840         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
10841              From: Michael G Schwern <schwern@pobox.com>
10842              Date: Fri, 20 Jul 2001 20:22:35 -0400
10843              Message-ID: <20010720202235.O4498@blackrider>
10844      Branch: perl
10845            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
10846            ! lib/Test/t/todo.t
10847 ____________________________________________________________________________
10848 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
10849         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
10850              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
10851              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
10852              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
10853      Branch: perl
10854            ! ext/POSIX/POSIX.pod
10855 ____________________________________________________________________________
10856 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
10857         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
10858              From: Mark-Jason Dominus <mjd@plover.com>
10859              Date: Fri, 20 Jul 2001 23:16:54 -0400
10860              Message-ID: <20010721031654.21877.qmail@plover.com>
10861      Branch: perl
10862            ! ext/POSIX/POSIX.pod
10863 ____________________________________________________________________________
10864 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
10865         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
10866              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10867              Date: Sun, 22 Jul 2001 14:56:09 +0200
10868              Message-ID: <20010722145609.A766@rafael>
10869      Branch: perl
10870            ! ext/B/O.pm
10871 ____________________________________________________________________________
10872 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
10873         Log: Subject: regexec.c #define cleanup
10874              From: Mark-Jason Dominus <mjd@plover.com>
10875              Date: Sat, 21 Jul 2001 18:33:25 -0400
10876              Message-ID: <20010721223325.3069.qmail@plover.com>
10877      Branch: perl
10878            ! regexec.c
10879 ____________________________________________________________________________
10880 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
10881         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
10882              From: Prymmer/Kahn <pvhp@best.com>
10883              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
10884              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
10885      Branch: perl
10886            ! t/io/fs.t
10887 ____________________________________________________________________________
10888 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
10889         Log: Typo in #11432.
10890      Branch: perl
10891            ! ext/POSIX/POSIX.t
10892 ____________________________________________________________________________
10893 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
10894         Log: Integrate (manually) change #11424 from macperl.
10895      Branch: perl
10896            ! ext/Filter/t/call.t
10897 ____________________________________________________________________________
10898 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
10899         Log: Integrate change #11408 from macperl.
10900      Branch: perl
10901           !> README.macos pod/perlport.pod
10902 ____________________________________________________________________________
10903 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
10904         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
10905      Branch: perl
10906           +> macos/MacPerlTests.cmd macos/xsubpp.patch
10907            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
10908            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
10909            ! ext/POSIX/POSIX.t
10910 ____________________________________________________________________________
10911 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
10912         Log: pod/*.t tests not picked up by t/TEST either
10913      Branch: maint-5.6/perl
10914            ! t/TEST
10915 ____________________________________________________________________________
10916 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
10917         Log: better tweak for change#11429 (windows has both / and \ separated
10918              paths in @INC at that point)
10919      Branch: maint-5.6/perl
10920            ! t/pod/testp2pt.pl
10921 ____________________________________________________________________________
10922 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
10923         Log: MacOS pod test tweak needs \Escape
10924      Branch: maint-5.6/perl
10925            ! t/pod/testp2pt.pl
10926 ____________________________________________________________________________
10927 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
10928         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
10929              resulting duplicate output, but t/harness isn't)
10930      Branch: maint-5.6/perl
10931            ! t/run/runenv.t
10932 ____________________________________________________________________________
10933 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
10934         Log: t/harness wasn't picking up all the tests
10935      Branch: maint-5.6/perl
10936            ! t/harness
10937 ____________________________________________________________________________
10938 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
10939         Log: update MANIFEST for new file
10940      Branch: maint-5.6/perl
10941            ! MANIFEST
10942 ____________________________________________________________________________
10943 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
10944         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
10945              the exception of the macperl/macos/... tree
10946      Branch: maint-5.6/perl
10947           +> t/lib/filefind-taint.t
10948           !> (integrate 72 files)
10949 ____________________________________________________________________________
10950 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
10951         Log: Fix test.
10952      Branch: maint-5.6/macperl
10953            ! macos/bundled_ext/Filter/t/call.t
10954 ____________________________________________________________________________
10955 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
10956         Log: Make perl fork()-safe (in a slightly limited way) even on
10957              platforms that don't have pthread_atfork() (extension of
10958              the fix in change#11151).
10959              
10960              Note that this will not help extensions that call fork()
10961              directly in C, or that link to libraries that call fork()
10962              directly.  Such cases must be fixed to either call
10963              PerlProc_fork(), or call atfork_lock() in parent before the
10964              calling the function that forks and call atfork_unlock()
10965              in both parent and child immediately after the fork().
10966              (There are no worries if C code calls exec() in the child
10967              immediately after a fork().  Only cases where the child
10968              calls perl's API functions (including New()) after the
10969              fork() are problematic.)
10970              
10971              This change also eliminates the use of vfork() from perl,
10972              since all such uses were violating the severe restrictions
10973              on modifying the state of the process between the vfork()
10974              and the exec().
10975              
10976              This is a modified version of patches suggested by Abhijit
10977              Menon-Sen and Richard Soderberg.
10978      Branch: perl
10979            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
10980            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
10981 ____________________________________________________________________________
10982 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
10983         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
10984              Switch, and Text::Balanced.
10985      Branch: maint-5.6/macperl
10986            + macos/bundled_ext/Filter/Util/Call/Call.pm
10987            + macos/bundled_ext/Filter/Util/Call/Call.xs
10988            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
10989            + macos/bundled_ext/Filter/t/MyFilter.pm
10990            + macos/bundled_ext/Filter/t/call.t
10991            + macos/bundled_ext/Filter/t/filter-util.pl
10992            + macos/bundled_lib/blib/lib/Class/ISA.pm
10993            + macos/bundled_lib/blib/lib/Digest.pm
10994            + macos/bundled_lib/blib/lib/Filter/Simple.pm
10995            + macos/bundled_lib/blib/lib/Switch.pm
10996            + macos/bundled_lib/blib/lib/Text/Balanced.pm
10997            + macos/bundled_lib/blib/lib/Text/Balanced.pod
10998            + macos/bundled_lib/t/Class/ISA/test.pl
10999            + macos/bundled_lib/t/Digest/Digest.t
11000            + macos/bundled_lib/t/Filter/Simple/test.pl
11001            + macos/bundled_lib/t/Switch/test.pl
11002            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
11003            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
11004            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
11005            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
11006            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
11007            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
11008            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
11009            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
11010 ____________________________________________________________________________
11011 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
11012         Log: Add Filter::Util::Call to config/make files; edit utils
11013              to recognize the module (it was descended too far down).
11014              Bump version to 5.6.1a4.
11015      Branch: maint-5.6/macperl
11016            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
11017            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
11018            ! macos/macperl/Makefile.mk macos/xsubpp.patch
11019 ____________________________________________________________________________
11020 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
11021         Log: Make DB_File the default for MLDBM on MacOS.
11022      Branch: maint-5.6/macperl
11023            ! macos/bundled_lib/blib/lib/MLDBM.pm
11024 ____________________________________________________________________________
11025 [ 11419] By: nick                                  on 2001/07/20  14:51:03
11026         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
11027              From:  Simon Cozens <simon@netthink.co.uk>
11028              Date:  Fri, 20 Jul 2001 11:42:35 -0400
11029              Message-Id:  <20010720114235.A5235@netthink.co.uk>
11030      Branch: perl
11031            ! lib/UnicodeCD.pm
11032 ____________________________________________________________________________
11033 [ 11418] By: nick                                  on 2001/07/20  14:48:12
11034         Log: Subject:  [PATCH regcomp.h] adds a comment
11035              From:  Abhijit Menon-Sen <ams@wiw.org>
11036              Date:  Fri, 20 Jul 2001 21:05:37 +0530
11037              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
11038      Branch: perl
11039            ! regcomp.h
11040 ____________________________________________________________________________
11041 [ 11417] By: nick                                  on 2001/07/20  14:16:38
11042         Log: Subject:  [PATCH 5.7.2] INSTALL updates
11043              From:  Andy Dougherty <doughera@lafayette.edu>
11044              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
11045              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
11046      Branch: perl
11047            ! INSTALL
11048 ____________________________________________________________________________
11049 [ 11416] By: nick                                  on 2001/07/20  06:44:44
11050         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
11051              From:  Russ Allbery <rra@stanford.edu>
11052              Date:  19 Jul 2001 15:52:37 -0700
11053              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
11054      Branch: perl
11055            ! lib/Pod/Man.pm
11056 ____________________________________________________________________________
11057 [ 11415] By: nick                                  on 2001/07/20  06:35:11
11058         Log: Subject:  [PATCH] defer op_seq allocation
11059              From:  Abhijit Menon-Sen <ams@wiw.org>
11060              Date:  Thu, 19 Jul 2001 22:12:24 +0530
11061              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
11062      Branch: perl
11063            ! op.c
11064 ____________________________________________________________________________
11065 [ 11414] By: nick                                  on 2001/07/20  06:23:36
11066         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
11067              From:  Abhijit Menon-Sen <ams@wiw.org>
11068              Date:  Fri, 20 Jul 2001 01:18:50 +0530
11069              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
11070              (Private e-mail)
11071      Branch: perl
11072            ! ext/Time/HiRes/HiRes.xs
11073 ____________________________________________________________________________
11074 [ 11413] By: nick                                  on 2001/07/20  06:18:53
11075         Log: Integrate mainline
11076      Branch: perlio
11077           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
11078            - t/base/commonsense.t
11079           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
11080           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
11081           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
11082           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
11083           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
11084           !> win32/win32.c
11085 ____________________________________________________________________________
11086 [ 11412] By: nick                                  on 2001/07/19  06:44:27
11087         Log: Integrate win32/perlhost.h from maintenance branch.
11088              (Rest of $ENV{PATH} / system() fix.)
11089      Branch: perl
11090           !> win32/perlhost.h
11091 ____________________________________________________________________________
11092 [ 11411] By: nick                                  on 2001/07/19  06:41:34
11093         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
11094              From:  Philip Newton <Philip.Newton@gmx.net>
11095              Date:  Wed, 18 Jul 2001 21:43:57 +0200
11096              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
11097      Branch: perl
11098            ! pod/perlhack.pod
11099 ____________________________________________________________________________
11100 [ 11410] By: nick                                  on 2001/07/19  06:39:35
11101         Log: Subject:  Security hole in taint checking in open()
11102              From:  deekoo@tentacle.net
11103              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
11104              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
11105      Branch: perl
11106            ! doio.c
11107 ____________________________________________________________________________
11108 [ 11409] By: nick                                  on 2001/07/19  06:28:08
11109         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
11110              From:  Abhijit Menon-Sen <ams@wiw.org>
11111              Date:  Thu, 19 Jul 2001 04:30:43 +0530
11112              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
11113      Branch: perl
11114            ! ext/Time/HiRes/HiRes.xs
11115 ____________________________________________________________________________
11116 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
11117         Log: Update docs with latest implementation information and new URLs.
11118      Branch: maint-5.6/macperl
11119            ! README.macos pod/perlport.pod
11120 ____________________________________________________________________________
11121 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
11122         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
11123              Fix BuildRules to accept optimization variables.
11124      Branch: maint-5.6/macperl
11125            + macos/bundled_ext/Digest/MD5/Makefile.mk
11126            ! macos/BuildRules.mk macos/Makefile.mk
11127            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
11128            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
11129 ____________________________________________________________________________
11130 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
11131         Log: Integrate changes 11399,11401
11132      Branch: maint-5.6/macperl
11133           !> win32/perlhost.h win32/win32.c
11134 ____________________________________________________________________________
11135 [ 11405] By: nick                                  on 2001/07/18  06:50:33
11136         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
11137              from perl5.6*
11138      Branch: perl
11139           !> win32/perlhost.h win32/win32.c
11140 ____________________________________________________________________________
11141 [ 11404] By: nick                                  on 2001/07/18  06:43:59
11142         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
11143              From:  hv@crypt0.demon.co.uk
11144              Date:  Wed, 18 Jul 2001 05:58:46 +0100
11145              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
11146      Branch: perl
11147            ! ext/POSIX/POSIX.t
11148 ____________________________________________________________________________
11149 [ 11403] By: nick                                  on 2001/07/18  06:38:57
11150         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
11151              From:  hv@crypt0.demon.co.uk
11152              Date:  Wed, 18 Jul 2001 05:21:54 +0100
11153              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
11154      Branch: perl
11155            ! numeric.c t/op/arith.t
11156 ____________________________________________________________________________
11157 [ 11402] By: nick                                  on 2001/07/18  06:19:17
11158         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
11159              From:  mjd@plover.com
11160              Date:  17 Jul 2001 17:59:20 -0000
11161              Message-Id:  <20010717175920.8177.qmail@plover.com>
11162      Branch: perl
11163            ! pod/perlre.pod
11164 ____________________________________________________________________________
11165 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
11166         Log: thinko in change#11400 (duh)
11167      Branch: maint-5.6/perl
11168            ! win32/perlhost.h
11169 ____________________________________________________________________________
11170 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
11171         Log: change#11399 revealed another unrelated bug; this is just a temporary
11172              bandaid
11173      Branch: maint-5.6/perl
11174            ! win32/perlhost.h
11175 ____________________________________________________________________________
11176 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
11177         Log: fix bugs in handling of the virtualized environment under windows;
11178              there were bugs in propagating any changes to %ENV down to the real
11179              environment when such changes happened in the toplevel process
11180              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
11181              problem identification, and for a part of the fix)
11182      Branch: maint-5.6/perl
11183            ! win32/perlhost.h win32/win32.c
11184 ____________________________________________________________________________
11185 [ 11398] By: nick                                  on 2001/07/17  08:26:35
11186         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
11187              From: Peter Prymmer <pvhp@forte.com>
11188              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
11189              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
11190              
11191              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
11192              should not depend on existance of Config.pm
11193      Branch: perl
11194           +> t/lib/commonsense.t
11195            - t/base/commonsense.t
11196            ! MANIFEST t/README
11197 ____________________________________________________________________________
11198 [ 11397] By: nick                                  on 2001/07/17  08:09:58
11199         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
11200              From:  Michael G Schwern <schwern@pobox.com>
11201              Date:  Mon, 16 Jul 2001 18:20:31 -0400
11202              Message-Id:  <20010716182031.A1128@blackrider>
11203      Branch: perl
11204            ! pod/perlhack.pod
11205 ____________________________________________________________________________
11206 [ 11396] By: nick                                  on 2001/07/17  08:04:11
11207         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
11208              From:  Gwyn Judd <b.judd@xtra.co.nz>
11209              Date:  Tue, 17 Jul 2001 20:55:58 +1200
11210              Message-Id:  <20010717205558.A3107@thislove>
11211      Branch: perl
11212            ! pod/perlfunc.pod
11213 ____________________________________________________________________________
11214 [ 11395] By: nick                                  on 2001/07/17  08:02:22
11215         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
11216              From:  Peter Prymmer <pvhp@forte.com>
11217              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
11218              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
11219      Branch: perl
11220            ! t/op/sprintf.t
11221 ____________________________________________________________________________
11222 [ 11394] By: nick                                  on 2001/07/17  07:57:06
11223         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
11224              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
11225              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
11226              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
11227      Branch: perl
11228            ! gv.c
11229 ____________________________________________________________________________
11230 [ 11392] By: nick                                  on 2001/07/17  07:50:12
11231         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
11232              From:  Coral <coral@moonlight.crystalflame.net>
11233              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
11234              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
11235      Branch: perl
11236            ! pp_sys.c thread.h
11237 ____________________________________________________________________________
11238 [ 11391] By: nick                                  on 2001/07/17  07:34:28
11239         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
11240              From:  Jonathan Stowe <gellyfish@gellyfish.com>
11241              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
11242              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
11243      Branch: perl
11244            ! utils/h2xs.PL
11245 ____________________________________________________________________________
11246 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
11247         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
11248              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
11249              and Mac::Apps::Launch, which don't work, and Time::HiRes and
11250              Time::Piece, which don't yet work.
11251      Branch: maint-5.6/macperl
11252            + (add 154 files)
11253 ____________________________________________________________________________
11254 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
11255         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
11256              Also add hack to get around missing setenv for PERL5DB.
11257      Branch: maint-5.6/macperl
11258            ! macos/macish.c macos/macish.h
11259 ____________________________________________________________________________
11260 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
11261         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
11262      Branch: maint-5.6/macperl
11263            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
11264            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
11265 ____________________________________________________________________________
11266 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
11267         Log: Fix up some configuration and make options, add extra
11268              extensions.
11269      Branch: maint-5.6/macperl
11270            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
11271            ! macos/macperl/Makefile.mk
11272 ____________________________________________________________________________
11273 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
11274         Log: From Change 11374 in maintperl.
11275      Branch: maint-5.6/macperl
11276           !> utils/h2ph.PL
11277 ____________________________________________________________________________
11278 [ 11385] By: nick                                  on 2001/07/16  14:12:58
11279         Log: Back out change to h2xs till it passes its test.
11280      Branch: perl
11281            ! utils/h2xs.PL
11282 ____________________________________________________________________________
11283 [ 11384] By: nick                                  on 2001/07/16  14:00:10
11284         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
11285              From:  Jonathan Stowe <gellyfish@gellyfish.com>
11286              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
11287              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
11288      Branch: perl
11289            ! utils/h2xs.PL
11290 ____________________________________________________________________________
11291 [ 11383] By: nick                                  on 2001/07/16  13:53:12
11292         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
11293              From:  Robin Houston <robin@kitsite.com>
11294              Date:  Sun, 15 Jul 2001 18:22:31 +0100
11295              Message-Id:  <20010715182230.A11174@robin>
11296      Branch: perl
11297            ! hints/darwin.sh
11298 ____________________________________________________________________________
11299 [ 11382] By: nick                                  on 2001/07/16  13:52:49
11300         Log: Subject:  [PATCH perl@11372] re_dup
11301              From:  Radu Greab <radu@netsoft.ro>
11302              Date:  Sun, 15 Jul 2001 04:50:06 +0300
11303              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
11304      Branch: perl
11305            ! sv.c
11306 ____________________________________________________________________________
11307 [ 11379] By: nick                                  on 2001/07/16  13:35:39
11308         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
11309              From:  Robin Houston <robin@kitsite.com>
11310              Date:  Sat, 14 Jul 2001 14:28:50 +0100
11311              Message-Id:  <20010714142850.A10205@robin>
11312      Branch: perl
11313            ! ext/B/B/Deparse.pm
11314 ____________________________________________________________________________
11315 [ 11378] By: nick                                  on 2001/07/16  13:30:36
11316         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
11317              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
11318              Date:  Sat, 14 Jul 2001 22:17:42 +0900
11319              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
11320      Branch: perl
11321            + ext/Encode/Encode/euc-jp-0212.enc
11322            ! ext/Encode/Encode/Tcl.pm
11323 ____________________________________________________________________________
11324 [ 11377] By: nick                                  on 2001/07/16  13:17:28
11325         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
11326              From:  Andy Dougherty <doughera@lafayette.edu>
11327              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
11328              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
11329      Branch: perl
11330            ! hints/darwin.sh hints/rhapsody.sh
11331 ____________________________________________________________________________
11332 [ 11376] By: nick                                  on 2001/07/16  09:05:00
11333         Log: Integrate mainline
11334      Branch: perlio
11335           +> ext/Encode/Encode/7bit-greek.enc
11336           +> ext/Encode/Encode/7bit-latin1.enc
11337           +> ext/Encode/Encode/cns11643-1.enc
11338           +> ext/Encode/Encode/cns11643-2.enc
11339           +> ext/Encode/Encode/iso2022-cn.enc
11340           +> ext/Encode/Encode/iso2022-jp1.enc
11341           +> ext/Encode/Encode/iso2022-jp2.enc
11342           !> Changes Configure MANIFEST Makefile.SH
11343           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
11344           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
11345           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
11346           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
11347           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
11348 ____________________________________________________________________________
11349 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
11350         Log: integrate change#11374 from maint-5.6
11351              
11352              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
11353      Branch: perl
11354           !> utils/h2ph.PL
11355 ____________________________________________________________________________
11356 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
11357         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
11358      Branch: maint-5.6/perl
11359            ! utils/h2ph.PL
11360 ____________________________________________________________________________
11361 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
11362         Log: Update Changes.
11363      Branch: perl
11364            ! Changes patchlevel.h
11365 ____________________________________________________________________________
11366 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
11367         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
11368              From: Jonathan Stowe <gellyfish@gellyfish.com>
11369              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
11370              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
11371      Branch: perl
11372            ! utils/h2xs.PL
11373 ____________________________________________________________________________
11374 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
11375         Log: Subject: patch to add DEL to [:cntrl:]
11376              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
11377              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
11378              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
11379      Branch: perl
11380            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
11381 ____________________________________________________________________________
11382 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
11383         Log: Metaconfig unit change for #11369; plus a dependency nit.
11384      Branch: metaconfig
11385            ! U/compline/nblock_io.U
11386      Branch: metaconfig/U/perl
11387            ! Extensions.U
11388 ____________________________________________________________________________
11389 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
11390         Log: #include <stdlib.h> so that exit() is prototyped,
11391              noticed by Hugo.
11392      Branch: perl
11393            ! Configure
11394 ____________________________________________________________________________
11395 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
11396         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
11397              From: Peter Prymmer <pvhp@forte.com>
11398              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
11399              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
11400      Branch: perl
11401            ! t/op/sprintf.t
11402 ____________________________________________________________________________
11403 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
11404         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
11405              From: Peter Prymmer <pvhp@forte.com>
11406              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
11407              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
11408      Branch: perl
11409            ! ext/Encode/Encode/Tcl.t
11410 ____________________________________________________________________________
11411 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
11412         Log: Add information about gcc 3.0 basic block profiling.
11413      Branch: perl
11414            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
11415 ____________________________________________________________________________
11416 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
11417         Log: Subject: Error in lib/PerlIO/Via.pm ?
11418              From: Mark-Jason Dominus <mjd@plover.com>
11419              Date: Fri, 13 Jul 2001 15:55:41 -0400
11420              Message-ID: <20010713195541.26751.qmail@plover.com>
11421      Branch: perl
11422            ! ext/PerlIO/Via/Via.pm
11423 ____________________________________________________________________________
11424 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
11425         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
11426              section from the Compiler section.
11427      Branch: perl
11428            ! myconfig.SH
11429 ____________________________________________________________________________
11430 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
11431         Log: Handle glibc style of constant definitions using enum
11432              with intervening #defines; from Brendan O'Dea.
11433      Branch: perl
11434            ! utils/h2ph.PL
11435 ____________________________________________________________________________
11436 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
11437         Log: Add LC_MESSAGES to the locale_h export tag (it already is
11438              in the Makefile.PL and thusly eligible for an XS constant)
11439              (see also maintperl #10543)
11440      Branch: perl
11441            ! ext/POSIX/POSIX.pm
11442 ____________________________________________________________________________
11443 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
11444         Log: Subject: Re: [patch] re_dup
11445              From: Abhijit Menon-Sen <ams@wiw.org>
11446              Date: Fri, 13 Jul 2001 21:41:09 +0530
11447              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
11448      Branch: perl
11449            ! sv.c
11450 ____________________________________________________________________________
11451 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
11452         Log: Subject: [patch] re_dup
11453              From: Doug MacEachern <dougm@covalent.net>
11454              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
11455              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
11456      Branch: perl
11457            ! sv.c
11458 ____________________________________________________________________________
11459 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
11460         Log: Update Changes.
11461      Branch: perl
11462            ! Changes patchlevel.h
11463 ____________________________________________________________________________
11464 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
11465         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
11466              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
11467              Date: Sat, 14 Jul 2001 00:06:30 +0900
11468              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
11469      Branch: perl
11470            + ext/Encode/Encode/7bit-greek.enc
11471            + ext/Encode/Encode/7bit-latin1.enc
11472            + ext/Encode/Encode/cns11643-1.enc
11473            + ext/Encode/Encode/cns11643-2.enc
11474            + ext/Encode/Encode/iso2022-cn.enc
11475            + ext/Encode/Encode/iso2022-jp1.enc
11476            + ext/Encode/Encode/iso2022-jp2.enc
11477            ! MANIFEST ext/Encode/Encode/Tcl.pm
11478            ! ext/Encode/Encode/iso2022-kr.enc
11479 ____________________________________________________________________________
11480 [ 11357] By: nick                                  on 2001/07/13  14:24:06
11481         Log: Blind integrate mainline (as of 5.7.2?)
11482      Branch: perlio
11483           !> AUTHORS Changes Porting/config.sh Porting/config_H
11484           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
11485           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
11486           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
11487           !> win32/makefile.mk
11488 ____________________________________________________________________________
11489 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
11490         Log: Snip away the devel patchlevel.
11491      Branch: perl
11492            ! patchlevel.h
11493 ____________________________________________________________________________
11494 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
11495         Log: Bump the version to 5.7.2.
11496      Branch: perl
11497            ! Porting/config.sh Porting/config_H patchlevel.h
11498            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
11499            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11500            ! win32/makefile.mk
11501 ____________________________________________________________________________
11502 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
11503         Log: Update Changes.
11504      Branch: perl
11505            ! Changes
11506 ____________________________________________________________________________
11507 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
11508         Log: Reword.
11509      Branch: perl
11510            ! AUTHORS
11511 ____________________________________________________________________________
11512 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
11513         Log: AUTHORS update.
11514      Branch: perl
11515            ! AUTHORS
11516 ____________________________________________________________________________
11517 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
11518         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
11519              unless ithreads.
11520      Branch: perl
11521            ! makedef.pl
11522 ____________________________________________________________________________
11523 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
11524         Log: Integrate perlio.
11525      Branch: perl
11526           !> win32/distclean.bat
11527 ____________________________________________________________________________
11528 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
11529         Log: Test the encoding transform only iff we have PerlIO,
11530              noticed by H. Merijn Brand.
11531      Branch: perl
11532            ! ext/PerlIO/t/encoding.t
11533 ____________________________________________________________________________
11534 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
11535         Log: README.netware tweaks from Ananth Kesari.
11536      Branch: perl
11537            ! README.netware
11538 ____________________________________________________________________________
11539 [ 11346] By: nick                                  on 2001/07/13  09:18:51
11540         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
11541              to avoid /unicode vs /Unicode issues.
11542      Branch: perlio
11543            ! win32/distclean.bat
11544 ____________________________________________________________________________
11545 [ 11345] By: nick                                  on 2001/07/13  06:24:18
11546         Log: Integrate mainline
11547      Branch: perlio
11548           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
11549            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
11550           !> (integrate 63 files)
11551 ____________________________________________________________________________
11552 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
11553         Log: Add d_bincompat5005 information to perl -V.
11554      Branch: perl
11555            ! myconfig.SH
11556 ____________________________________________________________________________
11557 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
11558         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
11559              From: Abhijit Menon-Sen <ams@wiw.org>
11560              Date: Fri, 13 Jul 2001 07:12:36 +0530
11561              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
11562      Branch: perl
11563            ! sv.c
11564 ____________________________________________________________________________
11565 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
11566         Log: Remove unicode::distinct, as per Inaba Hiroto.
11567      Branch: perl
11568            - lib/unicode/distinct.pm
11569            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
11570            ! t/lib/1_compile.t
11571 ____________________________________________________________________________
11572 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
11573         Log: Paging for Dr Octothorpe.
11574      Branch: perl
11575            ! pod/perlfaq4.pod
11576 ____________________________________________________________________________
11577 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
11578         Log: cut-n-paste error noticed by mjd.
11579      Branch: perl
11580            ! pod/perlfaq4.pod
11581 ____________________________________________________________________________
11582 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
11583         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
11584              From: Peter Prymmer <pvhp@forte.com>
11585              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
11586              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
11587      Branch: perl
11588            ! pod/perlfaq4.pod
11589 ____________________________________________________________________________
11590 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
11591         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
11592              From: Randall Gellens <randy@qualcomm.com>
11593              Date: Thu, 12 Jul 2001 16:56:23 -0700
11594              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
11595      Branch: perl
11596            ! Porting/repository.pod
11597 ____________________________________________________________________________
11598 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
11599         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
11600      Branch: perl
11601            ! thread.h
11602 ____________________________________________________________________________
11603 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
11604         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
11605              From: coral <coral@moonlight.crystalflame.net>
11606              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
11607              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
11608      Branch: perl
11609            ! thread.h
11610 ____________________________________________________________________________
11611 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
11612         Log: Metaconfig unit change for #11134.
11613      Branch: metaconfig
11614            + U/threads/d_pthread_atfork.U
11615 ____________________________________________________________________________
11616 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
11617         Log: Add HAS_PTHREAD_ATFORK.
11618      Branch: perl
11619            ! Configure NetWare/config.wc NetWare/config_H.wc
11620            ! Porting/Glossary Porting/config.sh Porting/config_H
11621            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
11622            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
11623            ! vos/config.ga.def vos/config.ga.h win32/config.bc
11624            ! win32/config.gc win32/config.vc win32/config_H.bc
11625            ! win32/config_H.gc win32/config_H.vc
11626 ____________________________________________________________________________
11627 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
11628         Log: Subject: [PATCH] File::Copy fails on tied handles
11629              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
11630              Date: Thu, 12 Jul 2001 15:18:51 -0700
11631              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
11632      Branch: perl
11633            ! lib/File/Copy.pm
11634 ____________________________________________________________________________
11635 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
11636         Log: Subject: [PATCH] Langinfo.t
11637              From: Nicholas Clark <nick@ccl4.org>
11638              Date: Thu, 12 Jul 2001 23:55:38 +0100
11639              Message-ID: <20010712235538.M5827@plum.flirble.org>
11640      Branch: perl
11641            ! ext/I18N/Langinfo/Langinfo.t
11642 ____________________________________________________________________________
11643 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
11644         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
11645              From: Peter Prymmer <pvhp@forte.com>
11646              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
11647              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
11648      Branch: perl
11649            ! pod/perl572delta.pod
11650 ____________________________________________________________________________
11651 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
11652         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
11653              From: Abhijit Menon-Sen <ams@wiw.org>
11654              Date: Fri, 13 Jul 2001 05:21:16 +0530
11655              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
11656      Branch: perl
11657            ! sv.c
11658 ____________________________________________________________________________
11659 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
11660         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
11661              From: Abhijit Menon-Sen <ams@wiw.org>
11662              Date: Fri, 13 Jul 2001 03:04:25 +0530
11663              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
11664      Branch: perl
11665            ! av.c
11666 ____________________________________________________________________________
11667 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
11668         Log: s/^M$//g
11669      Branch: perl
11670            ! win32/Makefile win32/makefile.mk
11671 ____________________________________________________________________________
11672 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
11673         Log: Update Changes.
11674      Branch: perl
11675            ! Changes patchlevel.h
11676 ____________________________________________________________________________
11677 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
11678         Log: Typo spotted by Philip Newton.
11679      Branch: perl
11680            ! pod/perl572delta.pod
11681 ____________________________________________________________________________
11682 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
11683         Log: Subject: [PATCH] fixes perl_clone of perl_clone
11684              From: Artur Bergman <artur@contiller.se>
11685              Date: Thu, 12 Jul 2001 20:57:09 +0200
11686              Message-ID: <B773BFA4.236B%artur@contiller.se>
11687      Branch: perl
11688            ! sv.c
11689 ____________________________________________________________________________
11690 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
11691         Log: Add README.uts from Hal Morris.
11692      Branch: perl
11693            + README.uts
11694            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
11695            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
11696 ____________________________________________________________________________
11697 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
11698         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
11699              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11700              Date: Thu, 12 Jul 2001 20:32:37 +0200
11701              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
11702      Branch: perl
11703            ! hints/aix.sh
11704 ____________________________________________________________________________
11705 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
11706         Log: Subject: Patch: document reg_data.what member
11707              From: Mark-Jason Dominus <mjd@plover.com>
11708              Message-ID: <20010712182532.14821.qmail@plover.com>
11709              Date: Thu, 12 Jul 2001 14:25:32 -0400
11710      Branch: perl
11711            ! regcomp.c regcomp.h
11712 ____________________________________________________________________________
11713 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
11714         Log: Subject: [PATCH] Perl_re_dup()
11715              From: Abhijit Menon-Sen <ams@wiw.org>
11716              Date: Thu, 12 Jul 2001 23:54:32 +0530
11717              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
11718      Branch: perl
11719            ! embed.h embed.pl perlapi.c proto.h sv.c
11720 ____________________________________________________________________________
11721 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
11722         Log: Regen Configure, modlib, toc.
11723      Branch: perl
11724            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11725            ! pod/perlmodlib.pod pod/perltoc.pod
11726 ____________________________________________________________________________
11727 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
11728         Log: The problem seems to be in PerlIO::Layer::->find() not
11729              accepting the ":encoding(blurflur)" arguments.
11730      Branch: perl
11731            ! lib/PerlIO.pm lib/open.pm
11732 ____________________________________________________________________________
11733 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
11734         Log: AIX doc update.
11735      Branch: perl
11736            ! README.aix pod/perl572delta.pod
11737 ____________________________________________________________________________
11738 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
11739         Log: Subject: AIX README update
11740              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11741              Date: Thu, 12 Jul 2001 19:28:30 +0200
11742              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
11743      Branch: perl
11744            ! README.aix
11745 ____________________________________________________________________________
11746 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
11747         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
11748              From: Norton Allen <allen@huarp.harvard.edu>
11749              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
11750              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
11751      Branch: perl
11752            ! ext/IO/lib/IO/t/io_unix.t
11753 ____________________________________________________________________________
11754 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
11755         Log: Subject: [PATCH README.qnx hints/qnx.sh]
11756              From: Norton Allen <allen@huarp.harvard.edu>
11757              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
11758              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
11759      Branch: perl
11760            ! README.qnx hints/qnx.sh
11761 ____________________________________________________________________________
11762 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
11763         Log: Subject: [patch] faster PM_GETRE
11764              From: Doug MacEachern <dougm@covalent.net>
11765              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
11766              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
11767      Branch: perl
11768            ! op.h
11769 ____________________________________________________________________________
11770 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
11771         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
11772              From: Doug MacEachern <dougm@covalent.net>
11773              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
11774              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
11775      Branch: perl
11776            ! op.c
11777 ____________________________________________________________________________
11778 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
11779         Log: Tell where the nice Estonian database is.
11780      Branch: perl
11781            ! lib/open.pm
11782 ____________________________________________________________________________
11783 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
11784         Log: Retract #11309 since #11310 is a better fix.
11785      Branch: perl
11786            ! t/lib/1_compile.t
11787 ____________________________________________________________________________
11788 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
11789         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
11790              change#11300 needs to return the status of failed win32_spawnvp())
11791              
11792              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
11793              splitting correctly; remove unused variables; 'require' at run time
11794              rather than 'use' at compile time for I18N::Langinfo, since it
11795              isn't everyware
11796      Branch: perl
11797            ! lib/open.pm win32/win32.c
11798 ____________________________________________________________________________
11799 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
11800         Log: Temporary workaround.
11801      Branch: perl
11802            ! t/lib/1_compile.t
11803 ____________________________________________________________________________
11804 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
11805         Log: UCD typo in #11306 and add also more known-to-be-tested
11806              modules to the skip list.
11807      Branch: perl
11808            ! t/lib/1_compile.t
11809 ____________________________________________________________________________
11810 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
11811         Log: Rename Unicode::UCD to UnicodeCD to avoid
11812              messups with case-insensitive filesystems.
11813      Branch: perl
11814            + lib/UnicodeCD.pm lib/UnicodeCD.t
11815            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
11816            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
11817 ____________________________________________________________________________
11818 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
11819         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
11820              From: daniel@biz.bitpusher.com
11821              Date: Wed, 11 Jul 2001 23:25:47 -0700
11822              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
11823      Branch: perl
11824            ! lib/Tie/Array.pm t/op/splice.t
11825 ____________________________________________________________________________
11826 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
11827         Log: Subject: [PATCH] More accurate line numbers in messages
11828              From: Paul Johnson <paul@pjcj.net>
11829              Date: Thu, 12 Jul 2001 04:14:11 +0200
11830              Message-ID: <20010712041411.A3467@pjcj.net>
11831              
11832              (With prototyping and multiplicity tweaks.)
11833      Branch: perl
11834            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
11835 ____________________________________________________________________________
11836 [ 11304] By: nick                                  on 2001/07/12  12:53:40
11837         Log: Integrate mainline
11838      Branch: perlio
11839           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
11840           !> regexec.c thread.h
11841 ____________________________________________________________________________
11842 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
11843         Log: Cut-and-pasto in #11298.
11844      Branch: perl
11845            ! ext/ByteLoader/bytecode.h
11846 ____________________________________________________________________________
11847 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
11848         Log: Update the AIX known problems section.
11849      Branch: perl
11850            ! pod/perl572delta.pod
11851 ____________________________________________________________________________
11852 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
11853         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
11854              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11855              Date: Thu, 12 Jul 2001 12:16:16 +0200
11856              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
11857      Branch: perl
11858            ! hints/aix.sh
11859 ____________________________________________________________________________
11860 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
11861         Log: Integrate perlio.
11862      Branch: perl
11863           !> makedef.pl win32/win32.c
11864 ____________________________________________________________________________
11865 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
11866         Log: Subject: [PATCH] fix for PMOP threadness failures
11867              From: Artur Bergman <artur@contiller.se>
11868              Date: Thu, 12 Jul 2001 09:48:06 +0200
11869              Message-ID: <B77322D6.22DD%artur@contiller.se>
11870      Branch: perl
11871            ! regexec.c
11872 ____________________________________________________________________________
11873 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
11874         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
11875              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
11876              Date: Thu, 12 Jul 2001 09:09:48 +0200
11877              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
11878              
11879              More parentheses to keep bcc happy.
11880      Branch: perl
11881            ! ext/ByteLoader/bytecode.h
11882 ____________________________________________________________________________
11883 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
11884         Log: Subject: Re: [patch] pthread_atfork bandaid
11885              From: Doug MacEachern <dougm@covalent.net>
11886              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
11887              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
11888      Branch: perl
11889            ! thread.h
11890 ____________________________________________________________________________
11891 [ 11296] By: nick                                  on 2001/07/12  11:55:48
11892         Log: Exclude reentrant_buffer from .def file
11893      Branch: perlio
11894            ! makedef.pl
11895 ____________________________________________________________________________
11896 [ 11295] By: nick                                  on 2001/07/12  11:11:44
11897         Log: Honour void-ness of my_exit()
11898      Branch: perlio
11899            ! win32/win32.c
11900 ____________________________________________________________________________
11901 [ 11294] By: nick                                  on 2001/07/12  07:51:04
11902         Log: Integrate mainline
11903      Branch: perlio
11904           +> uts/sprintf_wrap.c
11905           !> (integrate 35 files)
11906 ____________________________________________________________________________
11907 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
11908         Log: Retract #11289.
11909      Branch: perl
11910            ! embed.h embed.pl perl.c proto.h thread.h
11911 ____________________________________________________________________________
11912 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
11913         Log: Now the :locale pseudolayer *almost* works...
11914      Branch: perl
11915            ! lib/open.pm
11916 ____________________________________________________________________________
11917 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
11918         Log: Locale encoding tweaks.
11919      Branch: perl
11920            ! lib/open.pm
11921 ____________________________________________________________________________
11922 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
11923         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
11924              From: Mark-Jason Dominus <mjd@plover.com>
11925              Date: Thu, 12 Jul 2001 00:59:31 -0400
11926              Message-ID: <20010712045931.8543.qmail@plover.com>
11927              
11928              Remove the chmod/umask leading zero warning.
11929      Branch: perl
11930            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
11931            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
11932 ____________________________________________________________________________
11933 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
11934         Log: (Retracted by #11289.)
11935      Branch: perl
11936            ! embed.h embed.pl perl.c proto.h thread.h
11937 ____________________________________________________________________________
11938 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
11939         Log: Needed by #11283.
11940      Branch: perl
11941            ! intrpvar.h
11942 ____________________________________________________________________________
11943 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
11944         Log: Metaconfig unit change for #11286.
11945      Branch: metaconfig/U/perl
11946            ! patchlevel.U
11947 ____________________________________________________________________________
11948 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
11949         Log: Subject: Re: [PATCH Configure] perl -V broken
11950              From: Andy Dougherty <doughera@lafayette.edu>
11951              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
11952              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
11953      Branch: perl
11954            ! Configure myconfig.SH
11955 ____________________________________________________________________________
11956 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
11957         Log: Retract #11166 (and #11237).
11958      Branch: perl
11959            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
11960            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
11961            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
11962 ____________________________________________________________________________
11963 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
11964         Log: UTS tweaks for Hal Morris.
11965      Branch: perl
11966            + uts/sprintf_wrap.c
11967            ! MANIFEST hints/uts.sh perl.h
11968 ____________________________________________________________________________
11969 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
11970         Log: Subject: [PATCH] Use reentrant API glibc
11971              From: Artur Bergman <artur@contiller.se>
11972              Date: Thu, 12 Jul 2001 00:58:21 +0200
11973              Message-ID: <B772A6AD.2288%artur@contiller.se>
11974      Branch: perl
11975            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
11976            ! sv.c
11977 ____________________________________________________________________________
11978 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
11979         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
11980              From: barries <barries@slaysys.com>
11981              Date: Wed, 11 Jul 2001 15:11:46 -0400
11982              Message-ID: <20010711151146.G24560@jester.slaysys.com>
11983      Branch: perl
11984            ! pp_sys.c t/lib/warnings/doio win32/win32.c
11985 ____________________________________________________________________________
11986 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
11987         Log: Subject: [patch] pthread_atfork bandaid
11988              From: Doug MacEachern <dougm@covalent.net>
11989              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
11990              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
11991      Branch: perl
11992            ! miniperlmain.c perl.c
11993 ____________________________________________________________________________
11994 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
11995         Log: Subject: [patch] perl_clone leaks
11996              From: Doug MacEachern <dougm@covalent.net>
11997              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
11998              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
11999      Branch: perl
12000            ! sv.c
12001 ____________________________________________________________________________
12002 [ 11279] By: nick                                  on 2001/07/11  15:49:38
12003         Log: Integrate mainline
12004      Branch: perlio
12005           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
12006           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
12007           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
12008           +> lib/Term/ANSIColor/README
12009           !> (integrate 54 files)
12010 ____________________________________________________________________________
12011 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
12012         Log: Update Changes.
12013      Branch: perl
12014            ! Changes patchlevel.h
12015 ____________________________________________________________________________
12016 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
12017         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
12018              From: Peter Prymmer <pvhp@forte.com>
12019              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
12020              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
12021              
12022              Backport of embed.pl to 5.003.
12023      Branch: perl
12024            ! embed.pl
12025 ____________________________________________________________________________
12026 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
12027         Log: Subject: Re: POSIX test #14 on UTS 
12028              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12029              Date: Wed, 11 Jul 2001 03:02:14 +0100
12030              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
12031      Branch: perl
12032            ! ext/POSIX/POSIX.t
12033 ____________________________________________________________________________
12034 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
12035         Log: Make the I32 an IV to preserve structure alignment and size.
12036      Branch: perl
12037            ! op.h
12038 ____________________________________________________________________________
12039 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
12040         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
12041              From: "Artur Bergman" <artur@contiller.se>
12042              Date: Wed, 11 Jul 2001 14:23:37 +0200
12043              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
12044              
12045              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
12046      Branch: perl
12047            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
12048            ! pod/perlapi.pod sv.c
12049 ____________________________________________________________________________
12050 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
12051         Log: Tweak until Pod::Parser gets updated.
12052      Branch: perl
12053            ! t/pod/special_seqs.xr
12054 ____________________________________________________________________________
12055 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
12056         Log: File::Spec usage tweak.
12057      Branch: perl
12058            ! lib/ExtUtils.t
12059 ____________________________________________________________________________
12060 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
12061         Log: Integrate #11263 from macperl; macos and macosx updates.
12062      Branch: perl
12063           !> pod/perlport.pod
12064 ____________________________________________________________________________
12065 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
12066         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
12067              From: Peter Prymmer <pvhp@forte.com>
12068              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
12069              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
12070      Branch: perl
12071            + ext/Time/HiRes/hints/dynixptx.pl
12072            ! MANIFEST hints/dynixptx.sh
12073 ____________________________________________________________________________
12074 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
12075         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
12076              From: Nicholas Clark <nick@ccl4.org>
12077              Date: Tue, 10 Jul 2001 23:17:43 +0100
12078              Message-ID: <20010710231742.B59620@plum.flirble.org>
12079      Branch: perl
12080            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
12081 ____________________________________________________________________________
12082 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
12083         Log: Subject: [DOC PATCH] Pluggable runops
12084              From: Paul Johnson <paul@pjcj.net>
12085              Date: Tue, 10 Jul 2001 21:53:28 +0200
12086              Message-ID: <20010710215328.B26577@pjcj.net>
12087      Branch: perl
12088            ! pod/perlguts.pod
12089 ____________________________________________________________________________
12090 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
12091         Log: Subject: [PATCH] Authors
12092              From: Artur Bergman <artur@contiller.se>
12093              Date: Tue, 10 Jul 2001 20:39:12 +0200
12094              Message-ID: <B771186F.21CD%artur@contiller.se>
12095      Branch: perl
12096            ! AUTHORS
12097 ____________________________________________________________________________
12098 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
12099         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
12100              From: Doug MacEachern <dougm@covalent.net>
12101              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
12102              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
12103      Branch: perl
12104            ! pp_ctl.c
12105 ____________________________________________________________________________
12106 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
12107         Log: Subject: doc patch; times() in scalar context
12108              From: mjd@plover.com
12109              Date: 10 Jul 2001 18:01:17 -0000
12110              Message-ID: <20010710180117.12477.qmail@plover.com>
12111      Branch: perl
12112            ! pod/perlfunc.pod
12113 ____________________________________________________________________________
12114 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
12115         Log: Subject: [PATCH] Small fix to pp_gmtime
12116              From: Artur Bergman <artur@contiller.se>
12117              Date: Tue, 10 Jul 2001 19:54:52 +0200
12118              Message-ID: <B7710E0B.21C5%artur@contiller.se>
12119      Branch: perl
12120            ! pp_sys.c
12121 ____________________________________________________________________________
12122 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
12123         Log: Integrate changes from mainline perl, add notes about
12124              Mac OS X and Mac OS.
12125      Branch: maint-5.6/macperl
12126            ! pod/perlport.pod
12127 ____________________________________________________________________________
12128 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
12129         Log: A proof of the dangers of package; ?
12130      Branch: perl
12131            ! t/lib/warnings/op
12132 ____________________________________________________________________________
12133 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
12134         Log: Regen toc and modlib.
12135      Branch: perl
12136            ! pod/perlmodlib.pod pod/perltoc.pod
12137 ____________________________________________________________________________
12138 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
12139         Log: Add compexcl(), casefold(), and casespec() interfaces;
12140              and make all interfaces to return hash references instead
12141              of hashes. 
12142      Branch: perl
12143            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
12144 ____________________________________________________________________________
12145 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
12146         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
12147              From: "Philip Newton" <Philip.Newton@gmx.net>
12148              Date: Tue, 10 Jul 2001 09:55:59 +0200
12149              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
12150              
12151              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
12152              From: "Philip Newton" <Philip.Newton@gmx.net>
12153              Date: Tue, 10 Jul 2001 09:56:37 +0200
12154              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
12155      Branch: perl
12156            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
12157            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
12158 ____________________________________________________________________________
12159 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
12160         Log: Subject: [patch] undef &xsub for 1,2
12161              From: Doug MacEachern <dougm@covalent.net>
12162              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
12163              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
12164              
12165              (This version of the patch with a comment from Gisle.)
12166      Branch: perl
12167            ! op.c
12168 ____________________________________________________________________________
12169 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
12170         Log: Mention package; deprecation and the Win32 problems.
12171      Branch: perl
12172            ! pod/perl572delta.pod
12173 ____________________________________________________________________________
12174 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
12175         Log: Subject: [PATCH] deprecate package with no arguments
12176              From: Robin Houston <robin@kitsite.com>
12177              Date: Tue, 10 Jul 2001 13:33:40 +0100
12178              Message-ID: <20010710133340.A13452@robin.kitsite.com>
12179      Branch: perl
12180            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
12181 ____________________________________________________________________________
12182 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
12183         Log: Upgrade to podlators 1.10.
12184      Branch: perl
12185            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
12186            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
12187            ! pod/pod2man.PL pod/pod2text.PL
12188 ____________________________________________________________________________
12189 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
12190         Log: Upgrade to Term::ANSIColor 1.04.
12191      Branch: perl
12192            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
12193            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
12194 ____________________________________________________________________________
12195 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
12196         Log: Integrate perlio (the right fix for the ":layer(args)")
12197      Branch: perl
12198           !> perlio.c
12199 ____________________________________________________________________________
12200 [ 11252] By: nick                                  on 2001/07/10  06:58:14
12201         Log: Fix open(...,"...:layer(xxx)",...)
12202              - use memEQ not strEQ as there is '(' not '\0'
12203      Branch: perlio
12204            ! perlio.c
12205 ____________________________________________________________________________
12206 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
12207         Log: Telling the number of tests helps.
12208      Branch: perl
12209            ! ext/PerlIO/t/encoding.t
12210 ____________________________________________________________________________
12211 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
12212         Log: Require I18N::Langinfo, not use.
12213      Branch: perl
12214            ! lib/open.pm
12215 ____________________________________________________________________________
12216 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
12217         Log: Add a test for for PerlIO ":encoding(...)" layer.
12218      Branch: perl
12219            + ext/PerlIO/t/encoding.t
12220            ! MANIFEST ext/Encode/Encode.pm
12221 ____________________________________________________________________________
12222 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
12223         Log: PerlIO ":encoding(foobar)" temporary fix.
12224              Not really correct, I think, since the change means
12225              that prefixes match.
12226      Branch: perl
12227            ! perlio.c
12228 ____________________________________________________________________________
12229 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
12230         Log: Update to Math::BigInt 1.36.  The biggest news is
12231              the separation of the backend; now the pure Perl
12232              implementation is in Math::BigInt::Calc, but one
12233              can plugin, say, Math::BigInt::BitVect, and get
12234              considerable speedup.
12235      Branch: perl
12236            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
12237            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
12238            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
12239            ! lib/Math/BigInt/t/mbimbf.t
12240 ____________________________________________________________________________
12241 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
12242         Log: Subject: Re: compatibility question
12243              From: Peter Prymmer <pvhp@forte.com>
12244              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
12245              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
12246      Branch: perl
12247            ! lib/ExtUtils/MM_VMS.pm
12248 ____________________________________________________________________________
12249 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
12250         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
12251              From: Norton Allen <allen@huarp.harvard.edu>
12252              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
12253              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
12254      Branch: perl
12255            ! ext/File/Glob/t/basic.t
12256 ____________________________________________________________________________
12257 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
12258         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
12259              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
12260              Date: Tue, 10 Jul 2001 00:29:55 +0900
12261              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
12262      Branch: perl
12263            + ext/Encode/Encode/HZ.enc
12264            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
12265            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
12266            ! ext/Encode/Encode/iso2022-jp.enc
12267            ! ext/Encode/Encode/iso2022-kr.enc
12268 ____________________________________________________________________________
12269 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
12270         Log: Add in all them there macos/ files.
12271      Branch: maint-5.6/macperl
12272            + (add 577 files)
12273 ____________________________________________________________________________
12274 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
12275         Log: Add the new modules to the list of having those own tests.
12276      Branch: perl
12277            ! t/lib/1_compile.t
12278 ____________________________________________________________________________
12279 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
12280         Log: Add INOUT to control both ways at the same time.
12281      Branch: perl
12282            ! lib/open.pm
12283 ____________________________________________________________________________
12284 [ 11240] By: nick                                  on 2001/07/09  16:33:50
12285         Log: Integrate mainline
12286      Branch: perlio
12287           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
12288           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
12289           !> (integrate 41 files)
12290 ____________________________________________________________________________
12291 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
12292         Log: More encoding mapping magic.
12293      Branch: perl
12294            ! lib/open.pm
12295 ____________________________________________________________________________
12296 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
12297         Log: Update Changes.
12298      Branch: perl
12299            ! Changes patchlevel.h
12300 ____________________________________________________________________________
12301 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
12302         Log: (Retracted by #11285).
12303              
12304              Subject: [PATCH] OPpCONST_OCTAL fixes
12305              From: Abhijit Menon-Sen <ams@wiw.org>
12306              Date: Mon, 9 Jul 2001 07:38:45 +0530
12307              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
12308      Branch: perl
12309            ! op.c
12310 ____________________________________________________________________________
12311 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
12312         Log: Add a pseudolayer ":locale" to the open pragma which
12313              will get the encoding from the locale.  Yet undocumented
12314              because I can't get the PerlIO :encoding(foobar) to work.
12315      Branch: perl
12316            ! ext/Encode/Encode.pm lib/open.pm
12317 ____________________________________________________________________________
12318 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
12319         Log: Add more encoding mappings.
12320      Branch: perl
12321            ! ext/Encode/Encode.pm
12322 ____________________________________________________________________________
12323 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
12324         Log: Document that using :encoding layer requires using Encode.
12325      Branch: perl
12326            ! ext/Encode/Encode.pm lib/PerlIO.pm
12327 ____________________________________________________________________________
12328 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
12329         Log: Netware tweak from Ananth Kesari.
12330      Branch: perl
12331            ! NetWare/netware.h
12332 ____________________________________________________________________________
12333 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
12334         Log: t/harness doesn't know about run/*.t
12335      Branch: perl
12336            ! t/harness
12337 ____________________________________________________________________________
12338 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
12339         Log: run/exit.t busted on windows
12340      Branch: perl
12341            ! t/run/exit.t
12342 ____________________________________________________________________________
12343 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
12344         Log: fix a couple of UCD.t tests that fail due to bad case
12345      Branch: perl
12346            ! lib/Unicode/UCD.t
12347 ____________________________________________________________________________
12348 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
12349         Log: test skip logic was broken
12350      Branch: perl
12351            ! ext/I18N/Langinfo/Langinfo.t
12352 ____________________________________________________________________________
12353 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
12354         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
12355              failure of ExtUtils.t#27 when built in debug mode)
12356      Branch: perl
12357            ! lib/ExtUtils/MM_Win32.pm
12358 ____________________________________________________________________________
12359 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
12360         Log: I18N::Langinfo is not available on windows
12361      Branch: perl
12362            ! win32/FindExt.pm
12363 ____________________________________________________________________________
12364 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
12365         Log: save a dTHX
12366      Branch: perl
12367            ! ext/POSIX/POSIX.xs
12368 ____________________________________________________________________________
12369 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
12370         Log: Update Changes.
12371      Branch: perl
12372            ! Changes patchlevel.h
12373 ____________________________________________________________________________
12374 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
12375         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
12376              as pointed out by Sarathy.
12377      Branch: perl
12378            ! ext/I18N/Langinfo/Langinfo.xs
12379 ____________________________________________________________________________
12380 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
12381         Log: Retract #11212.
12382      Branch: perl
12383            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
12384 ____________________________________________________________________________
12385 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
12386         Log: Bump up the VERSION of Cwd.xs.
12387      Branch: perl
12388            ! ext/Cwd/Makefile.PL
12389 ____________________________________________________________________________
12390 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
12391         Log: Retract #11220, the problem wasn't the missing leading zero.
12392              Here's the problem:
12393              $ ./perl -we 'chmod(oct("755"), ".")'
12394              Non-octal literal mode (493) specified at -e line 1.
12395              (Did you mean 0493 instead?)
12396      Branch: perl
12397            ! lib/ExtUtils/MM_Unix.pm
12398 ____________________________________________________________________________
12399 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
12400         Log: (Retracted by #11221)
12401              Change the PERM_RW and PERM_RWX to 0644 and 0755
12402              (add the leading zero).
12403      Branch: perl
12404            ! lib/ExtUtils/MM_Unix.pm
12405 ____________________________________________________________________________
12406 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
12407         Log: Integrate changes #11193, 11205, 11209 from macperl.
12408              
12409              Fix up AutoLoader to fudge for Mac paths in import().
12410              
12411              Allow symbols in try_symbol() to begin with "_".
12412              
12413              Small portability fix for Mac OS.
12414      Branch: perl
12415           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
12416 ____________________________________________________________________________
12417 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
12418         Log: Metaconfig unit change for #11217.
12419      Branch: metaconfig/U/perl
12420            ! Extensions.U
12421 ____________________________________________________________________________
12422 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
12423         Log: Detypo, problem noticed by Gerrit P. Haase.
12424      Branch: perl
12425            ! Configure config_h.SH
12426 ____________________________________________________________________________
12427 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
12428         Log: Cwd cleanups.
12429      Branch: perl
12430            ! ext/Cwd/Cwd.xs
12431 ____________________________________________________________________________
12432 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
12433         Log: Slight tweaks on #11213.
12434      Branch: perl
12435            ! toke.c
12436 ____________________________________________________________________________
12437 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
12438         Log: A missing dTHX noticed by Gerrit P. Haase.
12439      Branch: perl
12440            ! ext/POSIX/POSIX.xs
12441 ____________________________________________________________________________
12442 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
12443         Log: Subject: [PATCH toke.c] Simplify yytoke()
12444              From: Simon Cozens <simon@netthink.co.uk>
12445              Date: Sun, 8 Jul 2001 13:24:34 +0100
12446              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
12447              
12448              Split out pending_ident().
12449      Branch: perl
12450            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
12451 ____________________________________________________________________________
12452 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
12453         Log: (Retracted by #11223.)
12454              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
12455              Date: Wed, 05 Nov 1997 17:22:34 -0600
12456              From: Graham Barr <gbarr@ti.com>
12457              Message-Id: <3460FFBA.6DA51F46@ti.com>
12458      Branch: perl
12459            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
12460 ____________________________________________________________________________
12461 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
12462         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
12463      Branch: perl
12464            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
12465            ! pod/perllocale.pod
12466 ____________________________________________________________________________
12467 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
12468         Log: Really do the test under the C locale.
12469      Branch: perl
12470            ! ext/I18N/Langinfo/Langinfo.t
12471 ____________________________________________________________________________
12472 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
12473         Log: Small portability fix for Mac OS.
12474      Branch: maint-5.6/macperl
12475            ! lib/Cwd.pm
12476 ____________________________________________________________________________
12477 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
12478         Log: Metaconfig unit change for #11207.
12479      Branch: metaconfig/U/perl
12480            ! Extensions.U
12481 ____________________________________________________________________________
12482 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
12483         Log: Add I18N::Langinfo, which is basically a wrapper around
12484              nl_langinfo(), which is an additional way to query locale
12485              specific information.
12486      Branch: perl
12487            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
12488            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
12489            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
12490 ____________________________________________________________________________
12491 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
12492         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
12493              used in File::Find tests; replace with if.t.
12494      Branch: maint-5.6/macperl
12495            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
12496            ! t/pragma/warn/op
12497 ____________________________________________________________________________
12498 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
12499         Log: Allow symbols in try_symbol() to begin with "_".
12500      Branch: maint-5.6/macperl
12501            ! makedef.pl
12502 ____________________________________________________________________________
12503 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
12504         Log: Sync up the File::Find changes from the rewrite by
12505              Thomas Wegner, et al.
12506      Branch: maint-5.6/macperl
12507            + t/lib/filefind-taint.t
12508            ! lib/File/Find.pm t/lib/filefind.t
12509 ____________________________________________________________________________
12510 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
12511         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
12512              From: Thomas Wegner <wegner_thomas@yahoo.com>
12513              Date: Thu, 5 Jul 2001 20:31:25 +0200
12514              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
12515      Branch: maint-5.6/macperl
12516            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
12517 ____________________________________________________________________________
12518 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
12519         Log: Some more test portability fixes.
12520      Branch: maint-5.6/macperl
12521            ! t/lib/filecopy.t t/pragma/warn/pp_sys
12522 ____________________________________________________________________________
12523 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
12524         Log: The #11200 removed wrong (non-existent) target.  Duh.
12525      Branch: perl
12526            ! Makefile.SH
12527 ____________________________________________________________________________
12528 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
12529         Log: Zap the lib/re.pm before creating it.
12530      Branch: perl
12531            ! Makefile.SH
12532 ____________________________________________________________________________
12533 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
12534         Log: Another test.  Please ignore.
12535      Branch: maint-5.6/macperl
12536            ! README.macos
12537 ____________________________________________________________________________
12538 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
12539         Log: Portability fixes for a lot of tests, especially IO-related
12540              tests, and warnings, and the harness script.
12541      Branch: maint-5.6/macperl
12542            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
12543            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
12544            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
12545            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
12546            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
12547            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
12548            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
12549            ! t/pragma/warnings.t
12550 ____________________________________________________________________________
12551 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
12552         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
12553              From: Nicholas Clark <nick@ccl4.org>
12554              Date: Sat, 7 Jul 2001 21:00:17 +0100
12555              Message-ID: <20010707210017.H59620@plum.flirble.org>
12556      Branch: perl
12557            ! lib/h2xs.t
12558 ____________________________________________________________________________
12559 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
12560         Log: The UNICOS/mk SysV IPC problem has been fixed.
12561      Branch: perl
12562            ! pod/perl572delta.pod
12563 ____________________________________________________________________________
12564 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
12565         Log: Slight update tweaks on perlunicode.pod.
12566      Branch: perl
12567            ! pod/perlunicode.pod
12568 ____________________________________________________________________________
12569 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
12570         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
12571              From: Mark-Jason Dominus <mjd@plover.com>
12572              Date: Sat, 07 Jul 2001 13:04:04 -0400
12573              Message-ID: <20010707170404.32694.qmail@plover.com>
12574      Branch: perl
12575            ! ext/DB_File/DB_File.pm
12576 ____________________________________________________________________________
12577 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
12578         Log: Fix up AutoLoader to fudge for Mac paths in import().
12579      Branch: maint-5.6/macperl
12580            ! lib/AutoLoader.pm
12581 ____________________________________________________________________________
12582 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
12583         Log: Try to force the lib/re.pm to be there before entering
12584              the extensions builds, should help for parallel makes.
12585      Branch: perl
12586            ! Makefile.SH
12587 ____________________________________________________________________________
12588 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
12589         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
12590              From: Norton Allen <allen@huarp.harvard.edu>
12591              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
12592              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
12593      Branch: perl
12594            ! ext/POSIX/POSIX.xs
12595 ____________________________________________________________________________
12596 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
12597         Log: Subject: [PATCH] Re: op/arith.t
12598              From: Nicholas Clark <nick@ccl4.org>
12599              Date: Sat, 7 Jul 2001 13:04:54 +0100
12600              Message-ID: <20010707130454.D59620@plum.flirble.org>
12601      Branch: perl
12602            ! numeric.c toke.c
12603 ____________________________________________________________________________
12604 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
12605         Log: Subject: [PATCH] h2xs
12606              From: Nicholas Clark <nick@ccl4.org>
12607              Date: Fri, 6 Jul 2001 23:25:14 +0100
12608              Message-ID: <20010706232514.X59620@plum.flirble.org>
12609      Branch: perl
12610            ! utils/h2xs.PL
12611 ____________________________________________________________________________
12612 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
12613         Log: Subject: Re: bleedperl perl_alloc..free leakage
12614              From: Radu Greab <radu@netsoft.ro>
12615              Date: Fri, 6 Jul 2001 19:48:54 +0300
12616              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
12617              
12618              Leak-be-gone.
12619      Branch: perl
12620            ! op.c
12621 ____________________________________________________________________________
12622 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
12623         Log: Test again.  Please ignore.
12624      Branch: maint-5.6/macperl
12625            ! README.macos
12626 ____________________________________________________________________________
12627 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
12628         Log: Test.  Please ignore.
12629      Branch: maint-5.6/macperl
12630            ! README.macos
12631 ____________________________________________________________________________
12632 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
12633         Log: Include changes already sent in separately as patches,
12634              before branch was created.
12635      Branch: maint-5.6/macperl
12636            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
12637            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
12638            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
12639            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
12640            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
12641            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
12642            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
12643            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
12644            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
12645            ! t/pragma/strict.t
12646 ____________________________________________________________________________
12647 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
12648         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
12649              From: Norton Allen <allen@huarp.harvard.edu>
12650              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
12651              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
12652      Branch: perl
12653            ! utf8.h
12654 ____________________________________________________________________________
12655 [ 11183] By: nick                                  on 2001/07/06  16:27:40
12656         Log: Integrate mainline
12657      Branch: perlio
12658           +> (branch 42 files)
12659            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
12660            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
12661            - win32/bin/mdelete.bat
12662           !> (integrate 215 files)
12663 ____________________________________________________________________________
12664 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
12665         Log: The #11166 needed also these updated.
12666      Branch: perl
12667            ! lib/warnings.pm warnings.h
12668 ____________________________________________________________________________
12669 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
12670         Log: Update Changes.
12671      Branch: perl
12672            ! Changes patchlevel.h
12673 ____________________________________________________________________________
12674 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
12675         Log: Regen toc.
12676      Branch: perl
12677            ! pod/perltoc.pod
12678 ____________________________________________________________________________
12679 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
12680         Log: Nit from Abhijit.
12681      Branch: perl
12682            ! lib/CPAN.pm
12683 ____________________________________________________________________________
12684 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
12685         Log: Retract #11172.
12686      Branch: perl
12687            ! t/op/method.t
12688 ____________________________________________________________________________
12689 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
12690         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
12691              From: Norton Allen <allen@huarp.harvard.edu>
12692              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
12693              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
12694      Branch: perl
12695            ! lib/Cwd.pm
12696 ____________________________________________________________________________
12697 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
12698         Log: (Accidentally empty check-in.)
12699      Branch: perl
12700            ! utf8.h
12701 ____________________________________________________________________________
12702 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
12703         Log: Retract #11165 since Sarathy pointed out it'll not
12704              work properly under threads, the problem should be
12705              solved using "the savestack, either via SSNEW() or
12706              using a newSVpv()+SAVEFREESV() combo."
12707      Branch: perl
12708            ! ext/POSIX/POSIX.xs
12709 ____________________________________________________________________________
12710 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
12711         Log: Retract #11125 since NI-S pointed out it'll not work in
12712              cases where the extension has their own handcrafted INC
12713              et alia.
12714      Branch: perl
12715            ! lib/ExtUtils/MM_Unix.pm
12716 ____________________________________________________________________________
12717 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
12718         Log: Subject: RE: [PATCH] -I and MakeMaker again
12719              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
12720              Date: Fri, 6 Jul 2001 09:18:29 +0200
12721              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
12722      Branch: perl
12723            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
12724            ! lib/ExtUtils/MM_Win32.pm
12725 ____________________________________________________________________________
12726 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
12727         Log: (Retracted by #11178)
12728              Subject: [PATCH t/op/method.t] SUPER:: strangeness
12729              From: Piers Cawley <pdcawley@iterative-software.com>
12730              Date: 06 Jul 2001 10:49:01 +0100
12731              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
12732      Branch: perl
12733            ! t/op/method.t
12734 ____________________________________________________________________________
12735 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
12736         Log: VOS README update from Paul Green.
12737      Branch: perl
12738            ! README.vos
12739 ____________________________________________________________________________
12740 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
12741         Log: Subject: [PATCH README.qnx hints/qnx.sh]
12742              From: Norton Allen <allen@huarp.harvard.edu>
12743              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
12744              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
12745      Branch: perl
12746            ! README.qnx hints/qnx.sh
12747 ____________________________________________________________________________
12748 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
12749         Log: Subject: [PATCH] Doc patch for Tie::Hash
12750              From: Artur Bergman <artur@contiller.se>
12751              Date: Thu, 05 Jul 2001 22:51:18 +0200
12752              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
12753      Branch: perl
12754            ! lib/Tie/Hash.pm
12755 ____________________________________________________________________________
12756 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
12757         Log: Subject: [PATCH] perlfaq4.pod
12758              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
12759              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
12760              Date: Thu, 5 Jul 2001 18:44:10 +0100 
12761      Branch: perl
12762            ! pod/perlfaq4.pod
12763 ____________________________________________________________________________
12764 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
12765         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
12766              From: Robin Houston <robin@kitsite.com>
12767              Date: Thu, 5 Jul 2001 18:33:21 +0100
12768              Message-ID: <20010705183321.A27345@robin.kitsite.com>
12769      Branch: perl
12770            ! ext/B/B/Deparse.pm
12771 ____________________________________________________________________________
12772 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
12773         Log: (Retracted by #11285.)
12774              
12775              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
12776              From: Abhijit Menon-Sen <ams@wiw.org>
12777              Date: Fri, 6 Jul 2001 01:26:32 +0530
12778              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
12779      Branch: perl
12780            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
12781            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
12782            ! warnings.pl
12783 ____________________________________________________________________________
12784 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
12785         Log: (Retracted by #11175)
12786              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
12787              From: Norton Allen <allen@huarp.harvard.edu>
12788              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
12789              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
12790      Branch: perl
12791            ! ext/POSIX/POSIX.xs
12792 ____________________________________________________________________________
12793 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
12794         Log: Unterminated C< (noticed by Richard Hatch), and few other
12795              small Unicode doc tweaks.
12796      Branch: perl
12797            ! pod/perlretut.pod
12798 ____________________________________________________________________________
12799 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
12800         Log: More flexible argument understanding; add charblocks() and
12801              charscripts(); make charblock() and charscript() two-way;
12802              add charinrange(); separate the $Unicode::UCD::VERSION and
12803              the version of the Unicode by adding UnicodeVersion().
12804      Branch: perl
12805            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
12806 ____________________________________________________________________________
12807 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
12808         Log: Update Unicode::UCD on \p{In...}.
12809      Branch: perl
12810            ! lib/Unicode/UCD.pm
12811 ____________________________________________________________________________
12812 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
12813         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
12814              From: Norton Allen <allen@huarp.harvard.edu>
12815              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
12816              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
12817      Branch: perl
12818            ! lib/ExtUtils/MM_Unix.pm
12819 ____________________________________________________________________________
12820 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
12821         Log: POSIX-BC tweaks from Thomas Dorner.
12822      Branch: perl
12823            ! hints/posix-bc.sh perlio.h
12824 ____________________________________________________________________________
12825 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
12826         Log: Module updates for the delta.
12827      Branch: perl
12828            ! pod/perl572delta.pod
12829 ____________________________________________________________________________
12830 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
12831         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
12832              From: Norton Allen <allen@huarp.harvard.edu>
12833              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
12834              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
12835      Branch: perl
12836            ! ext/IO/lib/IO/t/io_sock.t
12837 ____________________________________________________________________________
12838 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
12839         Log: Subject: [PATCH perldiag.pod] Quick fixes
12840              From: Simon Cozens <simon@netthink.co.uk>
12841              Date: Wed, 4 Jul 2001 20:22:12 +0100
12842              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
12843      Branch: perl
12844            ! pod/perldiag.pod
12845 ____________________________________________________________________________
12846 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
12847         Log: Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
12848              From: Radu Greab <radu@netsoft.ro>
12849              Date: Wed, 4 Jul 2001 22:13:31 +0300
12850              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
12851      Branch: perl
12852            ! op.c sv.c t/op/pos.t
12853 ____________________________________________________________________________
12854 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
12855         Log: Subject: [PATCH] -I and MakeMaker again
12856              From: Michael G Schwern <schwern@pobox.com>
12857              Date: Wed, 4 Jul 2001 15:03:07 -0400
12858              Message-ID: <20010704150307.I20340@blackrider>
12859              
12860              (and retract #11145)
12861      Branch: perl
12862            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
12863            ! lib/ExtUtils/MakeMaker.pm
12864 ____________________________________________________________________________
12865 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
12866         Log: Subject: Re: PERFORCE change 11142 for review
12867              From: "Philip Newton" <Philip.Newton@gmx.net>
12868              Date: Wed, 4 Jul 2001 20:46:26 +0200
12869              Message-Id: <200107041841.VAA25380@taas.iki.fi>
12870      Branch: perl
12871            ! lib/ExtUtils/MakeMaker.pm
12872 ____________________________________________________________________________
12873 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
12874         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
12875              From: Jonathan Stowe <gellyfish@gellyfish.com>
12876              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
12877              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
12878      Branch: perl
12879            ! utils/pl2pm.PL
12880 ____________________________________________________________________________
12881 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
12882         Log: fix the binary compatibility issue when building with/without
12883              usemymalloc by exporting Perl_malloc() et al as simple wrappers
12884              around the system functions (this allows most extensions built
12885              using one mode to coexist with perls built in the other mode)
12886              
12887              XXX the Perl_mfree() wrapper might need to do return(free()) on
12888              platforms where Free_t isn't "void"
12889      Branch: perl
12890            ! embed.h embed.pl makedef.pl proto.h util.c
12891 ____________________________________________________________________________
12892 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
12893         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
12894              since it doesn't ensure threads other than the one calling fork()
12895              aren't holding any locks; the fix is to use pthread_atfork() to
12896              hold global locks
12897              
12898              building perl with -Dusemymalloc exacerbates the problem since
12899              Perl_malloc() holds a mutex, and perl's exec() calls New()
12900              
12901              XXX the code in win32thread.h may be needed on platforms that have
12902              no pthread_atfork()
12903      Branch: perl
12904            ! perl.c thread.h win32/win32thread.h
12905 ____________________________________________________________________________
12906 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
12907         Log: Integrate #11009 from maintperl.
12908      Branch: maint-5.6/macperl
12909           !> lib/ExtUtils/Manifest.pm
12910 ____________________________________________________________________________
12911 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
12912         Log: Flexing my Perforce muscles.
12913      Branch: maint-5.6/macperl
12914            ! README.macos
12915 ____________________________________________________________________________
12916 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
12917         Log: Update Changes.
12918      Branch: perl
12919            ! Changes patchlevel.h
12920 ____________________________________________________________________________
12921 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
12922         Log: Metaconfig unit change for #11146.
12923      Branch: metaconfig/U/perl
12924            ! d_fcntl_can_lock.U
12925 ____________________________________________________________________________
12926 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
12927         Log: Somehow the #ifdefs of the added code (in #11093) made
12928              HP-UX to fail the fcntl locking test, without the ifdefs
12929              the test seems to be working again.  Reason unknown:
12930              HP-UX cc doesn't complain either way.
12931      Branch: perl
12932            ! Configure
12933 ____________________________________________________________________________
12934 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
12935         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
12936      Branch: perl
12937            ! lib/ExtUtils/MM_Unix.pm
12938 ____________________________________________________________________________
12939 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
12940         Log: gcc -Wall nit.
12941      Branch: perl
12942            ! pp_hot.c
12943 ____________________________________________________________________________
12944 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
12945         Log: When removing tests updating the test count is a good idea, too.
12946      Branch: perl
12947            ! lib/Net/t/require.t
12948 ____________________________________________________________________________
12949 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
12950         Log: Document #11134 and add the new symbols to the list of
12951              of MakeMaker known ones.
12952      Branch: perl
12953            ! lib/ExtUtils/MakeMaker.pm
12954 ____________________________________________________________________________
12955 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
12956         Log: Microperl update.
12957      Branch: perl
12958            ! uconfig.h
12959 ____________________________________________________________________________
12960 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
12961         Log: Update the libnet tests as per #11138.
12962      Branch: perl
12963            - lib/Net/t/ph.t
12964            ! MANIFEST lib/Net/t/require.t
12965 ____________________________________________________________________________
12966 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
12967         Log: Regen toc and modlib.
12968      Branch: perl
12969            ! pod/perlmodlib.pod pod/perltoc.pod
12970 ____________________________________________________________________________
12971 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
12972         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
12973              Graham's request.
12974      Branch: perl
12975            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
12976            ! MANIFEST
12977 ____________________________________________________________________________
12978 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
12979         Log: Add the OS/390 harness results to the delta.
12980      Branch: perl
12981            ! pod/perl572delta.pod
12982 ____________________________________________________________________________
12983 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
12984         Log: Avoid the two study tests in OS/390 until the bug has been solved.
12985      Branch: perl
12986            ! t/op/study.t
12987 ____________________________________________________________________________
12988 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
12989         Log: DOS/DJGPP tweaks from Laszlo Molnar.
12990      Branch: perl
12991            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
12992 ____________________________________________________________________________
12993 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
12994         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
12995              From: Michael G Schwern <schwern@pobox.com>
12996              Date: Wed, 4 Jul 2001 00:01:16 -0400
12997              Message-ID: <20010704000116.C591@blackrider>
12998      Branch: perl
12999            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
13000 ____________________________________________________________________________
13001 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
13002         Log: The #11132 missed singleton characters (not part
13003              of a unilo..unihi range) in Unicode scripts.
13004      Branch: perl
13005            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
13006            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
13007            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
13008            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
13009            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
13010            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
13011            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
13012            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
13013            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
13014            ! lib/unicode/mktables.PL t/op/pat.t
13015 ____________________________________________________________________________
13016 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
13017         Log: Support preferentially the Unicode 'scripts' definition
13018              in the \p{In...} notation since according to Unicode the
13019              scripts concept is more natural for matching than using
13020              the somewhat artificial block names.  The block names are
13021              still available, though, and if there's a name conflict,
13022              the scripts one wins and the blocks one has to do with
13023              'Block' appended to its name.  For more information see
13024              
13025              http://www.unicode.org/unicode/reports/tr24/
13026      Branch: perl
13027            + lib/unicode/In/100.pl lib/unicode/In/101.pl
13028            + lib/unicode/In/102.pl lib/unicode/In/103.pl
13029            + lib/unicode/In/104.pl lib/unicode/In/105.pl
13030            + lib/unicode/In/106.pl lib/unicode/In/107.pl
13031            + lib/unicode/In/108.pl lib/unicode/In/109.pl
13032            + lib/unicode/In/110.pl lib/unicode/In/111.pl
13033            + lib/unicode/In/112.pl lib/unicode/In/113.pl
13034            + lib/unicode/In/114.pl lib/unicode/In/115.pl
13035            + lib/unicode/In/116.pl lib/unicode/In/117.pl
13036            + lib/unicode/In/118.pl lib/unicode/In/119.pl
13037            + lib/unicode/In/120.pl lib/unicode/In/121.pl
13038            + lib/unicode/In/122.pl lib/unicode/In/123.pl
13039            + lib/unicode/In/124.pl lib/unicode/In/125.pl
13040            + lib/unicode/In/126.pl lib/unicode/In/127.pl
13041            + lib/unicode/In/128.pl lib/unicode/In/129.pl
13042            + lib/unicode/In/130.pl lib/unicode/In/131.pl
13043            + lib/unicode/In/132.pl lib/unicode/In/133.pl
13044            + lib/unicode/In/134.pl lib/unicode/In/135.pl
13045            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
13046            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
13047            ! (edit 106 files)
13048 ____________________________________________________________________________
13049 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
13050         Log: Better document the difference between a block and a script.
13051      Branch: perl
13052            ! lib/Unicode/UCD.pm
13053 ____________________________________________________________________________
13054 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
13055         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
13056              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
13057              Date: Tue, 3 Jul 2001 15:04:23 -0500
13058              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
13059      Branch: perl
13060            ! lib/CPAN.pm
13061 ____________________________________________________________________________
13062 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
13063         Log: Add tests for charscript().
13064      Branch: perl
13065            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
13066 ____________________________________________________________________________
13067 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
13068         Log: Add charscript() to get the UTR#24 script names of characters.
13069      Branch: perl
13070            ! lib/Unicode/UCD.pm
13071 ____________________________________________________________________________
13072 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
13073         Log: Todo updates.
13074      Branch: perl
13075            ! pod/perltodo.pod
13076 ____________________________________________________________________________
13077 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
13078         Log: Unicode::UCD updates.
13079      Branch: perl
13080            ! lib/Unicode/UCD.pm
13081 ____________________________________________________________________________
13082 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
13083         Log: (Retracted by #11174)
13084              Subject: MakeMaker should pass through DEFINE and INC to subdirs
13085              From: Alan Burlison <Alan.Burlison@sun.com>
13086              Date: Tue, 03 Jul 2001 15:20:13 +0100
13087              Message-ID: <3B41D49D.A923D4F9@sun.com>
13088      Branch: perl
13089            ! lib/ExtUtils/MM_Unix.pm
13090 ____________________________________________________________________________
13091 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
13092         Log: Subject: Patch needed for UTS
13093              From: hom00@utsglobal.com (Hal Morris)
13094              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
13095              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
13096              
13097              Replace #11113 with a better version.
13098      Branch: perl
13099            ! perl.h
13100 ____________________________________________________________________________
13101 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
13102         Log: Subject: Re: POINTERRIGOR
13103              From: Andy Dougherty <doughera@lafayette.edu>
13104              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
13105              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
13106      Branch: perl
13107            ! util.c
13108 ____________________________________________________________________________
13109 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
13110         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
13111              From: "Philip Newton" <pnewton@gmx.de>
13112              Date: Tue, 3 Jul 2001 17:03:34 +0200
13113              Message-ID: <3B41FAE6.29564.660E117@localhost>
13114      Branch: perl
13115            ! pp_hot.c
13116 ____________________________________________________________________________
13117 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
13118         Log: Typos.
13119      Branch: perl
13120            ! INSTALL
13121 ____________________________________________________________________________
13122 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
13123         Log: Subject: [PATCH 5.6.1] debugger fixes
13124              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13125              Date: Tue, 3 Jul 2001 03:38:18 -0400
13126              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
13127              
13128              The $^S is working again.
13129      Branch: perl
13130            ! lib/perl5db.pl
13131 ____________________________________________________________________________
13132 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
13133         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
13134              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13135              Date: Tue, 3 Jul 2001 03:34:06 -0400
13136              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
13137      Branch: perl
13138            ! os2/OS2/Process/Process.pm
13139 ____________________________________________________________________________
13140 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
13141         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
13142              From: "Philip Newton" <Philip.Newton@gmx.net>
13143              Date: Tue, 3 Jul 2001 09:11:27 +0200
13144              Message-Id: <200107030706.KAA04596@taas.iki.fi>
13145      Branch: perl
13146            ! lib/FindBin.pm
13147 ____________________________________________________________________________
13148 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
13149         Log: Delta delta.
13150      Branch: perl
13151            ! pod/perl572delta.pod
13152 ____________________________________________________________________________
13153 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
13154         Log: Metaconfig unit change for 11115.
13155      Branch: metaconfig
13156            ! U/modified/libc.U
13157 ____________________________________________________________________________
13158 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
13159         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
13160              (from Richard Hatch) (this was the cause of pipes() and
13161              times() myeteriously not being found)
13162      Branch: perl
13163            ! Configure
13164 ____________________________________________________________________________
13165 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
13166         Log: Retract #10142, the real culprit found by Richard Hatch,
13167              coming soon to Configure near you.
13168      Branch: perl
13169            ! hints/aix.sh
13170 ____________________________________________________________________________
13171 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
13172         Log: (Replaced by #11124) UTS workaround from Hal Morris.
13173      Branch: perl
13174            ! perl.h
13175 ____________________________________________________________________________
13176 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
13177         Log: Subject: [PATCH] grok not grocking correctly
13178              From: Nicholas Clark <nick@ccl4.org>
13179              Date: Tue, 3 Jul 2001 00:19:08 +0100
13180              Message-ID: <20010703001908.H59620@plum.flirble.org>
13181      Branch: perl
13182            ! numeric.c
13183 ____________________________________________________________________________
13184 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
13185         Log: Subject: [PATCH Deparse.t] test just-posted patches
13186              From: Robin Houston <robin@kitsite.com>
13187              Date: Mon, 2 Jul 2001 23:46:15 +0100
13188              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
13189      Branch: perl
13190            ! ext/B/Deparse.t
13191 ____________________________________________________________________________
13192 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
13193         Log: Subject: [PATCH toke.c] autosplit into @F
13194              From: Robin Houston <robin@kitsite.com>
13195              Date: Mon, 2 Jul 2001 23:18:20 +0100
13196              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
13197      Branch: perl
13198            ! perl.c toke.c
13199 ____________________________________________________________________________
13200 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
13201         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
13202              From: Robin Houston <robin@kitsite.com>
13203              Date: Mon, 2 Jul 2001 23:00:48 +0100
13204              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
13205      Branch: perl
13206            ! ext/B/B/Deparse.pm
13207 ____________________________________________________________________________
13208 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
13209         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
13210              From: "Philip Newton" <Philip.Newton@gmx.net>
13211              Date: Mon, 2 Jul 2001 22:06:22 +0200
13212              (no Message-Id)
13213      Branch: perl
13214            ! ext/NDBM_File/hints/linux.pl
13215 ____________________________________________________________________________
13216 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
13217         Log: Subject: Re: Fixed pack problem - sort of
13218              From: Nicholas Clark <nick@ccl4.org>
13219              Date: Mon, 2 Jul 2001 20:59:20 +0100
13220              Message-ID: <20010702205919.F59620@plum.flirble.org>
13221      Branch: perl
13222            ! pp_pack.c t/op/pack.t
13223 ____________________________________________________________________________
13224 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
13225         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
13226              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13227              Date: Mon, 2 Jul 2001 15:45:41 -0400
13228              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
13229      Branch: perl
13230            ! os2/os2.c
13231 ____________________________________________________________________________
13232 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
13233         Log: (Mistaken retraction)
13234      Branch: perl
13235            ! utils/pl2pm.PL
13236 ____________________________________________________________________________
13237 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
13238         Log: Detypo in #11103.
13239      Branch: perl
13240            ! utils/pl2pm.PL
13241 ____________________________________________________________________________
13242 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
13243         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
13244              From: Jonathan Stowe <gellyfish@gellyfish.com>
13245              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
13246              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
13247      Branch: perl
13248            ! utils/pl2pm.PL
13249 ____________________________________________________________________________
13250 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
13251         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
13252              From: "Craig A. Berry" <craigberry@mac.com>
13253              Date: Mon, 02 Jul 2001 14:11:23 -0500
13254              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
13255      Branch: perl
13256            ! lib/Unicode/UCD.pm
13257 ____________________________________________________________________________
13258 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
13259         Log: Subject: [PATCH] Re: op/numconvert.t failures
13260              From: Nicholas Clark <nick@ccl4.org>
13261              Date: Mon, 2 Jul 2001 20:10:48 +0100
13262              Message-ID: <20010702201048.E59620@plum.flirble.org>
13263      Branch: perl
13264            ! t/op/numconvert.t
13265 ____________________________________________________________________________
13266 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
13267         Log: Update Changes.
13268      Branch: perl
13269            ! Changes patchlevel.h
13270 ____________________________________________________________________________
13271 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
13272         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
13273              The real fix must be more involved.  The line of code all the leaky
13274              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
13275              line of Perl_newPMOP().
13276      Branch: perl
13277            ! op.h
13278 ____________________________________________________________________________
13279 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
13280         Log: Based on
13281              
13282              Subject: Re: sizeof(struct sembuf)
13283              From: Nicholas Clark <nick@ccl4.org>
13284              Date: Sun, 1 Jul 2001 22:26:48 +0100
13285              Message-ID: <20010701222648.W59620@plum.flirble.org>
13286              
13287              but do semop() always the slow way.
13288      Branch: perl
13289            ! doio.c
13290 ____________________________________________________________________________
13291 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
13292         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
13293              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
13294              Date: Tue, 03 Jul 2001 00:56:30 +0900
13295              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
13296      Branch: perl
13297            ! ext/Encode/Encode/Tcl.t
13298 ____________________________________________________________________________
13299 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
13300         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
13301              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
13302              Date: Tue, 03 Jul 2001 00:55:46 +0900
13303              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
13304      Branch: perl
13305            ! ext/Encode/Encode/Tcl.pm
13306 ____________________________________________________________________________
13307 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
13308         Log: Regen api and toc.
13309      Branch: perl
13310            ! pod/perlapi.pod pod/perltoc.pod
13311 ____________________________________________________________________________
13312 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
13313         Log: Metaconfig unit change for #11093.
13314      Branch: metaconfig/U/perl
13315            ! d_fcntl_can_lock.U
13316 ____________________________________________________________________________
13317 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
13318         Log: The fcntl locking test may hang if NFS locking messed up;
13319              break out with alarm(10).
13320      Branch: perl
13321            ! Configure
13322 ____________________________________________________________________________
13323 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
13324         Log: Move the mdelete.bat from win32/bin to win32.
13325      Branch: perl
13326            ! MANIFEST
13327 ____________________________________________________________________________
13328 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
13329         Log: Typo in #11083.
13330      Branch: perl
13331            ! ext/Time/Piece/Piece.t
13332 ____________________________________________________________________________
13333 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
13334         Log: Netware tweaks from Guruprasad.
13335      Branch: perl
13336            - NetWare/perlsdio.h
13337            ! MANIFEST NetWare/Makefile NetWare/interface.c
13338            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
13339            ! perlsdio.h
13340 ____________________________________________________________________________
13341 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
13342         Log: Subject: Re: [PATH] shared -> unique;
13343              From: Abhijit Menon-Sen <ams@wiw.org>
13344              Date: Wed, 27 Jun 2001 03:51:27 +0530
13345              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
13346      Branch: perl
13347            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
13348 ____________________________________________________________________________
13349 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
13350         Log: Subject: Re: AIX / gcc-3.0
13351              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13352              Date: Mon, 02 Jul 2001 15:20:21 +0200
13353              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
13354      Branch: perl
13355            ! hints/aix.sh
13356 ____________________________________________________________________________
13357 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
13358         Log: Subject: Re: Bug report: split splits on wrong pattern
13359              From: Abhijit Menon-Sen <ams@wiw.org>
13360              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
13361              Date: Mon, 2 Jul 2001 16:31:33 +0530
13362      Branch: perl
13363            ! pp_ctl.c
13364 ____________________________________________________________________________
13365 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
13366         Log: Subject: [PATCH 5.6.1] test harness
13367              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13368              Date: Mon, 2 Jul 2001 06:29:21 -0400
13369              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
13370      Branch: perl
13371            ! lib/Test/Harness.pm
13372 ____________________________________________________________________________
13373 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
13374         Log: Subject: [PATCH 5.6.1] debugger goof
13375              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13376              Date: Mon, 2 Jul 2001 06:27:22 -0400
13377              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
13378      Branch: perl
13379            ! lib/perl5db.pl
13380 ____________________________________________________________________________
13381 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
13382         Log: Subject: [PATCH 5.6.1] OS/2 cwd
13383              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13384              Date: Mon, 2 Jul 2001 06:21:17 -0400
13385              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
13386      Branch: perl
13387            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
13388 ____________________________________________________________________________
13389 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
13390         Log: Make #11082 more OS/2-specific.
13391      Branch: perl
13392            ! ext/Time/Piece/Piece.t
13393 ____________________________________________________________________________
13394 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
13395         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
13396              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13397              Date: Mon, 2 Jul 2001 06:06:34 -0400
13398              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
13399      Branch: perl
13400            ! ext/Time/Piece/Piece.t
13401 ____________________________________________________________________________
13402 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
13403         Log: Subject: [PATCH B::Deparse] version number & changes
13404              From: Robin Houston <robin@kitsite.com>  
13405              Date: Sun, 1 Jul 2001 17:17:29 +0100
13406              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
13407      Branch: perl
13408            ! ext/B/B/Deparse.pm
13409 ____________________________________________________________________________
13410 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
13411         Log: Subject: a small fix.
13412              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
13413              Date: Mon, 2 Jul 2001 12:17:53 +0200
13414              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
13415      Branch: perl
13416            ! ext/Thread/Thread.xs
13417 ____________________________________________________________________________
13418 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
13419         Log: Subject: RE: perl@10907
13420              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
13421              Date: Mon, 2 Jul 2001 12:06:16 +0200
13422              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
13423              
13424              Borland C vs PerlIO.
13425      Branch: perl
13426            ! win32/config.bc win32/config_H.bc
13427 ____________________________________________________________________________
13428 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
13429         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
13430              From: "H.M. Brand" <merijn@l1.procura.nl>
13431              Date: Mon, 02 Jul 2001 11:18:57 +0200
13432              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
13433      Branch: perl
13434            ! t/op/write.t
13435 ____________________________________________________________________________
13436 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
13437         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
13438              From: Michael G Schwern <schwern@pobox.com>
13439              Date: Mon, 2 Jul 2001 00:26:24 -0400
13440              Message-ID: <20010702002624.A18302@blackrider>
13441      Branch: perl
13442            - ext/util/mkbootstrap
13443 ____________________________________________________________________________
13444 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
13445         Log: Subject: [PATCH op.h] v minor comment tweak
13446              From: Robin Houston <robin@puffinry.freeserve.co.uk>
13447              Date: Mon, 2 Jul 2001 00:42:01 +0100
13448              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
13449      Branch: perl
13450            ! op.h
13451 ____________________________________________________________________________
13452 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
13453         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
13454      Branch: perl
13455            ! pod/perlfunc.pod
13456 ____________________________________________________________________________
13457 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
13458         Log: Subject: Re: sizeof(struct sembuf)
13459              From: Nicholas Clark <nick@ccl4.org>
13460              Date: Sun, 1 Jul 2001 19:23:16 +0100
13461              Message-ID: <20010701192316.V59620@plum.flirble.org>
13462              
13463              s/signaling/signalling/
13464      Branch: perl
13465            ! pod/perlfunc.pod
13466 ____________________________________________________________________________
13467 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
13468         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
13469              From: "Philip Newton" <Philip.Newton@gmx.net>
13470              Date: Sun, 1 Jul 2001 09:37:56 +0200
13471              Message-Id: <200107010733.KAA03920@taas.iki.fi>
13472      Branch: perl
13473            ! pod/perlvar.pod
13474 ____________________________________________________________________________
13475 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
13476         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
13477              From: "Philip Newton" <Philip.Newton@gmx.net>
13478              Date: Sun, 1 Jul 2001 09:37:56 +0200
13479              Message-Id: <200107010733.KAA03925@taas.iki.fi>
13480      Branch: perl
13481            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
13482 ____________________________________________________________________________
13483 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
13484         Log: Metaconfig unit change for #11070.
13485      Branch: metaconfig
13486            ! U/compline/randfunc.U
13487 ____________________________________________________________________________
13488 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
13489         Log: Subject: [PATCH perlsnap] its --> it's --> its
13490              From: "Philip Newton" <Philip.Newton@gmx.net>
13491              Date: Sun, 1 Jul 2001 09:37:56 +0200
13492              Message-Id: <200107010733.KAA03914@taas.iki.fi>
13493      Branch: perl
13494            ! Porting/config_H
13495 ____________________________________________________________________________
13496 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
13497         Log: Sync with Sarathy; integrate with perlio.
13498      Branch: perl
13499           !> gv.c
13500 ____________________________________________________________________________
13501 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
13502         Log: regenerate win32/config_H.?c files
13503      Branch: perl
13504            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13505 ____________________________________________________________________________
13506 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
13507         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
13508              naming discipline
13509              
13510              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
13511              because of this)
13512              
13513              fix a warning about "fd" being used without being set in Cwd.xs
13514      Branch: perl
13515            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
13516            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
13517            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
13518            ! win32/config.vc
13519 ____________________________________________________________________________
13520 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
13521         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
13522              within macro arguments") and warnings ("unary minus applied to
13523              unsigned type", among others)
13524      Branch: perl
13525            ! gv.c hv.c op.c pp.c sv.c toke.c
13526 ____________________________________________________________________________
13527 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
13528         Log: win32 fixes: more spurious CRs
13529      Branch: perl
13530            ! win32/mdelete.bat
13531 ____________________________________________________________________________
13532 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
13533         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
13534              from win32/bin (or it gets deleted by distclean); don't delete
13535              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
13536              NT (should be made Win9x specific, and added to makefile.mk)
13537      Branch: perl
13538           +> win32/mdelete.bat
13539            - win32/bin/mdelete.bat
13540            ! win32/Makefile win32/makefile.mk
13541 ____________________________________________________________________________
13542 [ 11063] By: nick                                  on 2001/07/01  18:54:09
13543         Log: Quick for for #ifdef mess
13544      Branch: perlio
13545            ! gv.c
13546 ____________________________________________________________________________
13547 [ 11062] By: nick                                  on 2001/07/01  18:47:42
13548         Log: Raw integrate - does not build #if mess in gv.c
13549      Branch: perlio
13550           !> (integrate 29 files)
13551 ____________________________________________________________________________
13552 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
13553         Log: Make 'compile' target a little less broken.
13554              Still very broken, though: -Wall warnings from
13555              the generated code, boot_Foo prototypes missing,
13556              can't autoload Fcntl::SEEK_CUR et alia, ...
13557      Branch: perl
13558            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
13559            ! utils/perlcc.PL x2p/Makefile.SH
13560 ____________________________________________________________________________
13561 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
13562         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
13563      Branch: perl
13564            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
13565            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
13566 ____________________________________________________________________________
13567 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
13568         Log: Update Changes.
13569      Branch: perl
13570            ! Changes patchlevel.h
13571 ____________________________________________________________________________
13572 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
13573         Log: Still one typo, regen toc.
13574      Branch: perl
13575            ! lib/Unicode/UCD.pm pod/perltoc.pod
13576 ____________________________________________________________________________
13577 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
13578         Log: Detypos and regen toc.
13579      Branch: perl
13580            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
13581 ____________________________________________________________________________
13582 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
13583         Log: VERSION tweak.
13584      Branch: perl
13585            ! ext/List/Util/lib/List/Util.pm
13586 ____________________________________________________________________________
13587 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
13588         Log: Attempt at plugging the leak under ithreads detected by Doug.
13589      Branch: perl
13590            ! op.h
13591 ____________________________________________________________________________
13592 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
13593         Log: gcc -Wall lint after #11051.
13594      Branch: perl
13595            ! pp_sys.c
13596 ____________________________________________________________________________
13597 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
13598         Log: Integrate perlio.
13599      Branch: perl
13600           !> lib/File/Find/taint.t
13601 ____________________________________________________________________________
13602 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
13603         Log: Don't use the v-strings for module VERSIONs.
13604      Branch: perl
13605            ! lib/Unicode/UCD.pm
13606 ____________________________________________________________________________
13607 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
13608         Log: Code cleanup based on turning off the -woffs in IRIX.
13609              Not all of the gripes cleaned up (hairy code in hv.c and
13610              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
13611              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
13612              to the IRIX hints)
13613      Branch: perl
13614            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
13615            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
13616            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
13617            ! regcomp.c sv.c
13618 ____________________________________________________________________________
13619 [ 11050] By: nick                                  on 2001/06/30  20:46:46
13620         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
13621      Branch: perlio
13622            ! lib/File/Find/taint.t
13623 ____________________________________________________________________________
13624 [ 11049] By: nick                                  on 2001/06/30  18:13:33
13625         Log: Integrate mainline
13626      Branch: perlio
13627           +> NetWare/nwstdio.h NetWare/perlsdio.h
13628           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
13629           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
13630           +> lib/Unicode/UCD.t t/run/exit.t
13631           !> (integrate 60 files)
13632 ____________________________________________________________________________
13633 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
13634         Log: Delta delta.
13635      Branch: perl
13636            ! pod/perl572delta.pod
13637 ____________________________________________________________________________
13638 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
13639         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
13640              by CPAN.pm, use rather _00.
13641      Branch: perl
13642            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
13643            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
13644            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
13645            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
13646            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
13647            ! lib/ExtUtils/Embed.pm lib/Test.pm
13648 ____________________________________________________________________________
13649 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
13650         Log: Add a simple Unicode character database interface, Unicode::UCD.
13651      Branch: perl
13652            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
13653            ! MANIFEST
13654 ____________________________________________________________________________
13655 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
13656         Log: Subject: [PATCH] op/numconver.t
13657              From: Nicholas Clark <nick@ccl4.org>
13658              Date: Sat, 30 Jun 2001 15:40:10 +0100
13659              Message-ID: <20010630154010.I59620@plum.flirble.org>
13660      Branch: perl
13661            ! t/op/numconvert.t
13662 ____________________________________________________________________________
13663 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
13664         Log: The $^N is now taken (by #11038).
13665      Branch: perl
13666            ! t/base/lex.t
13667 ____________________________________________________________________________
13668 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
13669         Log: The #11040 had slipped to a wrong function...
13670      Branch: perl
13671            ! sv.c
13672 ____________________________________________________________________________
13673 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
13674         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
13675              the Configure library symbol probe mysteriously finds all
13676              symbols but those of pipe() and times().
13677      Branch: perl
13678            ! hints/aix.sh
13679 ____________________________________________________________________________
13680 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
13681         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
13682              From: Nicholas Clark <nick@ccl4.org>
13683              Date: Fri, 29 Jun 2001 23:49:07 +0100
13684              Message-ID: <20010629234907.D59620@plum.flirble.org>
13685      Branch: perl
13686            ! lib/ExtUtils.t
13687 ____________________________________________________________________________
13688 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
13689         Log: Subject: [PATCH] weakref fix 2, not yet there
13690              From: Artur Bergman <artur@contiller.se>
13691              Date: Sat, 30 Jun 2001 01:18:16 +0200
13692              Message-ID: <B762D957.1CC9%artur@contiller.se>
13693      Branch: perl
13694            ! sv.c
13695 ____________________________________________________________________________
13696 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
13697         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
13698              From: Michael G Schwern <schwern@pobox.com>
13699              Date: Fri, 29 Jun 2001 19:39:11 -0400
13700              Message-ID: <20010629193910.D25304@blackrider>
13701      Branch: perl
13702            + t/run/exit.t
13703            ! MANIFEST
13704 ____________________________________________________________________________
13705 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
13706         Log: Add support for $^N, the most-recently closed group.
13707      Branch: perl
13708            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
13709            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
13710            ! thrdvar.h
13711 ____________________________________________________________________________
13712 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
13713         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
13714              From: lvirden@cas.org
13715              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
13716              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
13717              
13718              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
13719              From: lvirden@cas.org
13720              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
13721              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
13722      Branch: perl
13723            ! README.solaris
13724 ____________________________________________________________________________
13725 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
13726         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
13727              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
13728              Date: Sat, 30 Jun 2001 07:33:37 +0900
13729              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
13730              
13731              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
13732              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
13733              Date: Sat, 30 Jun 2001 21:38:14 +0900
13734              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
13735      Branch: perl
13736            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
13737            + ext/Encode/Encode/7bit-kr.enc
13738            ! MANIFEST ext/Encode/Encode/Tcl.pm
13739 ____________________________________________________________________________
13740 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
13741         Log: NetWare tweaks from Guruprasad.
13742      Branch: perl
13743            + NetWare/nwstdio.h NetWare/perlsdio.h
13744            ! MANIFEST NetWare/Makefile NetWare/config.wc
13745            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
13746            ! NetWare/t/Readme.txt
13747 ____________________________________________________________________________
13748 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
13749         Log: More module $VERSION bump-ups.
13750      Branch: perl
13751            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
13752            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
13753            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
13754 ____________________________________________________________________________
13755 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
13756         Log: Doc update due to #11032.
13757      Branch: perl
13758            ! pod/perl572delta.pod
13759 ____________________________________________________________________________
13760 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
13761         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
13762              From: Peter Prymmer <pvhp@forte.com>
13763              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
13764              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
13765      Branch: perl
13766            ! ext/Time/HiRes/HiRes.xs
13767 ____________________________________________________________________________
13768 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
13769         Log: -lpthreads missing in AIX.
13770      Branch: perl
13771            ! hints/aix.sh
13772 ____________________________________________________________________________
13773 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
13774         Log: Subject: [PATCH] CLONE && weakrefs
13775              From: Artur Bergman <artur@contiller.se>
13776              Date: Fri, 29 Jun 2001 17:02:00 +0200
13777              Message-ID: <B7626508.1CA0%artur@contiller.se>
13778      Branch: perl
13779            ! sv.c
13780 ____________________________________________________________________________
13781 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
13782         Log: Subject: Re: Bug report: split splits on wrong pattern
13783              From: Radu Greab <radu@netsoft.ro>
13784              Date: Wed, 27 Jun 2001 21:50:52 +0300
13785              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
13786      Branch: perl
13787            ! pp_ctl.c t/op/split.t
13788 ____________________________________________________________________________
13789 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
13790         Log: Metaconfig unit change for #11027.
13791      Branch: metaconfig/U/perl
13792            ! d_modfl.U
13793 ____________________________________________________________________________
13794 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
13795         Log: I thought this Configure glitch for AIX was just recently fixed?
13796      Branch: perl
13797            ! Configure
13798 ____________________________________________________________________________
13799 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
13800         Log: Update Changes.
13801      Branch: perl
13802            ! Changes patchlevel.h
13803 ____________________________________________________________________________
13804 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
13805         Log: Subject: Re: perl@10967, File::Find, and Cwd
13806              From: Mike Guy <mjtg@cam.ac.uk>
13807              Date: Fri, 29 Jun 2001 14:56:49 +0100
13808              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
13809      Branch: perl
13810            ! lib/File/Find/taint.t
13811 ____________________________________________________________________________
13812 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
13813         Log: Update the sv_pvprintify() spec.
13814      Branch: perl
13815            ! pod/perltodo.pod
13816 ____________________________________________________________________________
13817 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
13818         Log: Known test failures update.
13819      Branch: perl
13820            ! pod/perl572delta.pod
13821 ____________________________________________________________________________
13822 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
13823         Log: Based on
13824              
13825              Subject: [PATCH @11016] More );) fixes
13826              From: Richard Soderberg <rs@crystalflame.net>
13827              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
13828              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
13829      Branch: perl
13830            ! ext/Thread/Thread.xs ext/Thread/typemap
13831 ____________________________________________________________________________
13832 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
13833         Log: Subject: [PATCH @11016] Fixes compile errors in four files
13834              From: Richard Soderberg <rs@crystalflame.net>
13835              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
13836              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
13837      Branch: perl
13838            ! mg.c pp.c pp_hot.c util.c
13839 ____________________________________________________________________________
13840 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
13841         Log: AIX hints tweaking continues, from Merijn Brand.
13842      Branch: perl
13843            ! hints/aix.sh
13844 ____________________________________________________________________________
13845 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
13846         Log: HP-UX needs gccversion sooner, from Merijn Brand.
13847      Branch: perl
13848            ! hints/hpux.sh
13849 ____________________________________________________________________________
13850 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
13851         Log: Subject: [PATCH 5.6.1] OS/2 docs
13852              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13853              Date: Fri, 29 Jun 2001 02:34:12 -0400
13854              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
13855      Branch: perl
13856            ! README.os2 os2/Changes
13857 ____________________________________________________________________________
13858 [ 11017] By: nick                                  on 2001/06/29  10:20:30
13859         Log: Integrate mainline
13860      Branch: perlio
13861           +> (branch 37 files)
13862            - ext/ODBM_File/sdbm.t
13863           !> (integrate 211 files)
13864 ____________________________________________________________________________
13865 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
13866         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
13867              the modules found using a script written by Larry Schatzer Jr.
13868      Branch: perl
13869            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
13870            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
13871            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
13872            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
13873            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
13874            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
13875            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
13876            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
13877            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
13878            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
13879            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
13880            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
13881            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
13882            ! lib/constant.pm lib/fields.pm lib/strict.pm
13883 ____________________________________________________________________________
13884 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
13885         Log: The latest JPL from the anoncvs.
13886      Branch: perl
13887            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
13888 ____________________________________________________________________________
13889 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
13890         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
13891      Branch: perl
13892            ! t/op/pat.t
13893 ____________________________________________________________________________
13894 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
13895         Log: Worrying about insecure directories now is a bit too late.
13896      Branch: perl
13897            ! lib/File/Find/taint.t
13898 ____________________________________________________________________________
13899 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
13900         Log: Cannot DIE() in a void function,
13901              from Richard Hatch <rhatch@austin.ibm.com>.
13902      Branch: perl
13903            ! ext/IPC/SysV/SysV.xs
13904 ____________________________________________________________________________
13905 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
13906         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
13907              From: Peter Prymmer <pvhp@forte.com>
13908              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
13909              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
13910              
13911              (unfinished: time/hires tests 3, 5, 14 failing, but better
13912              than wholesale failure)
13913      Branch: perl
13914            ! ext/Time/HiRes/HiRes.xs
13915 ____________________________________________________________________________
13916 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
13917         Log: Subject: [PATCH 5.6.1] OS/2 improvements
13918              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13919              Date: Thu, 28 Jun 2001 16:03:14 -0400
13920              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
13921      Branch: perl
13922            + os2/os2_base.t
13923            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
13924            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
13925            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
13926            ! os2/os2ish.h
13927 ____________________________________________________________________________
13928 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
13929         Log: Subject: Incrementing Extutils::Manifest's $VERSION
13930              From: Michael G Schwern <schwern@pobox.com>
13931              Date: Thu, 28 Jun 2001 13:13:49 -0400
13932              Message-ID: <20010628131349.A14738@blackrider>
13933      Branch: maint-5.6/perl
13934            ! lib/ExtUtils/Manifest.pm
13935 ____________________________________________________________________________
13936 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
13937         Log: AIX tweak from Merijn Brand.
13938      Branch: perl
13939            ! hints/aix.sh
13940 ____________________________________________________________________________
13941 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
13942         Log: Create the macperl branch.
13943      Branch: maint-5.6/macperl
13944           +> (branch 1728 files)
13945 ____________________________________________________________________________
13946 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
13947         Log: Update Changes.
13948      Branch: perl
13949            ! Changes patchlevel.h
13950 ____________________________________________________________________________
13951 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
13952         Log: More Perforce lore.
13953      Branch: perl
13954            ! Porting/repository.pod
13955 ____________________________________________________________________________
13956 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
13957         Log: Metaconfig unit changes for #11003.
13958      Branch: metaconfig/U/perl
13959            + d_nl_langinfo.U i_langinfo.U
13960 ____________________________________________________________________________
13961 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
13962         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
13963              Expected not to exist in non-UNIX excepting in VMS, where
13964              according to a quick web survey they just might.
13965      Branch: perl
13966            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
13967            ! Porting/config_H config_h.SH configure.com epoc/config.sh
13968            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
13969            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
13970            ! win32/config.bc win32/config.gc win32/config.vc
13971 ____________________________________________________________________________
13972 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
13973         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
13974              in AIX is one is doing a 64-bit build.
13975      Branch: perl
13976            ! hints/aix.sh
13977 ____________________________________________________________________________
13978 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
13979         Log: Metaconfig unit changes for #11000.
13980      Branch: metaconfig/U/perl
13981            ! use64bits.U uselfs.U
13982 ____________________________________________________________________________
13983 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
13984         Log: Move use64bitint and use64bitall before uselargefiles.
13985      Branch: perl
13986            ! Configure
13987 ____________________________________________________________________________
13988 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
13989         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
13990              From: Robert Spier <rspier@pobox.com>
13991              Message-ID: <15162.41164.618712.841415@rls.cx>
13992              Date: Wed, 27 Jun 2001 23:13:16 -0400
13993      Branch: perl
13994            ! doio.c
13995 ____________________________________________________________________________
13996 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
13997         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
13998              From: Peter Prymmer <pvhp@forte.com>
13999              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
14000              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
14001      Branch: perl
14002            ! numeric.c
14003 ____________________________________________________________________________
14004 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
14005         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
14006              From: Peter Prymmer <pvhp@forte.com>
14007              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
14008              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
14009      Branch: perl
14010            ! configure.com ext/Digest/MD5/Makefile.PL
14011 ____________________________________________________________________________
14012 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
14013         Log: Update Changes.
14014      Branch: perl
14015            ! Changes patchlevel.h
14016 ____________________________________________________________________________
14017 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
14018         Log: Tiny EPOC updates.
14019      Branch: perl
14020            ! epoc/config.sh
14021 ____________________________________________________________________________
14022 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
14023         Log: The Test::More and Test::Simple tests required help
14024              thanks to our schizophrenic test scheme.
14025      Branch: perl
14026            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
14027            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
14028            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
14029            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
14030            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
14031 ____________________________________________________________________________
14032 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
14033         Log: Upgrade to Test::Simple 0.09.
14034      Branch: perl
14035            + lib/Test/Simple/Changes
14036            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
14037            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
14038            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
14039            ! lib/Test/Simple/t/plan_is_noplan.t
14040 ____________________________________________________________________________
14041 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
14042         Log: Upgrade to Test::More 0.07.
14043      Branch: perl
14044            + lib/Test/More/Changes
14045            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
14046            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
14047            ! lib/Test/More/t/skipall.t
14048 ____________________________________________________________________________
14049 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
14050         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
14051              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14052              Date: Wed, 27 Jun 2001 18:40:04 +0200
14053              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
14054      Branch: perl
14055            ! hints/hpux.sh
14056 ____________________________________________________________________________
14057 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
14058         Log: Subject: [PATCH README.qnx hints/qnx.sh]
14059              From: Norton Allen <allen@huarp.harvard.edu>
14060              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
14061              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
14062      Branch: perl
14063            ! README.qnx hints/qnx.sh
14064 ____________________________________________________________________________
14065 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
14066         Log: Subject: [PATCH] two little documentation nits
14067              From: Abhijit Menon-Sen <ams@wiw.org>
14068              Date: Wed, 27 Jun 2001 20:07:50 +0530
14069              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
14070      Branch: perl
14071            ! sv.c sv.h
14072 ____________________________________________________________________________
14073 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
14074         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
14075              From: Norton Allen <allen@huarp.harvard.edu>
14076              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
14077              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
14078      Branch: perl
14079            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
14080 ____________________________________________________________________________
14081 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
14082         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
14083              From: Michael G Schwern <schwern@pobox.com>
14084              Date: Wed, 27 Jun 2001 02:34:58 -0400
14085              Message-ID: <20010627023458.K23874@blackrider>
14086      Branch: perl
14087            ! vms/test.com
14088 ____________________________________________________________________________
14089 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
14090         Log: Add perl_clone_host() for Netware.
14091      Branch: perl
14092            ! NetWare/nw5.c
14093 ____________________________________________________________________________
14094 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
14095         Log: GCC 3.0 hints for HP-UX.
14096      Branch: perl
14097            ! hints/hpux.sh
14098 ____________________________________________________________________________
14099 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
14100         Log: In some Linux distributions the libndbm is broken
14101              (no null key support), therefore link with libgdbm
14102              (if available), since it has a working ndbm emulation,
14103              from Jonathan Stowe.
14104      Branch: perl
14105            + ext/NDBM_File/hints/linux.pl
14106            ! MANIFEST
14107 ____________________________________________________________________________
14108 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
14109         Log: Subject: [PATCH perl@10930] find.t hack for VMS
14110              From: "Craig A. Berry" <craigberry@mac.com>
14111              Date: Tue, 26 Jun 2001 23:40:25 -0500
14112              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
14113      Branch: perl
14114            ! lib/File/Find/find.t
14115 ____________________________________________________________________________
14116 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
14117         Log: AUTHORS updates.
14118      Branch: perl
14119            ! AUTHORS
14120 ____________________________________________________________________________
14121 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
14122         Log: Metaconfig unit change like #10980.
14123      Branch: metaconfig
14124            ! U/compline/d_stdstdio.U
14125 ____________________________________________________________________________
14126 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
14127         Log: "lose the it's", from Abhijit Menon-Sen.
14128              ("It's" not searched, pods not searched.)
14129      Branch: perl
14130            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
14131            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
14132            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
14133            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
14134            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
14135            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
14136 ____________________________________________________________________________
14137 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
14138         Log: "lose the looses", from Abhijit Menon-Sen.
14139      Branch: perl
14140            ! ext/B/B/Assembler.pm gv.c
14141 ____________________________________________________________________________
14142 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
14143         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
14144      Branch: perl
14145            ! hints/os390.sh
14146 ____________________________________________________________________________
14147 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
14148         Log: DEC C 5.3 on the VAX simply doesn't seem to like
14149              compiling the MD5 extension, disable it there for now,
14150              from Peter Prymmer.
14151      Branch: perl
14152            ! configure.com
14153 ____________________________________________________________________________
14154 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
14155         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
14156              From: Jonathan Stowe <gellyfish@gellyfish.com>
14157              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
14158              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
14159      Branch: perl
14160            ! pod/perlfaq3.pod
14161 ____________________________________________________________________________
14162 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
14163         Log: Subject: [PATCH 5.6.1] perlxs misprints
14164              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14165              Date: Tue, 26 Jun 2001 17:20:00 -0400
14166              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
14167      Branch: perl
14168            ! pod/perlxs.pod
14169 ____________________________________________________________________________
14170 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
14171         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
14172              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14173              Date: Tue, 26 Jun 2001 17:27:07 -0400
14174              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
14175      Branch: perl
14176            ! lib/ExtUtils/MM_Unix.pm
14177 ____________________________________________________________________________
14178 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
14179         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
14180              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14181              Date: Tue, 26 Jun 2001 17:23:24 -0400
14182              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
14183      Branch: perl
14184            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
14185 ____________________________________________________________________________
14186 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
14187         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
14188              by Olaf Flebbe.
14189      Branch: perl
14190            ! perl.h
14191 ____________________________________________________________________________
14192 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
14193         Log: Detypo.
14194      Branch: perl
14195            ! lib/Memoize/t/tie_sdbm.t
14196 ____________________________________________________________________________
14197 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
14198         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
14199      Branch: perl
14200            ! win32/perllib.c
14201 ____________________________________________________________________________
14202 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
14203         Log: Subject: [patch] perl_clone+CvFILE
14204              From: Doug MacEachern <dougm@covalent.net>
14205              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
14206              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
14207      Branch: perl
14208            ! sv.c
14209 ____________________________________________________________________________
14210 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
14211         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
14212              From: Mark-Jason Dominus <mjd@plover.com>
14213              Date: Tue, 26 Jun 2001 12:33:01 -0400
14214              Message-ID: <20010626163301.31298.qmail@plover.com>
14215      Branch: perl
14216            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
14217 ____________________________________________________________________________
14218 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
14219         Log: Update Changes.
14220      Branch: perl
14221            ! Changes patchlevel.h
14222 ____________________________________________________________________________
14223 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
14224         Log: Also catfile() needs now to explicitly exported.
14225      Branch: perl
14226            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
14227 ____________________________________________________________________________
14228 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
14229         Log: Regen toc.
14230      Branch: perl
14231            ! pod/perltoc.pod
14232 ____________________________________________________________________________
14233 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
14234         Log: Nonexistent pod command.
14235      Branch: perl
14236            ! pod/perl572delta.pod
14237 ____________________________________________________________________________
14238 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
14239         Log: Be more portable in the quest for tmpdir.
14240      Branch: perl
14241            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
14242 ____________________________________________________________________________
14243 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
14244         Log: Be more portable in finding out the home directory,
14245              and use File::Spec to do the concat.
14246              (Come to think of it, couldn't File::Spec provide
14247              for a ->homedir method?)
14248      Branch: perl
14249            ! lib/Net/Config.pm
14250 ____________________________________________________________________________
14251 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
14252         Log: Doc patch for #10959.
14253      Branch: perl
14254            ! pod/perlfunc.pod
14255 ____________________________________________________________________________
14256 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
14257         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
14258              From: "Philip Newton" <pnewton@gmx.de>
14259              Date: Tue, 26 Jun 2001 16:26:47 +0200
14260              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
14261      Branch: perl
14262            ! pod/perldata.pod
14263 ____________________________________________________________________________
14264 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
14265         Log: Subject: [PATH] shared -> unique;
14266              From: "Artur Bergman" <artur@contiller.se>
14267              Date: Tue, 26 Jun 2001 16:18:40 +0200
14268              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
14269              
14270              Because "shared" isn't: it's read-only.
14271      Branch: perl
14272            ! toke.c xsutils.c
14273 ____________________________________________________________________________
14274 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
14275         Log: Escape multiline croak messages.
14276      Branch: perl
14277            ! t/op/ver.t
14278 ____________________________________________________________________________
14279 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
14280         Log: No more pragma/*.t for minitest.
14281      Branch: perl
14282            ! Makefile.SH
14283 ____________________________________________________________________________
14284 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
14285         Log: AUTHORS updates.
14286      Branch: perl
14287            ! AUTHORS
14288 ____________________________________________________________________________
14289 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
14290         Log: delta updates.
14291      Branch: perl
14292            ! pod/perl572delta.pod
14293 ____________________________________________________________________________
14294 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
14295         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
14296              From: Artur Bergman <artur@contiller.se> 
14297              Date: Tue, 26 Jun 2001 15:32:53 +0200
14298              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
14299      Branch: perl
14300            ! makedef.pl sv.c sv.h win32/perllib.c
14301 ____________________________________________________________________________
14302 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
14303         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
14304              From: Jonathan Stowe <gellyfish@gellyfish.com>
14305              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
14306              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
14307              
14308              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
14309      Branch: perl
14310            + ext/Time/HiRes/hints/sco.pl
14311            ! MANIFEST
14312 ____________________________________________________________________________
14313 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
14314         Log: Subject: [PATCH 5.6.1] static build
14315              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14316              Date: Tue, 26 Jun 2001 04:22:25 -0400
14317              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
14318      Branch: perl
14319            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
14320            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
14321 ____________________________________________________________________________
14322 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
14323         Log: DJGPP patches from Laszlo Molnar.
14324      Branch: perl
14325            ! djgpp/djgpp.c perl.c util.c
14326 ____________________________________________________________________________
14327 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
14328         Log: Netware patches from Ananth Kesari.
14329      Branch: perl
14330            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
14331            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
14332            ! NetWare/nwtinfo.h
14333 ____________________________________________________________________________
14334 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
14335         Log: Detypo.
14336      Branch: perl
14337            ! ext/Errno/Errno_pm.PL
14338 ____________________________________________________________________________
14339 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
14340         Log: There seems to be two ways of spelling the $^O in *STEP.
14341      Branch: perl
14342            ! ext/Errno/Errno_pm.PL
14343 ____________________________________________________________________________
14344 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
14345         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
14346              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
14347      Branch: perl
14348            ! ext/Errno/Errno_pm.PL
14349 ____________________________________________________________________________
14350 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
14351         Log: Known bugs update.
14352      Branch: perl
14353            ! pod/perl572delta.pod
14354 ____________________________________________________________________________
14355 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
14356         Log: The default installation of Cygwin has 500 as root's uid.
14357      Branch: perl
14358            ! lib/User/pwent.t
14359 ____________________________________________________________________________
14360 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
14361         Log: Be even more relaxed (re-allow having only one entry).
14362      Branch: perl
14363            ! t/op/grent.t t/op/pwent.t
14364 ____________________________________________________________________________
14365 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
14366         Log: Test failure updates.
14367      Branch: perl
14368            ! pod/perl572delta.pod
14369 ____________________________________________________________________________
14370 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
14371         Log: MPE/iX test tweaks from Mark Bixby.
14372      Branch: perl
14373            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
14374            ! t/io/fs.t t/op/stat.t
14375 ____________________________________________________________________________
14376 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
14377         Log: Microperl findings.
14378      Branch: perl
14379            ! perl.h pp_sys.c
14380 ____________________________________________________________________________
14381 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
14382         Log: Touch uconfig.h.
14383      Branch: perl
14384            ! uconfig.h
14385 ____________________________________________________________________________
14386 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
14387         Log: Subject: [PATCH] Proposed fix for Pod::Man
14388              From: Rob Napier <rnapier@employees.org>
14389              Date: Mon, 25 Jun 2001 15:49:24 -0400
14390              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
14391              
14392              Cater for Solaris nroff brokenness (shortchanges daisywheel
14393              printers, but hey, we also no more support PDPs.)
14394      Branch: perl
14395            ! lib/Pod/Man.pm
14396 ____________________________________________________________________________
14397 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
14398         Log: Typo in #10937.
14399      Branch: perl
14400            ! ext/POSIX/sigaction.t
14401 ____________________________________________________________________________
14402 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
14403         Log: SIGCONT not trappable in VMS.
14404      Branch: perl
14405            ! ext/POSIX/sigaction.t
14406 ____________________________________________________________________________
14407 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
14408         Log: Subject: [DRAFT] Encode-Tcl.t
14409              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
14410              Date: Tue, 26 Jun 2001 03:38:08 +0900
14411              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
14412      Branch: perl
14413            + ext/Encode/Encode/Tcl.t
14414            ! MANIFEST ext/Encode/Encode/Tcl.pm
14415 ____________________________________________________________________________
14416 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
14417         Log: Because of #10932 retract also the perlfunc hunk of #10910.
14418      Branch: perl
14419            ! pod/perlfunc.pod
14420 ____________________________________________________________________________
14421 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
14422         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
14423              by Ilya Zakharevich in
14424              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
14425      Branch: perl
14426            ! XSUB.h
14427 ____________________________________________________________________________
14428 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
14429         Log: Typo in #10889.
14430      Branch: perl
14431            ! hints/uts.sh
14432 ____________________________________________________________________________
14433 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
14434         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
14435              From: Abhijit Menon-Sen <ams@wiw.org>
14436              Date: Mon, 25 Jun 2001 23:45:45 +0530
14437              Message-ID: <20010625234545.A5022@lustre.linux.in>
14438      Branch: perl
14439            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
14440 ____________________________________________________________________________
14441 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
14442         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
14443              From: Michael G Schwern <schwern@pobox.com>
14444              Date: Mon, 25 Jun 2001 14:35:51 -0400
14445              Message-ID: <20010625143551.H13819@blackrider>
14446      Branch: perl
14447            ! lib/Test.pm
14448 ____________________________________________________________________________
14449 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
14450         Log: Update Changes.
14451      Branch: perl
14452            ! Changes patchlevel.h
14453 ____________________________________________________________________________
14454 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
14455         Log: Regen toc and modlib.
14456      Branch: perl
14457            ! pod/perlmodlib.pod pod/perltoc.pod
14458 ____________________________________________________________________________
14459 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
14460         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
14461              for the benefit of C++ compilers, as suggested by Guruprasad.
14462      Branch: perl
14463            ! embed.pl proto.h
14464 ____________________________________________________________________________
14465 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
14466         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
14467              From: Jonathan Stowe <gellyfish@gellyfish.com>
14468              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
14469              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
14470      Branch: perl
14471            ! pod/perlfaq5.pod
14472 ____________________________________________________________________________
14473 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
14474         Log: Missed from #10925.
14475      Branch: perl
14476            ! gv.c
14477 ____________________________________________________________________________
14478 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
14479         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
14480              From: Robin Houston <robin@kitsite.com>
14481              Date: Sat, 19 May 2001 16:19:34 +0100
14482              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
14483      Branch: perl
14484            ! cv.h gv.h op.c
14485 ____________________________________________________________________________
14486 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
14487         Log: Netware README tweak.
14488      Branch: perl
14489            ! README.netware
14490 ____________________________________________________________________________
14491 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
14492         Log: Subject: [PATCH] Re: overload.t fails
14493              From: Abhijit Menon-Sen <ams@wiw.org>
14494              Date: Mon, 25 Jun 2001 14:52:20 +0530
14495              Message-ID: <20010625145220.A24114@lustre.linux.in>
14496      Branch: perl
14497            ! lib/overload.t
14498 ____________________________________________________________________________
14499 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
14500         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
14501              From: Mike Guy <mjtg@cam.ac.uk>
14502              Date: Mon, 25 Jun 2001 11:43:23 +0100
14503              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
14504      Branch: perl
14505            ! lib/Carp.pm
14506 ____________________________________________________________________________
14507 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
14508         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
14509              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14510              Date: Sun, 24 Jun 2001 05:17:05 -0400
14511              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
14512      Branch: perl
14513            ! os2/os2ish.h
14514 ____________________________________________________________________________
14515 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
14516         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
14517              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14518              Date: Mon, 25 Jun 2001 05:52:27 -0400
14519              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
14520      Branch: perl
14521            ! hints/os2.sh
14522 ____________________________________________________________________________
14523 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
14524         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
14525              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14526              Date: Mon, 25 Jun 2001 05:23:35 -0400
14527              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
14528      Branch: perl
14529            ! os2/os2.c
14530 ____________________________________________________________________________
14531 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
14532         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
14533              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14534              Date: Mon, 25 Jun 2001 05:04:32 -0400
14535              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
14536      Branch: perl
14537            ! os2/OS2/REXX/DLL/DLL.pm
14538 ____________________________________________________________________________
14539 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
14540         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
14541              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14542              Date: Mon, 25 Jun 2001 05:02:36 -0400
14543              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
14544      Branch: perl
14545            ! mg.c os2/dl_os2.c os2/os2.c
14546 ____________________________________________________________________________
14547 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
14548         Log: Subject: Re: [PATCH 5.6.1] misprints
14549              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14550              Date: Mon, 25 Jun 2001 04:50:50 -0400
14551              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
14552      Branch: perl
14553            ! os2/os2.c pp_sys.c
14554 ____________________________________________________________________________
14555 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
14556         Log: Add Test::More and Test::Simple to the delta.
14557      Branch: perl
14558            ! pod/perl572delta.pod
14559 ____________________________________________________________________________
14560 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
14561         Log: Add Test::More, from Michael G Schwern.
14562      Branch: perl
14563            + lib/Test/More.pm lib/Test/More/t/More.t
14564            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
14565            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
14566            + t/lib/Test/More/Catch.pm
14567            ! MANIFEST
14568 ____________________________________________________________________________
14569 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
14570         Log: Add Test::Simple from Michael G Schwern.
14571      Branch: perl
14572            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
14573            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
14574            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
14575            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
14576            + t/lib/Test/Simple/Catch.pm
14577            + t/lib/Test/Simple/sample_tests/death.plx
14578            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
14579            + t/lib/Test/Simple/sample_tests/extras.plx
14580            + t/lib/Test/Simple/sample_tests/five_fail.plx
14581            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
14582            + t/lib/Test/Simple/sample_tests/one_fail.plx
14583            + t/lib/Test/Simple/sample_tests/require.plx
14584            + t/lib/Test/Simple/sample_tests/success.plx
14585            + t/lib/Test/Simple/sample_tests/too_few.plx
14586            + t/lib/Test/Simple/sample_tests/two_fail.plx
14587            ! MANIFEST
14588 ____________________________________________________________________________
14589 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
14590         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
14591              From: "Craig A. Berry" <craigberry@mac.com>
14592              Date: Sun, 24 Jun 2001 23:41:36 -0500
14593              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
14594      Branch: perl
14595            ! pp_sys.c
14596 ____________________________________________________________________________
14597 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
14598         Log: Upgrade to Attribute::Handlers 0.70.
14599      Branch: perl
14600            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
14601            ! MANIFEST lib/Attribute/Handlers.pm
14602 ____________________________________________________________________________
14603 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
14604         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
14605              From: Abhijit Menon-Sen <ams@wiw.org>
14606              Date: Sat, 23 Jun 2001 05:17:44 +0530
14607              Message-ID: <20010623051744.A18583@lustre.linux.in>
14608              
14609              (Can't think of a good place to put tests.)
14610      Branch: perl
14611            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
14612 ____________________________________________________________________________
14613 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
14614         Log: Subject: [PATCH] t/op/pat.t typo fix
14615              From: Richard Soderberg <rs@crystalflame.net>
14616              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
14617              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
14618      Branch: perl
14619            ! t/op/pat.t
14620 ____________________________________________________________________________
14621 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
14622         Log: Move the pack warnings to their own file, as pointed
14623              out by Spider.
14624      Branch: perl
14625            + t/lib/warnings/pp_pack
14626            ! MANIFEST t/lib/warnings/pp
14627 ____________________________________________________________________________
14628 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
14629         Log: Update Changes.
14630      Branch: perl
14631            ! Changes patchlevel.h
14632 ____________________________________________________________________________
14633 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
14634         Log: Partially fix a problem noticed by IRIX compiler:
14635              the initialization of parse_start was bypassed by
14636              several gotos.  Now initialized to zero, which may
14637              not be the best choice.
14638      Branch: perl
14639            ! regcomp.c
14640 ____________________________________________________________________________
14641 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
14642         Log: Relax the group and password tests back to moaning only
14643              if no matches at all are found.  (Even with a small sample
14644              I could find many sites where there are, umm, anomalies in
14645              the said databases.)       
14646      Branch: perl
14647            ! t/op/grent.t t/op/pwent.t
14648 ____________________________________________________________________________
14649 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
14650         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
14651      Branch: perl
14652            ! pp_ctl.c
14653 ____________________________________________________________________________
14654 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
14655         Log: De-cut-and-pasto in #10902.
14656      Branch: perl
14657            ! pp_ctl.c
14658 ____________________________________________________________________________
14659 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
14660         Log: The #10771 didn't take?
14661      Branch: perl
14662            ! pp_ctl.c
14663 ____________________________________________________________________________
14664 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
14665         Log: Undo the filetests part of #10900, under multiplicity
14666              weird errors take place.
14667      Branch: perl
14668            ! pp_sys.c
14669 ____________________________________________________________________________
14670 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
14671         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
14672      Branch: perl
14673            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
14674 ____________________________________________________________________________
14675 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
14676         Log: (Replaced by #10922)
14677              
14678              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
14679              From: Tony Bowden <tony@kasei.com>
14680              Date: Sun, 24 Jun 2001 17:32:40 +0100
14681              Message-ID: <20010624173240.A16293@blackstar.co.uk>
14682              
14683              Document (well, mention) shortmess() and longmess()
14684              to rob people of their fun of reinventing the weel.
14685      Branch: perl
14686            ! lib/Carp.pm
14687 ____________________________________________________________________________
14688 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
14689         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
14690              From: Brian Jepson <bjepson@oreilly.com>
14691              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
14692              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
14693      Branch: perl
14694            ! pp_sys.c
14695 ____________________________________________________________________________
14696 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
14697         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
14698              From: Robin Barker <rmb1@cise.npl.co.uk> 
14699              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
14700              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
14701      Branch: perl
14702            ! lib/CPAN.pm
14703 ____________________________________________________________________________
14704 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
14705         Log: Memoize patch from mjd.
14706      Branch: perl
14707            ! lib/Memoize/t/tie_storable.t
14708 ____________________________________________________________________________
14709 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
14710         Log: Spec the sv_pvprintify() a bit more.
14711      Branch: perl
14712            ! pod/perltodo.pod
14713 ____________________________________________________________________________
14714 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
14715         Log: Upgrade to Memoize 0.65.
14716      Branch: perl
14717            + lib/Memoize/t/array_confusion.t
14718            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
14719            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
14720            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
14721            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
14722            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
14723            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
14724            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
14725            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
14726            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
14727            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
14728            ! lib/Memoize/t/tie_storable.t
14729 ____________________________________________________________________________
14730 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
14731         Log: Metaconfig unit change for #10892.
14732      Branch: metaconfig
14733            ! U/modified/Options.U
14734 ____________________________________________________________________________
14735 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
14736         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
14737              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14738              Date: Sun, 24 Jun 2001 05:24:40 -0400
14739              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
14740      Branch: perl
14741            ! Configure hints/os2.sh
14742 ____________________________________________________________________________
14743 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
14744         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
14745              From: Mike Guy <mjtg@cam.ac.uk>
14746              Date: Sun, 24 Jun 2001 15:28:39 +0100
14747              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
14748              
14749              Fix an ancient (5.002) bug.
14750      Branch: perl
14751            ! lib/Carp/Heavy.pm
14752 ____________________________________________________________________________
14753 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
14754         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
14755              variables.
14756      Branch: perl
14757            ! pp_sys.c
14758 ____________________________________________________________________________
14759 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
14760         Log: Make UTS as per #10888.
14761      Branch: perl
14762            ! hints/uts.sh
14763 ____________________________________________________________________________
14764 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
14765         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
14766      Branch: perl
14767            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
14768            ! mpeix/mpeixish.h perl.h unixish.h
14769 ____________________________________________________________________________
14770 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
14771         Log: AUTHORS update.
14772      Branch: perl
14773            ! AUTHORS
14774 ____________________________________________________________________________
14775 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
14776         Log: Subject: Encode::Tcl for multibyte doesnot work
14777              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
14778              Date: Sun, 24 Jun 2001 22:48:21 +0900
14779              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
14780      Branch: perl
14781            ! ext/Encode/Encode/Tcl.pm
14782 ____________________________________________________________________________
14783 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
14784         Log: Subject: [PATCH] Remove tautology in error messages
14785              From: Mike Guy <mjtg@cam.ac.uk>
14786              Date: Sun, 24 Jun 2001 13:31:00 +0100
14787              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
14788      Branch: perl
14789            ! pp_sys.c
14790 ____________________________________________________________________________
14791 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
14792         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
14793      Branch: perl
14794            ! hints/darwin.sh
14795 ____________________________________________________________________________
14796 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
14797         Log: Subject: Re: [PATCH 5.6.1] test suite
14798              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14799              Date: Sun, 24 Jun 2001 05:47:05 -0400
14800              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
14801              
14802              Test suite fixes.
14803      Branch: perl
14804            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
14805 ____________________________________________________________________________
14806 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
14807         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
14808              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14809              Date: Sun, 24 Jun 2001 05:37:19 -0400
14810              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
14811      Branch: perl
14812            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
14813 ____________________________________________________________________________
14814 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
14815         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
14816              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14817              Date: Sun, 24 Jun 2001 05:34:50 -0400
14818              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
14819              
14820              Pacify compiler warnings.
14821      Branch: perl
14822            ! pp_sys.c
14823 ____________________________________________________________________________
14824 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
14825         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
14826              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14827              Date: Sun, 24 Jun 2001 05:21:18 -0400
14828              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
14829              
14830              Enable compression of executables during link time.
14831      Branch: perl
14832            ! hints/os2.sh
14833 ____________________________________________________________________________
14834 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
14835         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
14836              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14837              Date: Sun, 24 Jun 2001 05:15:11 -0400
14838              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
14839              
14840              Add ordinals to the export list for Perl DLL.
14841              (Breaks intra-version DLL compatibility.)
14842      Branch: perl
14843            ! makedef.pl
14844 ____________________________________________________________________________
14845 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
14846         Log: Allow (displaying and) re-editing the Subject in perlbug.
14847              Also abstract the Subject quality control into a function.
14848      Branch: perl
14849            ! utils/perlbug.PL
14850 ____________________________________________________________________________
14851 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
14852         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
14853      Branch: perl
14854            ! utils/perlbug.PL
14855 ____________________________________________________________________________
14856 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
14857         Log: Regen toc and modlib.
14858      Branch: perl
14859            ! pod/perlmodlib.pod pod/perltoc.pod
14860 ____________________________________________________________________________
14861 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
14862         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
14863              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
14864              attribute semantics as much as possible, or 'ntsec' which uses
14865              native NTFS semantics.)  (See also #10877.)
14866      Branch: perl
14867            ! perl.c
14868 ____________________________________________________________________________
14869 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
14870         Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now.
14871      Branch: perl
14872            ! lib/Test/Harness.pm
14873 ____________________________________________________________________________
14874 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
14875         Log: Just zap the -uPerlio.
14876      Branch: perl
14877            ! ext/B/Stash.t
14878 ____________________________________________________________________________
14879 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
14880         Log: Do not test PerlIO if PerlIO not used.
14881      Branch: perl
14882            ! ext/PerlIO/PerlIO.t
14883 ____________________________________________________________________________
14884 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
14885         Log: Regen perlapi.
14886      Branch: perl
14887            ! pod/perlapi.pod
14888 ____________________________________________________________________________
14889 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
14890         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
14891              From: Nicholas Clark <nick@ccl4.org>
14892              Date: Sat, 23 Jun 2001 22:55:47 +0100
14893              Message-ID: <20010623225547.Z98663@plum.flirble.org>
14894      Branch: perl
14895            ! numeric.c
14896 ____________________________________________________________________________
14897 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
14898         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
14899              From: Prymmer/Kahn <pvhp@best.com>
14900              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
14901              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
14902      Branch: perl
14903            ! lib/h2xs.t
14904 ____________________________________________________________________________
14905 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
14906         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
14907              cygwin does not taint cwd, just like win32.
14908      Branch: perl
14909            ! lib/File/Find/taint.t t/op/taint.t
14910 ____________________________________________________________________________
14911 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
14912         Log: Retract #10865, the patch should be unnecessary.
14913              (But seemingly helpful in Cygwin?  Strange.)
14914      Branch: perl
14915            ! lib/Memoize/t/tie_ndbm.t
14916 ____________________________________________________________________________
14917 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
14918         Log: Misplaced test file; plus Cygwin filesystem semantics.
14919      Branch: perl
14920            + ext/SDBM_File/sdbm.t
14921            - ext/ODBM_File/sdbm.t
14922            ! MANIFEST
14923 ____________________________________________________________________________
14924 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
14925         Log: (Retracted by #10867.)
14926      Branch: perl
14927            ! lib/Memoize/t/tie_ndbm.t
14928 ____________________________________________________________________________
14929 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
14930         Log: Metaconfig unit change for #10863.
14931      Branch: metaconfig/U/perl
14932            ! Extensions.U
14933 ____________________________________________________________________________
14934 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
14935         Log: In Cygwin do not build NDBM_File and ODBM_File unless
14936              -lndbm and -ldbm are available.
14937      Branch: perl
14938            ! Configure config_h.SH
14939 ____________________________________________________________________________
14940 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
14941         Log: More Cygwin filesystem semantics.
14942      Branch: perl
14943            ! t/io/fs.t t/op/stat.t
14944 ____________________________________________________________________________
14945 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
14946         Log: More DOSish permission semantics for Cygwin.
14947      Branch: perl
14948            ! lib/AnyDBM_File.t
14949 ____________________________________________________________________________
14950 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
14951         Log: Cygwin too has different permission semantics.
14952      Branch: perl
14953            ! ext/GDBM_File/gdbm.t
14954 ____________________________________________________________________________
14955 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
14956         Log: The group (and assumedly passwd) databases can have
14957              only one entry (this is the case in cygwin).
14958      Branch: perl
14959            ! t/op/grent.t t/op/pwent.t
14960 ____________________________________________________________________________
14961 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
14962         Log: Also in Cygwin use Socket to figure out domainname
14963              (if any) (avoids trying to call external 'domainname',
14964              which doesn't at the moment exist in Cygwin)
14965      Branch: perl
14966            ! lib/Net/Domain.pm
14967 ____________________________________________________________________________
14968 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
14969         Log: Remove also the lib$Foo.def, not just $Foo.def.
14970      Branch: perl
14971            ! lib/ExtUtils/MM_Unix.pm
14972 ____________________________________________________________________________
14973 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
14974         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
14975      Branch: perl
14976            ! unixish.h
14977 ____________________________________________________________________________
14978 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
14979         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
14980              to match the whole isprint(), only the space character.
14981      Branch: perl
14982            ! handy.h pod/perlre.pod t/op/pat.t
14983 ____________________________________________________________________________
14984 [ 10854] By: nick                                  on 2001/06/23  08:09:33
14985         Log: Integrate mainline
14986      Branch: perlio
14987           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
14988           !> lib/ExtUtils.t lib/File/Find/taint.t
14989           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
14990           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
14991           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
14992 ____________________________________________________________________________
14993 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
14994         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
14995              with its floats    in os390 and s390 (UTS).
14996      Branch: perl
14997            ! lib/Math/BigInt/t/bigintpm.t
14998 ____________________________________________________________________________
14999 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
15000         Log: Add also UTS (s390) to the non-IEEE float platforms.
15001      Branch: perl
15002            ! t/op/sprintf.t
15003 ____________________________________________________________________________
15004 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
15005         Log: Subject: RFC: what are applicable standards for exponent sizes?
15006              From: Peter Prymmer <pvhp@forte.com>
15007              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
15008              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
15009      Branch: perl
15010            ! t/op/sprintf.t
15011 ____________________________________________________________________________
15012 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
15013         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
15014              From: Peter Prymmer <pvhp@forte.com>
15015              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
15016              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
15017      Branch: perl
15018            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
15019 ____________________________________________________________________________
15020 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
15021         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
15022              From: Peter Prymmer <pvhp@forte.com>
15023              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
15024              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
15025      Branch: perl
15026            ! lib/ExtUtils.t
15027 ____________________________________________________________________________
15028 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
15029         Log: Retract #10845.
15030      Branch: perl
15031            ! lib/File/Find/taint.t
15032 ____________________________________________________________________________
15033 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
15034         Log: Yet another error message.
15035      Branch: perl
15036            ! t/op/mkdir.t
15037 ____________________________________________________________________________
15038 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
15039         Log: The croak message for nonexistent socket functions may vary.
15040      Branch: perl
15041            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
15042 ____________________________________________________________________________
15043 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
15044         Log: (Retracted by #10848.)
15045      Branch: perl
15046            ! lib/File/Find/taint.t
15047 ____________________________________________________________________________
15048 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
15049         Log: Integrate perlio.
15050      Branch: perl
15051           !> lib/File/Find/taint.t t/op/write.t
15052 ____________________________________________________________________________
15053 [ 10843] By: nick                                  on 2001/06/22  21:24:51
15054         Log: Back out debug in taint.t
15055      Branch: perlio
15056            ! lib/File/Find/taint.t
15057 ____________________________________________________________________________
15058 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
15059         Log: setitimer() does not exist in Unicos, despite of what
15060              Configure thinks, from Mark P. Lutz.
15061      Branch: perl
15062            ! hints/unicos.sh
15063 ____________________________________________________________________________
15064 [ 10841] By: nick                                  on 2001/06/22  21:19:36
15065         Log: Skip cwd test on Win32 ???
15066      Branch: perlio
15067            ! lib/File/Find/taint.t
15068 ____________________________________________________________________________
15069 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
15070         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
15071              and Tru64 gcc -Wall happy.
15072      Branch: perl
15073            ! mg.c
15074 ____________________________________________________________________________
15075 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
15076         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
15077      Branch: perl
15078            ! ext/IPC/SysV/Semaphore.pm
15079 ____________________________________________________________________________
15080 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
15081         Log: Metaconfig unit change for #10837.
15082      Branch: metaconfig/U/perl
15083            ! Cross.U
15084 ____________________________________________________________________________
15085 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
15086         Log: Cleanup of the cross-compilation unit.
15087      Branch: perl
15088            ! Configure
15089 ____________________________________________________________________________
15090 [ 10836] By: nick                                  on 2001/06/22  20:45:12
15091         Log: Skip |- based op/write.t on Win32 as well as VMS
15092      Branch: perlio
15093            ! t/op/write.t
15094 ____________________________________________________________________________
15095 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
15096         Log: Integrate perlio.
15097      Branch: perl
15098           !> util.c
15099 ____________________________________________________________________________
15100 [ 10834] By: nick                                  on 2001/06/22  20:41:54
15101         Log: Integrate mainline
15102      Branch: perlio
15103           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
15104           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
15105           !> vos/config.ga.h
15106 ____________________________________________________________________________
15107 [ 10833] By: nick                                  on 2001/06/22  20:22:58
15108         Log: Patcho fix.
15109      Branch: perlio
15110            ! util.c
15111 ____________________________________________________________________________
15112 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
15113         Log: Metaconfig unit changes for #10831.
15114      Branch: metaconfig
15115            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
15116 ____________________________________________________________________________
15117 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
15118         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
15119              From: Andy Dougherty <doughera@lafayette.edu>
15120              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
15121              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
15122      Branch: perl
15123            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15124            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
15125 ____________________________________________________________________________
15126 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
15127         Log: MPE/iX prototype nits from Mark Bixby.
15128      Branch: perl
15129            ! pp_sys.c
15130 ____________________________________________________________________________
15131 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
15132         Log: Detypo.
15133      Branch: perl
15134            ! util.c
15135 ____________________________________________________________________________
15136 [ 10828] By: nick                                  on 2001/06/22  15:33:37
15137         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
15138      Branch: perlio
15139           +> lib/h2xs.t
15140           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
15141           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
15142           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
15143           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
15144           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
15145           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
15146           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
15147           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
15148           !> vms/vmsish.h
15149 ____________________________________________________________________________
15150 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
15151         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
15152              Date: Fri, 22 Jun 2001 10:08:35 -0500
15153              From: "Craig A. Berry" <craigberry@mac.com>
15154              Message-Id: <a05101001b75908704194@[192.168.56.145]>
15155      Branch: perl
15156            ! vms/vms.c vms/vmsish.h
15157 ____________________________________________________________________________
15158 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
15159         Log: NetWare scripts tweak from Ananth Kesari.
15160      Branch: perl
15161            ! NetWare/t/NWScripts.pl
15162 ____________________________________________________________________________
15163 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
15164         Log: Update Changes.
15165      Branch: perl
15166            ! Changes patchlevel.h
15167 ____________________________________________________________________________
15168 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
15169         Log: Add .i and .s targets.
15170      Branch: perl
15171            ! Makefile.SH
15172 ____________________________________________________________________________
15173 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
15174         Log: Upgrade to Locale::Maketext 1.03.
15175      Branch: perl
15176            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
15177            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
15178 ____________________________________________________________________________
15179 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
15180         Log: Upgrade to I18N::LangTags 0.26.
15181      Branch: perl
15182            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
15183            ! lib/I18N/LangTags/test.pl
15184 ____________________________________________________________________________
15185 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
15186         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
15187              Philip Newton.
15188      Branch: perl
15189            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
15190            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
15191 ____________________________________________________________________________
15192 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
15193         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
15194              From: Prymmer/Kahn <pvhp@best.com>
15195              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
15196              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
15197      Branch: perl
15198            + lib/h2xs.t
15199            ! MANIFEST utils/h2xs.PL
15200 ____________________________________________________________________________
15201 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
15202         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
15203              From: Prymmer/Kahn <pvhp@best.com>
15204              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
15205              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
15206      Branch: perl
15207            ! lib/ExtUtils.t
15208 ____________________________________________________________________________
15209 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
15210         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
15211              From: Prymmer/Kahn <pvhp@best.com>
15212              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
15213              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
15214      Branch: perl
15215            ! t/pod/plainer.t
15216 ____________________________________________________________________________
15217 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
15218         Log: AUTHORS update.
15219      Branch: perl
15220            ! AUTHORS
15221 ____________________________________________________________________________
15222 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
15223         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
15224              From: "Craig A. Berry" <craigberry@mac.com>
15225              Date: Thu, 21 Jun 2001 18:20:38 -0500
15226              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
15227      Branch: perl
15228            ! ext/POSIX/POSIX.xs
15229 ____________________________________________________________________________
15230 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
15231         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
15232              From: "Craig A. Berry" <craigberry@mac.com>
15233              Date: Thu, 21 Jun 2001 09:58:52 -0500
15234              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
15235      Branch: perl
15236            ! ext/B/Deparse.t t/op/write.t
15237 ____________________________________________________________________________
15238 [ 10814] By: nick                                  on 2001/06/22  08:13:09
15239         Log: Integrate mainline.
15240      Branch: perlio
15241           !> (integrate 46 files)
15242 ____________________________________________________________________________
15243 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
15244         Log: Change the prefixes only if $prefix is unset,
15245              as originally patched by Marcel Grunauer.
15246      Branch: perl
15247            ! hints/darwin.sh hints/rhapsody.sh
15248 ____________________________________________________________________________
15249 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
15250         Log: Subject: Re: Patch for hints/darwin.sh
15251              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
15252              Date: Thu, 21 Jun 2001 11:23:46 -0700
15253              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
15254      Branch: perl
15255            ! hints/darwin.sh hints/rhapsody.sh
15256 ____________________________________________________________________________
15257 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
15258         Log: Add .PHONY targets for non-file targets,
15259              from Wilfredo Sánchez.  Should help saying
15260              "make install" on case-insensitive filesystems.
15261      Branch: perl
15262            ! Makefile.SH
15263 ____________________________________________________________________________
15264 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
15265         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
15266              From: Doug MacEachern <dougm@covalent.net>
15267              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
15268              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
15269              
15270              plus reword the getcwd() comment, plus use getcwd() buffer
15271              size minus one.
15272      Branch: perl
15273            ! util.c
15274 ____________________________________________________________________________
15275 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
15276         Log: More gprofing from Doug MacEachern.
15277      Branch: perl
15278            ! Makefile.SH
15279 ____________________________________________________________________________
15280 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
15281         Log: Metaconfig unit change for #10807.
15282      Branch: metaconfig/U/perl
15283            ! d_sfio.U
15284 ____________________________________________________________________________
15285 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
15286         Log: Tell that you are removing the unneeded -lsfio.
15287      Branch: perl
15288            ! Configure
15289 ____________________________________________________________________________
15290 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
15291         Log: More MPE/iX tweaks from Mark Bixby.
15292      Branch: perl
15293            ! perl.c t/op/magic.t
15294 ____________________________________________________________________________
15295 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
15296         Log: The fchdir() proto is supposed to live in <unistd.h>.
15297      Branch: perl
15298            ! ext/Cwd/Cwd.xs
15299 ____________________________________________________________________________
15300 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
15301         Log: This town is too small for the Cwd extension and me,
15302              it would seem...
15303      Branch: perl
15304            ! ext/Cwd/Cwd.xs
15305 ____________________________________________________________________________
15306 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
15307         Log: Metaconfig unit change for #10802.
15308      Branch: metaconfig/U/perl
15309            ! d_modfl.U
15310 ____________________________________________________________________________
15311 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
15312         Log: More d'ohs.
15313      Branch: perl
15314            ! Configure
15315 ____________________________________________________________________________
15316 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
15317         Log: Off-by-one.  I'm so classic.
15318      Branch: perl
15319            ! util.c
15320 ____________________________________________________________________________
15321 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
15322         Log: Update Changes.
15323      Branch: perl
15324            ! Changes patchlevel.h
15325 ____________________________________________________________________________
15326 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
15327         Log: Subject: Documentation patch for Net::FTP
15328              From: Marcel Grunauer <marcel@codewerk.com>
15329              Date: Wed, 20 Jun 2001 23:03:26 +0200
15330              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
15331      Branch: perl
15332            ! lib/Net/FTP.pm
15333 ____________________________________________________________________________
15334 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
15335         Log: Retract the #10417 mg.c and embed.pl parts because of
15336              strange SEGVs in 64bit x86 FreeBSD observed by
15337              Nicholas Clark.
15338      Branch: perl
15339            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
15340 ____________________________________________________________________________
15341 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
15342         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
15343      Branch: perl
15344            ! Configure NetWare/config.wc NetWare/config_H.wc
15345            ! Porting/Glossary Porting/config.sh Porting/config_H
15346            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
15347            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
15348            ! vos/config.ga.h win32/config.bc win32/config.gc
15349            ! win32/config.vc win32/config_H.bc win32/config_H.gc
15350            ! win32/config_H.vc
15351 ____________________________________________________________________________
15352 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
15353         Log: Cwd tweak from Doug MacEachern.
15354      Branch: perl
15355            ! ext/Cwd/Cwd.xs
15356 ____________________________________________________________________________
15357 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
15358         Log: Protect the fchdir() and lstat() with ifdefs.
15359              fchdir() needs a Configure probe.
15360      Branch: perl
15361            ! ext/Cwd/Cwd.xs
15362 ____________________________________________________________________________
15363 [ 10794] By: nick                                  on 2001/06/21  17:11:35
15364         Log: Integrate mainline
15365      Branch: perlio
15366           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
15367           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
15368           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
15369           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
15370           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
15371           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
15372           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
15373           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
15374            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
15375            - lib/File/Glob/case.t lib/File/Glob/global.t
15376            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
15377            - lib/File/Temp/posix.t lib/File/Temp/security.t
15378            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
15379            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
15380            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
15381            - lib/Text/Wrap/wrap.t
15382           !> (integrate 41 files)
15383 ____________________________________________________________________________
15384 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
15385         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
15386              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
15387              Date: Thu, 21 Jun 2001 13:04:54 -0500
15388              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
15389      Branch: perl
15390            ! ext/Cwd/Cwd.xs
15391 ____________________________________________________________________________
15392 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
15393         Log: Subject: [PATCH pod] overlong =item
15394              From: Robin Barker <rmb1@cise.npl.co.uk>
15395              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
15396              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
15397      Branch: perl
15398            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
15399            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
15400 ____________________________________________________________________________
15401 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
15402         Log: Subject: [PATCH perlio.c] format 
15403              From: Robin Barker <rmb1@cise.npl.co.uk>
15404              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
15405              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
15406      Branch: perl
15407            ! perlio.c
15408 ____________________________________________________________________________
15409 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
15410         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
15411              From: Radu Greab <radu@netsoft.ro>
15412              Date: Thu, 21 Jun 2001 19:06:02 +0300
15413              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
15414      Branch: perl
15415            ! pod/perlapi.pod sv.c
15416 ____________________________________________________________________________
15417 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
15418         Log: The metaconfig unit changes for #10788.
15419      Branch: metaconfig/U/perl
15420            ! Cross.U fflushall.U
15421 ____________________________________________________________________________
15422 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
15423         Log: Cross-configuration changes: make $from to rm the files
15424              before copying them over (this means that he rm can be
15425              removed from the fflushall test), create $targetmkdir      
15426              (not documented in install since it is supposed to internal
15427              use only), make $run to copy over the executable only if
15428              a stamp file .xok doesn't already exist (to avoid unnecessary
15429              copying of the executable)
15430      Branch: perl
15431            ! Configure Makefile.SH
15432 ____________________________________________________________________________
15433 [ 10787] By: nick                                  on 2001/06/21  14:16:18
15434         Log: Integrate mainline
15435      Branch: perlio
15436           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
15437           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
15438           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
15439            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
15440           !> (integrate 34 files)
15441 ____________________________________________________________________________
15442 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
15443         Log: Re-add the files as text.
15444      Branch: perl
15445            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
15446 ____________________________________________________________________________
15447 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
15448         Log: Delete the binary files.
15449      Branch: perl
15450            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
15451 ____________________________________________________________________________
15452 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
15453         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
15454              From: Andy Dougherty <doughera@lafayette.edu>
15455              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
15456              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
15457      Branch: perl
15458            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
15459            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
15460            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
15461            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
15462 ____________________________________________________________________________
15463 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
15464         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
15465              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
15466              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
15467              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
15468              
15469              Setting umask to something friendlier.
15470      Branch: perl
15471            ! installman installperl
15472 ____________________________________________________________________________
15473 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
15474         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
15475              Resort MANIFEST with sort -f, looks much better.
15476      Branch: perl
15477            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
15478            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
15479            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
15480            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
15481            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
15482            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
15483            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
15484            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
15485            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
15486            - lib/File/Glob/case.t lib/File/Glob/global.t
15487            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
15488            - lib/File/Temp/posix.t lib/File/Temp/security.t
15489            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
15490            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
15491            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
15492            - lib/Text/Wrap/wrap.t
15493            ! MANIFEST
15494 ____________________________________________________________________________
15495 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
15496         Log: Upgrade to I18N::LangTags 0.25.
15497      Branch: perl
15498            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
15499            ! lib/I18N/LangTags/List.pm
15500 ____________________________________________________________________________
15501 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
15502         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
15503              From: Richard Soderberg <rs@crystalflame.net>
15504              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
15505              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
15506      Branch: perl
15507            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
15508            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
15509 ____________________________________________________________________________
15510 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
15511         Log: Test obsoleted by change #10777.
15512      Branch: perl
15513            ! t/op/sub_lval.t
15514 ____________________________________________________________________________
15515 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
15516         Log: Case of confused test numbering.
15517      Branch: perl
15518            ! t/op/pat.t
15519 ____________________________________________________________________________
15520 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
15521         Log: Subject: Re: Opinion on undef lvalue
15522              From: Abhijit Menon-Sen <ams@wiw.org>
15523              Date: Sun, 17 Jun 2001 13:04:46 +0530
15524              Message-ID: <20010617130446.B27925@lustre.linux.in>
15525              
15526              Allow lvalue subs to return undef in array context.
15527      Branch: perl
15528            ! pp_hot.c
15529 ____________________________________________________________________________
15530 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
15531         Log: Just a guess that using the same hack for cygwin as
15532              for win32 might help.
15533      Branch: perl
15534            ! lib/File/Find/find.t
15535 ____________________________________________________________________________
15536 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
15537         Log: NetWare tweaks from Guruprasad.
15538      Branch: perl
15539            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
15540            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
15541            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
15542            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
15543 ____________________________________________________________________________
15544 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
15545         Log: Subject: Re: perl@10722: Bogus warnings on REs 
15546              From: Hugo <hv@crypt.compulink.co.uk>
15547              Date: Thu, 21 Jun 2001 09:51:17 +0100
15548              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
15549              
15550              Unroll to avoid a UTS compiler bug.
15551      Branch: perl
15552            ! regcomp.c
15553 ____________________________________________________________________________
15554 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
15555         Log: Subject: Re: [PATCH] Make /o work under i?threads
15556              From: Artur Bergman <artur@contiller.se>
15557              Date: Thu, 21 Jun 2001 14:38:03 +0200
15558              Message-ID: <B757B74A.184D%artur@contiller.se>
15559      Branch: perl
15560            ! t/op/pat.t
15561 ____________________________________________________________________________
15562 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
15563         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
15564              From: Artur Bergman <artur@contiller.se> 
15565              Date: Thu, 21 Jun 2001 14:27:33 +0200
15566              Message-ID: <B757B4D4.1849%artur@contiller.se>
15567              
15568              Plus extra parentheses.
15569      Branch: perl
15570            ! op.h
15571 ____________________________________________________________________________
15572 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
15573         Log: Subject: [PATCH] Make /o work under i?threads
15574              From: Richard Soderberg <rs@crystalflame.net>
15575              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
15576              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
15577      Branch: perl
15578            ! pp_ctl.c
15579 ____________________________________________________________________________
15580 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
15581         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
15582              From: Artur Bergman <artur@contiller.se>
15583              Date: Thu, 21 Jun 2001 14:04:54 +0200
15584              Message-ID: <B757AF86.1842%artur@contiller.se>
15585      Branch: perl
15586            ! op.h
15587 ____________________________________________________________________________
15588 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
15589         Log: Subject: Re: perl@10765: sv.c not OK on win32
15590              From: Artur Bergman <artur@contiller.se>
15591              Date: Thu, 21 Jun 2001 10:31:06 +0200
15592              Message-ID: <B7577D69.182C%artur@contiller.se>
15593      Branch: perl
15594            ! sv.c
15595 ____________________________________________________________________________
15596 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
15597         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
15598              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15599              Date: Thu, 21 Jun 2001 06:23:56 -0400
15600              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
15601              
15602              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
15603              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15604              Date: Thu, 21 Jun 2001 06:32:21 -0400
15605              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
15606      Branch: perl
15607            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
15608 ____________________________________________________________________________
15609 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
15610         Log: Subject: [PATCH] make syslog test more verbose
15611              From: Robert Spier <rspier@pobox.com>
15612              Date: Thu, 21 Jun 2001 00:54:32 -0400
15613              Message-ID: <15153.32264.295807.333073@rls.cx>
15614      Branch: perl
15615            ! ext/Sys/Syslog/syslog.t
15616 ____________________________________________________________________________
15617 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
15618         Log: Subject: op/study.t refinements
15619              From: Hugo <hv@crypt.compulink.co.uk>
15620              Date: Thu, 21 Jun 2001 00:29:07 +0100
15621              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
15622      Branch: perl
15623            ! t/op/study.t
15624 ____________________________________________________________________________
15625 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
15626         Log: Update Changes.
15627      Branch: perl
15628            ! Changes patchlevel.h
15629 ____________________________________________________________________________
15630 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
15631         Log: Subject: Re: [PATCH] djgpp updates
15632              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
15633              Date: Wed, 20 Jun 2001 10:05:15 +0200
15634              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
15635      Branch: perl
15636            ! djgpp/config.over
15637 ____________________________________________________________________________
15638 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
15639         Log: Fix for ID 20010619.002 "When building hash, hash keys that
15640              are function calls are not being called", from Abhijit.
15641      Branch: perl
15642            ! t/base/lex.t toke.c
15643 ____________________________________________________________________________
15644 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
15645         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
15646      Branch: perl
15647            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
15648            + lib/Locale/Maketext/test.pl
15649            - lib/Locale/Maketext.t
15650            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
15651            ! lib/Locale/Maketext/TPJ13.pod
15652 ____________________________________________________________________________
15653 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
15654         Log: Metaconfig unit change for #10760.
15655      Branch: metaconfig
15656            ! U/modified/Cppsym.U
15657 ____________________________________________________________________________
15658 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
15659         Log: Do not remove the ccsym* Cppsym* files since
15660              they are useful for metaconfig units coming after us.
15661              (This is the Configure nit mentioned in #10752.)
15662      Branch: perl
15663            ! Configure
15664 ____________________________________________________________________________
15665 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
15666         Log: Update to I18N::LangTags 0.24, from Sean Burke.
15667      Branch: perl
15668            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
15669            + lib/I18N/LangTags/README
15670            - lib/I18N/LangTags/List.pod
15671            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
15672 ____________________________________________________________________________
15673 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
15674         Log: Regen headers.
15675      Branch: perl
15676            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
15677            ! pod/perlapi.pod proto.h
15678 ____________________________________________________________________________
15679 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
15680         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
15681              From: Artur Bergman <artur@contiller.se>
15682              Date: Wed, 20 Jun 2001 11:31:32 +0200
15683              Message-ID: <B7563A14.17D8%artur@contiller.se>
15684      Branch: perl
15685            ! embed.pl hv.c intrpvar.h sv.c sv.h
15686 ____________________________________________________________________________
15687 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
15688         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
15689              From: Tim Sweetman <tim@aldigital.co.uk> 
15690              Date: Wed, 13 Jun 2001 14:25:17 +0100 
15691              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
15692      Branch: perl
15693            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
15694 ____________________________________________________________________________
15695 [ 10755] By: nick                                  on 2001/06/20  16:12:37
15696         Log: Integrate mainline
15697      Branch: perlio
15698           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
15699           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
15700           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
15701           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
15702           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
15703           !> t/op/study.t util.c
15704 ____________________________________________________________________________
15705 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
15706         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
15707              but not Makefile)
15708      Branch: maint-5.6/perl
15709            ! win32/Makefile
15710 ____________________________________________________________________________
15711 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
15712         Log: Security tweak on readlink().
15713      Branch: perl
15714            ! pp_sys.c
15715 ____________________________________________________________________________
15716 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
15717         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
15718      Branch: perl
15719            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
15720            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
15721            ! mpeix/relink t/op/pwent.t
15722 ____________________________________________________________________________
15723 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
15724         Log: Reinstate #10725 (with probe for alarm()).
15725      Branch: perl
15726            ! t/op/study.t
15727 ____________________________________________________________________________
15728 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
15729         Log: Replace our implementation of realpath() with OpenBSD's
15730              (src/lib/libc/stdlib/realpath.c 1.4).
15731      Branch: perl
15732            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
15733            ! pod/perldiag.pod proto.h util.c
15734 ____________________________________________________________________________
15735 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
15736         Log: Integrate perlio.
15737      Branch: perl
15738           !> perlio.c
15739 ____________________________________________________________________________
15740 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
15741         Log: No point in going into memory-saving contortions
15742              with getcwd() since there's a danger of buffer overflow.
15743              Also make the POSIX extension to use sv_getcwd().
15744              Finally, a missed proto.h fragment.
15745      Branch: perl
15746            ! ext/POSIX/POSIX.xs proto.h util.c
15747 ____________________________________________________________________________
15748 [ 10747] By: nick                                  on 2001/06/20  12:38:26
15749         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
15750      Branch: perlio
15751            ! perlio.c
15752 ____________________________________________________________________________
15753 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
15754         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
15755              From: Graham Barr <gbarr@pobox.com>
15756              Date: Wed, 20 Jun 2001 11:05:49 +0100
15757              Message-ID: <20010620110549.I19188@pobox.com>
15758              
15759              reported in        
15760              
15761              Subject: Bug in IO::Socket::INET module (repeat)
15762              From: "Harmon S. Nine" <hnine@netarx.com>
15763              Date: Tue, 19 Jun 2001 09:41:35 -0400
15764              Message-ID: <3B2F568F.8080605@netarx.com>
15765              
15766              The bug was that the IO::Socket::INET constructor
15767              did not allow a 'LocalPort' of 0.
15768      Branch: perl
15769            ! ext/IO/lib/IO/Socket/INET.pm
15770 ____________________________________________________________________________
15771 [ 10745] By: nick                                  on 2001/06/20  08:56:39
15772         Log: Integrate mainline.
15773      Branch: perlio
15774           !> (integrate 37 files)
15775 ____________________________________________________________________________
15776 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
15777         Log: After some reading I don't think we can blindly
15778              use systems' realpath().  Too many security problems,
15779              too many buggy implementations.
15780              
15781              TODO: the realpath() emulation code in util.c doesn't
15782              seem fully operational?  (readlink(), for example?)
15783      Branch: perl
15784            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
15785            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
15786            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
15787            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
15788            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
15789            ! win32/config_H.gc win32/config_H.vc
15790 ____________________________________________________________________________
15791 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
15792         Log: Metaconfig unit change for #10738.
15793      Branch: metaconfig
15794            ! U/compline/d_gconvert.U
15795 ____________________________________________________________________________
15796 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
15797         Log: Integrate change #10739 from maintperl:
15798              
15799              C<eval "/x$\r\n/x"> fails to compile correctly 
15800      Branch: perl
15801           !> t/op/pat.t toke.c
15802 ____________________________________________________________________________
15803 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
15804         Log: Retract #10725 (Hugo asked NOT to apply the patch)
15805      Branch: perl
15806            ! t/op/study.t
15807 ____________________________________________________________________________
15808 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
15809         Log: The test.third results were funnily named because of the
15810              new test scheme.
15811      Branch: perl
15812            ! t/TEST
15813 ____________________________________________________________________________
15814 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
15815         Log: C<eval "/x$\r\n/x"> fails to compile correctly
15816      Branch: maint-5.6/perl
15817            ! t/op/pat.t toke.c
15818 ____________________________________________________________________________
15819 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
15820         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
15821              From: Spider Boardman <spider@Orb.Nashua.NH.US>
15822              Date: Tue, 19 Jun 2001 19:15:40 -0400
15823              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
15824              
15825              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
15826              because "1e+129" being expected but "1.e+129" being returned.
15827              The culprit (at least in Tru64) is the use of gcvt().
15828      Branch: perl
15829            ! Configure
15830 ____________________________________________________________________________
15831 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
15832         Log: Subject: [PATCH perl@10722] test hunting on VMS
15833              From: "Craig A. Berry" <craigberry@mac.com>
15834              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
15835              Date: Tue, 19 Jun 2001 18:59:01 -0500
15836      Branch: perl
15837            ! vms/test.com
15838 ____________________________________________________________________________
15839 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
15840         Log: Subject: [PATCH] s/typos//
15841              From: Abhijit Menon-Sen <ams@wiw.org>
15842              Date: Wed, 20 Jun 2001 02:15:02 +0530
15843              Message-ID: <20010620021502.A14541@lustre.linux.in>
15844              
15845              Without the op.h s/bearword/bareword/ hunk, see
15846              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
15847      Branch: perl
15848            ! util.c
15849 ____________________________________________________________________________
15850 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
15851         Log: Metaconfig unit change for #10732 and #10733.
15852      Branch: metaconfig/U/perl
15853            ! fflushall.U
15854 ____________________________________________________________________________
15855 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
15856         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
15857              From: "Craig A. Berry" <craigberry@mac.com>
15858              Date: Tue, 19 Jun 2001 17:19:48 -0500
15859              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
15860      Branch: perl
15861            ! configure.com vms/descrip_mms.template
15862 ____________________________________________________________________________
15863 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
15864         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
15865              From: Spider Boardman <spider@Orb.Nashua.NH.US>
15866              Date: Tue, 19 Jun 2001 16:48:07 -0400
15867              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
15868              
15869              Further fixes to fflush(NULL) detection.
15870      Branch: perl
15871            ! Configure
15872 ____________________________________________________________________________
15873 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
15874         Log: AIX test -s hangs with non-existent files?
15875              (A genuine logic bug in Configure, but AIX also broken?)
15876      Branch: perl
15877            ! Configure
15878 ____________________________________________________________________________
15879 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
15880         Log: AUTHORS updates.
15881      Branch: perl
15882            ! AUTHORS
15883 ____________________________________________________________________________
15884 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
15885         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
15886              From: Spider Boardman <spider@Orb.Nashua.NH.US>
15887              Date: Tue, 19 Jun 2001 15:33:25 -0400
15888              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
15889      Branch: perl
15890            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
15891            ! t/lib/warnings/pp
15892 ____________________________________________________________________________
15893 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
15894         Log: Integrate perlio.
15895      Branch: perl
15896           !> lib/File/Find/find.t win32/distclean.bat
15897 ____________________________________________________________________________
15898 [ 10728] By: nick                                  on 2001/06/19  18:24:53
15899         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
15900      Branch: perlio
15901            ! lib/File/Find/find.t win32/distclean.bat
15902 ____________________________________________________________________________
15903 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
15904         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
15905              also add information how to find out whether one has PerlIO.
15906      Branch: perl
15907            ! pod/perlfunc.pod
15908 ____________________________________________________________________________
15909 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
15910         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
15911              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
15912              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
15913              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
15914      Branch: perl
15915            ! pod/perlfunc.pod
15916 ____________________________________________________________________________
15917 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
15918         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
15919              From: Hugo <hv@crypt.compulink.co.uk>
15920              Date: Tue, 19 Jun 2001 12:37:30 +0100
15921              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
15922      Branch: perl
15923            ! t/op/study.t
15924 ____________________________________________________________________________
15925 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
15926         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
15927              From: Hugo <hv@crypt.compulink.co.uk>
15928              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
15929              Date: Tue, 19 Jun 2001 13:15:17 +0100
15930      Branch: perl
15931            ! util.c
15932 ____________________________________________________________________________
15933 [ 10723] By: nick                                  on 2001/06/19  14:46:15
15934         Log: Integrate mainline
15935      Branch: perlio
15936           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
15937           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
15938           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
15939           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
15940           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
15941           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
15942            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
15943            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
15944            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
15945            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
15946            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
15947            - ext/Thread/unsync4.t
15948           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
15949           !> djgpp/config.over djgpp/fixpmain
15950           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
15951           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
15952           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
15953 ____________________________________________________________________________
15954 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
15955         Log: Update Changes.
15956      Branch: perl
15957            ! Changes patchlevel.h
15958 ____________________________________________________________________________
15959 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
15960         Log: The existence shall be MANIFESted.
15961      Branch: perl
15962            ! MANIFEST
15963 ____________________________________________________________________________
15964 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
15965         Log: The old libnet.cfg is first searched from the current directory,
15966              only then from the module path.
15967      Branch: perl
15968            ! utils/libnetcfg.PL
15969 ____________________________________________________________________________
15970 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
15971         Log: NetWare tweaks from Guruprasad.
15972      Branch: perl
15973            ! NetWare/Makefile NetWare/config.wc
15974 ____________________________________________________________________________
15975 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
15976         Log: Subject: [PATCH] djgpp updates
15977              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
15978              Date: Tue, 19 Jun 2001 10:59:06 +0200
15979              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
15980      Branch: perl
15981            ! djgpp/config.over djgpp/fixpmain
15982 ____________________________________________________________________________
15983 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
15984         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
15985              From: Prymmer/Kahn <pvhp@best.com>
15986              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
15987              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
15988      Branch: perl
15989            ! win32/Makefile
15990 ____________________________________________________________________________
15991 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
15992         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
15993              to happen right after the inclusion of <inttypes.h>,
15994              from Edward Moy.
15995      Branch: perl
15996            ! handy.h perl.h
15997 ____________________________________________________________________________
15998 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
15999         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
16000              From: Doug MacEachern <dougm@covalent.net>
16001              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
16002              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
16003      Branch: perl
16004            ! ext/DynaLoader/DynaLoader_pm.PL
16005 ____________________________________________________________________________
16006 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
16007         Log: Revert #10656 for perfomance reasons but leave in the
16008              use of Hv*() macros -- in comments, so that grepping the
16009              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
16010              suggested by Sarathy, also by Abhijit.)
16011      Branch: perl
16012            ! hv.c
16013 ____________________________________________________________________________
16014 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
16015         Log: Subject: [patch] .s MakeMaker suffix
16016              From: Doug MacEachern <dougm@covalent.net>
16017              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
16018              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
16019      Branch: perl
16020            ! lib/ExtUtils/MM_Unix.pm
16021 ____________________________________________________________________________
16022 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
16023         Log: One test lost in the big shuffle restored.
16024      Branch: perl
16025            + ext/IPC/SysV/ipcsysv.t
16026            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
16027 ____________________________________________________________________________
16028 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
16029         Log: Rename the old non-standard threads tests so that
16030              they won't be invoked.
16031      Branch: perl
16032            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
16033            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
16034            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
16035            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
16036            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
16037            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
16038            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
16039            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
16040            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
16041            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
16042            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
16043            - ext/Thread/unsync4.t
16044            ! MANIFEST
16045 ____________________________________________________________________________
16046 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
16047         Log: Integrate perlio.
16048      Branch: perl
16049           !> win32/config_sh.PL
16050 ____________________________________________________________________________
16051 [ 10709] By: nick                                  on 2001/06/19  08:18:18
16052         Log: Integrate mainline
16053      Branch: perlio
16054           +> (branch 40 files)
16055            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
16056            - lib/strict/subs lib/strict/vars lib/warnings/1global
16057            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
16058            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
16059            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
16060            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
16061            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
16062            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
16063            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
16064            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
16065            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
16066            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
16067            - lib/warnings/utf8 lib/warnings/util
16068           !> (integrate 57 files)
16069 ____________________________________________________________________________
16070 [ 10708] By: nick                                  on 2001/06/19  07:57:10
16071         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
16072      Branch: perlio
16073            ! win32/config_sh.PL
16074 ____________________________________________________________________________
16075 [ 10707] By: nick                                  on 2001/06/19  07:05:07
16076         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
16077      Branch: perl
16078            ! perly.c perly.y perly_c.diff vms/perly_c.vms
16079 ____________________________________________________________________________
16080 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
16081         Log: More perl572delta tweaks.
16082      Branch: perl
16083            ! pod/perl572delta.pod
16084 ____________________________________________________________________________
16085 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
16086         Log: Update perl572delta.
16087      Branch: perl
16088            ! pod/perl572delta.pod
16089 ____________________________________________________________________________
16090 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
16091         Log: VOS updates from Paul Green.
16092      Branch: perl
16093            ! vos/Changes vos/build.cm vos/perl.bind
16094 ____________________________________________________________________________
16095 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
16096         Log: Update the vos/config.*.* files.
16097      Branch: perl
16098            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
16099            ! vos/config.ga.h
16100 ____________________________________________________________________________
16101 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
16102         Log: Add a makefile for more painless adding of symbols to the
16103              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
16104              takes care of the adding)
16105      Branch: perl
16106            + vos/Makefile
16107 ____________________________________________________________________________
16108 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
16109         Log: Make libnetcfg by default display the libnet configuration,
16110              -c to change, add -i for old config, document all options,
16111              regen toc.
16112      Branch: perl
16113            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
16114 ____________________________________________________________________________
16115 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
16116         Log: gcc -Wall sweep.
16117      Branch: perl
16118            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
16119 ____________________________________________________________________________
16120 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
16121         Log: So there.
16122      Branch: perl
16123            ! universal.c
16124 ____________________________________________________________________________
16125 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
16126         Log: Document the need for sv_printify().
16127              
16128              Document that 'use utf8' has been considered.
16129              
16130              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
16131      Branch: perl
16132            ! pod/perltodo.pod universal.c
16133 ____________________________________________________________________________
16134 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
16135         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
16136              From: Nicholas Clark <nick@ccl4.org>
16137              Date: Mon, 18 Jun 2001 23:29:23 +0100
16138              Message-ID: <20010618232923.I98663@plum.flirble.org>
16139      Branch: perl
16140            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
16141            ! ext/Sys/Syslog/Makefile.PL
16142 ____________________________________________________________________________
16143 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
16144         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
16145              From: Scott.L.Miller@Compaq.com
16146              Date: Mon, 18 Jun 2001 10:12:27 -0500
16147              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
16148      Branch: perl
16149            ! lib/perl5db.pl pod/perldebug.pod
16150 ____________________________________________________________________________
16151 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
16152         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
16153              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
16154              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
16155              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
16156      Branch: perl
16157            ! lib/Carp/Heavy.pm
16158 ____________________________________________________________________________
16159 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
16160         Log: Subject: [PATCH] Documentation changes for CLONE
16161              From: Artur Bergman <artur@contiller.se>
16162              Date: Mon, 18 Jun 2001 22:06:37 +0200
16163              Message-ID: <B7542BEC.1719%artur@contiller.se>
16164      Branch: perl
16165            ! pod/perlmod.pod pod/perlsub.pod
16166 ____________________________________________________________________________
16167 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
16168         Log: Subject: Re: configure.com
16169              From: "Craig A. Berry" <craigberry@mac.com>
16170              Date: Mon, 18 Jun 2001 16:04:38 -0500
16171              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
16172      Branch: perl
16173            ! configure.com
16174 ____________________________________________________________________________
16175 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
16176         Log: Subject: PL_nullstash + perl_clone()
16177              From: Doug MacEachern <dougm@covalent.net>
16178              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
16179              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
16180      Branch: perl
16181            ! sv.c
16182 ____________________________________________________________________________
16183 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
16184         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
16185              From: davem@fdgroup.co.uk
16186              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
16187              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
16188      Branch: perl
16189            ! embed.pl pod/perlapi.pod
16190 ____________________________________________________________________________
16191 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
16192         Log: More cross-compilation defaults gleaned from -Dcc
16193              if it is CPU-OS-gcc.
16194      Branch: metaconfig
16195            ! U/modified/libc.U
16196      Branch: metaconfig/U/perl
16197            ! Cross.U
16198      Branch: perl
16199            ! Configure INSTALL
16200 ____________________________________________________________________________
16201 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
16202         Log: Update Changes.
16203      Branch: perl
16204            ! Changes patchlevel.h
16205 ____________________________________________________________________________
16206 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
16207         Log: Subject: [PATCH 5.7.1] sv.c documentation
16208              From: davem@fdgroup.co.uk
16209              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
16210              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
16211      Branch: perl
16212            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
16213            ! sv.c sv.h
16214 ____________________________________________________________________________
16215 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
16216         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
16217              From: "Jon Gunnip" <jongunnip@hotmail.com>
16218              Date: Sun, 17 Jun 2001 18:24:29 -0400
16219              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
16220      Branch: perl
16221            ! pod/perlvar.pod
16222 ____________________________________________________________________________
16223 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
16224         Log: Move the locale/strict/warnings helper files back
16225              under the t/lib; this way the amount of non-installabled
16226              stuff under lib/ stays smaller.
16227      Branch: perl
16228            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
16229            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
16230            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
16231            + t/lib/warnings/5nolint t/lib/warnings/6default
16232            + t/lib/warnings/7fatal t/lib/warnings/8signal
16233            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
16234            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
16235            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
16236            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
16237            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
16238            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
16239            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
16240            + t/lib/warnings/taint t/lib/warnings/toke
16241            + t/lib/warnings/universal t/lib/warnings/utf8
16242            + t/lib/warnings/util
16243            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
16244            - lib/strict/subs lib/strict/vars lib/warnings/1global
16245            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
16246            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
16247            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
16248            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
16249            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
16250            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
16251            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
16252            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
16253            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
16254            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
16255            - lib/warnings/utf8 lib/warnings/util
16256            ! MANIFEST installperl lib/locale.t lib/strict.t
16257 ____________________________________________________________________________
16258 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
16259         Log: Split off the pack/unpack code, from Nicholas Clark.
16260      Branch: perl
16261            + pp_pack.c
16262            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
16263            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
16264            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
16265 ____________________________________________________________________________
16266 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
16267         Log: Guard the SysV IPC tests against being invoked in
16268              SysV-IPC-less places.
16269      Branch: perl
16270            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
16271 ____________________________________________________________________________
16272 [ 10683] By: nick                                  on 2001/06/18  12:24:42
16273         Log: Integrate mainline (new test scheme now ok on Linux).
16274      Branch: perlio
16275           +> lib/warnings.t
16276           !> dump.c sv.c
16277 ____________________________________________________________________________
16278 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
16279         Log: Add the locale.c and numeric.c to the microperl sources.
16280      Branch: perl
16281            ! Makefile.micro win32/Makefile
16282 ____________________________________________________________________________
16283 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
16284         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
16285              From: Abhijit Menon-Sen <ams@wiw.org>
16286              Date: Mon, 18 Jun 2001 14:23:44 +0530
16287              Message-ID: <20010618142344.A13136@lustre.linux.in>
16288      Branch: perl
16289            ! dump.c
16290 ____________________________________________________________________________
16291 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
16292         Log: Subject: Re: [PATCH] more anonymous stash cleanups
16293              From: Abhijit Menon-Sen <ams@wiw.org>
16294              Date: Mon, 18 Jun 2001 15:50:32 +0530
16295              Message-ID: <20010618155032.A13223@lustre.linux.in>
16296              
16297              Plus the comment left in as suggested by NI-S.
16298      Branch: perl
16299            ! sv.c
16300 ____________________________________________________________________________
16301 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
16302         Log: One missed file.
16303      Branch: perl
16304            + lib/warnings.t
16305 ____________________________________________________________________________
16306 [ 10678] By: nick                                  on 2001/06/18  08:05:29
16307         Log: Integrate mainline (part2 - the deletes)
16308      Branch: perlio
16309            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
16310            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
16311            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
16312            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
16313            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
16314            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
16315            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
16316            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
16317            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
16318            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
16319            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
16320 ____________________________________________________________________________
16321 [ 10677] By: nick                                  on 2001/06/18  08:04:44
16322         Log: Integrate mainline (part1)
16323      Branch: perlio
16324           +> (branch 376 files)
16325            - (delete 219 files)
16326           !> (integrate 151 files)
16327 ____________________________________________________________________________
16328 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
16329         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
16330              No doubt I made some mistakes like missed some files or
16331              misnamed some files.  The naming rules were more or less:
16332              (1) if the module is from CPAN, follows its ways, be it
16333              t/*.t or test.pl.
16334              (2) otherwise if there are multiple tests for a module
16335              put them in a t/
16336              (3) otherwise if there's only one test put it in Module.t
16337              (4) helper files go to module/ (locale, strict, warnings)
16338              (5) use longer filenames now that we can (but e.g. the
16339              compat-0.6.t and the Text::Balanced test files still
16340              were renamed to be more civil against the 8.3 people)
16341              installperl was updated appropriately not to install the
16342              *.t files or the help files from under lib.
16343              
16344              TODO: some helper files still remain under t/ that could
16345              follow their 'masters'.  UPDATE: On second thoughts, why
16346              should they.  They can continue to live under t/lib, and
16347              in fact the locale/strict/warnings helpers that were moved
16348              could be moved back.  This way the amount of non-installable
16349              stuff under lib/ stays smaller.
16350      Branch: perl
16351            + (add 253 files)
16352            - (delete 254 files)
16353            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
16354 ____________________________________________________________________________
16355 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
16356         Log: The warning no more comes from util.c, it comes from numeric.c.
16357      Branch: perl
16358            ! README.tru64
16359 ____________________________________________________________________________
16360 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
16361         Log: Subject: Re: anyone good at casting spells?
16362              From: Spider Boardman <spider@Orb.Nashua.NH.US>
16363              Date: Sun, 17 Jun 2001 21:21:04 -0400
16364              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
16365      Branch: perl
16366            ! ext/POSIX/POSIX.xs hv.h
16367 ____________________________________________________________________________
16368 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
16369         Log: Protect the (original) thread tests against testing if no 5.005
16370              threads have been configured.
16371      Branch: perl
16372            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
16373            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
16374            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
16375            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
16376            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
16377            ! ext/Thread/unsync4.t
16378 ____________________________________________________________________________
16379 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
16380         Log: Try the new test scanning scheme on Text::Abbrev.
16381      Branch: perl
16382            + lib/Text/Abbrev.t
16383            - lib/Text/Abbrev/t/abbrev.t
16384            ! MANIFEST
16385 ____________________________________________________________________________
16386 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
16387         Log: Change the scan policy of the *.t and test.pl files,
16388              now the *.t do not need to live in a t/ directory.
16389      Branch: perl
16390            ! t/TEST t/harness
16391 ____________________________________________________________________________
16392 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
16393         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
16394              From: Ilmari Karonen <iltzu@sci.fi>
16395              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
16396              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
16397      Branch: perl
16398            ! pod/perlfaq7.pod
16399 ____________________________________________________________________________
16400 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
16401         Log: Quench the warnings from Tru64; the HP-UX is still
16402              broken because it really, REALLY, doesn't like the
16403              HvARRAY() being lvalue:
16404              
16405              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
16406              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
16407      Branch: perl
16408            ! hv.c
16409 ____________________________________________________________________________
16410 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
16411         Log: Integrate change #10667 from maintperl:
16412              
16413              change#10449 broke the special-case that makes lexicals inside the
16414              eval"" within DB::DB() visible
16415      Branch: perl
16416           !> op.c
16417 ____________________________________________________________________________
16418 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
16419         Log: change#10449 broke the special-case that makes lexicals inside the
16420              eval"" within DB::DB() visible
16421      Branch: maint-5.6/perl
16422            ! op.c
16423 ____________________________________________________________________________
16424 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
16425         Log: Still spurious output; indent the code a bit.
16426              
16427              TODO1: separate the utility functions like MkDir
16428              into a helper script?
16429              
16430              TODO2: I see a lot of repetition in the filepath()
16431              and dirpath() calls.
16432      Branch: perl
16433            ! t/lib/filefind.t t/lib/findtaint.t
16434 ____________________________________________________________________________
16435 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
16436         Log: Regen modlib, toc.
16437      Branch: perl
16438            ! pod/perlmodlib.pod pod/perltoc.pod
16439 ____________________________________________________________________________
16440 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
16441         Log: Add libnetcfg to perlutil.
16442      Branch: perl
16443            ! pod/perlutil.pod
16444 ____________________________________________________________________________
16445 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
16446         Log: Initial integration of libnet-1.0703.
16447              The Configure script renamed as libnetcfg, will be
16448              installed along other utilities.
16449      Branch: perl
16450            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
16451            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
16452            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
16453            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
16454            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
16455            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
16456            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
16457            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
16458            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
16459            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
16460            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
16461            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
16462            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
16463            + utils/libnetcfg.PL
16464            ! MANIFEST utils.lst utils/Makefile
16465 ____________________________________________________________________________
16466 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
16467         Log: Less potentially test-harness-confusing output.
16468      Branch: perl
16469            ! lib/Memoize/t/expire_module_t.t
16470 ____________________________________________________________________________
16471 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
16472         Log: The final print annoys make test.
16473      Branch: perl
16474            ! t/lib/filefind.t t/lib/findtaint.t
16475 ____________________________________________________________________________
16476 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
16477         Log: Add an option for handling dangling symbolic links.
16478      Branch: perl
16479            ! lib/File/Find.pm t/lib/filefind.t
16480 ____________________________________________________________________________
16481 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
16482         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
16483              From: Thomas Wegner <wegner_thomas@yahoo.com>
16484              Date: Sun, 17 Jun 2001 14:43:11 +0200
16485              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
16486      Branch: perl
16487            + t/lib/findtaint.t
16488            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
16489 ____________________________________________________________________________
16490 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
16491         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
16492              From: Jonathan Stowe <gellyfish@gellyfish.com>
16493              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
16494              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
16495      Branch: perl
16496            ! lib/ExtUtils/MM_Unix.pm
16497 ____________________________________________________________________________
16498 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
16499         Log: Subject: [PATCH] more anonymous stash cleanups
16500              From: Abhijit Menon-Sen <ams@wiw.org>
16501              Date: Sun, 17 Jun 2001 11:44:06 +0530
16502              Message-ID: <20010617114406.A25203@lustre.linux.in>
16503      Branch: perl
16504            ! op.c
16505 ____________________________________________________________________________
16506 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
16507         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
16508              From: Abhijit Menon-Sen <ams@wiw.org>
16509              Date: Sun, 17 Jun 2001 08:02:59 +0530
16510              Message-ID: <20010617080259.A28776@lustre.linux.in>
16511              
16512              Subject: [PATCH #2/7] xhv_eiter
16513              From: Abhijit Menon-Sen <ams@wiw.org>
16514              Date: Sun, 17 Jun 2001 08:13:18 +0530
16515              Message-ID: <20010617081318.B28776@lustre.linux.in>
16516              
16517              Subject: [PATCH #3/7] xhv_fill
16518              From: Abhijit Menon-Sen <ams@wiw.org>
16519              Date: Sun, 17 Jun 2001 08:25:16 +0530
16520              Message-ID: <20010617082516.C28776@lustre.linux.in>
16521              
16522              Subject: [PATCH #4/7] xhv_keys
16523              From: Abhijit Menon-Sen <ams@wiw.org>
16524              Date: Sun, 17 Jun 2001 08:36:17 +0530
16525              Message-ID: <20010617083617.D28776@lustre.linux.in>
16526              
16527              Subject: [PATCH #5/7] xhv_max
16528              From: Abhijit Menon-Sen <ams@wiw.org>
16529              Date: Sun, 17 Jun 2001 08:39:48 +0530
16530              Message-ID: <20010617083948.E28776@lustre.linux.in>
16531              
16532              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
16533              From: Abhijit Menon-Sen <ams@wiw.org>
16534              Date: Sun, 17 Jun 2001 08:51:11 +0530
16535              Message-ID: <20010617085111.F28776@lustre.linux.in>
16536      Branch: perl
16537            ! hv.c
16538 ____________________________________________________________________________
16539 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
16540         Log: Update Changes.
16541      Branch: perl
16542            ! Changes patchlevel.h
16543 ____________________________________________________________________________
16544 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
16545         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
16546              From: Abhijit Menon-Sen <ams@wiw.org>
16547              Date: Sat, 16 Jun 2001 07:41:19 +0530
16548              Message-ID: <20010616074119.A24720@lustre.linux.in>
16549      Branch: perl
16550            ! hv.c perl.c vms/vmsish.h win32/win32.h
16551 ____________________________________________________________________________
16552 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
16553         Log: Document tests failing when threaded, since we now have more.
16554      Branch: perl
16555            ! pod/perl572delta.pod
16556 ____________________________________________________________________________
16557 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
16558         Log: -Wall cleanup.
16559      Branch: perl
16560            ! ext/Thread/Thread.xs
16561 ____________________________________________________________________________
16562 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
16563         Log: pthread_attr_setstacksize() isn't absolutely necessary
16564              to call, only iff THREAD_CREATE_NEEDS_STACK.
16565      Branch: perl
16566            ! ext/Thread/Thread.xs
16567 ____________________________________________________________________________
16568 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
16569         Log: -Wall strays.
16570      Branch: perl
16571            ! perl.c util.c
16572 ____________________________________________________________________________
16573 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
16574         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
16575              (and INT64_MIN) brokenness.
16576      Branch: perl
16577            ! hints/darwin.sh perl.h
16578 ____________________________________________________________________________
16579 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
16580         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
16581              From: Nicholas Clark <nick@ccl4.org>
16582              Date: Sun, 17 Jun 2001 00:16:05 +0100
16583              Message-ID: <20010617001605.V98663@plum.flirble.org>
16584      Branch: perl
16585            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
16586            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
16587            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
16588 ____________________________________________________________________________
16589 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
16590         Log: Add perlnetware to docs; regen toc; supply skeleton
16591              docs for some Memoize submodules.
16592      Branch: perl
16593            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
16594            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
16595            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
16596            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
16597            ! win32/Makefile win32/makefile.mk
16598 ____________________________________________________________________________
16599 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
16600         Log: pod cleanup.
16601      Branch: perl
16602            ! README.netware
16603 ____________________________________________________________________________
16604 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
16605         Log: Integrate Memoize 0.64.  Few tweaks were required in
16606              the test scripts.  Note that the speed and expire*
16607              tests take several dozen seconds to run.
16608      Branch: perl
16609            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
16610            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
16611            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
16612            + lib/Memoize/README lib/Memoize/SDBM_File.pm
16613            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
16614            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
16615            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
16616            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
16617            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
16618            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
16619            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
16620            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
16621            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
16622            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
16623            ! MANIFEST t/lib/1_compile.t
16624 ____________________________________________________________________________
16625 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
16626         Log: Document the cross-compilation options.
16627      Branch: perl
16628            ! Cross/README INSTALL
16629 ____________________________________________________________________________
16630 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
16631         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
16632      Branch: perl
16633            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
16634            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
16635            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
16636            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
16637            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
16638            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
16639            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
16640            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
16641            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
16642            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
16643            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
16644            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
16645            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
16646            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
16647            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
16648            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
16649            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
16650            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
16651            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
16652            + lib/ExtUtils/MM_NW5.pm
16653            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
16654            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
16655            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
16656            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
16657            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
16658            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
16659            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
16660            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
16661            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
16662            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
16663            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
16664            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
16665            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
16666            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
16667            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
16668            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
16669            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
16670            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
16671            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
16672            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
16673            ! util.h x2p/a2py.c
16674 ____________________________________________________________________________
16675 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
16676         Log: Resort MANIFEST.
16677      Branch: perl
16678            ! MANIFEST
16679 ____________________________________________________________________________
16680 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
16681         Log: Integrate perlio.
16682      Branch: perl
16683           +> win32/win32io.c
16684           !> MANIFEST perlio.c perliol.h win32/makefile.mk
16685 ____________________________________________________________________________
16686 [ 10640] By: nick                                  on 2001/06/16  18:38:31
16687         Log: Disable :win32 layer as default till I get it working
16688      Branch: perlio
16689            ! MANIFEST perlio.c
16690 ____________________________________________________________________________
16691 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
16692         Log: Try the new scheme by moving the Text::Abbrev test
16693              to a new place under lib.
16694      Branch: perl
16695            + lib/Text/Abbrev/t/abbrev.t
16696            - t/lib/abbrev.t
16697            ! MANIFEST
16698 ____________________________________________________________________________
16699 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
16700         Log: Make the code even more dynamical so that testname
16701              suffix length can change.
16702      Branch: perl
16703            ! lib/Test/Harness.pm t/TEST
16704 ____________________________________________________________________________
16705 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
16706         Log: Allow for deeper t/ and also a single test.pl.
16707      Branch: perl
16708            ! t/TEST t/harness
16709 ____________________________________________________________________________
16710 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
16711         Log: #define fix from Nicholas Clark.
16712      Branch: perl
16713            ! ext/POSIX/POSIX.xs
16714 ____________________________________________________________________________
16715 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
16716         Log: Initialization is nice.
16717      Branch: perl
16718            ! lib/Test/Harness.pm
16719 ____________________________________________________________________________
16720 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
16721         Log: Make t/TEST and t/harness to test also the t/ tests
16722              under the main lib/ and ext/ directories.  Fix Test::Harness
16723              to dynamically change the width of its "foo/bar....ok" output.
16724      Branch: perl
16725            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
16726 ____________________________________________________________________________
16727 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
16728         Log: Subject: [PATCH] Re: perl@10611 
16729              From: Nicholas Clark <nick@ccl4.org>
16730              Date: Sat, 16 Jun 2001 16:52:47 +0100
16731              Message-ID: <20010616165247.O98663@plum.flirble.org>
16732              
16733              The .xs parts, too.
16734      Branch: perl
16735            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
16736            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
16737 ____________________________________________________________________________
16738 [ 10632] By: nick                                  on 2001/06/16  16:44:35
16739         Log: Work-in-progress win32 layer semi-functional, checking 
16740              for UNIX breakage.
16741      Branch: perlio
16742            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
16743 ____________________________________________________________________________
16744 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
16745         Log: Subject: [PATCH] Re: perl@10611 
16746              From: Nicholas Clark <nick@ccl4.org>
16747              Date: Sat, 16 Jun 2001 16:52:47 +0100
16748              Message-ID: <20010616165247.O98663@plum.flirble.org>
16749      Branch: perl
16750            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
16751            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
16752            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
16753            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
16754            ! lib/ExtUtils/Constant.pm
16755 ____________________________________________________________________________
16756 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
16757         Log: Metaconfig unit change for #10629.
16758      Branch: metaconfig
16759            ! U/modified/Finish.U
16760 ____________________________________________________________________________
16761 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
16762         Log: The extraction changed directories.
16763      Branch: perl
16764            ! Configure
16765 ____________________________________________________________________________
16766 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
16767         Log: Math::BigInt 1.35 from Tels.
16768      Branch: perl
16769            + t/lib/mbimbf.t
16770            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
16771            ! t/lib/bigfltpm.t t/lib/bigintpm.t
16772 ____________________________________________________________________________
16773 [ 10627] By: nick                                  on 2001/06/16  14:54:52
16774         Log: Work in progress UNIX-side edit of win32 PerLIO layer
16775      Branch: perlio
16776            + win32/win32io.c
16777            ! perlio.c win32/makefile.mk
16778 ____________________________________________________________________________
16779 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
16780         Log: Subject: [PATCH 5.6.1] os2/diff-configure
16781              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16782              Date: Fri, 15 Jun 2001 01:19:36 -0400
16783              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
16784              
16785              Empty all of it because I think #10624 made even the
16786              last patch hunk unnecessary.
16787      Branch: perl
16788            ! os2/diff.configure
16789 ____________________________________________________________________________
16790 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
16791         Log: Metaconfig unit change for 10624.
16792      Branch: metaconfig
16793            ! U/modified/libc.U
16794      Branch: perl
16795            ! config_h.SH
16796 ____________________________________________________________________________
16797 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
16798         Log: Move the initialization of libnames to the beginning so
16799              that can one 'seed' it (as OS/2 does.)
16800      Branch: perl
16801            ! Configure
16802 ____________________________________________________________________________
16803 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
16804         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
16805              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16806              Date: Fri, 15 Jun 2001 19:10:57 -0400
16807              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
16808      Branch: perl
16809            ! os2/OS2/REXX/DLL/DLL.pm
16810 ____________________________________________________________________________
16811 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
16812         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
16813              From: "Craig A. Berry" <craigberry@mac.com>
16814              Date: Fri, 15 Jun 2001 17:00:03 -0500
16815              Message-Id: <a05101007b750342599be@[172.16.52.1]>
16816      Branch: perl
16817            ! vms/descrip_mms.template
16818 ____________________________________________________________________________
16819 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
16820         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
16821              From: "Craig A. Berry" <craigberry@mac.com>
16822              Date: Fri, 15 Jun 2001 18:39:42 -0500
16823              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
16824      Branch: perl
16825            ! lib/File/Spec/VMS.pm t/lib/extutils.t
16826 ____________________________________________________________________________
16827 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
16828         Log: Integrate perlio.
16829      Branch: perl
16830           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
16831           !> t/io/utf8.t t/lib/io_scalar.t
16832 ____________________________________________________________________________
16833 [ 10619] By: nick                                  on 2001/06/15  21:05:19
16834         Log: Generated files
16835      Branch: perlio
16836            ! embed.h proto.h
16837 ____________________________________________________________________________
16838 [ 10618] By: nick                                  on 2001/06/15  20:27:42
16839         Log: Fix open.pm to work via XS-implemented method calls rather
16840              than *open::layers variables which caused all the HV/AV hassle.
16841      Branch: perlio
16842            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
16843            ! t/lib/io_scalar.t
16844 ____________________________________________________________________________
16845 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
16846         Log: Integrate perlio.
16847      Branch: perl
16848           !> lib/ExtUtils/Constant.pm
16849 ____________________________________________________________________________
16850 [ 10616] By: nick                                  on 2001/06/15  18:46:47
16851         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
16852      Branch: perlio
16853            ! lib/ExtUtils/Constant.pm
16854 ____________________________________________________________________________
16855 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
16856         Log: Integrate perlio.
16857      Branch: perl
16858           !> ext/Socket/Socket.xs
16859 ____________________________________________________________________________
16860 [ 10614] By: nick                                  on 2001/06/15  18:33:37
16861         Log: MULTIPLICITY fix for Socket.xs
16862      Branch: perlio
16863            ! ext/Socket/Socket.xs
16864 ____________________________________________________________________________
16865 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
16866         Log: Subject: Re: perl@10611
16867              From: Doug MacEachern <dougm@covalent.net>
16868              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
16869              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
16870      Branch: perl
16871            ! ext/Socket/Socket.xs
16872 ____________________________________________________________________________
16873 [ 10612] By: nick                                  on 2001/06/15  16:14:38
16874         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
16875      Branch: perlio
16876           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
16877           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
16878           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
16879           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
16880           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
16881           !> utils/h2ph.PL
16882 ____________________________________________________________________________
16883 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
16884         Log: Update Changes.
16885      Branch: perl
16886            ! Changes patchlevel.h
16887 ____________________________________________________________________________
16888 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
16889         Log: Upping the test count.
16890      Branch: perl
16891            ! t/lib/filefind.t
16892 ____________________________________________________________________________
16893 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
16894         Log: Integrate perlio.
16895      Branch: perl
16896           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
16897 ____________________________________________________________________________
16898 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
16899         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
16900              From: andreas.koenig@anima.de (Andreas J. Koenig)
16901              Date: 15 Jun 2001 13:30:39 +0200
16902              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
16903              
16904              Record the grim history.
16905      Branch: perl
16906            ! lib/File/Find.pm
16907 ____________________________________________________________________________
16908 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
16909         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
16910              From: Brian McCauley <nobull@mail.com>
16911              Date: 15 Jun 2001 07:51:26 +0100
16912              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
16913      Branch: perl
16914            ! lib/File/Find.pm t/lib/filefind.t
16915 ____________________________________________________________________________
16916 [ 10606] By: nick                                  on 2001/06/15  14:00:08
16917         Log: regen_config_h for Win32.
16918      Branch: perlio
16919            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16920 ____________________________________________________________________________
16921 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
16922         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
16923              From: Peter Prymmer <pvhp@forte.com>
16924              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
16925              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
16926      Branch: perl
16927            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
16928 ____________________________________________________________________________
16929 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
16930         Log: Some filesystems require writability for rename/unlink.
16931      Branch: perl
16932            ! opcode.pl
16933 ____________________________________________________________________________
16934 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
16935         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
16936              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
16937              Date: Fri, 15 Jun 2001 12:08:53 +0200
16938              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
16939      Branch: perl
16940            ! perlio.c
16941 ____________________________________________________________________________
16942 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
16943         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
16944              From: Mike Guy <mjtg@cam.ac.uk>
16945              Date: Fri, 15 Jun 2001 14:11:49 +0100
16946              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
16947      Branch: perl
16948            ! opcode.pl
16949 ____________________________________________________________________________
16950 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
16951         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
16952              From: Nicholas Clark <nick@ccl4.org>
16953              Date: Thu, 14 Jun 2001 23:52:56 +0100
16954              Message-ID: <20010614235256.G98663@plum.flirble.org>
16955      Branch: perl
16956            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
16957            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
16958 ____________________________________________________________________________
16959 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
16960         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
16961              From: Russ Allbery <rra@stanford.edu>
16962              Date: 14 Jun 2001 13:24:43 -0700
16963              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
16964      Branch: perl
16965            ! ext/GDBM_File/GDBM_File.pm
16966 ____________________________________________________________________________
16967 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
16968         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
16969              From: Nicholas Clark <nick@ccl4.org>
16970              Date: Thu, 14 Jun 2001 20:37:47 +0100
16971              Message-ID: <20010614203747.F98663@plum.flirble.org>
16972      Branch: perl
16973            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
16974            ! t/lib/gdbm.t
16975 ____________________________________________________________________________
16976 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
16977         Log: Integrate perlio.
16978      Branch: perl
16979           !> makedef.pl sv.c
16980 ____________________________________________________________________________
16981 [ 10597] By: nick                                  on 2001/06/15  11:08:13
16982         Log: Check that HVs with HvNAME() != NULL are really stashes before
16983              treating them as such. Also be more defensive on the GvCV.
16984              Win32 fork and dprof now working again. 
16985      Branch: perlio
16986            ! sv.c
16987 ____________________________________________________________________________
16988 [ 10596] By: nick                                  on 2001/06/15  10:11:20
16989         Log: Integrate mainline.
16990      Branch: perlio
16991           +> Cross/README
16992           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
16993           !> Porting/config_H config_h.SH configure.com epoc/config.sh
16994           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
16995           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
16996           !> vos/config.ga.h win32/config.bc win32/config.gc
16997           !> win32/config.vc win32/config_H.bc win32/config_H.gc
16998           !> win32/config_H.vc
16999 ____________________________________________________________________________
17000 [ 10595] By: nick                                  on 2001/06/15  09:37:17
17001         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
17002              - Win32 (VC++) now builds but fails:
17003              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
17004              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
17005              write.t    - open(...,"|-") not implemented on Win32 
17006      Branch: perlio
17007            ! makedef.pl
17008 ____________________________________________________________________________
17009 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
17010         Log: Integrate perlio.
17011      Branch: perl
17012           !> perlio.c win32/makefile.mk
17013 ____________________________________________________________________________
17014 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
17015         Log: Metaconfig unit changes for #10592.
17016      Branch: metaconfig
17017            + U/modified/i_varhdr.U U/modified/startsh.U
17018            - U/a_dvisory/crosscompile.U U/target/Target.U
17019            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
17020            ! U/compline/bitpbyte.U U/compline/byteorder.U
17021            ! U/compline/ccflags.U U/compline/charsize.U
17022            ! U/compline/d_casti32.U U/compline/d_castneg.U
17023            ! U/compline/d_closedir.U U/compline/d_fd_set.U
17024            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
17025            ! U/compline/d_keepsig.U U/compline/d_open3.U
17026            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
17027            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
17028            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
17029            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
17030            ! U/compline/doublesize.U U/compline/floatsize.U
17031            ! U/compline/nblock_io.U U/compline/orderlib.U
17032            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
17033            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
17034            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
17035            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
17036            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
17037            ! U/modified/spitshell.U U/threads/archname.U
17038            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
17039            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
17040            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
17041            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
17042            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
17043      Branch: metaconfig/U/perl
17044            + Cross.U
17045            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
17046            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
17047            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
17048            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
17049            ! stdio_streams.U uselfs.U
17050 ____________________________________________________________________________
17051 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
17052         Log: The first steps towards cross-compilation.
17053              
17054              Abstract execution of compiled test executables with $run,
17055              and abstract transfer of files with $to and $from.
17056              
17057              Under cross-compilation the $run, $to, and $from will point
17058              to appropriate wrapper scripts, by default ssh and scp,
17059              but also rsh, rcp, and cp are supported.  If not
17060              cross-compiling, they will be set to '', ':', and ':',
17061              respectively.
17062              
17063              With these patches I was able to get Configure for
17064              iPAQ ARM Linux on an Intel Linux about 95% right
17065              (only a few tests failed to execute or they produced
17066              incorrect results), and I was able to compile
17067              a functional miniperl.
17068              
17069              The symbol crosscompile renamed to be usecrosscompile,
17070              the corresponding C symbol from CROSSCOMPILE to
17071              USE_CROSS_COMPILE.
17072      Branch: perl
17073            ! Configure Cross/README Makefile.SH Porting/Glossary
17074            ! Porting/config.sh Porting/config_H config_h.SH configure.com
17075            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
17076            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
17077            ! vos/config.ga.def vos/config.ga.h win32/config.bc
17078            ! win32/config.gc win32/config.vc win32/config_H.bc
17079            ! win32/config_H.gc win32/config_H.vc
17080 ____________________________________________________________________________
17081 [ 10591] By: nick                                  on 2001/06/14  20:00:12
17082         Log: Steps along the road toward Win32 building again.
17083      Branch: perlio
17084            ! perlio.c win32/makefile.mk
17085 ____________________________________________________________________________
17086 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
17087         Log: Integrate perlio.
17088      Branch: perl
17089           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
17090 ____________________________________________________________________________
17091 [ 10589] By: nick                                  on 2001/06/14  13:54:07
17092         Log: Routine regen_config_h for Win32
17093      Branch: perlio
17094            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17095 ____________________________________________________________________________
17096 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
17097         Log: Integrate perlio.
17098      Branch: perl
17099           +> perlyline.pl
17100           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
17101 ____________________________________________________________________________
17102 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
17103         Log: A placeholder.
17104      Branch: perl
17105            + Cross/README
17106 ____________________________________________________________________________
17107 [ 10586] By: nick                                  on 2001/06/14  08:25:07
17108         Log: Add new step to run_byacc which:
17109              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
17110              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
17111      Branch: perlio
17112            + perlyline.pl
17113            ! MANIFEST Makefile.SH perly.c
17114 ____________________________________________________________________________
17115 [ 10585] By: nick                                  on 2001/06/14  08:22:29
17116         Log: Integrate mainline
17117      Branch: perlio
17118           +> locale.c numeric.c
17119           !> Changes cygwin/Makefile.SHs embed.h embed.pl
17120           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
17121           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
17122           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
17123           !> x2p/Makefile.SH
17124 ____________________________________________________________________________
17125 [ 10584] By: nick                                  on 2001/06/14  08:05:53
17126         Log: Hack to remove insecure directories from PATH so test will run.
17127      Branch: perlio
17128            ! t/lib/filefind.t
17129 ____________________________________________________________________________
17130 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
17131         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
17132      Branch: perl
17133            - t/lib/mbimbf.t
17134            ! MANIFEST
17135 ____________________________________________________________________________
17136 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
17137         Log: Detypo.
17138      Branch: perl
17139            ! x2p/Makefile.SH
17140 ____________________________________________________________________________
17141 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
17142         Log: de-$CONFIG continues.
17143      Branch: perl
17144            ! cygwin/Makefile.SHs x2p/Makefile.SH
17145 ____________________________________________________________________________
17146 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
17147         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
17148              From: Nicholas Clark <nick@ccl4.org>
17149              Date: Wed, 13 Jun 2001 21:20:13 +0100
17150              Message-ID: <20010613212013.D98663@plum.flirble.org>
17151      Branch: perl
17152            ! opcode.pl
17153 ____________________________________________________________________________
17154 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
17155         Log: Subject: splitting util.c
17156              From: Hugo <hv@crypt.compulink.co.uk>
17157              Date: Thu, 14 Jun 2001 00:41:08 +0100
17158              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
17159      Branch: perl
17160            + locale.c numeric.c
17161            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
17162            ! pod/perlapi.pod proto.h util.c
17163 ____________________________________________________________________________
17164 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
17165         Log: Upgrade to Math::BigInt 1.34 from Tels.
17166      Branch: perl
17167            + t/lib/mbimbf.t
17168            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
17169            ! t/lib/bigfltpm.t t/lib/bigintpm.t
17170 ____________________________________________________________________________
17171 [ 10577] By: nick                                  on 2001/06/13  19:02:48
17172         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
17173      Branch: perlio
17174           !> (integrate 125 files)
17175 ____________________________________________________________________________
17176 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
17177         Log: Update Changes.
17178      Branch: perl
17179            ! Changes patchlevel.h
17180 ____________________________________________________________________________
17181 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
17182         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
17183              From: "Craig A. Berry" <craigberry@mac.com>
17184              Date: Wed, 13 Jun 2001 13:24:28 -0500
17185              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
17186      Branch: perl
17187            ! ext/re/Makefile.PL
17188 ____________________________________________________________________________
17189 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
17190         Log: Mc.u.c. for #10573.
17191      Branch: metaconfig
17192            ! U/threads/usethreads.U
17193 ____________________________________________________________________________
17194 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
17195         Log: It would be also be good if I could type.
17196      Branch: perl
17197            ! Configure
17198 ____________________________________________________________________________
17199 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
17200         Log: Metaconfig unit change for #10571.
17201      Branch: metaconfig
17202            ! U/threads/usethreads.U
17203 ____________________________________________________________________________
17204 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
17205         Log: A non-empty default is a good thing.
17206      Branch: perl
17207            ! Configure
17208 ____________________________________________________________________________
17209 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
17210         Log: Metaconfig unit change for #10569.
17211      Branch: metaconfig
17212            ! U/threads/usethreads.U
17213 ____________________________________________________________________________
17214 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
17215         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
17216              extremely experimental, not even prompted for.
17217      Branch: perl
17218            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17219            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
17220            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
17221            ! win32/config.bc win32/config.gc win32/config.vc
17222 ____________________________________________________________________________
17223 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
17224         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
17225      Branch: perl
17226            ! pod/perlfaq6.pod
17227 ____________________________________________________________________________
17228 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
17229         Log: Integrate perlio; conflicts, accept Nick's versions.
17230      Branch: perl
17231           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
17232           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
17233 ____________________________________________________________________________
17234 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
17235         Log: Subject: Re: ext/ + -Wall
17236              From: Doug MacEachern <dougm@covalent.net>
17237              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
17238              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
17239      Branch: perl
17240            ! XSUB.h lib/ExtUtils/xsubpp perl.h
17241 ____________________________________________________________________________
17242 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
17243         Log: Similar logic as DB_File.xs, using the modern macros and
17244              defines them to older ones for older Perls where PERL_VERSION
17245              is not defined, from Doug MacEachern.
17246      Branch: perl
17247            ! ext/Storable/Storable.xs
17248 ____________________________________________________________________________
17249 [ 10564] By: nick                                  on 2001/06/13  15:22:01
17250         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
17251              and using that instead (name lookups are sequential search for now).
17252      Branch: perlio
17253            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
17254            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
17255 ____________________________________________________________________________
17256 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
17257         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
17258              From: "Richard Soderberg" <rs@crystalflame.net>
17259              Date: Sat, 26 May 2001 06:44:20 -0700
17260              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
17261      Branch: perl
17262            ! sv.c t/op/glob.t
17263 ____________________________________________________________________________
17264 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
17265         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
17266              From: "Craig A. Berry" <craigberry@mac.com>
17267              Date: Tue, 12 Jun 2001 23:55:26 -0500
17268              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
17269      Branch: perl
17270            ! ext/re/Makefile.PL ext/re/re.xs
17271 ____________________________________________________________________________
17272 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
17273         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
17274              suggested by NI-S.
17275      Branch: perl
17276            ! XSUB.h malloc.c perl.h
17277 ____________________________________________________________________________
17278 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
17279         Log: Regen toc.
17280      Branch: perl
17281            ! pod/perltoc.pod
17282 ____________________________________________________________________________
17283 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
17284         Log: Subject: [patch] perl.gprof control
17285              From: Doug MacEachern <dougm@covalent.net>
17286              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
17287              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
17288      Branch: perl
17289            ! miniperlmain.c perl.h
17290 ____________________________________________________________________________
17291 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
17292         Log: Subject: Re: ext/ + -Wall
17293              From: Doug MacEachern <dougm@covalent.net>
17294              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
17295              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
17296              
17297              Document ax and break up dXSARGS.
17298      Branch: perl
17299            ! XSUB.h pod/perlapi.pod
17300 ____________________________________________________________________________
17301 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
17302         Log: More AIX tweakage from Merijn.
17303      Branch: perl
17304            ! hints/aix.sh
17305 ____________________________________________________________________________
17306 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
17307         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
17308              From: "Craig A. Berry" <craigberry@mac.com>
17309              Date: Tue, 12 Jun 2001 22:57:45 -0500
17310              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
17311      Branch: perl
17312            ! vms/descrip_mms.template
17313 ____________________________________________________________________________
17314 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
17315         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
17316              From: "Craig A. Berry" <craigberry@mac.com>
17317              Date: Tue, 12 Jun 2001 22:21:39 -0500
17318              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
17319      Branch: perl
17320            ! configure.com util.c
17321 ____________________________________________________________________________
17322 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
17323         Log: New AIX dynaloading code from Jens-Uwe Mager.
17324              Does break binary compatibility.
17325      Branch: perl
17326            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
17327 ____________________________________________________________________________
17328 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
17329         Log: VMS DEC C compiler found nits by Peter Prymmer.
17330      Branch: perl
17331            ! util.c
17332 ____________________________________________________________________________
17333 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
17334         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
17335              From: Peter Prymmer <pvhp@forte.com>
17336              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
17337              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
17338      Branch: perl
17339            ! t/lib/filecomp.t
17340 ____________________________________________________________________________
17341 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
17342         Log: I wonder how many $CONFIGs still lurk in the shadows.
17343      Branch: perl
17344            ! pod/Makefile.SH x2p/cflags.SH
17345 ____________________________________________________________________________
17346 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
17347         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
17348      Branch: perl
17349            ! pod/checkpods.PL
17350 ____________________________________________________________________________
17351 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
17352         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
17353      Branch: perl
17354            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
17355 ____________________________________________________________________________
17356 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
17357         Log: Subject: [patch] rid local_patches warnings
17358              From: Doug MacEachern <dougm@covalent.net>
17359              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
17360              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
17361      Branch: perl
17362            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
17363 ____________________________________________________________________________
17364 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
17365         Log: Subject: Re: ext/ + -Wall
17366              From: Doug MacEachern <dougm@covalent.net>
17367              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
17368              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
17369      Branch: perl
17370            ! ext/attrs/attrs.xs
17371 ____________________________________________________________________________
17372 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
17373         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
17374              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
17375              Date: Tue, 12 Jun 2001 14:36:20 -0400
17376              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
17377      Branch: perl
17378            ! pod/perlretut.pod
17379 ____________________________________________________________________________
17380 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
17381         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
17382              From: Mike Guy <mjtg@cam.ac.uk>
17383              Date: Tue, 12 Jun 2001 19:10:31 +0100
17384              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
17385              
17386              Subject: Re: [ID 20010612.001] out of memory during regex compilation
17387              From: Mike Guy <mjtg@cam.ac.uk>
17388              Date: Tue, 12 Jun 2001 19:21:01 +0100
17389              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
17390      Branch: perl
17391            ! pod/perlop.pod
17392 ____________________________________________________________________________
17393 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
17394         Log: AIX tweaks from Merijn H. Brand.
17395      Branch: perl
17396            ! hints/aix.sh
17397 ____________________________________________________________________________
17398 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
17399         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
17400              From: "Brendan O'Dea" <bod@compusol.com.au>
17401              Date: Wed, 13 Jun 2001 05:16:47 +1000
17402              Message-ID: <20010613051647.A8945@compusol.com.au>
17403      Branch: maint-5.6/perl
17404            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
17405 ____________________________________________________________________________
17406 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
17407         Log: Subject: Small bcopy cleanup
17408              From: Andy Dougherty <doughera@lafayette.edu>
17409              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
17410              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
17411      Branch: perl
17412            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
17413 ____________________________________________________________________________
17414 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
17415         Log: Subject: [PATCH] Re: ext/ + -Wall
17416              From: Nicholas Clark <nick@ccl4.org>
17417              Date: Wed, 13 Jun 2001 00:04:30 +0100
17418              Message-ID: <20010613000430.M5901@plum.flirble.org>
17419      Branch: perl
17420            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
17421 ____________________________________________________________________________
17422 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
17423         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
17424              From: Nicholas Clark <nick@ccl4.org>
17425              Date: Tue, 12 Jun 2001 23:53:07 +0100
17426              Message-ID: <20010612235307.L5901@plum.flirble.org>
17427      Branch: perl
17428            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
17429 ____________________________________________________________________________
17430 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
17431         Log: MPE/iX tweaks from Mark Bixby.
17432      Branch: perl
17433            ! hints/mpeix.sh mpeix/mpeixish.h util.c
17434 ____________________________________________________________________________
17435 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
17436         Log: Update Changes.
17437      Branch: perl
17438            ! Changes patchlevel.h
17439 ____________________________________________________________________________
17440 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
17441         Log: One less -Wall whine (found under DEBUGGING).
17442      Branch: perl
17443            ! x2p/Makefile.SH x2p/a2p.c
17444 ____________________________________________________________________________
17445 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
17446         Log: s/case-independent/case-insensitive/g
17447      Branch: perl
17448            ! pod/perldebug.pod
17449 ____________________________________________________________________________
17450 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
17451         Log: As suggested in    
17452              
17453              Subject: Re: ext/ + -Wall
17454              From: Gurusamy Sarathy <gsar@ActiveState.com>
17455              Date: Mon, 11 Jun 2001 23:34:31 -0700
17456              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
17457      Branch: perl
17458            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
17459            ! perl.h
17460 ____________________________________________________________________________
17461 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
17462         Log: Subject: ext/ + -Wall
17463              From: Doug MacEachern <dougm@covalent.net>
17464              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
17465              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
17466      Branch: perl
17467            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
17468            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
17469            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
17470            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
17471            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
17472            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
17473            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
17474            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
17475            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
17476            ! lib/ExtUtils/xsubpp
17477 ____________________________________________________________________________
17478 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
17479         Log: Subject: [PATCH] anonymous stashes
17480              From: Abhijit Menon-Sen <ams@wiw.org>
17481              Date: Tue, 12 Jun 2001 12:47:04 +0530
17482              Message-ID: <20010612124704.A29029@lustre.linux.in>
17483      Branch: perl
17484            ! dump.c gv.c sv.c xsutils.c
17485 ____________________________________________________________________________
17486 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
17487         Log: One more test for $^S.
17488      Branch: perl
17489            ! t/op/magic.t
17490 ____________________________________________________________________________
17491 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
17492         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
17493              From: Abhijit Menon-Sen <ams@wiw.org>
17494              Date: Tue, 12 Jun 2001 17:35:55 +0530
17495              Message-ID: <20010612173555.A32426@lustre.linux.in>
17496      Branch: perl
17497            ! mg.c t/op/magic.t
17498 ____________________________________________________________________________
17499 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
17500         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
17501              From: Mike Guy <mjtg@cam.ac.uk>
17502              Date: Tue, 12 Jun 2001 13:14:15 +0100
17503              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
17504      Branch: perl
17505            ! pod/perlop.pod
17506 ____________________________________________________________________________
17507 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
17508         Log: AUTHORS updates.
17509      Branch: perl
17510            ! AUTHORS
17511 ____________________________________________________________________________
17512 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
17513         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
17514              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
17515              Content-Transfer-Encoding: 7bit
17516              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
17517      Branch: perl
17518            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
17519 ____________________________________________________________________________
17520 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
17521         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
17522              From: "Philip Newton" <Philip.Newton@gmx.net>
17523              Date: Mon, 11 Jun 2001 07:08:03 +0200
17524              Message-Id: <200106120802.LAA08992@taas.iki.fi>
17525      Branch: perl
17526            ! t/base/term.t
17527 ____________________________________________________________________________
17528 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
17529         Log: Cleanup the a2p.c for -Wall.
17530      Branch: perl
17531            ! x2p/Makefile.SH x2p/a2p.c
17532 ____________________________________________________________________________
17533 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
17534         Log: File::Find update for MacOS from Chris Nandor.
17535      Branch: perl
17536            ! lib/File/Find.pm t/lib/filefind.t
17537 ____________________________________________________________________________
17538 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
17539         Log: gcc -Wall nits picked out by a non-UNIX system
17540              (courtesy of Mark Bixby)
17541      Branch: perl
17542            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
17543            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
17544            ! pp_sys.c util.c
17545 ____________________________________________________________________________
17546 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
17547         Log: Metaconfig unit change for #10522.  (The d_modfl changes
17548              placate metalint.)
17549      Branch: metaconfig/U/perl
17550            ! d_modfl.U d_u32align.U
17551 ____________________________________________________________________________
17552 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
17553         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
17554              be "./try 2>&1 >/dev/null".
17555      Branch: perl
17556            ! Configure
17557 ____________________________________________________________________________
17558 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
17559         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
17560              From: "Craig A. Berry" <craigberry@mac.com>
17561              Date: Mon, 11 Jun 2001 14:00:32 -0500
17562              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
17563      Branch: perl
17564            ! configure.com
17565 ____________________________________________________________________________
17566 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
17567         Log: Move the full \p\P lists to perlunicode.
17568      Branch: perl
17569            ! pod/perlretut.pod pod/perlunicode.pod
17570 ____________________________________________________________________________
17571 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
17572         Log: VOS build tweak for 5.6.1 from Paul Green.
17573      Branch: maint-5.6/perl
17574            ! vos/build.cm
17575 ____________________________________________________________________________
17576 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
17577         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
17578              From: "Craig A. Berry" <craigberry@mac.com>
17579              Date: Fri, 8 Jun 2001 18:08:18 -0500
17580              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
17581      Branch: perl
17582            ! vms/vms.c
17583 ____________________________________________________________________________
17584 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
17585         Log: Update Changes.
17586      Branch: perl
17587            ! Changes patchlevel.h
17588 ____________________________________________________________________________
17589 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
17590         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
17591      Branch: perl
17592            ! vos/config.alpha.h vos/config.ga.h
17593 ____________________________________________________________________________
17594 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
17595         Log: VOS updates from Paul Green for @10476.
17596      Branch: perl
17597            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
17598            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
17599            ! vos/config.ga.h vos/configure_perl.cm
17600 ____________________________________________________________________________
17601 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
17602         Log: Subject: [PATCH] Not many people know this ...
17603              From: Mike Guy <mjtg@cam.ac.uk>
17604              Date: Mon, 11 Jun 2001 14:55:15 +0100
17605              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
17606      Branch: perl
17607            ! pod/perldebug.pod
17608 ____________________________________________________________________________
17609 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
17610         Log: Add final commas to lists as suggested by Philip Newton.
17611      Branch: perl
17612            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
17613 ____________________________________________________________________________
17614 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
17615         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
17616              Date: Sun, 10 Jun 2001 23:35:38 -0400
17617              From: Chris Nandor <pudge@pobox.com>
17618              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
17619      Branch: perl
17620            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
17621            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
17622            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
17623            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
17624            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
17625            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
17626            ! t/op/write.t t/pragma/strict.t
17627 ____________________________________________________________________________
17628 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
17629         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
17630              From: Chris Nandor <pudge@pobox.com>
17631              Date: Mon, 11 Jun 2001 08:24:28 -0400
17632              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
17633      Branch: perl
17634            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
17635            ! t/lib/io_dir.t
17636 ____________________________________________________________________________
17637 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
17638         Log: One more run_byacc (a hand-tweaked version had slipped in).
17639      Branch: perl
17640            ! perly.c vms/perly_c.vms
17641 ____________________________________________________________________________
17642 [ 10509] By: nick                                  on 2001/06/11  07:49:15
17643         Log: Integrate mainline
17644      Branch: perlio
17645           !> Makefile.SH embed.h embed.pl global.sym
17646           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
17647           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
17648           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
17649           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
17650 ____________________________________________________________________________
17651 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
17652         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
17653              From: Mike Guy <mjtg@cam.ac.uk>
17654              Reply-To: mjtg@cam.ac.uk
17655              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
17656      Branch: perl
17657            ! lib/ExtUtils/Manifest.pm
17658 ____________________________________________________________________________
17659 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
17660         Log: Subject: [PATCH] ExtUtils::Constant
17661              From: Nicholas Clark <nick@ccl4.org>
17662              Date: Sun, 10 Jun 2001 23:25:41 +0100
17663              Message-ID: <20010610232540.C76396@plum.flirble.org>
17664      Branch: perl
17665            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
17666 ____________________________________________________________________________
17667 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
17668         Log: Integrate perlio.
17669      Branch: perl
17670           !> iperlsys.h
17671 ____________________________________________________________________________
17672 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
17673         Log: Move the grok_number and its lieutenant grok_numeric_radix
17674              from sv.c statics to util.c and public.
17675      Branch: perl
17676            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
17677            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
17678 ____________________________________________________________________________
17679 [ 10504] By: nick                                  on 2001/06/10  17:47:06
17680         Log: Fix (valid) -Wall warnings in perlio.c
17681      Branch: perlio
17682            ! iperlsys.h
17683 ____________________________________________________________________________
17684 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
17685         Log: Update perly_c.diff, update perly.fixer to edit away
17686              some of the -Wall noise.
17687      Branch: perl
17688            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
17689 ____________________________________________________________________________
17690 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
17691         Log: Check the version of byacc.
17692      Branch: perl
17693            ! Makefile.SH
17694 ____________________________________________________________________________
17695 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
17696         Log: Subject: [PATCH] perly.y overhaul
17697              From: Simon Cozens <simon@netthink.co.uk>
17698              Date: Sun, 10 Jun 2001 16:56:54 +0100
17699              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
17700              
17701              Plus make run_byacc.
17702      Branch: perl
17703            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
17704 ____________________________________________________________________________
17705 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
17706         Log: Integrate perlio.
17707      Branch: perl
17708           !> perlio.c perlsfio.h
17709 ____________________________________________________________________________
17710 [ 10499] By: nick                                  on 2001/06/10  15:01:08
17711         Log: Integrate mainline
17712      Branch: perlio
17713           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
17714           !> t/pragma/locale.t util.c
17715 ____________________________________________________________________________
17716 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
17717         Log: Put some meat on the perl572delta bones.  The list of
17718              selected bug fixes needs more work, as does still the
17719              whole document.
17720      Branch: perl
17721            ! pod/perl572delta.pod
17722 ____________________________________________________________________________
17723 [ 10497] By: nick                                  on 2001/06/10  12:27:51
17724         Log: Paper over a crack or two with USE_SFIO
17725      Branch: perlio
17726            ! perlio.c perlsfio.h
17727 ____________________________________________________________________________
17728 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
17729         Log: Update Changes.
17730      Branch: perl
17731            ! Changes patchlevel.h
17732 ____________________________________________________________________________
17733 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
17734         Log: Subject: Re: pragma/locale.t #107
17735              From: Hugo <hv@crypt.compulink.co.uk>
17736              Date: Sun, 10 Jun 2001 11:23:30 +0100
17737              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
17738              
17739              Encapsulate the scan of the decimal radix separator.
17740      Branch: perl
17741            ! embed.h embed.pl proto.h sv.c
17742 ____________________________________________________________________________
17743 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
17744         Log: Try to grok numbers both with the locale specific separator
17745              and with the usual "." (if different from the lss); add a test
17746              to locale.t to do also a little bit of math in addition to just
17747              equalness testing; remove extraneous logic as suggested in
17748              
17749              Subject: Re: pragma/locale.t #107
17750              From: Nicholas Clark <nick@ccl4.org>
17751              Date: Sat, 9 Jun 2001 22:37:36 +0100
17752              Message-ID: <20010609223735.Y76396@plum.flirble.org>
17753      Branch: perl
17754            ! sv.c t/pragma/locale.t
17755 ____________________________________________________________________________
17756 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
17757         Log: Metaconfig unit change for #10492.
17758      Branch: metaconfig/U/perl
17759            ! Extensions.U
17760 ____________________________________________________________________________
17761 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
17762         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
17763              From: Artur Bergman <artur@contiller.se> 
17764              Date: Sat, 09 Jun 2001 21:03:51 +0200
17765              Message-ID: <B7483FB6.1398%artur@contiller.se>
17766      Branch: perl
17767            ! Configure
17768 ____________________________________________________________________________
17769 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
17770         Log: Integrate perlio.
17771      Branch: perl
17772           !> perlsfio.h
17773 ____________________________________________________________________________
17774 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
17775         Log: Do locale specific separator if only in locale.
17776      Branch: perl
17777            ! util.c
17778 ____________________________________________________________________________
17779 [ 10489] By: nick                                  on 2001/06/09  19:13:25
17780         Log: Make XS/Typemap compile (but fail) with sfio
17781      Branch: perlio
17782            ! perlsfio.h
17783 ____________________________________________________________________________
17784 [ 10488] By: nick                                  on 2001/06/09  19:12:51
17785         Log: Re-integrate mainline
17786      Branch: perlio
17787           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
17788           !> proto.h sv.c util.c
17789 ____________________________________________________________________________
17790 [ 10487] By: nick                                  on 2001/06/09  16:26:29
17791         Log: Integrate mainline
17792      Branch: perlio
17793           !> (integrate 31 files)
17794 ____________________________________________________________________________
17795 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
17796         Log: Subject: [PATCH] New attempt to clone callack
17797              From: Artur Bergman <artur@contiller.se> 
17798              Date: Thu, 07 Jun 2001 11:52:16 +0200
17799              Message-ID: <B7451B6F.12B7%artur@contiller.se>
17800      Branch: perl
17801            ! embedvar.h intrpvar.h perlapi.h sv.c
17802 ____________________________________________________________________________
17803 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
17804         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
17805      Branch: perl
17806            ! embed.h embed.pl perl.h proto.h sv.c util.c
17807 ____________________________________________________________________________
17808 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
17809         Log: Subject: Re: pragma/locale.t #107
17810              From: Nicholas Clark <nick@ccl4.org>
17811              Date: Sat, 9 Jun 2001 16:26:10 +0100
17812              Message-ID: <20010609162609.V76396@plum.flirble.org>
17813              
17814              A missing NVification.
17815      Branch: perl
17816            ! sv.c
17817 ____________________________________________________________________________
17818 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
17819         Log: Redo the #10482, there already was a test script for formats.
17820      Branch: perl
17821            - t/io/format.t
17822            ! MANIFEST t/op/write.t
17823 ____________________________________________________________________________
17824 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
17825         Log: Twisted format testing, from Merijn.
17826      Branch: perl
17827            + t/io/format.t
17828            ! MANIFEST
17829 ____________________________________________________________________________
17830 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
17831         Log: More \p{In...} testing, combined with \N{...}.
17832      Branch: perl
17833            ! lib/utf8_heavy.pl t/op/pat.t
17834 ____________________________________________________________________________
17835 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
17836         Log: Metaconfig changes for #10479.
17837      Branch: metaconfig
17838            ! U/Glossary.patch
17839      Branch: metaconfig/U/perl
17840            ! d_modfl.U
17841 ____________________________________________________________________________
17842 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
17843         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
17844      Branch: perl
17845            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17846            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
17847            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
17848            ! win32/config.bc win32/config.gc win32/config.vc
17849 ____________________________________________________________________________
17850 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
17851         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
17852              From: "Craig A. Berry" <craigberry@mac.com>
17853              Date: Thu, 7 Jun 2001 14:27:20 -0500
17854              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
17855      Branch: perl
17856            ! vms/perlvms.pod
17857 ____________________________________________________________________________
17858 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
17859         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
17860              From: Gisle Aas <gisle@ActiveState.com>
17861              Date: 07 Jun 2001 17:04:29 -0700
17862              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
17863      Branch: perl
17864            ! ext/re/re.xs
17865 ____________________________________________________________________________
17866 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
17867         Log: Update Changes.
17868      Branch: perl
17869            ! Changes patchlevel.h
17870 ____________________________________________________________________________
17871 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
17872         Log: Regen Glossary et alia.
17873      Branch: perl
17874            ! Porting/Glossary Porting/config.sh Porting/config_H
17875 ____________________________________________________________________________
17876 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
17877         Log: Metaconfig unit changes for #10473.
17878      Branch: metaconfig/U/perl
17879            ! d_modfl.U
17880 ____________________________________________________________________________
17881 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
17882         Log: Harumph, also AIX will spill its guts (i.e. dump core)
17883              if an executable contains modfl() but it hasn't been
17884              compiled right (in the case of AIX, with cc -qlongdouble).
17885      Branch: perl
17886            ! Configure
17887 ____________________________________________________________________________
17888 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
17889         Log: integrate change#10471 from mainline
17890              
17891              in change#10451, check that CvOUTSIDE is a CV before looking in
17892              (it can apparently be SVt_NULL during global destruction)
17893      Branch: maint-5.6/perl
17894           !> op.c
17895 ____________________________________________________________________________
17896 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
17897         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
17898              (it can apparently be SVt_NULL during global destruction)
17899      Branch: perl
17900            ! op.c
17901 ____________________________________________________________________________
17902 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
17903         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
17904              From: Robin Barker <rmb1@cise.npl.co.uk>
17905              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
17906              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
17907      Branch: perl
17908            ! lib/diagnostics.pm pod/perldiag.pod
17909 ____________________________________________________________________________
17910 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
17911         Log: Subject: [PATCH perl@10439] long =item
17912              From: Robin Barker <rmb1@cise.npl.co.uk>
17913              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
17914              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
17915      Branch: perl
17916            ! README.amiga lib/Attribute/Handlers.pm
17917            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
17918 ____________________________________________________________________________
17919 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
17920         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
17921              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
17922              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
17923              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
17924      Branch: perl
17925            ! pod/perlguts.pod
17926 ____________________________________________________________________________
17927 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
17928         Log: Integrate perlio.
17929      Branch: perl
17930           !> sv.c
17931 ____________________________________________________________________________
17932 [ 10466] By: nick                                  on 2001/06/07  10:25:40
17933         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
17934              whitespace tweaks.
17935              Still coredumps in pragma/overload.t - what a nice hard fail that is...
17936      Branch: perlio
17937            ! sv.c
17938 ____________________________________________________________________________
17939 [ 10465] By: nick                                  on 2001/06/07  08:41:58
17940         Log: Raw integrate of mainline for S_grok_number debug
17941              (sv.c has MULTIPLICITY issues as well as whatever else ...)
17942      Branch: perlio
17943            - plan9/perlplan9.doc plan9/perlplan9.pod
17944           !> (integrate 46 files)
17945 ____________________________________________________________________________
17946 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
17947         Log: The proper prototyping for #10463.
17948      Branch: perl
17949            ! embed.h embed.pl proto.h sv.c
17950 ____________________________________________________________________________
17951 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
17952         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
17953              From: Nicholas Clark <nick@ccl4.org>
17954              Date: Thu, 7 Jun 2001 00:29:59 +0100
17955              Message-ID: <20010607002959.Z76396@plum.flirble.org>
17956      Branch: perl
17957            ! sv.c
17958 ____________________________________________________________________________
17959 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
17960         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
17961              From: "Craig A. Berry" <craigberry@mac.com>
17962              Date: Wed, 06 Jun 2001 17:54:30 -0500
17963              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
17964      Branch: perl
17965            ! vms/perlvms.pod
17966 ____________________________________________________________________________
17967 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
17968         Log: Podify the remaining README.platform files;
17969              merge README.plan9 and plan9/perlplan9.pod;
17970              delete plan9/perlplan9.* (the perlplan.doc needs to
17971              be regenerated in Plan 9); make the =head1 and =head2
17972              in the README.platform to be a little more verbose
17973              (skipped README.os2 not to anger Ilya) so that they
17974              look better in the toc; regen toc.
17975      Branch: perl
17976            - plan9/perlplan9.doc plan9/perlplan9.pod
17977            ! MANIFEST README.aix README.amiga README.apollo README.beos
17978            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
17979            ! README.hpux README.hurd README.machten README.macos
17980            ! README.micro README.mint README.mpeix README.os390
17981            ! README.plan9 README.qnx README.solaris README.threads
17982            ! README.tru64 README.vmesa README.vms README.vos README.win32
17983            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
17984            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
17985 ____________________________________________________________________________
17986 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
17987         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
17988              From: Mike Guy <mjtg@cam.ac.uk>
17989              Reply-To: mjtg@cam.ac.uk
17990              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
17991      Branch: perl
17992            ! pod/perlguts.pod
17993 ____________________________________________________________________________
17994 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
17995         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
17996              From: Mike Guy <mjtg@cam.ac.uk>
17997              Reply-To: mjtg@cam.ac.uk
17998              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
17999      Branch: perl
18000            ! pod/perlsec.pod
18001 ____________________________________________________________________________
18002 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
18003         Log: Disable long doubles from pre-5.0 Tru64s.
18004      Branch: perl
18005            ! README.tru64 hints/dec_osf.sh
18006 ____________________________________________________________________________
18007 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
18008         Log: The #10455 exposed that modfl() is fundamentally busted
18009              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
18010              testing it.
18011      Branch: perl
18012            ! hints/dec_osf.sh
18013 ____________________________________________________________________________
18014 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
18015         Log: Metaconfig unit change for #10455.
18016      Branch: metaconfig/U/perl
18017            ! d_modfl.U
18018 ____________________________________________________________________________
18019 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
18020         Log: Configure check for geborken modfl(), inspired by
18021              
18022              Subject: Re: [20010118.017] op/int.t failure 
18023              From: Hugo <hv@crypt.compulink.co.uk>
18024              Date: Tue, 05 Jun 2001 13:43:27 +0100
18025              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
18026      Branch: perl
18027            ! Configure
18028 ____________________________________________________________________________
18029 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
18030         Log: Integrate changes #10450 and #10451 from maintperl:
18031              
18032              optimize change#10448 slightly (don't repeat search in eval""s lexical
18033              scope, since that has already been searched)
18034              
18035              change#9108 needs subtler treatment for case of closures created
18036              within eval""
18037      Branch: perl
18038           !> op.c t/op/misc.t
18039 ____________________________________________________________________________
18040 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
18041         Log: MakeMaker magic to compile (when no dynamic loading)
18042              List/Util.xsc as (ListUtil.c and) ListUtil.o since
18043              POSIX-BC (BS2000) linker has an evil limitation of
18044              being unable to include in the same executable several
18045              object files with the same name - case-insensitively -
18046              because otherwise we conflict with util.c.
18047              Strictly speaking currently required only in POSIX-BC
18048              but probably will do no harm elsewhere where static
18049              linking is required.
18050      Branch: perl
18051            ! ext/List/Util/Makefile.PL
18052 ____________________________________________________________________________
18053 [ 10452] By: nick                                  on 2001/06/06  08:59:51
18054         Log: Integrate mainline.
18055      Branch: perlio
18056           +> lib/Attribute/Handlers/demo/Demo.pm
18057           +> lib/Attribute/Handlers/demo/Descriptions.pm
18058           +> lib/Attribute/Handlers/demo/MyClass.pm
18059           +> lib/Attribute/Handlers/demo/demo.pl
18060           +> lib/Attribute/Handlers/demo/demo2.pl
18061           +> lib/Attribute/Handlers/demo/demo3.pl
18062           +> lib/Attribute/Handlers/demo/demo4.pl
18063           +> lib/Attribute/Handlers/demo/demo_call.pl
18064           +> lib/Attribute/Handlers/demo/demo_chain.pl
18065           +> lib/Attribute/Handlers/demo/demo_cycle.pl
18066           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
18067           +> lib/Attribute/Handlers/demo/demo_phases.pl
18068           +> lib/Attribute/Handlers/demo/demo_range.pl
18069           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
18070           +> uts/strtol_wrap.c
18071           !> (integrate 91 files)
18072 ____________________________________________________________________________
18073 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
18074         Log: change#9108 needs subtler treatment for case of closures created
18075              within eval""
18076      Branch: maint-5.6/perl
18077            ! op.c t/op/misc.t
18078 ____________________________________________________________________________
18079 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
18080         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
18081              scope, since that has already been searched)
18082      Branch: maint-5.6/perl
18083            ! op.c
18084 ____________________________________________________________________________
18085 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
18086         Log: Integrate change #10448 from maintperl; lexicals
18087              outside an eval"" weren't resolved correctly inside a subroutine
18088              definition inside the eval"" if they were not already referenced
18089              in the toplevel of the eval""-ed code
18090      Branch: perl
18091           !> cop.h op.c pp_ctl.c t/op/misc.t
18092 ____________________________________________________________________________
18093 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
18094         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
18095              outside an eval"" weren't resolved correctly inside a subroutine
18096              definition inside the eval"" if they were not already referenced
18097              in the toplevel of the eval""-ed code
18098      Branch: maint-5.6/perl
18099            ! cop.h op.c pp_ctl.c t/op/misc.t
18100 ____________________________________________________________________________
18101 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
18102         Log: Subject: [PATCH] perl570delta.pod
18103              From: Peter Scott <Peter@PSDT.com> 
18104              Date: Tue, 05 Jun 2001 18:51:02 -0700
18105              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
18106      Branch: perl
18107            ! pod/perl570delta.pod
18108 ____________________________________________________________________________
18109 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
18110         Log: The fudge factor is no more needed.  I hope.
18111      Branch: perl
18112            ! t/lib/posix.t
18113 ____________________________________________________________________________
18114 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
18115         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
18116              From: Hugo <hv@crypt.compulink.co.uk>
18117              Date: Tue, 05 Jun 2001 12:58:19 +0100
18118              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
18119      Branch: perl
18120            ! util.c
18121 ____________________________________________________________________________
18122 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
18123         Log: Make up prototypes only for those who have the functions
18124              but not the prototypes.
18125      Branch: perl
18126            ! perl.h
18127 ____________________________________________________________________________
18128 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
18129         Log: Subject: Re: Not OK: perl@10439 on win32 
18130              From: Prymmer/Kahn <pvhp@best.com> 
18131              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
18132              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
18133      Branch: perl
18134            ! perl.h util.c
18135 ____________________________________________________________________________
18136 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
18137         Log: The metaconfig units changes for #10441.
18138      Branch: metaconfig
18139            ! U/modified/Extract.U U/modified/Extractall.U
18140            ! U/modified/Finish.U
18141 ____________________________________________________________________________
18142 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
18143         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
18144      Branch: perl
18145            ! Configure
18146 ____________________________________________________________________________
18147 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
18148         Log: Unnecessary fuzziness undone, noted by Mike Guy.
18149      Branch: perl
18150            ! t/op/tr.t
18151 ____________________________________________________________________________
18152 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
18153         Log: Update Changes.
18154      Branch: perl
18155            ! Changes patchlevel.h
18156 ____________________________________________________________________________
18157 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
18158         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
18159              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
18160              leakage patch.
18161      Branch: perl
18162            ! t/op/misc.t
18163 ____________________________________________________________________________
18164 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
18165         Log: Test case for #10433/#10424.
18166      Branch: perl
18167            ! t/op/misc.t
18168 ____________________________________________________________________________
18169 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
18170         Log: Subject: One fix for strtoul not setting errno
18171              From: hom00@utsglobal.com (Hal Morris)
18172              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
18173              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
18174      Branch: perl
18175            + uts/strtol_wrap.c
18176            ! MANIFEST hints/uts.sh
18177 ____________________________________________________________________________
18178 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
18179         Log: Metaconfig units changes for #10434.
18180      Branch: metaconfig
18181            ! U/modified/Cppsym.U
18182      Branch: metaconfig/U/perl
18183            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
18184            + d_syscallproto.U d_usleepproto.U
18185            ! longdblfio.U quadfio.U
18186 ____________________________________________________________________________
18187 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
18188         Log: Configure tweaks; add prototype probes, make the cpp symbols
18189              probe to cast, not whine; test for %Ld and %Lf before %lld and
18190              %llf because the L is the ANSI way.
18191      Branch: perl
18192            ! Configure config_h.SH configure.com epoc/config.sh
18193            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
18194            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
18195            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
18196 ____________________________________________________________________________
18197 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
18198         Log: Sigh.  This is what #10424 was supposed to check in.
18199      Branch: perl
18200            ! op.c sv.c sv.h
18201 ____________________________________________________________________________
18202 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
18203         Log: More verbose failure.
18204      Branch: perl
18205            ! t/op/ver.t
18206 ____________________________________________________________________________
18207 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
18208         Log: The .pm changes to go with #10428.
18209      Branch: perl
18210            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
18211            ! ext/Sys/Syslog/Syslog.pm
18212 ____________________________________________________________________________
18213 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
18214         Log: On second thoughts show to utf8 skippage message only
18215              on failures, it's too confusing otherwise,
18216      Branch: perl
18217            ! t/pragma/locale.t
18218 ____________________________________________________________________________
18219 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
18220         Log: Do not import anything from Encode.
18221      Branch: perl
18222            ! ext/MIME/Base64/QuotedPrint.pm
18223 ____________________________________________________________________________
18224 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
18225         Log: The #10402 didn't take.  Weird.
18226      Branch: perl
18227            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
18228            ! ext/Sys/Syslog/Syslog.xs
18229 ____________________________________________________________________________
18230 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
18231         Log: Eradicate traces of 'asciirange' re subpragma.
18232      Branch: perl
18233            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
18234            ! pod/perldiag.pod
18235 ____________________________________________________________________________
18236 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
18237         Log: use is a compile-time thing.
18238      Branch: perl
18239            ! ext/MIME/Base64/QuotedPrint.pm
18240 ____________________________________________________________________________
18241 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
18242         Log: Subject: [PATCH perl@10419] -Wall casting patch
18243              From: Robin Barker <rmb1@cise.npl.co.uk>
18244              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
18245              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
18246      Branch: perl
18247            ! ext/Devel/DProf/DProf.xs mg.c
18248 ____________________________________________________________________________
18249 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
18250         Log: Subject: [PATCH #2] introducing SVpad_TYPED
18251              From: Abhijit Menon-Sen <ams@wiw.org>
18252              Date: Mon, 4 Jun 2001 12:26:02 +0530
18253              Message-ID: <20010604122602.A5775@lustre.linux.in>
18254      Branch: perl
18255            ! op.c sv.c sv.h
18256 ____________________________________________________________________________
18257 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
18258         Log: testsuite for change#10192 (from Gisle Aas)
18259      Branch: perl
18260            + t/op/override.t
18261            ! MANIFEST
18262 ____________________________________________________________________________
18263 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
18264         Log: integrate changes#10414-10416 from mainline
18265              
18266              Potential buffer overrun if the radix separator is more than
18267              one byte.  Also, under locales, prefer the locale-specific
18268              separator over the old boring ".".
18269              
18270              "10.", that is, decimal numbers can have no decimal part at all.
18271              
18272              The non-locale places need love, too.
18273      Branch: maint-5.6/perl
18274           !> perl.h sv.c
18275 ____________________________________________________________________________
18276 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
18277         Log: Missed from #10420.
18278      Branch: perl
18279            ! epoc/config.sh
18280 ____________________________________________________________________________
18281 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
18282         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
18283              often this prototype goes with HAS_SETRESUID_PROTO.
18284      Branch: perl
18285            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18286            ! config_h.SH configure.com perl.h uconfig.h
18287 ____________________________________________________________________________
18288 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
18289         Log: Update Changes.
18290      Branch: perl
18291            ! Changes patchlevel.h
18292 ____________________________________________________________________________
18293 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
18294         Log: -Wall "subscript has type `char'" cleanup.
18295      Branch: perl
18296            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
18297 ____________________________________________________________________________
18298 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
18299         Log: Various "cast to pointer from integer of different size"
18300              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
18301              wide but I32 (int) only 32 bits wide).
18302              
18303              WARNING: the classnum and tagnum changes in Storable.xs
18304              may not be wise, they may be breaking binary compatibility
18305              (in 64-bit platforms), asked Raphael Manfredi about the changes.
18306      Branch: perl
18307            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
18308            ! mg.c proto.h
18309 ____________________________________________________________________________
18310 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
18311         Log: The non-locale places need love, too.
18312      Branch: perl
18313            ! perl.h
18314 ____________________________________________________________________________
18315 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
18316         Log: "10.", that is, decimal numbers can have no decimal part at all.
18317      Branch: perl
18318            ! perl.h
18319 ____________________________________________________________________________
18320 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
18321         Log: Potential buffer overrun if the radix separator is more than
18322              one byte.  Also, under locales, prefer the locale-specific
18323              separator over the old boring ".".
18324      Branch: perl
18325            ! perl.h sv.c
18326 ____________________________________________________________________________
18327 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
18328         Log: Integrate change #10412 from maintperl; locale is now
18329              per-cop, not per-op; plus retweak the locale.t to always
18330              list the skipped utf8 locales.
18331      Branch: perl
18332            ! t/pragma/locale.t
18333           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
18334           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
18335 ____________________________________________________________________________
18336 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
18337         Log: rationalize locale handling to fix the bugs uncovered by change#10394
18338              
18339              the major issue was that the runtime was looking at PL_hints rather
18340              than op_private to notice whether locale was enabled
18341              
18342              the secondary issue was that many locale-sensitive numeric ops didn't
18343              have HINT_LOCALE propagated into their op_private
18344              
18345              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
18346              instead of per-op, just like HINT_BYTE and the hints for lexical
18347              warnings (this makes the hint available to every op via PL_curcop)
18348              
18349              pragma/locale.t may need to be reworked with these fixes in mind
18350              (it currently passes its tests)
18351      Branch: maint-5.6/perl
18352            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
18353            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
18354 ____________________________________________________________________________
18355 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
18356         Log: More verbose debugging.
18357      Branch: perl
18358            ! t/pragma/locale.t
18359 ____________________________________________________________________________
18360 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
18361         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
18362              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
18363              Date: Sat, 2 Jun 2001 22:53:33 +0100
18364              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
18365      Branch: perl
18366            ! regcomp.c t/pragma/warn/regcomp
18367 ____________________________________________________________________________
18368 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
18369         Log: Mention that lexicalizing $a or $b is a bad idea if one
18370              wants to use sort().
18371      Branch: perl
18372            ! pod/perlvar.pod
18373 ____________________________________________________________________________
18374 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
18375         Log: Tweak the test to be happy if the accuracy is 'good enough'.
18376      Branch: perl
18377            ! t/lib/posix.t
18378 ____________________________________________________________________________
18379 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
18380         Log: Upgrade to Attribute::Handlers 0.70.
18381              
18382              NOTE: this unearthed the "too late for CHECK block" bug,
18383              that's why the 1_compile.t change.
18384      Branch: perl
18385            + lib/Attribute/Handlers/demo/Demo.pm
18386            + lib/Attribute/Handlers/demo/Descriptions.pm
18387            + lib/Attribute/Handlers/demo/MyClass.pm
18388            + lib/Attribute/Handlers/demo/demo.pl
18389            + lib/Attribute/Handlers/demo/demo2.pl
18390            + lib/Attribute/Handlers/demo/demo3.pl
18391            + lib/Attribute/Handlers/demo/demo4.pl
18392            + lib/Attribute/Handlers/demo/demo_call.pl
18393            + lib/Attribute/Handlers/demo/demo_chain.pl
18394            + lib/Attribute/Handlers/demo/demo_cycle.pl
18395            + lib/Attribute/Handlers/demo/demo_hashdir.pl
18396            + lib/Attribute/Handlers/demo/demo_phases.pl
18397            + lib/Attribute/Handlers/demo/demo_range.pl
18398            + lib/Attribute/Handlers/demo/demo_rawdata.pl
18399            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
18400            ! t/lib/attrhand.t
18401 ____________________________________________________________________________
18402 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
18403         Log: One less -Wall whine.
18404      Branch: perl
18405            ! regcomp.c
18406 ____________________________________________________________________________
18407 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
18408         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
18409      Branch: perl
18410           !> t/op/eval.t
18411 ____________________________________________________________________________
18412 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
18413         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
18414              aren't "normally" visible inside eval""s contained in subs unless
18415              a cloned reference to them already exists)
18416              
18417              strangely enough, t/harness didn't show this up as a failure
18418              (harness needs fixing?)
18419      Branch: maint-5.6/perl
18420            ! t/op/eval.t
18421 ____________________________________________________________________________
18422 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
18423         Log: Update to Text::Balanced 1.85.
18424      Branch: perl
18425            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
18426 ____________________________________________________________________________
18427 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
18428         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
18429              From: Nicholas Clark <nick@ccl4.org>
18430              Date: Sun, 3 Jun 2001 17:54:36 +0100
18431              Message-ID: <20010603175436.E76396@plum.flirble.org> 
18432      Branch: perl
18433            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
18434            ! ext/Sys/Syslog/Syslog.xs
18435 ____________________________________________________________________________
18436 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
18437         Log: Unused variables.
18438      Branch: perl
18439            ! util.c
18440 ____________________________________________________________________________
18441 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
18442         Log: Subject: [PATCH] APIfy op_clear 
18443              From: Simon Cozens <simon@netthink.co.uk>
18444              Date: Sun, 3 Jun 2001 13:51:46 +0100
18445              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
18446              
18447              (despite the subject line, op_null is APIfied by the patch)
18448      Branch: perl
18449            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
18450 ____________________________________________________________________________
18451 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
18452         Log: Subject: [PATCH] t/lib/extutils.t
18453              From: Nicholas Clark <nick@ccl4.org>
18454              Date: Sat, 2 Jun 2001 23:57:05 +0100
18455              Message-ID: <20010602235705.Q12698@plum.flirble.org>
18456      Branch: perl
18457            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
18458 ____________________________________________________________________________
18459 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
18460         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
18461              From: Prymmer/Kahn <pvhp@best.com>
18462              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
18463              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
18464      Branch: perl
18465            ! win32/Makefile win32/makefile.mk
18466 ____________________________________________________________________________
18467 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
18468         Log: Subject: Re: 'decimal digits' macro? 
18469              From: Hugo <hv@crypt.compulink.co.uk>
18470              Date: Sun, 03 Jun 2001 04:26:36 +0100
18471              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
18472      Branch: perl
18473            ! handy.h t/lib/posix.t t/op/tr.t
18474 ____________________________________________________________________________
18475 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
18476         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
18477              From: Hugo <hv@crypt.compulink.co.uk>
18478              Date: Sun, 03 Jun 2001 14:56:30 +0100
18479              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
18480      Branch: perl
18481            ! util.c
18482 ____________________________________________________________________________
18483 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
18484         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
18485      Branch: perl
18486           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
18487           !> vms/perly_c.vms
18488 ____________________________________________________________________________
18489 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
18490         Log: fix leakage of lexicals at file scope into subroutines that were
18491              declared before them; this appears to be a longstanding bug that
18492              meant that lexicals at file scope were never "deintroduced", meaning
18493              their scope range was never properly closed, and their visibility
18494              extended to all subsequent eval""s or requires
18495              
18496              added a test case
18497              
18498              seems to also fix a case of bogus duplicate warnings
18499      Branch: maint-5.6/perl
18500            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
18501            ! vms/perly_c.vms
18502 ____________________________________________________________________________
18503 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
18504         Log: More VMS tweaks from Craig A. Berry.
18505      Branch: perl
18506            ! configure.com t/lib/extutils.t
18507 ____________________________________________________________________________
18508 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
18509         Log: -Wall cleanup continues.
18510      Branch: perl
18511            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
18512            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
18513            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
18514            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
18515            ! run.c toke.c util.c
18516 ____________________________________________________________________________
18517 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
18518         Log: The metaconfig unit change for #10390.
18519      Branch: metaconfig/U/perl
18520            ! gccvers.U
18521 ____________________________________________________________________________
18522 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
18523         Log: Drop the -ansi from the default gcc flags.
18524              
18525              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
18526              that struct cannot be compared with a flat integer, such as STRLEN.
18527              The -ansi will also cause a lot of noise in Solaris because of:
18528              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
18529      Branch: perl
18530            ! Configure
18531 ____________________________________________________________________________
18532 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
18533         Log: Integrate perlio.
18534      Branch: perl
18535           !> pod/perlapi.pod util.c
18536 ____________________________________________________________________________
18537 [ 10388] By: nick                                  on 2001/06/02  08:01:12
18538         Log: Integrate mainline
18539      Branch: perlio
18540           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
18541           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
18542           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
18543           !> t/lib/1_compile.t t/lib/mimeqp.t
18544 ____________________________________________________________________________
18545 [ 10387] By: nick                                  on 2001/06/02  07:39:17
18546         Log: Tweak util.c's atof2 for MULTIPLICITY
18547      Branch: perlio
18548            ! util.c
18549 ____________________________________________________________________________
18550 [ 10386] By: nick                                  on 2001/06/02  07:38:33
18551         Log: Integrate mainline
18552      Branch: perlio
18553           !> (integrate 41 files)
18554 ____________________________________________________________________________
18555 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
18556         Log: Add Attribute::Handlers 0.61 from Damian Conway.
18557      Branch: perl
18558            + lib/Attribute/Handlers.pm t/lib/attrhand.t
18559            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
18560 ____________________________________________________________________________
18561 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
18562         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
18563              From: Peter Prymmer <pvhp@forte.com>
18564              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
18565              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
18566      Branch: perl
18567            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
18568 ____________________________________________________________________________
18569 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
18570         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
18571              From: Jeff Pinyan <jeffp@crusoe.net>
18572              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
18573              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
18574      Branch: perl
18575            ! lib/File/Find.pm
18576 ____________________________________________________________________________
18577 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
18578         Log: Subject: [PATCH perl@10381] configure.com tweaks
18579              From: "Craig A. Berry" <craigberry@mac.com>
18580              Date: Fri, 1 Jun 2001 13:55:43 -0500
18581              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
18582      Branch: perl
18583            ! configure.com
18584 ____________________________________________________________________________
18585 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
18586         Log: Update Changes.
18587      Branch: perl
18588            ! Changes patchlevel.h
18589 ____________________________________________________________________________
18590 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
18591         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
18592              From: Mike Guy <mjtg@cam.ac.uk>
18593              Date: Fri, 01 Jun 2001 18:17:02 +0100
18594              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
18595      Branch: perl
18596            ! lib/perl5db.pl
18597 ____________________________________________________________________________
18598 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
18599         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
18600              From: Hugo <hv@crypt.compulink.co.uk>
18601              Date: Thu, 31 May 2001 20:49:48 +0100
18602              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
18603      Branch: perl
18604            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
18605            ! util.c
18606 ____________________________________________________________________________
18607 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
18608         Log: Zero() is not available in x2p (or, rather, some of its
18609              implementations like memzero() might not be available.)
18610      Branch: perl
18611            ! x2p/hash.c
18612 ____________________________________________________________________________
18613 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
18614         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
18615              From: Michael G Schwern <schwern@pobox.com>
18616              Date: Fri, 1 Jun 2001 12:00:29 +0100
18617              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
18618              
18619              (But use Zero() instead of memset.)
18620      Branch: perl
18621            ! x2p/hash.c
18622 ____________________________________________________________________________
18623 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
18624         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
18625              From: Jeff Pinyan <jeffp@crusoe.net>
18626              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
18627              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
18628      Branch: perl
18629            ! pod/perldiag.pod regcomp.c t/op/pat.t
18630 ____________________________________________________________________________
18631 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
18632         Log: Retract #10324 and #10333; not needed.
18633      Branch: perl
18634            ! hints/irix_6.sh hints/linux.sh
18635 ____________________________________________________________________________
18636 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
18637         Log: The #10370 wasn't quite right.
18638      Branch: perl
18639            ! ext/XS/Typemap/Typemap.xs
18640 ____________________________________________________________________________
18641 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
18642         Log: The metaconfig units changes for #10372.
18643      Branch: metaconfig/U/perl
18644            + d_realpath.U d_sresgproto.U d_sresuproto.U
18645            ! gccvers.U i_db.U
18646 ____________________________________________________________________________
18647 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
18648         Log: Configure tweaks; record the Berkeley DB version,
18649              probe for realpath(), for setresuid() and setresgid()
18650              prototypes; use realpath() (try to be paranoid enough),
18651              use the setres[ug]id prototypes because glibc has the functions
18652              but not their prototypes; add -Wall -ansi to gcc ccflags;
18653              regen toc.
18654      Branch: perl
18655            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18656            ! config_h.SH configure.com epoc/config.sh
18657            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
18658            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
18659            ! vos/config.ga.def win32/config.bc win32/config.gc
18660            ! win32/config.vc
18661 ____________________________________________________________________________
18662 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
18663         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
18664              From: Michael G Schwern <schwern@pobox.com>
18665              Date: Fri, 1 Jun 2001 11:28:14 +0100
18666              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
18667      Branch: perl
18668            ! lib/attributes.pm xsutils.c
18669 ____________________________________________________________________________
18670 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
18671         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
18672              From: Tim Jenness <t.jenness@jach.hawaii.edu>
18673              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
18674              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
18675      Branch: perl
18676            ! ext/XS/Typemap/Typemap.xs
18677 ____________________________________________________________________________
18678 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
18679         Log: Subject: [patch] Cwd.xs optimizations/abstraction
18680              From: Doug MacEachern <dougm@covalent.net>
18681              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
18682              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
18683      Branch: perl
18684            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
18685            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
18686 ____________________________________________________________________________
18687 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
18688         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!])
18689              From: Nicholas Clark <nick@ccl4.org>
18690              Date: Thu, 31 May 2001 23:56:40 +0100
18691              Message-ID: <20010531235640.F12698@plum.flirble.org>
18692              
18693              Make the test work also under only static extensions
18694              (sh Configure -Uusedl fakes this nicely)
18695      Branch: perl
18696            ! t/lib/extutils.t
18697 ____________________________________________________________________________
18698 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
18699         Log: Subject: [PATCH hv.c] Eliminating trigraph
18700              From: Michael G Schwern <schwern@pobox.com>
18701              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
18702              Date: Fri, 1 Jun 2001 11:49:56 +0100
18703      Branch: perl
18704            ! hv.c
18705 ____________________________________________________________________________
18706 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
18707         Log: Subject: Re: [PATCH] Tests for File::Compare 
18708              From: "Philip Newton" <Philip.Newton@gmx.net>
18709              Date: Thu, 31 May 2001 19:44:05 +0200
18710              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
18711              
18712              Unnecessary "quotation marks".
18713      Branch: perl
18714            ! t/lib/filecomp.t
18715 ____________________________________________________________________________
18716 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
18717         Log: Integrate perlio.
18718      Branch: perl
18719           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
18720 ____________________________________________________________________________
18721 [ 10364] By: nick                                  on 2001/06/01  10:13:31
18722         Log: Cleanup dll.base and dll.exp created by GCC builds.
18723      Branch: perlio
18724            ! lib/ExtUtils/MM_Win32.pm
18725 ____________________________________________________________________________
18726 [ 10363] By: nick                                  on 2001/06/01  10:02:17
18727         Log: Make filecomp test work on CRLF platforms by adding binmode.
18728      Branch: perlio
18729            ! t/lib/filecomp.t
18730 ____________________________________________________________________________
18731 [ 10362] By: nick                                  on 2001/06/01  08:37:17
18732         Log: Integrate mainline
18733      Branch: perlio
18734           !> Changes Configure patchlevel.h perlio.c
18735 ____________________________________________________________________________
18736 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
18737         Log: panic:claustrophobia.
18738      Branch: perl
18739            ! perlio.c
18740 ____________________________________________________________________________
18741 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
18742         Log: Update Changes.
18743      Branch: perl
18744            ! Changes patchlevel.h
18745 ____________________________________________________________________________
18746 [ 10359] By: nick                                  on 2001/05/31  12:35:50
18747         Log: Integrate mainline.
18748      Branch: perlio
18749           +> t/lib/filecomp.t
18750           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
18751           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
18752 ____________________________________________________________________________
18753 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
18754         Log: Integrate perlio.
18755      Branch: perl
18756           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
18757           !> win32/config_H.vc
18758 ____________________________________________________________________________
18759 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
18760         Log: Metaconfig unit change for #10356.
18761      Branch: metaconfig
18762            ! U/installdirs/inc_version_list.U
18763 ____________________________________________________________________________
18764 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
18765         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
18766              (idea from Sarathy; implementation from Andy)
18767      Branch: perl
18768            ! Configure
18769 ____________________________________________________________________________
18770 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
18771         Log: More AUTHORS.
18772      Branch: perl
18773            ! AUTHORS
18774 ____________________________________________________________________________
18775 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
18776         Log: Subject: Re: [PATCH] Tests for File::Compare
18777              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
18778              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
18779              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
18780      Branch: perl
18781            + t/lib/filecomp.t
18782            ! MANIFEST t/lib/1_compile.t
18783 ____________________________________________________________________________
18784 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
18785         Log: Subject: [PATCH] DEBUG_* macro cleanups
18786              From: Abhijit Menon-Sen <ams@wiw.org>
18787              Date: Thu, 31 May 2001 12:16:22 +0530
18788              Message-ID: <20010531121622.B4829@lustre.linux.in>
18789              
18790              Subject: Re: [PATCH] DEBUG_* macro cleanups
18791              From: Abhijit Menon-Sen <ams@wiw.org>
18792              Date: Thu, 31 May 2001 13:57:01 +0530
18793              Message-ID: <20010531135701.A21775@lustre.linux.in>
18794              
18795              (The DEBUG_ definitions in perl.h changed to use the
18796              STMT_START and STMT_END.)
18797      Branch: perl
18798            ! perl.h pp_ctl.c sv.c toke.c
18799 ____________________________________________________________________________
18800 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
18801         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
18802              From: Abhijit Menon-Sen <ams@wiw.org>
18803              Date: Thu, 31 May 2001 08:27:55 +0530
18804              Message-ID: <20010531082755.A10018@lustre.linux.in>
18805      Branch: perl
18806            ! ext/Storable/Storable.xs gv.c perl.c
18807 ____________________________________________________________________________
18808 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
18809         Log: Subject: [PATCH] AUTHORS
18810              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
18811              Date: Thu, 31 May 2001 01:27:59 -0500
18812              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
18813              
18814              Subject: Re: [PATCH] AUTHORS
18815              From: "Philip Newton" <Philip.Newton@gmx.net>
18816              Date: Thu, 31 May 2001 10:08:06 +0200
18817              (Message-Id missing?)
18818      Branch: perl
18819            ! AUTHORS
18820 ____________________________________________________________________________
18821 [ 10350] By: nick                                  on 2001/05/31  11:40:43
18822         Log: win32 - dmake regen_config_h
18823      Branch: perlio
18824            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18825 ____________________________________________________________________________
18826 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
18827         Log: Subject: Re: [PATCH util.c] More warning cleanups.
18828              From: "Philip Newton" <Philip.Newton@gmx.net>
18829              Date: Thu, 31 May 2001 07:41:36 +0200
18830              Message-Id: <200105310538.IAA25458@taku.hut.fi>
18831              
18832              Undo C++-ism that snekt in.
18833      Branch: perl
18834            ! util.c
18835 ____________________________________________________________________________
18836 [ 10348] By: nick                                  on 2001/05/31  11:36:46
18837         Log: Tolerate Win32 numerics
18838      Branch: perlio
18839            ! t/pragma/warn/toke
18840 ____________________________________________________________________________
18841 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
18842         Log: Integrate perlio.
18843      Branch: perl
18844           !> perlio.c win32/win32.h
18845 ____________________________________________________________________________
18846 [ 10346] By: nick                                  on 2001/05/31  10:54:55
18847         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
18848              perlio.c change 10255.
18849      Branch: perlio
18850            ! perlio.c
18851 ____________________________________________________________________________
18852 [ 10345] By: nick                                  on 2001/05/31  10:01:57
18853         Log: Conditionaly put back some "unused" dTHX which are used
18854              with PERL_IMPLICIT_SYS
18855      Branch: perlio
18856            ! perlio.c
18857 ____________________________________________________________________________
18858 [ 10344] By: nick                                  on 2001/05/31  10:00:59
18859         Log: Fix Win32 for new spelling IN_BYTES 
18860      Branch: perlio
18861            ! win32/win32.h
18862 ____________________________________________________________________________
18863 [ 10343] By: nick                                  on 2001/05/31  08:01:32
18864         Log: perlio.c -Wall cleaner under MULTIPLICITY
18865              - still minor noise with linux stdio
18866      Branch: perlio
18867            ! perlio.c
18868 ____________________________________________________________________________
18869 [ 10342] By: nick                                  on 2001/05/31  07:52:23
18870         Log: Integrate mainline.
18871      Branch: perlio
18872           !> (integrate 42 files)
18873 ____________________________________________________________________________
18874 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
18875         Log: AUTHORS updates.
18876      Branch: perl
18877            ! AUTHORS
18878 ____________________________________________________________________________
18879 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
18880         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
18881              From: Peter Prymmer <pvhp@forte.com>
18882              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
18883              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
18884      Branch: perl
18885            ! t/lib/md5-file.t
18886 ____________________________________________________________________________
18887 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
18888         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
18889              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
18890              to match the pragma name; various robustness cleanups.
18891      Branch: perl
18892            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
18893            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
18894 ____________________________________________________________________________
18895 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
18896         Log: More -Wall sweeping.
18897      Branch: perl
18898            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
18899            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
18900            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
18901            ! regcomp.c sv.c toke.c utf8.c
18902 ____________________________________________________________________________
18903 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
18904         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
18905              From: Nicholas Clark <nick@ccl4.org>
18906              Date: Wed, 30 May 2001 22:34:41 +0100
18907              Message-ID: <20010530223441.Y86445@plum.flirble.org>
18908      Branch: perl
18909            ! t/op/cmp.t
18910 ____________________________________________________________________________
18911 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
18912         Log: It's is not, it isn't ain't, and it's it's, not its,
18913              if you mean it is. If you don't, it's its. Then too,
18914              it's hers. It isn't her's. It isn't our's either.
18915              It's ours, and likewise yours and theirs.
18916              -- Oxford University Press, Edpress News
18917      Branch: perl
18918            ! lib/autouse.pm
18919 ____________________________________________________________________________
18920 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
18921         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
18922      Branch: perl
18923            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
18924            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
18925            ! x2p/str.c x2p/walk.c xsutils.c
18926 ____________________________________________________________________________
18927 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
18928         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
18929              From: Michael G Schwern <schwern@pobox.com>
18930              Date: Wed, 30 May 2001 17:10:38 +0100
18931              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
18932              
18933              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
18934              From: Abhijit Menon-Sen <ams@wiw.org>
18935              Date: Wed, 30 May 2001 23:16:13 +0530
18936              Message-ID: <20010530231613.A31933@lustre.linux.in>
18937      Branch: perl
18938            ! perl.c t/run/runenv.t
18939 ____________________________________________________________________________
18940 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
18941         Log: (Retracted by #10375.)
18942              
18943              IRIX hints patch from Merijn Broeren.
18944              
18945              TODO: (this and the earlier Linux hints patch) should be solved
18946              at Configure level.  Merijn: -ldb should not be used on any platform
18947              for perl, just when linking DBFile itself. Trying to be helpful here
18948              is counterproductive.
18949      Branch: perl
18950            ! hints/irix_6.sh
18951 ____________________________________________________________________________
18952 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
18953         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
18954              From: Nicholas Clark <nick@ccl4.org>
18955              Date: Wed, 30 May 2001 23:20:58 +0100
18956              Message-ID: <20010530232058.B86445@plum.flirble.org>
18957      Branch: perl
18958            ! doop.c
18959 ____________________________________________________________________________
18960 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
18961         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
18962              From: Michael G Schwern <schwern@pobox.com> 
18963              Date: Wed, 30 May 2001 15:24:20 +0100
18964              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
18965      Branch: perl
18966            ! t/pragma/autouse.t
18967 ____________________________________________________________________________
18968 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
18969         Log: The regex trick wasn't a good idea.
18970      Branch: perl
18971            ! pod/perlfaq4.pod
18972 ____________________________________________________________________________
18973 [ 10329] By: nick                                  on 2001/05/30  18:34:35
18974         Log: Integrate mainline
18975      Branch: perlio
18976           !> (integrate 40 files)
18977 ____________________________________________________________________________
18978 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
18979         Log: Update Changes.
18980      Branch: perl
18981            ! Changes patchlevel.h
18982 ____________________________________________________________________________
18983 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
18984         Log: The metaconfig unit change for #10325.
18985      Branch: metaconfig
18986            + U/modified/afs.U
18987 ____________________________________________________________________________
18988 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
18989         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
18990              is now wrong.
18991      Branch: perl
18992            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
18993 ____________________________________________________________________________
18994 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
18995         Log: Introduce $Config{afsroot}.
18996      Branch: perl
18997            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18998            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
18999            ! win32/config.gc win32/config.vc
19000 ____________________________________________________________________________
19001 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
19002         Log: (Retracted by #10375.)
19003              
19004              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
19005      Branch: perl
19006            ! hints/linux.sh
19007 ____________________________________________________________________________
19008 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
19009         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
19010              (Also Configure tweaks needed; coming up soon.)
19011      Branch: perl
19012            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
19013 ____________________________________________________________________________
19014 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
19015         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
19016              From: Michael G Schwern <schwern@pobox.com>
19017              Date: Sun, 27 May 2001 10:29:43 +0100
19018              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
19019      Branch: perl
19020            ! lib/perl5db.pl
19021 ____________________________________________________________________________
19022 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
19023         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
19024              and Abhijit Menon-Sen.
19025      Branch: perl
19026            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
19027            ! perl.c pp_sys.c regcomp.c
19028 ____________________________________________________________________________
19029 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
19030         Log: Fix the BOOT section to call myU2time properly.
19031      Branch: perl
19032            ! ext/Time/HiRes/HiRes.xs
19033 ____________________________________________________________________________
19034 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
19035         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
19036              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
19037              Date: Wed, 30 May 2001 09:44:29 -0400
19038              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
19039              
19040              Detypo; plus add one more trick.
19041      Branch: perl
19042            ! pod/perlfaq4.pod
19043 ____________________________________________________________________________
19044 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
19045         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)
19046              From: Michael G Schwern <schwern@pobox.com>
19047              Date: Wed, 30 May 2001 14:39:06 +0100
19048              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
19049      Branch: perl
19050            ! lib/autouse.pm t/pragma/autouse.t
19051 ____________________________________________________________________________
19052 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
19053         Log: Subject: Re: AIX and gcc (moving targets)
19054              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19055              Date: Wed, 30 May 2001 15:25:08 +0200
19056              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
19057      Branch: perl
19058            ! ext/Time/HiRes/HiRes.xs
19059 ____________________________________________________________________________
19060 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
19061         Log: Subject: [PATCH t/TEST] sorting tests
19062              From: Michael G Schwern <schwern@pobox.com>
19063              Date: Wed, 30 May 2001 10:24:02 +0100
19064              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
19065      Branch: perl
19066            ! t/TEST
19067 ____________________________________________________________________________
19068 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
19069         Log: Subject: [ID 20010529.002] typos in man page perlre
19070              From: bart@cg681574-a.adubn1.nj.home.com 
19071              Date: Tue, 29 May 2001 13:58:59 -0500
19072              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
19073      Branch: perl
19074            ! pod/perlre.pod
19075 ____________________________________________________________________________
19076 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
19077         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
19078              From: "Craig A. Berry" <craigberry@mac.com>
19079              Date: Tue, 29 May 2001 23:23:45 -0500
19080              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
19081      Branch: perl
19082            ! t/lib/extutils.t t/pragma/autouse.t
19083 ____________________________________________________________________________
19084 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
19085         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)
19086              From: David Dyck <dcd@tc.fluke.com>
19087              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
19088              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
19089      Branch: perl
19090            ! t/lib/filefind.t
19091 ____________________________________________________________________________
19092 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
19093         Log: AIX hints update for gcc from Merijn H. Brand.
19094      Branch: perl
19095            ! hints/aix.sh
19096 ____________________________________________________________________________
19097 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
19098         Log: Retract #10295 and #10296: a more generic solution
19099              is needed (there's something funny with gcc on AIX).
19100      Branch: perl
19101            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
19102 ____________________________________________________________________________
19103 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
19104         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
19105              From: Hugo <hv@crypt.compulink.co.uk>
19106              Date: Wed, 30 May 2001 11:59:19 +0100
19107              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
19108              
19109              localizing $@ has unfortunate semantics - if you die past
19110              a local $@, the die message is lost.
19111      Branch: perl
19112            ! lib/utf8_heavy.pl
19113 ____________________________________________________________________________
19114 [ 10309] By: nick                                  on 2001/05/30  08:23:02
19115         Log: Integrate mainline (autouse works again.)
19116      Branch: perlio
19117           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
19118           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
19119           !> pod/perlvar.pod t/op/cmp.t
19120 ____________________________________________________________________________
19121 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
19122         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
19123              From: David Dyck <dcd@tc.fluke.com>
19124              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
19125              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
19126      Branch: perl
19127            ! lib/File/Find.pm
19128 ____________________________________________________________________________
19129 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
19130         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
19131              From: Nicholas Clark <nick@ccl4.org>
19132              Date: Tue, 29 May 2001 23:16:09 +0100
19133              Message-ID: <20010529231609.U86445@plum.flirble.org>
19134              
19135              Make the test output slightly clearer by distinguishing
19136              between '' and undef.
19137      Branch: perl
19138            ! t/op/cmp.t
19139 ____________________________________________________________________________
19140 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
19141         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
19142              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19143              Date: Tue, 29 May 2001 19:15:19 -0400
19144              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
19145      Branch: perl
19146            ! hints/os2.sh
19147 ____________________________________________________________________________
19148 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
19149         Log: Subject: perlvar.pod addition
19150              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
19151              Date: Fri, 25 May 2001 20:23:12 +0200
19152              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
19153              
19154              Subject: Re: perlvar.pod addition
19155              From: "Abigail" <abigail@foad.org> 
19156              Date: Fri, 25 May 2001 22:00:39 +0200
19157              Message-ID: <20010525200039.28029.qmail@foad.org>
19158              
19159              Mention $a and $b in perlvar.
19160      Branch: perl
19161            ! pod/perlvar.pod
19162 ____________________________________________________________________________
19163 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
19164         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
19165              From: Jeff Pinyan <jeffp@crusoe.net>
19166              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
19167              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
19168      Branch: perl
19169            ! pod/perlvar.pod
19170 ____________________________________________________________________________
19171 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
19172         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
19173              From: Jeff Pinyan <jeffp@crusoe.net>
19174              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
19175              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
19176      Branch: perl
19177            ! pod/perlfaq6.pod
19178 ____________________________________________________________________________
19179 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
19180         Log: Mention Time::localtime and Time::gmtime.
19181      Branch: perl
19182            ! ext/Time/Piece/Piece.pm
19183 ____________________________________________________________________________
19184 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
19185         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
19186              From: Michael G Schwern <schwern@pobox.com>
19187              Date: Tue, 29 May 2001 18:51:32 +0100
19188              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
19189      Branch: perl
19190            ! pod/perlfaq4.pod
19191 ____________________________________________________________________________
19192 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
19193         Log: Retract #10243.
19194      Branch: perl
19195            ! lib/autouse.pm
19196 ____________________________________________________________________________
19197 [ 10299] By: nick                                  on 2001/05/29  18:41:19
19198         Log: Post weekend integrate mainline (fails one test pragma/autouse).
19199      Branch: perlio
19200           +> (branch 29 files)
19201           !> (integrate 91 files)
19202 ____________________________________________________________________________
19203 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
19204         Log: Update Changes.
19205      Branch: perl
19206            ! Changes patchlevel.h
19207 ____________________________________________________________________________
19208 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
19209         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
19210              before Perl_load_module/Perl_call_method and restore the value
19211              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
19212      Branch: perl
19213            ! utf8.c
19214 ____________________________________________________________________________
19215 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
19216         Log: Subject: Re: AIX and gcc (moving targets)
19217              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19218              Date: Tue, 29 May 2001 17:59:40 +0200
19219              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
19220      Branch: perl
19221            ! ext/Storable/Makefile.PL
19222 ____________________________________________________________________________
19223 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
19224         Log: Subject: Re: AIX and gcc (moving targets)
19225              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19226              Date: Tue, 29 May 2001 12:32:57 +0200
19227              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
19228      Branch: perl
19229            ! ext/POSIX/Makefile.PL
19230 ____________________________________________________________________________
19231 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
19232         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
19233              From: Michael G Schwern <schwern@pobox.com>
19234              Date: Tue, 29 May 2001 09:53:29 +0100
19235              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
19236              
19237              (#10280 retracted)
19238      Branch: perl
19239            ! lib/Test/Harness.pm t/lib/test-harness.t
19240 ____________________________________________________________________________
19241 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
19242         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
19243              From: Michael G Schwern <schwern@pobox.com>
19244              Date: Tue, 29 May 2001 09:19:52 +0100
19245              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
19246      Branch: perl
19247            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
19248            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
19249            + t/lib/Test/todo.t
19250            ! MANIFEST lib/Test.pm t/TEST
19251 ____________________________________________________________________________
19252 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
19253         Log: From: Michael G Schwern <schwern@pobox.com>
19254              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
19255              Date: Tue, 29 May 2001 08:26:09 +0100
19256              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
19257      Branch: perl
19258            ! t/TEST
19259 ____________________________________________________________________________
19260 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
19261         Log: Add tests for Time::gmtime and Time::localtime.
19262      Branch: perl
19263            + t/lib/time-gmtime.t t/lib/time-localtime.t
19264            ! MANIFEST t/lib/1_compile.t
19265 ____________________________________________________________________________
19266 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
19267         Log: Add test for File::stat.
19268      Branch: perl
19269            + t/lib/filestat.t
19270            ! MANIFEST t/lib/1_compile.t
19271 ____________________________________________________________________________
19272 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
19273         Log: Add test for Net::servent.
19274      Branch: perl
19275            + t/lib/net-sent.t
19276            ! MANIFEST t/lib/1_compile.t
19277 ____________________________________________________________________________
19278 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
19279         Log: Add test for Net::protoent.
19280      Branch: perl
19281            + t/lib/net-pent.t
19282            ! MANIFEST t/lib/1_compile.t
19283 ____________________________________________________________________________
19284 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
19285         Log: Add test for Net::netent.
19286      Branch: perl
19287            + t/lib/net-nent.t
19288            ! MANIFEST t/lib/1_compile.t
19289 ____________________________________________________________________________
19290 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
19291         Log: Add test for User::grent.  Portability doubtful.
19292      Branch: perl
19293            + t/lib/user-grent.t
19294            ! MANIFEST t/lib/1_compile.t
19295 ____________________________________________________________________________
19296 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
19297         Log: Add test for User::pwent.
19298              Probably will fall down somewhere for portability reasons.
19299      Branch: perl
19300            + t/lib/user-pwent.t
19301            ! MANIFEST t/lib/1_compile.t
19302 ____________________________________________________________________________
19303 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
19304         Log: Metaconfig units changes for #10283.
19305      Branch: metaconfig
19306            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
19307            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
19308            ! U/installdirs/sitescript.U U/modified/Signal.U
19309 ____________________________________________________________________________
19310 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
19311         Log: Subject: [PATCH 5.6.1] signal names in Configure
19312              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19313              Date: Tue, 29 May 2001 03:52:25 -0400
19314              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
19315              
19316              Subject: [PATCH 5.6.1] older perl in Configure
19317              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19318              Date: Tue, 29 May 2001 03:55:40 -0400
19319              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
19320              
19321              Subject: [PATCH 5.6.1] goofs in Configure
19322              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19323              Date: Tue, 29 May 2001 04:13:07 -0400
19324              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
19325              
19326              Configure portability tweaks.
19327      Branch: perl
19328            ! Configure
19329 ____________________________________________________________________________
19330 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
19331         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
19332              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19333              Date: Tue, 29 May 2001 04:07:06 -0400
19334              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
19335      Branch: perl
19336            ! os2/os2.c
19337 ____________________________________________________________________________
19338 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
19339         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
19340              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19341              Date: Tue, 29 May 2001 04:01:38 -0400
19342              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
19343      Branch: perl
19344            ! hints/os2.sh os2/Makefile.SHs
19345 ____________________________________________________________________________
19346 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
19347         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
19348              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19349              Date: Tue, 29 May 2001 03:50:18 -0400
19350              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
19351      Branch: perl
19352            ! lib/Test/Harness.pm
19353 ____________________________________________________________________________
19354 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
19355         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
19356      Branch: perl
19357            ! lib/utf8_heavy.pl
19358 ____________________________________________________________________________
19359 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
19360         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
19361              From: Hugo <hv@crypt.compulink.co.uk>
19362              Date: Tue, 29 May 2001 03:03:45 +0100
19363              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
19364              
19365              Explanation why the $@ always gets the UTF8 flag when under use utf8--
19366              because we told it to have the flag when under use utf8.
19367      Branch: perl
19368            ! pp_ctl.c
19369 ____________________________________________________________________________
19370 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
19371         Log: At least a partial fix for 20010528.004.
19372      Branch: perl
19373            ! lib/utf8_heavy.pl
19374 ____________________________________________________________________________
19375 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
19376         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
19377              From: Nicholas Clark <nick@ccl4.org> 
19378              Date: Mon, 28 May 2001 23:39:38 +0100
19379              Message-ID: <20010528233938.M86445@plum.flirble.org>
19380              
19381              More portable non-zero UV.
19382      Branch: perl
19383            ! t/lib/extutils.t
19384 ____________________________________________________________________________
19385 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
19386         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
19387              From: Nicholas Clark <nick@ccl4.org>
19388              Date: Mon, 28 May 2001 22:46:09 +0100
19389              Message-ID: <20010528224608.L86445@plum.flirble.org>
19390              
19391              Test also "make clean".
19392      Branch: perl
19393            ! t/lib/extutils.t
19394 ____________________________________________________________________________
19395 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
19396         Log: Subject: Re: Would -Wno-unused -Wall be better?
19397              From: Michael G Schwern <schwern@pobox.com>
19398              Date: Tue, 29 May 2001 00:55:54 +0100
19399              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
19400      Branch: perl
19401            ! pp.h
19402 ____________________________________________________________________________
19403 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
19404         Log: Add a test for 20010528.007, fixed in #10272.
19405      Branch: perl
19406            ! t/op/misc.t toke.c
19407 ____________________________________________________________________________
19408 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
19409         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
19410              From: Hugo <hv@crypt.compulink.co.uk>
19411              Date: Tue, 29 May 2001 00:23:23 +0100
19412              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
19413      Branch: perl
19414            ! toke.c
19415 ____________________________________________________________________________
19416 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
19417         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
19418              From: Michael G Schwern <schwern@pobox.com>
19419              Date: Tue, 29 May 2001 00:42:59 +0100
19420              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
19421      Branch: perl
19422            ! t/pragma/autouse.t
19423 ____________________________________________________________________________
19424 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
19425         Log: Some shells seemingly arrange the signal handlers differently
19426              (bug id 20010521.004).
19427      Branch: perl
19428            ! t/lib/sigaction.t
19429 ____________________________________________________________________________
19430 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
19431         Log: Regen perlmodlib.
19432      Branch: perl
19433            ! pod/perlmodlib.pod
19434 ____________________________________________________________________________
19435 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
19436         Log: Update Changes.
19437      Branch: perl
19438            ! Changes patchlevel.h
19439 ____________________________________________________________________________
19440 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
19441         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
19442              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
19443              Date: Mon, 28 May 2001 14:56:35 -0500
19444              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
19445      Branch: perl
19446            ! pod/perlnewmod.pod
19447 ____________________________________________________________________________
19448 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
19449         Log: Regen toc.
19450      Branch: perl
19451            ! pod/perltoc.pod
19452 ____________________________________________________________________________
19453 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
19454         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
19455              From: "Richard Soderberg" <rs@crystalflame.net>
19456              Date: Mon, 28 May 2001 12:31:23 -0700
19457              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
19458      Branch: perl
19459            ! t/op/splice.t
19460 ____________________________________________________________________________
19461 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
19462         Log: The #10260 was too bold: locales and utf8 still do not mix.
19463      Branch: perl
19464            ! t/pragma/locale.t
19465 ____________________________________________________________________________
19466 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
19467         Log: Subject: [PATCH] Pod nitpicks
19468              From: "Richard Soderberg" <rs@crystalflame.net>
19469              Date: Mon, 28 May 2001 10:08:58 -0700
19470              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
19471      Branch: perl
19472            ! pod/perl571delta.pod pod/perlapi.pod sv.h
19473 ____________________________________________________________________________
19474 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
19475         Log: Upgrade to I18N::LangTags 0.22.
19476      Branch: perl
19477            + lib/I18N/LangTags/List.pod
19478            ! MANIFEST lib/I18N/LangTags.pm
19479 ____________________________________________________________________________
19480 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
19481         Log: A slightly more serious bug found by -Mutf8; op/misc and
19482              lib/complex dumped core.
19483      Branch: perl
19484            ! regexec.c
19485 ____________________________________________________________________________
19486 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
19487         Log: Various buglets shaken out by -Mutf8.
19488      Branch: perl
19489            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
19490            ! t/pragma/locale.t
19491 ____________________________________________________________________________
19492 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
19493         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
19494      Branch: perl
19495            ! t/lib/carp.t
19496 ____________________________________________________________________________
19497 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
19498         Log: Subject: [PATCH] todo patch
19499              From: Artur Bergman <artur@contiller.se> 
19500              Date: Mon, 28 May 2001 17:03:51 +0200
19501              Message-ID: <B7383577.F34%artur@contiller.se>
19502      Branch: perl
19503            ! pod/perltodo.pod
19504 ____________________________________________________________________________
19505 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
19506         Log: Subject: typo in perlguts.pod
19507              From: "John P. Linderman" <jpl@research.att.com>
19508              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
19509              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
19510      Branch: perl
19511            ! pod/perlguts.pod
19512 ____________________________________________________________________________
19513 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
19514         Log: Subject: AIX and gcc (moving targets)
19515              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19516              Date: Mon, 28 May 2001 12:54:04 +0200
19517              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
19518      Branch: perl
19519            ! hints/aix.sh
19520 ____________________________________________________________________________
19521 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
19522         Log: Subject: Re: perlio + multiple perl_alloc..destruct
19523              From: Doug MacEachern <dougm@covalent.net>
19524              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
19525              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
19526      Branch: perl
19527            ! perlio.c
19528 ____________________________________________________________________________
19529 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
19530         Log: The #10251 wasn't quite up-to-the-code.
19531      Branch: perl
19532            ! t/op/misc.t
19533 ____________________________________________________________________________
19534 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
19535         Log: Test case for bug 20010526.004, fixed in #10252.
19536      Branch: perl
19537            ! t/op/taint.t
19538 ____________________________________________________________________________
19539 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
19540         Log: Subject: Re: [ID 20010526.004] Taint looses value
19541              From: Hugo <hv@crypt.compulink.co.uk>
19542              Date: Sun, 27 May 2001 20:39:32 +0100
19543              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
19544      Branch: perl
19545            ! sv.c
19546 ____________________________________________________________________________
19547 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
19548         Log: Test case for 20010422.005, fixed by #10250.
19549      Branch: perl
19550            ! t/op/misc.t
19551 ____________________________________________________________________________
19552 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
19553         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
19554              From: Spider Boardman <spider@Orb.Nashua.NH.US>
19555              Date: Mon, 28 May 2001 06:39:12 -0400
19556              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
19557      Branch: perl
19558            ! toke.c
19559 ____________________________________________________________________________
19560 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
19561         Log: Linerewrapping.
19562      Branch: perl
19563            ! lib/open.pm
19564 ____________________________________________________________________________
19565 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
19566         Log: Updates on the modules list.
19567      Branch: perl
19568            ! t/lib/1_compile.t
19569 ____________________________________________________________________________
19570 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
19571         Log: Add a test for PerlIO.
19572              
19573              (I probably got the crlf/raw thing wrong for clrfy platforms...)
19574      Branch: perl
19575            + t/lib/perlio.t
19576            ! MANIFEST lib/PerlIO.pm
19577 ____________________________________________________________________________
19578 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
19579         Log: Add a test for carp et alia.
19580      Branch: perl
19581            + t/lib/carp.t
19582            ! MANIFEST
19583 ____________________________________________________________________________
19584 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
19585         Log: Adding the new test would be swell.
19586      Branch: perl
19587            + t/pragma/autouse.t
19588 ____________________________________________________________________________
19589 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
19590         Log: Add a test for the autouse pragma.
19591      Branch: perl
19592            ! MANIFEST
19593 ____________________________________________________________________________
19594 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
19595         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
19596              From: dLux <dlux@spam.sch.bme.hu>
19597              Date: Sun, 27 May 2001 16:14:26 +0200
19598              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
19599      Branch: perl
19600            ! lib/autouse.pm
19601 ____________________________________________________________________________
19602 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
19603         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
19604              From: "Richard Soderberg" <rs@crystalflame.net>
19605              Date: Mon, 28 May 2001 03:56:36 -0700
19606              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
19607      Branch: perl
19608            ! utils/dprofpp.PL
19609 ____________________________________________________________________________
19610 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
19611         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
19612              From: "Stephen P. Potter" <spp@spotter.yi.org>
19613              Date: Tue, 22 May 2001 11:40:25 -0400
19614              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
19615              
19616              Subject: Re: [ID 20010522.003] Time::Local module bug
19617              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
19618              Date: Tue, 22 May 2001 11:50:19 -0400
19619              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
19620      Branch: perl
19621            ! lib/Time/Local.pm
19622 ____________________________________________________________________________
19623 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
19624         Log: The PERL_DL_NONLAZY can have whitespace in front.
19625      Branch: perl
19626            ! t/lib/extutils.t
19627 ____________________________________________________________________________
19628 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
19629         Log: Document strftime() and strptime().
19630      Branch: perl
19631            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
19632 ____________________________________________________________________________
19633 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
19634         Log: Make Time::Piece::strptime() to be a function, not a method.
19635      Branch: perl
19636            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
19637 ____________________________________________________________________________
19638 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
19639         Log: Tweak the test to be more portable.
19640      Branch: perl
19641            ! t/lib/extutils.t
19642 ____________________________________________________________________________
19643 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
19644         Log: Subject: PATCH: Re: Re: Attributes that tie
19645              From: Leon Brocard <acme@astray.com>
19646              Date: Sun, 27 May 2001 12:37:29 +0100
19647              Message-ID: <20010527123729.A22663@ns0.astray.com>
19648              
19649              Document that variable attributes are not currently usable
19650              for tieing.  (An ugly limitation that should be fixed.)
19651      Branch: perl
19652            ! lib/attributes.pm
19653 ____________________________________________________________________________
19654 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
19655         Log: Microperl tweaks.
19656      Branch: perl
19657            ! Makefile.micro uconfig.h uconfig.sh
19658 ____________________________________________________________________________
19659 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
19660         Log: Add make target for microperl (kind of silly, but convenient).
19661      Branch: perl
19662            ! Makefile.SH
19663 ____________________________________________________________________________
19664 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
19665         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
19666              for microperl.)
19667      Branch: perl
19668            ! doio.c
19669 ____________________________________________________________________________
19670 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
19671         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
19672              From: rspier@pobox.com (Robert Spier)
19673              Date: Sat, 26 May 2001 20:05:23 -0400
19674              Message-ID: <15120.17603.148648.12430@rls.cx>
19675              
19676              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
19677              From: rspier@pobox.com (Robert Spier)
19678              Date: Sun, 27 May 2001 00:23:12 -0400
19679              Message-ID: <15120.33072.511966.767230@rls.cx>
19680      Branch: perl
19681            ! doio.c pod/perlfunc.pod
19682 ____________________________________________________________________________
19683 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
19684         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
19685      Branch: perl
19686            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
19687 ____________________________________________________________________________
19688 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
19689         Log: Add README.tru64.
19690      Branch: perl
19691            + README.tru64
19692 ____________________________________________________________________________
19693 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
19694         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
19695      Branch: perl
19696            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
19697            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
19698            ! MANIFEST
19699 ____________________________________________________________________________
19700 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
19701         Log: Integrate I18N::LangTags from Sean Burke.
19702              
19703              TODO: the language list from RFC 3066 needs to be integrated
19704              and made available somehow.  The list is included in the
19705              I18N-LangTags 0.21 distribution, but it is undocumented
19706              and unconnected to the module.
19707      Branch: perl
19708            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
19709            ! MANIFEST
19710 ____________________________________________________________________________
19711 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
19712         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
19713              envisioned by Sarathy.
19714      Branch: perl
19715            ! t/op/ver.t toke.c
19716 ____________________________________________________________________________
19717 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
19718         Log: Subject: [ID 20010525.001] Pod typo nits fixed
19719              From: lvirden@cas.org
19720              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
19721              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
19722              
19723              minus the perlsolaris decimation plus the
19724              
19725              Subject: Re: [ID 20010525.001] Pod typo nits fixed
19726              From: "Philip Newton" <Philip.Newton@gmx.net>
19727              Date: Fri, 25 May 2001 18:05:55 +0200
19728              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
19729      Branch: perl
19730            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
19731            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
19732            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
19733            ! pod/perlutil.pod pod/perlxstut.pod
19734 ____________________________________________________________________________
19735 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
19736         Log: return clauses are nice.
19737      Branch: perl
19738            ! sv.c
19739 ____________________________________________________________________________
19740 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
19741         Log: Subject: change 10199 backwards?
19742              From: Doug MacEachern <dougm@covalent.net>
19743              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
19744              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
19745      Branch: perl
19746            ! sv.c
19747 ____________________________________________________________________________
19748 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
19749         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
19750              From: Hugo <hv@crypt.compulink.co.uk>
19751              Date: Sat, 26 May 2001 17:05:12 +0100
19752              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
19753      Branch: perl
19754            + t/op/gmagic.t
19755            ! MANIFEST doop.c embed.h embed.pl global.sym
19756            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
19757            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
19758 ____________________________________________________________________________
19759 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
19760         Log: Regen headers for #10221.
19761      Branch: perl
19762            ! global.sym objXSUB.h perlapi.c
19763 ____________________________________________________________________________
19764 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
19765         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
19766              From: Juha Laiho <juha.laiho@Elma.Net>
19767              Date: Thu, 3 May 2001 09:51:30 +0300
19768              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
19769      Branch: perl
19770            ! embed.pl
19771 ____________________________________________________________________________
19772 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
19773         Log: Subject: Re: [PATCH] Re: stability of sort()?
19774              From: "John P. Linderman" <jpl@research.att.com>
19775              Date: Sat, 26 May 2001 13:27:19 -0400
19776              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
19777      Branch: perl
19778            ! pod/perlfunc.pod
19779 ____________________________________________________________________________
19780 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
19781         Log: Integrate perlio.
19782      Branch: perl
19783           !> pod/perlguts.pod
19784 ____________________________________________________________________________
19785 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
19786         Log: Subject: [PATCH perl@10210] PerlIO for VMS
19787              From: "Craig A. Berry" <craigberry@mac.com>
19788              Date: Sat, 26 May 2001 09:34:11 -0500
19789              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
19790      Branch: perl
19791            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
19792            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
19793            ! vms/vmsish.h
19794 ____________________________________________________________________________
19795 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
19796         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
19797              From: David Dyck <dcd@tc.fluke.com>
19798              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
19799              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
19800      Branch: perl
19801            ! lib/perl5db.pl
19802 ____________________________________________________________________________
19803 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
19804         Log: Subject: utf8 regexp tests
19805              From: Hugo <hv@crypt.compulink.co.uk>
19806              Date: Fri, 25 May 2001 22:35:01 +0100
19807              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
19808      Branch: perl
19809            ! t/op/regexp.t
19810 ____________________________________________________________________________
19811 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
19812         Log: Subject: [PATCH] Re: stability of sort()?
19813              From: Nicholas Clark <nick@ccl4.org>
19814              Date: Fri, 25 May 2001 22:40:19 +0100
19815              Message-ID: <20010525224019.B86445@plum.flirble.org>
19816      Branch: perl
19817            ! pod/perlfunc.pod
19818 ____________________________________________________________________________
19819 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
19820         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
19821              From: John Peacock <jpeacock@rowman.com>
19822              Date: Thu, 24 May 2001 22:14:01 -0400
19823              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
19824      Branch: perl
19825            ! mg.c scope.c sv.c
19826 ____________________________________________________________________________
19827 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
19828         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
19829              From: Nicholas Clark <nick@ccl4.org>
19830              Date: Sun, 20 May 2001 19:24:13 +0100
19831              Message-ID: <20010520192413.G83222@plum.flirble.org>
19832      Branch: perl
19833            + lib/ExtUtils/Constant.pm t/lib/extutils.t
19834            ! MANIFEST utils/h2xs.PL
19835 ____________________________________________________________________________
19836 [ 10212] By: nick                                  on 2001/05/26  09:49:28
19837         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
19838              add a few more notes there on use of mortals on the stack.
19839      Branch: perlio
19840            ! pod/perlguts.pod
19841 ____________________________________________________________________________
19842 [ 10211] By: nick                                  on 2001/05/26  09:05:36
19843         Log: Integrate mainline
19844      Branch: perlio
19845           +> t/lib/fcntl.t t/pragma/vars.t
19846           !> (integrate 49 files)
19847 ____________________________________________________________________________
19848 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
19849         Log: Update Changes.
19850      Branch: perl
19851            ! Changes patchlevel.h
19852 ____________________________________________________________________________
19853 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
19854         Log: Based on
19855              
19856              Subject: [PATCH pp.c] Wrapping pack("C",256)
19857              From: Simon Cozens <simon@netthink.co.uk>
19858              Date: Sat, 12 May 2001 17:58:41 +0100
19859              Message-ID: <20010512175841.A6132@netthink.co.uk>
19860      Branch: perl
19861            ! pod/perldiag.pod pp.c t/pragma/warn/pp
19862 ____________________________________________________________________________
19863 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
19864         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
19865              From: "Brendan O'Dea" <bod@compusol.com.au>
19866              Date: Fri, 25 May 2001 11:18:29 +1000
19867              Message-ID: <20010525111829.A28411@compusol.com.au>
19868              
19869              (Slightly modified.)
19870      Branch: perl
19871            ! lib/Term/Cap.pm
19872 ____________________________________________________________________________
19873 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
19874         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
19875              From: Hugo <hv@crypt.compulink.co.uk>
19876              Date: Fri, 25 May 2001 02:13:25 +0100
19877              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
19878      Branch: perl
19879            ! t/op/misc.t
19880 ____________________________________________________________________________
19881 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
19882         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
19883              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
19884              Date: Fri, 25 May 2001 10:25:36 +0900
19885              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
19886      Branch: perl
19887            ! regcomp.c regexec.c
19888 ____________________________________________________________________________
19889 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
19890         Log: Subject: [PATCH #2] stash autovivification and method call error messages
19891              From: Ilmari Karonen <iltzu@sci.fi>
19892              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
19893              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
19894      Branch: perl
19895            ! gv.c pp_hot.c t/op/method.t
19896 ____________________________________________________________________________
19897 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
19898         Log: Add make target and documentation for gprof profiling.
19899      Branch: perl
19900            ! Makefile.SH pod/perlhack.pod
19901 ____________________________________________________________________________
19902 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
19903         Log: Subject: Don't think about UTF8 
19904              From: Mike Guy <mjtg@cam.ac.uk> 
19905              Date: Tue, 22 May 2001 14:35:39 +0100
19906              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
19907      Branch: perl
19908            ! sv.h
19909 ____________________________________________________________________________
19910 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
19911         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
19912              From: Geraint A Edwards <gedge@serf.org> 
19913              Date: Thu, 24 May 2001 22:51:24 +0100
19914              Message-Id: <20010524225124.A34981@cymru.serf.org>
19915      Branch: perl
19916            ! x2p/find2perl.PL
19917 ____________________________________________________________________________
19918 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
19919         Log: DB_File has its own attribute story.
19920      Branch: perl
19921            ! ext/DB_File/DB_File.xs
19922 ____________________________________________________________________________
19923 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
19924         Log: Subject: Re: Making perl with -Wall
19925              From: Andy Dougherty <doughera@lafayette.edu>
19926              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
19927              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
19928      Branch: perl
19929            ! perl.h
19930 ____________________________________________________________________________
19931 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
19932         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
19933              From: "Richard Soderberg" <rs@crystalflame.net>
19934              Date: Thu, 24 May 2001 08:58:16 -0700
19935              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
19936      Branch: perl
19937            ! sv.c
19938 ____________________________________________________________________________
19939 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
19940         Log: IV/UV casting fixes from Nicholas Clark.
19941      Branch: perl
19942            ! perl.h pp_sys.c util.c
19943 ____________________________________________________________________________
19944 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
19945         Log: Subject: Re: Making perl with -Wall
19946              From: Michael G Schwern <schwern@pobox.com>
19947              Date: Thu, 24 May 2001 15:40:28 +0100
19948              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
19949      Branch: perl
19950            ! malloc.c perl.h
19951 ____________________________________________________________________________
19952 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
19953         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
19954              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19955              Date: Tue, 22 May 2001 11:49:37 +0200
19956              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
19957      Branch: metaconfig
19958            ! U/modified/Oldsym.U
19959      Branch: metaconfig/U/perl
19960            ! patchlevel.U
19961      Branch: perl
19962            ! Configure config_h.SH myconfig.SH
19963 ____________________________________________________________________________
19964 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
19965         Log: Under versiononly install also the scripts with the version suffix.
19966              (e.g. .../bin/h2xs5.7.1)
19967      Branch: perl
19968            ! installperl
19969 ____________________________________________________________________________
19970 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
19971         Log: Subject: [PATCH] Stop segfault in mg.c:636
19972              From: "Richard Soderberg" <rs@crystalflame.net>
19973              Date: Thu, 24 May 2001 05:51:52 -0700
19974              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
19975      Branch: perl
19976            ! mg.c
19977 ____________________________________________________________________________
19978 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
19979         Log: Iteration continues; hopefully convergently.
19980      Branch: perl
19981            ! t/lib/b-stash.t
19982 ____________________________________________________________________________
19983 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
19984         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
19985              From: Gisle Aas <gisle@ActiveState.com>
19986              Date: 23 May 2001 16:13:10 -0700
19987              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
19988      Branch: perl
19989            ! op.c toke.c
19990 ____________________________________________________________________________
19991 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
19992         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
19993              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
19994              Date: Thu, 24 May 2001 05:05:22 -0500
19995              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
19996      Branch: perl
19997            ! lib/dumpvar.pl lib/perl5db.pl
19998 ____________________________________________________________________________
19999 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
20000         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
20001              From: David Dyck <dcd@tc.fluke.com>
20002              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
20003              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
20004      Branch: perl
20005            ! lib/perl5db.pl
20006 ____________________________________________________________________________
20007 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
20008         Log: Tiny pod nits on READMEs, mostly whitespace issues.
20009      Branch: perl
20010            ! README.amiga README.dos README.macos README.mpeix README.vmesa
20011            ! README.win32
20012 ____________________________________________________________________________
20013 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
20014         Log: The DG/UX part of the 20010521.005.
20015      Branch: perl
20016            ! README.dgux
20017 ____________________________________________________________________________
20018 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
20019         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
20020              From: Hugo <hv@crypt.compulink.co.uk>
20021              Date: Mon, 21 May 2001 16:32:02 +0100
20022              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
20023      Branch: perl
20024            ! regcomp.c t/op/misc.t
20025 ____________________________________________________________________________
20026 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
20027         Log: Subject: [PATCH] Extra UNIVERSAL tests
20028              From: Mike Guy <mjtg@cam.ac.uk>
20029              Date: Wed, 23 May 2001 12:29:20 +0100
20030              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
20031      Branch: perl
20032            ! t/op/universal.t
20033 ____________________________________________________________________________
20034 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
20035         Log: Subject: [PATCH] Remove EQ keyword
20036              From: Mike Guy <mjtg@cam.ac.uk>
20037              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
20038              Date: Wed, 23 May 2001 11:17:29 +0100
20039      Branch: perl
20040            ! keywords.h keywords.pl
20041 ____________________________________________________________________________
20042 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
20043         Log: Subject: [PATCH] lib/perl5db.pl
20044              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
20045              Date: Wed, 23 May 2001 02:18:03 -0500
20046              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
20047      Branch: perl
20048            ! lib/perl5db.pl
20049 ____________________________________________________________________________
20050 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
20051         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
20052              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
20053              Date: Tue, 22 May 2001 23:34:41 -0500
20054              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
20055      Branch: perl
20056            ! lib/Term/Cap.pm
20057 ____________________________________________________________________________
20058 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
20059         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
20060              From: davem@fdgroup.co.uk
20061              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
20062              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
20063      Branch: perl
20064            ! emacs/e2ctags.pl
20065 ____________________________________________________________________________
20066 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
20067         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
20068              From: Michael G Schwern <schwern@pobox.com>
20069              Date: Tue, 22 May 2001 14:15:09 +0100
20070              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
20071      Branch: perl
20072            ! lib/vars.pm
20073 ____________________________________________________________________________
20074 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
20075         Log: Subject: [PATCH lib/vars.pm] Odd code nit
20076              From: Michael G Schwern <schwern@pobox.com>
20077              Date: Tue, 22 May 2001 14:14:28 +0100
20078              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
20079      Branch: perl
20080            ! lib/vars.pm
20081 ____________________________________________________________________________
20082 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
20083         Log: Use the new use vars feature.
20084      Branch: perl
20085            ! t/lib/b-stash.t
20086 ____________________________________________________________________________
20087 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
20088         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
20089              From: Mike Guy <mjtg@cam.ac.uk>
20090              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
20091              Date: Tue, 22 May 2001 13:11:39 +0100
20092      Branch: perl
20093            + t/pragma/vars.t
20094            ! MANIFEST lib/vars.pm t/lib/1_compile.t
20095 ____________________________________________________________________________
20096 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
20097         Log: -qlongdouble considered harmful by Merijn.
20098      Branch: perl
20099            ! hints/aix.sh
20100 ____________________________________________________________________________
20101 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
20102         Log: Update Changes.
20103      Branch: perl
20104            ! Changes patchlevel.h
20105 ____________________________________________________________________________
20106 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
20107         Log: Add a test of its very own for Fcntl.  Hopefully portable.
20108      Branch: perl
20109            + t/lib/fcntl.t
20110            ! MANIFEST
20111 ____________________________________________________________________________
20112 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
20113         Log: Must be trickier for 'minitest' not to die.
20114      Branch: perl
20115            ! t/op/taint.t
20116 ____________________________________________________________________________
20117 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
20118         Log: Can't declare other people's variables.
20119      Branch: perl
20120            ! t/lib/b-stash.t
20121 ____________________________________________________________________________
20122 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
20123         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
20124      Branch: perl
20125            ! doio.c t/op/taint.t
20126 ____________________________________________________________________________
20127 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
20128         Log: The OS/2 variable needs to be declared.
20129      Branch: perl
20130            ! t/lib/b-stash.t
20131 ____________________________________________________________________________
20132 [ 10170] By: nick                                  on 2001/05/20  16:48:29
20133         Log: Integrate mainline
20134      Branch: perlio
20135           !> (integrate 41 files)
20136 ____________________________________________________________________________
20137 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
20138         Log: Small perlsec updates: clarify the taintedness of filename
20139              globbing; suggest using Scalar::Util::tainted().
20140      Branch: perl
20141            ! pod/perlsec.pod
20142 ____________________________________________________________________________
20143 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
20144         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
20145              From: Dave Mitchell <davem@fdgroup.co.uk>
20146              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
20147              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
20148      Branch: perl
20149            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
20150            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
20151            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
20152            ! xsutils.c
20153 ____________________________________________________________________________
20154 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
20155         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
20156              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20157              Date: Sat, 19 May 2001 04:08:46 -0400
20158              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
20159      Branch: perl
20160            ! lib/ExtUtils/Mksymlists.pm makedef.pl
20161 ____________________________________________________________________________
20162 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
20163         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
20164              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20165              Date: Sat, 19 May 2001 04:30:45 -0400
20166              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
20167      Branch: perl
20168            ! os2/os2.c
20169 ____________________________________________________________________________
20170 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
20171         Log: Subject: [PATCH 5.6.1] build bugs OS/2
20172              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20173              Date: Sat, 19 May 2001 04:35:28 -0400
20174              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
20175      Branch: perl
20176            ! os2/Makefile.SHs os2/os2.c
20177 ____________________________________________________________________________
20178 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
20179         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
20180              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20181              Date: Sat, 19 May 2001 04:04:23 -0400
20182              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
20183              
20184              (In bleadperl patched b-stash.t instead of b.t)
20185      Branch: perl
20186            ! t/lib/b-stash.t t/lib/bigfltpm.t
20187 ____________________________________________________________________________
20188 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
20189         Log: Subject: [PATCH 5.6.1] perl5db
20190              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20191              Date: Sat, 19 May 2001 03:49:09 -0400
20192              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
20193      Branch: perl
20194            ! lib/perl5db.pl
20195 ____________________________________________________________________________
20196 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
20197         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
20198              From: Gisle Aas <gisle@ActiveState.com>
20199              Date: 18 May 2001 14:24:51 -0700
20200              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
20201      Branch: perl
20202            ! pp_ctl.c
20203 ____________________________________________________________________________
20204 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
20205         Log: Subject: [PATCH] Chomp should not always stringify
20206              From: Gisle Aas <gisle@ActiveState.com>
20207              Date: 18 May 2001 07:55:25 -0700
20208              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
20209      Branch: perl
20210            ! doop.c t/op/chop.t
20211 ____________________________________________________________________________
20212 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
20213         Log: Integrate perlio.
20214      Branch: perl
20215           !> pod/perlfunc.pod
20216 ____________________________________________________________________________
20217 [ 10159] By: nick                                  on 2001/05/20  09:39:46
20218         Log: Document some more of open's features.
20219      Branch: perlio
20220            ! pod/perlfunc.pod
20221 ____________________________________________________________________________
20222 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
20223         Log: back out change#10153 (it has compatibility issues such as the
20224              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
20225              benefit for 5.6.x doesn't seem worth the risk)
20226      Branch: maint-5.6/perl
20227            ! toke.c
20228 ____________________________________________________________________________
20229 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
20230         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
20231      Branch: perl
20232            ! x2p/s2p.PL
20233 ____________________________________________________________________________
20234 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
20235         Log: Update Changes.
20236      Branch: perl
20237            ! Changes patchlevel.h
20238 ____________________________________________________________________________
20239 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
20240         Log: Integrate change #10144 from maintperl.
20241              
20242              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
20243      Branch: perl
20244           !> win32/config.bc win32/config.gc win32/config.vc
20245           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
20246 ____________________________________________________________________________
20247 [ 10154] By: nick                                  on 2001/05/18  07:23:03
20248         Log: Integrate mainline.
20249      Branch: perlio
20250           +> README.dgux t/lib/i18n-collate.t utils.lst
20251           !> (integrate 49 files)
20252 ____________________________________________________________________________
20253 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
20254         Log: Integrate change #7224 from mainline into maintperl.
20255              
20256              Allow @+ and @- to be doublequoted, from Simon Cozens. 
20257              (Approved by Larry, see Tom's comment in 20000830.005.)
20258      Branch: maint-5.6/perl
20259           !> toke.c
20260 ____________________________________________________________________________
20261 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
20262         Log: Subject: [PATCH bleadperl] small lookbehind fix
20263              From: Hugo <hv@crypt.compulink.co.uk>
20264              Date: Fri, 18 May 2001 00:07:19 +0100
20265              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
20266      Branch: perl
20267            ! regexec.c
20268 ____________________________________________________________________________
20269 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
20270         Log: Detypos.
20271      Branch: perl
20272            ! installman utils.lst
20273 ____________________________________________________________________________
20274 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
20275         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
20276              in 20001222.001.
20277      Branch: perl
20278            ! t/lib/glob-basic.t
20279 ____________________________________________________________________________
20280 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
20281         Log: Subject: [PATCH] Test for bug 20010515.004
20282              From: Benjamin Sugars <bsugars@canoe.ca>
20283              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
20284              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
20285      Branch: perl
20286            ! t/op/misc.t
20287 ____________________________________________________________________________
20288 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
20289         Log: Integrate #10145 from maintperl.
20290              
20291              fix for ID 20010515.004 (needs test)
20292      Branch: perl
20293           !> pp_hot.c
20294 ____________________________________________________________________________
20295 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
20296         Log: Thinko noticed by Doug MacEachern.
20297      Branch: perl
20298            ! thread.h
20299 ____________________________________________________________________________
20300 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
20301         Log: Subject: Re: [PATCH] HERE mark in regex
20302              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
20303              Date: Thu, 17 May 2001 12:20:33 -0400
20304              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
20305      Branch: perl
20306            ! t/op/re_tests
20307 ____________________________________________________________________________
20308 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
20309         Log: fix for ID 20010515.004 (needs test)
20310      Branch: maint-5.6/perl
20311            ! pp_hot.c
20312 ____________________________________________________________________________
20313 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
20314         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
20315      Branch: maint-5.6/perl
20316            ! win32/config.bc win32/config.gc win32/config.vc
20317            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20318 ____________________________________________________________________________
20319 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
20320         Log: Macrofy the getspecific (and use it also in util.c)
20321      Branch: perl
20322            ! thread.h util.c
20323 ____________________________________________________________________________
20324 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
20325         Log: Use the unchecked thread-specific key fetch also in Tru64.
20326      Branch: perl
20327            ! thread.h
20328 ____________________________________________________________________________
20329 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
20330         Log: Subject: [PATCH 5.6.1]Quick thread speedup
20331              From: Dan Sugalski <dan@sidhe.org> 
20332              Date: Wed, 16 May 2001 18:05:19 -0400
20333              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
20334      Branch: perl
20335            ! thread.h util.c
20336 ____________________________________________________________________________
20337 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
20338         Log: I think this is quite enough testing for a deprecated feature.
20339      Branch: perl
20340            + t/lib/i18n-collate.t
20341            ! MANIFEST t/lib/1_compile.t
20342 ____________________________________________________________________________
20343 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
20344         Log: More HP-UX lore from Jeff Okamoto.
20345      Branch: perl
20346            ! README.hpux
20347 ____________________________________________________________________________
20348 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
20349         Log: Sort utils.lst for easier maintenance.
20350      Branch: perl
20351            ! utils.lst
20352 ____________________________________________________________________________
20353 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
20354         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
20355              From: Tim Jenness <t.jenness@jach.hawaii.edu>
20356              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
20357              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
20358              
20359              Add pod2latex to utils.lst.
20360      Branch: perl
20361            ! MANIFEST utils.lst
20362 ____________________________________________________________________________
20363 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
20364         Log: Subject: Re: [PATCH] HERE mark in regex
20365              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
20366              Date: Wed, 16 May 2001 13:04:43 -0400
20367              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
20368      Branch: perl
20369            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
20370            ! t/op/regmesg.t t/pragma/warn/regcomp
20371 ____________________________________________________________________________
20372 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
20373         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
20374              From: Simon Cozens <simon@netthink.co.uk>
20375              Date: Wed, 16 May 2001 18:02:08 +0100
20376              Message-ID: <20010516180208.A6458@netthink.co.uk>
20377      Branch: perl
20378            ! installman utils.lst
20379 ____________________________________________________________________________
20380 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
20381         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
20382              From: "Philip Newton" <pnewton@gmx.de>
20383              Date: Tue, 15 May 2001 15:09:30 +0200
20384              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
20385              
20386              Test case for #10128.
20387      Branch: perl
20388            ! t/pragma/warn/pp_hot
20389 ____________________________________________________________________________
20390 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
20391         Log: Update Changes.
20392      Branch: perl
20393            ! Changes patchlevel.h
20394 ____________________________________________________________________________
20395 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
20396         Log: Deprecate pseudo-hashes.
20397      Branch: perl
20398            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
20399 ____________________________________________________________________________
20400 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
20401         Log: HP-UX hints update from Merijn.
20402      Branch: perl
20403            ! hints/hpux.sh
20404 ____________________________________________________________________________
20405 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
20406         Log: README.hpux update from Merijn.
20407      Branch: perl
20408            ! README.hpux
20409 ____________________________________________________________________________
20410 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
20411         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
20412              From: Simon Cozens <simon@netthink.co.uk>
20413              Date: Wed, 16 May 2001 15:57:55 +0100
20414              Message-ID: <20010516155755.A4728@netthink.co.uk>
20415      Branch: perl
20416            + utils.lst
20417            ! MANIFEST installman installperl
20418 ____________________________________________________________________________
20419 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
20420         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
20421              From: "Philip Newton" <pnewton@gmx.de>
20422              Date: Tue, 15 May 2001 16:31:05 +0200
20423              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
20424              
20425              Fix PERL_Y2KWARN test to check before rather than after appending.
20426      Branch: perl
20427            ! pp_hot.c
20428 ____________________________________________________________________________
20429 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
20430         Log: Regen Porting stuff.
20431      Branch: perl
20432            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20433            ! config_h.SH
20434 ____________________________________________________________________________
20435 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
20436         Log: Metaconfig unit change for #10125.
20437      Branch: metaconfig
20438            ! U/modified/Oldconfig.U
20439 ____________________________________________________________________________
20440 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
20441         Log: Use OSVERS.
20442      Branch: perl
20443            ! Configure config_h.SH perl.c
20444 ____________________________________________________________________________
20445 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
20446         Log: Regen toc.
20447      Branch: perl
20448            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
20449 ____________________________________________________________________________
20450 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
20451         Log: Adding the README.dgux to the MANIFEST would be a good idea.
20452      Branch: perl
20453            ! MANIFEST
20454 ____________________________________________________________________________
20455 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
20456         Log: Move the stack desire definition to thread.h.
20457      Branch: perl
20458            ! ext/Thread/Thread.xs thread.h
20459 ____________________________________________________________________________
20460 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
20461         Log: DG-UX threading patches, including a README.dgux,
20462              from Takis Psarogiannakopoulos.
20463      Branch: perl
20464            + README.dgux
20465            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
20466 ____________________________________________________________________________
20467 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
20468         Log: Subject: [PATCH B::Deparse] More on /x regexes
20469              From: Robin Houston <robin@kitsite.com>
20470              Date: Tue, 15 May 2001 19:09:35 +0100
20471              Message-ID: <20010515190935.A27268@penderel>
20472      Branch: perl
20473            ! ext/B/B/Deparse.pm
20474 ____________________________________________________________________________
20475 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
20476         Log: Document that the core time() may be rounding rather
20477              than truncating, would have saved at least my confusion.
20478      Branch: perl
20479            ! ext/Time/HiRes/HiRes.pm
20480 ____________________________________________________________________________
20481 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
20482         Log: Subject: perl-current/t/time-hires.t
20483              From: John Peacock <jpeacock@rowman.com>
20484              Date: Fri, 11 May 2001 14:09:41 -0400
20485              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
20486      Branch: perl
20487            ! t/lib/time-hires.t
20488 ____________________________________________________________________________
20489 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
20490         Log: Subject: [PATCH dump.c] Op private flags
20491              From: Simon Cozens <simon@netthink.co.uk>
20492              Date: Sun, 13 May 2001 20:20:36 +0100
20493              Message-ID: <20010513202036.A21896@netthink.co.uk>
20494      Branch: perl
20495            ! dump.c
20496 ____________________________________________________________________________
20497 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
20498         Log: Upgrade to Switch 2.03.
20499      Branch: perl
20500            ! lib/Switch.pm
20501 ____________________________________________________________________________
20502 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
20503         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
20504              to PERL_CONFIG_SH and use it consistently.
20505      Branch: maint-5.6/perl
20506           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
20507           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
20508           !> myconfig.SH writemain.SH
20509 ____________________________________________________________________________
20510 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
20511         Log: Metaconfig units changes for #10113.
20512      Branch: metaconfig
20513            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
20514 ____________________________________________________________________________
20515 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
20516         Log: The problem described in 20010514.031 still wasn't
20517              fully cured, there were remnants of $CONFIG when
20518              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
20519              to avoid future conflicts.
20520      Branch: perl
20521            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
20522            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
20523            ! myconfig.SH writemain.SH
20524 ____________________________________________________________________________
20525 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
20526         Log: Half of #10107 got lost.
20527      Branch: perl
20528            ! ext/B/B/Deparse.pm
20529 ____________________________________________________________________________
20530 [ 10111] By: nick                                  on 2001/05/15  08:39:14
20531         Log: Integrate mainline.
20532      Branch: perlio
20533           +> ext/POSIX/hints/uts.pl
20534            - Todo Todo-5.6 t/camel-III/vstring.t
20535           !> (integrate 48 files)
20536 ____________________________________________________________________________
20537 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
20538         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
20539              From: Robin Houston <robin@kitsite.com>
20540              Date: Mon, 14 May 2001 22:27:08 +0100
20541              Message-ID: <20010514222708.A22963@penderel>
20542      Branch: perl
20543            ! t/TestInit.pm
20544 ____________________________________________________________________________
20545 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
20546         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
20547              From: Robin Houston <robin@kitsite.com>
20548              Date: Mon, 14 May 2001 22:16:43 +0100
20549              Message-ID: <20010514221643.A22437@penderel>
20550      Branch: perl
20551            ! ext/B/B/Deparse.pm
20552 ____________________________________________________________________________
20553 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
20554         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
20555              From: Robin Houston <robin@kitsite.com>
20556              Date: Mon, 14 May 2001 22:03:44 +0100
20557              Message-ID: <20010514220344.A20643@penderel>
20558      Branch: perl
20559            ! ext/B/B/Deparse.pm
20560 ____________________________________________________________________________
20561 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
20562         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
20563              From: Robin Houston <robin@kitsite.com>
20564              Date: Mon, 14 May 2001 22:10:07 +0100
20565              Message-ID: <20010514221007.A21118@penderel>
20566      Branch: perl
20567            ! ext/B/B/Deparse.pm
20568 ____________________________________________________________________________
20569 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
20570         Log: Fix for 20010514.037; substr() didn't invalidate the locale
20571              collation magic.
20572      Branch: perl
20573            ! pp.c
20574 ____________________________________________________________________________
20575 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
20576         Log: Update Changes.
20577      Branch: perl
20578            ! Changes patchlevel.h
20579 ____________________________________________________________________________
20580 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
20581         Log: Retract #10094.
20582      Branch: perl
20583            ! lib/Pod/Text.pm
20584 ____________________________________________________________________________
20585 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
20586         Log: Integrate change #10100 from maintperl.
20587              
20588              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
20589              bug ID 20010514.027)
20590      Branch: perl
20591           !> mg.c pp_ctl.c
20592 ____________________________________________________________________________
20593 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
20594         Log: Document the deprecatedness of suidperl.
20595      Branch: perl
20596            ! INSTALL pod/perlfaq1.pod
20597 ____________________________________________________________________________
20598 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
20599         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
20600              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
20601              Date: Mon, 14 May 2001 09:38:59 -0400
20602              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
20603      Branch: perl
20604            ! lib/ExtUtils/MM_Unix.pm
20605 ____________________________________________________________________________
20606 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
20607         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
20608              bug ID 20010514.027)
20609              
20610              TODO: this needs a testsuite addition
20611      Branch: maint-5.6/perl
20612            ! mg.c pp_ctl.c
20613 ____________________________________________________________________________
20614 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
20615         Log: More DWIMminess for Class::Struct: calling the array or hash
20616              accessors only with one argument, an array or a hash reference,
20617              sets the underlying array or hash.  This mirrors nicely also
20618              the usage in the constructor.
20619              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
20620      Branch: perl
20621            ! lib/Class/Struct.pm t/lib/class-struct.t
20622 ____________________________________________________________________________
20623 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
20624         Log: Reference cmp'ing should go through the whole stringification
20625              process shebang, as pointed out by Sarathy in #10091.
20626      Branch: perl
20627            ! pp.c
20628 ____________________________________________________________________________
20629 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
20630         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
20631              From: Simon Cozens <simon@netthink.co.uk>
20632              Date: Sat, 12 May 2001 16:36:27 +0100
20633              Message-ID: <20010512163627.A5522@netthink.co.uk>
20634              
20635              with some additions salvaged from Todo and Todo-5.6 before
20636              retiring them.
20637      Branch: perl
20638            - Todo Todo-5.6
20639            ! MANIFEST pod/perltodo.pod
20640 ____________________________________________________________________________
20641 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
20642         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
20643              From: "Golubev I. N." <gin@mo.msk.ru>
20644              Date: Mon, 07 May 2001 14:33:34 (GMT)
20645              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
20646      Branch: perl
20647            ! perl.h
20648 ____________________________________________________________________________
20649 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
20650         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
20651              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
20652              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
20653              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
20654      Branch: perl
20655            ! lib/ExtUtils/MM_Unix.pm
20656 ____________________________________________________________________________
20657 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
20658         Log: (Retracted by #10104.)
20659              
20660              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
20661              From: barries <barries@slaysys.com>
20662              Date: Sat, 12 May 2001 01:28:10 -0400
20663              Message-ID: <20010512012810.B26358@jester.slaysys.com>
20664      Branch: perl
20665            ! lib/Pod/Text.pm
20666 ____________________________________________________________________________
20667 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
20668         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
20669              From: Mike Guy <mjtg@cam.ac.uk>
20670              Date: Sat, 12 May 2001 19:24:33 +0100
20671              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
20672      Branch: perl
20673            ! lib/AutoSplit.pm
20674 ____________________________________________________________________________
20675 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
20676         Log: Yet another HP-UX hints tweak from Merijn.
20677      Branch: perl
20678            ! hints/hpux.sh
20679 ____________________________________________________________________________
20680 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
20681         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
20682              isn't defined (changes#9366,9368,9370 from mainline without the
20683              pp_scmp() change)
20684      Branch: maint-5.6/perl
20685            ! pp.c pp.h pp_hot.c
20686 ____________________________________________________________________________
20687 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
20688         Log: The sorting seems to happen now automatically.
20689      Branch: perl
20690            ! t/lib/glob-basic.t
20691 ____________________________________________________________________________
20692 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
20693         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
20694              From: Benjamin Sugars <bsugars@canoe.ca>
20695              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
20696              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
20697      Branch: perl
20698            ! pod/perlfunc.pod
20699 ____________________________________________________________________________
20700 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
20701         Log: Subject: Re: undef(&foo) does not work for XS functions
20702              From: Doug MacEachern <dougm@covalent.net>
20703              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
20704              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
20705      Branch: perl
20706            ! op.c
20707 ____________________________________________________________________________
20708 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
20709         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
20710              From: Peter Prymmer <pvhp@forte.com>
20711              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
20712              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
20713      Branch: perl
20714            ! t/op/append.t
20715 ____________________________________________________________________________
20716 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
20717         Log: Update Changes.
20718      Branch: perl
20719            ! Changes patchlevel.h
20720 ____________________________________________________________________________
20721 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
20722         Log: Remove the 'asciir' re subpragma.  Should instead implement
20723              the 'physical vs logical' range scheme:
20724              
20725              \xAA-\xCC is a native physical range, you want that range of
20726              codepoints in your native encoding.  In EBCDIC the codepoints
20727              in the gaps (between i-j and r-s) should be included.
20728              
20729              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
20730              codepoints in Unicode.
20731              
20732              a-z is a logical range, you want that range of 'logical' codepoints
20733              in your native encoding.  In EBCDIC the codepoints in the gaps
20734              (between i-j and r-s) should not be included.
20735              
20736              Mixed cases (a-\xAA, etc) should either be errors, or maybe
20737              the 'logical' endpoints should be converted to native/Unicode
20738              codepoints, and the range handled as a physical range.
20739              
20740              'Logical endpoints' are to be recognized only in the A-Z, a-z,
20741              and 0-9 ranges.  Probably a warning should be given for mixed
20742              cases like A-z or a-9 (since such expressions are encoding
20743              dependent), with a recommendation to use physical ranges.
20744      Branch: perl
20745            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
20746            ! t/op/regexp.t
20747 ____________________________________________________________________________
20748 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
20749         Log: Make the test to cleanup the test directory tree
20750              both before and after the testing so that we always
20751              have a clean slate to work with.
20752      Branch: perl
20753            ! t/lib/filefind.t
20754 ____________________________________________________________________________
20755 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
20756         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
20757              From: Jon Eveland <jweveland@yahoo.com>
20758              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
20759              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
20760      Branch: perl
20761            ! pod/perlfunc.pod
20762 ____________________________________________________________________________
20763 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
20764         Log: Merge the camel-III/vstring.t with op/ver.t.
20765      Branch: perl
20766            - t/camel-III/vstring.t
20767            ! MANIFEST t/TEST t/harness t/op/ver.t
20768 ____________________________________________________________________________
20769 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
20770         Log: Add test.deparse make target.
20771      Branch: perl
20772            ! Makefile.SH
20773 ____________________________________________________________________________
20774 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
20775         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
20776              From: Robin Houston <robin@kitsite.com>
20777              Date: Fri, 11 May 2001 12:02:22 +0100
20778              Message-ID: <20010511120222.A11529@penderel>
20779      Branch: perl
20780            ! ext/B/B/Deparse.pm t/op/method.t
20781 ____________________________________________________________________________
20782 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
20783         Log: A nicely working combination for UTS from Hal Morris.
20784      Branch: perl
20785            + ext/POSIX/hints/uts.pl
20786            ! MANIFEST hints/uts.sh
20787 ____________________________________________________________________________
20788 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
20789         Log: i_ieeefp=undef for UTS.
20790      Branch: perl
20791            ! hints/uts.sh
20792 ____________________________________________________________________________
20793 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
20794         Log: Subject: RE: rand(0) is rand(1)
20795              From: Larry Shatzer <lshatzer@islanddata.com>
20796              Date: Thu, 10 May 2001 11:09:27 -0700
20797              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
20798      Branch: perl
20799            ! pod/perlfunc.pod
20800 ____________________________________________________________________________
20801 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
20802         Log: Subject: [patch] make op_{clear,null} public
20803              From: Doug MacEachern <dougm@covalent.net>
20804              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
20805              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
20806      Branch: perl
20807            ! embed.h embed.pl op.c proto.h
20808 ____________________________________________________________________________
20809 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
20810         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
20811              From: Robin Houston <robin@kitsite.com>
20812              Date: Thu, 10 May 2001 18:54:59 +0100
20813              Message-ID: <20010510185459.A5995@penderel>
20814      Branch: perl
20815            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
20816 ____________________________________________________________________________
20817 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
20818         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
20819              From: Robin Houston <robin@kitsite.com>
20820              Date: Thu, 10 May 2001 12:56:39 +0100
20821              Message-ID: <20010510125639.A2119@penderel>
20822      Branch: perl
20823            ! ext/B/B/Deparse.pm
20824 ____________________________________________________________________________
20825 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
20826         Log: Retract #10070, not ready yet.
20827      Branch: perl
20828            ! ext/B/B/Deparse.pm
20829 ____________________________________________________________________________
20830 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
20831         Log: The metaconfig unit change for #10071.
20832      Branch: metaconfig
20833            ! U/modified/mallocsrc.U
20834 ____________________________________________________________________________
20835 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
20836         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
20837      Branch: perl
20838            ! Configure
20839 ____________________________________________________________________________
20840 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
20841         Log: (Retracted by #10073)
20842              
20843              Subject: Re: [PATCH t/TEST] B::Deparse tester 
20844              From: Hugo <hv@crypt.compulink.co.uk>
20845              Date: Thu, 10 May 2001 05:48:09 +0100
20846              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
20847      Branch: perl
20848            ! ext/B/B/Deparse.pm
20849 ____________________________________________________________________________
20850 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
20851         Log: Add a for(func()) test.
20852      Branch: perl
20853            ! t/cmd/for.t
20854 ____________________________________________________________________________
20855 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
20856         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
20857              From: Robin Houston <robin@kitsite.com>
20858              Date: Thu, 10 May 2001 13:50:08 +0100
20859              Message-ID: <20010510135008.A2454@penderel>
20860      Branch: perl
20861            ! ext/B/B/Deparse.pm
20862 ____________________________________________________________________________
20863 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
20864         Log: A thinko in #10065.
20865      Branch: perl
20866            ! hv.c
20867 ____________________________________________________________________________
20868 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
20869         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
20870              From: Robin Houston <robin@kitsite.com>
20871              Date: Thu, 10 May 2001 02:10:34 +0100
20872              Message-ID: <20010510021034.A19421@penderel>
20873      Branch: perl
20874            ! ext/B/B.xs ext/B/B/Deparse.pm
20875 ____________________________________________________________________________
20876 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
20877         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
20878              From: Doug MacEachern <dougm@covalent.net>
20879              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
20880              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
20881      Branch: perl
20882            ! hv.c
20883 ____________________________________________________________________________
20884 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
20885         Log: One more workaround for the UTS compiler from Hal Morris.
20886      Branch: perl
20887            ! perl.h
20888 ____________________________________________________________________________
20889 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
20890         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
20891              From: Robin Houston <robin@kitsite.com>
20892              Date: Thu, 10 May 2001 01:02:08 +0100
20893              Message-ID: <20010510010208.A18200@penderel>
20894      Branch: perl
20895            ! ext/B/B/Debug.pm
20896 ____________________________________________________________________________
20897 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
20898         Log: Subject: [PATCH] Simplify deb_curcv() a bit
20899              From: Benjamin Sugars <bsugars@canoe.ca>
20900              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
20901              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
20902      Branch: perl
20903            ! run.c
20904 ____________________________________________________________________________
20905 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
20906         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
20907              From: Benjamin Sugars <bsugars@canoe.ca>
20908              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
20909              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
20910      Branch: perl
20911            ! t/lib/io_scalar.t
20912 ____________________________________________________________________________
20913 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
20914         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
20915              From: Peter Prymmer <pvhp@forte.com>
20916              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
20917              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
20918      Branch: perl
20919            ! t/lib/md5-file.t
20920 ____________________________________________________________________________
20921 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
20922         Log: Subject: [PATCH t/TEST] B::Deparse tester
20923              From: Robin Houston <robin@kitsite.com>
20924              Date: Wed, 9 May 2001 19:17:50 +0100
20925              Message-ID: <20010509191750.A16940@penderel>
20926      Branch: perl
20927            ! ext/B/O.pm t/TEST
20928 ____________________________________________________________________________
20929 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
20930         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
20931              From: Jeff Pinyan <jeffp@crusoe.net>
20932              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
20933              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
20934      Branch: perl
20935            ! lib/Pod/Html.pm
20936 ____________________________________________________________________________
20937 [ 10057] By: nick                                  on 2001/05/09  18:37:56
20938         Log: Integrate mainline.
20939      Branch: perlio
20940           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
20941           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
20942 ____________________________________________________________________________
20943 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
20944         Log: Update Changes.
20945      Branch: perl
20946            ! Changes patchlevel.h
20947 ____________________________________________________________________________
20948 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
20949         Log: Integrate perlio.
20950      Branch: perl
20951           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
20952 ____________________________________________________________________________
20953 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
20954         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
20955              From: Benjamin Sugars <bsugars@canoe.ca>
20956              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
20957              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
20958      Branch: perl
20959            ! perlio.c
20960 ____________________________________________________________________________
20961 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
20962         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
20963              From: Benjamin Sugars <bsugars@canoe.ca>
20964              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
20965              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
20966      Branch: perl
20967            ! ext/PerlIO/Scalar/Scalar.xs
20968 ____________________________________________________________________________
20969 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
20970         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
20971              From: Jeff Pinyan <jeffp@crusoe.net>
20972              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
20973              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
20974      Branch: perl
20975            ! lib/Pod/Html.pm
20976 ____________________________________________________________________________
20977 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
20978         Log: EPOC tweak from Olaf Flebbe.
20979      Branch: perl
20980            ! epoc/epocish.h
20981 ____________________________________________________________________________
20982 [ 10050] By: nick                                  on 2001/05/09  14:37:57
20983         Log: win32, regen_config_h
20984      Branch: perlio
20985            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20986 ____________________________________________________________________________
20987 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
20988         Log: Integrate perlio.
20989      Branch: perl
20990           !> pp_sys.c
20991 ____________________________________________________________________________
20992 [ 10048] By: nick                                  on 2001/05/09  11:59:50
20993         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
20994              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
20995      Branch: perlio
20996            ! pp_sys.c
20997 ____________________________________________________________________________
20998 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
20999         Log: Integrate perlio.
21000      Branch: perl
21001           !> run.c
21002 ____________________________________________________________________________
21003 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
21004         Log: Subject: Re: Less warnings during configure
21005              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21006              Date: Wed, 09 May 2001 13:12:49 +0200
21007              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
21008      Branch: perl
21009            ! hints/hpux.sh
21010 ____________________________________________________________________________
21011 [ 10045] By: nick                                  on 2001/05/09  09:56:59
21012         Log: MULTIPLICITY/DEBUGGING build fix.
21013      Branch: perlio
21014            ! run.c
21015 ____________________________________________________________________________
21016 [ 10044] By: nick                                  on 2001/05/09  09:46:37
21017         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
21018      Branch: perlio
21019           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
21020            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
21021           !> (integrate 65 files)
21022 ____________________________________________________________________________
21023 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
21024         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
21025              From: Robin Houston <robin@kitsite.com>
21026              Date: Tue, 8 May 2001 19:38:00 +0100
21027              Message-ID: <20010508193800.A4389@penderel>
21028              
21029              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
21030              From: Robin Houston <robin@kitsite.com>
21031              Date: Tue, 8 May 2001 20:03:57 +0100
21032              Message-ID: <20010508200357.A4614@penderel>
21033              
21034              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
21035              From: Robin Houston <robin@kitsite.com>
21036              Date: Wed, 9 May 2001 00:12:05 +0100
21037              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
21038      Branch: perl
21039            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
21040 ____________________________________________________________________________
21041 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
21042         Log: Retract #10031.
21043      Branch: perl
21044            ! pod/perlfunc.pod
21045 ____________________________________________________________________________
21046 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
21047         Log: The metaconfig unit changes for #10040.
21048      Branch: metaconfig/U/perl
21049            ! Checkcc.U d_dlsymun.U dlsrc.U
21050 ____________________________________________________________________________
21051 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
21052         Log: The Configure half of
21053              
21054              Subject: Less warnings during configure
21055              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21056              Date: Tue, 08 May 2001 08:44:02 +0200
21057              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
21058      Branch: perl
21059            ! Configure
21060 ____________________________________________________________________________
21061 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
21062         Log: Subject: Less warnings during configure
21063              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21064              Date: Tue, 08 May 2001 08:44:02 +0200
21065              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
21066      Branch: perl
21067            ! hints/hpux.sh
21068 ____________________________________________________________________________
21069 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
21070         Log: Don't forget to whine about \d__\d.
21071      Branch: perl
21072            ! t/pragma/warn/toke toke.c
21073 ____________________________________________________________________________
21074 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
21075         Log: Allow underscores also in the exponent part.
21076      Branch: perl
21077            ! t/pragma/warn/toke toke.c
21078 ____________________________________________________________________________
21079 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
21080         Log: CodeMagicCD doesn't look like an *I*DE.
21081      Branch: perl
21082            ! pod/perlfaq3.pod
21083 ____________________________________________________________________________
21084 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
21085         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
21086              to be consistently down).
21087      Branch: perl
21088            ! pod/perlfaq3.pod
21089 ____________________________________________________________________________
21090 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
21091         Log: Upgrade to Text::Balanced 1.84.
21092      Branch: perl
21093            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
21094 ____________________________________________________________________________
21095 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
21096         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
21097              From: Benjamin Sugars <bsugars@canoe.ca>
21098              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
21099              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
21100      Branch: perl
21101            ! run.c
21102 ____________________________________________________________________________
21103 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
21104         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
21105              From: Peter Prymmer <pvhp@forte.com>
21106              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
21107              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
21108      Branch: perl
21109            ! t/pod/plainer.t
21110 ____________________________________________________________________________
21111 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
21112         Log: (Retracted by #10042)
21113              
21114              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
21115              From: "Philip Newton" <pnewton@gmx.de>
21116              Date: Tue, 8 May 2001 09:18:10 +0200
21117              Message-ID: <3AF7B9D2.28861.603732@localhost>
21118      Branch: perl
21119            ! pod/perlfunc.pod
21120 ____________________________________________________________________________
21121 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
21122         Log: Subject: [PATCH B::Deparse] Document known bugs
21123              From: Robin Houston <robin@kitsite.com>
21124              Date: Tue, 8 May 2001 01:53:34 +0100
21125              Message-ID: <20010508015334.A32394@penderel>
21126      Branch: perl
21127            ! ext/B/B/Deparse.pm
21128 ____________________________________________________________________________
21129 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
21130         Log: Subject: Re: Perl book, magazine and website updates.
21131              From: "Philip Newton" <pnewton@gmx.de>
21132              Date: Mon, 7 May 2001 17:03:58 +0200
21133              Message-ID: <3AF6D57E.5387.1E29930@localhost>
21134      Branch: perl
21135            ! pod/perlfaq2.pod
21136 ____________________________________________________________________________
21137 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
21138         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
21139              From: Peter Prymmer <pvhp@forte.com>
21140              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
21141              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
21142      Branch: perl
21143            ! t/io/fflush.t
21144 ____________________________________________________________________________
21145 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
21146         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
21147              From: Robin Houston <robin@kitsite.com>
21148              Date: Tue, 8 May 2001 01:14:55 +0100
21149              Message-ID: <20010508011455.A32162@penderel>
21150      Branch: perl
21151            ! ext/B/B/Deparse.pm
21152 ____________________________________________________________________________
21153 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
21154         Log: Typo in #10025.
21155      Branch: perl
21156            ! hints/uts.sh
21157 ____________________________________________________________________________
21158 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
21159         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
21160      Branch: perl
21161            ! hints/uts.sh
21162 ____________________________________________________________________________
21163 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
21164         Log: Subject: Re: [ID 20010506.045] question about hash syntax
21165              From: Peter Scott <Peter@PSDT.com>
21166              Date: Sun, 06 May 2001 13:10:40 -0700
21167              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
21168      Branch: perl
21169            ! pod/perl56delta.pod
21170 ____________________________________________________________________________
21171 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
21172         Log: Configure should figure out the list of dynamic extensions
21173              just fine in UTS-- and in fact it does, as reported by Hal Morris.
21174      Branch: perl
21175            ! hints/uts.sh
21176 ____________________________________________________________________________
21177 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
21178         Log: Update Changes.
21179      Branch: perl
21180            ! Changes patchlevel.h
21181 ____________________________________________________________________________
21182 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
21183         Log: Subject: [PATCH regcomp.c] Insecure regexes
21184              From: Robin Houston <robin@kitsite.com>
21185              Date: Mon, 7 May 2001 21:56:12 +0100
21186              Message-ID: <20010507215612.A31114@penderel>
21187      Branch: perl
21188            ! regcomp.c
21189 ____________________________________________________________________________
21190 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
21191         Log: Drop the foobar.perl.com references for now until Simon
21192              gets them sorted out.
21193      Branch: perl
21194            ! pod/perlfaq2.pod
21195 ____________________________________________________________________________
21196 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
21197         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
21198              From: Prymmer/Kahn <pvhp@best.com>
21199              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
21200              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
21201      Branch: perl
21202            ! lib/Devel/SelfStubber.pm
21203 ____________________________________________________________________________
21204 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
21205         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
21206              From: Prymmer/Kahn <pvhp@best.com>
21207              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
21208              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
21209      Branch: perl
21210            ! win32/Makefile
21211 ____________________________________________________________________________
21212 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
21213         Log: s/WebTechnique's/WebTechniques/
21214      Branch: perl
21215            ! pod/perlfaq2.pod
21216 ____________________________________________________________________________
21217 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
21218         Log: Llama 3 updates from Randal.
21219      Branch: perl
21220            ! pod/perlfaq2.pod
21221 ____________________________________________________________________________
21222 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
21223         Log: Subject: [PATCH] Help -Dt show correct pad variables
21224              From: Benjamin Sugars <ben.sugars@home.com>
21225              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
21226              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
21227      Branch: perl
21228            ! embed.h embed.pl proto.h run.c
21229 ____________________________________________________________________________
21230 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
21231         Log: Subject: [PATCH] Document C<our $foo : shared>
21232              From: Benjamin Sugars <ben.sugars@home.com>
21233              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
21234              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
21235      Branch: perl
21236            ! pod/perlfunc.pod
21237 ____________________________________________________________________________
21238 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
21239         Log: Subject: [PATCH B::Deparse] undefined folded constants
21240              From: Robin Houston <robin@kitsite.com>
21241              Date: Sun, 6 May 2001 17:19:09 +0100
21242              Message-ID: <20010506171909.A7046@penderel>
21243      Branch: perl
21244            ! ext/B/B/Deparse.pm
21245 ____________________________________________________________________________
21246 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
21247         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
21248              From: Robin Houston <robin@kitsite.com>
21249              Message-ID: <20010506164654.A6848@penderel>
21250              Date: Sun, 6 May 2001 16:46:54 +0100
21251      Branch: perl
21252            ! ext/B/B/Deparse.pm
21253 ____________________________________________________________________________
21254 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
21255         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
21256              From: Robin Houston <robin@kitsite.com>
21257              Date: Sun, 6 May 2001 14:47:02 +0100
21258              Message-ID: <20010506144702.A6308@penderel>
21259      Branch: perl
21260            ! t/op/my_stash.t
21261 ____________________________________________________________________________
21262 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
21263         Log: Subject: Perl book, magazine and website updates.
21264              From: Simon Cozens <simon@netthink.co.uk>
21265              Date: Sun, 6 May 2001 16:55:36 +0100
21266              Message-ID: <20010506165536.A1795@netthink.co.uk>
21267      Branch: perl
21268            ! pod/perlbook.pod pod/perlfaq2.pod
21269 ____________________________________________________________________________
21270 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
21271         Log: Tweaks on the Tru64 prof options.
21272      Branch: perl
21273            ! pod/perlhack.pod
21274 ____________________________________________________________________________
21275 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
21276         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
21277              From: Robin Houston <robin@kitsite.com>
21278              Date: Sun, 6 May 2001 14:40:51 +0100
21279              Message-ID: <20010506144051.A6279@penderel>
21280      Branch: perl
21281            ! t/pod/testp2pt.pl
21282 ____________________________________________________________________________
21283 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
21284         Log: Subject: [PATCH B::Deparse] scoping
21285              From: Robin Houston <robin@kitsite.com>
21286              Date: Sun, 6 May 2001 14:36:56 +0100
21287              Message-ID: <20010506143656.A4006@penderel>
21288      Branch: perl
21289            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
21290 ____________________________________________________________________________
21291 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
21292         Log: Document the undefinedness of bitshifting out of range.
21293      Branch: perl
21294            ! pod/perlop.pod
21295 ____________________________________________________________________________
21296 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
21297         Log: Retract #10003 and update the IDE descriptions a bit.
21298      Branch: perl
21299            ! pod/perlfaq3.pod
21300 ____________________________________________________________________________
21301 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
21302         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
21303              From: Prymmer/Kahn <pvhp@best.com>
21304              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
21305              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
21306      Branch: perl
21307            ! win32/Makefile win32/buildext.pl win32/config.bc
21308            ! win32/config.gc win32/config.vc
21309 ____________________________________________________________________________
21310 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
21311         Log: (Retracted by #10005.)
21312      Branch: perl
21313            ! pod/perlfaq3.pod
21314 ____________________________________________________________________________
21315 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
21316         Log: It's "psed", not "sed".
21317      Branch: perl
21318            ! x2p/s2p.PL
21319 ____________________________________________________________________________
21320 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
21321         Log: Update Changes.
21322      Branch: perl
21323            ! Changes patchlevel.h
21324 ____________________________________________________________________________
21325 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
21326         Log: Subject: Re: bleadperl make install fails due to "psed"
21327              From: andreas.koenig@anima.de (Andreas J. Koenig)
21328              Date: 05 May 2001 18:23:28 +0200
21329              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
21330      Branch: perl
21331            ! x2p/Makefile.SH x2p/s2p.PL
21332 ____________________________________________________________________________
21333 [  9999] By: jhi                                   on 2001/05/05  18:28:09
21334         Log: AUTHORS updates.
21335      Branch: perl
21336            ! AUTHORS
21337 ____________________________________________________________________________
21338 [  9998] By: jhi                                   on 2001/05/05  18:16:00
21339         Log: Updates on the pods related to the modules included since 5.6.
21340              
21341              TODO: perltodo really could use major updating.
21342      Branch: perl
21343            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
21344            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
21345            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
21346            ! pod/perlsyn.pod pod/perltodo.pod
21347 ____________________________________________________________________________
21348 [  9997] By: jhi                                   on 2001/05/05  17:35:17
21349         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
21350              from Kurt Skauen.
21351      Branch: perl
21352            + hints/atheos.sh
21353            ! MANIFEST
21354 ____________________________________________________________________________
21355 [  9996] By: jhi                                   on 2001/05/05  17:25:00
21356         Log: Add preemptive #undefs for some of the shorter and more prone
21357              to collision regcomp.h #defines.  (Background: the MASK collided
21358              with a system header #define in Rhapsody.)
21359      Branch: perl
21360            ! regcomp.h
21361 ____________________________________________________________________________
21362 [  9995] By: jhi                                   on 2001/05/05  13:24:21
21363         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
21364              From: Nicholas Clark <nick@ccl4.org>
21365              Date: Sat, 5 May 2001 14:46:39 +0100
21366              Message-ID: <20010505144639.O53513@plum.flirble.org>
21367              
21368              Add a test for the constants (if any) being processed correctly.
21369      Branch: perl
21370            ! utils/h2xs.PL
21371 ____________________________________________________________________________
21372 [  9994] By: jhi                                   on 2001/05/05  02:11:03
21373         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
21374              From: Peter Prymmer <pvhp@forte.com>
21375              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
21376              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
21377      Branch: perl
21378            ! t/lib/b-stash.t
21379 ____________________________________________________________________________
21380 [  9993] By: jhi                                   on 2001/05/05  02:03:49
21381         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
21382              From: Peter Prymmer <pvhp@forte.com>
21383              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
21384              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
21385      Branch: perl
21386            ! perlio.c vms/vmsish.h
21387 ____________________________________________________________________________
21388 [  9992] By: jhi                                   on 2001/05/04  17:21:12
21389         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
21390              From: Robin Barker <rmb1@cise.npl.co.uk>
21391              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
21392              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
21393      Branch: perl
21394            + t/pod/plainer.t
21395            ! MANIFEST
21396 ____________________________________________________________________________
21397 [  9991] By: jhi                                   on 2001/05/04  16:47:45
21398         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
21399              From: Robin Barker <rmb1@cise.npl.co.uk>
21400              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
21401              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
21402      Branch: perl
21403            ! regcomp.c
21404 ____________________________________________________________________________
21405 [  9990] By: jhi                                   on 2001/05/04  14:37:20
21406         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
21407              From: Prymmer/Kahn <pvhp@best.com>
21408              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
21409              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
21410      Branch: perl
21411            ! t/lib/b-stash.t
21412 ____________________________________________________________________________
21413 [  9989] By: jhi                                   on 2001/05/04  14:03:58
21414         Log: Introduce perl572delta, update Todo, add the missing
21415              mention about signal safety since 5.7.1 (though this
21416              requires verification and more details.)
21417      Branch: perl
21418            + pod/perl572delta.pod
21419            ! MANIFEST Todo pod/perl571delta.pod
21420 ____________________________________________________________________________
21421 [  9988] By: jhi                                   on 2001/05/04  12:41:51
21422         Log: Subject: [PATCH perl@9944] long =item
21423              From: Robin Barker <rmb1@cise.npl.co.uk>
21424              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
21425              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
21426      Branch: perl
21427            ! ext/Time/HiRes/HiRes.pm
21428 ____________________________________________________________________________
21429 [  9987] By: jhi                                   on 2001/05/04  12:39:19
21430         Log: The #9901 had removed one line essential for EBCDIC.
21431      Branch: perl
21432            ! regcomp.c
21433 ____________________________________________________________________________
21434 [  9986] By: jhi                                   on 2001/05/04  12:30:23
21435         Log: Subject: cygwin/Makefile.SHs INSTALL patch
21436              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
21437              Date: Mon, 08 Jan 2001 04:59:21 +0200
21438              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
21439      Branch: perl
21440            ! cygwin/Makefile.SHs
21441 ____________________________________________________________________________
21442 [  9985] By: jhi                                   on 2001/05/04  03:51:39
21443         Log: Encode/IO doc tweaks.
21444      Branch: perl
21445            ! ext/Encode/Encode.pm
21446 ____________________________________________________________________________
21447 [  9984] By: jhi                                   on 2001/05/04  03:29:34
21448         Log: Remove GDBM_File from the dynamic extensions for UTS,
21449              GDBM is not a standard feature.
21450      Branch: perl
21451            ! hints/uts.sh
21452 ____________________________________________________________________________
21453 [  9983] By: jhi                                   on 2001/05/04  03:22:59
21454         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
21455      Branch: perl
21456            ! pod/perlretut.pod
21457 ____________________________________________________________________________
21458 [  9982] By: jhi                                   on 2001/05/03  23:21:03
21459         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
21460              From: Benjamin Sugars <bsugars@canoe.ca>
21461              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
21462              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
21463      Branch: perl
21464            ! dump.c
21465 ____________________________________________________________________________
21466 [  9981] By: jhi                                   on 2001/05/03  23:20:05
21467         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
21468              From: Benjamin Sugars <bsugars@canoe.ca>
21469              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
21470              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
21471      Branch: perl
21472            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
21473 ____________________________________________________________________________
21474 [  9980] By: jhi                                   on 2001/05/03  23:15:29
21475         Log: Integrate perlio.
21476      Branch: perl
21477           !> ext/Encode/Encode.pm
21478 ____________________________________________________________________________
21479 [  9979] By: jhi                                   on 2001/05/03  16:54:59
21480         Log: Install psed man page.
21481      Branch: perl
21482            ! installman
21483 ____________________________________________________________________________
21484 [  9978] By: jhi                                   on 2001/05/03  16:45:58
21485         Log: Remove unused files; noted by Sarathy.
21486      Branch: perl
21487            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
21488            ! MANIFEST
21489 ____________________________________________________________________________
21490 [  9977] By: jhi                                   on 2001/05/03  16:42:30
21491         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
21492              From: Andy Dougherty <doughera@lafayette.edu>
21493              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
21494              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
21495      Branch: perl
21496            ! INSTALL
21497 ____________________________________________________________________________
21498 [  9976] By: nick                                  on 2001/05/03  16:40:42
21499         Log: Allow $answer = encode($object,$text); like it says in docs.
21500      Branch: perlio
21501            ! ext/Encode/Encode.pm
21502 ____________________________________________________________________________
21503 [  9975] By: nick                                  on 2001/05/03  16:22:30
21504         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
21505              to be in scope (fair enough), and also a package variable (our) for eval to see it.
21506      Branch: perlio
21507            ! ext/Encode/Encode.pm
21508 ____________________________________________________________________________
21509 [  9974] By: nick                                  on 2001/05/03  15:48:17
21510         Log: Integrate mainline.
21511      Branch: perlio
21512           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
21513           +> t/lib/filter-simple.t t/lib/next.t
21514           !> (integrate 70 files)
21515 ____________________________________________________________________________
21516 [  9973] By: jhi                                   on 2001/05/03  13:09:09
21517         Log: Update Changes.
21518      Branch: perl
21519            ! Changes patchlevel.h
21520 ____________________________________________________________________________
21521 [  9972] By: jhi                                   on 2001/05/03  12:58:33
21522         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
21523              From: Prymmer/Kahn <pvhp@best.com>
21524              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
21525              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
21526      Branch: perl
21527            ! t/io/fflush.t
21528 ____________________________________________________________________________
21529 [  9971] By: jhi                                   on 2001/05/03  12:57:26
21530         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
21531              From: Prymmer/Kahn <pvhp@best.com>
21532              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
21533              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
21534      Branch: perl
21535            ! win32/FindExt.pm
21536 ____________________________________________________________________________
21537 [  9970] By: jhi                                   on 2001/05/03  02:42:46
21538         Log: Can't croak sans thread context, from Doug MacEachern.
21539      Branch: perl
21540            ! toke.c
21541 ____________________________________________________________________________
21542 [  9969] By: jhi                                   on 2001/05/03  01:23:48
21543         Log: Subject: Random input test and Perl
21544              From: Ilya Zakharevich <ilya@math.berkeley.edu>
21545              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
21546              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
21547      Branch: perl
21548            ! toke.c
21549 ____________________________________________________________________________
21550 [  9968] By: jhi                                   on 2001/05/02  22:17:21
21551         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
21552              From: Peter Prymmer <pvhp@forte.com>
21553              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
21554              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
21555      Branch: perl
21556            ! pod/perlfunc.pod pod/perlport.pod
21557 ____________________________________________________________________________
21558 [  9967] By: jhi                                   on 2001/05/02  20:12:45
21559         Log: Workaround for UTS compiler casting bug from Hal Morris.
21560      Branch: perl
21561            ! perl.h
21562 ____________________________________________________________________________
21563 [  9966] By: jhi                                   on 2001/05/02  18:31:37
21564         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
21565              From: Dan Sugalski <dan@sidhe.org>
21566              Date: Wed, 02 May 2001 15:23:22 -0400
21567              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
21568      Branch: perl
21569            ! perl.c vms/vms.c
21570 ____________________________________________________________________________
21571 [  9965] By: jhi                                   on 2001/05/02  18:21:29
21572         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
21573      Branch: perl
21574            ! pod/perlfunc.pod
21575 ____________________________________________________________________________
21576 [  9964] By: jhi                                   on 2001/05/02  18:15:01
21577         Log: Document large files in INSTALL, document also the %x
21578              limitation if not use64bitint, closes bug 20010326.007.
21579      Branch: perl
21580            ! INSTALL
21581 ____________________________________________________________________________
21582 [  9963] By: jhi                                   on 2001/05/02  17:24:47
21583         Log: perlmodlib tweaks; regen pods.
21584      Branch: perl
21585            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
21586            ! pod/perltoc.pod
21587 ____________________________________________________________________________
21588 [  9962] By: jhi                                   on 2001/05/02  17:14:00
21589         Log: Fix for a segfault, from Marc Lehmann.
21590      Branch: perl
21591            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
21592 ____________________________________________________________________________
21593 [  9961] By: jhi                                   on 2001/05/02  15:55:53
21594         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
21595              From: "Philip Newton" <pnewton@gmx.de>
21596              Date: Wed, 2 May 2001 18:39:03 +0200
21597              Message-ID: <3AF05447.15525.173B588@localhost>
21598      Branch: perl
21599            ! pod/perlop.pod
21600 ____________________________________________________________________________
21601 [  9960] By: jhi                                   on 2001/05/02  15:35:37
21602         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
21603              From: Dan Sugalski <dan@sidhe.org>
21604              Date: Wed, 02 May 2001 11:37:27 -0400
21605              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
21606      Branch: perl
21607            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
21608            ! thread.h vms/vms.c vms/vmsish.h
21609 ____________________________________________________________________________
21610 [  9959] By: jhi                                   on 2001/05/02  15:21:08
21611         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
21612              From: Benjamin Sugars <bsugars@canoe.ca>
21613              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
21614              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
21615      Branch: perl
21616            ! ext/PerlIO/Scalar/Scalar.xs
21617 ____________________________________________________________________________
21618 [  9958] By: jhi                                   on 2001/05/02  15:15:53
21619         Log: Bug in #9915, spotted by Mike Guy.
21620      Branch: perl
21621            ! installperl
21622 ____________________________________________________________________________
21623 [  9957] By: jhi                                   on 2001/05/02  13:26:01
21624         Log: Add a test for not griping about references as array
21625              indices if the reference has magic in it (overloaded
21626              methods).
21627      Branch: perl
21628            ! pod/perldiag.pod t/pragma/warn/pp_hot
21629 ____________________________________________________________________________
21630 [  9956] By: jhi                                   on 2001/05/02  13:07:01
21631         Log: Retracted a bit too much in #9952.
21632      Branch: perl
21633            ! t/pragma/sub_lval.t
21634 ____________________________________________________________________________
21635 [  9955] By: jhi                                   on 2001/05/02  13:05:38
21636         Log: Test for #9952.
21637      Branch: perl
21638            ! t/op/tie.t
21639 ____________________________________________________________________________
21640 [  9954] By: jhi                                   on 2001/05/02  11:48:18
21641         Log: Additional note on the encoding example: one cannot
21642              convert string constants in-place.
21643      Branch: perl
21644            ! ext/Encode/Encode.pm
21645 ____________________________________________________________________________
21646 [  9953] By: jhi                                   on 2001/05/02  11:43:51
21647         Log: Note that if you have recent enough Perl you already
21648              have Filter::Util::Call.
21649      Branch: perl
21650            ! lib/Filter/Simple.pm
21651 ____________________________________________________________________________
21652 [  9952] By: jhi                                   on 2001/05/02  11:31:53
21653         Log: Retract changes #8254 and #8255, causes coredump in
21654              'tie FH, "main"', reported by Abigail, culprit found by
21655              Benjamin Sugars.  Mirrors maintperl change #9950.
21656      Branch: perl
21657            ! op.c t/pragma/sub_lval.t
21658 ____________________________________________________________________________
21659 [  9951] By: jhi                                   on 2001/05/02  11:14:29
21660         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
21661      Branch: perl
21662            + t/lib/MyFilter.pm
21663 ____________________________________________________________________________
21664 [  9950] By: gsar                                  on 2001/05/02  03:17:11
21665         Log: revert integration of changes#8254,8255 in change#8620 (causes
21666              a coredump in C<tie FH, 'foo'>; the idea itself may need better
21667              rationalization)
21668      Branch: maint-5.6/perl
21669            ! op.c t/pragma/sub_lval.t
21670 ____________________________________________________________________________
21671 [  9949] By: gsar                                  on 2001/05/02  02:56:32
21672         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
21673              
21674              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
21675              
21676              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
21677      Branch: maint-5.6/perl
21678           !> hints/svr5.sh
21679 ____________________________________________________________________________
21680 [  9948] By: gsar                                  on 2001/05/02  02:49:15
21681         Log: pod/find.t breaks on VMS (from Craig Berry)
21682      Branch: maint-5.6/perl
21683            ! t/pod/find.t
21684 ____________________________________________________________________________
21685 [  9947] By: jhi                                   on 2001/05/02  02:43:09
21686         Log: Add an encoding conversion example.
21687      Branch: perl
21688            ! ext/Encode/Encode.pm
21689 ____________________________________________________________________________
21690 [  9946] By: jhi                                   on 2001/05/02  01:34:22
21691         Log: Another coat of paint but still nowhere finished.
21692              Need to decide on the semantics of strptime(): should
21693              strptime() be a function instead of a method?  To do
21694              the week/monthname-strptiming the i18n/l10n bullet needs
21695              to be bitten with gusto.
21696      Branch: perl
21697            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
21698 ____________________________________________________________________________
21699 [  9945] By: jhi                                   on 2001/05/01  23:40:52
21700         Log: Update Changes.
21701      Branch: perl
21702            ! Changes patchlevel.h
21703 ____________________________________________________________________________
21704 [  9944] By: jhi                                   on 2001/05/01  23:33:37
21705         Log: Add known-to-be-tested modules to the list-to-be-skipped.
21706      Branch: perl
21707            ! t/lib/1_compile.t
21708 ____________________________________________________________________________
21709 [  9943] By: jhi                                   on 2001/05/01  23:24:40
21710         Log: Subject: BorlandC++ fix
21711              From: "Vadim Konovalov" <watman@inbox.ru>
21712              Date: Mon, 30 Apr 2001 20:12:26 -0700
21713              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
21714      Branch: perl
21715            ! win32/makefile.mk
21716 ____________________________________________________________________________
21717 [  9942] By: jhi                                   on 2001/05/01  23:18:02
21718         Log: Update to Filter::Simple 0.60, create a test for it.
21719      Branch: perl
21720            + t/lib/filter-simple.t
21721            ! MANIFEST lib/Filter/Simple.pm
21722 ____________________________________________________________________________
21723 [  9941] By: jhi                                   on 2001/05/01  19:47:24
21724         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
21725              From: Hugo <hv@crypt.compulink.co.uk>
21726              Date: Tue, 01 May 2001 20:12:20 +0100
21727              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
21728      Branch: perl
21729            ! pp_hot.c t/op/re_tests
21730 ____________________________________________________________________________
21731 [  9940] By: jhi                                   on 2001/05/01  19:42:16
21732         Log: Integrate perlio.
21733      Branch: perl
21734           !> lib/base.pm t/lib/fields.t
21735 ____________________________________________________________________________
21736 [  9939] By: jhi                                   on 2001/05/01  19:39:51
21737         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
21738              From: Benjamin Sugars <bsugars@canoe.ca>
21739              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
21740              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
21741      Branch: perl
21742            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
21743 ____________________________________________________________________________
21744 [  9938] By: jhi                                   on 2001/05/01  19:34:09
21745         Log: Add NEXT, a pseudo-class for method redispatching.
21746              <Damian>NEXT.pm probably offers more bang-for-buck
21747              than anything else I've ever written.</Damian>
21748      Branch: perl
21749            + lib/NEXT.pm t/lib/next.t
21750            ! MANIFEST
21751 ____________________________________________________________________________
21752 [  9937] By: jhi                                   on 2001/05/01  19:21:41
21753         Log: Update to Switch 2.02.
21754      Branch: perl
21755            ! lib/Switch.pm t/lib/switch.t
21756 ____________________________________________________________________________
21757 [  9936] By: nick                                  on 2001/05/01  19:09:21
21758         Log: Fix for base.pm clobbering $VERSION
21759      Branch: perlio
21760            ! lib/base.pm
21761 ____________________________________________________________________________
21762 [  9935] By: nick                                  on 2001/05/01  18:54:38
21763         Log: Test for base.pm clobbering $VERSION.
21764      Branch: perlio
21765            ! t/lib/fields.t
21766 ____________________________________________________________________________
21767 [  9934] By: jhi                                   on 2001/05/01  18:39:10
21768         Log: Add information about Scalar::Util::blessed.
21769      Branch: perl
21770            ! pod/perlobj.pod
21771 ____________________________________________________________________________
21772 [  9933] By: jhi                                   on 2001/05/01  18:33:51
21773         Log: Subject: Extra UNIVERSAL documentation
21774              From: Mike Guy <mjtg@cam.ac.uk>
21775              Date: Tue, 01 May 2001 20:12:11 +0100
21776              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
21777      Branch: perl
21778            ! pod/perlobj.pod
21779 ____________________________________________________________________________
21780 [  9932] By: jhi                                   on 2001/05/01  18:26:54
21781         Log: Subject: Autoflush in tests as appropriate
21782              From: Mike Guy <mjtg@cam.ac.uk>
21783              Date: Tue, 01 May 2001 20:05:31 +0100
21784              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
21785      Branch: perl
21786            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
21787            ! t/op/taint.t
21788 ____________________________________________________________________________
21789 [  9931] By: jhi                                   on 2001/05/01  18:02:29
21790         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
21791              From: Benjamin Sugars <bsugars@canoe.ca>
21792              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
21793              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
21794      Branch: perl
21795            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
21796 ____________________________________________________________________________
21797 [  9930] By: jhi                                   on 2001/05/01  15:12:26
21798         Log: Subject: Re: Finally got a round tuit
21799              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21800              Date: Tue, 01 May 2001 14:14:10 +0200
21801              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
21802              
21803              The -DP part, slightly modified.
21804      Branch: perl
21805            ! perl.c
21806 ____________________________________________________________________________
21807 [  9929] By: jhi                                   on 2001/05/01  14:17:15
21808         Log: Subject: Re: Finally got a round tuit
21809              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21810              Date: Tue, 01 May 2001 16:34:06 +0200
21811              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
21812              
21813              cpp and optimization tweaks for HP-UX.
21814      Branch: perl
21815            ! hints/hpux.sh
21816 ____________________________________________________________________________
21817 [  9928] By: jhi                                   on 2001/05/01  13:24:20
21818         Log: Tune the scan_num() comments to reality.
21819      Branch: perl
21820            ! toke.c
21821 ____________________________________________________________________________
21822 [  9927] By: jhi                                   on 2001/05/01  13:14:01
21823         Log: Subject: [PATCH B::Deparse] optimised sort
21824              From: Robin Houston <robin@kitsite.com>
21825              Date: Tue, 1 May 2001 14:07:12 +0100
21826              Message-ID: <20010501140712.A4266@penderel>
21827      Branch: perl
21828            ! ext/B/B/Deparse.pm
21829 ____________________________________________________________________________
21830 [  9926] By: jhi                                   on 2001/05/01  13:10:53
21831         Log: Subject: [PATCH t/lib/b-deparse.t] 
21832              From: Robin Houston <robin@kitsite.com>
21833              Date: Tue, 1 May 2001 13:37:42 +0100
21834              Message-ID: <20010501133742.A4082@penderel>
21835      Branch: perl
21836            ! t/lib/b-deparse.t
21837 ____________________________________________________________________________
21838 [  9925] By: jhi                                   on 2001/05/01  13:10:13
21839         Log: Subject: [PATCH B::Deparse] for(;;), sort
21840              From: Robin Houston <robin@kitsite.com>
21841              Date: Tue, 1 May 2001 13:35:00 +0100
21842              Message-ID: <20010501133500.A4061@penderel>
21843      Branch: perl
21844            ! ext/B/B/Deparse.pm
21845 ____________________________________________________________________________
21846 [  9924] By: jhi                                   on 2001/05/01  13:09:22
21847         Log: Subject: [PATCH B::Deparse] do, warn, use
21848              From: Robin Houston <robin@kitsite.com>
21849              Date: Tue, 1 May 2001 13:31:03 +0100
21850              Message-ID: <20010501133103.A4041@penderel>
21851      Branch: perl
21852            ! ext/B/B/Deparse.pm
21853 ____________________________________________________________________________
21854 [  9923] By: jhi                                   on 2001/05/01  11:45:36
21855         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
21856              From: Benjamin Sugars <ben.sugars@home.com>
21857              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
21858              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
21859      Branch: perl
21860            + t/io/fflush.t
21861            ! MANIFEST
21862 ____________________________________________________________________________
21863 [  9922] By: jhi                                   on 2001/05/01  11:35:42
21864         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
21865              From: Peter Prymmer <pvhp@forte.com>
21866              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
21867              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
21868      Branch: perl
21869            ! t/lib/selfstubber.t
21870 ____________________________________________________________________________
21871 [  9921] By: jhi                                   on 2001/04/30  16:34:33
21872         Log: Subject: [PATCH B::Concise] suppress warning
21873              From: Robin Houston <robin@kitsite.com>
21874              Date: Mon, 30 Apr 2001 16:09:49 +0100
21875              Message-ID: <20010430160949.A25086@penderel>
21876      Branch: perl
21877            ! ext/B/B/Concise.pm
21878 ____________________________________________________________________________
21879 [  9920] By: jhi                                   on 2001/04/30  13:56:04
21880         Log: Strip the *markers* from #9919.
21881      Branch: perl
21882            ! pod/perlfaq.pod pod/perlfaq5.pod
21883 ____________________________________________________________________________
21884 [  9919] By: jhi                                   on 2001/04/30  13:54:04
21885         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
21886              From: Gwyn Judd <b.judd@xtra.co.nz>
21887              Date: Sun, 29 Apr 2001 01:47:49 +1200
21888              Message-ID: <20010429014749.A4418@thislove>
21889      Branch: perl
21890            ! pod/perlfaq.pod pod/perlfaq5.pod
21891 ____________________________________________________________________________
21892 [  9918] By: jhi                                   on 2001/04/30  13:13:54
21893         Log: More_tweakage.
21894      Branch: perl
21895            ! pod/perldata.pod pod/perldiag.pod
21896 ____________________________________________________________________________
21897 [  9917] By: jhi                                   on 2001/04/30  13:01:27
21898         Log: Update Changes.
21899      Branch: perl
21900            ! Changes patchlevel.h
21901 ____________________________________________________________________________
21902 [  9916] By: jhi                                   on 2001/04/30  12:57:03
21903         Log: T_w_e_a_k_a_g_e.
21904      Branch: perl
21905            ! pod/perldata.pod pod/perldiag.pod
21906 ____________________________________________________________________________
21907 [  9915] By: jhi                                   on 2001/04/30  12:39:29
21908         Log: Install s2p also as psed.
21909              
21910              TODO: psed documentation?
21911      Branch: perl
21912            ! installperl
21913 ____________________________________________________________________________
21914 [  9914] By: jhi                                   on 2001/04/30  12:29:21
21915         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
21916              From: Jens Hamisch <jens@Strawberry.COM>
21917              Date: Fri, 27 Apr 2001 17:00:36 +0200
21918              Message-ID: <20010427170036.K1372@Strawberry.COM>
21919              
21920              SOCKS5_VERSION_NAME is the right symbol to detect
21921              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
21922              function called socks5_init() is available, and even that is
21923              not universal, most SOCKS5 installations use SOCKSinit()).
21924      Branch: perl
21925            ! perlio.c
21926 ____________________________________________________________________________
21927 [  9913] By: jhi                                   on 2001/04/30  12:22:15
21928         Log: Allow a zero timeout on IO::Socket accept and connect--
21929              though one really shouldn't do that.  Based on
21930              
21931              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
21932              From: "John Holdsworth" <coldwave@bigfoot.com>
21933              Date: Sun, 4 Feb 2001 12:48:18 +0100
21934              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
21935      Branch: perl
21936            ! ext/IO/lib/IO/Socket.pm
21937 ____________________________________________________________________________
21938 [  9912] By: jhi                                   on 2001/04/30  11:27:27
21939         Log: Save the spot of regprev (see #9911) for binary compatibility;
21940              regen API.
21941      Branch: perl
21942            ! embedvar.h perlapi.h thrdvar.h
21943 ____________________________________________________________________________
21944 [  9911] By: jhi                                   on 2001/04/30  11:22:03
21945         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
21946              From: Hugo <hv@crypt.compulink.co.uk>
21947              Date: Sun, 29 Apr 2001 17:09:30 +0100
21948              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
21949      Branch: perl
21950            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
21951 ____________________________________________________________________________
21952 [  9910] By: jhi                                   on 2001/04/30  11:15:12
21953         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
21954              a dummy for PL_numeric_radix); no pressing reason to break
21955              binary compatibility; regen API.
21956      Branch: perl
21957            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
21958            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
21959 ____________________________________________________________________________
21960 [  9909] By: jhi                                   on 2001/04/30  10:56:08
21961         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
21962              From: Walt Mankowski <waltman@netaxs.com>
21963              Date: Sun, 29 Apr 2001 21:53:48 -0400
21964              Message-ID: <20010429215348.A3971@netaxs.com>
21965      Branch: perl
21966            ! pod/perlfunc.pod
21967 ____________________________________________________________________________
21968 [  9908] By: jhi                                   on 2001/04/30  10:49:40
21969         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
21970      Branch: perl
21971            ! t/lib/selfstubber.t
21972 ____________________________________________________________________________
21973 [  9907] By: nick                                  on 2001/04/30  09:26:50
21974         Log: Integrate mainline.
21975      Branch: perlio
21976           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
21977 ____________________________________________________________________________
21978 [  9906] By: jhi                                   on 2001/04/29  23:24:20
21979         Log: Abigail spotted a thinko in #9905.
21980      Branch: perl
21981            ! pod/perldiag.pod
21982 ____________________________________________________________________________
21983 [  9905] By: jhi                                   on 2001/04/29  15:55:39
21984         Log: Changed the underscore/undebar syntax in numeric constants;
21985              now any grouping will do, as long as the underscores are not
21986              consecutive (so "zero-grouping" is out), and they do not begin
21987              or end the integer or fractional parts.
21988      Branch: perl
21989            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
21990 ____________________________________________________________________________
21991 [  9904] By: nick                                  on 2001/04/29  15:43:22
21992         Log: Integrate mainline.
21993      Branch: perlio
21994           +> (branch 98 files)
21995            - lib/unicode/Block.pl
21996            - lib/unicode/In/AlphabeticPresentationForms.pl
21997            - lib/unicode/In/Arabic.pl
21998            - lib/unicode/In/ArabicPresentationForms-A.pl
21999            - lib/unicode/In/ArabicPresentationForms-B.pl
22000            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
22001            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
22002            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
22003            - lib/unicode/In/BopomofoExtended.pl
22004            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
22005            - lib/unicode/In/CJKCompatibility.pl
22006            - lib/unicode/In/CJKCompatibilityForms.pl
22007            - lib/unicode/In/CJKCompatibilityIdeographs.pl
22008            - lib/unicode/In/CJKRadicalsSupplement.pl
22009            - lib/unicode/In/CJKSymbolsandPunctuation.pl
22010            - lib/unicode/In/CJKUnifiedIdeographs.pl
22011            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
22012            - lib/unicode/In/Cherokee.pl
22013            - lib/unicode/In/CombiningDiacriticalMarks.pl
22014            - lib/unicode/In/CombiningHalfMarks.pl
22015            - lib/unicode/In/CombiningMarksforSymbols.pl
22016            - lib/unicode/In/ControlPictures.pl
22017            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
22018            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
22019            - lib/unicode/In/EnclosedAlphanumerics.pl
22020            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
22021            - lib/unicode/In/Ethiopic.pl
22022            - lib/unicode/In/GeneralPunctuation.pl
22023            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
22024            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
22025            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
22026            - lib/unicode/In/HalfwidthandFullwidthForms.pl
22027            - lib/unicode/In/HangulCompatibilityJamo.pl
22028            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
22029            - lib/unicode/In/Hebrew.pl
22030            - lib/unicode/In/HighPrivateUseSurrogates.pl
22031            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
22032            - lib/unicode/In/IPAExtensions.pl
22033            - lib/unicode/In/IdeographicDescriptionCharacters.pl
22034            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
22035            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
22036            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
22037            - lib/unicode/In/Latin-1Supplement.pl
22038            - lib/unicode/In/LatinExtended-A.pl
22039            - lib/unicode/In/LatinExtended-B.pl
22040            - lib/unicode/In/LatinExtendedAdditional.pl
22041            - lib/unicode/In/LetterlikeSymbols.pl
22042            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
22043            - lib/unicode/In/MathematicalOperators.pl
22044            - lib/unicode/In/MiscellaneousSymbols.pl
22045            - lib/unicode/In/MiscellaneousTechnical.pl
22046            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
22047            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
22048            - lib/unicode/In/OpticalCharacterRecognition.pl
22049            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
22050            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
22051            - lib/unicode/In/SmallFormVariants.pl
22052            - lib/unicode/In/SpacingModifierLetters.pl
22053            - lib/unicode/In/Specials.pl
22054            - lib/unicode/In/SuperscriptsandSubscripts.pl
22055            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
22056            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
22057            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
22058            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
22059            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
22060           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
22061           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
22062           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
22063           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
22064           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
22065           !> utf8.c win32/Makefile
22066 ____________________________________________________________________________
22067 [  9903] By: jhi                                   on 2001/04/29  14:30:53
22068         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
22069              From: Prymmer/Kahn <pvhp@best.com>
22070              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
22071              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
22072      Branch: perl
22073            ! win32/Makefile
22074 ____________________________________________________________________________
22075 [  9902] By: jhi                                   on 2001/04/29  02:52:44
22076         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
22077              From: "Abigail" <abigail@foad.org>
22078              Date: Sun, 29 Apr 2001 03:14:25 +0200
22079              Message-ID: <20010429011425.24503.qmail@foad.org>
22080      Branch: perl
22081            ! ext/IO/lib/IO/Seekable.pm
22082 ____________________________________________________________________________
22083 [  9901] By: jhi                                   on 2001/04/29  02:04:46
22084         Log: In character classes one couldn't have 0x80..0xff characters
22085              at the left hand side if there were 0x100.. characters in the
22086              character class.
22087      Branch: perl
22088            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
22089            ! t/op/pat.t utf8.c
22090 ____________________________________________________________________________
22091 [  9900] By: jhi                                   on 2001/04/28  22:55:04
22092         Log: Forgot the latest mktables.PL from #9899.
22093      Branch: perl
22094            ! lib/unicode/mktables.PL
22095 ____________________________________________________________________________
22096 [  9899] By: jhi                                   on 2001/04/28  22:53:28
22097         Log: Explain the \p{} and \P{} error message better and
22098              have prettier prettyprint in In.pl.
22099      Branch: perl
22100            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
22101            ! pod/perldiag.pod
22102 ____________________________________________________________________________
22103 [  9898] By: jhi                                   on 2001/04/28  21:03:34
22104         Log: Add one possible explanation for the "Invalid [] range" error.
22105      Branch: perl
22106            ! pod/perldiag.pod
22107 ____________________________________________________________________________
22108 [  9897] By: jhi                                   on 2001/04/28  17:18:26
22109         Log: Add a level of indirection to the implementation of \p{InFoo}
22110              so that we don't have to have long filenames.  (Nothing changes
22111              in the user interface.)   The indirection is defined in
22112              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
22113              Also rename some the character classes by removing '-' from
22114              the classnames, and finally renamed Block.pl as Blocks.pl.
22115      Branch: perl
22116            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
22117            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
22118            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
22119            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
22120            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
22121            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
22122            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
22123            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
22124            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
22125            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
22126            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
22127            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
22128            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
22129            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
22130            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
22131            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
22132            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
22133            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
22134            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
22135            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
22136            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
22137            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
22138            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
22139            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
22140            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
22141            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
22142            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
22143            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
22144            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
22145            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
22146            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
22147            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
22148            + lib/unicode/In/94.pl lib/unicode/In/95.pl
22149            - lib/unicode/Block.pl
22150            - lib/unicode/In/AlphabeticPresentationForms.pl
22151            - lib/unicode/In/Arabic.pl
22152            - lib/unicode/In/ArabicPresentationForms-A.pl
22153            - lib/unicode/In/ArabicPresentationForms-B.pl
22154            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
22155            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
22156            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
22157            - lib/unicode/In/BopomofoExtended.pl
22158            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
22159            - lib/unicode/In/CJKCompatibility.pl
22160            - lib/unicode/In/CJKCompatibilityForms.pl
22161            - lib/unicode/In/CJKCompatibilityIdeographs.pl
22162            - lib/unicode/In/CJKRadicalsSupplement.pl
22163            - lib/unicode/In/CJKSymbolsandPunctuation.pl
22164            - lib/unicode/In/CJKUnifiedIdeographs.pl
22165            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
22166            - lib/unicode/In/Cherokee.pl
22167            - lib/unicode/In/CombiningDiacriticalMarks.pl
22168            - lib/unicode/In/CombiningHalfMarks.pl
22169            - lib/unicode/In/CombiningMarksforSymbols.pl
22170            - lib/unicode/In/ControlPictures.pl
22171            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
22172            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
22173            - lib/unicode/In/EnclosedAlphanumerics.pl
22174            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
22175            - lib/unicode/In/Ethiopic.pl
22176            - lib/unicode/In/GeneralPunctuation.pl
22177            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
22178            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
22179            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
22180            - lib/unicode/In/HalfwidthandFullwidthForms.pl
22181            - lib/unicode/In/HangulCompatibilityJamo.pl
22182            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
22183            - lib/unicode/In/Hebrew.pl
22184            - lib/unicode/In/HighPrivateUseSurrogates.pl
22185            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
22186            - lib/unicode/In/IPAExtensions.pl
22187            - lib/unicode/In/IdeographicDescriptionCharacters.pl
22188            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
22189            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
22190            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
22191            - lib/unicode/In/Latin-1Supplement.pl
22192            - lib/unicode/In/LatinExtended-A.pl
22193            - lib/unicode/In/LatinExtended-B.pl
22194            - lib/unicode/In/LatinExtendedAdditional.pl
22195            - lib/unicode/In/LetterlikeSymbols.pl
22196            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
22197            - lib/unicode/In/MathematicalOperators.pl
22198            - lib/unicode/In/MiscellaneousSymbols.pl
22199            - lib/unicode/In/MiscellaneousTechnical.pl
22200            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
22201            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
22202            - lib/unicode/In/OpticalCharacterRecognition.pl
22203            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
22204            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
22205            - lib/unicode/In/SmallFormVariants.pl
22206            - lib/unicode/In/SpacingModifierLetters.pl
22207            - lib/unicode/In/Specials.pl
22208            - lib/unicode/In/SuperscriptsandSubscripts.pl
22209            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
22210            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
22211            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
22212            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
22213            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
22214            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
22215            ! pod/perlunicode.pod
22216 ____________________________________________________________________________
22217 [  9896] By: jhi                                   on 2001/04/28  14:33:17
22218         Log: Update the information on shared library path on HP-UX.
22219      Branch: perl
22220            ! INSTALL
22221 ____________________________________________________________________________
22222 [  9895] By: jhi                                   on 2001/04/28  14:32:30
22223         Log: Because #9894 seems to do the trick, this workaround can be removed.
22224      Branch: perl
22225            ! t/lib/selfstubber.t
22226 ____________________________________________________________________________
22227 [  9894] By: jhi                                   on 2001/04/28  14:26:13
22228         Log: For PerlIO flush the children's file handles (on fork/exec/system).
22229      Branch: perl
22230            ! perl.h
22231 ____________________________________________________________________________
22232 [  9893] By: jhi                                   on 2001/04/28  14:23:15
22233         Log: Test tweak for #9891.
22234      Branch: perl
22235            ! t/lib/b-deparse.t
22236 ____________________________________________________________________________
22237 [  9892] By: jhi                                   on 2001/04/28  14:10:13
22238         Log: New HP-UX hints from Merijn.
22239      Branch: perl
22240            ! hints/hpux.sh
22241 ____________________________________________________________________________
22242 [  9891] By: jhi                                   on 2001/04/28  14:07:27
22243         Log: Subject: [PATCH B::Deparse] non-block scopes
22244              From: Robin Houston <robin@kitsite.com>
22245              Date: Fri, 27 Apr 2001 19:15:14 +0100
22246              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
22247      Branch: perl
22248            ! ext/B/B/Deparse.pm
22249 ____________________________________________________________________________
22250 [  9890] By: nick                                  on 2001/04/27  19:41:25
22251         Log: Integrate mainline
22252      Branch: perlio
22253           +> t/lib/selfstubber.t
22254           !> (integrate 50 files)
22255 ____________________________________________________________________________
22256 [  9889] By: jhi                                   on 2001/04/27  18:23:46
22257         Log: Subject: Re: selfstubber test fail on bleadperl
22258              From: Mike Guy <mjtg@cam.ac.uk>
22259              Date: Fri, 27 Apr 2001 19:31:18 +0100
22260              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
22261      Branch: perl
22262            ! t/lib/selfstubber.t
22263 ____________________________________________________________________________
22264 [  9888] By: jhi                                   on 2001/04/27  16:20:54
22265         Log: Test tweak for #9886.
22266      Branch: perl
22267            ! t/lib/b-deparse.t
22268 ____________________________________________________________________________
22269 [  9887] By: jhi                                   on 2001/04/27  16:16:33
22270         Log: Buffering issue at least in Solaris (even with perlio).
22271      Branch: perl
22272            ! t/lib/selfstubber.t
22273 ____________________________________________________________________________
22274 [  9886] By: jhi                                   on 2001/04/27  14:59:23
22275         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
22276              From: Robin Houston <robin@kitsite.com>
22277              Date: Fri, 27 Apr 2001 16:53:20 +0100
22278              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
22279      Branch: perl
22280            ! ext/B/B/Deparse.pm
22281 ____________________________________________________________________________
22282 [  9885] By: jhi                                   on 2001/04/27  14:23:51
22283         Log: Update Changes.
22284      Branch: perl
22285            ! Changes patchlevel.h
22286 ____________________________________________________________________________
22287 [  9884] By: jhi                                   on 2001/04/27  14:14:12
22288         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
22289              From: "Philip Newton" <pnewton@gmx.de>
22290              Date: Fri, 27 Apr 2001 16:40:13 +0200
22291              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
22292      Branch: perl
22293            ! pod/perldata.pod
22294 ____________________________________________________________________________
22295 [  9883] By: jhi                                   on 2001/04/27  13:28:19
22296         Log: Add LOG_PERROR; prettify the "removed".
22297      Branch: perl
22298            ! ext/Sys/Syslog/Syslog.xs
22299 ____________________________________________________________________________
22300 [  9882] By: jhi                                   on 2001/04/27  13:13:18
22301         Log: h2xs tweaks: use NV instead of double, "quote" the removed
22302              prefixes for clarity (especially when nothing is removed),
22303              slight pod reformats.
22304      Branch: perl
22305            ! utils/h2xs.PL
22306 ____________________________________________________________________________
22307 [  9881] By: jhi                                   on 2001/04/27  12:58:48
22308         Log: Don't bother creating existing directories.
22309      Branch: perl
22310            ! utils/h2xs.PL
22311 ____________________________________________________________________________
22312 [  9880] By: jhi                                   on 2001/04/27  12:45:39
22313         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
22314              From: Mike Schilli <m@perlmeister.com>
22315              Date: Wed, 25 Apr 2001 01:29:21 -0700
22316              Message-id: <3AE68AE1.6A981723@perlmeister.com>
22317      Branch: perl
22318            ! utils/h2xs.PL
22319 ____________________________________________________________________________
22320 [  9879] By: jhi                                   on 2001/04/27  12:40:55
22321         Log: break is not yet Perl.  Added the template license also to README.
22322      Branch: perl
22323            ! utils/h2xs.PL
22324 ____________________________________________________________________________
22325 [  9878] By: jhi                                   on 2001/04/27  03:08:20
22326         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
22327              From: Tim Jenness <t.jenness@jach.hawaii.edu>
22328              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
22329              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
22330      Branch: perl
22331            ! t/lib/xs-typemap.t
22332 ____________________________________________________________________________
22333 [  9877] By: jhi                                   on 2001/04/26  23:54:40
22334         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
22335              From: "Abigail" <abigail@foad.org>
22336              Date: Fri, 27 Apr 2001 01:44:28 +0200
22337              Message-ID: <20010426234428.19786.qmail@foad.org>
22338      Branch: perl
22339            ! utils/h2xs.PL
22340 ____________________________________________________________________________
22341 [  9876] By: jhi                                   on 2001/04/26  23:52:06
22342         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
22343              From: Peter Prymmer <pvhp@forte.com>
22344              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
22345              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
22346      Branch: perl
22347            ! t/lib/selfstubber.t
22348 ____________________________________________________________________________
22349 [  9875] By: jhi                                   on 2001/04/26  23:48:10
22350         Log: Deparse nits.
22351      Branch: perl
22352            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
22353 ____________________________________________________________________________
22354 [  9874] By: jhi                                   on 2001/04/26  22:46:05
22355         Log: Document ANYOF_CLASS.
22356      Branch: perl
22357            ! regcomp.h
22358 ____________________________________________________________________________
22359 [  9873] By: jhi                                   on 2001/04/26  22:35:03
22360         Log: Subject: Re: [PATCH @9846] dumping ANYOF
22361              From: Hugo <hv@crypt.compulink.co.uk>
22362              Date: Thu, 26 Apr 2001 23:33:38 +0100
22363              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
22364      Branch: perl
22365            ! regcomp.c regcomp.h
22366 ____________________________________________________________________________
22367 [  9872] By: jhi                                   on 2001/04/26  22:34:31
22368         Log: Subject: [PATCH] more for Devel::SelfStubber
22369              From: Nicholas Clark <nick@ccl4.org>
22370              Date: Fri, 27 Apr 2001 00:13:52 +0100
22371              Message-ID: <20010427001351.K88186@plum.flirble.org>
22372      Branch: perl
22373            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
22374 ____________________________________________________________________________
22375 [  9871] By: jhi                                   on 2001/04/26  21:59:17
22376         Log: Subject: [PATCH B::Deparse] formats must be flush left
22377              From: Robin Houston <robin@kitsite.com>
22378              Date: Thu, 26 Apr 2001 23:54:29 +0100
22379              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
22380      Branch: perl
22381            ! ext/B/B/Deparse.pm
22382 ____________________________________________________________________________
22383 [  9870] By: jhi                                   on 2001/04/26  21:57:37
22384         Log: If some of the constants are prefixes of others,
22385              the prefixes may never get recognized.  (See 20010426.006.)
22386      Branch: perl
22387            ! utils/h2xs.PL
22388 ____________________________________________________________________________
22389 [  9869] By: jhi                                   on 2001/04/26  21:50:42
22390         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
22391              From: Chris Bongaarts <cab@tc.umn.edu>
22392              Date: Thu, 26 Apr 2001 17:10:31 -0500
22393              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
22394      Branch: perl
22395            ! ext/Sys/Syslog/Syslog.xs
22396 ____________________________________________________________________________
22397 [  9868] By: jhi                                   on 2001/04/26  21:35:12
22398         Log: Further cuts and more docs from Graham Barr.
22399      Branch: perl
22400            ! ext/List/Util/lib/List/Util.pm
22401            ! ext/List/Util/lib/Scalar/Util.pm
22402 ____________________________________________________________________________
22403 [  9867] By: jhi                                   on 2001/04/26  21:18:57
22404         Log: Subject: [PATCH 5.7.1] DB_File-1.77
22405              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
22406              Date: Thu, 26 Apr 2001 22:37:53 +0100
22407              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
22408      Branch: perl
22409            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
22410            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
22411 ____________________________________________________________________________
22412 [  9866] By: jhi                                   on 2001/04/26  21:12:31
22413         Log: Subject: [PATCH B::Deparse] fix easy bugs
22414              From: Robin Houston <robin@kitsite.com>
22415              Date: Thu, 26 Apr 2001 23:03:33 +0100
22416              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
22417      Branch: perl
22418            ! ext/B/B/Deparse.pm
22419 ____________________________________________________________________________
22420 [  9865] By: jhi                                   on 2001/04/26  20:26:13
22421         Log: Update Changes.
22422      Branch: perl
22423            ! Changes patchlevel.h
22424 ____________________________________________________________________________
22425 [  9864] By: jhi                                   on 2001/04/26  19:27:48
22426         Log: Dethinko from Robin Houston.
22427      Branch: perl
22428            ! ext/B/B/Deparse.pm
22429 ____________________________________________________________________________
22430 [  9863] By: jhi                                   on 2001/04/26  19:10:35
22431         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
22432              From: Robin Houston <robin@kitsite.com>
22433              Date: Thu, 26 Apr 2001 21:08:32 +0100
22434              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
22435      Branch: perl
22436            ! ext/B/B/Deparse.pm
22437 ____________________________________________________________________________
22438 [  9862] By: jhi                                   on 2001/04/26  19:04:23
22439         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
22440              From: Robin Houston <robin@kitsite.com>
22441              Date: Thu, 26 Apr 2001 20:52:50 +0100
22442              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
22443      Branch: perl
22444            ! ext/B/B/Deparse.pm
22445 ____________________________________________________________________________
22446 [  9861] By: jhi                                   on 2001/04/26  18:56:14
22447         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
22448              From: Mike Guy <mjtg@cam.ac.uk>
22449              Date: Thu, 26 Apr 2001 14:22:40 +0100
22450              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
22451      Branch: perl
22452            ! pod/perlobj.pod
22453 ____________________________________________________________________________
22454 [  9860] By: jhi                                   on 2001/04/26  18:46:42
22455         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
22456              From: Robin Houston <robin@kitsite.com>
22457              Date: Thu, 26 Apr 2001 20:34:29 +0100
22458              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
22459              
22460              Hashes do not interpolate.
22461      Branch: perl
22462            ! ext/B/B/Deparse.pm
22463 ____________________________________________________________________________
22464 [  9859] By: jhi                                   on 2001/04/26  18:43:51
22465         Log: Subject: The Time::Piece conspiracy unmasked!!!
22466              From: Mike Guy <mjtg@cam.ac.uk>
22467              Date: Thu, 26 Apr 2001 19:02:50 +0100
22468              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
22469              
22470              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
22471              From: Mike Guy <mjtg@cam.ac.uk>
22472              Date: Thu, 26 Apr 2001 19:08:21 +0100
22473              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
22474              
22475              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
22476              From: Graham Barr <gbarr@pobox.com>
22477              Date: Thu, 26 Apr 2001 19:12:03 +0100
22478              Message-ID: <20010426191203.A70835@pobox.com>
22479              
22480              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
22481      Branch: perl
22482            ! ext/List/Util/lib/List/Util.pm
22483            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
22484 ____________________________________________________________________________
22485 [  9858] By: jhi                                   on 2001/04/26  18:17:42
22486         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
22487              From: Robin Houston <robin@kitsite.com>
22488              Date: Thu, 26 Apr 2001 16:09:35 +0100
22489              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
22490      Branch: perl
22491            ! t/comp/proto.t
22492 ____________________________________________________________________________
22493 [  9857] By: jhi                                   on 2001/04/26  18:04:59
22494         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
22495              From: barries <barries@slaysys.com>
22496              Date: Thu, 26 Apr 2001 12:01:10 -0400
22497              Message-ID: <20010426120110.E29698@jester.slaysys.com>
22498      Branch: perl
22499            ! pod/perldiag.pod
22500 ____________________________________________________________________________
22501 [  9856] By: jhi                                   on 2001/04/26  18:03:33
22502         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
22503              Date: Thu, 26 Apr 2001 17:13:41 +0100
22504              From: Robin Houston <robin@kitsite.com>
22505              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
22506              
22507              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
22508              From: Robin Houston <robin@kitsite.com>
22509              Date: Thu, 26 Apr 2001 18:44:29 +0100
22510              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
22511      Branch: perl
22512            ! ext/B/B/Deparse.pm
22513 ____________________________________________________________________________
22514 [  9855] By: jhi                                   on 2001/04/26  17:56:04
22515         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
22516              From: Robin Houston <robin@kitsite.com>
22517              Date: Thu, 26 Apr 2001 17:04:08 +0100
22518              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
22519      Branch: perl
22520            ! ext/B/B/Deparse.pm
22521 ____________________________________________________________________________
22522 [  9854] By: jhi                                   on 2001/04/26  17:47:26
22523         Log: Subject: Re: Short test case for undef %stash:: crash
22524              From: Benjamin Sugars <bsugars@canoe.ca> 
22525              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
22526              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
22527              Changed and moved the perldiag entry.
22528      Branch: perl
22529            ! gv.c pod/perldiag.pod
22530 ____________________________________________________________________________
22531 [  9853] By: jhi                                   on 2001/04/26  14:35:16
22532         Log: Beginnings of strptime().  Do not touch the wet paint.
22533      Branch: perl
22534            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
22535 ____________________________________________________________________________
22536 [  9852] By: jhi                                   on 2001/04/26  13:17:21
22537         Log: Retract #9851, core dumps from pod2man.
22538      Branch: perl
22539            ! regcomp.c
22540 ____________________________________________________________________________
22541 [  9851] By: jhi                                   on 2001/04/26  11:54:41
22542         Log: (Retracted by #9852.)
22543              
22544              Subject: [PATCH @9846] dumping ANYOF
22545              From: Hugo <hv@crypt.compulink.co.uk>
22546              Date: Thu, 26 Apr 2001 05:32:38 +0100
22547              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
22548      Branch: perl
22549            ! regcomp.c
22550 ____________________________________________________________________________
22551 [  9850] By: jhi                                   on 2001/04/26  02:34:44
22552         Log: If ccflags was empty the _previous_ $* containing all the
22553              environment variables and Configure variables was used,
22554              which lead, among other bad things, into $ccflags being your
22555              uname -a output, which lead into test compile with cc failing,
22556              which lead into gcc being selected, which didn't work that well
22557              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
22558              with large files, et cetera.
22559      Branch: perl
22560            ! hints/hpux.sh
22561 ____________________________________________________________________________
22562 [  9849] By: jhi                                   on 2001/04/26  01:44:57
22563         Log: Make selfstubber test more portable.
22564      Branch: perl
22565            ! t/lib/selfstubber.t
22566 ____________________________________________________________________________
22567 [  9848] By: jhi                                   on 2001/04/26  00:50:26
22568         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
22569              From: Benjamin Sugars <ben.sugars@home.com>
22570              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
22571              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
22572      Branch: perl
22573            ! ext/Cwd/Cwd.xs
22574 ____________________________________________________________________________
22575 [  9847] By: jhi                                   on 2001/04/26  00:46:58
22576         Log: Subject: [PATCH: perl@9841] VMS updates
22577              From: Peter Prymmer <pvhp@forte.com>
22578              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
22579              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
22580      Branch: perl
22581            ! README.vms configure.com vms/descrip_mms.template
22582            ! vms/ext/filespec.t
22583 ____________________________________________________________________________
22584 [  9846] By: jhi                                   on 2001/04/26  00:11:56
22585         Log: re 'debug' was broken by #9084.
22586      Branch: perl
22587            ! ext/re/re.xs
22588 ____________________________________________________________________________
22589 [  9845] By: jhi                                   on 2001/04/25  22:33:17
22590         Log: Subject: [PATCH] test for Devel::SelfStubber
22591              From: Nicholas Clark <nick@ccl4.org>
22592              Date: Thu, 26 Apr 2001 00:00:54 +0100
22593              Message-ID: <20010426000054.D89026@plum.flirble.org>
22594      Branch: perl
22595            + t/lib/selfstubber.t
22596            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
22597 ____________________________________________________________________________
22598 [  9844] By: jhi                                   on 2001/04/25  22:29:32
22599         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
22600              From: Paul Johnson <paul@pjcj.net>
22601              Date: Thu, 26 Apr 2001 00:46:08 +0200
22602              Message-ID: <20010426004608.H2338@pjcj.net>
22603      Branch: perl
22604            ! ext/B/B/Concise.pm
22605 ____________________________________________________________________________
22606 [  9843] By: jhi                                   on 2001/04/25  22:28:28
22607         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
22608              From: Peter Prymmer <pvhp@forte.com>
22609              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
22610              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
22611      Branch: perl
22612            ! ext/Cwd/Cwd.xs
22613 ____________________________________________________________________________
22614 [  9842] By: jhi                                   on 2001/04/25  20:58:12
22615         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
22616              From: John Peacock <jpeacock@rowman.com>
22617              Date: Wed, 25 Apr 2001 17:30:26 -0400
22618              Message-ID: <3AE741F2.B3217464@rowman.com>
22619      Branch: perl
22620            ! lib/Math/BigInt.pm t/lib/bigintpm.t
22621 ____________________________________________________________________________
22622 [  9841] By: jhi                                   on 2001/04/25  20:07:05
22623         Log: Update Changes.
22624      Branch: perl
22625            ! Changes patchlevel.h
22626 ____________________________________________________________________________
22627 [  9840] By: jhi                                   on 2001/04/25  19:56:51
22628         Log: Yet another HP-UX hints version from Merijn.
22629      Branch: perl
22630            ! hints/hpux.sh
22631 ____________________________________________________________________________
22632 [  9839] By: jhi                                   on 2001/04/25  19:53:04
22633         Log: abs_path() didn't terminate the filename correctly,
22634              in DIRNAMLENless systems like HP-UX this would fail.
22635      Branch: perl
22636            ! ext/Cwd/Cwd.xs
22637 ____________________________________________________________________________
22638 [  9838] By: jhi                                   on 2001/04/25  16:37:26
22639         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
22640              From: Mike Guy <mjtg@cam.ac.uk>
22641              Date: Wed, 25 Apr 2001 18:31:47 +0100
22642              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
22643      Branch: perl
22644            ! op.c
22645 ____________________________________________________________________________
22646 [  9837] By: jhi                                   on 2001/04/25  16:21:53
22647         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
22648              From: Jon Eveland <jweveland@yahoo.com>
22649              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
22650              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
22651      Branch: perl
22652            ! lib/perl5db.pl
22653 ____________________________________________________________________________
22654 [  9836] By: jhi                                   on 2001/04/25  14:17:50
22655         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
22656              From: "Philip Newton" <pnewton@gmx.de>
22657              Date: Wed, 25 Apr 2001 17:05:58 +0200
22658              Message-ID: <3AE703F6.3234.1833C45@localhost>
22659      Branch: perl
22660            ! Porting/patching.pod
22661 ____________________________________________________________________________
22662 [  9835] By: jhi                                   on 2001/04/25  13:58:07
22663         Log: It would seem that both ar and full_ar need to be overridden
22664              for HP-UX to avoid the GNU ar.
22665      Branch: perl
22666            ! hints/hpux.sh
22667 ____________________________________________________________________________
22668 [  9834] By: jhi                                   on 2001/04/25  13:50:40
22669         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
22670              From: "Philip Newton" <pnewton@gmx.de>
22671              Date: Wed, 25 Apr 2001 16:09:23 +0200
22672              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
22673              
22674              Detypo.
22675      Branch: perl
22676            ! t/op/misc.t
22677 ____________________________________________________________________________
22678 [  9833] By: jhi                                   on 2001/04/25  12:36:11
22679         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
22680      Branch: perl
22681            ! hints/hpux.sh
22682 ____________________________________________________________________________
22683 [  9832] By: jhi                                   on 2001/04/25  12:33:36
22684         Log: New version of HP-UX hints from Merijn.
22685      Branch: perl
22686            ! hints/hpux.sh
22687 ____________________________________________________________________________
22688 [  9831] By: jhi                                   on 2001/04/25  03:39:45
22689         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
22690      Branch: perl
22691            ! hints/hpux.sh
22692 ____________________________________________________________________________
22693 [  9830] By: jhi                                   on 2001/04/25  02:53:25
22694         Log: The tzname[] bit is not needed by util.c -- and causes
22695              heartburn in VMS (and it missing was probably the cause of
22696              the Mac OS X trouble).  Ouch.
22697      Branch: perl
22698            ! ext/POSIX/POSIX.xs util.c
22699 ____________________________________________________________________________
22700 [  9829] By: jhi                                   on 2001/04/25  00:10:06
22701         Log: Metaconfig unit change for #9828.
22702      Branch: metaconfig
22703            ! U/compline/ccflags.U
22704 ____________________________________________________________________________
22705 [  9828] By: jhi                                   on 2001/04/25  00:04:18
22706         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
22707              (which is actually the reason for the change, we need to pass
22708              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
22709              EP/IX, OS/2, and TitanOS, based on the hints files.
22710      Branch: perl
22711            ! Configure config_h.SH
22712 ____________________________________________________________________________
22713 [  9827] By: jhi                                   on 2001/04/24  23:49:20
22714         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
22715              the $cat must have an absolute path.
22716      Branch: perl
22717            ! makedepend.SH
22718 ____________________________________________________________________________
22719 [  9826] By: jhi                                   on 2001/04/24  23:40:53
22720         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
22721      Branch: perl
22722            ! README.amiga
22723 ____________________________________________________________________________
22724 [  9825] By: jhi                                   on 2001/04/24  23:35:35
22725         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
22726              From: "Philip Newton" <pnewton@gmx.de>
22727              Date: Tue, 24 Apr 2001 18:52:49 +0200
22728              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
22729      Branch: perl
22730            ! x2p/find2perl.PL
22731 ____________________________________________________________________________
22732 [  9824] By: jhi                                   on 2001/04/24  23:33:07
22733         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
22734              Some gcc specifics dropped out due to extensive rewriting;
22735              will be put back later as needed.
22736      Branch: perl
22737            ! hints/hpux.sh
22738 ____________________________________________________________________________
22739 [  9823] By: jhi                                   on 2001/04/24  23:27:57
22740         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
22741      Branch: perl
22742            ! ext/POSIX/POSIX.xs
22743 ____________________________________________________________________________
22744 [  9822] By: jhi                                   on 2001/04/24  23:25:21
22745         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
22746              From: Tim Jenness <t.jenness@jach.hawaii.edu>
22747              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
22748              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
22749      Branch: perl
22750            ! ext/XS/Typemap/Typemap.xs
22751 ____________________________________________________________________________
22752 [  9821] By: jhi                                   on 2001/04/24  23:24:10
22753         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
22754              From: "Abigail" <abigail@foad.org>
22755              Date: Tue, 24 Apr 2001 23:12:03 +0200
22756              Message-ID: <20010424211203.7901.qmail@foad.org>
22757      Branch: perl
22758            ! pod/perlport.pod
22759 ____________________________________________________________________________
22760 [  9820] By: jhi                                   on 2001/04/24  23:23:15
22761         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
22762              From: Matt Sergeant <matt@sergeant.org>
22763              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
22764              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
22765      Branch: perl
22766            ! pod/perlfaq4.pod
22767 ____________________________________________________________________________
22768 [  9819] By: nick                                  on 2001/04/24  18:49:43
22769         Log: Integrate mainline.
22770      Branch: perlio
22771           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
22772           !> (integrate 37 files)
22773 ____________________________________________________________________________
22774 [  9818] By: jhi                                   on 2001/04/24  14:35:23
22775         Log: Update Changes.
22776      Branch: perl
22777            ! Changes patchlevel.h
22778 ____________________________________________________________________________
22779 [  9817] By: jhi                                   on 2001/04/24  14:09:17
22780         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
22781              From: "Philip Newton" <pnewton@gmx.de>
22782              Date: Tue, 24 Apr 2001 12:58:12 +0200
22783              Message-ID: <3AE57864.8304.B77A0A@localhost> 
22784              
22785              plus add CPAN to the list of modules that have their own tests.
22786      Branch: perl
22787            ! t/lib/1_compile.t
22788 ____________________________________________________________________________
22789 [  9816] By: jhi                                   on 2001/04/24  14:07:03
22790         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
22791              From: Michael G Schwern <schwern@pobox.com>
22792              Date: Sat, 21 Apr 2001 22:35:00 +0100
22793              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
22794      Branch: perl
22795            ! t/lib/1_compile.t
22796 ____________________________________________________________________________
22797 [  9815] By: jhi                                   on 2001/04/24  13:54:32
22798         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
22799              From: Robin Houston <robin@kitsite.com>
22800              Date: Tue, 24 Apr 2001 15:51:18 +0100
22801              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
22802      Branch: perl
22803            ! ext/B/B/Deparse.pm
22804 ____________________________________________________________________________
22805 [  9814] By: jhi                                   on 2001/04/24  13:17:34
22806         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
22807              From: Bill Glicker <billg@burrelles.com>
22808              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
22809              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
22810      Branch: perl
22811            ! hints/svr5.sh
22812 ____________________________________________________________________________
22813 [  9813] By: jhi                                   on 2001/04/24  12:54:23
22814         Log: Prevent path disclosure (probing for existence of filenames)
22815              using suidperl; bug id 20010322.218.
22816      Branch: perl
22817            ! perl.c pod/perldiag.pod
22818 ____________________________________________________________________________
22819 [  9812] By: jhi                                   on 2001/04/24  12:08:36
22820         Log: Retract #9811.
22821      Branch: perl
22822            ! ext/POSIX/POSIX.xs
22823 ____________________________________________________________________________
22824 [  9811] By: jhi                                   on 2001/04/24  11:57:35
22825         Log: (Retracted by #9812.)
22826      Branch: perl
22827            ! ext/POSIX/POSIX.xs
22828 ____________________________________________________________________________
22829 [  9810] By: jhi                                   on 2001/04/24  03:32:35
22830         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
22831      Branch: perl
22832            ! util.c
22833 ____________________________________________________________________________
22834 [  9809] By: jhi                                   on 2001/04/24  03:16:13
22835         Log: The Math::BigFloat::import() was broken.
22836              (Fixes bug id 20010422.002.)
22837      Branch: perl
22838            ! lib/Math/BigFloat.pm
22839 ____________________________________________________________________________
22840 [  9808] By: jhi                                   on 2001/04/24  01:11:40
22841         Log: Additional dependencies; should help for parallel makes
22842              not to fail on missing lib/lib.pm or lib/re.pm.
22843      Branch: perl
22844            ! Makefile.SH
22845 ____________________________________________________________________________
22846 [  9807] By: jhi                                   on 2001/04/24  00:57:01
22847         Log: Update the test failure disclaimer.
22848      Branch: perl
22849            ! t/pragma/warn/pp_hot
22850 ____________________________________________________________________________
22851 [  9806] By: jhi                                   on 2001/04/24  00:54:04
22852         Log: Add make target "install-all" which is alias for "install"
22853              to cater for case-preserving filesystems like HFS+.
22854      Branch: perl
22855            ! INSTALL Makefile.SH
22856 ____________________________________________________________________________
22857 [  9805] By: jhi                                   on 2001/04/24  00:47:28
22858         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
22859              From: Peter Prymmer <pvhp@forte.com>
22860              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
22861              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
22862              
22863              (Ken William's message forwarded from macosx@perl.org)
22864      Branch: perl
22865            ! hints/darwin.sh
22866 ____________________________________________________________________________
22867 [  9804] By: jhi                                   on 2001/04/23  23:57:35
22868         Log: Cut-and-pasto.
22869      Branch: perl
22870            ! perlio.c
22871 ____________________________________________________________________________
22872 [  9803] By: jhi                                   on 2001/04/23  23:52:25
22873         Log: More PerlIO robustness.
22874      Branch: perl
22875            ! perlio.c
22876 ____________________________________________________________________________
22877 [  9802] By: jhi                                   on 2001/04/23  23:43:35
22878         Log: Make the "STD* opened only for ..." errors more consistent.
22879      Branch: perl
22880            ! doio.c
22881 ____________________________________________________________________________
22882 [  9801] By: jhi                                   on 2001/04/23  23:34:26
22883         Log: Test case for #9800.
22884      Branch: perl
22885            ! t/op/misc.t
22886 ____________________________________________________________________________
22887 [  9800] By: jhi                                   on 2001/04/23  23:14:43
22888         Log: Avoid coredump on 'close STDERR; die' by making
22889              the PerlIO calls more robust.  Also use SETERRNO()
22890              instead of errno = to be more VMS-ready.
22891      Branch: perl
22892            ! perlio.c
22893 ____________________________________________________________________________
22894 [  9799] By: jhi                                   on 2001/04/23  21:41:10
22895         Log: Subject: test for ID 20010423.002
22896              From: Robin Houston <robin@kitsite.com>
22897              Date: Mon, 23 Apr 2001 16:52:21 +0100
22898              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
22899      Branch: perl
22900            ! t/op/avhv.t
22901 ____________________________________________________________________________
22902 [  9798] By: jhi                                   on 2001/04/23  21:40:07
22903         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
22904              From: David Dyck <dcd@tc.fluke.com>
22905              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
22906              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
22907      Branch: perl
22908            ! installperl
22909 ____________________________________________________________________________
22910 [  9797] By: jhi                                   on 2001/04/23  21:37:56
22911         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
22912              From: Benjamin Sugars <bsugars@canoe.ca>
22913              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
22914              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
22915      Branch: perl
22916            ! ext/Cwd/Cwd.xs lib/Cwd.pm
22917 ____________________________________________________________________________
22918 [  9796] By: jhi                                   on 2001/04/23  21:29:24
22919         Log: Synchronize h2xs and pod2man some more on the documentation
22920              templates they propose.
22921      Branch: perl
22922            ! pod/pod2man.PL utils/h2xs.PL
22923 ____________________________________________________________________________
22924 [  9795] By: jhi                                   on 2001/04/23  17:30:40
22925         Log: Add one more naughty test for base64; make encoding logic cleaner.
22926      Branch: perl
22927            ! t/lib/mimeb64.t
22928 ____________________________________________________________________________
22929 [  9794] By: jhi                                   on 2001/04/23  13:51:32
22930         Log: Update Changes.
22931      Branch: perl
22932            ! Changes patchlevel.h
22933 ____________________________________________________________________________
22934 [  9793] By: jhi                                   on 2001/04/23  13:44:18
22935         Log: Duplicate lines.
22936      Branch: perl
22937            ! MANIFEST
22938 ____________________________________________________________________________
22939 [  9792] By: jhi                                   on 2001/04/23  13:39:13
22940         Log: Subject: Re: PATCH 5.7.1
22941              From: Mark-Jason Dominus <mjd@plover.com>
22942              Date: Mon, 23 Apr 2001 10:30:21 -0400
22943              Message-ID: <20010423143021.17335.qmail@plover.com>
22944      Branch: perl
22945            ! perl.h sv.c
22946 ____________________________________________________________________________
22947 [  9791] By: jhi                                   on 2001/04/23  13:32:40
22948         Log: Add the CPAN.pm 1.59_54 tests.
22949      Branch: perl
22950            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
22951            ! MANIFEST
22952 ____________________________________________________________________________
22953 [  9790] By: jhi                                   on 2001/04/23  13:21:55
22954         Log: Subject: Deparse nit
22955              From: Robin Houston <robin@kitsite.com>
22956              Date: Mon, 23 Apr 2001 12:38:20 +0100
22957              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
22958      Branch: perl
22959            ! ext/B/B/Deparse.pm
22960 ____________________________________________________________________________
22961 [  9789] By: jhi                                   on 2001/04/23  13:19:07
22962         Log: Subject: [PATCH] bug 20010423.002
22963              From: Robin Houston <robin@kitsite.com>
22964              Date: Mon, 23 Apr 2001 13:12:30 +0100
22965              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
22966      Branch: perl
22967            ! pp.c
22968 ____________________________________________________________________________
22969 [  9788] By: jhi                                   on 2001/04/23  13:02:49
22970         Log: Subject: PATCH [5.7.1] hv.c unused #define
22971              From: Mark-Jason Dominus <mjd@plover.com>
22972              Date: Sun, 22 Apr 2001 14:17:49 -0400
22973              Message-ID: <20010422181749.26976.qmail@plover.com>
22974      Branch: perl
22975            ! hv.c
22976 ____________________________________________________________________________
22977 [  9787] By: jhi                                   on 2001/04/23  13:02:02
22978         Log: Subject: PATCH 5.7.1
22979              From: Mark-Jason Dominus <mjd@plover.com>
22980              Date: Sun, 22 Apr 2001 15:12:57 -0400
22981              Message-ID: <20010422191258.6539.qmail@plover.com>
22982              
22983              plus Sarathy's STMT_START + STMT_END suggestion.
22984      Branch: perl
22985            ! perl.h
22986 ____________________________________________________________________________
22987 [  9786] By: jhi                                   on 2001/04/23  12:53:25
22988         Log: Fix for
22989              
22990              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
22991              From: dLux <dlux@spam.sch.bme.hu>
22992              Date: Mon, 23 Apr 2001 01:25:26 +0200
22993              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
22994              
22995              (SvGROW really does return a char *.)
22996      Branch: perl
22997            ! pod/perlapi.pod sv.h
22998 ____________________________________________________________________________
22999 [  9785] By: jhi                                   on 2001/04/23  04:34:04
23000         Log: Time::Piece work continues.  $t->day removed since
23001              I think it's too confusing.  Now has normal and
23002              abbreviated length weekday names and month names,
23003              the names change with _names(), not _list().
23004              Now has strftime() in Perl, _strftime() is
23005              the libc version (to which strftime() falls back
23006              if it doesn't know the format.  To do: the reverse
23007              of strftime, strptime(), and the localisation of both.
23008      Branch: perl
23009            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
23010            ! t/lib/time-piece.t
23011 ____________________________________________________________________________
23012 [  9784] By: jhi                                   on 2001/04/23  02:41:46
23013         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
23014              From: andreas.koenig@anima.de (Andreas J. Koenig)
23015              Date: 23 Apr 2001 05:20:55 +0200
23016              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
23017      Branch: perl
23018            ! t/pragma/overload.t
23019 ____________________________________________________________________________
23020 [  9783] By: jhi                                   on 2001/04/22  23:32:42
23021         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
23022              From: Robin Houston <robin@kitsite.com>
23023              Date: Mon, 23 Apr 2001 00:38:18 +0100
23024              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
23025      Branch: perl
23026            ! ext/B/B/Deparse.pm
23027 ____________________________________________________________________________
23028 [  9782] By: jhi                                   on 2001/04/22  20:55:43
23029         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
23030              From: Simon Cozens <simon@netthink.co.uk>
23031              Date: Sun, 22 Apr 2001 18:47:25 +0100
23032              Message-ID: <20010422184725.A14411@netthink.co.uk>
23033      Branch: perl
23034            ! sv.c t/pragma/overload.t
23035 ____________________________________________________________________________
23036 [  9781] By: jhi                                   on 2001/04/22  20:52:13
23037         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
23038              From: Robin Houston <robin@kitsite.com>
23039              Date: Sun, 22 Apr 2001 22:14:50 +0100
23040              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
23041      Branch: perl
23042            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
23043 ____________________________________________________________________________
23044 [  9780] By: nick                                  on 2001/04/22  20:40:31
23045         Log: Integrate mainline.
23046      Branch: perlio
23047           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
23048           +> t/lib/b-stash.t
23049           !> (integrate 38 files)
23050 ____________________________________________________________________________
23051 [  9779] By: jhi                                   on 2001/04/22  15:16:03
23052         Log: Subject: IO::Socket::INET patch
23053              From: andrew deryabin <djsf@technarchy.ru>
23054              Date: Sat, 21 Apr 2001 17:46:52 +0400
23055              Message-ID: <20010421174652.B1426@technarchy>
23056      Branch: perl
23057            ! ext/IO/lib/IO/Socket/INET.pm
23058 ____________________________________________________________________________
23059 [  9778] By: jhi                                   on 2001/04/22  15:14:33
23060         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
23061              From: Mark-Jason Dominus <mjd@plover.com>
23062              Date: Sat, 21 Apr 2001 21:27:49 -0400
23063              Message-ID: <20010422012749.27024.qmail@plover.com>
23064      Branch: perl
23065            ! regcomp.c
23066 ____________________________________________________________________________
23067 [  9777] By: jhi                                   on 2001/04/22  15:10:51
23068         Log: Subject: Re: Regex debugger patch 
23069              From: Mark-Jason Dominus <mjd@plover.com>
23070              Date: Sat, 21 Apr 2001 21:48:51 -0400
23071              Message-ID: <20010422014851.27165.qmail@plover.com>
23072      Branch: perl
23073            ! pod/perldebguts.pod
23074 ____________________________________________________________________________
23075 [  9776] By: jhi                                   on 2001/04/22  15:09:48
23076         Log: Subject: Re: Regex debugger patch
23077              From: Mark-Jason Dominus <mjd@plover.com>
23078              Date: Sat, 21 Apr 2001 14:24:39 -0400
23079              Message-ID: <20010421182439.16508.qmail@plover.com>
23080              
23081              Regex debugger backend.
23082      Branch: perl
23083            ! regcomp.c regexp.h
23084 ____________________________________________________________________________
23085 [  9775] By: jhi                                   on 2001/04/21  16:45:40
23086         Log: Subject: [PATCH] Typo in utf8.h
23087              From: Jesús Quiroga <jquiroga@pobox.com>
23088              Date: Sat, 21 Apr 2001 19:25:33 +0200
23089              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
23090      Branch: perl
23091            ! utf8.h
23092 ____________________________________________________________________________
23093 [  9774] By: jhi                                   on 2001/04/21  16:43:52
23094         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
23095              From: Joe Orton <jorton@redhat.com>
23096              Date: Tue, 17 Apr 2001 15:50:43 +0100
23097              Message-Id: <20010417155043.D19132@eu.c2.net>
23098      Branch: perl
23099            ! hints/svr5.sh
23100 ____________________________________________________________________________
23101 [  9773] By: jhi                                   on 2001/04/21  15:30:15
23102         Log: Subject: Patch utils/h2xs.PL
23103              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
23104              Date: Sat, 21 Apr 2001 10:32:16 -0500
23105              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
23106              
23107              Add MAILING list and LICENSE templates.
23108      Branch: perl
23109            ! utils/h2xs.PL
23110 ____________________________________________________________________________
23111 [  9772] By: jhi                                   on 2001/04/21  15:28:36
23112         Log: Subject: perlfaq2.patch for 5.7.1
23113              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
23114              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
23115              Date: Fri, 20 Apr 2001 16:42:19 -0500
23116              
23117              rm an extra tab, a blurb about the xx.cpan to clarify
23118              which countries actually have that and dejanews is history
23119              as well as most of that nonsensical entry.
23120      Branch: perl
23121            ! pod/perlfaq2.pod
23122 ____________________________________________________________________________
23123 [  9771] By: jhi                                   on 2001/04/21  15:27:17
23124         Log: Subject: perlfaq1.patch for 5.7.1
23125              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
23126              Date: Fri, 20 Apr 2001 16:57:36 -0500
23127              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
23128              
23129              Evil URLs must die. Especially when they are broken.
23130      Branch: perl
23131            ! pod/perlfaq1.pod
23132 ____________________________________________________________________________
23133 [  9770] By: jhi                                   on 2001/04/21  15:23:38
23134         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
23135              From: Michael G Schwern <schwern@pobox.com>
23136              Date: Sat, 21 Apr 2001 16:11:12 +0100
23137              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
23138      Branch: perl
23139            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
23140            + t/lib/b-stash.t
23141            ! MANIFEST ext/B/B.pm t/lib/b.t
23142 ____________________________________________________________________________
23143 [  9769] By: jhi                                   on 2001/04/21  15:03:32
23144         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
23145              From: Michael G Schwern <schwern@pobox.com>
23146              Date: Sat, 21 Apr 2001 09:48:00 +0100
23147              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
23148      Branch: perl
23149            ! utils/h2ph.PL
23150 ____________________________________________________________________________
23151 [  9768] By: jhi                                   on 2001/04/21  14:33:49
23152         Log: PerlIO and Encode doc cleanup and tweaks.
23153      Branch: perl
23154            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
23155            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
23156 ____________________________________________________________________________
23157 [  9767] By: jhi                                   on 2001/04/21  12:40:16
23158         Log: Integrate perlio.
23159      Branch: perl
23160           !> doio.c
23161 ____________________________________________________________________________
23162 [  9766] By: nick                                  on 2001/04/20  18:28:35
23163         Log: Avoid core dump on
23164              open(STDOUT,">",\$foo);
23165      Branch: perlio
23166            ! doio.c
23167 ____________________________________________________________________________
23168 [  9765] By: jhi                                   on 2001/04/20  13:23:43
23169         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
23170              From: Robin Houston <robin@kitsite.com>
23171              Date: Fri, 20 Apr 2001 14:29:22 +0100
23172              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
23173      Branch: perl
23174            ! ext/B/B.pm ext/B/B/Deparse.pm
23175 ____________________________________________________________________________
23176 [  9764] By: jhi                                   on 2001/04/20  13:19:33
23177         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
23178              From: Peter Prymmer <pvhp@forte.com>
23179              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
23180              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
23181      Branch: perl
23182            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
23183            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
23184            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
23185            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
23186 ____________________________________________________________________________
23187 [  9763] By: jhi                                   on 2001/04/20  12:36:39
23188         Log: Subject: Re: A new PerlIO coredump
23189              From: Nick Ing-Simmons <nik@tiuk.ti.com>
23190              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
23191              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
23192      Branch: perl
23193            ! doio.c
23194 ____________________________________________________________________________
23195 [  9762] By: jhi                                   on 2001/04/19  23:02:30
23196         Log: Update Changes.
23197      Branch: perl
23198            ! Changes patchlevel.h
23199 ____________________________________________________________________________
23200 [  9761] By: jhi                                   on 2001/04/19  22:59:19
23201         Log: More cleanup cleanup.
23202      Branch: perl
23203            ! Makefile.SH win32/Makefile win32/makefile.mk
23204 ____________________________________________________________________________
23205 [  9760] By: jhi                                   on 2001/04/19  22:50:31
23206         Log: lib/Time is non-empty, let's not rmdir it.
23207      Branch: perl
23208            ! Makefile.SH
23209 ____________________________________________________________________________
23210 [  9759] By: jhi                                   on 2001/04/19  22:36:51
23211         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
23212              From: Robin Houston <robin@kitsite.com>
23213              Date: Fri, 20 Apr 2001 00:18:53 +0100
23214              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
23215      Branch: perl
23216            ! ext/B/B/Deparse.pm
23217 ____________________________________________________________________________
23218 [  9758] By: jhi                                   on 2001/04/19  22:36:00
23219         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
23220              From: Peter Prymmer <pvhp@forte.com>
23221              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
23222              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
23223      Branch: perl
23224            ! ext/Cwd/Cwd.xs
23225 ____________________________________________________________________________
23226 [  9757] By: nick                                  on 2001/04/19  18:53:54
23227         Log: Blind (untested) integrate of mainline.
23228      Branch: perlio
23229           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
23230           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
23231           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
23232           !> (integrate 53 files)
23233 ____________________________________________________________________________
23234 [  9756] By: jhi                                   on 2001/04/19  16:59:23
23235         Log: Document and test Time::Piece.
23236      Branch: perl
23237            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
23238            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
23239 ____________________________________________________________________________
23240 [  9755] By: jhi                                   on 2001/04/19  12:13:29
23241         Log: A better fix for the \x{12345678} trouble from NI-S.
23242      Branch: perl
23243            ! utf8.c
23244 ____________________________________________________________________________
23245 [  9754] By: jhi                                   on 2001/04/19  11:56:07
23246         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
23247              From: Robin Houston <robin@kitsite.com>
23248              Date: Wed, 18 Apr 2001 17:58:33 +0100
23249              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
23250      Branch: perl
23251            ! ext/B/B/Deparse.pm op.c
23252 ____________________________________________________________________________
23253 [  9753] By: jhi                                   on 2001/04/19  04:21:52
23254         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
23255              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
23256              Date: Thu, 19 Apr 2001 01:11:41 -0400
23257              Message-ID: <20010419011141.A5798@cpan.org>
23258      Branch: perl
23259            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
23260 ____________________________________________________________________________
23261 [  9752] By: jhi                                   on 2001/04/19  02:41:10
23262         Log: The new time utils need to be thread-aware, too.
23263      Branch: perl
23264            ! util.c
23265 ____________________________________________________________________________
23266 [  9751] By: jhi                                   on 2001/04/19  02:26:47
23267         Log: Compilation nit noticed by AIX compiler.
23268      Branch: perl
23269            ! perlio.c
23270 ____________________________________________________________________________
23271 [  9750] By: jhi                                   on 2001/04/19  02:20:06
23272         Log: The new time utils need to be public.
23273      Branch: perl
23274            ! embed.pl
23275 ____________________________________________________________________________
23276 [  9749] By: jhi                                   on 2001/04/19  01:42:39
23277         Log: Regen toc.
23278      Branch: perl
23279            ! pod/perltoc.pod
23280 ____________________________________________________________________________
23281 [  9748] By: jhi                                   on 2001/04/19  01:41:10
23282         Log: Add Time::Piece, a slight rewrite of Time::Object,
23283              from Matt Sergeant.
23284      Branch: perl
23285            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
23286            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
23287            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
23288            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
23289            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
23290            ! win32/makefile.mk
23291 ____________________________________________________________________________
23292 [  9747] By: jhi                                   on 2001/04/19  00:55:35
23293         Log: The new metaconfig unit from strftime.
23294      Branch: metaconfig/U/perl
23295            + d_strftime.U
23296 ____________________________________________________________________________
23297 [  9746] By: jhi                                   on 2001/04/19  00:54:54
23298         Log: Move the strftime() wrapper from POSIX.xs to util.c
23299              as my_strftime(), requires HAS_STRFTIME.
23300      Branch: perl
23301            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23302            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
23303            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
23304            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
23305            ! vos/config.ga.h win32/config.bc win32/config.gc
23306            ! win32/config.vc
23307 ____________________________________________________________________________
23308 [  9745] By: jhi                                   on 2001/04/18  23:11:03
23309         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
23310              in preparation of Time::Piece.
23311      Branch: perl
23312            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
23313 ____________________________________________________________________________
23314 [  9744] By: jhi                                   on 2001/04/18  22:33:12
23315         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
23316              From: Peter Prymmer <pvhp@forte.com>
23317              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
23318              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
23319      Branch: perl
23320            ! t/lib/exporter.t
23321 ____________________________________________________________________________
23322 [  9743] By: jhi                                   on 2001/04/18  22:32:23
23323         Log: Subject: Fwd: pod2html leaves cache files lying around?
23324              From: Rajesh Vaidheeswarran <rv@gnu.org>
23325              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
23326              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
23327      Branch: perl
23328            ! lib/Pod/Html.pm
23329 ____________________________________________________________________________
23330 [  9742] By: jhi                                   on 2001/04/18  20:31:49
23331         Log: Update Changes.
23332      Branch: perl
23333            ! Changes patchlevel.h
23334 ____________________________________________________________________________
23335 [  9741] By: jhi                                   on 2001/04/18  20:23:02
23336         Log: Declare hints only if needed.
23337      Branch: perl
23338            ! ext/B/B/Deparse.pm
23339 ____________________________________________________________________________
23340 [  9740] By: jhi                                   on 2001/04/18  19:06:05
23341         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
23342              bug noticed by Robin Houston; basically the code of detecting
23343              value wraparound was acting differently under different compilers
23344              and platforms.  The workaround is to remove the overflow check
23345              for now, a real fix would be to do the overflow (portably) right.
23346      Branch: perl
23347            ! t/op/pat.t utf8.c
23348 ____________________________________________________________________________
23349 [  9739] By: jhi                                   on 2001/04/18  19:01:23
23350         Log: Subject: [PATCH B::Deparse] some pragma support
23351              From: Robin Houston <robin@kitsite.com>
23352              Date: Wed, 18 Apr 2001 19:32:12 +0100
23353              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
23354      Branch: perl
23355            ! ext/B/B/Deparse.pm
23356 ____________________________________________________________________________
23357 [  9738] By: jhi                                   on 2001/04/18  15:16:37
23358         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
23359              From: Benjamin Sugars <bsugars@canoe.ca>
23360              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
23361              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
23362      Branch: perl
23363            ! t/op/glob.t
23364 ____________________________________________________________________________
23365 [  9737] By: jhi                                   on 2001/04/18  13:24:50
23366         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
23367              From: Tim Jenness <t.jenness@jach.hawaii.edu>
23368              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
23369              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
23370      Branch: perl
23371            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
23372            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
23373 ____________________________________________________________________________
23374 [  9736] By: jhi                                   on 2001/04/18  04:15:14
23375         Log: The #9735 also changes the subtest 12.
23376      Branch: perl
23377            ! t/lib/b.t
23378 ____________________________________________________________________________
23379 [  9735] By: jhi                                   on 2001/04/18  03:55:17
23380         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
23381              From: David Dyck <dcd@tc.fluke.com>
23382              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
23383              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
23384      Branch: perl
23385            ! ext/B/B/Deparse.pm
23386 ____________________________________________________________________________
23387 [  9734] By: jhi                                   on 2001/04/18  03:54:11
23388         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
23389              From: Gisle Aas <gisle@ActiveState.com>
23390              Date: 17 Apr 2001 19:06:45 -0700
23391              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
23392      Branch: perl
23393            ! pp_hot.c t/op/misc.t
23394 ____________________________________________________________________________
23395 [  9733] By: jhi                                   on 2001/04/17  22:25:22
23396         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
23397              From: "Abigail" <abigail@foad.org>
23398              Date: Wed, 18 Apr 2001 01:17:46 +0200
23399              Message-ID: <20010417231746.21657.qmail@foad.org>
23400      Branch: perl
23401            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
23402 ____________________________________________________________________________
23403 [  9732] By: jhi                                   on 2001/04/17  20:47:56
23404         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
23405              From: Robin Houston <robin@kitsite.com>
23406              Date: Tue, 17 Apr 2001 22:37:42 +0100
23407              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
23408      Branch: perl
23409            ! ext/B/B/Deparse.pm
23410 ____________________________________________________________________________
23411 [  9731] By: nick                                  on 2001/04/17  20:46:35
23412         Log: Re-sync for t/lib/b.t fix
23413      Branch: perlio
23414           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
23415 ____________________________________________________________________________
23416 [  9730] By: jhi                                   on 2001/04/17  20:45:29
23417         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
23418              From: Robin Houston <robin@kitsite.com>
23419              Date: Tue, 17 Apr 2001 22:29:36 +0100
23420              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
23421      Branch: perl
23422            ! ext/B/B.xs ext/B/B/Deparse.pm
23423 ____________________________________________________________________________
23424 [  9729] By: jhi                                   on 2001/04/17  20:43:11
23425         Log: Subject: Deparse - parenthesise args to undeclared subs
23426              From: Robin Houston <robin@kitsite.com>
23427              Date: Tue, 17 Apr 2001 21:31:05 +0100
23428              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
23429      Branch: perl
23430            ! ext/B/B/Deparse.pm
23431 ____________________________________________________________________________
23432 [  9728] By: jhi                                   on 2001/04/17  18:57:30
23433         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
23434              From: Benjamin Sugars <ben.sugars@home.com>
23435              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
23436              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
23437      Branch: perl
23438            ! t/lib/cwd.t
23439 ____________________________________________________________________________
23440 [  9727] By: jhi                                   on 2001/04/17  18:20:20
23441         Log: Subject: [PATCH B::Deparse] ambient pragmas
23442              From: Robin Houston <robin@kitsite.com>
23443              Date: Tue, 17 Apr 2001 20:01:59 +0100
23444              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
23445      Branch: perl
23446            ! ext/B/B/Deparse.pm t/lib/b.t
23447 ____________________________________________________________________________
23448 [  9726] By: nick                                  on 2001/04/17  16:33:51
23449         Log: Integrate mainline (t/lib/b.t fails test 2...)
23450      Branch: perlio
23451           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
23452           +> ext/List/Util/README ext/List/Util/Util.xs
23453           +> ext/List/Util/lib/List/Util.pm
23454           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
23455           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
23456           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
23457           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
23458           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
23459           !> (integrate 31 files)
23460 ____________________________________________________________________________
23461 [  9725] By: jhi                                   on 2001/04/17  12:14:24
23462         Log: Subject: multiple B::* changes
23463              From: Robin Houston <robin@kitsite.com>
23464              Date: Thu, 12 Apr 2001 20:12:27 +0100
23465              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
23466      Branch: perl
23467            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
23468 ____________________________________________________________________________
23469 [  9724] By: jhi                                   on 2001/04/17  11:59:05
23470         Log: Thread-awareness from Doug MacEachern.
23471      Branch: perl
23472            ! ext/List/Util/Util.xs
23473 ____________________________________________________________________________
23474 [  9723] By: jhi                                   on 2001/04/17  11:57:41
23475         Log: Make the test more portable.
23476      Branch: perl
23477            ! t/lib/cwd.t
23478 ____________________________________________________________________________
23479 [  9722] By: jhi                                   on 2001/04/17  11:53:50
23480         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
23481              From: Benjamin Sugars <ben.sugars@home.com>
23482              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
23483              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
23484      Branch: perl
23485            ! t/lib/cwd.t
23486 ____________________________________________________________________________
23487 [  9721] By: jhi                                   on 2001/04/17  11:52:17
23488         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
23489              From: Benjamin Sugars <bsugars@canoe.ca>
23490              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
23491              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
23492      Branch: perl
23493            ! op.c
23494 ____________________________________________________________________________
23495 [  9720] By: jhi                                   on 2001/04/17  11:35:42
23496         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
23497              From: Chris Nandor <pudge@pobox.com>
23498              Date: Tue, 17 Apr 2001 00:30:49 -0400
23499              Message-Id: <p05100207b701768712de@[10.0.1.177]>
23500      Branch: perl
23501            ! ext/File/Glob/bsd_glob.c gv.c
23502 ____________________________________________________________________________
23503 [  9719] By: jhi                                   on 2001/04/17  11:32:13
23504         Log: Subject: [PATCH] Tweten->West
23505              From: Casey West <casey@geeknest.com>
23506              Date: Mon, 16 Apr 2001 12:11:22 -0400
23507              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
23508      Branch: perl
23509            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
23510            ! pod/perltie.pod
23511 ____________________________________________________________________________
23512 [  9718] By: jhi                                   on 2001/04/16  03:22:52
23513         Log: Update Changes.
23514      Branch: perl
23515            ! Changes patchlevel.h
23516 ____________________________________________________________________________
23517 [  9717] By: jhi                                   on 2001/04/16  03:06:28
23518         Log: Regen toc.
23519      Branch: perl
23520            ! pod/perltoc.pod
23521 ____________________________________________________________________________
23522 [  9716] By: jhi                                   on 2001/04/16  02:58:42
23523         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
23524              From: Prymmer/Kahn <pvhp@best.com>
23525              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
23526              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
23527      Branch: perl
23528            ! utf8.c
23529 ____________________________________________________________________________
23530 [  9715] By: jhi                                   on 2001/04/15  23:40:35
23531         Log: Subject: Re: Net::Ping patch, adds stream protocol
23532              From: bronson@rinspin.com (Scott Bronson)
23533              Date: Tue, 10 Apr 2001 23:58:33 -0700
23534              Message-ID: <20010410235833.N29719@rinspin.com>
23535      Branch: perl
23536            ! lib/Net/Ping.pm
23537 ____________________________________________________________________________
23538 [  9714] By: jhi                                   on 2001/04/15  23:31:46
23539         Log: Printing out the ok messages helps successful testing.
23540      Branch: perl
23541            ! t/lib/time-hires.t
23542 ____________________________________________________________________________
23543 [  9713] By: jhi                                   on 2001/04/15  21:43:24
23544         Log: Update Douglas Wegscheid's email.
23545      Branch: perl
23546            ! AUTHORS
23547 ____________________________________________________________________________
23548 [  9712] By: jhi                                   on 2001/04/15  21:40:41
23549         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
23550              From: Michael G Schwern <schwern@pobox.com>
23551              Date: Sat, 14 Apr 2001 22:40:50 +0100
23552              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
23553      Branch: perl
23554            + t/lib/exporter.t
23555            ! MANIFEST lib/Exporter/Heavy.pm
23556 ____________________________________________________________________________
23557 [  9711] By: jhi                                   on 2001/04/15  21:39:21
23558         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
23559              From: Michael G Schwern <schwern@pobox.com>
23560              Date: Sat, 14 Apr 2001 22:13:59 +0100
23561              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
23562      Branch: perl
23563            ! t/op/loopctl.t
23564 ____________________________________________________________________________
23565 [  9710] By: jhi                                   on 2001/04/15  21:30:19
23566         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
23567              From: Michael G Schwern <schwern@pobox.com>
23568              Date: Sat, 14 Apr 2001 22:05:32 +0100
23569              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
23570      Branch: perl
23571            ! t/pragma/warnings.t
23572 ____________________________________________________________________________
23573 [  9709] By: jhi                                   on 2001/04/15  19:34:09
23574         Log: Integrate changes #9706,9707 from maintperl into mainline.
23575              
23576              change#7210 broke .packlist generation
23577              
23578              ExtUtils::Installed doesn't quote regex metacharacters in paths
23579              before using them in match; also make it work for dosish platforms
23580      Branch: perl
23581           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
23582 ____________________________________________________________________________
23583 [  9708] By: jhi                                   on 2001/04/15  19:31:01
23584         Log: Test also the scalar aspect of getitimer().
23585      Branch: perl
23586            ! t/lib/time-hires.t
23587 ____________________________________________________________________________
23588 [  9707] By: gsar                                  on 2001/04/15  17:24:20
23589         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
23590              before using them in match; also make it work for dosish platforms
23591      Branch: maint-5.6/perl
23592            ! lib/ExtUtils/Installed.pm
23593 ____________________________________________________________________________
23594 [  9706] By: gsar                                  on 2001/04/15  17:21:59
23595         Log: change#7210 broke .packlist generation (listed only filename
23596              rather than fully qualified path name)
23597      Branch: maint-5.6/perl
23598            ! lib/ExtUtils/Install.pm
23599 ____________________________________________________________________________
23600 [  9705] By: jhi                                   on 2001/04/15  12:36:33
23601         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
23602      Branch: perl
23603            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
23604            ! t/lib/time-hires.t
23605 ____________________________________________________________________________
23606 [  9704] By: jhi                                   on 2001/04/15  10:49:08
23607         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
23608              From: Prymmer/Kahn <pvhp@best.com>
23609              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
23610              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
23611      Branch: perl
23612            ! lib/utf8.pm pod/perlebcdic.pod
23613 ____________________________________________________________________________
23614 [  9703] By: jhi                                   on 2001/04/15  02:26:26
23615         Log: I keep forgetting to sort MANIFEST.
23616      Branch: perl
23617            ! MANIFEST
23618 ____________________________________________________________________________
23619 [  9702] By: jhi                                   on 2001/04/15  02:07:47
23620         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
23621              Now we have blessed, reftype, tainted, first, reduce, ...
23622      Branch: perl
23623            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
23624            + ext/List/Util/README ext/List/Util/Util.xs
23625            + ext/List/Util/lib/List/Util.pm
23626            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
23627            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
23628            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
23629            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
23630            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
23631            ! MANIFEST
23632 ____________________________________________________________________________
23633 [  9701] By: jhi                                   on 2001/04/14  15:05:25
23634         Log: Subject: RE: dprofpp.pl updates 
23635              From: Carl Eklof <CEklof@endeca.com>
23636              Date: Thu, 12 Apr 2001 18:45:46 -0400
23637              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
23638      Branch: perl
23639            ! utils/dprofpp.PL
23640 ____________________________________________________________________________
23641 [  9700] By: jhi                                   on 2001/04/14  14:44:55
23642         Log: Do not just blindly add CR.
23643      Branch: perl
23644            ! Porting/makerel
23645 ____________________________________________________________________________
23646 [  9699] By: jhi                                   on 2001/04/13  13:17:01
23647         Log: Update Changes.
23648      Branch: perl
23649            ! Changes patchlevel.h
23650 ____________________________________________________________________________
23651 [  9698] By: jhi                                   on 2001/04/13  12:44:48
23652         Log: Integrate perlio.
23653      Branch: perl
23654           !> ext/PerlIO/Scalar/Scalar.xs
23655 ____________________________________________________________________________
23656 [  9697] By: jhi                                   on 2001/04/13  12:29:15
23657         Log: Add more debug output to the test.
23658      Branch: perl
23659            ! t/lib/cwd.t
23660 ____________________________________________________________________________
23661 [  9696] By: nick                                  on 2001/04/13  10:14:29
23662         Log: Fix core dump on binmode($fh,'Scalar')
23663      Branch: perlio
23664            ! ext/PerlIO/Scalar/Scalar.xs
23665 ____________________________________________________________________________
23666 [  9695] By: nick                                  on 2001/04/13  09:05:42
23667         Log: Integrate mainline
23668      Branch: perlio
23669           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
23670           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
23671           +> t/lib/time-hires.t
23672           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
23673           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
23674           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
23675           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
23676           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
23677           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
23678           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
23679 ____________________________________________________________________________
23680 [  9694] By: jhi                                   on 2001/04/12  22:23:35
23681         Log: Integrate change #9693 from maintperl into mainline.
23682              
23683              $VERSION and Version() on the same line provokes a warning from
23684              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
23685      Branch: perl
23686           !> lib/Devel/SelfStubber.pm
23687 ____________________________________________________________________________
23688 [  9693] By: gsar                                  on 2001/04/12  21:55:56
23689         Log: $VERSION and Version() on the same line provokes a warning from
23690              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
23691      Branch: maint-5.6/perl
23692            ! lib/Devel/SelfStubber.pm
23693 ____________________________________________________________________________
23694 [  9692] By: jhi                                   on 2001/04/12  13:54:00
23695         Log: This is at least 5.005.
23696      Branch: perl
23697            ! ext/Time/HiRes/HiRes.xs
23698 ____________________________________________________________________________
23699 [  9691] By: jhi                                   on 2001/04/12  13:37:20
23700         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
23701      Branch: perl
23702            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
23703            ! win32/Makefile win32/makefile.mk
23704 ____________________________________________________________________________
23705 [  9690] By: jhi                                   on 2001/04/12  01:34:46
23706         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
23707      Branch: perl
23708            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
23709            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
23710            + t/lib/time-hires.t
23711            ! MANIFEST
23712 ____________________________________________________________________________
23713 [  9689] By: jhi                                   on 2001/04/12  00:28:39
23714         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
23715              From: Gisle Aas <gisle@ActiveState.com>
23716              Date: 11 Apr 2001 16:36:11 -0700
23717              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
23718      Branch: perl
23719            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
23720 ____________________________________________________________________________
23721 [  9688] By: jhi                                   on 2001/04/12  00:27:39
23722         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
23723              From: Gisle Aas <gisle@ActiveState.com>
23724              Date: 11 Apr 2001 11:13:24 -0700
23725              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
23726      Branch: perl
23727            ! ext/MIME/Base64/Base64.xs
23728 ____________________________________________________________________________
23729 [  9687] By: jhi                                   on 2001/04/11  19:51:47
23730         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
23731      Branch: perl
23732            ! Todo-5.6
23733 ____________________________________________________________________________
23734 [  9686] By: jhi                                   on 2001/04/11  16:54:25
23735         Log: Subject: [PATCH opcode.pl] Documentation of table format
23736              From: Simon Cozens <simon@netthink.co.uk>
23737              Date: Wed, 11 Apr 2001 12:59:31 +0100
23738              Message-ID: <20010411125931.A25681@netthink.co.uk>
23739      Branch: perl
23740            ! opcode.pl
23741 ____________________________________________________________________________
23742 [  9685] By: jhi                                   on 2001/04/11  16:53:15
23743         Log: Subject: [PATCH] prototype("CORE::recv")
23744              From: Simon Cozens <simon@netthink.co.uk>
23745              Date: Wed, 11 Apr 2001 13:24:35 +0100
23746              Message-ID: <20010411132435.A26169@netthink.co.uk>
23747      Branch: perl
23748            ! pp.c t/comp/proto.t
23749 ____________________________________________________________________________
23750 [  9684] By: jhi                                   on 2001/04/11  16:47:13
23751         Log: FAQ (and AUTHORS) update from Dan Carson: the information
23752              was several years obsolete, Term::Readkey has been updated
23753              to have the functionality.
23754      Branch: perl
23755            ! AUTHORS pod/perlfaq5.pod
23756 ____________________________________________________________________________
23757 [  9683] By: jhi                                   on 2001/04/11  12:15:46
23758         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
23759              From: Calle Dybedahl <calle@lysator.liu.se>
23760              Date: 10 Apr 2001 16:44:16 +0200
23761              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
23762      Branch: perl
23763            ! ext/MIME/Base64/Base64.xs
23764 ____________________________________________________________________________
23765 [  9682] By: jhi                                   on 2001/04/11  12:12:26
23766         Log: A more minimal fix for 20010410.006 from Hugo.
23767      Branch: perl
23768            ! regexec.c
23769 ____________________________________________________________________________
23770 [  9681] By: jhi                                   on 2001/04/11  11:34:23
23771         Log: Integrate changes #9678,9679 from maintline into mainperl.
23772              
23773              addendum to change#9676
23774              
23775              up $File::Glob::VERSION; add a note pointing out the version of
23776              the OpenBSD glob bsd_glob.c resembles
23777      Branch: perl
23778           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
23779           !> ext/File/Glob/bsd_glob.h
23780 ____________________________________________________________________________
23781 [  9680] By: jhi                                   on 2001/04/11  11:30:38
23782         Log: Bad test numbering in integrate in #9677.
23783              Fixes ID 20010411.001.
23784      Branch: perl
23785            ! t/op/pat.t
23786 ____________________________________________________________________________
23787 [  9679] By: gsar                                  on 2001/04/11  03:38:40
23788         Log: up $File::Glob::VERSION; add a note pointing out the version of
23789              the OpenBSD glob bsd_glob.c resembles
23790      Branch: maint-5.6/perl
23791            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
23792            ! ext/File/Glob/bsd_glob.h
23793 ____________________________________________________________________________
23794 [  9678] By: gsar                                  on 2001/04/11  03:09:48
23795         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
23796              revision 1.8.10.1 found here:
23797              
23798              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
23799      Branch: maint-5.6/perl
23800            ! ext/File/Glob/bsd_glob.c
23801 ____________________________________________________________________________
23802 [  9677] By: jhi                                   on 2001/04/11  02:54:39
23803         Log: Integrate changes #9675,9676 from maintperl into mainline.
23804              
23805              fix for bug 20010410.006, undo change#7115
23806              
23807              port the OpenBSD glob() security patch
23808      Branch: perl
23809           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
23810           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
23811           !> t/op/pat.t
23812 ____________________________________________________________________________
23813 [  9676] By: gsar                                  on 2001/04/11  02:19:02
23814         Log: port the glob() security patch found at:
23815              
23816              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
23817              
23818              CERT advisory for the issue is here:
23819              
23820              http://www.cert.org/advisories/CA-2001-07.html
23821              
23822              Note that the security scare is only relevant for those who are
23823              foolish enough to build suidperl (which is now officially discouraged)
23824      Branch: maint-5.6/perl
23825            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
23826            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
23827 ____________________________________________________________________________
23828 [  9675] By: gsar                                  on 2001/04/10  23:52:11
23829         Log: fix for bug 20010410.006
23830              
23831              undo change#7115 (came into maint-5.6 as change#8156)
23832              
23833              add tests to keep it from coming back
23834      Branch: maint-5.6/perl
23835            ! regexec.c t/op/pat.t
23836 ____________________________________________________________________________
23837 [  9674] By: nick                                  on 2001/04/10  20:39:31
23838         Log: Integrate mainline
23839      Branch: perlio
23840           +> Porting/testall.atom
23841           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
23842           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
23843           !> t/lib/lc-uk.t t/pod/find.t
23844 ____________________________________________________________________________
23845 [  9673] By: nick                                  on 2001/04/10  18:46:14
23846         Log: Integrate against change 9670 aka perl-5.7.1
23847      Branch: perlio
23848           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
23849           !> (integrate 53 files)
23850 ____________________________________________________________________________
23851 [  9672] By: jhi                                   on 2001/04/10  13:45:01
23852         Log: Add a script for doing cumulative profile of the test suite.
23853              (Requires ATOM, that is, Tru64.)
23854      Branch: perl
23855            + Porting/testall.atom
23856            ! MANIFEST
23857 ____________________________________________________________________________
23858 [  9671] By: jhi                                   on 2001/04/10  12:38:53
23859         Log: Missing std block.
23860      Branch: perl
23861            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
23862            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
23863            ! t/pod/find.t
23864 ____________________________________________________________________________
23865 [  9670] By: jhi                                   on 2001/04/10  01:25:58
23866         Log: This is 5.7.1.
23867      Branch: perl
23868            ! patchlevel.h
23869 ____________________________________________________________________________
23870 [  9669] By: jhi                                   on 2001/04/10  01:09:14
23871         Log: Update Changes.
23872      Branch: perl
23873            ! Changes patchlevel.h
23874 ____________________________________________________________________________
23875 [  9668] By: jhi                                   on 2001/04/10  01:00:38
23876         Log: Regen toc.
23877      Branch: perl
23878            ! pod/perltoc.pod
23879 ____________________________________________________________________________
23880 [  9667] By: jhi                                   on 2001/04/10  00:52:16
23881         Log: Update perlhist.
23882      Branch: perl
23883            ! pod/perlhist.pod
23884 ____________________________________________________________________________
23885 [  9666] By: jhi                                   on 2001/04/09  23:38:59
23886         Log: Slight wording tweaks from Damian to #9658.
23887      Branch: perl
23888            ! pod/perlobj.pod
23889 ____________________________________________________________________________
23890 [  9665] By: jhi                                   on 2001/04/09  19:56:06
23891         Log: Subject: [PATCH perlutil.pod] Nit
23892              From: Simon Cozens <simon@netthink.co.uk>
23893              Date: Mon, 9 Apr 2001 20:29:44 +0100
23894              Message-ID: <20010409202944.A14796@the.earth.li>
23895      Branch: perl
23896            ! pod/perlutil.pod
23897 ____________________________________________________________________________
23898 [  9664] By: jhi                                   on 2001/04/09  19:54:42
23899         Log: Subject: Re: perl571delta.pod@9631
23900              From: Mike Guy <mjtg@cam.ac.uk>
23901              Date: Mon, 09 Apr 2001 18:09:14 +0100
23902              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
23903      Branch: perl
23904            ! pod/perl571delta.pod
23905 ____________________________________________________________________________
23906 [  9663] By: jhi                                   on 2001/04/09  13:43:35
23907         Log: Update Changes.
23908      Branch: perl
23909            ! Changes patchlevel.h
23910 ____________________________________________________________________________
23911 [  9662] By: jhi                                   on 2001/04/09  13:24:46
23912         Log: tweak tweak.
23913      Branch: perl
23914            ! AUTHORS pod/perl571delta.pod
23915 ____________________________________________________________________________
23916 [  9661] By: jhi                                   on 2001/04/09  13:15:13
23917         Log: Thinko in manual patch applying.
23918      Branch: perl
23919            ! sv.c
23920 ____________________________________________________________________________
23921 [  9660] By: jhi                                   on 2001/04/09  13:07:53
23922         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
23923              From: Robin Barker <rmb1@cise.npl.co.uk> 
23924              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
23925              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
23926              
23927              (This corrects the case where the "isn't numeric" string contains \0s
23928              and is longer than the temporary buffer, and contains \0 at the point
23929              the string would be truncated by "...".) 
23930      Branch: perl
23931            ! sv.c
23932 ____________________________________________________________________________
23933 [  9659] By: jhi                                   on 2001/04/09  12:57:41
23934         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
23935      Branch: perl
23936            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
23937            ! t/lib/cgi-function.t t/lib/cgi-html.t
23938 ____________________________________________________________________________
23939 [  9658] By: jhi                                   on 2001/04/09  12:48:47
23940         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
23941              From: Ilmari Karonen <iltzu@sci.fi>
23942              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
23943              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
23944              
23945              Rearrange and rewrite the Method Invocation section
23946              to explain the concepts in nicer order.
23947      Branch: perl
23948            ! pod/perlobj.pod
23949 ____________________________________________________________________________
23950 [  9657] By: jhi                                   on 2001/04/09  12:35:58
23951         Log: Upgrade to podlators 1.09, from Russ Allbery.
23952      Branch: perl
23953            ! lib/Pod/Man.pm lib/Pod/Text.pm
23954 ____________________________________________________________________________
23955 [  9656] By: jhi                                   on 2001/04/09  12:31:53
23956         Log: perl571delta.
23957      Branch: perl
23958            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
23959 ____________________________________________________________________________
23960 [  9655] By: jhi                                   on 2001/04/09  12:20:09
23961         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
23962              From: Prymmer/Kahn <pvhp@best.com>
23963              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
23964              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
23965      Branch: perl
23966            ! lib/utf8.pm pod/perlunicode.pod
23967 ____________________________________________________________________________
23968 [  9654] By: gsar                                  on 2001/04/09  03:38:33
23969         Log: here lies 5.6.1
23970      Branch: maint-5.6/perl
23971            ! Changes
23972 ____________________________________________________________________________
23973 [  9653] By: jhi                                   on 2001/04/09  03:25:24
23974         Log: Update perlhist.
23975      Branch: perl
23976            ! pod/perlhist.pod
23977 ____________________________________________________________________________
23978 [  9652] By: jhi                                   on 2001/04/09  03:18:49
23979         Log: perl571delta tweaking continues.
23980      Branch: perl
23981            ! pod/perl571delta.pod
23982 ____________________________________________________________________________
23983 [  9651] By: gsar                                  on 2001/04/09  03:11:19
23984         Log: update Changes, patchlevel.h &c.
23985      Branch: maint-5.6/perl
23986            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
23987            ! pod/perltoc.pod
23988 ____________________________________________________________________________
23989 [  9650] By: jhi                                   on 2001/04/09  02:40:24
23990         Log: Integrate the perlfork half of #9513 from maintperl into mainline
23991              (the perlunicode half is obsolete)
23992      Branch: perl
23993            ! pod/perlfork.pod
23994 ____________________________________________________________________________
23995 [  9649] By: gsar                                  on 2001/04/09  02:35:43
23996         Log: tweak perldelta as suggested by Jarkko
23997      Branch: maint-5.6/perl
23998            ! pod/perldelta.pod
23999 ____________________________________________________________________________
24000 [  9648] By: jhi                                   on 2001/04/09  02:13:04
24001         Log: Integrate change #9646 from maintperl into mainline.
24002              
24003              add note about ithreads and Thread.pm
24004      Branch: perl
24005           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
24006 ____________________________________________________________________________
24007 [  9647] By: jhi                                   on 2001/04/09  02:10:18
24008         Log: Bad assumption that shortsize == 2.
24009      Branch: perl
24010            ! t/lib/xs-typemap.t
24011 ____________________________________________________________________________
24012 [  9646] By: gsar                                  on 2001/04/09  00:48:04
24013         Log: add note about ithreads and Thread.pm (too many people are
24014              confused by the fact that Thread.pm is built and installed
24015              under non-5005threads but doesn't work)
24016      Branch: maint-5.6/perl
24017            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
24018 ____________________________________________________________________________
24019 [  9645] By: gsar                                  on 2001/04/09  00:19:03
24020         Log: update perldelta.pod for changes in 5.6.1
24021      Branch: maint-5.6/perl
24022            ! Changes pod/perldelta.pod
24023 ____________________________________________________________________________
24024 [  9644] By: jhi                                   on 2001/04/08  20:37:00
24025         Log: Integrate change #9639 from maintperl into mainline:
24026              on windows, many of the README.* pods were being copied to
24027              the wrong location
24028      Branch: perl
24029           !> win32/Makefile win32/makefile.mk
24030 ____________________________________________________________________________
24031 [  9643] By: jhi                                   on 2001/04/08  20:07:11
24032         Log: Integrate change #9624 from maintperl into mainline:
24033              the pod tests were not okay.  (t/pod/find.t changes ignored)
24034      Branch: perl
24035           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
24036           !> t/pod/include.t t/pod/included.t t/pod/lref.t
24037           !> t/pod/multiline_items.t t/pod/nested_items.t
24038           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
24039           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
24040 ____________________________________________________________________________
24041 [  9642] By: jhi                                   on 2001/04/08  19:57:17
24042         Log: Integrate change #9638 from maintperl into mainline:
24043              update to latest JPL from the anoncvs repository
24044      Branch: perl
24045           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
24046           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
24047           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
24048 ____________________________________________________________________________
24049 [  9641] By: jhi                                   on 2001/04/08  19:53:30
24050         Log: perl571delta updates.
24051      Branch: perl
24052            ! lib/Filter/Simple.pm pod/perl571delta.pod
24053 ____________________________________________________________________________
24054 [  9640] By: gsar                                  on 2001/04/08  19:20:46
24055         Log: integrate change#9634 from mainline
24056              
24057              Fix the perlmodlib generation (didn't understand separate .pod
24058              files; didn't understand -- as the name-thing separator).
24059              Update the CPAN mirrors list.
24060      Branch: maint-5.6/perl
24061            ! pod/perlmodlib.pod
24062           !> pod/perlmodlib.PL
24063 ____________________________________________________________________________
24064 [  9639] By: gsar                                  on 2001/04/08  18:57:31
24065         Log: on windows, many of the README.* pods were being copied to the wrong
24066              location
24067      Branch: maint-5.6/perl
24068            ! win32/Makefile win32/makefile.mk
24069 ____________________________________________________________________________
24070 [  9638] By: gsar                                  on 2001/04/08  18:38:25
24071         Log: update to latest JPL from the anoncvs repository
24072      Branch: maint-5.6/perl
24073            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
24074            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
24075            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
24076 ____________________________________________________________________________
24077 [  9637] By: jhi                                   on 2001/04/08  17:53:53
24078         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
24079      Branch: perl
24080            ! pod/perl571delta.pod
24081 ____________________________________________________________________________
24082 [  9636] By: jhi                                   on 2001/04/08  17:18:32
24083         Log: Regen toc.
24084      Branch: perl
24085            ! pod/perltoc.pod
24086 ____________________________________________________________________________
24087 [  9635] By: jhi                                   on 2001/04/08  17:16:33
24088         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
24089              From: "Craig A. Berry" <craigberry@mac.com>
24090              Date: Sun, 08 Apr 2001 12:30:16 -0500
24091              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
24092      Branch: perl
24093            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
24094 ____________________________________________________________________________
24095 [  9634] By: jhi                                   on 2001/04/08  17:09:19
24096         Log: Fix the perlmodlib generation (didn't understand separate .pod
24097              files; didn't understand -- as the name-thing separator).
24098              
24099              Update the CPAN mirrors list.
24100      Branch: perl
24101            ! pod/perlmodlib.PL pod/perlmodlib.pod
24102 ____________________________________________________________________________
24103 [  9633] By: jhi                                   on 2001/04/08  16:49:17
24104         Log: Sort MANIFEST.
24105      Branch: perl
24106            ! MANIFEST
24107 ____________________________________________________________________________
24108 [  9632] By: gsar                                  on 2001/04/08  16:36:06
24109         Log: add $Tie::RefHash::VERSION
24110      Branch: maint-5.6/perl
24111            ! lib/Tie/RefHash.pm
24112 ____________________________________________________________________________
24113 [  9631] By: jhi                                   on 2001/04/08  16:10:15
24114         Log: perl571delta updates based on p5p feedback; still needs
24115              lots of examples.
24116      Branch: perl
24117            ! pod/perl571delta.pod
24118 ____________________________________________________________________________
24119 [  9630] By: jhi                                   on 2001/04/08  15:59:13
24120         Log: Update the list of supported platforms to talk about 5.7.1
24121              (and 5.6.1)
24122      Branch: perl
24123            ! pod/perlport.pod
24124 ____________________________________________________________________________
24125 [  9629] By: jhi                                   on 2001/04/08  15:55:41
24126         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
24127              from maintperl into mainline: perlport updates.
24128      Branch: perl
24129            ! pod/perlport.pod
24130 ____________________________________________________________________________
24131 [  9628] By: jhi                                   on 2001/04/08  15:53:17
24132         Log: perlsolaris.pod copied to wrong directory.
24133      Branch: perl
24134            ! win32/makefile.mk
24135 ____________________________________________________________________________
24136 [  9627] By: jhi                                   on 2001/04/08  14:48:18
24137         Log: Subject: Typos in perl571delta.pod
24138              From: "Stephen P. Potter" <spp@spotter.yi.org>
24139              Date: Sat, 07 Apr 2001 20:37:05 -0400
24140              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
24141      Branch: perl
24142            ! pod/perl571delta.pod
24143 ____________________________________________________________________________
24144 [  9626] By: jhi                                   on 2001/04/08  14:39:04
24145         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
24146      Branch: perl
24147            ! gv.c
24148 ____________________________________________________________________________
24149 [  9625] By: nick                                  on 2001/04/08  10:14:23
24150         Log: Integrate mainline
24151      Branch: perlio
24152           +> pod/perl570delta.pod pod/perl571delta.pod
24153           !> (integrate 27 files)
24154 ____________________________________________________________________________
24155 [  9624] By: gsar                                  on 2001/04/08  06:08:17
24156         Log: test in t/pod/* were busted
24157              
24158              these tests are still not enabled in t/{harness,TEST}
24159      Branch: maint-5.6/perl
24160            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
24161            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
24162            ! t/pod/multiline_items.t t/pod/nested_items.t
24163            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
24164            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
24165 ____________________________________________________________________________
24166 [  9623] By: gsar                                  on 2001/04/08  03:37:01
24167         Log: integrate change#9470 from mainline
24168              
24169              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
24170      Branch: maint-5.6/perl
24171           !> ext/Socket/Socket.xs
24172 ____________________________________________________________________________
24173 [  9622] By: jhi                                   on 2001/04/07  22:40:47
24174         Log: Update Changes.
24175      Branch: perl
24176            ! Changes patchlevel.h
24177 ____________________________________________________________________________
24178 [  9621] By: jhi                                   on 2001/04/07  22:34:16
24179         Log: Update AUTHORS.
24180      Branch: perl
24181            ! AUTHORS
24182 ____________________________________________________________________________
24183 [  9620] By: jhi                                   on 2001/04/07  22:12:47
24184         Log: Forgot to bump the number of tests in #9164.
24185      Branch: perl
24186            ! t/op/array.t
24187 ____________________________________________________________________________
24188 [  9619] By: jhi                                   on 2001/04/07  22:09:50
24189         Log: Bump patchlevel to 5.7.1.
24190      Branch: perl
24191            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24192            ! config_h.SH patchlevel.h
24193 ____________________________________________________________________________
24194 [  9618] By: jhi                                   on 2001/04/07  22:02:41
24195         Log: Populate perl571delta.
24196      Branch: perl
24197            ! pod/perl571delta.pod
24198 ____________________________________________________________________________
24199 [  9617] By: jhi                                   on 2001/04/07  22:01:23
24200         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
24201              to forget it later; do not change patchlevel.h yet or regenerate
24202              Configure yet.
24203      Branch: perl
24204            ! epoc/config.sh win32/Makefile win32/config_H.bc
24205            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
24206 ____________________________________________________________________________
24207 [  9616] By: jhi                                   on 2001/04/07  17:46:33
24208         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
24209      Branch: perl
24210            ! pod/perl571delta.pod
24211 ____________________________________________________________________________
24212 [  9615] By: jhi                                   on 2001/04/07  17:33:21
24213         Log: Change the toc configuration.
24214      Branch: perl
24215            ! pod/buildtoc.PL pod/perl.pod
24216 ____________________________________________________________________________
24217 [  9614] By: jhi                                   on 2001/04/07  17:29:47
24218         Log: Subject: PATCH: $[
24219              From: Robin Houston <robin@kitsite.com>
24220              Date: Fri, 6 Apr 2001 18:10:14 +0100
24221              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
24222      Branch: perl
24223            ! op.c t/op/array.t
24224 ____________________________________________________________________________
24225 [  9613] By: jhi                                   on 2001/04/07  17:28:26
24226         Log: Subject: [PATCH perl@9424] isn't numeric warning
24227              From: Robin Barker <rmb1@cise.npl.co.uk>
24228              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
24229              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
24230      Branch: perl
24231            ! sv.c t/pragma/warn/sv
24232 ____________________________________________________________________________
24233 [  9612] By: jhi                                   on 2001/04/07  17:26:45
24234         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
24235              From: Mike Guy <mjtg@cam.ac.uk>
24236              Date: Fri, 06 Apr 2001 12:47:06 +0100
24237              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
24238      Branch: perl
24239            ! dump.c t/lib/peek.t
24240 ____________________________________________________________________________
24241 [  9611] By: jhi                                   on 2001/04/07  17:21:35
24242         Log: Create perl571delta and seed it off with the perldelta changes
24243              since 5.7.0; remove those changes from perldelta and rename it
24244              as perl570delta; recreate perldelta but leave it almost empty.
24245      Branch: perl
24246            + pod/perl570delta.pod pod/perl571delta.pod
24247            ! MANIFEST pod/perldelta.pod
24248 ____________________________________________________________________________
24249 [  9610] By: jhi                                   on 2001/04/07  16:56:32
24250         Log: Denit.
24251      Branch: perl
24252            ! pod/perldelta.pod
24253 ____________________________________________________________________________
24254 [  9609] By: jhi                                   on 2001/04/07  16:38:32
24255         Log: Retract #9523: needs more thought.
24256      Branch: perl
24257            ! Makefile.SH
24258 ____________________________________________________________________________
24259 [  9608] By: jhi                                   on 2001/04/07  14:59:20
24260         Log: atmark() code cleanaup.
24261      Branch: perl
24262            ! ext/IO/IO.xs
24263 ____________________________________________________________________________
24264 [  9607] By: jhi                                   on 2001/04/07  14:48:14
24265         Log: Integrate change #9605 from maintperl into mainline.
24266              
24267              can't optimize away scope entry if tr/// is present
24268      Branch: perl
24269           !> op.c t/op/tr.t
24270 ____________________________________________________________________________
24271 [  9606] By: jhi                                   on 2001/04/07  14:43:59
24272         Log: Integrate perlio.
24273      Branch: perl
24274           +> win32/FindExt.pm
24275           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
24276           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
24277 ____________________________________________________________________________
24278 [  9605] By: gsar                                  on 2001/04/07  11:52:40
24279         Log: can't optimize away scope entry if tr/// is present
24280      Branch: maint-5.6/perl
24281            ! op.c t/op/tr.t
24282 ____________________________________________________________________________
24283 [  9604] By: nick                                  on 2001/04/07  11:39:45
24284         Log: Split out extension finding code from buildext.pl into FindExt.pm
24285              Use it to get Config.pm's idea of available extensions in line
24286              with what is built.
24287      Branch: perlio
24288            + win32/FindExt.pm
24289            ! MANIFEST win32/buildext.pl win32/config_sh.PL
24290            ! win32/makefile.mk
24291 ____________________________________________________________________________
24292 [  9603] By: nick                                  on 2001/04/07  09:11:38
24293         Log: Cleanup correction for failed :Via() layer, also set an error code.
24294      Branch: perlio
24295            ! ext/PerlIO/Via/Via.xs
24296 ____________________________________________________________________________
24297 [  9602] By: nick                                  on 2001/04/07  08:38:04
24298         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
24299              style. So don't use binmode() on the handles so that Win32 etc. see
24300              same sequence and produce same digests.
24301      Branch: perlio
24302            ! t/lib/md5-file.t
24303 ____________________________________________________________________________
24304 [  9601] By: nick                                  on 2001/04/07  08:36:26
24305         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
24306              Else it complains and so crlf layer (say) does not get pushed.
24307      Branch: perlio
24308            ! perlio.c
24309 ____________________________________________________________________________
24310 [  9600] By: jhi                                   on 2001/04/06  23:00:09
24311         Log: Integrate change #9599 from perlio into mainline.
24312      Branch: perl
24313           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
24314           !> win32/config_H.vc
24315 ____________________________________________________________________________
24316 [  9599] By: nick                                  on 2001/04/06  21:42:43
24317         Log: Quote $VERSION in Encode.pm.
24318              regen_config_h as requested.
24319      Branch: perlio
24320            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
24321            ! win32/config_H.vc
24322 ____________________________________________________________________________
24323 [  9598] By: nick                                  on 2001/04/06  20:34:59
24324         Log: Integrate mainline
24325      Branch: perlio
24326           +> README.macos
24327           !> (integrate 39 files)
24328 ____________________________________________________________________________
24329 [  9597] By: gsar                                  on 2001/04/06  18:06:35
24330         Log: integrate change#9464 from mainline (addendum to change#8313)
24331              
24332              Subject: [PATCH @9452] Better peep()ing for foreach() loops
24333      Branch: maint-5.6/perl
24334           !> op.c
24335 ____________________________________________________________________________
24336 [  9596] By: jhi                                   on 2001/04/06  17:26:03
24337         Log: The d_casti32=undef is good for you even when not use64bitall.
24338      Branch: perl
24339            ! hints/hpux.sh
24340 ____________________________________________________________________________
24341 [  9595] By: gsar                                  on 2001/04/06  14:57:17
24342         Log: add a low-impact fix to accomodate darwin-ism
24343      Branch: maint-5.6/perl
24344            ! ext/Errno/Errno_pm.PL
24345 ____________________________________________________________________________
24346 [  9594] By: jhi                                   on 2001/04/06  14:55:14
24347         Log: Integrate changes #9528,9593 from mainline into maintperl;
24348              tweaking the editor/IDE/shell list.
24349      Branch: maint-5.6/perl
24350           !> pod/perlfaq3.pod
24351 ____________________________________________________________________________
24352 [  9593] By: jhi                                   on 2001/04/06  14:51:39
24353         Log: Make the editor/IDE/shell list a little bit airier.
24354      Branch: perl
24355            ! pod/perlfaq3.pod
24356 ____________________________________________________________________________
24357 [  9592] By: gsar                                  on 2001/04/06  14:45:18
24358         Log: integrate change#9477 from mainline (base.pm doc tweak)
24359              
24360              missing doc entry for fmod()
24361      Branch: maint-5.6/perl
24362            ! lib/Math/BigFloat.pm
24363           !> lib/base.pm
24364 ____________________________________________________________________________
24365 [  9591] By: jhi                                   on 2001/04/06  13:55:48
24366         Log: Regen toc.
24367      Branch: perl
24368            ! pod/perltoc.pod
24369 ____________________________________________________________________________
24370 [  9590] By: jhi                                   on 2001/04/06  13:54:52
24371         Log: Math::BigFloat patches from John Peacock.  The equivalent
24372              of #9586 from maintperl but reworked by John to work with
24373              the bleadperl.
24374      Branch: perl
24375            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
24376 ____________________________________________________________________________
24377 [  9589] By: jhi                                   on 2001/04/06  13:42:23
24378         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
24379      Branch: perl
24380            ! ext/Digest/MD5/Makefile.PL
24381 ____________________________________________________________________________
24382 [  9588] By: jhi                                   on 2001/04/06  13:31:45
24383         Log: Integrate changes #9584,9587 from maintperl into mainline.
24384              
24385              keep eval"" CVs alive until the end of the statement in which
24386              they're called
24387              
24388              add README.macos (from Chris Nandor)
24389              
24390              tyop in change#9555
24391      Branch: perl
24392           +> README.macos
24393           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
24394           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
24395           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
24396           !> win32/makefile.mk
24397 ____________________________________________________________________________
24398 [  9587] By: gsar                                  on 2001/04/06  07:31:30
24399         Log: add README.macos (from Chris Nandor)
24400              
24401              tyop in change#9555
24402      Branch: maint-5.6/perl
24403            + README.macos
24404            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
24405            ! win32/Makefile win32/makefile.mk
24406 ____________________________________________________________________________
24407 [  9586] By: gsar                                  on 2001/04/06  07:08:54
24408         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
24409      Branch: maint-5.6/perl
24410            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
24411 ____________________________________________________________________________
24412 [  9585] By: gsar                                  on 2001/04/06  06:58:44
24413         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
24414              from mainline
24415              
24416              Subject: [PATCH] Base64 update to perlfaq9.pod
24417              
24418              Subject: [PATCH AUTHORS] Housekeeping
24419              
24420              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
24421              Mac OS X (Darwin) has extra pwent fields.
24422              
24423              Subject: [PATCH B::*] print control-character vars readably
24424              Needs EBCDICification.
24425              
24426              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
24427              
24428              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
24429              
24430              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
24431              
24432              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
24433              
24434              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
24435              
24436              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
24437              
24438              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
24439              
24440              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
24441              
24442              FreeBSD hints tweak from Anton Berezin.
24443              
24444              Subject: [PATCH foolperl & bleadperl] README.vms update
24445              
24446              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
24447      Branch: maint-5.6/perl
24448           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
24449           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
24450           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
24451 ____________________________________________________________________________
24452 [  9584] By: gsar                                  on 2001/04/06  04:09:00
24453         Log: keep eval"" CVs alive until the end of the statement in which
24454              they're called; this avoids a coredump ensuing from search for
24455              lexicals in code such as:
24456              
24457              sub bug {
24458              my $s = @_;
24459              eval q[sub { eval 'sub { &$s }' }];
24460              }
24461              bug("x")->()->();
24462              
24463              this code still doesn't work as intended (as it has remained
24464              since time immemorial), but it doesn't provoke a coredump anymore
24465      Branch: maint-5.6/perl
24466            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
24467            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
24468 ____________________________________________________________________________
24469 [  9583] By: jhi                                   on 2001/04/05  23:52:51
24470         Log: Update Changes.
24471      Branch: perl
24472            ! Changes patchlevel.h
24473 ____________________________________________________________________________
24474 [  9582] By: jhi                                   on 2001/04/05  23:11:23
24475         Log: Slight doc tweak.
24476      Branch: perl
24477            ! pod/perlunicode.pod
24478 ____________________________________________________________________________
24479 [  9581] By: jhi                                   on 2001/04/05  23:04:11
24480         Log: Integrate perlio.
24481      Branch: perl
24482           !> pod/perlunicode.pod
24483 ____________________________________________________________________________
24484 [  9580] By: jhi                                   on 2001/04/05  23:03:29
24485         Log: Test for #9579.
24486      Branch: perl
24487            ! t/op/do.t
24488 ____________________________________________________________________________
24489 [  9579] By: jhi                                   on 2001/04/05  22:54:17
24490         Log: Subject: [PATCH] Propagate calling context for do '...'
24491              From: Gisle Aas <gisle@ActiveState.com>
24492              Date: 04 Apr 2001 20:17:29 -0700
24493              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
24494      Branch: perl
24495            ! pod/perlfunc.pod pp_ctl.c
24496 ____________________________________________________________________________
24497 [  9578] By: jhi                                   on 2001/04/05  22:52:51
24498         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
24499              From: Peter Prymmer <pvhp@forte.com>
24500              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
24501              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
24502      Branch: perl
24503            ! README.vms
24504 ____________________________________________________________________________
24505 [  9577] By: jhi                                   on 2001/04/05  22:48:22
24506         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
24507              From: "Craig A. Berry" <craigberry@mac.com>
24508              Date: Thu, 5 Apr 2001 13:43:28 -0500
24509              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
24510      Branch: perl
24511            ! README.vms
24512 ____________________________________________________________________________
24513 [  9576] By: jhi                                   on 2001/04/05  22:31:38
24514         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
24515              From: Michael G Schwern <schwern@pobox.com>
24516              Date: Thu, 5 Apr 2001 21:53:21 +0100
24517              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
24518      Branch: perl
24519            ! lib/base.pm t/lib/fields.t
24520 ____________________________________________________________________________
24521 [  9575] By: jhi                                   on 2001/04/05  22:26:10
24522         Log: FreeBSD hints tweak from Anton Berezin.
24523      Branch: perl
24524            ! hints/freebsd.sh
24525 ____________________________________________________________________________
24526 [  9574] By: jhi                                   on 2001/04/05  22:24:03
24527         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
24528              From: David Dyck <dcd@tc.fluke.com>
24529              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
24530              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
24531      Branch: perl
24532            ! t/op/oct.t
24533 ____________________________________________________________________________
24534 [  9573] By: jhi                                   on 2001/04/05  22:23:06
24535         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
24536              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
24537              From: David Dyck <dcd@tc.fluke.com>
24538              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
24539      Branch: perl
24540            ! pp.c
24541 ____________________________________________________________________________
24542 [  9572] By: jhi                                   on 2001/04/05  22:14:47
24543         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
24544              From: Robin Houston <robin@kitsite.com>
24545              Date: Thu, 5 Apr 2001 20:56:48 +0100
24546              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
24547      Branch: perl
24548            ! ext/B/B/Deparse.pm
24549 ____________________________________________________________________________
24550 [  9571] By: jhi                                   on 2001/04/05  22:12:53
24551         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
24552              From: Robin Houston <robin@kitsite.com>
24553              Date: Thu, 5 Apr 2001 19:55:51 +0100
24554              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
24555      Branch: perl
24556            ! ext/B/B/Deparse.pm
24557 ____________________________________________________________________________
24558 [  9570] By: jhi                                   on 2001/04/05  22:11:06
24559         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
24560              From: Robin Houston <robin@kitsite.com>
24561              Date: Thu, 5 Apr 2001 20:16:29 +0100
24562              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
24563      Branch: perl
24564            ! ext/B/B/Deparse.pm
24565 ____________________________________________________________________________
24566 [  9569] By: nick                                  on 2001/04/05  21:32:26
24567         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
24568      Branch: perlio
24569            ! pod/perlunicode.pod
24570 ____________________________________________________________________________
24571 [  9568] By: nick                                  on 2001/04/05  19:38:09
24572         Log: Integrate mainline
24573      Branch: perlio
24574           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
24575           !> (integrate 35 files)
24576 ____________________________________________________________________________
24577 [  9567] By: jhi                                   on 2001/04/05  18:31:45
24578         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
24579              From: Robin Houston <robin@kitsite.com>
24580              Date: Thu, 5 Apr 2001 18:03:23 +0100
24581              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
24582      Branch: perl
24583            ! ext/B/B/Deparse.pm
24584 ____________________________________________________________________________
24585 [  9566] By: jhi                                   on 2001/04/05  18:29:35
24586         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
24587              From: Robin Houston <robin@kitsite.com>
24588              Date: Thu, 5 Apr 2001 16:45:18 +0100
24589              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
24590      Branch: perl
24591            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
24592 ____________________________________________________________________________
24593 [  9565] By: jhi                                   on 2001/04/05  18:24:23
24594         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
24595              From: Robin Houston <robin@kitsite.com>
24596              Date: Thu, 5 Apr 2001 14:50:09 +0100
24597              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
24598      Branch: perl
24599            ! ext/B/B/Deparse.pm
24600 ____________________________________________________________________________
24601 [  9564] By: jhi                                   on 2001/04/05  18:23:03
24602         Log: Subject: [PATCH B::*] print control-character vars readably
24603              From: Robin Houston <robin@kitsite.com>
24604              Date: Thu, 5 Apr 2001 14:27:38 +0100
24605              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
24606              
24607              Needs EBCDICification.
24608      Branch: perl
24609            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
24610            ! ext/B/B/Terse.pm
24611 ____________________________________________________________________________
24612 [  9563] By: jhi                                   on 2001/04/05  18:20:32
24613         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
24614              Date: Thu, 5 Apr 2001 13:21:42 -0400
24615              From: Paul Schinder <schinder@pobox.com>
24616              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
24617              
24618              Mac OS X (Darwin) has extra pwent fields.
24619      Branch: perl
24620            ! t/op/pwent.t
24621 ____________________________________________________________________________
24622 [  9562] By: jhi                                   on 2001/04/05  17:57:51
24623         Log: Regen toc.
24624      Branch: perl
24625            ! pod/perltoc.pod
24626 ____________________________________________________________________________
24627 [  9561] By: jhi                                   on 2001/04/05  17:47:33
24628         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
24629      Branch: metaconfig
24630            ! U/Glossary.patch
24631      Branch: metaconfig/U/perl
24632            + d_u32align.U
24633            ! d_cmsghdr_s.U d_msghdr_s.U
24634 ____________________________________________________________________________
24635 [  9560] By: jhi                                   on 2001/04/05  17:47:01
24636         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
24637              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
24638              Introduce probes for struct msghdr, struct cmsghdr,
24639              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
24640              ualarm, usleep, for possible later extension work.
24641      Branch: perl
24642            + t/lib/md5-align.t
24643            ! Configure MANIFEST Porting/Glossary Porting/config.sh
24644            ! Porting/config_H config_h.SH configure.com epoc/config.sh
24645            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
24646            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
24647            ! vos/config.ga.h win32/config.bc win32/config.gc
24648            ! win32/config.vc
24649 ____________________________________________________________________________
24650 [  9559] By: jhi                                   on 2001/04/05  13:03:04
24651         Log: Be traditional in your cpp (for the Errno extension).
24652      Branch: perl
24653            ! hints/darwin.sh
24654 ____________________________________________________________________________
24655 [  9558] By: jhi                                   on 2001/04/05  13:00:05
24656         Log: Add $Config{cppflags} to the gcc incantation.
24657      Branch: perl
24658            ! ext/Errno/Errno_pm.PL
24659 ____________________________________________________________________________
24660 [  9557] By: jhi                                   on 2001/04/05  04:22:39
24661         Log: Introduce Sean Burke's Class::ISA 0.32.
24662      Branch: perl
24663            + lib/Class/ISA.pm t/lib/class-isa.t
24664            ! MANIFEST
24665 ____________________________________________________________________________
24666 [  9556] By: jhi                                   on 2001/04/05  04:09:50
24667         Log: Subject: [PATCH AUTHORS] Housekeeping
24668              From: Paul Johnson <paul@pjcj.net> 
24669              Date: Wed, 4 Apr 2001 22:45:47 +0200
24670              Message-ID: <20010404224547.D9548@pjcj.net>
24671      Branch: perl
24672            ! AUTHORS
24673 ____________________________________________________________________________
24674 [  9555] By: jhi                                   on 2001/04/05  04:06:33
24675         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
24676              From: Gisle Aas <gisle@ActiveState.com>
24677              Date: 04 Apr 2001 14:23:04 -0700
24678              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
24679      Branch: perl
24680            ! pod/perlfaq9.pod
24681 ____________________________________________________________________________
24682 [  9554] By: jhi                                   on 2001/04/05  04:05:49
24683         Log: Downgrade also the "Wide character" diagnostic.
24684      Branch: perl
24685            ! pod/perldiag.pod
24686 ____________________________________________________________________________
24687 [  9553] By: jhi                                   on 2001/04/05  04:00:33
24688         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
24689              maintperl into mainline.
24690              
24691              "double" should be "NV"; standard typemap is missing entry
24692              for NV
24693              
24694              s/djSP/dSP/
24695              
24696              Downgrade "Wide character in print" to a warning.
24697              
24698              B::Deparse fix for ${^FOO} and documentation for PVX() method
24699              (from Robin Houston)
24700              
24701              tr/// doesn't null-terminate the result in some situations
24702              (from Gisle Aas)
24703      Branch: perl
24704           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
24705           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
24706           !> t/io/utf8.t t/op/tr.t
24707 ____________________________________________________________________________
24708 [  9552] By: jhi                                   on 2001/04/05  03:52:50
24709         Log: Retract changes #9542 and #9538 (from maintperl, integrated
24710              at #9540), shouldn't be needed because of the perlio changes.
24711      Branch: perl
24712            ! util.c
24713 ____________________________________________________________________________
24714 [  9551] By: gsar                                  on 2001/04/05  00:18:34
24715         Log: tr/// doesn't null-terminate the result in some situations
24716              (from Gisle Aas)
24717      Branch: maint-5.6/perl
24718            ! doop.c t/op/tr.t
24719 ____________________________________________________________________________
24720 [  9550] By: gsar                                  on 2001/04/04  20:04:17
24721         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
24722              (from Robin Houston)
24723      Branch: maint-5.6/perl
24724            ! ext/B/B.pm ext/B/B/Deparse.pm
24725 ____________________________________________________________________________
24726 [  9549] By: nick                                  on 2001/04/04  18:56:15
24727         Log: Downgrade "Wide character in print" to a warning.
24728      Branch: perlio
24729            ! doio.c t/io/utf8.t
24730 ____________________________________________________________________________
24731 [  9548] By: gsar                                  on 2001/04/04  18:51:49
24732         Log: integrate changes#9460,9462,9482,9521,9522
24733              
24734              Subject: PATCH: B::Debug should show LOOP-specific fields
24735              
24736              Subject: B::Deparse precedence bug. (Patch included.)
24737              
24738              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
24739              
24740              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
24741              
24742              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
24743      Branch: maint-5.6/perl
24744           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
24745           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
24746 ____________________________________________________________________________
24747 [  9547] By: gsar                                  on 2001/04/04  18:49:16
24748         Log: s/djSP/dSP/
24749      Branch: maint-5.6/perl
24750            ! ext/Thread/Thread.xs
24751 ____________________________________________________________________________
24752 [  9546] By: nick                                  on 2001/04/04  18:44:00
24753         Log: Integrate mainline.
24754      Branch: perlio
24755           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
24756           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
24757 ____________________________________________________________________________
24758 [  9545] By: gsar                                  on 2001/04/04  18:38:52
24759         Log: integrate change#8837 from mainline
24760              
24761              Subject: [patch] -Wall cleanup round 2
24762      Branch: maint-5.6/perl
24763           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
24764           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
24765           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
24766           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
24767           !> ext/SDBM_File/SDBM_File.xs
24768 ____________________________________________________________________________
24769 [  9544] By: gsar                                  on 2001/04/04  17:49:57
24770         Log: "double" should be "NV"; standard typemap is missing entry
24771              for NV
24772      Branch: maint-5.6/perl
24773            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
24774 ____________________________________________________________________________
24775 [  9543] By: jhi                                   on 2001/04/04  14:13:18
24776         Log: Thou shalt not (just) match for English error messages.
24777      Branch: perl
24778            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
24779            ! os2/OS2/Process/Process.pm
24780 ____________________________________________________________________________
24781 [  9542] By: jhi                                   on 2001/04/04  13:20:39
24782         Log: Make the stdio tricks of fflush_all() to exist only if
24783              stdio is being used.
24784      Branch: perl
24785            ! util.c
24786 ____________________________________________________________________________
24787 [  9541] By: jhi                                   on 2001/04/04  04:20:24
24788         Log: Subject: Re: [PATCH] Lighten up glob
24789              From: Benjamin Sugars <bsugars@canoe.ca>
24790              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
24791              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
24792      Branch: perl
24793            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
24794            ! util.c
24795 ____________________________________________________________________________
24796 [  9540] By: jhi                                   on 2001/04/04  04:03:57
24797         Log: Integrate changes #9538,9539 from maintperl into mainline.
24798              
24799              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
24800              for use with _fwalk() (fix for change#7705)
24801              
24802              another tweak needed for SunOS 4.1.x build (from Mike Guy)
24803              (cp -f is not portable)
24804      Branch: perl
24805           !> Makefile.SH util.c
24806 ____________________________________________________________________________
24807 [  9539] By: gsar                                  on 2001/04/04  03:01:14
24808         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
24809      Branch: maint-5.6/perl
24810            ! Makefile.SH
24811 ____________________________________________________________________________
24812 [  9538] By: gsar                                  on 2001/04/04  01:00:38
24813         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
24814              for use with _fwalk() (fix for change#7705)
24815      Branch: maint-5.6/perl
24816            ! util.c
24817 ____________________________________________________________________________
24818 [  9537] By: nick                                  on 2001/04/03  19:24:55
24819         Log: Integrate mainline
24820      Branch: perlio
24821           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
24822           +> lib/unicode/PropList.html
24823            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
24824           !> (integrate 69 files)
24825 ____________________________________________________________________________
24826 [  9536] By: jhi                                   on 2001/04/03  18:02:31
24827         Log: Integrate change #9533 from maintperl into mainline.
24828              
24829              better fix for change#9517 to accomodate UNC paths like
24830              \\server\share\foo, and paths with trailing backslash
24831              like c:\this\
24832      Branch: perl
24833           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
24834 ____________________________________________________________________________
24835 [  9535] By: jhi                                   on 2001/04/03  17:58:07
24836         Log: Change the push/unshift warning to be of class syntax, not misc.
24837      Branch: perl
24838            ! op.c pod/perldiag.pod t/pragma/warn/op
24839 ____________________________________________________________________________
24840 [  9534] By: jhi                                   on 2001/04/03  15:03:46
24841         Log: Change the push/unshift warning (#9532) to talk about "no values"
24842              instead of "no arguments".
24843      Branch: perl
24844            ! op.c pod/perldiag.pod t/pragma/warn/op
24845 ____________________________________________________________________________
24846 [  9533] By: gsar                                  on 2001/04/03  14:30:07
24847         Log: better fix for change#9517 to accomodate UNC paths like
24848              \\server\share\foo, and paths with trailing backslash
24849              like c:\this\
24850      Branch: maint-5.6/perl
24851            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
24852 ____________________________________________________________________________
24853 [  9532] By: jhi                                   on 2001/04/03  13:11:46
24854         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
24855              From: Robin Houston <robin@kitsite.com>
24856              Date: Mon, 2 Apr 2001 15:03:29 +0100
24857              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
24858      Branch: perl
24859            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
24860 ____________________________________________________________________________
24861 [  9531] By: jhi                                   on 2001/04/03  13:06:34
24862         Log: Integrate change #9530 from maintperl into mainline.
24863              
24864              accomodate VMS "mailbox overflow" quirk in testsuite (from
24865              Craig Berry)
24866      Branch: perl
24867           !> t/lib/socket.t
24868 ____________________________________________________________________________
24869 [  9530] By: gsar                                  on 2001/04/03  04:56:41
24870         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
24871              Craig Berry)
24872      Branch: maint-5.6/perl
24873            ! t/lib/socket.t
24874 ____________________________________________________________________________
24875 [  9529] By: jhi                                   on 2001/04/03  02:34:34
24876         Log: Update Changes.
24877      Branch: perl
24878            ! Changes patchlevel.h
24879 ____________________________________________________________________________
24880 [  9528] By: jhi                                   on 2001/04/03  01:27:57
24881         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
24882              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
24883              To: perl5-porters@perl.org
24884              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
24885      Branch: perl
24886            ! pod/perlfaq3.pod
24887 ____________________________________________________________________________
24888 [  9527] By: jhi                                   on 2001/04/03  01:22:09
24889         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
24890              From: Peter Prymmer <pvhp@forte.com>
24891              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
24892              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
24893      Branch: perl
24894            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
24895 ____________________________________________________________________________
24896 [  9526] By: jhi                                   on 2001/04/03  01:18:25
24897         Log: The metaconfig unit changes for #9525.
24898      Branch: metaconfig
24899            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
24900      Branch: metaconfig/U/perl
24901            ! use64bits.U
24902 ____________________________________________________________________________
24903 [  9525] By: jhi                                   on 2001/04/03  01:17:30
24904         Log: Configure sanity checks:
24905              * if use64bitall is attempted but pointers are only 32-bit,
24906              'downgrade' to use64bitint
24907              * if use64bitint is attempted but there's no quad type,
24908              forget about use64bitint (well, the default for it is 'n',
24909              the user can still override this)
24910              * if pointers are 64 bits, do not try to use Perl's malloc
24911      Branch: perl
24912            ! Configure
24913 ____________________________________________________________________________
24914 [  9524] By: gsar                                  on 2001/04/03  01:09:12
24915         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
24916      Branch: maint-5.6/perl
24917            ! pp_sys.c
24918 ____________________________________________________________________________
24919 [  9523] By: jhi                                   on 2001/04/03  00:02:31
24920         Log: (Retracted by #9609)
24921              
24922              Make it harder for parallel makes to enter 'test' before
24923              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
24924              should be unhappy enough, but sometimes parallel makes seem
24925              to sneak past both in Tru64 and AIX.)
24926      Branch: perl
24927            ! Makefile.SH
24928 ____________________________________________________________________________
24929 [  9522] By: jhi                                   on 2001/04/02  22:35:31
24930         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
24931              Date: Mon, 2 Apr 2001 22:54:10 +0100
24932              From: Robin Houston <robin@kitsite.com>
24933              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
24934      Branch: perl
24935            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
24936 ____________________________________________________________________________
24937 [  9521] By: jhi                                   on 2001/04/02  22:32:23
24938         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
24939              From: Robin Houston <robin@kitsite.com>
24940              Date: Mon, 2 Apr 2001 20:24:03 +0100
24941              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
24942      Branch: perl
24943            ! ext/B/B/Concise.pm
24944 ____________________________________________________________________________
24945 [  9520] By: jhi                                   on 2001/04/02  22:30:43
24946         Log: Subject: [PATCH] REALLY pedantic hv.h nit
24947              From: Simon Cozens <simon@netthink.co.uk>
24948              Date: Mon, 2 Apr 2001 15:43:06 +0100
24949              Message-ID: <20010402154306.A21711@netthink.co.uk>
24950      Branch: perl
24951            ! hv.h
24952 ____________________________________________________________________________
24953 [  9519] By: jhi                                   on 2001/04/02  22:28:04
24954         Log: Based on
24955              
24956              Subject: [foolperl] EPOC fix
24957              From: Olaf Flebbe <O.Flebbe@science-computing.de>
24958              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
24959              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
24960      Branch: perl
24961            ! pp_sys.c
24962 ____________________________________________________________________________
24963 [  9518] By: jhi                                   on 2001/04/02  22:22:34
24964         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
24965              
24966              README.win32 tweaks; add a note about alternative location for
24967              getting a gcc-2.95.2 that will build perl properly on windows
24968              
24969              add some notes about gutsy threading matters
24970              
24971              many of the utilities interpolate literal paths within doublequotes
24972              (fails on dosish platforms where path contains backslashes)
24973      Branch: perl
24974           !> README.win32 pod/perlguts.pod utils/perldoc.PL
24975           !> x2p/find2perl.PL x2p/s2p.PL
24976 ____________________________________________________________________________
24977 [  9517] By: gsar                                  on 2001/04/02  19:52:21
24978         Log: many of the utilities interpolate literal paths within doublequotes
24979              (fails on dosish platforms where path contains backslashes)
24980      Branch: maint-5.6/perl
24981            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
24982 ____________________________________________________________________________
24983 [  9516] By: gsar                                  on 2001/04/02  05:49:37
24984         Log: a foolish release
24985      Branch: maint-5.6/perl
24986            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
24987            ! pod/perltoc.pod
24988 ____________________________________________________________________________
24989 [  9515] By: gsar                                  on 2001/04/02  05:04:29
24990         Log: add missing changelog summaries
24991      Branch: maint-5.6/perl
24992            ! Changes
24993 ____________________________________________________________________________
24994 [  9514] By: gsar                                  on 2001/04/02  04:07:13
24995         Log: add some notes about gutsy threading matters
24996      Branch: maint-5.6/perl
24997            ! pod/perlguts.pod
24998 ____________________________________________________________________________
24999 [  9513] By: gsar                                  on 2001/04/02  03:25:21
25000         Log: add more prominent caveat notices about experimental features
25001      Branch: maint-5.6/perl
25002            ! pod/perlfork.pod pod/perlunicode.pod
25003 ____________________________________________________________________________
25004 [  9512] By: gsar                                  on 2001/04/02  02:54:33
25005         Log: integrate changes#9479,9509 from mainline
25006              
25007              [PATCH] File::Glob stuff for Mac OS
25008              
25009              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
25010      Branch: maint-5.6/perl
25011           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
25012           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
25013           !> t/lib/glob-taint.t
25014 ____________________________________________________________________________
25015 [  9511] By: gsar                                  on 2001/04/02  02:38:24
25016         Log: README.win32 tweaks; add a note about alternative location for
25017              getting a gcc-2.95.2 that will build perl properly on windows
25018      Branch: maint-5.6/perl
25019            ! README.win32
25020 ____________________________________________________________________________
25021 [  9510] By: jhi                                   on 2001/04/01  20:45:10
25022         Log: An ambiguosity warning.
25023      Branch: perl
25024            ! t/lib/trig.t
25025 ____________________________________________________________________________
25026 [  9509] By: jhi                                   on 2001/04/01  19:53:47
25027         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
25028              From: Jonathan Stowe <gellyfish@gellyfish.com>
25029              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
25030              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
25031      Branch: perl
25032            ! ext/File/Glob/bsd_glob.c
25033 ____________________________________________________________________________
25034 [  9508] By: jhi                                   on 2001/04/01  19:35:03
25035         Log: Update Changes.
25036      Branch: perl
25037            ! Changes patchlevel.h
25038 ____________________________________________________________________________
25039 [  9507] By: jhi                                   on 2001/04/01  19:24:01
25040         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
25041              from mainline to maintperl: pod tweaks.
25042      Branch: maint-5.6/perl
25043           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
25044           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
25045           !> pod/perlvar.pod
25046 ____________________________________________________________________________
25047 [  9506] By: jhi                                   on 2001/04/01  19:11:53
25048         Log: Commit Sarathy to April release of 5.6.1 :-)
25049      Branch: perl
25050            ! pod/perlfaq1.pod
25051 ____________________________________________________________________________
25052 [  9505] By: jhi                                   on 2001/04/01  19:03:15
25053         Log: Subject: PATCH 5.6.0 (perldebug.pod)
25054              From: Mark-Jason Dominus <mjd@plover.com>
25055              Date: Sun, 01 Apr 2001 14:25:11 -0400
25056              Message-ID: <20010401182511.9247.qmail@plover.com>
25057      Branch: perl
25058            ! pod/perldebug.pod
25059 ____________________________________________________________________________
25060 [  9504] By: jhi                                   on 2001/04/01  18:43:09
25061         Log: Add great_circle_direction().
25062      Branch: perl
25063            ! lib/Math/Trig.pm t/lib/trig.t
25064 ____________________________________________________________________________
25065 [  9503] By: jhi                                   on 2001/04/01  17:29:12
25066         Log: Unicode ReadMe update for Unicode 3.1.
25067      Branch: perl
25068            ! lib/unicode/ReadMe.txt
25069 ____________________________________________________________________________
25070 [  9502] By: jhi                                   on 2001/04/01  17:18:40
25071         Log: Integrate change #9501 from maintperl into mainline.
25072              
25073              fix the perlembed notes on multiple interpreters
25074              
25075              fix ExtUtils::Embed to work passably on Windows
25076      Branch: perl
25077           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
25078 ____________________________________________________________________________
25079 [  9501] By: gsar                                  on 2001/04/01  07:21:57
25080         Log: fix the perlembed notes on multiple interpreters
25081              
25082              fix ExtUtils::Embed to work passably on Windows
25083      Branch: maint-5.6/perl
25084            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
25085 ____________________________________________________________________________
25086 [  9500] By: jhi                                   on 2001/04/01  05:58:23
25087         Log: Test for #9499.
25088      Branch: perl
25089            ! t/op/tr.t
25090 ____________________________________________________________________________
25091 [  9499] By: jhi                                   on 2001/04/01  05:55:46
25092         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
25093      Branch: perl
25094            ! embed.h embed.pl op.c proto.h
25095 ____________________________________________________________________________
25096 [  9498] By: jhi                                   on 2001/04/01  05:44:34
25097         Log: Protect the workaround hunk more.
25098      Branch: perl
25099            ! toke.c
25100 ____________________________________________________________________________
25101 [  9497] By: jhi                                   on 2001/04/01  00:24:25
25102         Log: Integrate changes #9493,9494,9495,9496 from maintperl
25103              into mainline.
25104              
25105              fix a broken workaround for Borland compiler in change#4739
25106              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
25107              
25108              nits spotted by Borland compiler
25109              
25110              avoid redefinition warnings under Borland 5.02
25111              
25112              various nits identified by the Borland 5.5 compiler; remove suppression
25113              of a few warnings
25114      Branch: perl
25115           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
25116           !> win32/win32.h
25117 ____________________________________________________________________________
25118 [  9496] By: gsar                                  on 2001/03/31  23:22:28
25119         Log: various nits identified by the Borland 5.5 compiler; remove suppression
25120              of a few warnings
25121      Branch: maint-5.6/perl
25122            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
25123 ____________________________________________________________________________
25124 [  9495] By: gsar                                  on 2001/03/31  21:03:08
25125         Log: avoid redefinition warnings under Borland 5.02
25126      Branch: maint-5.6/perl
25127            ! win32/makefile.mk
25128 ____________________________________________________________________________
25129 [  9494] By: gsar                                  on 2001/03/31  20:18:59
25130         Log: nits spotted by Borland compiler
25131      Branch: maint-5.6/perl
25132            ! utf8.h win32/win32.h
25133 ____________________________________________________________________________
25134 [  9493] By: gsar                                  on 2001/03/31  20:18:05
25135         Log: fix a broken workaround for Borland compiler in change#4739
25136              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
25137      Branch: maint-5.6/perl
25138            ! toke.c
25139 ____________________________________________________________________________
25140 [  9492] By: jhi                                   on 2001/03/31  18:36:24
25141         Log: Integrate change #9491 from maintperl into mainline.
25142              
25143              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
25144              directory is relative (need to fetch the full path name *before*
25145              the chdir!)
25146      Branch: perl
25147           !> lib/Cwd.pm
25148 ____________________________________________________________________________
25149 [  9491] By: gsar                                  on 2001/03/31  17:01:56
25150         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
25151              directory is relative (need to fetch the full path name *before*
25152              the chdir!)
25153              
25154              this is a followup patch for change#6749
25155      Branch: maint-5.6/perl
25156            ! lib/Cwd.pm
25157 ____________________________________________________________________________
25158 [  9490] By: jhi                                   on 2001/03/31  15:50:18
25159         Log: Subject: Re: [PATCH] av.h cosmetics
25160              From: Simon Cozens <simon@netthink.co.uk>
25161              Date: Sat, 31 Mar 2001 13:09:59 +0100
25162              Message-ID: <20010331130959.A22000@netthink.co.uk>
25163              
25164              Document AvALLOC.
25165      Branch: perl
25166            ! pod/perlguts.pod
25167 ____________________________________________________________________________
25168 [  9489] By: jhi                                   on 2001/03/31  15:48:44
25169         Log: Subject: [PATCH] Re: Math::Big* v1.21
25170              From: Tels <perl_dummy@bloodgate.com>
25171              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
25172              Message-Id: <200103311125.GAA377738@www08.hway.net>
25173      Branch: perl
25174            ! pod/perlop.pod
25175 ____________________________________________________________________________
25176 [  9488] By: jhi                                   on 2001/03/31  03:39:51
25177         Log: Debug output tweak.
25178      Branch: perl
25179            ! t/lib/cwd.t
25180 ____________________________________________________________________________
25181 [  9487] By: jhi                                   on 2001/03/31  03:33:02
25182         Log: OverVMSification.
25183      Branch: perl
25184            ! t/lib/cwd.t
25185 ____________________________________________________________________________
25186 [  9486] By: jhi                                   on 2001/03/31  03:01:40
25187         Log: Missed MANIFESTations in #9483.
25188      Branch: perl
25189            ! MANIFEST
25190 ____________________________________________________________________________
25191 [  9485] By: jhi                                   on 2001/03/31  02:58:17
25192         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
25193              From: Peter Prymmer <pvhp@forte.com>
25194              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
25195              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
25196      Branch: perl
25197            ! regexec.c t/lib/cwd.t
25198 ____________________________________________________________________________
25199 [  9484] By: jhi                                   on 2001/03/31  01:04:41
25200         Log: Obsolete file (see #3938)
25201      Branch: perl
25202            - lib/unicode/README.Ethiopic
25203            ! MANIFEST
25204 ____________________________________________________________________________
25205 [  9483] By: jhi                                   on 2001/03/31  00:52:42
25206         Log: Update to Unicode 3.1.
25207              (Rename Names.txt to NamesList.txt.)
25208      Branch: perl
25209            + lib/unicode/NamesList.txt lib/unicode/PropList.html
25210            - lib/unicode/Names.txt
25211            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
25212            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
25213            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
25214            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
25215            ! lib/unicode/UCD.html lib/unicode/Unicode.html
25216            ! lib/unicode/rename lib/unicode/version
25217 ____________________________________________________________________________
25218 [  9482] By: jhi                                   on 2001/03/30  23:33:44
25219         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
25220              From: Robin Houston <robin@kitsite.com>
25221              Date: Fri, 30 Mar 2001 20:07:22 +0100
25222              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
25223      Branch: perl
25224            ! ext/B/B/Deparse.pm
25225 ____________________________________________________________________________
25226 [  9481] By: jhi                                   on 2001/03/30  23:20:25
25227         Log: Subject: Re: [PATCH] CwdXS, Take 2
25228              From: Benjamin Sugars <bsugars@canoe.ca>
25229              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
25230              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
25231      Branch: perl
25232            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
25233            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
25234 ____________________________________________________________________________
25235 [  9480] By: jhi                                   on 2001/03/30  22:52:38
25236         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
25237              From: David Dyck <dcd@tc.fluke.com>
25238              Date: Fri, 30 Mar 2001 14:44:13 -0800
25239              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
25240              
25241              The t/rantests flags file creation was accidentally
25242              removed by #9217.
25243      Branch: perl
25244            ! Makefile.SH
25245 ____________________________________________________________________________
25246 [  9479] By: jhi                                   on 2001/03/30  22:45:45
25247         Log: Subject: [PATCH] File::Glob stuff for Mac OS
25248              From: Chris Nandor <pudge@pobox.com>
25249              Date: Fri, 30 Mar 2001 16:51:00 -0500
25250              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
25251      Branch: perl
25252            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
25253            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
25254            ! t/lib/glob-taint.t
25255 ____________________________________________________________________________
25256 [  9478] By: jhi                                   on 2001/03/30  22:43:12
25257         Log: Subject: fix for win32/buildext.pl
25258              From: "Vadim Konovalov" <watman@inbox.ru>
25259              Date: Sat, 31 Mar 2001 00:50:36 +0400
25260              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
25261      Branch: perl
25262            ! win32/buildext.pl
25263 ____________________________________________________________________________
25264 [  9477] By: jhi                                   on 2001/03/30  22:41:16
25265         Log: Subject: small base.pm doc patch
25266              From: Leon Brocard <acme@astray.com>
25267              Date: Fri, 30 Mar 2001 21:49:57 +0100
25268              Message-ID: <20010330214957.B8733@ns0.astray.com>
25269      Branch: perl
25270            ! lib/base.pm
25271 ____________________________________________________________________________
25272 [  9476] By: jhi                                   on 2001/03/30  18:16:57
25273         Log: Subject: [PATCH] av.h cosmetics
25274              From: Simon Cozens <simon@netthink.co.uk>
25275              Date: Fri, 30 Mar 2001 18:12:28 +0100
25276              Message-ID: <20010330181228.A9319@netthink.co.uk>
25277      Branch: perl
25278            ! av.h
25279 ____________________________________________________________________________
25280 [  9475] By: jhi                                   on 2001/03/30  18:15:50
25281         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
25282              From: "Philip Newton" <pnewton@gmx.de>
25283              Date: Fri, 30 Mar 2001 19:06:57 +0200
25284              Message-ID: <3AC4D951.14815.1AC7068@localhost>
25285      Branch: perl
25286            ! pod/perlhack.pod
25287 ____________________________________________________________________________
25288 [  9474] By: jhi                                   on 2001/03/30  18:14:02
25289         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
25290              From: Benjamin Sugars <bsugars@canoe.ca>
25291              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
25292              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
25293      Branch: perl
25294            ! t/lib/glob-basic.t
25295 ____________________________________________________________________________
25296 [  9473] By: jhi                                   on 2001/03/30  16:09:24
25297         Log: Update Changes.
25298      Branch: perl
25299            ! Changes patchlevel.h
25300 ____________________________________________________________________________
25301 [  9472] By: jhi                                   on 2001/03/30  15:16:08
25302         Log: Integrate perlio.
25303      Branch: perl
25304           !> t/lib/cwd.t t/lib/glob-basic.t
25305 ____________________________________________________________________________
25306 [  9471] By: nick                                  on 2001/03/30  14:47:10
25307         Log: Should be (^O eq 'MSWin32') not 'Win32'
25308              Fail #12 seems real - chdir is in wrong dir.
25309      Branch: perlio
25310            ! t/lib/cwd.t
25311 ____________________________________________________________________________
25312 [  9470] By: jhi                                   on 2001/03/30  14:41:11
25313         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
25314              From: Radu Greab <radu@netsoft.ro>
25315              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
25316              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
25317              
25318              Replace #9352.
25319      Branch: perl
25320            ! ext/Socket/Socket.xs pp_sys.c
25321 ____________________________________________________________________________
25322 [  9469] By: jhi                                   on 2001/03/30  14:37:51
25323         Log: Subject: PATCH pod/perldiag.pod
25324              From: Robin Houston <robin@kitsite.com>
25325              Date: Fri, 30 Mar 2001 14:10:36 +0100
25326              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
25327      Branch: perl
25328            ! pod/perldiag.pod t/lib/glob-basic.t
25329 ____________________________________________________________________________
25330 [  9468] By: jhi                                   on 2001/03/30  14:36:36
25331         Log: Subject: Better diagnostic in io/fs.t
25332              From: andreas.koenig@anima.de (Andreas J. Koenig)
25333              Date: 30 Mar 2001 10:11:43 +0200
25334              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
25335      Branch: perl
25336            ! t/io/fs.t
25337 ____________________________________________________________________________
25338 [  9467] By: nick                                  on 2001/03/30  14:25:43
25339         Log: Skip order test of glob if case-ignoring system cannot 
25340              create a.test and A.test
25341      Branch: perlio
25342            ! t/lib/glob-basic.t
25343 ____________________________________________________________________________
25344 [  9466] By: nick                                  on 2001/03/30  13:03:12
25345         Log: Integrate mainline.
25346      Branch: perlio
25347            - ext/re/hints/aix.pl
25348           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
25349           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
25350           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
25351           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
25352 ____________________________________________________________________________
25353 [  9465] By: jhi                                   on 2001/03/30  03:53:37
25354         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
25355              the tests sometimes hang, sometimes not.)
25356      Branch: perl
25357            ! t/lib/io_multihomed.t t/lib/io_sock.t
25358 ____________________________________________________________________________
25359 [  9464] By: jhi                                   on 2001/03/30  02:56:04
25360         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
25361              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
25362              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
25363              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
25364      Branch: perl
25365            ! op.c
25366 ____________________________________________________________________________
25367 [  9463] By: jhi                                   on 2001/03/30  02:34:48
25368         Log: Test for #9462.
25369      Branch: perl
25370            ! t/lib/b.t
25371 ____________________________________________________________________________
25372 [  9462] By: jhi                                   on 2001/03/30  02:29:37
25373         Log: Subject: B::Deparse precedence bug. (Patch included.)
25374              From: Jeremy Madea <jmadea@inktomi.com>
25375              Date: Thu, 29 Mar 2001 12:05:02 -0800
25376              Message-ID: <20010329120502.A24881@dr.inktomi.com>
25377      Branch: perl
25378            ! ext/B/B/Deparse.pm
25379 ____________________________________________________________________________
25380 [  9461] By: jhi                                   on 2001/03/30  02:18:41
25381         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
25382              From: Peter Prymmer <pvhp@forte.com>
25383              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
25384              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
25385      Branch: perl
25386            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
25387            ! t/lib/md5-file.t
25388 ____________________________________________________________________________
25389 [  9460] By: jhi                                   on 2001/03/30  02:17:07
25390         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
25391              From: Robin Houston <robin@kitsite.com>
25392              Date: Thu, 29 Mar 2001 20:47:56 +0100
25393              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
25394      Branch: perl
25395            ! ext/B/B/Debug.pm
25396 ____________________________________________________________________________
25397 [  9459] By: jhi                                   on 2001/03/30  02:16:05
25398         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
25399              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
25400              Date: Wed, 28 Mar 2001 18:02:20 -0600
25401              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
25402      Branch: perl
25403            ! lib/ExtUtils/MM_VMS.pm
25404 ____________________________________________________________________________
25405 [  9458] By: jhi                                   on 2001/03/30  02:07:58
25406         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
25407              From: "Joshua E. Rodd" <jrodd@pbs.org>
25408              Date: Wed, 28 Mar 2001 17:29:12 -0500
25409              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
25410      Branch: perl
25411            ! pod/perlop.pod
25412 ____________________________________________________________________________
25413 [  9457] By: jhi                                   on 2001/03/30  02:04:33
25414         Log: Subject: ext/re/aix.pl can go
25415              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25416              Date: Thu, 29 Mar 2001 12:03:28 +0200
25417              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
25418      Branch: perl
25419            - ext/re/hints/aix.pl
25420            ! MANIFEST
25421 ____________________________________________________________________________
25422 [  9456] By: jhi                                   on 2001/03/30  02:03:32
25423         Log: Integrate perlio.
25424      Branch: perl
25425           !> ext/Encode/Encode.xs installperl
25426 ____________________________________________________________________________
25427 [  9455] By: nick                                  on 2001/03/29  21:11:46
25428         Log: DLL name has changed so installperl needs to know
25429              (Why isn't it working it out or passed it?)
25430      Branch: perlio
25431            ! installperl
25432 ____________________________________________________________________________
25433 [  9454] By: nick                                  on 2001/03/29  20:56:12
25434         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
25435              and we don't get undef warnings.
25436      Branch: perlio
25437            ! ext/Encode/Encode.xs
25438 ____________________________________________________________________________
25439 [  9453] By: nick                                  on 2001/03/29  17:58:48
25440         Log: Integrate mainline
25441      Branch: perlio
25442           !> Changes patchlevel.h
25443 ____________________________________________________________________________
25444 [  9452] By: jhi                                   on 2001/03/29  16:44:55
25445         Log: Update Changes.
25446      Branch: perl
25447            ! Changes patchlevel.h
25448 ____________________________________________________________________________
25449 [  9451] By: nick                                  on 2001/03/29  16:31:38
25450         Log: Integrate mainline
25451      Branch: perlio
25452           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
25453           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
25454           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
25455           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
25456           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
25457 ____________________________________________________________________________
25458 [  9450] By: jhi                                   on 2001/03/29  16:29:17
25459         Log: Integrate perlio.
25460      Branch: perl
25461           !> win32/buildext.pl
25462 ____________________________________________________________________________
25463 [  9449] By: jhi                                   on 2001/03/29  15:50:01
25464         Log: Update Changes.
25465      Branch: perl
25466            ! Changes patchlevel.h
25467 ____________________________________________________________________________
25468 [  9448] By: nick                                  on 2001/03/29  15:47:15
25469         Log: Make sure buildext.pl finds Errno.pm
25470      Branch: perlio
25471            ! win32/buildext.pl
25472 ____________________________________________________________________________
25473 [  9447] By: jhi                                   on 2001/03/29  15:39:34
25474         Log: Integrate perlio.
25475      Branch: perl
25476           !> win32/makefile.mk
25477 ____________________________________________________________________________
25478 [  9446] By: nick                                  on 2001/03/29  15:30:03
25479         Log: Integrate win32/makefile.mk with mainline.
25480      Branch: perlio
25481           !> win32/makefile.mk
25482 ____________________________________________________________________________
25483 [  9445] By: nick                                  on 2001/03/29  15:27:32
25484         Log: Fix breakage ... 
25485      Branch: perlio
25486            ! win32/makefile.mk
25487 ____________________________________________________________________________
25488 [  9444] By: jhi                                   on 2001/03/29  15:03:08
25489         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
25490              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
25491              Date: Thu, 29 Mar 2001 10:32:59 +0400
25492              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
25493      Branch: perl
25494            ! win32/makefile.mk
25495 ____________________________________________________________________________
25496 [  9443] By: jhi                                   on 2001/03/29  15:02:12
25497         Log: Integrate perlio.
25498      Branch: perl
25499           +> win32/buildext.pl
25500           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
25501           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
25502 ____________________________________________________________________________
25503 [  9442] By: nick                                  on 2001/03/29  14:59:11
25504         Log: Work in progress - determine win32 extensions to build via script.
25505      Branch: perlio
25506            + win32/buildext.pl
25507            ! MANIFEST win32/makefile.mk
25508 ____________________________________________________________________________
25509 [  9441] By: jhi                                   on 2001/03/29  14:51:47
25510         Log: Reintroduce the use of external pwd.
25511      Branch: perl
25512            ! t/lib/cwd.t
25513 ____________________________________________________________________________
25514 [  9440] By: jhi                                   on 2001/03/29  14:42:58
25515         Log: use warnings instead of -w.
25516      Branch: perl
25517            ! utils/h2xs.PL
25518 ____________________________________________________________________________
25519 [  9439] By: jhi                                   on 2001/03/29  14:41:52
25520         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
25521              From: Jonathan Stowe <gellyfish@gellyfish.com>
25522              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
25523              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
25524      Branch: perl
25525            ! utils/h2xs.PL
25526 ____________________________________________________________________________
25527 [  9438] By: jhi                                   on 2001/03/29  14:39:38
25528         Log: Subject: [PATCH perl@9424] minor pod nits
25529              From: Robin Barker <rmb1@cise.npl.co.uk>
25530              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
25531              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
25532      Branch: perl
25533            ! pod/perlhack.pod pod/perliol.pod
25534 ____________________________________________________________________________
25535 [  9437] By: jhi                                   on 2001/03/29  14:29:16
25536         Log: Subject: [PATCH perl@9424] typemap cast warning
25537              From: Robin Barker <rmb1@cise.npl.co.uk>
25538              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
25539              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
25540      Branch: perl
25541            ! lib/ExtUtils/typemap
25542 ____________________________________________________________________________
25543 [  9436] By: jhi                                   on 2001/03/29  14:26:03
25544         Log: Subject: [PATCH perl@9424] printf warning
25545              From: Robin Barker <rmb1@cise.npl.co.uk>
25546              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
25547              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
25548      Branch: perl
25549            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
25550            ! ext/Storable/Storable.xs toke.c
25551 ____________________________________________________________________________
25552 [  9435] By: nick                                  on 2001/03/29  14:23:31
25553         Log: Win32 has name conflict with ERROR
25554      Branch: perlio
25555            ! ext/PerlIO/Via/Via.xs
25556 ____________________________________________________________________________
25557 [  9434] By: jhi                                   on 2001/03/29  14:17:48
25558         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
25559              From: Peter Prymmer <pvhp@forte.com>
25560              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
25561              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
25562      Branch: perl
25563            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
25564 ____________________________________________________________________________
25565 [  9433] By: jhi                                   on 2001/03/29  13:52:44
25566         Log: test-prep target was missing.
25567      Branch: perl
25568            ! Makefile.SH
25569 ____________________________________________________________________________
25570 [  9432] By: nick                                  on 2001/03/29  12:40:03
25571         Log: Make as-shipped compiler default to MSVC6 
25572      Branch: perlio
25573            ! win32/makefile.mk
25574 ____________________________________________________________________________
25575 [  9431] By: nick                                  on 2001/03/29  12:12:16
25576         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
25577              akin to PerlIO::Scalar.
25578      Branch: perlio
25579            ! perlio.c perlio.h
25580 ____________________________________________________________________________
25581 [  9430] By: nick                                  on 2001/03/29  10:56:35
25582         Log: Integrate mainline.
25583      Branch: perlio
25584           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
25585           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
25586           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
25587           !> win32/makefile.mk win32/win32sck.c
25588 ____________________________________________________________________________
25589 [  9429] By: nick                                  on 2001/03/29  09:03:43
25590         Log: Noticed that two tests were skipped as perlio:: package
25591              isn't there any more. Changed the skip condition.
25592              Avoid core-dump if sv_utf8_upgrade() called on something
25593              that does not become SvPOK after SvPV() (e.g. a ref).
25594      Branch: perlio
25595            ! sv.c t/io/utf8.t t/lib/io_scalar.t
25596 ____________________________________________________________________________
25597 [  9428] By: jhi                                   on 2001/03/29  01:31:47
25598         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
25599              From: Benjamin Sugars <bsugars@canoe.ca> 
25600              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
25601              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
25602      Branch: perl
25603            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
25604            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
25605            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
25606 ____________________________________________________________________________
25607 [  9427] By: jhi                                   on 2001/03/29  00:49:30
25608         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
25609              From: "Vadim Konovalov" <watman@inbox.ru>
25610              Date: Thu, 29 Mar 2001 01:50:12 +0400
25611              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
25612      Branch: perl
25613            ! win32/makefile.mk win32/win32sck.c
25614 ____________________________________________________________________________
25615 [  9426] By: gsar                                  on 2001/03/29  00:28:04
25616         Log: dmake can only handle == and != in comparisons; support building
25617              with Borland's VCL libraries (from Vadim Konovalov)
25618      Branch: maint-5.6/perl
25619            ! win32/makefile.mk
25620 ____________________________________________________________________________
25621 [  9425] By: nick                                  on 2001/03/28  19:29:56
25622         Log: Integrate (@snapshot)
25623      Branch: perlio
25624           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
25625 ____________________________________________________________________________
25626 [  9424] By: jhi                                   on 2001/03/28  19:03:16
25627         Log: Update Changes.
25628      Branch: perl
25629            ! Changes patchlevel.h
25630 ____________________________________________________________________________
25631 [  9423] By: jhi                                   on 2001/03/28  18:52:09
25632         Log: Rmdir lib/XS on cleanup.
25633      Branch: perl
25634            ! Makefile.SH
25635 ____________________________________________________________________________
25636 [  9422] By: jhi                                   on 2001/03/28  18:49:34
25637         Log: Integrate perlio.
25638      Branch: perl
25639           !> t/op/utf8decode.t
25640 ____________________________________________________________________________
25641 [  9421] By: nick                                  on 2001/03/28  18:46:44
25642         Log: Loose duplicate chunk.
25643      Branch: perlio
25644            ! t/op/utf8decode.t
25645 ____________________________________________________________________________
25646 [  9420] By: nick                                  on 2001/03/28  18:44:11
25647         Log: Integrate mainline.
25648      Branch: perlio
25649           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
25650           !> vms/vmsish.h
25651 ____________________________________________________________________________
25652 [  9419] By: jhi                                   on 2001/03/28  18:42:05
25653         Log: Can't trust external pwds
25654              (either shell builtins or external programs)
25655      Branch: perl
25656            ! t/lib/cwd.t
25657 ____________________________________________________________________________
25658 [  9418] By: jhi                                   on 2001/03/28  18:34:05
25659         Log: Integrate perlio.
25660      Branch: perl
25661            - lib/perlio.pm
25662           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
25663           !> t/op/utf8decode.t
25664 ____________________________________________________________________________
25665 [  9417] By: nick                                  on 2001/03/28  18:24:02
25666         Log: PerlIO.pm / perlio.pm conflict.
25667              Update some pods.
25668              Make t/op/utf8decode.t a text file.
25669      Branch: perlio
25670            - lib/perlio.pm
25671            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
25672            ! t/op/utf8decode.t
25673 ____________________________________________________________________________
25674 [  9416] By: jhi                                   on 2001/03/28  18:06:07
25675         Log: Integrate change #9409 from mainline to maintperl.
25676              
25677              Yet another tweak on AIX dynaloading.
25678      Branch: maint-5.6/perl
25679           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
25680 ____________________________________________________________________________
25681 [  9415] By: gsar                                  on 2001/03/28  17:13:01
25682         Log: integrate changes#9377,9385,9401 from mainline
25683              
25684              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
25685              
25686              If directory entries compare equal case-insensitively,
25687              retry case-sensitively.
25688              
25689              Subject: [PATCH] B::Terse and warnings
25690      Branch: maint-5.6/perl
25691           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
25692           !> t/pragma/warn/perl
25693 ____________________________________________________________________________
25694 [  9414] By: jhi                                   on 2001/03/28  17:11:12
25695         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
25696              From: "Craig A. Berry" <craigberry@mac.com>
25697              Date: Wed, 28 Mar 2001 10:55:20 -0600
25698              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
25699      Branch: perl
25700            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
25701 ____________________________________________________________________________
25702 [  9413] By: jhi                                   on 2001/03/28  17:03:12
25703         Log: Dup hunk.
25704      Branch: perl
25705            ! t/op/utf8decode.t
25706 ____________________________________________________________________________
25707 [  9412] By: jhi                                   on 2001/03/28  17:02:36
25708         Log: Forced integrate from perlio.
25709      Branch: perl
25710           !> t/op/utf8decode.t
25711 ____________________________________________________________________________
25712 [  9411] By: nick                                  on 2001/03/28  16:50:03
25713         Log: Integrate mainline.
25714      Branch: perlio
25715           +> t/lib/cwd.t
25716           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
25717           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
25718           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
25719           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
25720           !> t/pragma/warn/perl
25721 ____________________________________________________________________________
25722 [  9410] By: jhi                                   on 2001/03/28  16:44:23
25723         Log: Subject: Re: [PATCH] 9403 cannot be tested
25724              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25725              Date: Wed, 28 Mar 2001 18:33:56 +0200
25726              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
25727      Branch: perl
25728            ! makedef.pl
25729 ____________________________________________________________________________
25730 [  9409] By: jhi                                   on 2001/03/28  16:12:45
25731         Log: Yet another tweak on AIX dynaloading.
25732      Branch: perl
25733            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
25734 ____________________________________________________________________________
25735 [  9408] By: jhi                                   on 2001/03/28  15:52:55
25736         Log: Subject: [PATCH] 9403 cannot be tested
25737              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
25738              Date: Wed, 28 Mar 2001 17:23:00 +0200
25739              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
25740              
25741              A missing symbol.
25742      Branch: perl
25743            ! makedef.pl
25744 ____________________________________________________________________________
25745 [  9407] By: jhi                                   on 2001/03/28  15:47:43
25746         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
25747      Branch: perl
25748            ! t/op/utf8decode.t
25749           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
25750           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
25751 ____________________________________________________________________________
25752 [  9406] By: jhi                                   on 2001/03/28  15:37:08
25753         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
25754              From: Benjamin Sugars <bsugars@canoe.ca> 
25755              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
25756              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
25757      Branch: perl
25758            + t/lib/cwd.t
25759            ! MANIFEST
25760 ____________________________________________________________________________
25761 [  9405] By: jhi                                   on 2001/03/28  15:13:18
25762         Log: pp_ne() needs a CORRECT boolean.
25763      Branch: perl
25764            ! pp.c
25765 ____________________________________________________________________________
25766 [  9404] By: jhi                                   on 2001/03/28  15:09:23
25767         Log: pp_ne() needs a boolean, not an integer.
25768      Branch: perl
25769            ! pp.c
25770 ____________________________________________________________________________
25771 [  9403] By: jhi                                   on 2001/03/28  14:47:43
25772         Log: (Retracted by #9404.)
25773      Branch: perl
25774            ! pp.c
25775 ____________________________________________________________________________
25776 [  9402] By: jhi                                   on 2001/03/28  14:43:59
25777         Log: Subject: Re: [PATCH] Typemap testing
25778              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
25779              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
25780              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
25781      Branch: perl
25782            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
25783            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
25784 ____________________________________________________________________________
25785 [  9401] By: jhi                                   on 2001/03/28  14:42:14
25786         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
25787              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
25788              Date: Sun, 25 Mar 2001 21:59:15 +0100
25789              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
25790              
25791              A variable will be checked for the "use once" warnings if:
25792              
25793              1. It is in the scope of a use warnings 'once'
25794              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
25795              
25796              Otherwise it won't be checked at all.
25797              
25798              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
25799              
25800              The enclosed patch partially fixes this issue. What I didn't
25801              get to work was the case where the "used once" warning is enabled
25802              in any file other than the main file.
25803      Branch: perl
25804            ! gv.c t/pragma/warn/perl
25805 ____________________________________________________________________________
25806 [  9400] By: nick                                  on 2001/03/28  14:38:24
25807         Log: More EBCDIC tweaks:
25808              - one more swash issue &~(0xA0-1) did not do the right thing,
25809              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
25810              - add "use re 'asciirange'" to make [!-~] etc. work
25811              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
25812              - Choose a key for t/op/each.t test which gets encoded.
25813              - Skip utf8decode if this is UTF-EBCDIC.
25814      Branch: perlio
25815            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
25816            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
25817 ____________________________________________________________________________
25818 [  9399] By: jhi                                   on 2001/03/28  14:21:00
25819         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
25820              Andreas Schwab.
25821      Branch: perl
25822            ! pp.c
25823 ____________________________________________________________________________
25824 [  9398] By: jhi                                   on 2001/03/28  00:55:56
25825         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
25826              From: David Dyck <dcd@tc.fluke.com>
25827              Date: Tue, 27 Mar 2001 15:16:24 -0800
25828              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
25829      Branch: perl
25830            ! ext/IO/lib/IO/Socket.pm
25831 ____________________________________________________________________________
25832 [  9397] By: jhi                                   on 2001/03/27  21:52:49
25833         Log: Integrate perlio.
25834      Branch: perl
25835           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
25836           +> ext/PerlIO/Via/Via.xs
25837           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
25838 ____________________________________________________________________________
25839 [  9396] By: nick                                  on 2001/03/27  21:45:13
25840         Log: Integrate mainline.
25841      Branch: perlio
25842           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
25843           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
25844 ____________________________________________________________________________
25845 [  9395] By: nick                                  on 2001/03/27  21:18:58
25846         Log: Outline docs for PerlIO and PerlIO::Scalar
25847      Branch: perlio
25848            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
25849 ____________________________________________________________________________
25850 [  9394] By: nick                                  on 2001/03/27  20:50:13
25851         Log: PerlIO::Via layer (alpha-ish).
25852      Branch: perlio
25853            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
25854            + ext/PerlIO/Via/Via.xs
25855            ! MANIFEST
25856 ____________________________________________________________________________
25857 [  9393] By: jhi                                   on 2001/03/27  20:49:55
25858         Log: Retract #9329 now that 9390 should take care of the matter.
25859      Branch: perl
25860            ! utils/h2xs.PL
25861 ____________________________________________________________________________
25862 [  9390] By: jhi                                   on 2001/03/27  20:47:50
25863         Log: Subject: Autoloading Errno.pm when %! is encountered
25864              From: Robin Houston <robin@kitsite.com>
25865              Date: Tue, 27 Mar 2001 20:57:11 +0100
25866              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
25867      Branch: perl
25868            ! embed.h embed.pl gv.c proto.h t/op/magic.t
25869 ____________________________________________________________________________
25870 [  9389] By: jhi                                   on 2001/03/27  20:24:31
25871         Log: Integrate perlio.
25872      Branch: perl
25873           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
25874           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
25875           !> utf8.c
25876 ____________________________________________________________________________
25877 [  9388] By: jhi                                   on 2001/03/27  20:21:38
25878         Log: Better have a three-element array if one is going to assign
25879              to the third element of that array. (from Tim Jenness)
25880      Branch: perl
25881            ! ext/XS/Typemap/Typemap.xs
25882 ____________________________________________________________________________
25883 [  9387] By: nick                                  on 2001/03/27  20:15:43
25884         Log: Integrate mainline.
25885      Branch: perlio
25886           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
25887           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
25888           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
25889           +> t/lib/xs-typemap.t
25890           !> (integrate 34 files)
25891 ____________________________________________________________________________
25892 [  9386] By: jhi                                   on 2001/03/27  20:04:18
25893         Log: Subject: Re: perl@9359 breaks HTML::Parser
25894              From: Gisle Aas <gisle@ActiveState.com>
25895              Date: 27 Mar 2001 11:30:24 -0800
25896              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
25897              
25898              Clarify the UTF-8 issues of the API docs.
25899              (Slightly reworded and expanded.)
25900      Branch: perl
25901            ! pod/perlapi.pod sv.c sv.h
25902 ____________________________________________________________________________
25903 [  9385] By: jhi                                   on 2001/03/27  19:44:25
25904         Log: If directory entries compare equal case-insensitively,
25905              retry case-sensitively.
25906      Branch: perl
25907            ! ext/File/Glob/bsd_glob.c
25908 ____________________________________________________________________________
25909 [  9384] By: nick                                  on 2001/03/27  19:38:50
25910         Log: Various EBCDIC fixes:
25911              - major revelation that swash code is encoding aware,
25912              (or thought it was) - now it is ;-)
25913              - With that out of the way fix a slab of tr/// cases.
25914              - Fix Encode 'Unicode' to be true Unicode so tests pass.
25915              - As anticipated Base64.xs needed tweaks.
25916              - Until tr/// works right avoid old_encode64 in MIME tests.
25917      Branch: perlio
25918            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
25919            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
25920 ____________________________________________________________________________
25921 [  9383] By: jhi                                   on 2001/03/27  18:34:41
25922         Log: Add the std test suite BEGIN block.
25923      Branch: perl
25924            ! t/lib/xs-typemap.t
25925 ____________________________________________________________________________
25926 [  9382] By: jhi                                   on 2001/03/27  15:16:07
25927         Log: Add debugging output to the test.
25928      Branch: perl
25929            ! t/lib/glob-basic.t
25930 ____________________________________________________________________________
25931 [  9381] By: jhi                                   on 2001/03/27  15:08:10
25932         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
25933      Branch: perl
25934            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
25935            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
25936            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
25937            + t/lib/xs-typemap.t
25938            ! MANIFEST
25939 ____________________________________________________________________________
25940 [  9380] By: jhi                                   on 2001/03/27  14:48:34
25941         Log: Subject: [PATCH] Typemap testing
25942              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
25943              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
25944              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
25945              
25946              (The first part of the patch.)
25947      Branch: perl
25948            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
25949 ____________________________________________________________________________
25950 [  9379] By: jhi                                   on 2001/03/27  14:44:56
25951         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
25952              From: Benjamin Sugars <bsugars@canoe.ca> 
25953              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
25954              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
25955      Branch: perl
25956            ! t/lib/glob-basic.t
25957 ____________________________________________________________________________
25958 [  9378] By: jhi                                   on 2001/03/27  14:42:30
25959         Log: Subject: [PATCH] perlvar nit
25960              From: Simon Cozens <simon@netthink.co.uk>
25961              Date: Tue, 27 Mar 2001 01:12:01 +0100
25962              Message-ID: <20010327011201.A19179@netthink.co.uk>
25963      Branch: perl
25964            ! pod/perlvar.pod
25965 ____________________________________________________________________________
25966 [  9377] By: jhi                                   on 2001/03/27  14:36:26
25967         Log: Subject: [PATCH] B::Terse and warnings
25968              From: Benjamin Sugars <ben.sugars@home.com>
25969              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
25970              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
25971      Branch: perl
25972            ! ext/B/B.pm ext/B/B/Terse.pm
25973 ____________________________________________________________________________
25974 [  9376] By: jhi                                   on 2001/03/27  14:31:31
25975         Log: Document sockatmark() some.
25976      Branch: perl
25977            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
25978            ! pod/perltoc.pod
25979 ____________________________________________________________________________
25980 [  9375] By: jhi                                   on 2001/03/27  14:00:24
25981         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
25982              noted by Gisle and fixed by NI-S.
25983      Branch: perl
25984            ! sv.c
25985 ____________________________________________________________________________
25986 [  9374] By: jhi                                   on 2001/03/27  05:50:01
25987         Log: Regen toc.
25988      Branch: perl
25989            ! pod/perltoc.pod
25990 ____________________________________________________________________________
25991 [  9373] By: jhi                                   on 2001/03/27  05:43:51
25992         Log: Pixie documenting.
25993      Branch: perl
25994            ! Makefile.SH pod/perlhack.pod
25995 ____________________________________________________________________________
25996 [  9372] By: jhi                                   on 2001/03/27  05:29:34
25997         Log: Metaconfig unit changes for #9371.
25998      Branch: metaconfig
25999            ! U/modified/myhostname.U
26000      Branch: metaconfig/U/perl
26001            + d_sockatmark.U
26002            ! gccvers.U
26003 ____________________________________________________________________________
26004 [  9371] By: jhi                                   on 2001/03/27  05:29:07
26005         Log: Add sockatmark() probing.
26006      Branch: perl
26007            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26008            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
26009            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
26010            ! vos/config.ga.h win32/config.bc win32/config.gc
26011            ! win32/config.vc
26012 ____________________________________________________________________________
26013 [  9370] By: jhi                                   on 2001/03/26  22:01:18
26014         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
26015              Really need to benchmark this.
26016      Branch: perl
26017            ! pp.c
26018 ____________________________________________________________________________
26019 [  9369] By: nick                                  on 2001/03/26  21:59:30
26020         Log: Integrate mainline.
26021      Branch: perlio
26022            ! ext/MIME/Base64/QuotedPrint.pm
26023           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
26024           !> patchlevel.h pod/perlhack.pod pp_sys.c
26025 ____________________________________________________________________________
26026 [  9368] By: jhi                                   on 2001/03/26  21:47:03
26027         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
26028              
26029              TODO1: perlbench.
26030              TODO2: le, lt, ge, gt?  Yech.
26031      Branch: perl
26032            ! pp.c
26033 ____________________________________________________________________________
26034 [  9367] By: jhi                                   on 2001/03/26  21:34:57
26035         Log: Too much cut-and-paste in #9363.
26036      Branch: perl
26037            ! pp_sys.c
26038 ____________________________________________________________________________
26039 [  9366] By: jhi                                   on 2001/03/26  21:20:53
26040         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
26041              From: Andreas Schwab <schwab@suse.de>
26042              Date: 26 Mar 2001 17:29:04 +0200
26043              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
26044              
26045              (The patch for 5.6.0 or so, this is a guess for bleadperl)
26046      Branch: perl
26047            ! pp_hot.c
26048 ____________________________________________________________________________
26049 [  9365] By: jhi                                   on 2001/03/26  21:07:54
26050         Log: Integrate perlio.
26051      Branch: perl
26052           !> perlio.c
26053 ____________________________________________________________________________
26054 [  9364] By: nick                                  on 2001/03/26  20:30:48
26055         Log: REFCNT botch in layer name cache hash.
26056      Branch: perlio
26057            ! perlio.c
26058 ____________________________________________________________________________
26059 [  9363] By: jhi                                   on 2001/03/26  18:44:32
26060         Log: Subject: [PATCH] socket() leaks file descriptors
26061              From: Benjamin Sugars <bsugars@canoe.ca>
26062              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
26063              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
26064              
26065              Also sockpair() fixed similarly.
26066      Branch: perl
26067            ! pp_sys.c
26068 ____________________________________________________________________________
26069 [  9362] By: jhi                                   on 2001/03/26  18:37:52
26070         Log: Integrate perlio.
26071      Branch: perl
26072           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
26073 ____________________________________________________________________________
26074 [  9361] By: nick                                  on 2001/03/26  17:32:06
26075         Log: Implement flush of linebuffered streams on read of a tty.
26076      Branch: perlio
26077            ! perlio.c perliol.h
26078 ____________________________________________________________________________
26079 [  9360] By: nick                                  on 2001/03/26  17:12:32
26080         Log: Memory tweaks and notes for OEMVS.
26081      Branch: perlio
26082            ! README.os390 miniperlmain.c t/op/pat.t
26083 ____________________________________________________________________________
26084 [  9359] By: jhi                                   on 2001/03/26  02:12:54
26085         Log: Update Changes.
26086      Branch: perl
26087            ! Changes patchlevel.h
26088 ____________________________________________________________________________
26089 [  9358] By: jhi                                   on 2001/03/26  02:05:32
26090         Log: Document the most common pixie options.
26091      Branch: perl
26092            ! pod/perlhack.pod
26093 ____________________________________________________________________________
26094 [  9357] By: jhi                                   on 2001/03/26  01:25:28
26095         Log: For perl.pixie check *before* compiling that optimize is -g,
26096              as for perl.third.
26097      Branch: perl
26098            ! Makefile.SH
26099 ____________________________________________________________________________
26100 [  9356] By: jhi                                   on 2001/03/26  01:13:41
26101         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
26102      Branch: perl
26103            ! Makefile.SH
26104 ____________________________________________________________________________
26105 [  9355] By: jhi                                   on 2001/03/26  01:11:19
26106         Log: Remove t/perl.third.
26107      Branch: perl
26108            ! Makefile.SH
26109 ____________________________________________________________________________
26110 [  9354] By: jhi                                   on 2001/03/26  00:23:38
26111         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
26112              IO::Sockatmark().
26113      Branch: perl
26114            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
26115 ____________________________________________________________________________
26116 [  9353] By: jhi                                   on 2001/03/25  22:25:04
26117         Log: Integrate perlio.
26118      Branch: perl
26119           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
26120           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
26121           !> pp_hot.c win32/makefile.mk
26122 ____________________________________________________________________________
26123 [  9352] By: jhi                                   on 2001/03/25  22:21:41
26124         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
26125              From: Radu Greab <radu@netsoft.ro>
26126              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
26127              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
26128      Branch: perl
26129            ! pp_sys.c
26130 ____________________________________________________________________________
26131 [  9351] By: nick                                  on 2001/03/25  22:15:02
26132         Log: Fix readline in list mode to tell rest of world that it has
26133              things on the stack. Otherwise if perl code gets invoked
26134              underneath it it scribbles over results-so-far.
26135              (Why TIEHANDLE has not tripped on this is a mystery.)
26136      Branch: perlio
26137            ! pp_hot.c
26138 ____________________________________________________________________________
26139 [  9350] By: nick                                  on 2001/03/25  22:10:13
26140         Log: win32/makefile.mk typos
26141      Branch: perlio
26142            ! win32/makefile.mk
26143 ____________________________________________________________________________
26144 [  9349] By: nick                                  on 2001/03/25  21:31:14
26145         Log: Integrate now-non-binary file.
26146      Branch: perlio
26147           !> t/lib/mimeqp.t
26148 ____________________________________________________________________________
26149 [  9348] By: nick                                  on 2001/03/25  21:27:24
26150         Log: Make it text
26151      Branch: perlio
26152            ! t/lib/mimeqp.t
26153 ____________________________________________________________________________
26154 [  9347] By: nick                                  on 2001/03/25  21:25:37
26155         Log: Integrate mainline.
26156      Branch: perlio
26157           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
26158           !> lib/Term/ReadLine.pm t/lib/md5-file.t
26159 ____________________________________________________________________________
26160 [  9346] By: nick                                  on 2001/03/25  20:58:15
26161         Log: Add destruct time hook to PerlIO (for work-in-process implementing
26162              layers in perl code. In such cases layers need to be popped before
26163              we loose the ability to run perl code.)
26164              Also back-out "PerlIO::object" hook - it isn't going to work like that...
26165      Branch: perlio
26166            ! perl.c perlio.c perlio.h perliol.h
26167 ____________________________________________________________________________
26168 [  9345] By: nick                                  on 2001/03/25  20:49:11
26169         Log: Avoid at leasy one of undefined warnings in Encode.
26170      Branch: perlio
26171            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
26172 ____________________________________________________________________________
26173 [  9344] By: jhi                                   on 2001/03/25  20:37:43
26174         Log: A workaround for using Term::ReadLine in emacs minibuffer
26175              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
26176              additional tweaks from Ilya Zakharevich.
26177      Branch: perl
26178            ! lib/Term/ReadLine.pm
26179 ____________________________________________________________________________
26180 [  9343] By: nick                                  on 2001/03/25  20:21:14
26181         Log: Missing return value.
26182      Branch: perlio
26183            ! ext/PerlIO/Scalar/Scalar.xs
26184 ____________________________________________________________________________
26185 [  9342] By: jhi                                   on 2001/03/25  16:21:00
26186         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
26187              to equal the CPAN versions since no code changes have been made.
26188      Branch: perl
26189            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
26190            ! t/lib/md5-file.t
26191 ____________________________________________________________________________
26192 [  9341] By: jhi                                   on 2001/03/25  16:01:48
26193         Log: Escape 8-bit characters.
26194      Branch: perl
26195            ! t/lib/mimeqp.t
26196 ____________________________________________________________________________
26197 [  9340] By: gsar                                  on 2001/03/25  15:50:53
26198         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
26199              chars)
26200      Branch: perl
26201            + t/lib/mimeqp.t
26202 ____________________________________________________________________________
26203 [  9339] By: gsar                                  on 2001/03/25  15:48:50
26204         Log: delete mimeqp.t for later with text mode set
26205      Branch: perl
26206            - t/lib/mimeqp.t
26207 ____________________________________________________________________________
26208 [  9338] By: nick                                  on 2001/03/25  09:01:57
26209         Log: Integrate mainline.
26210      Branch: perlio
26211           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
26212           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
26213           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
26214           +> t/lib/mimeb64u.t t/lib/mimeqp.t
26215           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
26216           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
26217           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
26218 ____________________________________________________________________________
26219 [  9337] By: jhi                                   on 2001/03/25  04:23:24
26220         Log: Add MIME::Base64 here and there.  Again, a lot of
26221              optimism is in the air.
26222      Branch: perl
26223            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
26224            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
26225 ____________________________________________________________________________
26226 [  9336] By: jhi                                   on 2001/03/25  04:12:43
26227         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
26228              this by ear as I do not do Win32 programming.)
26229      Branch: perl
26230            ! win32/Makefile win32/makefile.mk
26231 ____________________________________________________________________________
26232 [  9335] By: jhi                                   on 2001/03/25  04:03:50
26233         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
26234      Branch: perl
26235            ! t/lib/md5-file.t
26236 ____________________________________________________________________________
26237 [  9334] By: jhi                                   on 2001/03/25  03:58:53
26238         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
26239      Branch: perl
26240            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
26241            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
26242            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
26243            + t/lib/mimeb64u.t t/lib/mimeqp.t
26244            ! MANIFEST
26245 ____________________________________________________________________________
26246 [  9333] By: jhi                                   on 2001/03/24  20:14:37
26247         Log: Integrate perlio.
26248      Branch: perl
26249           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
26250 ____________________________________________________________________________
26251 [  9332] By: nick                                  on 2001/03/24  19:40:34
26252         Log: Fix un-init variable leading to spurious "Out of Memory!"
26253      Branch: perlio
26254            ! doio.c
26255 ____________________________________________________________________________
26256 [  9331] By: nick                                  on 2001/03/24  19:09:59
26257         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
26258              and update layers internals doc.
26259      Branch: perlio
26260            ! pod/perlfunc.pod pod/perliol.pod
26261 ____________________________________________________________________________
26262 [  9330] By: jhi                                   on 2001/03/24  18:42:11
26263         Log: The length might be uninitialized garbage if the *svp is the undef.
26264      Branch: perl
26265            ! doio.c
26266 ____________________________________________________________________________
26267 [  9329] By: jhi                                   on 2001/03/24  18:26:57
26268         Log: (Retracted by #9393)
26269
26270              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
26271              From: Simon Cozens <simon@netthink.co.uk>
26272              Date: Sat, 24 Mar 2001 17:13:17 +0000
26273              Message-ID: <20010324171317.A13406@netthink.co.uk>
26274      Branch: perl
26275            ! utils/h2xs.PL
26276 ____________________________________________________________________________
26277 [  9328] By: nick                                  on 2001/03/24  17:22:02
26278         Log: Integrate mainline.
26279      Branch: perlio
26280           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
26281           !> lib/unicode/version
26282 ____________________________________________________________________________
26283 [  9327] By: nick                                  on 2001/03/24  17:16:02
26284         Log: Integrate mainline.
26285      Branch: perlio
26286           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
26287           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
26288           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
26289           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
26290           +> t/lib/md5-file.t
26291           !> MANIFEST Makefile.SH configure.com djgpp/config.over
26292           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
26293           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
26294           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
26295           !> win32/makefile.mk
26296 ____________________________________________________________________________
26297 [  9326] By: jhi                                   on 2001/03/24  17:00:42
26298         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
26299      Branch: perl
26300            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
26301            ! lib/unicode/version
26302 ____________________________________________________________________________
26303 [  9325] By: jhi                                   on 2001/03/24  16:22:33
26304         Log: Subject: Re: B::Deparse bug (5.6.0)
26305              From: Robin Houston <robin@kitsite.com>
26306              Date: Sat, 24 Mar 2001 14:33:09 +0000
26307              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
26308      Branch: perl
26309            ! op.c pp.c t/lib/b.t t/op/repeat.t
26310 ____________________________________________________________________________
26311 [  9324] By: jhi                                   on 2001/03/24  16:21:56
26312         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
26313              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
26314              these additions may be too optimistic.
26315      Branch: perl
26316            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
26317            ! hints/uwin.sh hints/vmesa.sh
26318 ____________________________________________________________________________
26319 [  9323] By: jhi                                   on 2001/03/24  16:06:01
26320         Log: Integrate perlio.
26321      Branch: perl
26322           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
26323           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
26324            ! Makefile.SH
26325           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
26326           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
26327           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
26328           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
26329           !> win32/makefile.mk win32/perlhost.h win32/win32.c
26330           !> win32/win32iop.h
26331 ____________________________________________________________________________
26332 [  9322] By: nick                                  on 2001/03/24  14:39:12
26333         Log: Routine Win32 regen_config_h - no real changes.
26334      Branch: perlio
26335            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
26336 ____________________________________________________________________________
26337 [  9321] By: nick                                  on 2001/03/24  14:31:49
26338         Log: PerlIO fixups for Win32:
26339              - provide win33_popenlist() - non-functional as yet.
26340              - avoid need for aTHX in PerlIO_debug calls - even if not 
26341              enabled args are still evaluated so Win32 has trouble during fork().
26342              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
26343              - Fixup makedef.pl for latest set of symbols.
26344      Branch: perlio
26345            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
26346            ! win32/perlhost.h win32/win32.c win32/win32iop.h
26347 ____________________________________________________________________________
26348 [  9320] By: nick                                  on 2001/03/24  14:26:58
26349         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
26350              was gibberish - broke it on WIn32 at least.
26351      Branch: perlio
26352            ! ext/POSIX/POSIX.xs
26353 ____________________________________________________________________________
26354 [  9319] By: nick                                  on 2001/03/24  11:29:41
26355         Log: Generated files.
26356      Branch: perlio
26357            ! embed.h global.sym objXSUB.h perlapi.c proto.h
26358 ____________________________________________________________________________
26359 [  9318] By: nick                                  on 2001/03/24  10:29:37
26360         Log: Implement:
26361              1.  open($fh,"+<",undef);  # add test to t/io/open.t
26362              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
26363      Branch: perlio
26364            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
26365            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
26366            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
26367            ! t/io/open.t t/io/utf8.t
26368 ____________________________________________________________________________
26369 [  9317] By: jhi                                   on 2001/03/23  23:41:25
26370         Log: AIX does seems to have optimization problems with its C compilers.
26371      Branch: perl
26372            ! hints/aix.sh
26373 ____________________________________________________________________________
26374 [  9316] By: jhi                                   on 2001/03/23  23:40:46
26375         Log: Integrate perlio.
26376      Branch: perl
26377           +> lib/PerlIO.pm
26378           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
26379           !> perliol.h
26380 ____________________________________________________________________________
26381 [  9315] By: jhi                                   on 2001/03/23  22:16:30
26382         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
26383      Branch: perl
26384            ! t/lib/md5-file.t
26385 ____________________________________________________________________________
26386 [  9314] By: nick                                  on 2001/03/23  20:49:02
26387         Log: Perlio internals re-organized.
26388              - open process creates AV of layer/arg pairs
26389              (appends layers from open() or open.pm to default list).
26390              - push arg is now an SV.
26391              - layer ->Open get passed the AV
26392              - open is no longer mandatory method.
26393              - topmost layer that has ->Open method does the open
26394              - any layers above are pushed once that returns.
26395              - vtable re-ordered so dummy layers need only provide push/pop methods.
26396      Branch: perlio
26397            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
26398 ____________________________________________________________________________
26399 [  9313] By: nick                                  on 2001/03/23  16:27:41
26400         Log: Check in a stable (working) version before next round of tweaks.
26401              Changes include:
26402              - Move default layers code out of doio.c and into perlio.c
26403              - Single routine for parsing layer specification strings.
26404              - Skeleton support for demand loading of layers
26405              - Core-dump avoidance if PERLIO environment specifies loadable layer
26406              (does not _work_ as need IO to load and need load to do IO ...)
26407      Branch: perlio
26408            + lib/PerlIO.pm
26409            ! MANIFEST doio.c perlio.c
26410 ____________________________________________________________________________
26411 [  9312] By: gsar                                  on 2001/03/23  16:25:25
26412         Log: add execute bit to files with shebang lines in the repository;
26413              avoid clobbering execute bit in Porting/makerel 
26414      Branch: maint-5.6/perl
26415            ! (edit 144 files)
26416 ____________________________________________________________________________
26417 [  9311] By: jhi                                   on 2001/03/23  14:25:35
26418         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
26419      Branch: perl
26420            ! MANIFEST
26421 ____________________________________________________________________________
26422 [  9310] By: jhi                                   on 2001/03/23  13:45:04
26423         Log: Subject: [PATCH] Net::Ping
26424              From: Colin McMillen <mcmi0037@tc.umn.edu>
26425              Date: Thu, 22 Mar 2001 19:30:31 -0600
26426              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
26427      Branch: perl
26428            ! lib/Net/Ping.pm
26429 ____________________________________________________________________________
26430 [  9309] By: jhi                                   on 2001/03/23  13:39:13
26431         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
26432      Branch: perl
26433            ! t/lib/md5-aaa.t t/lib/md5-file.t
26434 ____________________________________________________________________________
26435 [  9308] By: jhi                                   on 2001/03/23  13:20:34
26436         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
26437              - bump the version to 2.14
26438              - drop the base64 tests since they require MIME::Base64
26439              - drop the rfc1321.txt
26440              - drop the hints/dec_osf.pl since it's only needed for
26441              pre-5.005_03 Perls
26442              Todo:
26443              - the U32 alignment testing is now removed; it needs to
26444              be reintroduced as as a Config variable (meaning also
26445              as a Configure test)
26446              - get the new EBCDIC md5sum for MD5.pm
26447              - test in Win32 to see how badly I botched the makefiles
26448      Branch: perl
26449            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
26450            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
26451            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
26452            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
26453            + t/lib/md5-file.t
26454            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
26455            ! win32/Makefile win32/makefile.mk
26456 ____________________________________________________________________________
26457 [  9307] By: jhi                                   on 2001/03/23  12:56:14
26458         Log: Integrate change #9306 from maintperl into mainline,
26459              AIX dynaloader for AIXes without <load.h>.
26460      Branch: perl
26461           !> ext/DynaLoader/hints/aix.pl
26462 ____________________________________________________________________________
26463 [  9306] By: jhi                                   on 2001/03/23  12:51:36
26464         Log: There are AIXes without /usr/include/load.h,
26465              patch from H.Merijn Brand.
26466      Branch: maint-5.6/perl
26467            ! ext/DynaLoader/hints/aix.pl
26468 ____________________________________________________________________________
26469 [  9305] By: nick                                  on 2001/03/23  11:00:42
26470         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
26471      Branch: perlio
26472            ! ext/Encode/Encode.xs perlio.c perlio.h
26473 ____________________________________________________________________________
26474 [  9304] By: nick                                  on 2001/03/23  10:20:46
26475         Log: Render -Duseperlio functional again.
26476              - this is "quick fix" which calls PerlIO_apply_layers after opening,
26477              which is what old scheme did. New scheme needs to change that
26478              to make open(...,\$scalar) etc. work but this will do for now.
26479      Branch: perlio
26480            ! perlio.c
26481 ____________________________________________________________________________
26482 [  9303] By: nick                                  on 2001/03/23  09:53:20
26483         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
26484              -Uuseperlio now works again.
26485              -Duseperlio is still poorly. Don't merge yet...
26486      Branch: perlio
26487            ! doio.c perlio.h
26488 ____________________________________________________________________________
26489 [  9302] By: nick                                  on 2001/03/22  22:26:51
26490         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
26491              type code.
26492              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
26493              is its main caller. In particular now has access to "extra" args, and
26494              can tell when an open handle is "reopened" (or duped?).
26495              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
26496              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
26497              PerlIO_open() et. al. (i.e. other way round).
26498              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
26499              with args close to PerlIO_openn().
26500      Branch: perlio
26501            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
26502 ____________________________________________________________________________
26503 [  9301] By: jhi                                   on 2001/03/22  20:58:04
26504         Log: Integrate perlio.
26505      Branch: perl
26506           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
26507           !> t/io/open.t util.c
26508 ____________________________________________________________________________
26509 [  9300] By: nick                                  on 2001/03/22  17:36:32
26510         Log: Don't include $@ in not ok message.
26511      Branch: perlio
26512            ! t/io/open.t
26513 ____________________________________________________________________________
26514 [  9299] By: gsar                                  on 2001/03/22  16:53:45
26515         Log: back out changes#7532,7521 for now (appears to have problems
26516              on IRIX)
26517      Branch: maint-5.6/perl
26518            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
26519            ! ext/POSIX/typemap pod/perlvar.pod
26520 ____________________________________________________________________________
26521 [  9298] By: nick                                  on 2001/03/22  14:35:46
26522         Log: Give a meaning to '&' in n-arg open case:
26523              open($fh,"<&",$scalar);
26524              $scalar can be:
26525              - an integer which does "fdopen"
26526              open($fh,"<&",2); # like open($fh,"<&2")
26527              - something that will yield a file handle via sv_2io()
26528              useful for dup'ing anonymous handles.
26529              e.g.:
26530              open(my $fh,"<&",\*STDIN);
26531              open(my $dup,"<&",$fh);
26532      Branch: perlio
26533            ! doio.c t/io/open.t
26534 ____________________________________________________________________________
26535 [  9297] By: nick                                  on 2001/03/22  13:34:35
26536         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
26537      Branch: perlio
26538            ! util.c
26539 ____________________________________________________________________________
26540 [  9296] By: nick                                  on 2001/03/22  12:51:20
26541         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
26542      Branch: perlio
26543            ! perl.c
26544 ____________________________________________________________________________
26545 [  9295] By: nick                                  on 2001/03/22  11:59:44
26546         Log: If stdin, stdout or stderr get opened in unexpected read/write state
26547              then warn at time of open not at time of use.
26548      Branch: perlio
26549            ! doio.c pp_hot.c pp_sys.c
26550 ____________________________________________________________________________
26551 [  9294] By: nick                                  on 2001/03/22  10:54:35
26552         Log: Die on n-arg open(...,"",xxx,yyy,...)
26553              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
26554              - die on read/write cases so we can decide what it means later.
26555      Branch: perlio
26556            ! doio.c embed.pl iperlsys.h util.c
26557 ____________________________________________________________________________
26558 [  9293] By: nick                                  on 2001/03/22  09:02:45
26559         Log: perlio tweaks (reported by Nick Clark)
26560              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
26561              error check in Pendinf_read().
26562      Branch: perlio
26563            ! perlio.c
26564 ____________________________________________________________________________
26565 [  9292] By: gsar                                  on 2001/03/22  07:12:00
26566         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
26567              fixes)
26568      Branch: maint-5.6/perl
26569           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
26570 ____________________________________________________________________________
26571 [  9291] By: jhi                                   on 2001/03/22  06:06:44
26572         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
26573      Branch: perl
26574            ! t/op/re_tests
26575 ____________________________________________________________________________
26576 [  9290] By: jhi                                   on 2001/03/22  05:57:01
26577         Log: Move MacOS Classic higher in the list of supported platforms.
26578      Branch: maint-5.6/perl
26579            ! pod/perlport.pod
26580 ____________________________________________________________________________
26581 [  9289] By: gsar                                  on 2001/03/22  05:35:04
26582         Log: revert part of change#6438 for compatibility (av_reify()
26583              appears to be needed to implement av_splice()ish things
26584              in XS)
26585      Branch: maint-5.6/perl
26586            ! embed.pl global.sym objXSUB.h perlapi.c
26587 ____________________________________________________________________________
26588 [  9288] By: gsar                                  on 2001/03/22  03:09:19
26589         Log: update copyright year
26590      Branch: maint-5.6/perl
26591            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
26592            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
26593            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
26594            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
26595            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
26596            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
26597            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
26598            ! x2p/walk.c
26599 ____________________________________________________________________________
26600 [  9287] By: jhi                                   on 2001/03/21  20:30:54
26601         Log: Integrate perlio.
26602      Branch: perl
26603           !> ext/Data/Dumper/Dumper.xs
26604 ____________________________________________________________________________
26605 [  9286] By: gsar                                  on 2001/03/21  19:49:54
26606         Log: makefile.mk tweak
26607      Branch: maint-5.6/perl
26608            ! win32/Makefile win32/makefile.mk
26609 ____________________________________________________________________________
26610 [  9285] By: nick                                  on 2001/03/21  19:07:13
26611         Log: Multiplicity fix for Dumper.
26612      Branch: perlio
26613            ! ext/Data/Dumper/Dumper.xs
26614 ____________________________________________________________________________
26615 [  9284] By: nick                                  on 2001/03/21  19:01:07
26616         Log: Integrate mainline - (does not build xTHX issue in Dumper).
26617      Branch: perlio
26618           !> (integrate 27 files)
26619 ____________________________________________________________________________
26620 [  9283] By: jhi                                   on 2001/03/21  17:17:35
26621         Log: Integrate change #9282 from mainline into maintperl,
26622              4-arg UTF-8 substr().
26623      Branch: maint-5.6/perl
26624           !> pp.c
26625 ____________________________________________________________________________
26626 [  9282] By: jhi                                   on 2001/03/21  17:15:43
26627         Log: The #9270 would have leaked a scalar if pp_substr()
26628              returned early.
26629      Branch: perl
26630            ! pp.c
26631 ____________________________________________________________________________
26632 [  9281] By: gsar                                  on 2001/03/21  17:03:14
26633         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
26634      Branch: maint-5.6/perl
26635            ! win32/makefile.mk
26636 ____________________________________________________________________________
26637 [  9280] By: gsar                                  on 2001/03/21  17:01:20
26638         Log: some tweaks to change#9278 (fork() emulation should be enabled
26639              by setting BUILD_FLAVOR instead of changing the defaults)
26640      Branch: maint-5.6/perl
26641            ! win32/makefile.mk
26642 ____________________________________________________________________________
26643 [  9279] By: gsar                                  on 2001/03/21  16:47:19
26644         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
26645      Branch: maint-5.6/perl
26646            ! ext/File/Glob/Glob.pm
26647           !> lib/Cwd.pm
26648 ____________________________________________________________________________
26649 [  9278] By: jhi                                   on 2001/03/21  14:35:10
26650         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
26651              From: "Vadim Konovalov" <watman@inbox.ru>
26652              Date: Wed, 21 Mar 2001 01:53:51 +0300
26653              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
26654      Branch: maint-5.6/perl
26655            ! win32/makefile.mk win32/win32sck.c
26656 ____________________________________________________________________________
26657 [  9277] By: jhi                                   on 2001/03/21  13:58:28
26658         Log: Integrate change #9270 from mainline to maintperl:
26659              continued 4-arg UTF-8 substr() fixing.
26660      Branch: maint-5.6/perl
26661           !> pp.c t/op/substr.t
26662 ____________________________________________________________________________
26663 [  9276] By: jhi                                   on 2001/03/21  13:33:00
26664         Log: More pixie cleaning.
26665      Branch: perl
26666            ! Makefile.SH
26667 ____________________________________________________________________________
26668 [  9275] By: jhi                                   on 2001/03/21  03:54:17
26669         Log: Update Changes.
26670      Branch: perl
26671            ! Changes patchlevel.h
26672 ____________________________________________________________________________
26673 [  9274] By: jhi                                   on 2001/03/21  03:48:24
26674         Log: First stab at making Data::Dumper to grok Unicode.
26675              
26676              TODO: tests, EBCDICify.
26677      Branch: perl
26678            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
26679 ____________________________________________________________________________
26680 [  9273] By: jhi                                   on 2001/03/21  02:23:00
26681         Log: Fix for
26682              
26683              Subject: Memory leak in unquoted print   
26684              From: Benjamin Sugars <bsugars@canoe.ca> 
26685              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
26686              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
26687      Branch: perl
26688            ! perlio.c
26689 ____________________________________________________________________________
26690 [  9272] By: jhi                                   on 2001/03/21  01:33:17
26691         Log: Subject: Re: [PATCH] POSIX::getcwd()
26692              From: Benjamin Sugars <bsugars@canoe.ca> 
26693              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
26694              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
26695      Branch: perl
26696            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
26697 ____________________________________________________________________________
26698 [  9271] By: jhi                                   on 2001/03/21  01:22:52
26699         Log: Subject: [PATCH] Cwd.pm docs
26700              From: Benjamin Sugars <bsugars@canoe.ca>
26701              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
26702              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
26703      Branch: perl
26704            ! lib/Cwd.pm
26705 ____________________________________________________________________________
26706 [  9270] By: jhi                                   on 2001/03/21  01:16:29
26707         Log: Continue 4-arg substr() UTF-8 fixage.
26708      Branch: perl
26709            ! pp.c t/op/substr.t
26710 ____________________________________________________________________________
26711 [  9269] By: jhi                                   on 2001/03/21  00:46:14
26712         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
26713              
26714              revert the leak fix in change#9142 (problem needs a more experimental
26715              fix unsuitable for 5.6.1)
26716              
26717              do alphabetical sorting by default (for csh compatibility)
26718              
26719              cut-n-paste goof in change#9264
26720              
26721              VMS piping fixes (from Charles Lane)
26722      Branch: perl
26723           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
26724           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
26725           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
26726 ____________________________________________________________________________
26727 [  9268] By: jhi                                   on 2001/03/21  00:37:04
26728         Log: Integrate perlio.
26729      Branch: perl
26730           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
26731           !> utf8.c utf8.h utfebcdic.h
26732 ____________________________________________________________________________
26733 [  9267] By: nick                                  on 2001/03/20  20:04:39
26734         Log: More EBCDIC stuff:
26735              - Loose the extra level of function on ASCII.
26736              - spotted a chr(0) issue in sv.c
26737              - re-work of UTF-X tr/// ranges to work in Unicode
26738              space. Still issues with the "0xff is illegal UTF-8" hack.
26739              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
26740              (why do it once when you can do it all over the place :-(
26741              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
26742              need utf8.pm for swashes.
26743              - Simplified and commented scan_const() in toke.c
26744              Still something wrong regexp and tr (swashes?).
26745      Branch: perlio
26746            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
26747            ! utf8.c utf8.h utfebcdic.h
26748 ____________________________________________________________________________
26749 [  9266] By: gsar                                  on 2001/03/20  19:16:43
26750         Log: VMS piping fixes (from Charles Lane)
26751      Branch: maint-5.6/perl
26752            ! vms/vms.c vms/vmspipe.com
26753 ____________________________________________________________________________
26754 [  9265] By: gsar                                  on 2001/03/20  17:53:52
26755         Log: cut-n-paste goof in change#9264
26756      Branch: maint-5.6/perl
26757            ! ext/File/Glob/Glob.xs
26758 ____________________________________________________________________________
26759 [  9264] By: gsar                                  on 2001/03/20  17:43:47
26760         Log: do alphabetical sorting by default (for csh compatibility);
26761              bsd_glob() does ASCII sort by default as usual, unless
26762              GLOB_ALPHASORT was specified
26763      Branch: maint-5.6/perl
26764            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
26765            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
26766            ! ext/File/Glob/bsd_glob.h
26767 ____________________________________________________________________________
26768 [  9263] By: gsar                                  on 2001/03/20  16:40:08
26769         Log: integrate change#9255 from mainline (unicode fix)
26770              
26771              substr($bytestr, i, n, $charstr)
26772      Branch: maint-5.6/perl
26773           !> Todo-5.6 pp.c t/op/substr.t
26774 ____________________________________________________________________________
26775 [  9262] By: gsar                                  on 2001/03/20  15:57:41
26776         Log: revert the leak fix in change#9142 (problem needs a more experimental
26777              fix unsuitable for 5.6.1)
26778      Branch: maint-5.6/perl
26779            ! scope.c
26780 ____________________________________________________________________________
26781 [  9261] By: jhi                                   on 2001/03/20  14:26:25
26782         Log: Integrate changes #9259,9260 from maintperl into mainline.
26783              
26784              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
26785              
26786              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
26787      Branch: perl
26788           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
26789 ____________________________________________________________________________
26790 [  9260] By: jhi                                   on 2001/03/20  14:05:46
26791         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
26792              From: Robin Barker <rmb1@cise.npl.co.uk>
26793              Date: Tue, 20 Mar 2001 10:12:04 GMT
26794              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
26795      Branch: maint-5.6/perl
26796            ! run.c
26797 ____________________________________________________________________________
26798 [  9259] By: jhi                                   on 2001/03/20  14:04:39
26799         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
26800              From: Chris Nandor <pudge@pobox.com>
26801              Date: Tue, 20 Mar 2001 00:40:56 -0500
26802              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
26803      Branch: maint-5.6/perl
26804            ! ext/POSIX/POSIX.xs lib/File/Path.pm
26805 ____________________________________________________________________________
26806 [  9258] By: jhi                                   on 2001/03/20  05:09:34
26807         Log: Update Changes.
26808      Branch: perl
26809            ! Changes patchlevel.h
26810 ____________________________________________________________________________
26811 [  9257] By: jhi                                   on 2001/03/20  05:04:25
26812         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
26813      Branch: perl
26814            ! t/op/tr.t
26815 ____________________________________________________________________________
26816 [  9256] By: jhi                                   on 2001/03/20  04:43:12
26817         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
26818              From: Peter Prymmer <pvhp@forte.com>
26819              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
26820              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
26821      Branch: maint-5.6/perl
26822            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
26823 ____________________________________________________________________________
26824 [  9255] By: jhi                                   on 2001/03/19  23:17:17
26825         Log: substr($bytestr, i, n, $charstr)
26826
26827              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
26828      Branch: perl
26829            ! Todo-5.6 pp.c t/op/substr.t
26830 ____________________________________________________________________________
26831 [  9254] By: jhi                                   on 2001/03/19  22:25:09
26832         Log: Rearrange the make test target prerequisites so that
26833              in a parallel make 'all' is finished before 'test'.
26834      Branch: perl
26835            ! Makefile.SH
26836 ____________________________________________________________________________
26837 [  9253] By: jhi                                   on 2001/03/19  21:48:07
26838         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
26839              From: Robin Houston <robin@kitsite.com>
26840              Date: Mon, 19 Mar 2001 15:48:41 +0000
26841              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
26842      Branch: perl
26843            ! pp_ctl.c
26844 ____________________________________________________________________________
26845 [  9252] By: jhi                                   on 2001/03/19  21:42:27
26846         Log: Integrate perlio.
26847      Branch: perl
26848           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
26849           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
26850           !> utfebcdic.h vms/perly_c.vms
26851 ____________________________________________________________________________
26852 [  9251] By: jhi                                   on 2001/03/19  21:31:28
26853         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
26854              
26855              Dynaloading in 64-bit AIX with vac.
26856      Branch: perl
26857           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
26858           !> hints/aix.sh
26859 ____________________________________________________________________________
26860 [  9250] By: jhi                                   on 2001/03/19  21:18:00
26861         Log: A more robust solution for the 64bitall AIX dynaloading
26862              problem, from Jens-Uwe Mager.
26863      Branch: maint-5.6/perl
26864            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
26865 ____________________________________________________________________________
26866 [  9249] By: nick                                  on 2001/03/19  20:59:37
26867         Log: Integrate mainline.
26868      Branch: perlio
26869           !> (integrate 42 files)
26870 ____________________________________________________________________________
26871 [  9248] By: nick                                  on 2001/03/19  20:22:07
26872         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
26873              (Building on OS390 uses native YACC and YYDEBUG has other
26874              side effects.)
26875      Branch: perlio
26876            ! perly.c perly.y vms/perly_c.vms
26877 ____________________________________________________________________________
26878 [  9247] By: jhi                                   on 2001/03/19  19:59:53
26879         Log: 64-bit AIX dynaloading problem (see #9244) idea
26880              from Jens-Uwe Mager.
26881      Branch: maint-5.6/perl
26882            ! ext/DynaLoader/dl_aix.xs
26883 ____________________________________________________________________________
26884 [  9246] By: nick                                  on 2001/03/19  19:27:57
26885         Log: More EBCDIC fixes.
26886      Branch: perlio
26887            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
26888            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
26889 ____________________________________________________________________________
26890 [  9245] By: jhi                                   on 2001/03/19  19:05:19
26891         Log: Integrate change #9243 from mainline into maintperl.
26892              
26893              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
26894      Branch: maint-5.6/perl
26895           !> README.vmesa
26896 ____________________________________________________________________________
26897 [  9244] By: jhi                                   on 2001/03/19  19:03:15
26898         Log: Get 64bitall AIX building, but still does not test okay:
26899              dynaloading anything fails, for example for op/defins:
26900              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
26901              (update: fixed by #9247,9250)
26902      Branch: maint-5.6/perl
26903            ! hints/aix.sh
26904 ____________________________________________________________________________
26905 [  9243] By: jhi                                   on 2001/03/19  19:00:16
26906         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
26907              From: Robin Barker <rmb1@cise.npl.co.uk>
26908              Date: Mon, 19 Mar 2001 18:01:57 GMT
26909              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
26910      Branch: perl
26911            ! README.vmesa
26912 ____________________________________________________________________________
26913 [  9242] By: jhi                                   on 2001/03/19  18:58:43
26914         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
26915              
26916              TODO: tests.
26917      Branch: perl
26918            ! doop.c op.c
26919 ____________________________________________________________________________
26920 [  9241] By: gsar                                  on 2001/03/19  17:34:46
26921         Log: VMSify tests (from Charles Lane)
26922      Branch: maint-5.6/perl
26923            ! t/lib/filehand.t t/lib/texttabs.t
26924 ____________________________________________________________________________
26925 [  9240] By: jhi                                   on 2001/03/19  14:24:26
26926         Log: Integrate change #9233 from maintperl into mainline.
26927              
26928              some refcounts were incorrect in perl_clone()
26929      Branch: perl
26930           !> sv.c
26931 ____________________________________________________________________________
26932 [  9239] By: gsar                                  on 2001/03/19  09:23:17
26933         Log: this is 5.6.1-trial3
26934      Branch: maint-5.6/perl
26935            ! Changes
26936 ____________________________________________________________________________
26937 [  9238] By: gsar                                  on 2001/03/19  08:47:04
26938         Log: some new symbols are only available under ithreads
26939      Branch: maint-5.6/perl
26940            ! makedef.pl
26941 ____________________________________________________________________________
26942 [  9237] By: gsar                                  on 2001/03/19  08:42:28
26943         Log: update patchlevel.h, Changes, &c.
26944      Branch: maint-5.6/perl
26945            ! Changes patchlevel.h pod/perlhist.pod
26946           !> AUTHORS
26947 ____________________________________________________________________________
26948 [  9236] By: gsar                                  on 2001/03/19  08:17:49
26949         Log: integrate changes#8068,8717 from mainline
26950              
26951              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
26952              
26953              [PATCH CPAN 1.59_51] warning message (not!)
26954      Branch: maint-5.6/perl
26955           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
26956           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
26957           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
26958           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
26959           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
26960 ____________________________________________________________________________
26961 [  9235] By: gsar                                  on 2001/03/19  08:07:09
26962         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
26963              
26964              [PATCH] Add missing CV flags to dump.c
26965              
26966              Re: [patch] Re: PL_ptr_table
26967              
26968              Fixup non-ithread build after 8713
26969              
26970              Generated files form 8713 etc.
26971              
26972              Correct the correction :-(
26973              
26974              Documenting coderef @INC (Re: CPAN "make this script work" feature)
26975              
26976              Subject: Re: sync sync sync: have I missed any patches?
26977              Replace djSP with dSP.
26978      Branch: maint-5.6/perl
26979           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
26980           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
26981           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
26982           !> sv.c sv.h win32/perlhost.h
26983 ____________________________________________________________________________
26984 [  9234] By: gsar                                  on 2001/03/19  07:22:05
26985         Log: revert the change#9090 integrate for now (change looks somewhat
26986              incomplete in that [ha]v_exists() need something similar; lacks
26987              tests; &c.)
26988      Branch: maint-5.6/perl
26989            ! hv.c
26990 ____________________________________________________________________________
26991 [  9233] By: gsar                                  on 2001/03/19  07:10:01
26992         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
26993              destruction when there are unreferenced scalars (SvREFCNT==0)
26994      Branch: maint-5.6/perl
26995            ! sv.c
26996 ____________________________________________________________________________
26997 [  9232] By: jhi                                   on 2001/03/19  05:11:02
26998         Log: Regen api and toc.
26999      Branch: maint-5.6/perl
27000            ! pod/perlapi.pod pod/perltoc.pod
27001 ____________________________________________________________________________
27002 [  9231] By: jhi                                   on 2001/03/19  04:06:03
27003         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
27004              add a lost line in pp.c:pp_chop(), update to new op/chop.
27005              
27006              Clarify the description differentiating for and while; inspired by
27007              
27008              Subject: [ID 20010306.004] || != named unary operator
27009              
27010              The $Is_MacOS needs to be declared.
27011      Branch: maint-5.6/perl
27012            ! pp.c t/op/chop.t
27013           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
27014 ____________________________________________________________________________
27015 [  9230] By: jhi                                   on 2001/03/19  03:48:16
27016         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
27017              9079,9083,9089,9090,9091 from mainline to maintperl.
27018              
27019              Quieten some noise in Win32 builds
27020              
27021              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
27022              
27023              The perlretut was still talking about the old \p and \P
27024              definitions.
27025              
27026              More tweakage on the Unicode character class descriptions.
27027              
27028              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
27029              
27030              Subject: 'no *POSIX' Patch speeding up make on BS2000 
27031              
27032              Subject: [PATCH] perldata.pod here-doc docs
27033              
27034              Add /sbin and /usr/sbin to the list of directories scanned
27035              for setuid programs.  Takes care of bug id 20010309.003.
27036              
27037              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
27038              
27039              In op/stat #35 better to scan all the potential directories
27040              for setuids, not just the first one.
27041      Branch: maint-5.6/perl
27042            ! Makefile.SH
27043           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
27044           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
27045           !> t/op/stat.t toke.c win32/win32.h
27046 ____________________________________________________________________________
27047 [  9229] By: jhi                                   on 2001/03/19  02:31:50
27048         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
27049              From: Chris Nandor <pudge@pobox.com>
27050              Date: Sat, 10 Mar 2001 14:22:19 -0500
27051              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
27052      Branch: maint-5.6/perl
27053            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
27054            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
27055            ! t/lib/b.t t/lib/errno.t
27056 ____________________________________________________________________________
27057 [  9228] By: jhi                                   on 2001/03/19  02:29:59
27058         Log: Integrate changes #9113,9122 from mainline into maintperl.
27059              
27060              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?)
27061      Branch: maint-5.6/perl
27062           !> Configure README.os390 hints/os390.sh
27063 ____________________________________________________________________________
27064 [  9227] By: jhi                                   on 2001/03/19  02:22:35
27065         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
27066              into maintperl.
27067              
27068              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
27069              
27070              Forgot to check-in the larger part of #9120, duh.
27071              
27072              Subject: Another patch for integer.pm POD 
27073              
27074              h2ph strictness and cleanliness from Kurt Starsinic.
27075              
27076              Borland filename case problem.
27077              
27078              h2ph strictness and cleanliness from Kurt Starsinic.
27079              
27080              Subject: [PATCH] the uncontroversial doc patches
27081      Branch: maint-5.6/perl
27082           +> win32/sncfnmcs.pl
27083           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
27084           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
27085           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
27086           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
27087           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
27088           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
27089           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
27090 ____________________________________________________________________________
27091 [  9226] By: jhi                                   on 2001/03/19  02:10:21
27092         Log: Integrate changes #9207,9214 from mainline into maintperl.
27093              
27094              podchecker relaxations: =over has an *optional* number after it,
27095              and whitespace in L<> is okay.
27096      Branch: maint-5.6/perl
27097           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
27098           !> t/pod/poderrs.xr
27099 ____________________________________________________________________________
27100 [  9225] By: jhi                                   on 2001/03/19  02:07:38
27101         Log: Integrate change #9219 from maintperl into mainline.
27102              
27103              remove duplicated tests
27104      Branch: perl
27105           !> t/op/re_tests
27106 ____________________________________________________________________________
27107 [  9224] By: jhi                                   on 2001/03/19  02:06:11
27108         Log: Integrate change #9223 from mainline to maintperl.
27109              
27110              Document -Dmksymlinks.
27111      Branch: maint-5.6/perl
27112           !> INSTALL
27113 ____________________________________________________________________________
27114 [  9223] By: jhi                                   on 2001/03/19  02:01:25
27115         Log: Document -Dmksymlinks.
27116      Branch: perl
27117            ! INSTALL
27118 ____________________________________________________________________________
27119 [  9222] By: jhi                                   on 2001/03/19  01:15:35
27120         Log: The -Dmksymlinks wasn't working for maintperl.
27121      Branch: maint-5.6/perl
27122            ! Configure
27123 ____________________________________________________________________________
27124 [  9221] By: jhi                                   on 2001/03/19  00:49:43
27125         Log: Cleanup pixie residue.
27126      Branch: perl
27127            ! Makefile.SH
27128 ____________________________________________________________________________
27129 [  9220] By: jhi                                   on 2001/03/19  00:44:47
27130         Log: Document the use of pixie/prof; create make targets for it.
27131              
27132              TODO: make t/TEST pixie-aware.
27133      Branch: perl
27134            ! Makefile.SH pod/perlhack.pod
27135 ____________________________________________________________________________
27136 [  9219] By: gsar                                  on 2001/03/19  00:16:55
27137         Log: remove duplicated tests
27138      Branch: maint-5.6/perl
27139            ! t/op/re_tests
27140 ____________________________________________________________________________
27141 [  9218] By: jhi                                   on 2001/03/18  23:59:31
27142         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
27143      Branch: perl
27144            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
27145 ____________________________________________________________________________
27146 [  9217] By: jhi                                   on 2001/03/18  23:25:20
27147         Log: Rewrite the tests section of Makefile to be less redundant
27148              and to allow for more flexible test targets, many recursive
27149              make calls introduced.
27150      Branch: perl
27151            ! Makefile.SH
27152 ____________________________________________________________________________
27153 [  9216] By: jhi                                   on 2001/03/18  22:30:04
27154         Log: Document the use of Third Degree (sparsely).
27155      Branch: perl
27156            ! pod/perlhack.pod t/TEST
27157 ____________________________________________________________________________
27158 [  9215] By: jhi                                   on 2001/03/18  22:10:30
27159         Log: Make targets for testing with Third Degree.
27160      Branch: perl
27161            ! Makefile.SH
27162 ____________________________________________________________________________
27163 [  9214] By: jhi                                   on 2001/03/18  21:08:53
27164         Log: The podchecker relaxations need to mirrored also at the tests.
27165      Branch: perl
27166            ! t/pod/poderrs.xr
27167 ____________________________________________________________________________
27168 [  9213] By: jhi                                   on 2001/03/18  20:56:21
27169         Log: Update Changes.
27170      Branch: perl
27171            ! Changes patchlevel.h
27172 ____________________________________________________________________________
27173 [  9212] By: jhi                                   on 2001/03/18  20:36:59
27174         Log: Looking for config.sh in parent directories isn't
27175              very useful for the toplevel Makefile.
27176      Branch: perl
27177            ! Makefile.SH
27178 ____________________________________________________________________________
27179 [  9211] By: jhi                                   on 2001/03/18  20:33:37
27180         Log: On "make clean" take care of Third Degree droppings.
27181      Branch: perl
27182            ! Makefile.SH
27183 ____________________________________________________________________________
27184 [  9210] By: jhi                                   on 2001/03/18  20:21:34
27185         Log: Add a hook for running the tests under the Third Degree
27186              debugging tool (set $ENV{PERL_3LOG} to non-zero)
27187              
27188              TODO: Document the use of Third Degree.
27189      Branch: perl
27190            ! t/TEST
27191 ____________________________________________________________________________
27192 [  9209] By: jhi                                   on 2001/03/18  20:19:07
27193         Log: Regen toc and api pods.
27194      Branch: perl
27195            ! pod/perlapi.pod pod/perltoc.pod
27196 ____________________________________________________________________________
27197 [  9208] By: jhi                                   on 2001/03/18  20:12:12
27198         Log: Integrate changes #8128,9132 from mainline into maintperl,
27199              Tie::SubstrHash fixes.
27200      Branch: maint-5.6/perl
27201           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
27202 ____________________________________________________________________________
27203 [  9207] By: jhi                                   on 2001/03/18  20:07:43
27204         Log: podchecker relaxations from Michael Stevens.
27205      Branch: perl
27206            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
27207 ____________________________________________________________________________
27208 [  9206] By: jhi                                   on 2001/03/18  20:04:24
27209         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
27210      Branch: perl
27211            ! lib/Locale/Constants.pm lib/Locale/Country.pm
27212            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
27213            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
27214 ____________________________________________________________________________
27215 [  9205] By: jhi                                   on 2001/03/18  19:54:45
27216         Log: Integrate changes #9161,9162 from maintperl to mainline.
27217              
27218              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
27219              results
27220      Branch: perl
27221           !> t/op/magic.t
27222 ____________________________________________________________________________
27223 [  9204] By: jhi                                   on 2001/03/18  19:37:46
27224         Log: Make perl.third checks more understandable to the builder.
27225      Branch: perl
27226            ! Makefile.SH
27227 ____________________________________________________________________________
27228 [  9203] By: jhi                                   on 2001/03/18  19:20:54
27229         Log: Re-integrate #9138 from maintperl to mainline,
27230              the squelching of the unneeded "Scalars leaked" messages.
27231      Branch: perl
27232           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
27233           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
27234           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
27235 ____________________________________________________________________________
27236 [  9202] By: jhi                                   on 2001/03/18  18:48:36
27237         Log: More robust and more paranoid perl.third target.
27238      Branch: perl
27239            ! Makefile.SH
27240 ____________________________________________________________________________
27241 [  9201] By: jhi                                   on 2001/03/18  18:39:21
27242         Log: Integrate change #9197 from maintperl to mainline.
27243              
27244              more thorough cleaning of arenas.
27245      Branch: perl
27246           !> embed.pl perl.c proto.h sv.c t/op/sort.t
27247 ____________________________________________________________________________
27248 [  9200] By: jhi                                   on 2001/03/18  18:25:17
27249         Log: Integrate perlio.
27250      Branch: perl
27251           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
27252           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
27253           !> t/lib/encode.t toke.c universal.c utf8.c
27254 ____________________________________________________________________________
27255 [  9199] By: nick                                  on 2001/03/18  15:23:51
27256         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
27257              is the sense of the test being done. Avoid some magical 127 and 128 values
27258              by using macros.
27259      Branch: perlio
27260            ! doop.c pp_ctl.c sv.c toke.c
27261 ____________________________________________________________________________
27262 [  9198] By: nick                                  on 2001/03/18  14:18:12
27263         Log: UTF-X encoding invariance for Encode:
27264              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
27265              - move the XS code for those to universal.c (so in miniperl)
27266              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
27267              - change ext/Encode/compile to use above.
27268              - Fix t/lib/encode.t for above
27269              - Teach t/lib/b.t to expect -uutf8
27270              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
27271              utf8.pm is needed.
27272      Branch: perlio
27273            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
27274            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
27275 ____________________________________________________________________________
27276 [  9197] By: gsar                                  on 2001/03/18  12:15:57
27277         Log: more thorough cleaning of arenas--keep going until no more
27278              SvREFCNT_dec()s occur (this fixes the problem that causes the
27279              pesky "Scalars leaked" warnings)
27280      Branch: maint-5.6/perl
27281            ! embed.pl perl.c proto.h sv.c t/op/sort.t
27282 ____________________________________________________________________________
27283 [  9196] By: nick                                  on 2001/03/18  10:57:29
27284         Log: Fix pragma/utf8.t # 15
27285              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
27286              are SvUTF8 as well.
27287      Branch: perlio
27288            ! toke.c
27289 ____________________________________________________________________________
27290 [  9195] By: nick                                  on 2001/03/18  09:27:06
27291         Log: Integrate mainline
27292      Branch: perlio
27293           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
27294           !> t/op/pat.t
27295 ____________________________________________________________________________
27296 [  9194] By: jhi                                   on 2001/03/18  05:29:59
27297         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
27298              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
27299      Branch: perl
27300            ! op.c op.h t/op/misc.t t/op/pat.t
27301 ____________________________________________________________________________
27302 [  9193] By: jhi                                   on 2001/03/18  05:15:06
27303         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
27304      Branch: perl
27305            ! mg.c t/op/pat.t
27306 ____________________________________________________________________________
27307 [  9192] By: jhi                                   on 2001/03/18  04:22:43
27308         Log: tr/// UTF-8 patches from Inaba Hiroto.
27309      Branch: perl
27310            ! doop.c op.c
27311 ____________________________________________________________________________
27312 [  9191] By: jhi                                   on 2001/03/18  04:21:17
27313         Log: Integrate perlio.
27314      Branch: perl
27315           !> utf8.c utfebcdic.h
27316 ____________________________________________________________________________
27317 [  9190] By: nick                                  on 2001/03/17  20:32:01
27318         Log: Correct #if EBCDIC side typos.
27319              Builds and passes many tests on OS390.
27320      Branch: perlio
27321            ! utf8.c utfebcdic.h
27322 ____________________________________________________________________________
27323 [  9189] By: jhi                                   on 2001/03/17  18:55:49
27324         Log: Add prerequisites for the perl.third target.
27325      Branch: perl
27326            ! Makefile.SH
27327 ____________________________________________________________________________
27328 [  9188] By: jhi                                   on 2001/03/17  18:46:00
27329         Log: Integrate perlio.
27330      Branch: perl
27331           +> utfebcdic.h
27332           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
27333 ____________________________________________________________________________
27334 [  9187] By: jhi                                   on 2001/03/17  18:38:47
27335         Log: Add a make rule for perl.third (the Third Degree memory debugging
27336              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
27337      Branch: perl
27338            ! Makefile.SH
27339 ____________________________________________________________________________
27340 [  9186] By: nick                                  on 2001/03/17  18:34:48
27341         Log: MANIFEST addition :-(
27342      Branch: perlio
27343            ! MANIFEST
27344 ____________________________________________________________________________
27345 [  9185] By: nick                                  on 2001/03/17  18:29:50
27346         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
27347              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
27348              a superset of ASCII are invariant under the encoding. This is EBCDIC
27349              friendly as an encoded string can be looked at as being EBCDIC by lexer
27350              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
27351              ASCII on ASCII machines.
27352              
27353              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
27354              seperate.
27355              - Add some more macros to comprehend different shift amounts and
27356              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
27357              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
27358              and conditionaly #include it.
27359              
27360              EBCDIC build as yet untested.  ASCII still fails the one test.
27361      Branch: perlio
27362            + utfebcdic.h
27363            ! utf8.c utf8.h
27364 ____________________________________________________________________________
27365 [  9184] By: nick                                  on 2001/03/17  17:44:16
27366         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
27367      Branch: perlio
27368            ! doop.c perl.h pp.c utf8.h
27369 ____________________________________________________________________________
27370 [  9183] By: jhi                                   on 2001/03/17  15:55:42
27371         Log: Integrate perlio.
27372      Branch: perl
27373            ! MANIFEST
27374           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
27375 ____________________________________________________________________________
27376 [  9182] By: nick                                  on 2001/03/17  09:16:06
27377         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
27378      Branch: perlio
27379            ! t/op/pat.t
27380 ____________________________________________________________________________
27381 [  9181] By: nick                                  on 2001/03/17  09:15:11
27382         Log: Integrate mainline.
27383      Branch: perlio
27384           +> lib/Locale/Constants.pm lib/Locale/Country.pm
27385           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
27386           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
27387           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
27388           !> (integrate 83 files)
27389 ____________________________________________________________________________
27390 [  9180] By: nick                                  on 2001/03/16  17:23:21
27391         Log: EBCDIC Fixes.
27392      Branch: perlio
27393            ! perl.h sv.c toke.c utf8.c utf8.h
27394 ____________________________________________________________________________
27395 [  9179] By: jhi                                   on 2001/03/16  14:10:12
27396         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
27397              a change needed to work around an AIX compiler bug.
27398      Branch: perl
27399            ! ext/Storable/Storable.xs
27400 ____________________________________________________________________________
27401 [  9178] By: jhi                                   on 2001/03/16  03:19:59
27402         Log: With Damian's approval synchronize damian's modules'
27403              licensing with Perl's standard module licensing.
27404      Branch: perl
27405            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
27406 ____________________________________________________________________________
27407 [  9177] By: jhi                                   on 2001/03/16  03:15:34
27408         Log: Make the Filter::Util:Call files have their own copies
27409              of the Perl standard module licensing, from Paul Marquess.
27410      Branch: perl
27411            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
27412 ____________________________________________________________________________
27413 [  9176] By: jhi                                   on 2001/03/16  02:56:04
27414         Log: Subject: [PATCH] more pod patches
27415              From: Michael Stevens <michael@etla.org>
27416              Date: Thu, 15 Mar 2001 21:25:18 +0000
27417              Message-ID: <20010315212518.A18870@firedrake.org>
27418      Branch: perl
27419            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
27420            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
27421            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
27422            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
27423            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
27424            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
27425            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
27426            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
27427            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
27428            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
27429            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
27430            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
27431            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
27432            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
27433            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
27434            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
27435            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
27436            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
27437            ! lib/Locale/Country.pm lib/Locale/Language.pm
27438            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
27439            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
27440            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
27441            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
27442            ! os2/OS2/Process/Process.pm
27443 ____________________________________________________________________________
27444 [  9175] By: jhi                                   on 2001/03/16  02:53:32
27445         Log: Subject: [PATCH] the uncontroversial doc patches
27446              From: Michael Stevens <michael@etla.org>
27447              Date: Thu, 15 Mar 2001 20:01:12 +0000
27448              Message-ID: <20010315200112.A7636@firedrake.org>
27449      Branch: perl
27450            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
27451            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
27452            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
27453            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
27454            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
27455 ____________________________________________________________________________
27456 [  9174] By: jhi                                   on 2001/03/16  02:50:49
27457         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
27458              From: Paul Lindner <lindner@inuus.com>
27459              Date: Fri, 16 Mar 2001 11:28:03 -0800
27460              Message-ID: <20010316112803.A7577@inuus.com>
27461      Branch: perl
27462            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
27463 ____________________________________________________________________________
27464 [  9173] By: nick                                  on 2001/03/15  20:21:03
27465         Log: 1st day's EBCDIC fixes:
27466              - toke.c's parsing of strings needed attention
27467              needed to conditionally e2a if string was already UTF-8
27468              - e2a/a2e tables where wrong way round.
27469              - new macros in utf8.h
27470      Branch: perlio
27471            ! perl.h toke.c utf8.h
27472 ____________________________________________________________________________
27473 [  9172] By: jhi                                   on 2001/03/15  15:17:17
27474         Log: Update Changes.
27475      Branch: perl
27476            ! Changes patchlevel.h
27477 ____________________________________________________________________________
27478 [  9171] By: jhi                                   on 2001/03/15  15:09:32
27479         Log: Subject: Re: Another Borland C++ problem.
27480              From: "Vadim Konovalov" <watman@inbox.ru>
27481              Date: Sat, 10 Mar 2001 19:26:07 +0300
27482              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
27483              
27484              Borland filename case problem.
27485      Branch: perl
27486            + win32/sncfnmcs.pl
27487            ! MANIFEST README.win32
27488 ____________________________________________________________________________
27489 [  9170] By: jhi                                   on 2001/03/15  14:54:23
27490         Log: Add Locale::Codes 1.06, from Neil Bowers.
27491      Branch: perl
27492            + lib/Locale/Constants.pm lib/Locale/Country.pm
27493            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
27494            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
27495            + t/lib/lc-language.t t/lib/lc-uk.t
27496            ! MANIFEST
27497 ____________________________________________________________________________
27498 [  9169] By: jhi                                   on 2001/03/15  14:19:01
27499         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
27500      Branch: perl
27501            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
27502            ! ext/Storable/Storable.xs
27503 ____________________________________________________________________________
27504 [  9168] By: jhi                                   on 2001/03/15  14:13:22
27505         Log: Integrate changes #9120,9167 from mainline to maintperl.
27506              
27507              Subject: [PATCH 5.6.1] OS/2 docs
27508              
27509              Subject: [PATCH 5.6.1] perldoc
27510      Branch: maint-5.6/perl
27511           !> os2/Changes utils/perldoc.PL
27512 ____________________________________________________________________________
27513 [  9167] By: jhi                                   on 2001/03/15  14:07:42
27514         Log: Subject: [PATCH 5.6.1] perldoc
27515              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27516              Date: Wed, 14 Mar 2001 23:46:52 -0500
27517              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
27518      Branch: perl
27519            ! utils/perldoc.PL
27520 ____________________________________________________________________________
27521 [  9166] By: jhi                                   on 2001/03/15  13:53:15
27522         Log: sigaction test condition tweakage.
27523      Branch: perl
27524            ! t/lib/sigaction.t
27525 ____________________________________________________________________________
27526 [  9165] By: alanbur                               on 2001/03/15  03:49:17
27527         Log: Resynchronised with parent
27528      Branch: maint-5.6/pureperl
27529           +> os2/os2add.sym t/op/anonsub.t
27530           !> (integrate 72 files)
27531 ____________________________________________________________________________
27532 [  9164] By: jhi                                   on 2001/03/15  01:05:01
27533         Log: Avoid stomping off the beginning of an array in tr///.
27534      Branch: perl
27535            ! op.c
27536 ____________________________________________________________________________
27537 [  9163] By: jhi                                   on 2001/03/15  00:58:57
27538         Log: h2ph strictness and cleanliness from Kurt Starsinic.
27539      Branch: perl
27540            ! utils/h2ph.PL
27541 ____________________________________________________________________________
27542 [  9162] By: gsar                                  on 2001/03/15  00:56:53
27543         Log: avoid warnings
27544      Branch: maint-5.6/perl
27545            ! t/op/magic.t
27546 ____________________________________________________________________________
27547 [  9161] By: gsar                                  on 2001/03/15  00:52:09
27548         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
27549              results
27550      Branch: maint-5.6/perl
27551            ! t/op/magic.t
27552 ____________________________________________________________________________
27553 [  9160] By: jhi                                   on 2001/03/14  22:02:10
27554         Log: Do not use the Perl malloc in IRIX, suggested by
27555              Helmus Jarausch.
27556      Branch: perl
27557            ! hints/irix_6.sh
27558 ____________________________________________________________________________
27559 [  9159] By: nick                                  on 2001/03/14  21:45:59
27560         Log: Integrate mainline
27561      Branch: perlio
27562           +> t/op/loopctl.t
27563           !> (integrate 41 files)
27564 ____________________________________________________________________________
27565 [  9158] By: jhi                                   on 2001/03/14  21:10:09
27566         Log: The Day of the Retractions continues: the #9138
27567              (integrated in #9144) doesn't work well in mainline.
27568      Branch: perl
27569            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
27570            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
27571            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
27572 ____________________________________________________________________________
27573 [  9157] By: jhi                                   on 2001/03/14  20:58:12
27574         Log: The #9145 CANNOT be enabled: the clear_pmop code still
27575              dumps core all over in Tru64.
27576      Branch: perl
27577            ! op.c op.h t/op/pat.t
27578 ____________________________________________________________________________
27579 [  9156] By: jhi                                   on 2001/03/14  20:48:06
27580         Log: Integrate change #9154 from maintperl to mainline.
27581              
27582              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
27583              (caused Storable 1.0.10 to break on windows)
27584      Branch: perl
27585           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
27586           !> perlapi.c proto.h
27587 ____________________________________________________________________________
27588 [  9155] By: jhi                                   on 2001/03/14  20:23:53
27589         Log: Retract #9136: breaks threading (and binary compatibility).
27590      Branch: perl
27591            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
27592 ____________________________________________________________________________
27593 [  9154] By: gsar                                  on 2001/03/14  17:48:18
27594         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
27595              (caused Storable 1.0.10 to break on windows)
27596      Branch: maint-5.6/perl
27597            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
27598            ! perlapi.c proto.h
27599 ____________________________________________________________________________
27600 [  9153] By: jhi                                   on 2001/03/14  13:35:21
27601         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
27602      Branch: perl
27603            ! t/lib/sigaction.t
27604 ____________________________________________________________________________
27605 [  9152] By: gsar                                  on 2001/03/14  07:29:40
27606         Log: back out changes#9012,9010,9009 and parts of change#9016
27607              (causes ABRs under purify, and some prerequisites don't
27608              seem to be there in 5.6.x)
27609      Branch: maint-5.6/perl
27610            ! doop.c op.c t/op/tr.t toke.c
27611 ____________________________________________________________________________
27612 [  9151] By: gsar                                  on 2001/03/14  07:01:29
27613         Log: reenable change#9145 (the test was busted due to a missing
27614              C<print "ok 27\n">)
27615      Branch: perl
27616            ! op.c op.h t/op/pat.t
27617 ____________________________________________________________________________
27618 [  9150] By: jhi                                   on 2001/03/14  06:38:36
27619         Log: Retract #9145.
27620      Branch: perl
27621            ! op.c op.h t/op/pat.t
27622 ____________________________________________________________________________
27623 [  9149] By: jhi                                   on 2001/03/14  06:14:56
27624         Log: Retract #9143.
27625      Branch: perl
27626            ! op.c
27627 ____________________________________________________________________________
27628 [  9148] By: gsar                                  on 2001/03/14  06:13:02
27629         Log: Uninitialized Memory Read in regexec.c
27630      Branch: perl
27631            ! regexec.c
27632 ____________________________________________________________________________
27633 [  9147] By: jhi                                   on 2001/03/14  04:59:54
27634         Log: Subject: PATCH: make goto work in nested eval ""
27635              From: Robin Houston <robin@kitsite.com>
27636              Date: Wed, 14 Mar 2001 04:16:10 +0000
27637              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
27638      Branch: perl
27639            ! pp_ctl.c t/op/goto.t
27640 ____________________________________________________________________________
27641 [  9146] By: jhi                                   on 2001/03/14  04:42:54
27642         Log: Preserve the #ifdef PERL_CORE in perly.h.
27643      Branch: perl
27644            ! perly.fixer
27645 ____________________________________________________________________________
27646 [  9145] By: jhi                                   on 2001/03/14  03:57:41
27647         Log: (Retracted by #9150.)
27648      Branch: perl
27649            ! op.c op.h t/op/pat.t
27650 ____________________________________________________________________________
27651 [  9144] By: jhi                                   on 2001/03/14  03:50:38
27652         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
27653              
27654              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
27655              
27656              remove squelch controls for "Scalars leaked" messages in most places
27657              (these are now cured)
27658              
27659              fix another memory leak reported by purify (tie callbacks that
27660              croak can leak when wiping out magic)
27661      Branch: perl
27662           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
27663           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
27664           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
27665           !> t/pragma/warnings.t
27666 ____________________________________________________________________________
27667 [  9143] By: jhi                                   on 2001/03/14  03:37:53
27668         Log: (Retracted by #9149.)
27669      Branch: perl
27670            ! op.c
27671 ____________________________________________________________________________
27672 [  9142] By: gsar                                  on 2001/03/14  03:20:48
27673         Log: fix another memory leak reported by purify (tie callbacks that
27674              croak can leak when wiping out magic)
27675      Branch: maint-5.6/perl
27676            ! scope.c
27677 ____________________________________________________________________________
27678 [  9141] By: jhi                                   on 2001/03/14  02:55:00
27679         Log: Subject: PATCH for [ID 20010305.003]
27680              From: Robin Houston <robin@kitsite.com>
27681              Date: Wed, 14 Mar 2001 02:45:51 +0000
27682              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
27683      Branch: perl
27684            ! pp_ctl.c t/op/eval.t
27685 ____________________________________________________________________________
27686 [  9140] By: jhi                                   on 2001/03/14  02:41:54
27687         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
27688              Date: Wed, 14 Mar 2001 01:52:51 +0000
27689              From: Robin Houston <robin@kitsite.com>
27690              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
27691              
27692              Fix for 2000313.004.
27693      Branch: perl
27694            ! pp_ctl.c t/op/goto.t
27695 ____________________________________________________________________________
27696 [  9139] By: jhi                                   on 2001/03/14  02:40:50
27697         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
27698              From: Robin Houston <robin@kitsite.com>
27699              Date: Wed, 14 Mar 2001 00:43:45 +0000
27700              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
27701      Branch: perl
27702            + t/op/loopctl.t
27703            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
27704            ! vms/perly_c.vms
27705 ____________________________________________________________________________
27706 [  9138] By: gsar                                  on 2001/03/14  01:18:00
27707         Log: remove squelch controls for "Scalars leaked" messages in most places
27708              (these are now cured)
27709      Branch: maint-5.6/perl
27710            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
27711            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
27712            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
27713 ____________________________________________________________________________
27714 [  9137] By: gsar                                  on 2001/03/14  00:57:04
27715         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
27716      Branch: maint-5.6/perl
27717            ! regcomp.c
27718 ____________________________________________________________________________
27719 [  9136] By: jhi                                   on 2001/03/13  23:12:24
27720         Log: (Retracted by #9155)
27721              
27722              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
27723              From: Jens-Uwe Mager <jum@helios.de>
27724              Date: Wed, 21 Feb 2001 21:32:04 +0100
27725              Message-ID: <20010221213203.A18340@ans.helios.de>
27726      Branch: perl
27727            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
27728 ____________________________________________________________________________
27729 [  9135] By: jhi                                   on 2001/03/13  22:50:05
27730         Log: Integrate perlio.
27731      Branch: perl
27732           !> pp.c
27733 ____________________________________________________________________________
27734 [  9134] By: jhi                                   on 2001/03/13  22:49:05
27735         Log: Integrate change #9131 from maintperl into mainline.
27736              
27737              make the error text look more consistent in hints/hpux.sh
27738      Branch: perl
27739           !> hints/hpux.sh
27740 ____________________________________________________________________________
27741 [  9133] By: gsar                                  on 2001/03/13  22:46:20
27742         Log: integrate change#9067 from mainline
27743              
27744              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
27745      Branch: maint-5.6/perl
27746           !> lib/ExtUtils/MM_Unix.pm
27747 ____________________________________________________________________________
27748 [  9132] By: jhi                                   on 2001/03/13  22:41:21
27749         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
27750              From: "John P. Linderman" <jpl@research.att.com>
27751              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
27752              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
27753              
27754              A more correct prime finder.
27755      Branch: perl
27756            ! lib/Tie/SubstrHash.pm
27757 ____________________________________________________________________________
27758 [  9131] By: gsar                                  on 2001/03/13  22:30:42
27759         Log: make the error text look more consistent in hints/hpux.sh
27760      Branch: maint-5.6/perl
27761            ! hints/hpux.sh
27762 ____________________________________________________________________________
27763 [  9130] By: jhi                                   on 2001/03/13  22:23:44
27764         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
27765              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27766              Date: Tue, 13 Mar 2001 18:41:26 +0100
27767              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
27768              
27769              If the test is run non-interactively the default handler
27770              is different.
27771      Branch: perl
27772            ! t/lib/sigaction.t
27773 ____________________________________________________________________________
27774 [  9129] By: jhi                                   on 2001/03/13  22:20:21
27775         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
27776              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27777              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
27778              Date:     Tue, 13 Mar 2001 16:44:32 EST
27779      Branch: perl
27780            ! t/lib/1_compile.t
27781 ____________________________________________________________________________
27782 [  9128] By: jhi                                   on 2001/03/13  22:18:34
27783         Log: Subject: Another patch for integer.pm POD 
27784              From: "John L. Allen" <allen@grumman.com>
27785              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
27786              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
27787      Branch: perl
27788            ! lib/integer.pm
27789 ____________________________________________________________________________
27790 [  9127] By: nick                                  on 2001/03/13  21:26:30
27791         Log: Integrate mainline.
27792      Branch: perlio
27793           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
27794           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
27795           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
27796           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
27797           !> Changes Configure MANIFEST README.os2 README.os390
27798           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
27799           !> os2/Changes patchlevel.h win32/perlhost.h
27800 ____________________________________________________________________________
27801 [  9126] By: nick                                  on 2001/03/13  20:39:51
27802         Log: #ifdef'ed out code to make packed side of pack/unpack
27803              octets. (i.e. pack('U') => encode_utf8).
27804      Branch: perlio
27805            ! pp.c
27806 ____________________________________________________________________________
27807 [  9125] By: jhi                                   on 2001/03/13  15:07:16
27808         Log: Update Changes.
27809      Branch: perl
27810            ! Changes patchlevel.h
27811 ____________________________________________________________________________
27812 [  9124] By: jhi                                   on 2001/03/13  14:22:45
27813         Log: Workaround for the buggy ("internal compiler error")
27814              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
27815              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
27816              of Andreas König.
27817      Branch: perl
27818            ! ext/re/Makefile.PL hints/aix.sh
27819 ____________________________________________________________________________
27820 [  9123] By: jhi                                   on 2001/03/13  03:24:34
27821         Log: Typo in #9114.
27822      Branch: metaconfig
27823            ! U/modified/myhostname.U
27824 ____________________________________________________________________________
27825 [  9122] By: jhi                                   on 2001/03/13  03:24:06
27826         Log: Typo in #9113.
27827      Branch: perl
27828            ! Configure
27829 ____________________________________________________________________________
27830 [  9121] By: jhi                                   on 2001/03/13  01:53:05
27831         Log: Forgot to check-in the larger part of #9120, duh.
27832      Branch: perl
27833            ! README.os2
27834 ____________________________________________________________________________
27835 [  9120] By: jhi                                   on 2001/03/13  01:51:31
27836         Log: Subject: [PATCH 5.6.1] OS/2 docs
27837              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27838              Date: Mon, 12 Mar 2001 03:27:32 -0500
27839              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
27840      Branch: perl
27841            ! os2/Changes
27842 ____________________________________________________________________________
27843 [  9119] By: jhi                                   on 2001/03/13  01:49:41
27844         Log: Integrate change #9116 from maintperl into mainline.
27845              
27846              Win32::GetCwd() returns C: instead of C:\ in the root directory
27847              under ithreads
27848      Branch: perl
27849           !> win32/perlhost.h
27850 ____________________________________________________________________________
27851 [  9118] By: jhi                                   on 2001/03/13  01:13:39
27852         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
27853      Branch: perl
27854            + lib/Switch.pm t/lib/switch.t
27855            ! MANIFEST
27856 ____________________________________________________________________________
27857 [  9117] By: jhi                                   on 2001/03/13  01:03:17
27858         Log: Add Text::Balanced 1.83.
27859      Branch: perl
27860            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
27861            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
27862            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
27863            + t/lib/tb-xvari.t
27864            ! MANIFEST
27865 ____________________________________________________________________________
27866 [  9116] By: gsar                                  on 2001/03/13  00:55:53
27867         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
27868              under ithreads
27869      Branch: maint-5.6/perl
27870            ! win32/perlhost.h
27871 ____________________________________________________________________________
27872 [  9115] By: jhi                                   on 2001/03/13  00:54:09
27873         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
27874              From: "John L. Allen" <allen@grumman.com>
27875              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
27876              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
27877              
27878              use integer document clarification.
27879      Branch: perl
27880            ! lib/integer.pm
27881 ____________________________________________________________________________
27882 [  9114] By: jhi                                   on 2001/03/13  00:38:54
27883         Log: Metaconfig unit change for #9113.
27884      Branch: metaconfig
27885            ! U/modified/myhostname.U
27886 ____________________________________________________________________________
27887 [  9113] By: jhi                                   on 2001/03/13  00:38:35
27888         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?)
27889              From: Peter Prymmer <pvhp@forte.com>
27890              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
27891              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
27892      Branch: perl
27893            ! Configure README.os390 hints/os390.sh
27894 ____________________________________________________________________________
27895 [  9112] By: jhi                                   on 2001/03/13  00:29:00
27896         Log: Integrate perlio.
27897      Branch: perl
27898           !> sv.c utf8.h
27899 ____________________________________________________________________________
27900 [  9111] By: nick                                  on 2001/03/12  21:16:33
27901         Log: Integrate mainline.
27902      Branch: perlio
27903           +> t/op/anonsub.t
27904           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
27905           !> proto.h sv.c
27906 ____________________________________________________________________________
27907 [  9110] By: nick                                  on 2001/03/12  21:00:13
27908         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
27909      Branch: perlio
27910            ! sv.c utf8.h
27911 ____________________________________________________________________________
27912 [  9109] By: jhi                                   on 2001/03/12  16:04:47
27913         Log: Integrate change #9108 from maintperl to mainline.
27914              
27915              fix memory leak in C<sub X { sub {} }> arising from a refcount
27916              loop between the outer sub and the inner prototype anonsub
27917              
27918              this also enables closures returned by subroutines that
27919              subsequently get redefined to work without generating coredumps :)
27920              
27921              completely removed the free_closures() hack--it shouldn't be
27922              needed anymore
27923      Branch: perl
27924           +> t/op/anonsub.t
27925           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
27926           !> proto.h sv.c
27927 ____________________________________________________________________________
27928 [  9108] By: gsar                                  on 2001/03/12  10:21:31
27929         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
27930              loop between the outer sub and the inner prototype anonsub
27931              
27932              this also enables closures returned by subroutines that
27933              subsequently get redefined to work without generating coredumps :)
27934              
27935              completely removed the free_closures() hack--it shouldn't be
27936              needed anymore
27937      Branch: maint-5.6/perl
27938            + t/op/anonsub.t
27939            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
27940            ! proto.h sv.c
27941 ____________________________________________________________________________
27942 [  9107] By: jhi                                   on 2001/03/12  05:15:31
27943         Log: Integrate perlio.
27944      Branch: perl
27945           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
27946 ____________________________________________________________________________
27947 [  9106] By: nick                                  on 2001/03/11  20:10:12
27948         Log: regcomp.c is working in native space, not Unicode space (if different)
27949              as it is doing compare against 'W' in \W etc.
27950      Branch: perlio
27951            ! regcomp.c
27952 ____________________________________________________________________________
27953 [  9105] By: nick                                  on 2001/03/11  19:39:34
27954         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
27955              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
27956      Branch: perlio
27957            ! regcomp.c toke.c utf8.c
27958 ____________________________________________________________________________
27959 [  9104] By: nick                                  on 2001/03/11  18:15:44
27960         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
27961      Branch: perlio
27962            ! sv.c
27963 ____________________________________________________________________________
27964 [  9103] By: nick                                  on 2001/03/11  18:03:28
27965         Log: Integrate mainline (for regexp stuff).
27966      Branch: perlio
27967           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
27968           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
27969           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
27970           !> t/lib/errno.t t/op/pat.t
27971 ____________________________________________________________________________
27972 [  9102] By: nick                                  on 2001/03/11  17:44:20
27973         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
27974              - exclude layer syms in makedef.pl for sfio
27975              - also inhibit Encode from trying to build ":encode()" layer.
27976      Branch: perlio
27977            ! ext/Encode/Encode.xs makedef.pl
27978 ____________________________________________________________________________
27979 [  9101] By: jhi                                   on 2001/03/10  22:38:13
27980         Log: The $Is_MacOS needs to be declared.
27981      Branch: perl
27982            ! lib/ExtUtils/Manifest.pm
27983 ____________________________________________________________________________
27984 [  9100] By: jhi                                   on 2001/03/10  22:14:29
27985         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
27986              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
27987              pollute the symbolspace if using sfio.
27988      Branch: perl
27989            ! ext/Encode/Encode.xs
27990 ____________________________________________________________________________
27991 [  9099] By: jhi                                   on 2001/03/10  21:58:48
27992         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
27993              Date: Sat, 10 Mar 2001 14:23:55 -0500
27994              From: Chris Nandor <pudge@pobox.com>
27995              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
27996      Branch: perl
27997            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
27998            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
27999            ! t/lib/errno.t
28000 ____________________________________________________________________________
28001 [  9098] By: jhi                                   on 2001/03/10  21:38:30
28002         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
28003      Branch: perl
28004            ! regcomp.c regexec.c t/op/pat.t
28005 ____________________________________________________________________________
28006 [  9097] By: jhi                                   on 2001/03/10  14:38:07
28007         Log: Integrate perlio.
28008      Branch: perl
28009           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
28010           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
28011           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
28012 ____________________________________________________________________________
28013 [  9096] By: nick                                  on 2001/03/10  11:55:43
28014         Log: EBCDIC sanity - phase I
28015              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
28016              - use utf8n_xxxx (c.f. pvn) for forms which take length.
28017              - back out vN.N and $^V exceptions to e2a/a2e
28018              - make "locale" isxxx macros be uvchr (may be redundant?)
28019              
28020              Not clear yet that toUPPER_uni et. al. return being handled correctly.
28021              The tr// and rexexp stuff still needs an audit, assumption is they are working
28022              in Unicode space.
28023              
28024              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
28025      Branch: perlio
28026            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
28027            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
28028            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
28029 ____________________________________________________________________________
28030 [  9095] By: jhi                                   on 2001/03/09  22:10:01
28031         Log: Integrate perlio.
28032      Branch: perl
28033           !> dump.c
28034 ____________________________________________________________________________
28035 [  9094] By: nick                                  on 2001/03/09  17:36:38
28036         Log: Builds an passes all tests after integrate and this tweak.
28037      Branch: perlio
28038            ! dump.c
28039 ____________________________________________________________________________
28040 [  9093] By: nick                                  on 2001/03/09  17:16:03
28041         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
28042      Branch: perlio
28043           +> lib/unicode/Scripts.txt t/lib/sigaction.t
28044           !> (integrate 79 files)
28045 ____________________________________________________________________________
28046 [  9092] By: jhi                                   on 2001/03/09  15:28:26
28047         Log: Update Changes.
28048      Branch: perl
28049            ! Changes patchlevel.h
28050 ____________________________________________________________________________
28051 [  9091] By: jhi                                   on 2001/03/09  15:25:05
28052         Log: In op/stat #35 better to scan all the potential directories
28053              for setuids, not just the first one.
28054      Branch: perl
28055            ! t/op/stat.t
28056 ____________________________________________________________________________
28057 [  9090] By: jhi                                   on 2001/03/09  15:01:27
28058         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
28059              From: rspier@pobox.com (Robert Spier)
28060              Date: Fri, 9 Mar 2001 03:30:20 -0500
28061              Message-ID: <15016.38044.381174.160189@rls.cx>
28062              
28063              EXISTS() returning undef mistakenly triggered a FETCH().
28064      Branch: perl
28065            ! hv.c
28066 ____________________________________________________________________________
28067 [  9089] By: jhi                                   on 2001/03/09  14:59:02
28068         Log: Add /sbin and /usr/sbin to the list of directories scanned
28069              for setuid programs.  Takes care of bug id 20010309.003.
28070      Branch: perl
28071            ! t/op/stat.t
28072 ____________________________________________________________________________
28073 [  9088] By: jhi                                   on 2001/03/09  14:48:32
28074         Log: Regen perlapi, perltoc.
28075      Branch: perl
28076            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
28077 ____________________________________________________________________________
28078 [  9087] By: jhi                                   on 2001/03/09  14:38:56
28079         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
28080              From: David Mitchell <davem@fdgroup.co.uk>
28081              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
28082              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
28083      Branch: perl
28084            ! dump.c perl.c perl.h pod/perlrun.pod
28085 ____________________________________________________________________________
28086 [  9086] By: jhi                                   on 2001/03/09  01:47:16
28087         Log: A modified version of
28088              
28089              Subject: [ID 20010307.005] POSIX::sigaction has various problems
28090              From: anders@broadcom.com
28091              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
28092              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
28093              
28094              Currently the sigaction.t test #6 fails (and is fudged to look
28095              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
28096              This may well be a genuine bug in Linux sigaction() (since at
28097              least Tru64, Solaris, and HP-UX disagree with Linux).
28098              Anyone with POSIX / SUSv2 tome handy?  The problem is that
28099              the flags of the oldaction don't match with the flags in
28100              the previously installed disposition.
28101      Branch: perl
28102            + t/lib/sigaction.t
28103            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
28104 ____________________________________________________________________________
28105 [  9085] By: jhi                                   on 2001/03/09  01:30:13
28106         Log: Subject: Re: mission impossible for the day
28107              From: Alex Gough <alex@rcon.org>
28108              Date: Thu, 08 Mar 2001 17:18:19 +0000
28109              Message-ID: <3AA7BEDB.8070409@rcon.org>
28110              
28111              If references (are overloaded) and can be directly stringified,
28112              show that instead of "stringified".
28113              
28114              (The problem, infinite mutual recursion caused by overloaded bool
28115              in Switch.pm, tracked by David Mitchell)
28116      Branch: perl
28117            ! lib/Carp/Heavy.pm
28118 ____________________________________________________________________________
28119 [  9084] By: jhi                                   on 2001/03/09  01:20:39
28120         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
28121              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
28122              From: David Mitchell <davem@fdgroup.co.uk>
28123              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
28124      Branch: perl
28125            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
28126            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
28127 ____________________________________________________________________________
28128 [  9083] By: jhi                                   on 2001/03/09  01:16:51
28129         Log: Subject: [PATCH] perldata.pod here-doc docs
28130              From: Jeff Pinyan <jeffp@crusoe.net>
28131              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
28132              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
28133      Branch: perl
28134            ! pod/perldata.pod
28135 ____________________________________________________________________________
28136 [  9082] By: jhi                                   on 2001/03/09  01:01:27
28137         Log: Subject: Re: Unicode/EBCDIC
28138              From: Peter Prymmer <pvhp@forte.com>
28139              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
28140              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
28141      Branch: perl
28142            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
28143 ____________________________________________________________________________
28144 [  9081] By: jhi                                   on 2001/03/08  13:41:30
28145         Log: Subject: Ooops, wrong 'no *POSIX' Patch
28146              From: Dorner Thomas <Thomas.Dorner@start.de>
28147              Date: Thu, 8 Mar 2001 08:43:28 +0100
28148              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
28149      Branch: perl
28150            ! hints/posix-bc.sh
28151 ____________________________________________________________________________
28152 [  9080] By: jhi                                   on 2001/03/08  13:11:42
28153         Log: It's Scripts.txt, not Script.txt.
28154      Branch: perl
28155            ! MANIFEST
28156 ____________________________________________________________________________
28157 [  9079] By: jhi                                   on 2001/03/08  12:59:05
28158         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
28159              From: Dorner Thomas <Thomas.Dorner@start.de>
28160              Date: Wed, 7 Mar 2001 14:13:31 +0100
28161              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
28162      Branch: perl
28163            ! makedepend.SH
28164 ____________________________________________________________________________
28165 [  9078] By: jhi                                   on 2001/03/08  12:57:43
28166         Log: Retract #9069, wrong patch.
28167      Branch: perl
28168            ! Makefile.SH
28169 ____________________________________________________________________________
28170 [  9077] By: jhi                                   on 2001/03/08  01:06:13
28171         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
28172      Branch: perl
28173            + lib/unicode/Scripts.txt
28174            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
28175            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
28176            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
28177            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
28178            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
28179            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
28180            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
28181            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
28182            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
28183            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
28184            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
28185            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
28186            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
28187            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
28188            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
28189            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
28190            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
28191            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
28192            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
28193            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
28194            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
28195            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
28196            ! lib/unicode/version
28197 ____________________________________________________________________________
28198 [  9076] By: jhi                                   on 2001/03/07  22:59:39
28199         Log: Integrate change #7784 from mainline into maintperl.
28200              
28201              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
28202      Branch: maint-5.6/perl
28203           !> pp_ctl.c t/op/pat.t
28204 ____________________________________________________________________________
28205 [  9075] By: jhi                                   on 2001/03/07  22:05:11
28206         Log: More UTF-8 test tweaks.
28207      Branch: perl
28208            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
28209 ____________________________________________________________________________
28210 [  9074] By: nick                                  on 2001/03/07  21:39:29
28211         Log: Integrate mainline.
28212      Branch: perlio
28213           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
28214           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
28215           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
28216           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
28217           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
28218 ____________________________________________________________________________
28219 [  9073] By: jhi                                   on 2001/03/07  16:37:09
28220         Log: Update Changes.
28221      Branch: perl
28222            ! Changes patchlevel.h
28223 ____________________________________________________________________________
28224 [  9072] By: jhi                                   on 2001/03/07  16:32:30
28225         Log: Subject: [ID 20010306.004] || != named unary operator
28226              From: abela@geneanet.org
28227              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
28228              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
28229      Branch: perl
28230            ! pod/perlop.pod
28231 ____________________________________________________________________________
28232 [  9071] By: jhi                                   on 2001/03/07  15:14:11
28233         Log: Subject: downgrading to bytes for common functions
28234              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
28235              Date: Wed, 7 Mar 2001 02:36:55 -0500
28236              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
28237      Branch: perl
28238            ! pp_sys.c
28239 ____________________________________________________________________________
28240 [  9070] By: jhi                                   on 2001/03/07  15:04:58
28241         Log: Clarify the description differentiating for and while; inspired by
28242              
28243              Subject: [ID 20010306.002] for/while difference in for definition
28244              From: abela@geneanet.org
28245              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
28246              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
28247      Branch: perl
28248            ! pod/perlsyn.pod
28249 ____________________________________________________________________________
28250 [  9069] By: jhi                                   on 2001/03/07  14:55:30
28251         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
28252              From: Dorner Thomas <Thomas.Dorner@start.de>
28253              Date: Wed, 7 Mar 2001 14:13:31 +0100
28254              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
28255      Branch: perl
28256            ! Makefile.SH
28257 ____________________________________________________________________________
28258 [  9068] By: jhi                                   on 2001/03/07  14:51:17
28259         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
28260              From: Radu Greab <radu@netsoft.ro>
28261              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
28262              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
28263      Branch: perl
28264            ! pp.c t/op/chop.t
28265 ____________________________________________________________________________
28266 [  9067] By: jhi                                   on 2001/03/07  14:48:57
28267         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
28268              From: Simon Cozens <simon@netthink.co.uk>
28269              Date: Wed, 7 Mar 2001 13:59:28 +0000
28270              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
28271              
28272              In order to allow MakeMaker to build correct Makefiles,
28273              you need to change the order of the arguments in MM_Unix.pm
28274              as well. (Unless you have C89_CCMODE set, but we're trying
28275              to be POSIXly correct)
28276              
28277              Thanks to Merijn Broeren for tracking this down.
28278      Branch: perl
28279            ! lib/ExtUtils/MM_Unix.pm
28280 ____________________________________________________________________________
28281 [  9066] By: jhi                                   on 2001/03/07  14:30:02
28282         Log: Floating point too messy.
28283      Branch: perl
28284            ! t/camel-III/vstring.t
28285 ____________________________________________________________________________
28286 [  9065] By: jhi                                   on 2001/03/07  14:17:44
28287         Log: Integrate change #9064 from maintperl into mainline.
28288              
28289              fix memory leak in pack("Bb",...)
28290      Branch: perl
28291           !> perl.c
28292 ____________________________________________________________________________
28293 [  9064] By: gsar                                  on 2001/03/07  06:29:24
28294         Log: fix memory leak in pack("Bb",...)
28295      Branch: maint-5.6/perl
28296            ! perl.c
28297 ____________________________________________________________________________
28298 [  9063] By: jhi                                   on 2001/03/07  00:55:04
28299         Log: Major utf8 test reorganisation and rewrite.
28300              Hopefully no tests were lost in the shuffle.
28301              (The beginning of pragma/utf8 was lost intentionally,
28302              the tests were rather bogus and incomplete.)
28303      Branch: perl
28304            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
28305            ! t/pragma/utf8.t
28306 ____________________________________________________________________________
28307 [  9062] By: jhi                                   on 2001/03/07  00:41:16
28308         Log: More tweakage on the Unicode character class descriptions.
28309      Branch: perl
28310            ! lib/unicode/mktables.PL pod/perlretut.pod
28311 ____________________________________________________________________________
28312 [  9061] By: jhi                                   on 2001/03/06  23:12:38
28313         Log: The perlretut was still talking about the old \p and \P
28314              definitions.
28315      Branch: perl
28316            ! pod/perlretut.pod
28317 ____________________________________________________________________________
28318 [  9060] By: nick                                  on 2001/03/06  20:52:37
28319         Log: Integrate mainline (make test works again now).
28320      Branch: perlio
28321           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
28322 ____________________________________________________________________________
28323 [  9059] By: jhi                                   on 2001/03/06  15:36:14
28324         Log: 0.999... does equal 1.0, doesn't it?
28325      Branch: perl
28326            ! t/camel-III/vstring.t
28327 ____________________________________________________________________________
28328 [  9058] By: jhi                                   on 2001/03/06  15:34:00
28329         Log: Make /x{abcd}/ to work without use utf8.
28330      Branch: perl
28331            ! regcomp.c
28332 ____________________________________________________________________________
28333 [  9057] By: jhi                                   on 2001/03/06  03:02:36
28334         Log: Easier to outcomment all the three reset() tests for now.
28335      Branch: perl
28336            ! t/op/pat.t
28337 ____________________________________________________________________________
28338 [  9056] By: jhi                                   on 2001/03/06  02:30:02
28339         Log: Comment out the deadly reset; until the 20010301.005
28340              is finally fixed.
28341      Branch: perl
28342            ! t/op/pat.t
28343 ____________________________________________________________________________
28344 [  9055] By: jhi                                   on 2001/03/06  02:21:26
28345         Log: Integrate the change #9054 from mainline:
28346              retract the PMOP cleanup patch pending further investigation.
28347      Branch: maint-5.6/perl
28348           !> op.c op.h
28349 ____________________________________________________________________________
28350 [  9054] By: jhi                                   on 2001/03/06  02:19:57
28351         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
28352              with oddly familiar stack traces.
28353      Branch: perl
28354            ! op.c op.h
28355 ____________________________________________________________________________
28356 [  9053] By: jhi                                   on 2001/03/05  23:20:28
28357         Log: Integrate perlio.
28358      Branch: perl
28359           +> ext/Encode/Encode/koi8-r.ucm
28360           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
28361           !> makedef.pl
28362 ____________________________________________________________________________
28363 [  9052] By: nick                                  on 2001/03/05  23:08:17
28364         Log: skipping USE_PERLIO symbols correction.
28365      Branch: perlio
28366            ! makedef.pl
28367 ____________________________________________________________________________
28368 [  9051] By: nick                                  on 2001/03/05  22:35:07
28369         Log: More Encode alias tidying.
28370      Branch: perlio
28371            + ext/Encode/Encode/koi8-r.ucm
28372            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
28373 ____________________________________________________________________________
28374 [  9050] By: jhi                                   on 2001/03/05  21:44:29
28375         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
28376              Sarathy's fix for ID 20010301.005.
28377      Branch: maint-5.6/perl
28378           !> op.c op.h
28379 ____________________________________________________________________________
28380 [  9049] By: nick                                  on 2001/03/05  19:54:04
28381         Log: Integrate Jarkko's Encode.pm tweak.
28382      Branch: perlio
28383           !> ext/Encode/Encode.pm
28384 ____________________________________________________________________________
28385 [  9048] By: nick                                  on 2001/03/05  19:47:57
28386         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
28387      Branch: perlio
28388           +> os2/os2add.sym
28389           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
28390           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
28391           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
28392           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
28393           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
28394 ____________________________________________________________________________
28395 [  9047] By: jhi                                   on 2001/03/05  19:25:26
28396         Log: Regen perlapi.
28397      Branch: perl
28398            ! pod/perlapi.pod
28399 ____________________________________________________________________________
28400 [  9046] By: jhi                                   on 2001/03/05  19:12:14
28401         Log: Integrate perlio.
28402      Branch: perl
28403           +> t/camel-III/vstring.t
28404           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
28405 ____________________________________________________________________________
28406 [  9045] By: jhi                                   on 2001/03/05  19:10:36
28407         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
28408      Branch: perl
28409            ! ext/Encode/Encode.pm
28410 ____________________________________________________________________________
28411 [  9044] By: jhi                                   on 2001/03/05  18:49:12
28412         Log: Forgot the other half of the PMOP patch (#9033).
28413      Branch: perl
28414            ! op.h
28415 ____________________________________________________________________________
28416 [  9043] By: nick                                  on 2001/03/05  18:14:47
28417         Log: Update MANIFEST for new test.
28418      Branch: perlio
28419            ! MANIFEST
28420 ____________________________________________________________________________
28421 [  9042] By: nick                                  on 2001/03/05  18:12:41
28422         Log: Some tests for Camel 3rd edition features.
28423              Make gethostbyaddr() test in above work.
28424      Branch: perlio
28425            + t/camel-III/vstring.t
28426            ! pp.h pp_sys.c t/TEST t/harness
28427 ____________________________________________________________________________
28428 [  9041] By: jhi                                   on 2001/03/05  17:41:48
28429         Log: Add more ISO 8859 encoding aliases.
28430      Branch: perl
28431            ! ext/Encode/Encode.pm
28432 ____________________________________________________________________________
28433 [  9040] By: jhi                                   on 2001/03/05  17:30:43
28434         Log: Integrate perlio.
28435      Branch: perl
28436           !> MANIFEST sv.c
28437 ____________________________________________________________________________
28438 [  9039] By: nick                                  on 2001/03/05  17:11:36
28439         Log: Missed added file.
28440      Branch: perlio
28441            ! MANIFEST
28442 ____________________________________________________________________________
28443 [  9038] By: jhi                                   on 2001/03/05  15:58:01
28444         Log: Add tr tests for EBCDIC, from Karsten Sperling.
28445      Branch: perl
28446            ! t/op/tr.t
28447 ____________________________________________________________________________
28448 [  9037] By: nick                                  on 2001/03/05  15:56:35
28449         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
28450              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
28451              
28452              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
28453              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
28454              - uses SvPV() rather than sv_2pv() in case it isn't a string.
28455      Branch: perlio
28456            ! sv.c
28457 ____________________________________________________________________________
28458 [  9036] By: jhi                                   on 2001/03/05  15:49:15
28459         Log: Add matching tests currently failing in EBCDIC,
28460              suggested by Karsten Sperling.
28461      Branch: perl
28462            ! t/op/pat.t
28463 ____________________________________________________________________________
28464 [  9035] By: jhi                                   on 2001/03/05  15:36:55
28465         Log: The #9034 needs a MANIFESTation.
28466      Branch: perl
28467            ! MANIFEST
28468 ____________________________________________________________________________
28469 [  9034] By: jhi                                   on 2001/03/05  15:35:14
28470         Log: Integrate perlio.
28471      Branch: perl
28472           +> ext/Encode/Encode/Tcl.pm
28473           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
28474           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
28475           !> ext/Encode/Encode/iso8859-1.ucm
28476           !> ext/Encode/Encode/iso8859-10.ucm
28477           !> ext/Encode/Encode/iso8859-13.ucm
28478           !> ext/Encode/Encode/iso8859-14.ucm
28479           !> ext/Encode/Encode/iso8859-15.ucm
28480           !> ext/Encode/Encode/iso8859-16.ucm
28481           !> ext/Encode/Encode/iso8859-2.ucm
28482           !> ext/Encode/Encode/iso8859-3.ucm
28483           !> ext/Encode/Encode/iso8859-4.ucm
28484           !> ext/Encode/Encode/iso8859-5.ucm
28485           !> ext/Encode/Encode/iso8859-6.ucm
28486           !> ext/Encode/Encode/iso8859-7.ucm
28487           !> ext/Encode/Encode/iso8859-8.ucm
28488           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
28489           !> t/lib/encode.t
28490 ____________________________________________________________________________
28491 [  9033] By: jhi                                   on 2001/03/05  15:33:18
28492         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
28493              From: Gurusamy Sarathy <gsar@ActiveState.com>
28494              Date: Sun, 04 Mar 2001 22:33:15 -0800
28495              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
28496              
28497              PMOPs need to remember their own stash so that they can
28498              gracefully remove themselves from their linked list.
28499      Branch: perl
28500            ! op.c
28501 ____________________________________________________________________________
28502 [  9032] By: nick                                  on 2001/03/05  14:51:50
28503         Log: Encode implementation "completion"
28504              Implement and document define_encoding()
28505              Implement and document encoding aliases including define_alias()
28506              Make Encode::XS use define_encoding() rather than back-door.
28507              Move run-time *.enc to separate Encode::Tcl module.
28508              Make 'compile' honour <codeset_name>
28509              Change canonical names of to iso-8859-* and US-ascii.
28510      Branch: perlio
28511            + ext/Encode/Encode/Tcl.pm
28512            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
28513            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
28514            ! ext/Encode/Encode/iso8859-1.ucm
28515            ! ext/Encode/Encode/iso8859-10.ucm
28516            ! ext/Encode/Encode/iso8859-13.ucm
28517            ! ext/Encode/Encode/iso8859-14.ucm
28518            ! ext/Encode/Encode/iso8859-15.ucm
28519            ! ext/Encode/Encode/iso8859-16.ucm
28520            ! ext/Encode/Encode/iso8859-2.ucm
28521            ! ext/Encode/Encode/iso8859-3.ucm
28522            ! ext/Encode/Encode/iso8859-4.ucm
28523            ! ext/Encode/Encode/iso8859-5.ucm
28524            ! ext/Encode/Encode/iso8859-6.ucm
28525            ! ext/Encode/Encode/iso8859-7.ucm
28526            ! ext/Encode/Encode/iso8859-8.ucm
28527            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
28528            ! t/lib/encode.t
28529 ____________________________________________________________________________
28530 [  9031] By: jhi                                   on 2001/03/05  13:51:17
28531         Log: Integrate change #9030 from maintperl into mainline.
28532              
28533              Subject: [PATCH 5.6.1] OS/2 cleanup
28534      Branch: perl
28535           +> os2/os2add.sym
28536           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
28537           !> makedef.pl os2/Changes os2/Makefile.SHs
28538           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
28539           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
28540           !> os2/os2.sym os2/os2ish.h
28541 ____________________________________________________________________________
28542 [  9030] By: jhi                                   on 2001/03/05  13:46:49
28543         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
28544              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28545              Date: Mon, 5 Mar 2001 02:29:44 -0500
28546              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
28547      Branch: maint-5.6/perl
28548            + os2/os2add.sym
28549            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
28550            ! makedef.pl os2/Changes os2/Makefile.SHs
28551            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
28552            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
28553            ! os2/os2.sym os2/os2ish.h
28554 ____________________________________________________________________________
28555 [  9029] By: jhi                                   on 2001/03/05  13:40:35
28556         Log: Integrate change #9028 from maintperl into mainline.
28557              
28558              various nits in MM_Unix.pm found by disabling SelfLoader
28559      Branch: perl
28560           !> lib/ExtUtils/MM_Unix.pm
28561 ____________________________________________________________________________
28562 [  9028] By: gsar                                  on 2001/03/05  09:58:38
28563         Log: various nits in MM_Unix.pm found by disabling SelfLoader
28564      Branch: maint-5.6/perl
28565            ! lib/ExtUtils/MM_Unix.pm
28566 ____________________________________________________________________________
28567 [  9027] By: nick                                  on 2001/03/05  08:35:22
28568         Log: Integrate mainline
28569      Branch: perlio
28570           !> (integrate 28 files)
28571 ____________________________________________________________________________
28572 [  9026] By: jhi                                   on 2001/03/05  02:14:59
28573         Log: Integrate change #9025 from mainline to maintperl,
28574              retract \N{U+HHHH}.
28575      Branch: maint-5.6/perl
28576           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
28577           !> t/lib/charnames.t toke.c
28578 ____________________________________________________________________________
28579 [  9025] By: jhi                                   on 2001/03/05  02:13:09
28580         Log: Retracting \N{U+HHHH}.
28581      Branch: perl
28582            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
28583            ! t/lib/charnames.t toke.c
28584 ____________________________________________________________________________
28585 [  9024] By: jhi                                   on 2001/03/04  20:51:07
28586         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
28587              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
28588              Date: Fri, 02 Mar 2001 18:25:26 +0100
28589              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
28590              
28591              Casting problem.
28592      Branch: perl
28593            ! ext/Storable/Storable.xs
28594 ____________________________________________________________________________
28595 [  9023] By: jhi                                   on 2001/03/04  19:46:45
28596         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
28597              From: nick@talking.bollo.cx
28598              Date: Sat, 03 Mar 2001 21:41:33 +0000
28599              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
28600              
28601              Revert the workaround.
28602      Branch: perl
28603            ! perlio.c
28604 ____________________________________________________________________________
28605 [  9022] By: jhi                                   on 2001/03/04  19:36:28
28606         Log: Update Changes.
28607      Branch: perl
28608            ! Changes patchlevel.h
28609 ____________________________________________________________________________
28610 [  9021] By: jhi                                   on 2001/03/04  18:41:00
28611         Log: makedef.pl updates suggested by Chris Nandor; double-checking
28612              the changes in AIX, OS/2 Win32 would be nice.
28613      Branch: perl
28614            ! makedef.pl
28615 ____________________________________________________________________________
28616 [  9020] By: jhi                                   on 2001/03/04  18:23:58
28617         Log: Integrate change #9012 from maintperl into mainline,
28618              quench a compiler warning.
28619      Branch: perl
28620           !> toke.c
28621 ____________________________________________________________________________
28622 [  9019] By: jhi                                   on 2001/03/04  18:18:43
28623         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
28624              
28625              \N{U+HHHH} fix.
28626              
28627              pattern in G_ARRAY context
28628      Branch: maint-5.6/perl
28629           !> pp_hot.c t/op/pat.t toke.c
28630 ____________________________________________________________________________
28631 [  9018] By: jhi                                   on 2001/03/04  18:07:48
28632         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
28633              From: Jeff Pinyan <jeffp@crusoe.net>
28634              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
28635              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
28636      Branch: perl
28637            ! pp_hot.c t/op/pat.t
28638 ____________________________________________________________________________
28639 [  9017] By: jhi                                   on 2001/03/04  18:06:21
28640         Log: I thought I tested the #9014.
28641      Branch: perl
28642            ! toke.c
28643 ____________________________________________________________________________
28644 [  9016] By: jhi                                   on 2001/03/04  17:41:22
28645         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
28646              
28647              Tweak the get*ent() OS/2 prototypes.
28648              
28649              Add the \N{U+HHHH} syntax.
28650              
28651              More tr/// UTF-8 fixes from Inaba Hiroto.
28652      Branch: maint-5.6/perl
28653           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
28654           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
28655 ____________________________________________________________________________
28656 [  9015] By: jhi                                   on 2001/03/04  17:36:04
28657         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
28658      Branch: perl
28659            ! doop.c t/op/tr.t
28660 ____________________________________________________________________________
28661 [  9014] By: jhi                                   on 2001/03/04  17:24:49
28662         Log: Add the \N{U+HHHH} syntax.
28663      Branch: perl
28664            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
28665            ! t/lib/charnames.t toke.c
28666 ____________________________________________________________________________
28667 [  9013] By: jhi                                   on 2001/03/04  17:20:45
28668         Log: Tweak the get*ent() OS/2 prototypes.
28669      Branch: perl
28670            ! os2/os2.c
28671 ____________________________________________________________________________
28672 [  9012] By: gsar                                  on 2001/03/04  06:26:14
28673         Log: avoid warning (nit in change#9009)
28674      Branch: maint-5.6/perl
28675            ! toke.c
28676 ____________________________________________________________________________
28677 [  9011] By: gsar                                  on 2001/03/04  06:15:24
28678         Log: lib/charnames.t fails in 5.6.x because of older Unicode
28679              data
28680              
28681              TODO: need to revisit this after updating lib/unicode/...
28682      Branch: maint-5.6/perl
28683            ! t/lib/charnames.t
28684 ____________________________________________________________________________
28685 [  9010] By: gsar                                  on 2001/03/04  06:08:36
28686         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
28687      Branch: maint-5.6/perl
28688            ! toke.c
28689 ____________________________________________________________________________
28690 [  9009] By: jhi                                   on 2001/03/03  19:27:20
28691         Log: Integrate change #9008 from mainline to maintperl,
28692              UTF-8 tr/// fixes from Inaba Hiroto.
28693      Branch: maint-5.6/perl
28694           !> doop.c op.c t/op/tr.t toke.c
28695 ____________________________________________________________________________
28696 [  9008] By: jhi                                   on 2001/03/03  19:19:42
28697         Log: UTF8 tr/// fixes from Inaba Hiroto.
28698      Branch: perl
28699            ! doop.c op.c t/op/tr.t toke.c
28700 ____________________________________________________________________________
28701 [  9007] By: jhi                                   on 2001/03/03  19:00:30
28702         Log: Integrate change #9006 from maintperl to mainline,
28703              more robust quest for the infinite.
28704      Branch: perl
28705           !> lib/Math/Complex.pm
28706 ____________________________________________________________________________
28707 [  9006] By: jhi                                   on 2001/03/03  18:58:06
28708         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
28709              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28710              Date: Sat, 3 Mar 2001 12:51:50 -0500
28711              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
28712              
28713              Be more robust in our quest for the infinite.
28714      Branch: maint-5.6/perl
28715            ! lib/Math/Complex.pm
28716 ____________________________________________________________________________
28717 [  9005] By: jhi                                   on 2001/03/03  17:55:50
28718         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
28719      Branch: maint-5.6/perl
28720            ! doio.c
28721 ____________________________________________________________________________
28722 [  9004] By: jhi                                   on 2001/03/03  17:40:14
28723         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
28724              so that picky compilers like IRIX won't get huffy about
28725              "statements without effect" (like 1;).
28726      Branch: perl
28727            ! toke.c
28728 ____________________________________________________________________________
28729 [  9003] By: jhi                                   on 2001/03/03  17:15:52
28730         Log: Integrate change #9002 from mainline to maintperl.
28731              
28732              Subject: [perl-5.6.x, perl-current] accept for EPOC
28733      Branch: maint-5.6/perl
28734           !> pp_sys.c
28735 ____________________________________________________________________________
28736 [  9002] By: jhi                                   on 2001/03/03  17:14:30
28737         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
28738              From: Olaf Flebbe <O.Flebbe@science-computing.de>
28739              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
28740              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
28741      Branch: perl
28742            ! pp_sys.c
28743 ____________________________________________________________________________
28744 [  9001] By: jhi                                   on 2001/03/03  17:13:13
28745         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
28746              From: "Craig A. Berry" <craigberry@mac.com>
28747              Date: Fri, 02 Mar 2001 17:44:40 -0600
28748              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
28749      Branch: perl
28750            ! t/pod/find.t
28751 ____________________________________________________________________________
28752 [  9000] By: jhi                                   on 2001/03/03  17:11:55
28753         Log: Integrate changes #8997,8999 from maintperl.
28754              
28755              Subject: [PATCH 5.6.1] compiling on OS/2
28756              (Better error message from hints/os2.sh)
28757              
28758              Subject: [PATCH 5.6.1] syslog.t
28759      Branch: perl
28760           !> hints/os2.sh t/lib/syslog.t
28761 ____________________________________________________________________________
28762 [  8999] By: jhi                                   on 2001/03/03  17:09:28
28763         Log: Subject: [PATCH 5.6.1] syslog.t
28764              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28765              Date: Sat, 3 Mar 2001 02:11:17 -0500
28766              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
28767      Branch: maint-5.6/perl
28768            ! t/lib/syslog.t
28769 ____________________________________________________________________________
28770 [  8998] By: jhi                                   on 2001/03/03  17:07:50
28771         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
28772              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28773              Date: Sat, 3 Mar 2001 01:53:52 -0500
28774              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
28775      Branch: maint-5.6/perl
28776            ! opcode.pl os2/os2.c
28777 ____________________________________________________________________________
28778 [  8997] By: jhi                                   on 2001/03/03  17:03:30
28779         Log: Subject: [PATCH 5.6.1] compiling on OS/2
28780              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28781              Date: Sat, 3 Mar 2001 01:59:59 -0500
28782              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
28783      Branch: maint-5.6/perl
28784            ! hints/os2.sh
28785 ____________________________________________________________________________
28786 [  8996] By: jhi                                   on 2001/03/03  00:55:58
28787         Log: Regen files for mainline.
28788      Branch: perl
28789            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28790            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
28791 ____________________________________________________________________________
28792 [  8995] By: jhi                                   on 2001/03/03  00:35:22
28793         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
28794              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
28795              to maintperl.
28796              
28797              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
28798              
28799              Add Configure option -Dmksymlinks which will create a symlink
28800              forest if the current/build differs from the source directory.
28801              (8218,8220,8221,8317,8318,8971)
28802              
28803              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
28804              (Document APPLLIB_EXP in INSTALL.)
28805              
28806              If running byacc write-enable also perly.h.
28807              
28808              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
28809              
28810              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
28811              
28812              Sanity check for conflicting thread flavours.
28813              
28814              Fix the sys/fcntl.h problem reported by Peter Prymmer.
28815              
28816              Add few CPUs/architectures to the Cppsym scan,
28817              add -perlio to archname if so selected (modified 8890)
28818              
28819              Be more helpful for devel builders, suggested by John L. Allen.
28820              (admittedly pointless change for maintperl, but the usedevel
28821              code is there already)
28822      Branch: maint-5.6/perl
28823           !> Configure INSTALL Makefile.SH Porting/Glossary
28824           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
28825           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
28826           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
28827           !> win32/config.bc win32/config.gc win32/config.vc
28828 ____________________________________________________________________________
28829 [  8994] By: jhi                                   on 2001/03/02  23:31:41
28830         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
28831      Branch: metaconfig/U/perl
28832            ! gccvers.U
28833 ____________________________________________________________________________
28834 [  8993] By: jhi                                   on 2001/03/02  23:22:12
28835         Log: Regenerate various files for maint.
28836      Branch: maint-5.6/perl
28837            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
28838            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
28839 ____________________________________________________________________________
28840 [  8992] By: alanbur                               on 2001/03/02  22:48:34
28841         Log: Resync wuth parent
28842      Branch: maint-5.6/pureperl
28843           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
28844           !> (integrate 60 files)
28845 ____________________________________________________________________________
28846 [  8991] By: jhi                                   on 2001/03/02  21:00:08
28847         Log: Retract the #8742 part of #8986, backward compat.
28848      Branch: maint-5.6/perl
28849            ! embed.pl
28850 ____________________________________________________________________________
28851 [  8990] By: jhi                                   on 2001/03/02  20:40:07
28852         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
28853      Branch: maint-5.6/perl
28854            ! hv.c
28855 ____________________________________________________________________________
28856 [  8989] By: jhi                                   on 2001/03/02  19:59:56
28857         Log: Update Changes.
28858      Branch: perl
28859            ! Changes patchlevel.h
28860 ____________________________________________________________________________
28861 [  8988] By: jhi                                   on 2001/03/02  19:57:08
28862         Log: Integrate perlio.
28863      Branch: perl
28864           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
28865           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
28866           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
28867           !> ext/Encode/Encode/iso8859-10.ucm
28868           !> ext/Encode/Encode/iso8859-13.ucm
28869           !> ext/Encode/Encode/iso8859-14.ucm
28870           !> ext/Encode/Encode/iso8859-15.ucm
28871           !> ext/Encode/Encode/iso8859-16.ucm
28872           !> ext/Encode/Encode/iso8859-2.ucm
28873           !> ext/Encode/Encode/iso8859-3.ucm
28874           !> ext/Encode/Encode/iso8859-4.ucm
28875           !> ext/Encode/Encode/iso8859-5.ucm
28876           !> ext/Encode/Encode/iso8859-6.ucm
28877           !> ext/Encode/Encode/iso8859-7.ucm
28878           !> ext/Encode/Encode/iso8859-8.ucm
28879           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
28880           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
28881 ____________________________________________________________________________
28882 [  8987] By: jhi                                   on 2001/03/02  19:43:40
28883         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
28884              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
28885              8950,8952,8955 from mainline to maintperl.
28886              
28887              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
28888              
28889              Put to rest the 20010205.001, the email address checking (not) regex.
28890              
28891              fork() not everywhere, cleanup temp files.
28892              
28893              The #8843 wasn't quite right: %Config needs to imported.
28894              
28895              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
28896              (#8849: the glob-basic hunk needed massaging as it depended
28897              on Schwern's large-scale (unintegrated) patches)
28898              
28899              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
28900              
28901              Upgrade to CGI.pm 2.752, from Lincoln Stein.
28902              (Note: there were some conflicts due to EBCDIC and EPOC
28903              patches, in general I preferred the repository code.)
28904              (When 2.753 comes out, we need to synchronize.)
28905              
28906              Subject: [PATCH] fix for charnames above FFFF
28907              
28908              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
28909              
28910              If no sfio, no -lsfio.
28911              
28912              Run run/*.t also in minitest.
28913              
28914              Subject:  [PATCH perl 5.7.0] malloc message address offset
28915              
28916              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
28917              
28918              Subject: fix for parameter -Dm (for perl@8867)
28919              
28920              Subject: [PATCH: perl@8892] was Re: hashing order difference?
28921              (make the test more portable)
28922              
28923              Subject: Re: [PATCH] fix for charnames above FFFF
28924              
28925              Subject: Re: I'm losing the war...
28926              (hv_store() not working correctly in ENV_IS_CASELESS case.)
28927              
28928              Subject: Modified README.bs2000 
28929              
28930              Subject: [PATCH: perl@8935] -Dt padsv($var)
28931              
28932              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
28933              
28934              Subject: PATCH: extra tests to check on negative float to unsigned cast
28935              
28936              Subject: [PATCH] XPUSH[insp] was Re: progress
28937              
28938              Subject: Re: Compile with perlcc..
28939      Branch: maint-5.6/perl
28940           !> (integrate 36 files)
28941 ____________________________________________________________________________
28942 [  8986] By: jhi                                   on 2001/03/02  18:51:25
28943         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
28944              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
28945              to maintperl.
28946              
28947              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
28948              
28949              Subject: [DOC PATCH] overload.pm nits
28950              
28951              Add header for LIB$ prototypes (C. Berry)
28952              
28953              Convert fwrite()s to sockets to write()s, since some socket stacks
28954              don't take kindly to stdio.
28955              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
28956              (for often optional LNMs)
28957              Correct a few typos
28958              (C. Bailey)
28959              
28960              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
28961              
28962              De-cut-and-pasto.
28963              
28964              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
28965              
28966              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
28967              
28968              Upgrade to CPAN 1.59_54, from Andreas König.
28969              
28970              Bogus shebang.
28971              
28972              Subject: [PATCH] Document makepatch in Porting/patching
28973              
28974              UTF-8 documentation.
28975              
28976              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
28977              
28978              Sort the MANIFEST.
28979              
28980              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
28981              
28982              Subject: [PATCH @8807] toke.c cleanup: scan_str()
28983              
28984              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
28985              
28986              Add run/*.t to testables.
28987              
28988              TODO: integrate #8784.
28989      Branch: maint-5.6/perl
28990           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
28991           !> (integrate 28 files)
28992 ____________________________________________________________________________
28993 [  8985] By: nick                                  on 2001/03/02  18:15:45
28994         Log: Integrate mainline
28995      Branch: perlio
28996           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
28997           !> vms/vms.c
28998 ____________________________________________________________________________
28999 [  8984] By: jhi                                   on 2001/03/02  16:00:17
29000         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
29001              
29002              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
29003              5.004_05, and mention the suidperl August 2000 security problem.
29004              (#8978,#8981)
29005              
29006              Subject: [ID 20010301.004] Technically speaking in perldata
29007              
29008              Subject: [PATCH] File::Copy for bleadperl, maintperl
29009              
29010              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
29011              
29012              (The #8982, fix for 20010221.005 and 20010221.008,
29013              would be nice too but it didn't integrate cleanly.)
29014      Branch: maint-5.6/perl
29015           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
29016 ____________________________________________________________________________
29017 [  8983] By: jhi                                   on 2001/03/02  15:51:16
29018         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
29019              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29020              Date:     Thu, 1 Mar 2001 15:54:09 EST
29021              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
29022      Branch: perl
29023            ! vms/vms.c
29024 ____________________________________________________________________________
29025 [  8982] By: jhi                                   on 2001/03/02  15:43:31
29026         Log: Subject: Re: sync sync sync: have I missed any patches?
29027              From: Radu Greab <radu@netsoft.ro> 
29028              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
29029              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
29030              
29031              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
29032              was checking argv[0] regardless of whether a different pathname
29033              will actually be executed."  Test case not supplied because 
29034              drafting that, ironically enough, revealed another bug
29035              (or a feature).
29036      Branch: perl
29037            ! doio.c
29038 ____________________________________________________________________________
29039 [  8981] By: jhi                                   on 2001/03/02  15:28:03
29040         Log: Misdate in #8978.
29041      Branch: perl
29042            ! pod/perlfaq1.pod
29043 ____________________________________________________________________________
29044 [  8980] By: jhi                                   on 2001/03/02  15:24:20
29045         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
29046              From: Chris Nandor <pudge@pobox.com>
29047              Date: Wed, 28 Feb 2001 22:10:15 -0500
29048              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
29049      Branch: perl
29050            ! lib/File/Copy.pm
29051 ____________________________________________________________________________
29052 [  8979] By: jhi                                   on 2001/03/02  15:17:16
29053         Log: Subject: [ID 20010301.004] Technically speaking in perldata
29054              From: abela@geneanet.org
29055              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
29056              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
29057      Branch: perl
29058            ! pod/perldata.pod
29059 ____________________________________________________________________________
29060 [  8978] By: jhi                                   on 2001/03/02  15:15:27
29061         Log: Subject: [ID 20010301.003] ref to 5.004
29062              From: abela@geneanet.org
29063              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
29064              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
29065              
29066              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
29067              and mention the suidperl August 2000 security problem.
29068      Branch: perl
29069            ! pod/perlfaq1.pod
29070 ____________________________________________________________________________
29071 [  8977] By: alanbur                               on 2001/03/02  14:17:45
29072         Log: Resynchronised with parent
29073      Branch: maint-5.6/pureperl
29074           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
29075           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
29076           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
29077           !> vms/descrip_mms.template win32/win32.c win32/win32.h
29078           !> win32/win32iop.h
29079 ____________________________________________________________________________
29080 [  8976] By: nick                                  on 2001/03/01  23:25:30
29081         Log: Integrate mainline.
29082      Branch: perlio
29083            - t/op/qu.t
29084           !> (integrate 55 files)
29085 ____________________________________________________________________________
29086 [  8975] By: jhi                                   on 2001/03/01  16:51:34
29087         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
29088      Branch: perl
29089           !> toke.c
29090 ____________________________________________________________________________
29091 [  8974] By: gsar                                  on 2001/03/01  16:28:21
29092         Log: fix for bugid 20010226.008
29093              
29094              the problem was that some of the pointers (PL_last_lop and
29095              PL_last_uni specifically) into the lex buffers weren't correctly
29096              being invalidated when the buffer changed; this would leave the
29097              pointers pointing at an arbitrary location in the buffer if
29098              the buffer didn't need to be reallocated, or point into freed
29099              memory if the buffer had to be realloced
29100              
29101              TODO item for bugdb maintainers: check other seemingly random
29102              parser-related bugs--they might be cured by this
29103      Branch: maint-5.6/perl
29104            ! toke.c
29105 ____________________________________________________________________________
29106 [  8973] By: jhi                                   on 2001/03/01  02:23:25
29107         Log: Retract #8970 because of a completely mysterious core dump:
29108              adding the tests 241..244 causes op/pat dump core at test #25.
29109              The test needs a lot of whittling down before the bug can be solved.
29110      Branch: perl
29111            ! t/op/pat.t
29112 ____________________________________________________________________________
29113 [  8972] By: jhi                                   on 2001/03/01  01:58:38
29114         Log: Regen perlapi.
29115      Branch: perl
29116            ! pod/perlapi.pod
29117 ____________________________________________________________________________
29118 [  8971] By: jhi                                   on 2001/03/01  01:34:09
29119         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))
29120              From: Nicholas Clark <nick@ccl4.org>
29121              Date: Wed, 28 Feb 2001 23:28:49 +0000
29122              Message-ID: <20010228232849.A55187@plum.flirble.org>
29123              
29124              Allow a completely write protected source code tree
29125              when using the Configure -Dmksymlinks.
29126      Branch: perl
29127            ! embed.pl warnings.pl
29128 ____________________________________________________________________________
29129 [  8970] By: jhi                                   on 2001/03/01  01:32:04
29130         Log: Add back the EBCDIC character range tests (for matching).
29131      Branch: perl
29132            ! t/op/pat.t
29133 ____________________________________________________________________________
29134 [  8969] By: nick                                  on 2001/02/28  18:18:01
29135         Log: Add charname comments to .ucm files writen by 'compile',
29136              also order charmaps in those files by source encoding.
29137              regenerate distrubuted .ucm files
29138      Branch: perlio
29139            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
29140            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
29141            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
29142            ! ext/Encode/Encode/iso8859-10.ucm
29143            ! ext/Encode/Encode/iso8859-13.ucm
29144            ! ext/Encode/Encode/iso8859-14.ucm
29145            ! ext/Encode/Encode/iso8859-15.ucm
29146            ! ext/Encode/Encode/iso8859-16.ucm
29147            ! ext/Encode/Encode/iso8859-2.ucm
29148            ! ext/Encode/Encode/iso8859-3.ucm
29149            ! ext/Encode/Encode/iso8859-4.ucm
29150            ! ext/Encode/Encode/iso8859-5.ucm
29151            ! ext/Encode/Encode/iso8859-6.ucm
29152            ! ext/Encode/Encode/iso8859-7.ucm
29153            ! ext/Encode/Encode/iso8859-8.ucm
29154            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
29155            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
29156 ____________________________________________________________________________
29157 [  8968] By: jhi                                   on 2001/02/28  16:26:37
29158         Log: Expand usemorebits early if d_casti32 needs to be undefined.
29159      Branch: perl
29160            ! hints/hpux.sh hints/irix_6.sh
29161 ____________________________________________________________________________
29162 [  8967] By: jhi                                   on 2001/02/28  16:22:26
29163         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
29164              retract toke.c/qu parts of #8583, retract #8485, retract
29165              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
29166              op/length.t, and MANIFEST, and delete t/op/qu.t.
29167      Branch: perl
29168            - t/op/qu.t
29169            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
29170            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
29171            ! t/op/length.t toke.c
29172 ____________________________________________________________________________
29173 [  8966] By: jhi                                   on 2001/02/28  15:00:27
29174         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
29175              by not changing from pre-Unicode days into being Unicode-aware.
29176              Sniff.
29177      Branch: perl
29178            ! pp.c t/op/pack.t t/op/qu.t
29179 ____________________________________________________________________________
29180 [  8965] By: jhi                                   on 2001/02/28  14:37:55
29181         Log: Subject: Re: Errors in core PODs
29182              From: Michael Stevens <michael@etla.org> 
29183              Date: Fri, 23 Feb 2001 15:47:56 +0000
29184              Message-ID: <20010223154756.A7723@firedrake.org> 
29185      Branch: perl
29186            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
29187            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
29188            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
29189            ! x2p/a2p.pod
29190 ____________________________________________________________________________
29191 [  8964] By: jhi                                   on 2001/02/28  14:35:35
29192         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
29193              (The #8961 was too bold.)
29194      Branch: perl
29195            ! hints/hpux.sh hints/irix_6.sh
29196 ____________________________________________________________________________
29197 [  8963] By: jhi                                   on 2001/02/28  14:33:39
29198         Log: Subject: Re: sync sync sync: have I missed any patches?
29199              From: Tim Jenness <t.jenness@jach.hawaii.edu>
29200              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
29201              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
29202              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
29203              
29204              Replace djSP with dSP.
29205      Branch: perl
29206            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
29207            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
29208            ! win32/perlhost.h
29209 ____________________________________________________________________________
29210 [  8962] By: jhi                                   on 2001/02/27  23:21:14
29211         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
29212      Branch: perl
29213            ! lib/Filter/Simple.pm
29214 ____________________________________________________________________________
29215 [  8961] By: jhi                                   on 2001/02/27  22:55:26
29216         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
29217              and this would be it.
29218      Branch: perl
29219            ! hints/hpux.sh hints/irix_6.sh
29220 ____________________________________________________________________________
29221 [  8960] By: jhi                                   on 2001/02/27  22:51:33
29222         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
29223              From: "Craig A. Berry" <craigberry@mac.com>
29224              Date: Tue, 27 Feb 2001 16:11:44 -0600
29225              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
29226      Branch: maint-5.6/perl
29227            ! configure.com vms/descrip_mms.template
29228 ____________________________________________________________________________
29229 [  8959] By: jhi                                   on 2001/02/27  22:47:23
29230         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
29231              From: "Craig A. Berry" <craigberry@mac.com>
29232              Date: Tue, 27 Feb 2001 16:11:44 -0600
29233              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
29234      Branch: perl
29235            ! configure.com vms/descrip_mms.template
29236 ____________________________________________________________________________
29237 [  8958] By: jhi                                   on 2001/02/27  15:16:42
29238         Log: Update Changes.
29239      Branch: perl
29240            ! Changes patchlevel.h
29241 ____________________________________________________________________________
29242 [  8957] By: jhi                                   on 2001/02/27  06:15:07
29243         Log: Subject: [5.6.x] EPOC additions
29244              From: Olaf Flebbe <O.Flebbe@science-computing.de>
29245              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
29246              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
29247      Branch: maint-5.6/perl
29248            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
29249 ____________________________________________________________________________
29250 [  8956] By: jhi                                   on 2001/02/27  06:12:11
29251         Log: Subject: [perl-current] EPOC 
29252              From: Olaf Flebbe <O.Flebbe@science-computing.de>
29253              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
29254              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
29255      Branch: perl
29256            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
29257            ! epoc/epocish.c epoc/epocish.h pp_sys.c
29258 ____________________________________________________________________________
29259 [  8955] By: jhi                                   on 2001/02/27  05:59:50
29260         Log: Subject: Re: Compile with perlcc..
29261              From: Edward Peschko <edwardp@excitehome.net>
29262              Date: Mon, 26 Feb 2001 18:51:58 -0800
29263              Message-ID: <20010226185158.A9871@excitehome.net>
29264              
29265              plus add a simple usage message if no arguments given.
29266      Branch: perl
29267            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
29268            ! utils/Makefile utils/perlcc.PL win32/pod.mak
29269 ____________________________________________________________________________
29270 [  8954] By: nick                                  on 2001/02/26  21:02:59
29271         Log: Integrate mainline
29272      Branch: perlio
29273           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
29274           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
29275           !> t/op/sprintf.t
29276 ____________________________________________________________________________
29277 [  8953] By: jhi                                   on 2001/02/26  14:43:54
29278         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
29279              From: Nicholas Clark <nick@ccl4.org>
29280              Date: Mon, 26 Feb 2001 00:42:07 +0000
29281              Message-ID: <20010226004207.F23333@plum.flirble.org>
29282      Branch: perl
29283            ! pp_ctl.c
29284 ____________________________________________________________________________
29285 [  8952] By: jhi                                   on 2001/02/26  14:42:13
29286         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
29287              From: Simon Cozens <simon@netthink.co.uk>
29288              Date: Mon, 26 Feb 2001 12:23:48 +0000
29289              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
29290      Branch: perl
29291            ! pod/perlguts.pod
29292 ____________________________________________________________________________
29293 [  8951] By: jhi                                   on 2001/02/26  14:39:15
29294         Log: Subject: [PATCH] perlio - unknown layer
29295              From: Nicholas Clark <nick@ccl4.org>
29296              Date: Mon, 26 Feb 2001 00:27:19 +0000
29297              Message-ID: <20010226002719.E23333@plum.flirble.org>
29298      Branch: perl
29299            ! perlio.c
29300 ____________________________________________________________________________
29301 [  8950] By: jhi                                   on 2001/02/26  14:38:04
29302         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
29303              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
29304              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
29305              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
29306      Branch: perl
29307            ! t/op/bop.t
29308 ____________________________________________________________________________
29309 [  8949] By: jhi                                   on 2001/02/26  14:37:07
29310         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
29311              From: Peter Prymmer <pvhp@forte.com>
29312              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
29313              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
29314      Branch: perl
29315            ! lib/Test.pm
29316 ____________________________________________________________________________
29317 [  8948] By: jhi                                   on 2001/02/26  14:35:53
29318         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
29319              From: Radu Greab <radu@netsoft.ro>
29320              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
29321              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
29322      Branch: perl
29323            ! pod/perlop.pod
29324 ____________________________________________________________________________
29325 [  8947] By: jhi                                   on 2001/02/26  14:34:46
29326         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
29327              From: David Mitchell <davem@fdgroup.co.uk>
29328              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
29329              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
29330      Branch: perl
29331            ! run.c
29332 ____________________________________________________________________________
29333 [  8946] By: jhi                                   on 2001/02/26  14:32:37
29334         Log: Subject: Modified README.bs2000 
29335              From: Dorner Thomas <Thomas.Dorner@start.de>
29336              Date: Mon, 26 Feb 2001 09:22:17 +0100
29337              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
29338      Branch: perl
29339            ! README.bs2000
29340 ____________________________________________________________________________
29341 [  8945] By: jhi                                   on 2001/02/26  14:19:53
29342         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
29343              to maintperl, listing the known failures on the tests 129 and 130.
29344      Branch: maint-5.6/perl
29345           !> t/op/sprintf.t
29346 ____________________________________________________________________________
29347 [  8944] By: jhi                                   on 2001/02/26  14:14:15
29348         Log: Add more known sprintf failures.
29349      Branch: perl
29350            ! t/op/sprintf.t
29351 ____________________________________________________________________________
29352 [  8943] By: jhi                                   on 2001/02/26  13:56:22
29353         Log: perlglob.exe needs to be found in Win32, patch from
29354              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
29355              which needs external glob at mini-perl time."
29356      Branch: perl
29357            ! ext/Encode/compile
29358 ____________________________________________________________________________
29359 [  8942] By: jhi                                   on 2001/02/26  13:52:19
29360         Log: A missing dTHX from Vadim Konovalov.
29361      Branch: perl
29362            ! perlio.c
29363 ____________________________________________________________________________
29364 [  8941] By: jhi                                   on 2001/02/26  13:37:05
29365         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
29366      Branch: perl
29367            ! op.c
29368 ____________________________________________________________________________
29369 [  8940] By: jhi                                   on 2001/02/26  13:35:40
29370         Log: Integrate perlio.
29371      Branch: perl
29372           !> ext/Encode/Encode.pm
29373 ____________________________________________________________________________
29374 [  8939] By: nick                                  on 2001/02/25  23:47:09
29375         Log: Integrate mainline.
29376      Branch: perlio
29377           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
29378           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
29379 ____________________________________________________________________________
29380 [  8938] By: nick                                  on 2001/02/25  19:36:28
29381         Log: Encode implementations docs.
29382      Branch: perlio
29383            ! ext/Encode/Encode.pm
29384 ____________________________________________________________________________
29385 [  8937] By: jhi                                   on 2001/02/25  19:26:16
29386         Log: Script wasn't aligned with reality.
29387      Branch: perl
29388            ! t/pod/find.t
29389 ____________________________________________________________________________
29390 [  8936] By: jhi                                   on 2001/02/25  18:54:55
29391         Log: Update Changes.
29392      Branch: perl
29393            ! Changes patchlevel.h
29394 ____________________________________________________________________________
29395 [  8935] By: jhi                                   on 2001/02/25  18:46:36
29396         Log: Retract #8929,8930,8932,8933 for now.
29397      Branch: perl
29398            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
29399 ____________________________________________________________________________
29400 [  8934] By: jhi                                   on 2001/02/25  17:34:35
29401         Log: Integrate perlio.
29402      Branch: perl
29403           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
29404           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
29405           !> t/lib/encode.t
29406 ____________________________________________________________________________
29407 [  8933] By: jhi                                   on 2001/02/25  17:33:12
29408         Log: (Retracted by #8395.)
29409              
29410              Slight tweaks in scan_const(), not fixes yet, it seems like
29411              lots of work remains to be done...
29412      Branch: perl
29413            ! toke.c
29414 ____________________________________________________________________________
29415 [  8932] By: jhi                                   on 2001/02/25  17:27:11
29416         Log: (Retracted by #8395.)
29417              
29418              Missing from #8930.
29419      Branch: perl
29420            ! perl.h
29421 ____________________________________________________________________________
29422 [  8931] By: jhi                                   on 2001/02/25  17:26:19
29423         Log: A comment tweak.
29424      Branch: perl
29425            ! utf8.c
29426 ____________________________________________________________________________
29427 [  8930] By: jhi                                   on 2001/02/25  17:25:47
29428         Log: (Retracted by #8395.)
29429              
29430              Attempt to fix the EBCDIC character range problwm with //.
29431      Branch: perl
29432            ! regcomp.c
29433 ____________________________________________________________________________
29434 [  8929] By: jhi                                   on 2001/02/25  17:23:45
29435         Log: (Retracted by #8395.)
29436              
29437              Expand the EBCDIC character range tests, and add few nasty
29438              tr tests from Karsten Sperling.
29439      Branch: perl
29440            ! t/op/pat.t t/op/tr.t
29441 ____________________________________________________________________________
29442 [  8928] By: jhi                                   on 2001/02/25  17:18:49
29443         Log: Missing check-in.
29444      Branch: perl
29445            ! lib/Pod/Find.pm
29446 ____________________________________________________________________________
29447 [  8927] By: nick                                  on 2001/02/25  11:30:22
29448         Log: Change method names in Encode implementation classes to something
29449              less confusing (preparing to "go public").
29450      Branch: perlio
29451            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
29452 ____________________________________________________________________________
29453 [  8926] By: nick                                  on 2001/02/25  10:53:24
29454         Log: GCC __atribute__ / printf fix
29455      Branch: perlio
29456            ! perl.h
29457 ____________________________________________________________________________
29458 [  8925] By: nick                                  on 2001/02/25  10:52:25
29459         Log: Checked in the wrong one ...
29460      Branch: perlio
29461            ! ext/Encode/Encode.pm
29462 ____________________________________________________________________________
29463 [  8924] By: nick                                  on 2001/02/24  18:46:51
29464         Log: Integrate mainline - to see what Jarkko has in ...
29465      Branch: perlio
29466           +> t/pod/testpods/lib/Pod/Stuff.pm
29467           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
29468 ____________________________________________________________________________
29469 [  8923] By: nick                                  on 2001/02/24  17:05:23
29470         Log: Encode API documentation nd tidy up.
29471              Minor additions to test.
29472              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
29473              Adds STRLEN to standard typemap.
29474      Branch: perlio
29475            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
29476            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
29477 ____________________________________________________________________________
29478 [  8922] By: jhi                                   on 2001/02/24  16:38:12
29479         Log: Add a test for the "character range should match in EBCDIC
29480              if specified using explicit numerics" bug found by Karsten
29481              Sperling.
29482      Branch: perl
29483            ! t/op/pat.t
29484 ____________________________________________________________________________
29485 [  8921] By: jhi                                   on 2001/02/24  16:30:16
29486         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
29487              From: schwern@pobox.com
29488              Date: Fri, 23 Feb 2001 03:21:37 -0500
29489              Message-ID: <20010223032137.A26022@magnonel.guild.net>
29490              
29491              plus Charles Lane's fixes, plus tweaks.
29492      Branch: perl
29493            + t/pod/testpods/lib/Pod/Stuff.pm
29494            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
29495 ____________________________________________________________________________
29496 [  8920] By: nick                                  on 2001/02/24  10:30:11
29497         Log: Integrate mainline
29498      Branch: perlio
29499           !> (integrate 33 files)
29500 ____________________________________________________________________________
29501 [  8919] By: jhi                                   on 2001/02/24  00:23:35
29502         Log: Subject: Re: I'm losing the war...
29503              From: "Vadim Konovalov" <watman@inbox.ru>
29504              Date: Sat, 24 Feb 2001 00:10:14 +0300
29505              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
29506              
29507              hv_store() not working correctly in ENV_IS_CASELESS case.
29508      Branch: perl
29509            ! hv.c
29510 ____________________________________________________________________________
29511 [  8918] By: jhi                                   on 2001/02/24  00:20:09
29512         Log: Subject: Re: [PATCH] fix for charnames above FFFF
29513              From: andreas.koenig@anima.de (Andreas J. Koenig)
29514              Date: 23 Feb 2001 02:39:03 +0100
29515              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
29516              
29517              A further efficiency tweak.
29518      Branch: perl
29519            ! lib/charnames.pm
29520 ____________________________________________________________________________
29521 [  8917] By: jhi                                   on 2001/02/23  20:27:51
29522         Log: Integrate change #8916 from mainline,
29523              do away with USE_WIN32_RTL_ENV.
29524      Branch: maint-5.6/perl
29525           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
29526 ____________________________________________________________________________
29527 [  8916] By: jhi                                   on 2001/02/23  20:02:25
29528         Log: Abolish USE_WIN32_RTL_ENV.
29529      Branch: perl
29530            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
29531 ____________________________________________________________________________
29532 [  8915] By: jhi                                   on 2001/02/23  19:36:00
29533         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
29534              later protected by some #define.
29535      Branch: perl
29536            ! gv.c
29537 ____________________________________________________________________________
29538 [  8914] By: jhi                                   on 2001/02/23  19:31:38
29539         Log: Retract #8902 for now, requested by Charles Lane, the correct
29540              fix will be something else.
29541      Branch: perl
29542            ! op.c
29543 ____________________________________________________________________________
29544 [  8913] By: jhi                                   on 2001/02/23  19:11:36
29545         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
29546              From: Peter Prymmer <pvhp@forte.com>
29547              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
29548              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
29549      Branch: perl
29550            ! t/op/lex_assign.t
29551 ____________________________________________________________________________
29552 [  8912] By: jhi                                   on 2001/02/23  18:38:20
29553         Log: Subject: [patch] perlio + useithreads
29554              From: Doug MacEachern <dougm@covalent.net>
29555              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
29556              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
29557              
29558              Gets things running but not complete.
29559      Branch: perl
29560            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
29561 ____________________________________________________________________________
29562 [  8911] By: jhi                                   on 2001/02/23  04:20:02
29563         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
29564              
29565              Duplicated environment freeing, File::Temp 0.12,
29566              op/append portability (EBCDIC) tweak.
29567      Branch: maint-5.6/perl
29568           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
29569           !> t/op/append.t
29570 ____________________________________________________________________________
29571 [  8910] By: jhi                                   on 2001/02/23  02:07:33
29572         Log: Integrate change #8909 from mainline, a better Borland
29573              putenv() workaround.
29574      Branch: maint-5.6/perl
29575           !> perl.c
29576 ____________________________________________________________________________
29577 [  8909] By: jhi                                   on 2001/02/23  02:05:46
29578         Log: A better workaround for Borland putenv() brokenness from Sarathy.
29579      Branch: perl
29580            ! perl.c
29581 ____________________________________________________________________________
29582 [  8908] By: jhi                                   on 2001/02/23  02:04:14
29583         Log: Subject: fix for parameter -Dm (for perl@8867)
29584              From: "Vadim Konovalov" <watman@inbox.ru>
29585              Date: Thu, 22 Feb 2001 17:30:12 +0300
29586              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
29587      Branch: perl
29588            ! perl.h
29589 ____________________________________________________________________________
29590 [  8907] By: jhi                                   on 2001/02/23  01:58:20
29591         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
29592              From: Peter Prymmer <pvhp@forte.com>
29593              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
29594              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
29595      Branch: perl
29596            ! t/op/append.t
29597 ____________________________________________________________________________
29598 [  8906] By: jhi                                   on 2001/02/23  01:48:34
29599         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
29600      Branch: perl
29601            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
29602 ____________________________________________________________________________
29603 [  8905] By: jhi                                   on 2001/02/23  01:43:30
29604         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
29605              From: Peter Prymmer <pvhp@forte.com>
29606              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
29607              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
29608      Branch: perl
29609            ! t/lib/st-06compat.t
29610 ____________________________________________________________________________
29611 [  8904] By: jhi                                   on 2001/02/23  01:42:39
29612         Log: Metaconfig unit change for #8903.
29613      Branch: metaconfig/U/perl
29614            ! Devel.U
29615 ____________________________________________________________________________
29616 [  8903] By: jhi                                   on 2001/02/23  01:42:12
29617         Log: Be more helpful for devel builders, suggested by John L. Allen.
29618      Branch: perl
29619            ! Configure
29620 ____________________________________________________________________________
29621 [  8902] By: jhi                                   on 2001/02/23  01:37:41
29622         Log: (Retracted by #8914)
29623              (Wrongly, reinstated by #8941)             
29624
29625              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
29626              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29627              Date:     Thu, 22 Feb 2001 09:43:57 EST
29628              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
29629      Branch: perl
29630            ! op.c
29631 ____________________________________________________________________________
29632 [  8901] By: jhi                                   on 2001/02/23  01:20:32
29633         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
29634              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29635              Date:     Thu, 22 Feb 2001 08:01:35 EST
29636              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
29637      Branch: perl
29638            ! malloc.c
29639 ____________________________________________________________________________
29640 [  8900] By: jhi                                   on 2001/02/23  01:18:02
29641         Log: Integrate changes #8898,8899 from mainline, environ handling.
29642      Branch: maint-5.6/perl
29643           !> perl.c
29644 ____________________________________________________________________________
29645 [  8899] By: jhi                                   on 2001/02/23  01:16:25
29646         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
29647              putenv() is not to be relied on, they are either broken or leaky
29648              or both.)
29649      Branch: perl
29650            ! perl.c
29651 ____________________________________________________________________________
29652 [  8898] By: jhi                                   on 2001/02/22  23:36:59
29653         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
29654              and safesysfree() must be used.
29655      Branch: perl
29656            ! perl.c
29657 ____________________________________________________________________________
29658 [  8897] By: jhi                                   on 2001/02/22  23:25:45
29659         Log: With environ one must use safesysmalloc()/safesysfree().
29660      Branch: perl
29661            ! perl.c
29662 ____________________________________________________________________________
29663 [  8896] By: jhi                                   on 2001/02/22  22:13:18
29664         Log: If we have a duplicated environment free it
29665              if PERL_DESTRUCT_LEVEL.
29666      Branch: perl
29667            ! perl.c
29668 ____________________________________________________________________________
29669 [  8895] By: alanbur                               on 2001/02/22  19:31:57
29670         Log: Synchronised with parent
29671      Branch: maint-5.6/pureperl
29672           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
29673 ____________________________________________________________________________
29674 [  8894] By: gsar                                  on 2001/02/22  19:06:18
29675         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
29676              
29677              fix memory leak in method call optimization (change#3768);
29678              made C<eval "$x->foo()"> leak
29679              
29680              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
29681      Branch: maint-5.6/perl
29682           !> op.c
29683 ____________________________________________________________________________
29684 [  8893] By: jhi                                   on 2001/02/22  18:35:27
29685         Log: (Retracted by #8915.)
29686              
29687              Third Degree finding:
29688              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
29689      Branch: perl
29690            ! gv.c
29691 ____________________________________________________________________________
29692 [  8892] By: jhi                                   on 2001/02/22  14:28:32
29693         Log: Update Changes.
29694      Branch: perl
29695            ! Changes patchlevel.h
29696 ____________________________________________________________________________
29697 [  8891] By: jhi                                   on 2001/02/22  13:22:45
29698         Log: Metaconfig unit changes for #8890.
29699      Branch: metaconfig
29700            ! U/modified/Cppsym.U U/threads/archname.U
29701 ____________________________________________________________________________
29702 [  8890] By: jhi                                   on 2001/02/22  13:22:12
29703         Log: Add -stdio to the archname if no perlio selected,
29704              no -perlio added since that is now the default.
29705              
29706              Add few CPUs/architectures to the Cppsym scan.
29707      Branch: perl
29708            ! Configure config_h.SH
29709 ____________________________________________________________________________
29710 [  8889] By: jhi                                   on 2001/02/22  13:05:59
29711         Log: Metaconfig unit change for #8888.
29712      Branch: metaconfig/U/perl
29713            ! useperlio.U
29714 ____________________________________________________________________________
29715 [  8888] By: jhi                                   on 2001/02/22  13:05:28
29716         Log: *drum roll*  Make perlio the default.
29717      Branch: perl
29718            ! Configure config_h.SH
29719 ____________________________________________________________________________
29720 [  8887] By: jhi                                   on 2001/02/22  12:50:52
29721         Log: Integrate change #8665 from maintperl to mainline,
29722              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
29723      Branch: perl
29724           !> ext/POSIX/POSIX.xs
29725 ____________________________________________________________________________
29726 [  8886] By: jhi                                   on 2001/02/22  12:49:24
29727         Log: Integrate changes #8883,8884 from mainline to maintperl.
29728              
29729              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
29730              Subject: Re: File::Temp::_gettemp warning
29731      Branch: maint-5.6/perl
29732           !> embed.h embed.pl lib/File/Temp.pm
29733 ____________________________________________________________________________
29734 [  8885] By: jhi                                   on 2001/02/22  12:43:59
29735         Log: Based on
29736              
29737              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
29738              From: schwab@suse.de
29739              Date: Thu, 22 Feb 2001 13:08:09 +0100
29740              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
29741              
29742              but the fix done slightly differently because the other
29743              half was already done in #8664.
29744      Branch: maint-5.6/perl
29745            ! ext/POSIX/POSIX.xs
29746 ____________________________________________________________________________
29747 [  8884] By: jhi                                   on 2001/02/22  12:37:15
29748         Log: Subject: Re: File::Temp::_gettemp warning
29749              From: Tim Jenness <t.jenness@jach.hawaii.edu>
29750              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
29751              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
29752              
29753              This patch to File::Temp does two things:
29754              
29755              1. Fixes the problem with CGI::Carp when determining
29756              the Fcntl constants
29757              
29758              2. Removes most of the carps and consolidates them so that all the
29759              reasons are included in a single die that is caught by the test. This
29760              means that the correct skipping behaviour is displayed by the test.
29761      Branch: perl
29762            ! lib/File/Temp.pm
29763 ____________________________________________________________________________
29764 [  8883] By: jhi                                   on 2001/02/22  12:29:19
29765         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
29766              From: Peter Prymmer <pvhp@forte.com>
29767              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
29768              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
29769      Branch: perl
29770            ! embed.h embed.pl
29771 ____________________________________________________________________________
29772 [  8882] By: jhi                                   on 2001/02/21  19:41:33
29773         Log: Integrate change #8881 from mainlin to maintperl.
29774              
29775              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
29776      Branch: maint-5.6/perl
29777           !> op.c
29778 ____________________________________________________________________________
29779 [  8881] By: jhi                                   on 2001/02/21  19:38:57
29780         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
29781              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29782              Date:     Wed, 21 Feb 2001 13:08:03 EST
29783              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
29784      Branch: perl
29785            ! op.c
29786 ____________________________________________________________________________
29787 [  8880] By: jhi                                   on 2001/02/21  19:34:34
29788         Log: Retract #8875, cannot let go of the old semantics of unpack U
29789              without rethinking utf8decode.t.
29790      Branch: perl
29791            ! pp.c t/op/pack.t
29792 ____________________________________________________________________________
29793 [  8879] By: jhi                                   on 2001/02/21  19:08:02
29794         Log: Run run/*.t also in minitest.
29795      Branch: perl
29796            ! Makefile.SH
29797 ____________________________________________________________________________
29798 [  8878] By: nick                                  on 2001/02/21  18:55:37
29799         Log: Integrate mainline
29800      Branch: perlio
29801           !> (integrate 76 files)
29802 ____________________________________________________________________________
29803 [  8877] By: jhi                                   on 2001/02/21  15:09:33
29804         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
29805      Branch: metaconfig
29806            ! U/compline/nblock_io.U
29807      Branch: perl
29808            ! Configure config_h.SH
29809 ____________________________________________________________________________
29810 [  8876] By: jhi                                   on 2001/02/21  14:54:45
29811         Log: If no sfio, no -lsfio.
29812      Branch: metaconfig/U/perl
29813            ! d_sfio.U
29814      Branch: perl
29815            ! Configure config_h.SH
29816 ____________________________________________________________________________
29817 [  8875] By: jhi                                   on 2001/02/21  14:54:00
29818         Log: Make unpack C and unpack C truly equivalent.
29819      Branch: perl
29820            ! pp.c t/op/pack.t
29821 ____________________________________________________________________________
29822 [  8874] By: jhi                                   on 2001/02/21  14:26:02
29823         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
29824              From: Peter Prymmer <pvhp@forte.com>
29825              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
29826              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
29827      Branch: perl
29828            ! pod/perlport.pod
29829 ____________________________________________________________________________
29830 [  8873] By: jhi                                   on 2001/02/21  14:24:31
29831         Log: Subject: [PATCH] fix for charnames above FFFF
29832              From: andreas.koenig@anima.de (Andreas J. Koenig)
29833              Date: 21 Feb 2001 07:05:45 +0100
29834              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
29835      Branch: perl
29836            ! lib/charnames.pm t/lib/charnames.t
29837 ____________________________________________________________________________
29838 [  8872] By: jhi                                   on 2001/02/21  14:15:25
29839         Log: Integrate change #8868 from pureperl to mainline.
29840              
29841              Fixed reference count loop caused by sv_magic.
29842      Branch: perl
29843           !> sv.c
29844 ____________________________________________________________________________
29845 [  8871] By: jhi                                   on 2001/02/21  14:07:29
29846         Log: Integrate change #8868 from pureperl to maintperl.
29847              
29848              Fixed reference count loop caused by sv_magic.
29849      Branch: maint-5.6/perl
29850           !> sv.c
29851 ____________________________________________________________________________
29852 [  8870] By: jhi                                   on 2001/02/21  14:04:41
29853         Log: Put back the #8840, it was innocent.
29854      Branch: perl
29855            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
29856            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
29857 ____________________________________________________________________________
29858 [  8869] By: jhi                                   on 2001/02/21  14:00:03
29859         Log: unpack("C", ...) was left slightly unfinished by #8865.
29860      Branch: perl
29861            ! pp.c t/op/pack.t
29862 ____________________________________________________________________________
29863 [  8868] By: alanbur                               on 2001/02/21  01:33:45
29864         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
29865              from gv_fetchpv to create single-character magic variables (e.g. $!),
29866              and it is passed a sv and the gv that contains the sv as the mg_obj
29867              value.  When sv_magic stores the mg_obj pointer it increments the gv
29868              refcount, thus causing a sv-gv pair that can't be freed.  There is
29869              already a check for sv == obj which is used to prevent such reference
29870              loops.  This change extends the check to cover the case described above.
29871      Branch: maint-5.6/pureperl
29872            ! sv.c
29873 ____________________________________________________________________________
29874 [  8867] By: jhi                                   on 2001/02/21  00:52:39
29875         Log: Update Changes.
29876      Branch: perl
29877            ! Changes patchlevel.h
29878 ____________________________________________________________________________
29879 [  8866] By: jhi                                   on 2001/02/21  00:34:20
29880         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
29881              (Note: there were some conflicts due to EBCDIC and EPOC
29882              patches, in general I preferred the repository code.)
29883              (When 2.753 comes out, we need to synchronize.)
29884      Branch: perl
29885            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
29886            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
29887            ! t/lib/cgi-html.t
29888 ____________________________________________________________________________
29889 [  8865] By: jhi                                   on 2001/02/21  00:24:22
29890         Log: Make pack("C", 0x100) to create Unicode, unless under the
29891              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
29892              will understand Unicode, unless you under know what.
29893      Branch: perl
29894            ! pp.c t/op/pack.t t/op/qu.t
29895 ____________________________________________________________________________
29896 [  8864] By: alanbur                               on 2001/02/20  22:35:34
29897         Log: Resynchronised with parent
29898      Branch: maint-5.6/pureperl
29899           !> README.win32 ext/GDBM_File/GDBM_File.pm
29900           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
29901           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
29902           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
29903           !> t/lib/sdbm.t util.c
29904 ____________________________________________________________________________
29905 [  8863] By: jhi                                   on 2001/02/20  20:55:11
29906         Log: Integrate change #8860,8861 from mainline into maintperl.
29907              
29908              "pseudo-literal j"
29909              
29910              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
29911      Branch: maint-5.6/perl
29912           !> lib/Test.pm pod/perlop.pod
29913 ____________________________________________________________________________
29914 [  8862] By: jhi                                   on 2001/02/20  20:30:07
29915         Log: Don't do casting between pointers pointing to differently sized
29916              integers.
29917      Branch: perl
29918            ! hv.c sv.c
29919 ____________________________________________________________________________
29920 [  8861] By: jhi                                   on 2001/02/20  19:53:44
29921         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
29922              From: Peter Prymmer <pvhp@forte.com>
29923              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
29924              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
29925      Branch: perl
29926            ! lib/Test.pm
29927 ____________________________________________________________________________
29928 [  8860] By: jhi                                   on 2001/02/20  19:48:02
29929         Log: "pseudo-literal j", a documentation glitch reported to Debian.
29930              The text recovered from Perl 5.005_03, and pseudo-literal replaced
29931              by "backtick string".
29932      Branch: perl
29933            ! pod/perlop.pod
29934 ____________________________________________________________________________
29935 [  8859] By: jhi                                   on 2001/02/20  19:15:46
29936         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
29937              from Chris Nandor.
29938      Branch: perl
29939            ! makedef.pl
29940 ____________________________________________________________________________
29941 [  8858] By: jhi                                   on 2001/02/20  17:36:53
29942         Log: Integrate pureperl changes #8844,8845,8850 to mainline
29943              (via maintperl #8855).
29944              
29945              Fixed %^H scoping bug
29946              
29947              Removed GV <-> CV refcount loop
29948              
29949              Removed %ENV refcount loop
29950      Branch: perl
29951           !> gv.c op.c perl.c pp.c scope.c
29952 ____________________________________________________________________________
29953 [  8857] By: jhi                                   on 2001/02/20  17:34:32
29954         Log: Integrate changes #8853,8854 from maintperl to mainline.
29955              
29956              EBDIC fixes, README.win32 Borland update.
29957      Branch: perl
29958           !> README.win32 handy.h util.c
29959 ____________________________________________________________________________
29960 [  8856] By: jhi                                   on 2001/02/20  17:33:16
29961         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
29962      Branch: maint-5.6/perl
29963           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
29964           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
29965           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
29966 ____________________________________________________________________________
29967 [  8855] By: jhi                                   on 2001/02/20  17:32:13
29968         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
29969              
29970              Fixed %^H scoping bug
29971              
29972              Removed GV <-> CV refcount loop
29973              
29974              Removed %ENV refcount loop
29975      Branch: maint-5.6/perl
29976           !> gv.c op.c perl.c pp.c scope.c
29977 ____________________________________________________________________________
29978 [  8854] By: jhi                                   on 2001/02/20  17:25:06
29979         Log: Subject: Addition to readme.win32 for Borland C++ compilers
29980              Date: Tue, 20 Feb 2001 02:15:25 +0300
29981              From: "Vadim Konovalov" <watman@inbox.ru>
29982              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
29983              
29984              Document Borland compiler misbehaviour.
29985      Branch: maint-5.6/perl
29986            ! README.win32
29987 ____________________________________________________________________________
29988 [  8853] By: jhi                                   on 2001/02/20  17:22:25
29989         Log: The assimilation of ebcdic.c didn't quite work at the first try,
29990              patches from Thomas Dorner.
29991      Branch: maint-5.6/perl
29992            ! handy.h util.c
29993 ____________________________________________________________________________
29994 [  8852] By: jhi                                   on 2001/02/20  17:20:15
29995         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
29996              From: Chris Nandor <pudge@pobox.com>
29997              Date: Tue, 20 Feb 2001 08:32:45 -0500
29998              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
29999      Branch: maint-5.6/perl
30000            ! makedef.pl mg.c
30001 ____________________________________________________________________________
30002 [  8851] By: jhi                                   on 2001/02/20  17:15:52
30003         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
30004      Branch: perl
30005            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
30006            ! t/lib/filter-util.t
30007 ____________________________________________________________________________
30008 [  8850] By: alanbur                               on 2001/02/20  17:12:40
30009         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
30010              and the magic pointer points back to the GV that contains the
30011              %ENV hash.  This creates a refcount loop that prevents members
30012              of %ENV from being freed correctly.  This change removes the
30013              refcount loop - the magic pointer was never used anyway, the
30014              only use of the magic was to check the type ('E') so that the
30015              appropriate environment manipulation code is called when %ENV
30016              is modified.
30017      Branch: maint-5.6/pureperl
30018            ! perl.c
30019 ____________________________________________________________________________
30020 [  8849] By: jhi                                   on 2001/02/20  17:12:20
30021         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
30022              From: "Craig A. Berry" <craigberry@mac.com>
30023              Date: Mon, 19 Feb 2001 23:36:12 -0600
30024              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
30025              
30026              Case-forgiving systems match TestInit.pm with TES*.
30027      Branch: perl
30028            ! t/lib/glob-basic.t
30029 ____________________________________________________________________________
30030 [  8848] By: jhi                                   on 2001/02/20  17:10:02
30031         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
30032      Branch: perl
30033            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
30034            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
30035            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
30036 ____________________________________________________________________________
30037 [  8847] By: jhi                                   on 2001/02/20  15:34:41
30038         Log: The #8843 wasn't quite right: %Config needs to imported.
30039      Branch: perl
30040            ! t/run/runenv.t
30041 ____________________________________________________________________________
30042 [  8846] By: jhi                                   on 2001/02/20  15:31:50
30043         Log: Retract the #8838 and #8840 for now because of
30044              the DB_File tie problem.
30045      Branch: perl
30046            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
30047            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
30048            ! proto.h sv.c
30049 ____________________________________________________________________________
30050 [  8845] By: alanbur                               on 2001/02/20  14:25:41
30051         Log: Removed GV <-> CV refcount loop
30052              CvGV(mycv) points to the parent GV of the CV, and was previously
30053              refcounted.  The pointer remains, but the refcounting has been removed
30054              as it causes a refcount loop between the CV and GV that means the CV
30055              can't ever be deleted.
30056      Branch: maint-5.6/pureperl
30057            ! gv.c op.c pp.c
30058 ____________________________________________________________________________
30059 [  8844] By: alanbur                               on 2001/02/20  14:23:13
30060         Log: Fixed %^H scoping bug
30061      Branch: maint-5.6/pureperl
30062            ! scope.c
30063 ____________________________________________________________________________
30064 [  8843] By: jhi                                   on 2001/02/19  13:38:08
30065         Log: fork() not everywhere, cleanup temp files.
30066      Branch: perl
30067            ! t/run/runenv.t
30068 ____________________________________________________________________________
30069 [  8842] By: alanbur                               on 2001/02/19  12:42:07
30070         Log: Resynchronised with parent
30071      Branch: maint-5.6/pureperl
30072           !> pod/perlfaq4.pod sv.c utf8.c
30073 ____________________________________________________________________________
30074 [  8841] By: jhi                                   on 2001/02/19  03:35:51
30075         Log: Update Changes.
30076      Branch: perl
30077            ! Changes patchlevel.h
30078 ____________________________________________________________________________
30079 [  8840] By: jhi                                   on 2001/02/19  00:23:41
30080         Log: Subject: [patch] add sv_setref_uv
30081              From: Doug MacEachern <dougm@covalent.net>
30082              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
30083              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
30084      Branch: perl
30085            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
30086            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
30087 ____________________________________________________________________________
30088 [  8839] By: jhi                                   on 2001/02/19  00:01:38
30089         Log: Put to rest the 20010205.001, the email address checking (not) regex.
30090      Branch: perl
30091            ! pod/perlfaq9.pod
30092 ____________________________________________________________________________
30093 [  8838] By: jhi                                   on 2001/02/18  22:17:54
30094         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
30095              From: Doug MacEachern <dougm@covalent.net>
30096              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
30097              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
30098      Branch: perl
30099            ! lib/ExtUtils/xsubpp
30100 ____________________________________________________________________________
30101 [  8837] By: jhi                                   on 2001/02/18  22:16:50
30102         Log: Subject: [patch] -Wall cleanup round 2
30103              From: Doug MacEachern <dougm@covalent.net>
30104              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
30105              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
30106      Branch: perl
30107            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
30108            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
30109            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
30110            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
30111            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
30112            ! ext/SDBM_File/SDBM_File.xs
30113 ____________________________________________________________________________
30114 [  8836] By: jhi                                   on 2001/02/18  22:11:20
30115         Log: Misapplied regex optimizations when \C is present.
30116              Fixes 20001230.002.
30117              
30118              What still remains broken is that the submatches that
30119              have \C in them get their UTF8 flag on because their
30120              parent SV has it on.  This will result in malformed
30121              UTF8 if a \C happened to match a non-ASCII byte.
30122      Branch: perl
30123            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
30124            ! t/pragma/utf8.t
30125 ____________________________________________________________________________
30126 [  8835] By: jhi                                   on 2001/02/18  20:12:02
30127         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
30128              
30129              The hash key got wrongly UTF8fied.
30130      Branch: perl
30131            ! pod/perlapi.pod toke.c utf8.c
30132 ____________________________________________________________________________
30133 [  8834] By: jhi                                   on 2001/02/18  19:44:25
30134         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
30135              don't warn on magical or overloaded things.
30136      Branch: perl
30137            ! pp_hot.c
30138 ____________________________________________________________________________
30139 [  8833] By: nick                                  on 2001/02/18  19:31:22
30140         Log: Integrate mainline
30141      Branch: perlio
30142           +> t/TestInit.pm t/run/runenv.t
30143            - t/UTEST
30144           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
30145           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
30146           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
30147           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
30148           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
30149           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
30150           !> utf8.c
30151 ____________________________________________________________________________
30152 [  8832] By: jhi                                   on 2001/02/18  19:21:18
30153         Log: Integrate perlio.
30154      Branch: perl
30155           !> perlio.c pod/perldiag.pod
30156 ____________________________________________________________________________
30157 [  8831] By: jhi                                   on 2001/02/18  19:14:20
30158         Log: Integrate change #8827 from mainline.
30159              
30160              UTF8 tweaks.
30161      Branch: maint-5.6/perl
30162           !> sv.c utf8.c
30163 ____________________________________________________________________________
30164 [  8830] By: nick                                  on 2001/02/18  19:10:34
30165         Log: Apply the spirit of patch from Nick Clark:
30166              Subject: [PATCH] Re: extensions that provide layers
30167              From: Nicholas Clark <nick@ccl4.org>
30168              Date: Mon, 12 Feb 2001 16:43:51 +0000
30169              Message-Id: <20010212164350.Q3652@plum.flirble.org>
30170      Branch: perlio
30171            ! perlio.c pod/perldiag.pod
30172 ____________________________________________________________________________
30173 [  8829] By: jhi                                   on 2001/02/18  19:03:25
30174         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
30175              From: schwern@pobox.com 
30176              Date: Sun, 18 Feb 2001 13:44:35 -0500
30177              Message-ID: <20010218134435.A17544@magnonel.guild.net>
30178              
30179              Applied, but as t/TestInit.pm.
30180      Branch: perl
30181            + t/TestInit.pm
30182            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
30183            ! t/op/subst_wamp.t
30184 ____________________________________________________________________________
30185 [  8828] By: jhi                                   on 2001/02/18  18:43:52
30186         Log: Integrate perlio.
30187      Branch: perl
30188           !> perlio.c
30189 ____________________________________________________________________________
30190 [  8827] By: jhi                                   on 2001/02/18  18:41:33
30191         Log: UTF-8 tweaks.
30192      Branch: perl
30193            ! sv.c utf8.c
30194 ____________________________________________________________________________
30195 [  8826] By: nick                                  on 2001/02/18  17:40:59
30196         Log: Fix [ID 20010217.002]
30197              open FOO, "<:raw:perlio", ...
30198              :raw now inserts default base layer below itself.
30199              Also
30200              open FOO, "<:unix", ...
30201              works as well - but leaves buffer layer on stack under the unix layer.
30202      Branch: perlio
30203            ! perlio.c
30204 ____________________________________________________________________________
30205 [  8825] By: jhi                                   on 2001/02/18  17:15:39
30206         Log: Integrate perlio.
30207      Branch: perl
30208           !> perlio.c perliol.h
30209 ____________________________________________________________________________
30210 [  8824] By: jhi                                   on 2001/02/18  17:10:53
30211         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
30212              From: schwern@pobox.com
30213              Date: Sun, 18 Feb 2001 01:48:50 -0500
30214              Message-ID: <20010218014850.C19957@magnonel.guild.net>
30215      Branch: perl
30216            ! lib/Test/Harness.pm t/TEST t/op/chop.t
30217 ____________________________________________________________________________
30218 [  8823] By: jhi                                   on 2001/02/18  17:01:06
30219         Log: Add run/*.t to testables.
30220      Branch: perl
30221            ! t/TEST
30222 ____________________________________________________________________________
30223 [  8822] By: jhi                                   on 2001/02/18  16:58:58
30224         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
30225              From: schwern@pobox.com
30226              Date: Sun, 18 Feb 2001 01:11:35 -0500
30227              Message-ID: <20010218011135.A19957@magnonel.guild.net>
30228              
30229              Revive mjd's and Simon's PERL5OPT fix.
30230      Branch: perl
30231            + t/run/runenv.t
30232            ! MANIFEST perl.c
30233 ____________________________________________________________________________
30234 [  8821] By: jhi                                   on 2001/02/18  16:53:46
30235         Log: Subject: Re: Why t/TEST and not Test::Harness?
30236              From: schwern@pobox.com
30237              Date: Sat, 17 Feb 2001 22:44:44 -0500
30238              Message-ID: <20010217224444.A6679@magnonel.guild.net>
30239              
30240              Replace UTEST with TEST -utf8.
30241      Branch: perl
30242            - t/UTEST
30243            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
30244            ! t/lib/glob-basic.t
30245 ____________________________________________________________________________
30246 [  8820] By: nick                                  on 2001/02/18  13:06:16
30247         Log: Clean up a few core dumps when layers are used in unexpected ways.
30248              (Still not "right"...)
30249      Branch: perlio
30250            ! perlio.c perliol.h
30251 ____________________________________________________________________________
30252 [  8819] By: jhi                                   on 2001/02/18  02:25:55
30253         Log: Integrate change #8818 from maintperl, a FAQ nit.
30254      Branch: perl
30255           !> pod/perlfaq4.pod
30256 ____________________________________________________________________________
30257 [  8818] By: jhi                                   on 2001/02/18  02:24:50
30258         Log: FAQ nit from Chris Fedde.
30259      Branch: maint-5.6/perl
30260            ! pod/perlfaq4.pod
30261 ____________________________________________________________________________
30262 [  8817] By: nick                                  on 2001/02/17  18:20:14
30263         Log: Integrate mainline
30264      Branch: perlio
30265           +> lib/unicode/UCD.html lib/unicode/Unicode.html
30266           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
30267           +> pod/perlclib.pod
30268            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
30269            - lib/unicode/Unicode.301
30270           !> (integrate 324 files)
30271 ____________________________________________________________________________
30272 [  8816] By: jhi                                   on 2001/02/17  16:56:58
30273         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
30274      Branch: perl
30275            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
30276            ! ext/Storable/Storable.xs t/lib/st-06compat.t
30277            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
30278 ____________________________________________________________________________
30279 [  8815] By: jhi                                   on 2001/02/17  16:40:07
30280         Log: Subject: [patch] -Wall
30281              From: Doug MacEachern <dougm@covalent.net>
30282              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
30283              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
30284      Branch: perl
30285            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
30286            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
30287 ____________________________________________________________________________
30288 [  8814] By: jhi                                   on 2001/02/16  19:27:18
30289         Log: Document qu better.
30290      Branch: perl
30291            ! pod/perlop.pod
30292 ____________________________________________________________________________
30293 [  8813] By: jhi                                   on 2001/02/15  13:54:37
30294         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
30295              From: Hugo <hv@crypt.compulink.co.uk>
30296              Date: Thu, 15 Feb 2001 13:39:49 +0000
30297              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
30298      Branch: perl
30299            ! toke.c
30300 ____________________________________________________________________________
30301 [  8812] By: alanbur                               on 2001/02/15  13:52:16
30302         Log: Resynchronised with parent
30303      Branch: maint-5.6/pureperl
30304            - ebcdic.c
30305           !> (integrate 36 files)
30306 ____________________________________________________________________________
30307 [  8811] By: jhi                                   on 2001/02/15  13:51:16
30308         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
30309              
30310              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
30311              From: Jan Dubois <JanD@ActiveState.com>
30312              Date: Wed, 31 Jan 2001 21:17:03 -0800
30313              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
30314              
30315              tweak change#8659 to keep it simple
30316              
30317              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
30318              From: Russ Allbery <rra@stanford.edu>
30319              Date: 14 Feb 2001 10:15:41 -0800
30320              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
30321              
30322              (8809 empty)
30323
30324              Upgrade to podlators 1.08, from Russ Allbery.
30325      Branch: perl
30326           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
30327           !> utils/perldoc.PL
30328 ____________________________________________________________________________
30329 [  8810] By: jhi                                   on 2001/02/15  13:35:08
30330         Log: Upgrade to podlators 1.08, from Russ Allbery.
30331      Branch: maint-5.6/perl
30332            ! lib/Pod/Man.pm lib/Pod/Text.pm
30333 ____________________________________________________________________________
30334 [  8809] By: jhi                                   on 2001/02/15  13:26:38
30335         Log: (accidentally empty check-in)
30336      Branch: maint-5.6/perl
30337            ! lib/Test/Harness.pm
30338 ____________________________________________________________________________
30339 [  8808] By: jhi                                   on 2001/02/15  13:23:47
30340         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
30341              From: Russ Allbery <rra@stanford.edu>
30342              Date: 14 Feb 2001 10:15:41 -0800
30343              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
30344              
30345              perldoc was hardcoding $Config{installscript}, which breaks
30346              when install* isn't where Perl ends up (such as with AFS).
30347              
30348              Use $Config{scriptdir} instead.
30349      Branch: maint-5.6/perl
30350            ! utils/perldoc.PL
30351 ____________________________________________________________________________
30352 [  8807] By: jhi                                   on 2001/02/14  14:37:27
30353         Log: Update Changes.
30354      Branch: perl
30355            ! Changes patchlevel.h
30356 ____________________________________________________________________________
30357 [  8806] By: jhi                                   on 2001/02/14  14:25:31
30358         Log: Integrate changes #8803,8804,8805 from mainline.
30359              
30360              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
30361              
30362              Don't skip too much of the locale error message if no environ array,
30363              from Chris Nandor.
30364              
30365              More MacOS Classic fixes from Chris Nandor.
30366      Branch: maint-5.6/perl
30367           !> doop.c lib/Cwd.pm perl.c perl.h util.c
30368 ____________________________________________________________________________
30369 [  8805] By: jhi                                   on 2001/02/14  03:29:01
30370         Log: More MacOS Classic fixes from Chris Nandor.
30371      Branch: perl
30372            ! doop.c lib/Cwd.pm
30373 ____________________________________________________________________________
30374 [  8804] By: jhi                                   on 2001/02/14  03:18:35
30375         Log: Don't skip too much of the locale error message if no environ array,
30376              from Chris Nandor.
30377      Branch: perl
30378            ! util.c
30379 ____________________________________________________________________________
30380 [  8803] By: jhi                                   on 2001/02/14  03:14:14
30381         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
30382      Branch: perl
30383            ! perl.c perl.h
30384 ____________________________________________________________________________
30385 [  8802] By: jhi                                   on 2001/02/13  18:31:33
30386         Log: AUTHORS update.
30387      Branch: perl
30388            ! AUTHORS
30389 ____________________________________________________________________________
30390 [  8801] By: jhi                                   on 2001/02/13  17:55:19
30391         Log: Integrate change #8792 from mainline.
30392              
30393              Subject: buncha MacPerl patches for bleadperl
30394              From: Chris Nandor <pudge@pobox.com>
30395              Date: Tue, 13 Feb 2001 00:02:43 -0500
30396              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
30397      Branch: maint-5.6/perl
30398           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
30399           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
30400           !> t/lib/basename.t toke.c util.h
30401 ____________________________________________________________________________
30402 [  8800] By: jhi                                   on 2001/02/13  17:46:43
30403         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
30404              to be forced to Off_t.
30405              
30406              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
30407              From: nick@ccl4.org
30408              Date: Thu, 1 Feb 2001 12:01:04 +0000
30409              Message-Id: <20010201120103.E11401@plum.flirble.org>
30410      Branch: maint-5.6/perl
30411            ! iperlsys.h perlio.c
30412 ____________________________________________________________________________
30413 [  8799] By: jhi                                   on 2001/02/13  16:52:51
30414         Log: Duplex duplex hunk hunk.
30415      Branch: maint-5.6/perl
30416            ! Makefile.SH
30417 ____________________________________________________________________________
30418 [  8797] By: jhi                                   on 2001/02/13  14:52:04
30419         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
30420              From: "Craig A. Berry" <craigberry@mac.com>
30421              Date: Mon, 12 Feb 2001 11:05:25 -0600
30422              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
30423      Branch: perl
30424            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
30425 ____________________________________________________________________________
30426 [  8796] By: jhi                                   on 2001/02/13  14:36:47
30427         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
30428              From: simon.cozens@pembroke.oxford.ac.uk 
30429              Date: Sat, 10 Feb 2001 17:57:02 +0000
30430              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
30431              
30432              Now it does include.
30433      Branch: perl
30434            ! pod/perldiag.pod
30435 ____________________________________________________________________________
30436 [  8795] By: jhi                                   on 2001/02/13  14:30:11
30437         Log: Sort the MANIFEST.
30438      Branch: perl
30439            ! MANIFEST
30440 ____________________________________________________________________________
30441 [  8794] By: jhi                                   on 2001/02/13  14:26:51
30442         Log: Integrate change #8793 from mainline, FAQ updates.
30443      Branch: maint-5.6/perl
30444           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
30445 ____________________________________________________________________________
30446 [  8793] By: jhi                                   on 2001/02/13  14:25:13
30447         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
30448      Branch: perl
30449            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
30450 ____________________________________________________________________________
30451 [  8792] By: jhi                                   on 2001/02/13  14:22:50
30452         Log: Subject: buncha MacPerl patches for bleadperl
30453              From: Chris Nandor <pudge@pobox.com>
30454              Date: Tue, 13 Feb 2001 00:02:43 -0500
30455              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
30456      Branch: perl
30457            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
30458            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
30459            ! t/lib/basename.t toke.c util.h
30460 ____________________________________________________________________________
30461 [  8791] By: jhi                                   on 2001/02/13  14:10:39
30462         Log: Integrate change #8790 from mainline.
30463              
30464              environ array wrongly assumed in Perl_init_i18nl10n(),
30465      Branch: maint-5.6/perl
30466           !> util.c
30467 ____________________________________________________________________________
30468 [  8790] By: jhi                                   on 2001/02/13  14:06:15
30469         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
30470              noticed by Chris Nandor in MacOS Classic.
30471      Branch: perl
30472            ! util.c
30473 ____________________________________________________________________________
30474 [  8789] By: jhi                                   on 2001/02/13  13:58:07
30475         Log: Integrate changes #8373,8487,8544,8783 from mainline.
30476              
30477              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
30478              hints files, the dynaloading, assimilate ebcdic into util.c.
30479      Branch: maint-5.6/perl
30480            - ebcdic.c
30481            ! MANIFEST hints/posix-bc.sh
30482           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
30483           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
30484           !> perlapi.c proto.h util.c
30485 ____________________________________________________________________________
30486 [  8788] By: alanbur                               on 2001/02/13  10:33:13
30487         Log: Integrated changes from maint-5.6
30488      Branch: maint-5.6/pureperl
30489           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
30490           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
30491           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
30492           !> vos/config.ga.h vos/configure_perl.cm
30493 ____________________________________________________________________________
30494 [  8787] By: jhi                                   on 2001/02/13  05:56:36
30495         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
30496      Branch: perl
30497           !> Makefile.SH
30498 ____________________________________________________________________________
30499 [  8786] By: jhi                                   on 2001/02/13  05:54:34
30500         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
30501              From: Dorner Thomas <Thomas.Dorner@start.de>
30502              Date: Mon, 12 Feb 2001 15:06:26 +0100
30503              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
30504      Branch: maint-5.6/perl
30505            ! Makefile.SH
30506 ____________________________________________________________________________
30507 [  8785] By: jhi                                   on 2001/02/13  05:29:04
30508         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
30509      Branch: perl
30510           !> hints/openbsd.sh
30511 ____________________________________________________________________________
30512 [  8784] By: jhi                                   on 2001/02/13  02:25:24
30513         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
30514              From: Peter Prymmer <pvhp@forte.com>
30515              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
30516              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
30517      Branch: perl
30518            ! pod/perlclib.pod
30519 ____________________________________________________________________________
30520 [  8783] By: jhi                                   on 2001/02/13  02:22:36
30521         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
30522      Branch: perl
30523            - ebcdic.c
30524            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
30525            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
30526            ! util.c
30527 ____________________________________________________________________________
30528 [  8782] By: jhi                                   on 2001/02/13  02:00:07
30529         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
30530      Branch: maint-5.6/perl
30531            ! pod/perlport.pod
30532 ____________________________________________________________________________
30533 [  8781] By: jhi                                   on 2001/02/13  01:58:44
30534         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
30535      Branch: maint-5.6/perl
30536            ! hints/openbsd.sh
30537 ____________________________________________________________________________
30538 [  8780] By: jhi                                   on 2001/02/13  01:57:33
30539         Log: Synchronize the regexp tests between maintperl and mainline.
30540      Branch: maint-5.6/perl
30541           !> t/op/re_tests
30542 ____________________________________________________________________________
30543 [  8779] By: jhi                                   on 2001/02/13  01:49:35
30544         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
30545              From: Hugo <hv@crypt.compulink.co.uk>
30546              Date: Tue, 13 Feb 2001 00:11:11 +0000
30547              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
30548      Branch: perl
30549            ! regcomp.c t/op/re_tests
30550 ____________________________________________________________________________
30551 [  8778] By: jhi                                   on 2001/02/13  00:23:10
30552         Log: Comments do not nest.
30553      Branch: perl
30554            ! perl.h
30555 ____________________________________________________________________________
30556 [  8777] By: jhi                                   on 2001/02/13  00:17:54
30557         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
30558              From: Hugo <hv@crypt.compulink.co.uk>
30559              Date: Tue, 13 Feb 2001 00:11:11 +0000
30560              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
30561      Branch: maint-5.6/perl
30562            ! regcomp.c t/op/re_tests
30563 ____________________________________________________________________________
30564 [  8776] By: jhi                                   on 2001/02/12  23:25:52
30565         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
30566      Branch: maint-5.6/perl
30567            ! pod/perlport.pod
30568 ____________________________________________________________________________
30569 [  8775] By: jhi                                   on 2001/02/12  23:04:28
30570         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
30571      Branch: maint-5.6/perl
30572            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
30573            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
30574            ! vos/configure_perl.cm
30575 ____________________________________________________________________________
30576 [  8774] By: jhi                                   on 2001/02/12  22:59:11
30577         Log: Subject: Re: [patch] context for 'U' magic functions
30578              From: Doug MacEachern <dougm@covalent.net>
30579              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
30580              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
30581              
30582              plus the suggestion by Nick Ing-Simmons to name the macro
30583              as PERL_MG_UFUNC to avoid namespace pollution, plus add
30584              the advice by Doug for XS writers to perl.h
30585      Branch: perl
30586            ! mg.c perl.h
30587 ____________________________________________________________________________
30588 [  8773] By: jhi                                   on 2001/02/11  20:14:12
30589         Log: Update Changes.
30590      Branch: perl
30591            ! Changes patchlevel.h
30592 ____________________________________________________________________________
30593 [  8772] By: jhi                                   on 2001/02/11  18:47:52
30594         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
30595              From: Simon Cozens <simon@cozens.net>
30596              Date: Wed, 31 Jan 2001 16:31:43 +0000
30597              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
30598      Branch: perl
30599            + pod/perlclib.pod
30600            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
30601            ! pod/perltoc.pod
30602 ____________________________________________________________________________
30603 [  8771] By: jhi                                   on 2001/02/11  18:36:48
30604         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
30605              
30606              Blocks-4d3.beta.txt
30607              CaseFolding-3d4.beta.txt
30608              CompositionExclusions-3d6.beta.txt
30609              EastAsianWidth-4d4.beta.txt
30610              LineBreak-6d3.beta.txt
30611              NamesList-3.1.0d1.beta.txt
30612              PropList-3.1.0d4.beta.txt
30613              SpecialCasing-4d1.beta.txt
30614              UnicodeData-3.1.0d6.beta.txt
30615      Branch: perl
30616            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
30617           +> lib/unicode/UCD.html lib/unicode/Unicode.html
30618            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
30619            - lib/unicode/Unicode.301
30620            ! (edit 257 files)
30621 ____________________________________________________________________________
30622 [  8770] By: jhi                                   on 2001/02/11  17:26:22
30623         Log: UTF-8 documentation.
30624      Branch: perl
30625            ! utf8.h
30626 ____________________________________________________________________________
30627 [  8769] By: jhi                                   on 2001/02/11  17:12:49
30628         Log: Retract #8762.
30629      Branch: perl
30630            ! regexec.c
30631 ____________________________________________________________________________
30632 [  8768] By: jhi                                   on 2001/02/11  16:54:45
30633         Log: Subject: [PATCH] Test::Harness
30634              From: andreas.koenig@anima.de (Andreas J. Koenig)
30635              Date: 11 Feb 2001 14:37:00 +0100
30636              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
30637      Branch: perl
30638            ! lib/Test/Harness.pm
30639 ____________________________________________________________________________
30640 [  8767] By: jhi                                   on 2001/02/11  16:53:52
30641         Log: Subject: [PATCH] Document makepatch in Porting/patching
30642              From: andreas.koenig@anima.de (Andreas J. Koenig)
30643              Date: 11 Feb 2001 16:46:28 +0100
30644              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
30645      Branch: perl
30646            ! Porting/patching.pod
30647 ____________________________________________________________________________
30648 [  8766] By: jhi                                   on 2001/02/11  06:30:23
30649         Log: Subject: Re: [patch] GvSHARED
30650              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
30651              From: Doug MacEachern <dougm@covalent.net>
30652              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
30653              
30654              Subject: Re: [patch] GvSHARED
30655              From: Doug MacEachern <dougm@covalent.net>
30656              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
30657              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
30658              
30659              Subject: [patch] attributes.pm support for `shared'
30660              From: Doug MacEachern <dougm@covalent.net>
30661              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
30662              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
30663              
30664              our() attributes were ignored, our :shared pieces missing,
30665              allow attributes.pm to turn on shared.
30666      Branch: perl
30667            ! op.c t/op/attrs.t toke.c xsutils.c
30668 ____________________________________________________________________________
30669 [  8765] By: alanbur                               on 2001/02/10  23:11:19
30670         Log: Resync with parent (hopefully sucessfully this time)
30671      Branch: maint-5.6/pureperl
30672           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
30673           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
30674           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
30675           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
30676           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
30677           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
30678           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
30679 ____________________________________________________________________________
30680 [  8764] By: jhi                                   on 2001/02/10  22:54:38
30681         Log: Make TEST and UTEST more verbose in case something goes
30682              wrong in running/compiling a script, suggested by Doug
30683              MacEachern.
30684      Branch: perl
30685            ! t/TEST t/UTEST
30686 ____________________________________________________________________________
30687 [  8763] By: jhi                                   on 2001/02/10  22:11:34
30688         Log: Bogus shebang.
30689      Branch: perl
30690            ! t/lib/texttabs.t
30691 ____________________________________________________________________________
30692 [  8762] By: jhi                                   on 2001/02/10  21:56:02
30693         Log: (Retracted by #8769)
30694      Branch: perl
30695            ! regexec.c
30696 ____________________________________________________________________________
30697 [  8761] By: jhi                                   on 2001/02/10  21:26:15
30698         Log: Subject: Re: [patch] GvSHARED 
30699              From: Doug MacEachern <dougm@covalent.net>
30700              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
30701              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
30702              
30703              our @EXPORT : shared = (...);
30704      Branch: perl
30705            ! toke.c
30706 ____________________________________________________________________________
30707 [  8760] By: jhi                                   on 2001/02/10  21:25:07
30708         Log: Subject: [patch] GvSHARED
30709              From: Doug MacEachern <dougm@covalent.net>
30710              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
30711              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
30712      Branch: perl
30713            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
30714 ____________________________________________________________________________
30715 [  8759] By: alanbur                               on 2001/02/10  21:24:27
30716         Log: Backed out mismerge.
30717      Branch: maint-5.6/pureperl
30718            ! MANIFEST README.hpux README.vmesa gv.c installhtml
30719            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
30720            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
30721            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
30722            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
30723            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
30724            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
30725 ____________________________________________________________________________
30726 [  8758] By: jhi                                   on 2001/02/10  18:01:17
30727         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
30728              
30729              Fixed UMRs and leak in Perl_pmtrans()
30730              
30731              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
30732              associated UTFied tr/// code.  Also fixed scoping leak of
30733              PL_reg_start_tmp.
30734              
30735              newATTRSUB leaks when an attempt to redefine the active sort sub is
30736              made.
30737      Branch: maint-5.6/perl
30738           !> op.c regcomp.c
30739 ____________________________________________________________________________
30740 [  8757] By: alanbur                               on 2001/02/10  17:56:46
30741         Log: Resynchronised with parent
30742      Branch: maint-5.6/pureperl
30743           +> README.bs2000
30744            - README.posix-bc
30745            ! gv.c perl.c sv.c
30746           !> MANIFEST README.hpux README.vmesa installhtml
30747           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
30748           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
30749           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
30750           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
30751           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
30752           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
30753 ____________________________________________________________________________
30754 [  8756] By: alanbur                               on 2001/02/10  17:51:15
30755         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
30756              made.
30757      Branch: maint-5.6/pureperl
30758            ! op.c
30759 ____________________________________________________________________________
30760 [  8755] By: jhi                                   on 2001/02/09  22:41:35
30761         Log: Upgrade to CPAN 1.59_54, from Andreas König.
30762      Branch: perl
30763            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
30764 ____________________________________________________________________________
30765 [  8754] By: jhi                                   on 2001/02/09  22:29:20
30766         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
30767              
30768              Didn't upgrade the fill.t since it has a dependency to File::Slurp
30769              purely for debugging purposes, the actual test hasn't changed.
30770      Branch: perl
30771            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
30772            ! t/lib/textwrap.t
30773 ____________________________________________________________________________
30774 [  8753] By: jhi                                   on 2001/02/09  20:17:50
30775         Log: Integrate change #8682 from maintperl.
30776              
30777              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
30778              to work correctly.
30779      Branch: perl
30780           !> hints/irix_6.sh
30781 ____________________________________________________________________________
30782 [  8752] By: jhi                                   on 2001/02/09  20:00:46
30783         Log: Update Changes.
30784      Branch: perl
30785            ! Changes patchlevel.h
30786 ____________________________________________________________________________
30787 [  8751] By: nick                                  on 2001/02/09  19:48:37
30788         Log: Integrate mainline
30789      Branch: perlio
30790           +> README.bs2000 t/lib/cgi-esc.t
30791            - README.posix-bc
30792           !> (integrate 53 files)
30793 ____________________________________________________________________________
30794 [  8750] By: nick                                  on 2001/02/09  19:25:16
30795         Log: Subject: RE: Biannual Competition to Improve Hashing Function
30796              From: Fisher Mark <fisherm@tce.com>
30797              Date: Thu, 8 Feb 2001 10:44:00 -0500
30798              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
30799              Date: Thu, 8 Feb 2001 15:02:47 -0500
30800              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
30801      Branch: perl
30802            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
30803 ____________________________________________________________________________
30804 [  8749] By: jhi                                   on 2001/02/09  19:02:35
30805         Log: Forgotten fragment.
30806      Branch: perl
30807            ! pod/perlapi.pod
30808 ____________________________________________________________________________
30809 [  8748] By: jhi                                   on 2001/02/09  18:31:34
30810         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
30811              plus manual tweakage.
30812              
30813              Sync the perlfaq2 between mainline and maintperl.
30814      Branch: maint-5.6/perl
30815            ! pod/perlfaq2.pod
30816      Branch: perl
30817           !> pod/perlfaq2.pod
30818 ____________________________________________________________________________
30819 [  8747] By: jhi                                   on 2001/02/09  18:12:04
30820         Log: Subject: versiononly and installperl
30821              From: abigail@foad.org
30822              Date: Wed, 7 Feb 2001 22:43:12 +0100
30823              Message-ID: <20010207214312.7045.qmail@foad.org>    
30824              
30825              Add +v flag to force a normal install of the perl binary
30826              and the utilities.
30827              
30828              Subject: [PATCH] installperl
30829              From: Nicholas Clark <nick@ccl4.org>
30830              Date: Fri, 9 Feb 2001 16:28:57 +0000
30831              Message-ID: <20010209162857.B10931@plum.flirble.org>
30832              
30833              Add -A flag which also hardlinks the binary with
30834              the full architecture name.
30835      Branch: perl
30836            ! installperl
30837 ____________________________________________________________________________
30838 [  8746] By: jhi                                   on 2001/02/09  18:03:43
30839         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
30840              
30841              Subject: perlfaq2, re: perlmongers
30842              
30843              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
30844              
30845              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
30846              
30847              Subject: [ID 20010205.001] typo in perlfaq9
30848              
30849              Subject: [ID 20010208.002] unordered explanation in perlcall
30850      Branch: maint-5.6/perl
30851           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
30852           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
30853           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
30854 ____________________________________________________________________________
30855 [  8745] By: jhi                                   on 2001/02/09  17:59:09
30856         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
30857              From: abela@geneanet.org
30858              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
30859              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
30860      Branch: perl
30861            ! pod/perlcall.pod
30862 ____________________________________________________________________________
30863 [  8744] By: jhi                                   on 2001/02/09  17:48:16
30864         Log: Subject: [ID 20010205.001] typo in perlfaq9
30865              From: eserte@vran.herceg.de
30866              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
30867              Message-Id: <200102042244.XAA21926@vran.herceg.de>
30868      Branch: perl
30869            ! pod/perlfaq9.pod
30870 ____________________________________________________________________________
30871 [  8743] By: jhi                                   on 2001/02/09  17:25:12
30872         Log: Integrate change #8695 from maintperl.
30873              
30874              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
30875      Branch: perl
30876           !> thread.h
30877 ____________________________________________________________________________
30878 [  8742] By: jhi                                   on 2001/02/09  17:21:22
30879         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
30880              From: Andy Dougherty <doughera@lafayette.edu>
30881              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
30882              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
30883      Branch: perl
30884            ! embed.pl
30885 ____________________________________________________________________________
30886 [  8741] By: jhi                                   on 2001/02/09  17:05:19
30887         Log: Integrate changes #8738,8739,8740 from maintperl.
30888              
30889              Html files will be installed in a more logical and easier to
30890              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
30891              
30892              Html files will be generated with a header to make them look
30893              a little less bare.
30894              
30895              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
30896      Branch: perl
30897           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
30898 ____________________________________________________________________________
30899 [  8740] By: jhi                                   on 2001/02/09  17:03:46
30900         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
30901              From: "Brendan O'Dea" <bod@compusol.com.au>
30902              Date: Sun, 4 Feb 2001 11:17:56 +1100
30903              Message-ID: <20010204111756.A16301@compusol.com.au>
30904      Branch: maint-5.6/perl
30905            ! pod/perlfaq3.pod
30906 ____________________________________________________________________________
30907 [  8739] By: jhi                                   on 2001/02/09  17:01:59
30908         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
30909              From: "Indy Singh" <indy@nusphere.com>
30910              Date: Fri, 2 Feb 2001 15:09:59 -0500
30911              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
30912              
30913              Html files will be generated with a header to make them look
30914              a little less bare.
30915      Branch: maint-5.6/perl
30916            ! installhtml
30917 ____________________________________________________________________________
30918 [  8738] By: jhi                                   on 2001/02/09  16:58:48
30919         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
30920              From: "Indy Singh" <indy@nusphere.com>
30921              Date: Fri, 2 Feb 2001 15:08:23 -0500
30922              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
30923              
30924              Html files will be installed in a more logical and easier to
30925              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
30926      Branch: maint-5.6/perl
30927            ! win32/Makefile win32/makefile.mk
30928 ____________________________________________________________________________
30929 [  8737] By: jhi                                   on 2001/02/09  16:46:54
30930         Log: Integrate changes #8687,8736 from maintperl.
30931              
30932              HP-UX thread patches from Merijn H. Brand.
30933              
30934              Latin nit from Philip Newton.
30935      Branch: perl
30936           !> README.hpux hints/hpux.sh
30937 ____________________________________________________________________________
30938 [  8736] By: jhi                                   on 2001/02/09  16:42:31
30939         Log: Latin nit from Philip Newton.
30940      Branch: maint-5.6/perl
30941            ! README.hpux
30942 ____________________________________________________________________________
30943 [  8735] By: jhi                                   on 2001/02/09  16:24:03
30944         Log: Integrate changes #8704,8710 from pureperl.
30945              
30946              Fixed UMRs and leak in Perl_pmtrans()
30947              
30948              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
30949              associated UTFied tr/// code.  Also fixed scoping leak of
30950              PL_reg_start_tmp.
30951      Branch: perl
30952           !> op.c regcomp.c
30953 ____________________________________________________________________________
30954 [  8734] By: jhi                                   on 2001/02/09  15:40:21
30955         Log: Integrate change #8733 from maintperl.
30956              
30957              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
30958      Branch: perl
30959           !> pod/perlre.pod
30960 ____________________________________________________________________________
30961 [  8733] By: jhi                                   on 2001/02/09  15:35:47
30962         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
30963              From: Prymmer/Kahn <pvhp@best.com>
30964              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
30965              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
30966      Branch: maint-5.6/perl
30967            ! pod/perlre.pod
30968 ____________________________________________________________________________
30969 [  8732] By: jhi                                   on 2001/02/09  15:26:17
30970         Log: Rename README.posix-bc to README.bs2000 (to avoid the
30971              confusion of a "perlposix-bc.pod"), add a few missing
30972              arch pods, regen toc.
30973      Branch: maint-5.6/perl
30974           +> README.bs2000
30975            - README.posix-bc
30976            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
30977            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
30978 ____________________________________________________________________________
30979 [  8731] By: jhi                                   on 2001/02/09  15:23:39
30980         Log: De-cut-and-pasto.
30981      Branch: perl
30982            ! pod/perl.pod
30983 ____________________________________________________________________________
30984 [  8730] By: jhi                                   on 2001/02/09  15:11:13
30985         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
30986              when people think that perlposix-bc.pod tells anything about
30987              Perl and POSIX.  Regen toc.
30988      Branch: perl
30989           +> README.bs2000
30990            - README.posix-bc
30991            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
30992            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
30993 ____________________________________________________________________________
30994 [  8729] By: jhi                                   on 2001/02/09  14:52:28
30995         Log: The README.vmesa part of #8712 from maintperl.
30996      Branch: perl
30997            ! README.vmesa
30998 ____________________________________________________________________________
30999 [  8728] By: jhi                                   on 2001/02/09  14:46:06
31000         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
31001              From: Peter Prymmer <pvhp@forte.com>
31002              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
31003              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
31004      Branch: maint-5.6/perl
31005            ! README.vmesa win32/Makefile win32/makefile.mk
31006 ____________________________________________________________________________
31007 [  8727] By: jhi                                   on 2001/02/09  14:33:25
31008         Log: Integrate change #8712 from mainline.
31009              
31010              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
31011      Branch: maint-5.6/perl
31012           !> lib/Pod/Find.pm
31013 ____________________________________________________________________________
31014 [  8726] By: jhi                                   on 2001/02/09  14:30:28
31015         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
31016              From: Peter Prymmer <pvhp@forte.com>
31017              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
31018              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
31019      Branch: perl
31020            + t/lib/cgi-esc.t
31021            ! MANIFEST lib/CGI/Util.pm
31022 ____________________________________________________________________________
31023 [  8725] By: jhi                                   on 2001/02/09  04:56:47
31024         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
31025      Branch: maint-5.6/perl
31026            ! pod/perlport.pod
31027 ____________________________________________________________________________
31028 [  8724] By: jhi                                   on 2001/02/09  04:40:59
31029         Log: Integrate changes 7819,7820 from vmsperl into mainline.
31030              
31031              Add header for LIB$ prototypes (C. Berry)
31032              
31033              Convert fwrite()s to sockets to write()s, since some socket stacks
31034              don't take kindly to stdio.
31035              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
31036              (for often optional LNMs)
31037              Correct a few typos
31038              (C. Bailey)
31039      Branch: perl
31040           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
31041 ____________________________________________________________________________
31042 [  8723] By: jhi                                   on 2001/02/09  03:29:29
31043         Log: Integrate change #8722 from mainline.
31044              
31045              The Im() function wasn't returning zero for non-Math::Complex
31046              arguments.  The bug reported by John Gamble.
31047      Branch: maint-5.6/perl
31048           !> lib/Math/Complex.pm
31049 ____________________________________________________________________________
31050 [  8722] By: jhi                                   on 2001/02/09  03:28:33
31051         Log: The Im() function wasn't returning zero for non-Math::Complex
31052              arguments.  The bug reported by John Gamble.
31053      Branch: perl
31054            ! lib/Math/Complex.pm
31055 ____________________________________________________________________________
31056 [  8721] By: nick                                  on 2001/02/08  22:11:35
31057         Log: Correct the correction :-(
31058      Branch: perl
31059            ! perl.c
31060 ____________________________________________________________________________
31061 [  8720] By: bailey                                on 2001/02/08  20:59:22
31062         Log: Convert frwite()s to sockets to write()s, since some socket stacks
31063              don't take kindly to stdio.
31064              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
31065              (for often optional LNMs)
31066              Correct a few typos
31067              (C. Bailey)
31068      Branch: vmsperl
31069            ! vms/vms.c vms/vmsish.h
31070 ____________________________________________________________________________
31071 [  8719] By: bailey                                on 2001/02/08  20:51:02
31072         Log: Add header for LIB$ prototypes (C. Berry)
31073      Branch: vmsperl
31074            ! ext/Devel/DProf/DProf.xs
31075 ____________________________________________________________________________
31076 [  8718] By: bailey                                on 2001/02/08  20:49:00
31077         Log: SYN SYN
31078      Branch: vmsperl
31079           +> pod/perliol.pod t/lib/sample-tests/bailout
31080           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
31081           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
31082           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
31083           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
31084           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
31085           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
31086            - lib/unicode/Is/DCinital.pl
31087           !> (integrate 101 files)
31088 ____________________________________________________________________________
31089 [  8717] By: nick                                  on 2001/02/08  19:38:48
31090         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
31091              From: Robin Barker <rmb1@cise.npl.co.uk>
31092              Date: Thu, 8 Feb 2001 14:38:07 GMT
31093              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
31094      Branch: perl
31095            ! lib/CPAN.pm
31096 ____________________________________________________________________________
31097 [  8716] By: nick                                  on 2001/02/08  19:29:07
31098         Log: Generated files form 8713 etc.
31099      Branch: perl
31100            ! embed.h global.sym objXSUB.h perlapi.c proto.h
31101 ____________________________________________________________________________
31102 [  8715] By: nick                                  on 2001/02/08  19:26:08
31103         Log: Fixup non-ithread build after 8713
31104      Branch: perl
31105            ! perl.c
31106 ____________________________________________________________________________
31107 [  8714] By: nick                                  on 2001/02/08  19:17:45
31108         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
31109              From: nick@ccl4.org
31110              Date: Wed, 7 Feb 2001 00:27:47 +0000
31111              Message-Id: <20010207002747.B63724@plum.flirble.org>
31112      Branch: perl
31113            ! sv.c toke.c
31114 ____________________________________________________________________________
31115 [  8713] By: nick                                  on 2001/02/08  19:15:58
31116         Log: Subject: Re: [patch] Re: PL_ptr_table
31117              From: Doug Maceachern <dougm@covalent.net>
31118              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
31119              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
31120      Branch: perl
31121            ! embed.pl perl.c sv.c sv.h
31122 ____________________________________________________________________________
31123 [  8712] By: nick                                  on 2001/02/08  19:12:47
31124         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
31125              From: Peter Prymmer <pvhp@forte.com>
31126              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
31127              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
31128      Branch: perl
31129            ! lib/Pod/Find.pm
31130 ____________________________________________________________________________
31131 [  8711] By: nick                                  on 2001/02/07  21:06:11
31132         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
31133              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
31134              From: Alan Burlison <Alan.Burlison@uk.sun.com>
31135              Date: Tue, 06 Feb 2001 23:37:01 +0000
31136              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
31137      Branch: perl
31138            ! regcomp.c
31139 ____________________________________________________________________________
31140 [  8710] By: alanbur                               on 2001/02/07  00:22:04
31141         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
31142              associated UTFied tr/// code.  Also fixed scoping leak of
31143              PL_reg_start_tmp.
31144      Branch: maint-5.6/pureperl
31145            ! op.c regcomp.c
31146 ____________________________________________________________________________
31147 [  8709] By: nick                                  on 2001/02/06  21:16:49
31148         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
31149              From: Michael G Schwern <schwern@pobox.com>
31150              Date: Sun, 4 Feb 2001 19:47:14 -0500
31151              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
31152      Branch: perl
31153            ! pod/perlapi.pod pod/perlmodlib.PL
31154 ____________________________________________________________________________
31155 [  8708] By: nick                                  on 2001/02/06  20:41:20
31156         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
31157              From: Michael G Schwern <schwern@pobox.com>
31158              Date: Sun, 4 Feb 2001 21:17:49 -0500
31159              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
31160      Branch: perl
31161            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
31162            ! pod/perltootc.pod
31163 ____________________________________________________________________________
31164 [  8707] By: nick                                  on 2001/02/06  20:29:11
31165         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
31166              From: Michael G Schwern <schwern@pobox.com>
31167              Date: Tue, 6 Feb 2001 05:54:30 -0500
31168              Message-Id: <20010206055430.A951@blackrider.aocn.com>
31169      Branch: perl
31170            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
31171 ____________________________________________________________________________
31172 [  8706] By: nick                                  on 2001/02/06  20:21:40
31173         Log: Subject: RE: some win32 fixes
31174              Date: Tue, 6 Feb 2001 09:23:20 +0300
31175              From: Vadim Konovalov <vkonovalov@lucent.com>
31176              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
31177      Branch: perl
31178            ! toke.c win32/Makefile win32/config.bc win32/config.gc
31179            ! win32/config.vc win32/config_H.bc win32/makefile.mk
31180 ____________________________________________________________________________
31181 [  8705] By: alanbur                               on 2001/02/06  15:00:03
31182         Log: Synchronised with parent
31183      Branch: maint-5.6/pureperl
31184            ! regexec.c
31185           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
31186           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
31187 ____________________________________________________________________________
31188 [  8704] By: alanbur                               on 2001/02/06  14:55:24
31189         Log: Fixed UMRs and leak in Perl_pmtrans()
31190      Branch: maint-5.6/pureperl
31191            ! op.c
31192 ____________________________________________________________________________
31193 [  8703] By: gsar                                  on 2001/02/06  02:29:37
31194         Log: $(MAKE) distclean doesn't clean up properly on windows
31195      Branch: maint-5.6/perl
31196            ! win32/Makefile win32/makefile.mk
31197 ____________________________________________________________________________
31198 [  8702] By: gsar                                  on 2001/02/06  01:00:46
31199         Log: tweak change#8659 to keep it simple
31200      Branch: maint-5.6/perl
31201            ! utils/perldoc.PL
31202 ____________________________________________________________________________
31203 [  8701] By: gsar                                  on 2001/02/05  22:45:41
31204         Log: change#8693 was missing testsuite changes
31205      Branch: maint-5.6/perl
31206           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
31207 ____________________________________________________________________________
31208 [  8700] By: nick                                  on 2001/02/05  20:32:52
31209         Log: Integrate mainline
31210      Branch: perlio
31211           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
31212           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
31213           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
31214           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
31215           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
31216           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
31217           +> t/lib/test-harness.t
31218           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
31219           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
31220           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
31221           !> pod/perlutil.pod t/TEST utils/h2xs.PL
31222 ____________________________________________________________________________
31223 [  8699] By: nick                                  on 2001/02/05  19:41:07
31224         Log: Subject: perlfaq2, re: perlmongers
31225              From: David H. Adler <dha@panix.com>
31226              Date: Sun, 4 Feb 2001 23:48:23 -0500
31227              Message-Id: <20010204234823.A13429@panix.com>
31228      Branch: perl
31229            ! pod/perlfaq2.pod
31230 ____________________________________________________________________________
31231 [  8698] By: nick                                  on 2001/02/05  19:39:31
31232         Log: Missed file f#rom the testharness mess.
31233      Branch: perl
31234            + t/lib/test-harness.t
31235 ____________________________________________________________________________
31236 [  8697] By: nick                                  on 2001/02/05  19:37:21
31237         Log: Subject: [DOC PATCH] overload.pm nits
31238              From: John Tobey <jtobey@john-edwin-tobey.org>
31239              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
31240              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
31241      Branch: perl
31242            ! lib/overload.pm
31243 ____________________________________________________________________________
31244 [  8696] By: alanbur                               on 2001/02/05  11:56:00
31245         Log: Sync with parent
31246      Branch: maint-5.6/pureperl
31247           !> thread.h
31248 ____________________________________________________________________________
31249 [  8695] By: gsar                                  on 2001/02/05  03:27:34
31250         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
31251      Branch: maint-5.6/perl
31252            ! thread.h
31253 ____________________________________________________________________________
31254 [  8694] By: alanbur                               on 2001/02/05  00:07:47
31255         Log: Initial branch creation from //depot/maint-5.6/perl
31256      Branch: maint-5.6/pureperl
31257           +> (branch 1719 files)
31258 ____________________________________________________________________________
31259 [  8693] By: gsar                                  on 2001/02/04  22:38:49
31260         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
31261              changes)
31262      Branch: maint-5.6/perl
31263           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
31264           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
31265           !> ext/DB_File/version.c
31266 ____________________________________________________________________________
31267 [  8692] By: nick                                  on 2001/02/04  18:15:57
31268         Log: The missed t/TEST part of the grand testharness upgrade.
31269      Branch: perl
31270            ! t/TEST
31271 ____________________________________________________________________________
31272 [  8691] By: nick                                  on 2001/02/04  18:05:17
31273         Log: New improved test harness
31274              Subject: Re: [PATCH Test::Harness] Third time's a charm?
31275              From: Michael G Schwern <schwern@pobox.com>
31276              Date: Sun, 4 Feb 2001 08:01:20 -0500
31277              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
31278      Branch: perl
31279            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
31280            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
31281            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
31282            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
31283            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
31284            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
31285            ! MANIFEST lib/Test/Harness.pm
31286 ____________________________________________________________________________
31287 [  8690] By: nick                                  on 2001/02/04  17:57:51
31288         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
31289              From: Jonathan Stowe <gellyfish@gellyfish.com>
31290              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
31291              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
31292      Branch: perl
31293            ! utils/h2xs.PL
31294 ____________________________________________________________________________
31295 [  8689] By: nick                                  on 2001/02/04  17:55:24
31296         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
31297              From: Michael G Schwern <schwern@pobox.com>
31298              Date: Sat, 3 Feb 2001 22:46:38 -0500
31299              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
31300      Branch: perl
31301            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
31302            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
31303 ____________________________________________________________________________
31304 [  8688] By: nick                                  on 2001/02/04  17:43:55
31305         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
31306              length byfailing to spot lack of closing )
31307              From: nick@talking.bollo.cx
31308              Date: Sat, 03 Feb 2001 23:53:16 +0000
31309              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
31310      Branch: perl
31311            ! perlio.c pod/perldiag.pod
31312 ____________________________________________________________________________
31313 [  8687] By: jhi                                   on 2001/02/03  17:11:42
31314         Log: HP-UX thread patches from Merijn H. Brand.
31315      Branch: maint-5.6/perl
31316            ! README.hpux hints/hpux.sh
31317 ____________________________________________________________________________
31318 [  8686] By: jhi                                   on 2001/02/03  16:40:12
31319         Log: Metaconfig changes for #8685.
31320      Branch: metaconfig
31321            ! U/installdirs/instubperl.U
31322      Branch: metaconfig/U/perl
31323            ! Devel.U versiononly.U
31324 ____________________________________________________________________________
31325 [  8685] By: jhi                                   on 2001/02/03  16:39:49
31326         Log: For -Dusedevel builds turn off installusrbinperl and turn on
31327              versiononly, a combined idea of Richard Soderberg and Merijn
31328              H. Brand.  You can still override both of these from the command
31329              line if you need to, -Dinstallusrbinperl and -Uversiononly.
31330      Branch: perl
31331            ! Configure
31332 ____________________________________________________________________________
31333 [  8684] By: jhi                                   on 2001/02/03  16:16:34
31334         Log: Metaconfig unit fix for #8683.
31335      Branch: metaconfig
31336            ! U/compline/nblock_io.U
31337 ____________________________________________________________________________
31338 [  8683] By: jhi                                   on 2001/02/03  16:16:12
31339         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
31340              reported by Peter Prymmer for 5.6-TRIAL1.
31341      Branch: perl
31342            ! Configure
31343 ____________________________________________________________________________
31344 [  8682] By: jhi                                   on 2001/02/03  05:52:11
31345         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
31346              to work correctly.
31347      Branch: maint-5.6/perl
31348            ! hints/irix_6.sh
31349 ____________________________________________________________________________
31350 [  8681] By: jhi                                   on 2001/02/03  05:47:33
31351         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
31352      Branch: maint-5.6/perl
31353            ! pod/perlport.pod
31354 ____________________________________________________________________________
31355 [  8680] By: jhi                                   on 2001/02/02  21:39:49
31356         Log: perlport update from Peter Prymmer.
31357      Branch: maint-5.6/perl
31358            ! pod/perlport.pod
31359 ____________________________________________________________________________
31360 [  8679] By: nick                                  on 2001/02/02  20:50:48
31361         Log: Integrate mainline
31362      Branch: perlio
31363           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
31364           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
31365           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
31366 ____________________________________________________________________________
31367 [  8678] By: gsar                                  on 2001/02/02  16:02:12
31368         Log: note about bincompat, slightly modified (from Lupe Christoph)
31369      Branch: maint-5.6/perl
31370            ! README.solaris
31371 ____________________________________________________________________________
31372 [  8677] By: jhi                                   on 2001/02/02  15:46:20
31373         Log: Supported platforms updates.
31374      Branch: maint-5.6/perl
31375            ! pod/perlport.pod
31376 ____________________________________________________________________________
31377 [  8676] By: jhi                                   on 2001/02/02  03:41:26
31378         Log: A couple more perlfaq2 tweaks.
31379      Branch: maint-5.6/perl
31380            ! pod/perlfaq2.pod
31381 ____________________________________________________________________________
31382 [  8675] By: jhi                                   on 2001/02/02  03:17:44
31383         Log: Misedit in #8661.
31384      Branch: maint-5.6/perl
31385            ! Configure
31386 ____________________________________________________________________________
31387 [  8674] By: jhi                                   on 2001/02/02  03:14:38
31388         Log: Damien again.
31389      Branch: maint-5.6/perl
31390            ! pod/perlfaq2.pod
31391 ____________________________________________________________________________
31392 [  8673] By: jhi                                   on 2001/02/02  03:12:40
31393         Log: perlfaq update from Elaine Ashton.
31394      Branch: maint-5.6/perl
31395            ! pod/perlfaq2.pod
31396 ____________________________________________________________________________
31397 [  8672] By: jhi                                   on 2001/02/02  03:07:08
31398         Log: UTF-8 s/// patch from Inaba Hiroto.
31399      Branch: maint-5.6/perl
31400            ! pp_ctl.c pp_hot.c
31401 ____________________________________________________________________________
31402 [  8671] By: jhi                                   on 2001/02/01  22:34:31
31403         Log: Update Changes.
31404      Branch: perl
31405            ! Changes patchlevel.h
31406 ____________________________________________________________________________
31407 [  8670] By: jhi                                   on 2001/02/01  22:15:29
31408         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
31409              from maintperl.
31410              
31411              Upgrade to Getopt::Long 2.25, from Johan Vromans.
31412              
31413              more files need to be writable in the source distribution
31414              
31415              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
31416              
31417              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
31418              
31419              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
31420              
31421              Allow the float to be fuzzier.
31422              
31423              need to use INT2PTR instead of a straight cast or ia64 fails
31424              
31425              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
31426              
31427              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
31428      Branch: perl
31429           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
31430           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
31431           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
31432 ____________________________________________________________________________
31433 [  8669] By: jhi                                   on 2001/02/01  21:57:02
31434         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
31435              From: Robin Barker <rmb1@cise.npl.co.uk>
31436              Date: Thu, 1 Feb 2001 16:59:05 GMT
31437              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
31438      Branch: maint-5.6/perl
31439            ! pod/perlmodlib.PL
31440 ____________________________________________________________________________
31441 [  8668] By: nick                                  on 2001/02/01  19:41:40
31442         Log: Integrate mainline
31443      Branch: perlio
31444           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
31445           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
31446           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
31447 ____________________________________________________________________________
31448 [  8667] By: gsar                                  on 2001/02/01  16:59:11
31449         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
31450      Branch: maint-5.6/perl
31451            ! embed.pl embedvar.h
31452 ____________________________________________________________________________
31453 [  8666] By: gsar                                  on 2001/02/01  16:34:51
31454         Log: add missing entries to win32/config.?c
31455      Branch: maint-5.6/perl
31456            ! win32/config.bc win32/config.gc win32/config.vc
31457            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
31458 ____________________________________________________________________________
31459 [  8665] By: jhi                                   on 2001/02/01  14:58:51
31460         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
31461              From: "Stephen P. Potter" <spp@spotter.yi.org>
31462              Date: Thu, 01 Feb 2001 10:45:46 -0500
31463              Message-Id: <200102011545.KAA31479@spotter.yi.org>
31464      Branch: maint-5.6/perl
31465            ! pod/perlfunc.pod
31466 ____________________________________________________________________________
31467 [  8664] By: gsar                                  on 2001/02/01  14:52:37
31468         Log: need to use INT2PTR instead of a straight cast or ia64 fails
31469              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
31470      Branch: maint-5.6/perl
31471            ! ext/POSIX/POSIX.xs
31472 ____________________________________________________________________________
31473 [  8663] By: jhi                                   on 2001/02/01  14:09:13
31474         Log: Allow the float to be fuzzier.
31475      Branch: maint-5.6/perl
31476            ! t/lib/peek.t
31477 ____________________________________________________________________________
31478 [  8662] By: jhi                                   on 2001/02/01  13:59:00
31479         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
31480              From: Robin Barker <rmb1@cise.npl.co.uk>
31481              Date: Thu, 1 Feb 2001 13:05:39 GMT
31482              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
31483      Branch: maint-5.6/perl
31484            ! pod/perlmodlib.pod
31485 ____________________________________________________________________________
31486 [  8661] By: jhi                                   on 2001/02/01  13:57:38
31487         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
31488              Date: Thu, 01 Feb 2001 14:15:41 +0100
31489              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31490              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
31491              
31492              Have the $ccflags in the gcc version test (strange, this change
31493              is claimed to be have been integrated already)
31494      Branch: maint-5.6/perl
31495            ! Configure
31496 ____________________________________________________________________________
31497 [  8660] By: jhi                                   on 2001/02/01  13:44:10
31498         Log: Integrate changes #7950,7964,7962 from mainline.
31499              
31500              Find the stdchar signedness using cpp, should fix some of
31501              the Solaris compiler warnings reported by Alan Burlison.
31502      Branch: maint-5.6/perl
31503           !> Configure config_h.SH
31504 ____________________________________________________________________________
31505 [  8659] By: jhi                                   on 2001/02/01  05:35:32
31506         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
31507              From: Jan Dubois <JanD@ActiveState.com>
31508              Date: Wed, 31 Jan 2001 21:17:03 -0800
31509              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
31510      Branch: maint-5.6/perl
31511            ! utils/perldoc.PL
31512 ____________________________________________________________________________
31513 [  8658] By: jhi                                   on 2001/02/01  04:33:17
31514         Log: Integrate the README.os390 and README.posix-bc parts of mainline
31515              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
31516              installperl parts were taken care of by #8657.)
31517      Branch: maint-5.6/perl
31518           !> README.os390 README.posix-bc
31519 ____________________________________________________________________________
31520 [  8657] By: jhi                                   on 2001/02/01  04:29:21
31521         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
31522              From: Peter Prymmer <pvhp@forte.com>
31523              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
31524              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
31525      Branch: maint-5.6/perl
31526            + ext/DynaLoader/dl_dllload.xs
31527            ! MANIFEST Makefile.SH hints/os390.sh installperl
31528 ____________________________________________________________________________
31529 [  8656] By: jhi                                   on 2001/02/01  04:25:45
31530         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
31531              From: Peter Prymmer <pvhp@forte.com>
31532              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
31533              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
31534      Branch: maint-5.6/perl
31535            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
31536 ____________________________________________________________________________
31537 [  8655] By: jhi                                   on 2001/02/01  04:14:47
31538         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
31539              From: troc@netrus.net
31540              Date: Wed, 31 Jan 2001 22:31:26 -0500
31541              Message-Id: <200102010331.WAA117.85@rocco.homenet>
31542      Branch: maint-5.6/perl
31543            ! os2/os2.c
31544 ____________________________________________________________________________
31545 [  8654] By: jhi                                   on 2001/02/01  04:12:52
31546         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
31547              as reported by Alan Burlison.
31548      Branch: maint-5.6/perl
31549            ! pp.h
31550 ____________________________________________________________________________
31551 [  8653] By: jhi                                   on 2001/02/01  04:05:12
31552         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
31553              From: dsugalski@northernlight.com
31554              Date: Wed, 31 Jan 2001 18:54:11 -0500
31555              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
31556      Branch: maint-5.6/perl
31557            ! configure.com
31558 ____________________________________________________________________________
31559 [  8652] By: jhi                                   on 2001/02/01  04:03:11
31560         Log: Misplaced #endif.
31561              
31562              Subject: [perl-5-6-1-trial2] patches for EPOC
31563              From: Olaf Flebbe <O.Flebbe@science-computing.de>
31564              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
31565              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
31566      Branch: maint-5.6/perl
31567            ! epoc/epocish.c
31568 ____________________________________________________________________________
31569 [  8651] By: jhi                                   on 2001/02/01  04:00:25
31570         Log: Integrate changes #8647,8648,8650 from mainline.
31571              
31572              Macrofy a magic UTF-8 test.
31573              
31574              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
31575              
31576              Watch out for cross compiling for EPOC (usually done on linux).
31577      Branch: maint-5.6/perl
31578           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
31579 ____________________________________________________________________________
31580 [  8650] By: jhi                                   on 2001/02/01  03:56:20
31581         Log: Watch out for cross compiling for EPOC (usually done on linux)
31582              
31583              Subject: [perl-5-6-1-trial2] patches for EPOC
31584              From: Olaf Flebbe <O.Flebbe@science-computing.de>
31585              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
31586              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
31587      Branch: perl
31588            ! ext/Errno/Errno_pm.PL
31589 ____________________________________________________________________________
31590 [  8649] By: gsar                                  on 2001/02/01  00:46:00
31591         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
31592      Branch: maint-5.6/perl
31593            ! sv.c
31594 ____________________________________________________________________________
31595 [  8648] By: jhi                                   on 2001/01/31  23:35:36
31596         Log: All the uses of PL_numeric_radix must be protected by
31597              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
31598              
31599              Subject: [perl-5-6-1-trial2] patches for EPOC
31600              From: Olaf Flebbe <O.Flebbe@science-computing.de>
31601              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
31602              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
31603      Branch: perl
31604            ! sv.c
31605 ____________________________________________________________________________
31606 [  8647] By: jhi                                   on 2001/01/31  22:56:16
31607         Log: Macrofy a magic UTF-8 test.
31608      Branch: perl
31609            ! utf8.c utf8.h
31610 ____________________________________________________________________________
31611 [  8646] By: gsar                                  on 2001/01/31  15:55:12
31612         Log: update Changes
31613      Branch: maint-5.6/perl
31614            ! Changes
31615 ____________________________________________________________________________
31616 [  8645] By: gsar                                  on 2001/01/31  15:10:14
31617         Log: Configure tweak suggested by Peter Prymmer
31618      Branch: maint-5.6/perl
31619            ! Configure
31620 ____________________________________________________________________________
31621 [  8644] By: gsar                                  on 2001/01/31  15:06:32
31622         Log: more files need to be writable in the source distribution
31623      Branch: maint-5.6/perl
31624            ! Porting/makerel
31625 ____________________________________________________________________________
31626 [  8643] By: jhi                                   on 2001/01/31  14:59:46
31627         Log: Integrate changes #8258,8278,8279 from mainline.
31628              
31629              Make the large file tests more robust/talkative.
31630      Branch: maint-5.6/perl
31631           !> t/lib/syslfs.t t/op/lfs.t
31632 ____________________________________________________________________________
31633 [  8642] By: gsar                                  on 2001/01/31  14:53:48
31634         Log: integrate changes#8311,8334 from mainline
31635              
31636              Add a new MakeMaker variable PM_FILTER that defines a Unix
31637              filter to be run on each .pm during the pm_to_blib() phase,
31638              a fixed version of
31639              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
31640              
31641              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
31642              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
31643              accurate reading of the "atime".  
31644      Branch: maint-5.6/perl
31645           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
31646           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
31647           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
31648 ____________________________________________________________________________
31649 [  8641] By: jhi                                   on 2001/01/31  14:46:37
31650         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
31651      Branch: maint-5.6/perl
31652            ! lib/Getopt/Long.pm
31653 ____________________________________________________________________________
31654 [  8640] By: gsar                                  on 2001/01/31  14:40:24
31655         Log: make regen_all
31656      Branch: maint-5.6/perl
31657            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
31658 ____________________________________________________________________________
31659 [  8639] By: gsar                                  on 2001/01/31  14:37:25
31660         Log: refresh windows config files
31661      Branch: maint-5.6/perl
31662            ! win32/Makefile win32/config_H.bc win32/config_H.gc
31663            ! win32/config_H.vc win32/makefile.mk
31664 ____________________________________________________________________________
31665 [  8638] By: gsar                                  on 2001/01/31  14:28:10
31666         Log: makefile tweaks for windows: introduce a bulk-switch to enable
31667              same options as ActivePerl; sync changes with makefile.mk
31668      Branch: maint-5.6/perl
31669            ! win32/Makefile win32/makefile.mk
31670 ____________________________________________________________________________
31671 [  8637] By: jhi                                   on 2001/01/31  04:41:30
31672         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
31673              From: Nicholas Clark <nick@ccl4.org>
31674              Date: Tue, 30 Jan 2001 19:51:05 +0000
31675              Message-ID: <20010130195105.R76607@plum.flirble.org> 
31676              
31677              op/inc cure.
31678      Branch: perl
31679            ! pp.c pp.h pp_hot.c t/op/arith.t
31680 ____________________________________________________________________________
31681 [  8636] By: jhi                                   on 2001/01/31  02:38:32
31682         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
31683              no perlio],8257,8380,8479,8515 from mainline.
31684              
31685              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
31686              
31687              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
31688              Subject: [PATCH perl@8133] fix-up for VMS extensions
31689              
31690              In VMS embedded perls couldn't access the statically built Socket.
31691              
31692              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
31693              
31694              Further VMS piping fixes from Charles Lane.
31695              
31696              Subject:  [PATCH] make t/op/misc.t work on VMS
31697              
31698              Add tracing for debugging extensions builds in VMS.
31699              
31700              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
31701      Branch: maint-5.6/perl
31702           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
31703           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
31704           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
31705 ____________________________________________________________________________
31706 [  8635] By: jhi                                   on 2001/01/31  01:46:41
31707         Log: Integrate change #7732 from mainline.
31708              
31709              Sparc 64-bit pack() fix from Jens Hamisch.
31710      Branch: maint-5.6/perl
31711           !> pp.c
31712 ____________________________________________________________________________
31713 [  8634] By: jhi                                   on 2001/01/31  01:41:16
31714         Log: One spot missing from #8626.
31715      Branch: maint-5.6/perl
31716            ! sv.c
31717 ____________________________________________________________________________
31718 [  8633] By: jhi                                   on 2001/01/31  00:49:17
31719         Log: Integrate change #7495 from mainline.
31720              
31721              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
31722      Branch: maint-5.6/perl
31723           !> MANIFEST ext/re/Makefile.PL
31724 ____________________________________________________________________________
31725 [  8632] By: jhi                                   on 2001/01/30  23:38:49
31726         Log: Integrate change #8396 from mainline.
31727              
31728              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
31729              better multicast support (resend)
31730      Branch: maint-5.6/perl
31731           !> ext/Socket/Socket.pm
31732 ____________________________________________________________________________
31733 [  8631] By: jhi                                   on 2001/01/30  23:28:03
31734         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
31735              
31736              More AIX lore. (7514, ext/re/hints/aix.pl)
31737              
31738              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
31739              
31740              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)
31741              
31742              Subject: [ID 20001214.002] Net::Ping patch
31743              
31744              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
31745              
31746              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
31747              
31748              Add ReuseAddr as a (preferred) alias for Reuse as we now
31749              also have ReusePort.
31750              
31751              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
31752      Branch: maint-5.6/perl
31753           +> ext/re/hints/aix.pl
31754           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
31755           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
31756 ____________________________________________________________________________
31757 [  8630] By: jhi                                   on 2001/01/30  23:03:59
31758         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
31759              
31760              read() documentation tweak for 20001121.004.
31761              
31762              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
31763      Branch: maint-5.6/perl
31764           !> pod/perlfunc.pod pod/perlre.pod
31765 ____________________________________________________________________________
31766 [  8629] By: jhi                                   on 2001/01/30  22:41:57
31767         Log: Integrate change #8098 from mainline.
31768              
31769              fastgetcwd is defined using a glob alias on a $^O dependent basis
31770              and there was no default assignment or perl subroutine.
31771      Branch: maint-5.6/perl
31772           !> lib/Cwd.pm
31773 ____________________________________________________________________________
31774 [  8628] By: jhi                                   on 2001/01/30  21:58:52
31775         Log: Integrate change #7866 from mainline.
31776              
31777              File::Temp 0.11.
31778      Branch: maint-5.6/perl
31779           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
31780 ____________________________________________________________________________
31781 [  8627] By: jhi                                   on 2001/01/30  21:39:44
31782         Log: Integrate changes #8075,8086,8228 from mainline.  
31783              
31784              Darwin is not Windows. (8075,8086)
31785              
31786              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
31787      Branch: maint-5.6/perl
31788           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
31789           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
31790           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
31791           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
31792 ____________________________________________________________________________
31793 [  8626] By: jhi                                   on 2001/01/30  21:22:11
31794         Log: Integrate with tweakery the change #8625 from mainline,
31795              the multibyte decimal separator fix ("fa_IR locale failure").
31796      Branch: maint-5.6/perl
31797            ! embedvar.h perlapi.h
31798           !> intrpvar.h perl.c perl.h sv.c util.c
31799 ____________________________________________________________________________
31800 [  8625] By: jhi                                   on 2001/01/30  20:26:33
31801         Log: Fix for the fa_IR locale failure.  The reason for the failure
31802              was that Perl was assuming the decimal separator aka the radix
31803              separator is one character.  The Farsi-Iranian locale crushed
31804              that bad assumption since there the separator is 'Momayyez',
31805              glyphwise looking somewhat like a slash, and in Unicode UTF-8
31806              encoded in two bytes, 0xd9 0xab.
31807      Branch: perl
31808            ! intrpvar.h perl.c perl.h sv.c util.c
31809 ____________________________________________________________________________
31810 [  8624] By: gsar                                  on 2001/01/30  20:17:03
31811         Log: regen_headers
31812      Branch: maint-5.6/perl
31813            ! Makefile.SH pod/perlintern.pod
31814 ____________________________________________________________________________
31815 [  8623] By: gsar                                  on 2001/01/30  19:42:34
31816         Log: backout change#7431 and its dependents (causes spurious rebuilds
31817              of autogenerated files)
31818              
31819              fix benign b.t failure
31820      Branch: maint-5.6/perl
31821            ! Makefile.SH t/lib/b.t
31822 ____________________________________________________________________________
31823 [  8622] By: jhi                                   on 2001/01/30  19:41:41
31824         Log: Microperl sync.
31825      Branch: perl
31826            ! mg.c perl.h
31827 ____________________________________________________________________________
31828 [  8621] By: gsar                                  on 2001/01/30  19:24:47
31829         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
31830              from mainline
31831              
31832              Subject: podlators 1.06 released
31833              
31834              Subject: [PATCH @8436] Eliminate op_children
31835              
31836              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
31837              
31838              (Replaced by #8448)  More op_children traces (cleanup of #8442).
31839              
31840              Subject: [PATCH #3 @8436] Re: Eliminate op_children
31841              Replace #8444 and #8445.
31842              
31843              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
31844              at the setting of the ofs_sv in new_struct_thread() as the
31845              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
31846              uninitialized fields are, uh, initialized with),
31847              SvREFCNT_inc()ing that invited a core dump.
31848              
31849              podlators 1.07, from Russ Allbery.
31850              
31851              Subject: [PATCH] regcomp.c old feature removal
31852              From: mjd@plover.com
31853              Date: 16 Jan 2001 14:43:18 -0000 
31854              Message-ID: <20010116144318.7140.qmail@plover.com> 
31855      Branch: maint-5.6/perl
31856           +> lib/Pod/Text/Overstrike.pm
31857           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
31858           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
31859           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
31860           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
31861           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
31862           !> util.c
31863 ____________________________________________________________________________
31864 [  8620] By: gsar                                  on 2001/01/30  18:48:32
31865         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
31866              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
31867              now fails one test)
31868              
31869              Subject: [PATCH] lvalue AUTOLOAD. No, really.
31870              
31871              Subject: [PATCH] Interesting syntax idea
31872              Make opens + bareword assigns do typeglob assigns.
31873              
31874              Tests for #8254.
31875              
31876              Subject: [PATCH @8269] Continue blocks and B::Deparse
31877              Make the peephole optimizer to bypass more null ops and
31878              and rewrite the deparse handling of continue blocks.
31879              
31880              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
31881              Doc tweak on #8313.
31882              
31883              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
31884              
31885              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
31886              
31887              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
31888              
31889              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
31890              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
31891              according to the platform.
31892              
31893              Subject: [PATCH @8404] Consolidated lvalue sub changes
31894              
31895              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
31896              
31897              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
31898              
31899              Subject: B::Concise -- an improved replacement for B::Terse 
31900              
31901              The B::Terse drop-in replacement wasn't quite drop-in.
31902              
31903              The LVRET macro needed an aTHX.
31904              
31905              Use the /^Perl_/-less form of is_lvalue_sub().
31906              
31907              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
31908      Branch: maint-5.6/perl
31909           +> ext/B/B/Concise.pm
31910           !> (integrate 27 files)
31911 ____________________________________________________________________________
31912 [  8619] By: nick                                  on 2001/01/30  18:40:28
31913         Log: Integrate mainline
31914      Branch: perlio
31915           !> (integrate 40 files)
31916 ____________________________________________________________________________
31917 [  8618] By: jhi                                   on 2001/01/30  18:37:18
31918         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
31919              Date: Mon, 29 Jan 2001 22:51:29 -0600
31920              From: "Craig A. Berry" <craigberry@mac.com>
31921              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
31922      Branch: perl
31923            ! vms/test.com
31924 ____________________________________________________________________________
31925 [  8617] By: jhi                                   on 2001/01/30  18:34:53
31926         Log: Subject: [PATCH] Add missing CV flags to dump.c
31927              From: Tim Jenness <t.jenness@jach.hawaii.edu>
31928              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
31929              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
31930      Branch: perl
31931            ! dump.c
31932 ____________________________________________________________________________
31933 [  8616] By: jhi                                   on 2001/01/30  18:20:58
31934         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
31935              part isn't applicable to maintperl.
31936              
31937              UTF-8 nit from Inaba Hiroto.
31938      Branch: maint-5.6/perl
31939           !> pod/perlapi.pod utf8.c
31940 ____________________________________________________________________________
31941 [  8615] By: jhi                                   on 2001/01/30  18:18:51
31942         Log: UTF-8 nit from Inaba Hiroto.
31943      Branch: perl
31944            ! pod/perlapi.pod t/op/each.t utf8.c
31945 ____________________________________________________________________________
31946 [  8614] By: jhi                                   on 2001/01/30  18:13:38
31947         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
31948              
31949              perl's internal variables are not for public consumption,
31950              move their docs from perlapi.pod to perlintern.pod
31951              
31952              support for -Dusethreads build under HP-UX 10.20 and DCE threads
31953              library (11.0 and later have pthreads but 10.x don't)
31954              
31955              avoid uninitialized value warnings
31956              
31957              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
31958              gets weird results)
31959              
31960              perldoc nit on windows
31961              
31962              make it possible to run the tests outside the source tree
31963              (there's still a dependency on ../lib being the library
31964              location)
31965      Branch: perl
31966           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
31967           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
31968           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
31969           !> win32/bin/search.pl win32/vdir.h
31970 ____________________________________________________________________________
31971 [  8613] By: gsar                                  on 2001/01/30  16:39:59
31972         Log: make it possible to run the tests outside the source tree
31973              (there's still a dependency on ../lib being the library
31974              location)
31975      Branch: maint-5.6/perl
31976            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
31977 ____________________________________________________________________________
31978 [  8612] By: gsar                                  on 2001/01/30  16:31:12
31979         Log: perldoc nit on windows
31980      Branch: maint-5.6/perl
31981            ! utils/perldoc.PL
31982 ____________________________________________________________________________
31983 [  8611] By: gsar                                  on 2001/01/30  16:22:54
31984         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
31985              gets weird results)
31986      Branch: maint-5.6/perl
31987            ! win32/vdir.h
31988 ____________________________________________________________________________
31989 [  8610] By: gsar                                  on 2001/01/30  16:12:45
31990         Log: avoid uninitialized value warnings
31991      Branch: maint-5.6/perl
31992            ! win32/bin/search.pl
31993 ____________________________________________________________________________
31994 [  8609] By: gsar                                  on 2001/01/30  16:08:01
31995         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
31996              library (11.0 and later have pthreads but 10.x don't)
31997      Branch: maint-5.6/perl
31998            ! hints/hpux.sh thread.h
31999 ____________________________________________________________________________
32000 [  8608] By: gsar                                  on 2001/01/30  15:48:55
32001         Log: perl's internal variables are not for public consumption,
32002              move their docs from perlapi.pod to perlintern.pod
32003      Branch: maint-5.6/perl
32004            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
32005            ! thrdvar.h
32006 ____________________________________________________________________________
32007 [  8607] By: gsar                                  on 2001/01/30  15:44:27
32008         Log: mistakenly branched perl56delta.pod, revert
32009      Branch: maint-5.6/perl
32010            - pod/perl56delta.pod
32011           !> pod/perldelta.pod
32012 ____________________________________________________________________________
32013 [  8606] By: gsar                                  on 2001/01/30  14:20:24
32014         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
32015              dTHR which has been a noop for a while now, except for the
32016              compatibility definition in thread.h)
32017      Branch: maint-5.6/perl
32018           !> (integrate 45 files)
32019 ____________________________________________________________________________
32020 [  8605] By: jhi                                   on 2001/01/30  05:43:58
32021         Log: Mark the UTF-8 APIs as experimental.
32022      Branch: maint-5.6/perl
32023            ! embed.pl pod/perlapi.pod
32024 ____________________________________________________________________________
32025 [  8604] By: jhi                                   on 2001/01/30  05:38:40
32026         Log: Nits from earlier integrates.
32027      Branch: maint-5.6/perl
32028            ! lib/Carp/Heavy.pm
32029           !> sv.c
32030 ____________________________________________________________________________
32031 [  8603] By: jhi                                   on 2001/01/30  05:27:26
32032         Log: Regenerate Porting files.
32033      Branch: maint-5.6/perl
32034            ! Porting/Glossary Porting/config.sh Porting/config_H
32035 ____________________________________________________________________________
32036 [  8602] By: jhi                                   on 2001/01/30  05:14:59
32037         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
32038              8310,8339,8447,8492,8493,8505,8525: documentation changes.
32039              
32040              Subject: Re: perlfaq style changes
32041              
32042              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
32043              
32044              Subject: [PATCH] docs on NaN
32045              
32046              Subject: [patch] perlfaq7
32047              
32048              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
32049              
32050              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
32051              
32052              Subject: [PATCH] open() example in perlfunc.pod
32053              
32054              Podify README.mpeix (a new version from the web)
32055              
32056              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
32057              
32058              Subject: [PATCH] format and rewording in perlfaq.pod
32059              
32060              Subject: [PATCH] API Variable documentation   
32061              
32062              Memory management calls documentation.
32063              
32064              Subject: [PATCH: perl@8482] README.vms URL updates
32065              
32066              Subject: Minor typos in perlfaq2.pod
32067              
32068              Subject: [PATCH] pod/perlvar.pod
32069      Branch: maint-5.6/perl
32070           +> pod/perl56delta.pod
32071            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
32072           !> README.amiga README.epoc README.mpeix README.vms
32073           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
32074           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
32075           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
32076           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
32077           !> pod/perlvar.pod thrdvar.h
32078 ____________________________________________________________________________
32079 [  8601] By: jhi                                   on 2001/01/30  04:38:35
32080         Log: Integrate changes #8036,8096,8253 from mainline:
32081              hints changes.
32082              
32083              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
32084              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
32085              
32086              Output the (apparent) version of gcc in Tru64.
32087      Branch: maint-5.6/perl
32088           +> ext/POSIX/hints/svr4.pl
32089           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
32090           !> hints/svr4.sh t/lib/bigfltpm.t
32091 ____________________________________________________________________________
32092 [  8600] By: jhi                                   on 2001/01/30  04:04:01
32093         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
32094              locale fixes.
32095              
32096              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
32097              
32098              Debian allows /usr/bin/locale to exist without any locales. (7868)
32099              
32100              Allow the locale test needing POSIX and the taint test
32101              needing IPC::SysV to run under 'minitest' (basically,
32102              bail out if loading the extension fails). (8384)
32103              
32104              Cleanup the locale.t output  (8480)
32105      Branch: maint-5.6/perl
32106           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
32107           !> t/pragma/locale.t
32108 ____________________________________________________________________________
32109 [  8599] By: jhi                                   on 2001/01/30  03:51:04
32110         Log: Missing generated files from #8598.
32111      Branch: maint-5.6/perl
32112            ! embed.h global.sym objXSUB.h perlapi.c proto.h
32113 ____________________________________________________________________________
32114 [  8598] By: jhi                                   on 2001/01/30  03:41:54
32115         Log: Integrate change #8555 from mainline, manually integrate parts
32116              of changes 8452 and 8583.
32117              
32118              Subject: [PATCH] utf8.c documentation (8452)
32119              
32120              No point in checking the length if the pointer is bogus. (8555)
32121              
32122              Introduce bytes_from_utf8() and implement sv_eq() using it,
32123              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
32124              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
32125              was malformed. (8583)
32126      Branch: maint-5.6/perl
32127            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
32128           !> pod/perlapi.pod sv.c utf8.c
32129 ____________________________________________________________________________
32130 [  8597] By: gsar                                  on 2001/01/30  02:37:26
32131         Log: get PERL_OBJECT build going again on windows
32132      Branch: maint-5.6/perl
32133            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
32134            ! pod/perlapi.pod proto.h sv.c
32135 ____________________________________________________________________________
32136 [  8596] By: jhi                                   on 2001/01/30  02:16:17
32137         Log: Signedness nit.
32138      Branch: perl
32139            ! sv.c
32140 ____________________________________________________________________________
32141 [  8595] By: jhi                                   on 2001/01/30  02:11:07
32142         Log: EBCDIC patch for Storable, from Peter Prymmer.
32143      Branch: perl
32144            ! t/lib/st-06compat.t
32145 ____________________________________________________________________________
32146 [  8594] By: jhi                                   on 2001/01/30  01:04:48
32147         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
32148              From: Peter Prymmer <pvhp@forte.com>
32149              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
32150              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
32151      Branch: perl
32152            ! t/lib/b.t
32153 ____________________________________________________________________________
32154 [  8593] By: jhi                                   on 2001/01/30  00:56:47
32155         Log: Subject: [PATCH: perl@8585] pod problems in io
32156              From: Peter Prymmer <pvhp@forte.com>
32157              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
32158              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
32159      Branch: perl
32160            ! pod/perlapio.pod pod/perliol.pod
32161 ____________________________________________________________________________
32162 [  8592] By: jhi                                   on 2001/01/30  00:48:20
32163         Log: Integrate perlio.
32164      Branch: perl
32165           !> pod/perlapio.pod pod/perliol.pod
32166 ____________________________________________________________________________
32167 [  8591] By: nick                                  on 2001/01/29  22:02:28
32168         Log: GNU 'merge' Simon's copy of perliol.pod with version
32169              patched by Craig's patch.
32170      Branch: perlio
32171            ! pod/perliol.pod
32172 ____________________________________________________________________________
32173 [  8590] By: nick                                  on 2001/01/29  21:55:10
32174         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
32175      Branch: perlio
32176            ! pod/perlapio.pod pod/perliol.pod
32177 ____________________________________________________________________________
32178 [  8589] By: jhi                                   on 2001/01/29  15:35:33
32179         Log: Integrate change #8586 from maint-5.6/perl.
32180              
32181              make the BOM detection code not call tell() until it has to
32182              (meant to fix esoteric compatibility issues where PL_rsfp
32183              is overridden)
32184      Branch: perl
32185           !> toke.c
32186 ____________________________________________________________________________
32187 [  8588] By: jhi                                   on 2001/01/29  15:29:11
32188         Log: Subject: MAking Solaris malloc() the default
32189              From: Lupe Christoph <lupe@lupe-christoph.de>
32190              Date: Mon, 29 Jan 2001 12:59:36 +0100
32191              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
32192              
32193              The README.solaris part slightly tweaked.
32194      Branch: perl
32195            ! README.solaris hints/solaris_2.sh
32196 ____________________________________________________________________________
32197 [  8587] By: jhi                                   on 2001/01/29  15:17:34
32198         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
32199              From: root@ak-75.mind.de
32200              Date: Sun, 28 Jan 2001 20:32:29 +0100
32201              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
32202      Branch: perl
32203            ! pod/perlre.pod
32204 ____________________________________________________________________________
32205 [  8586] By: gsar                                  on 2001/01/29  13:43:44
32206         Log: make the BOM detection code not call tell() until it has to
32207              (meant to fix esoteric compatibility issues where PL_rsfp
32208              is overridden)
32209      Branch: maint-5.6/perl
32210            ! toke.c
32211 ____________________________________________________________________________
32212 [  8585] By: jhi                                   on 2001/01/28  20:05:45
32213         Log: Update Changes.
32214      Branch: perl
32215            ! Changes patchlevel.h
32216 ____________________________________________________________________________
32217 [  8584] By: jhi                                   on 2001/01/28  19:30:02
32218         Log: Integrate perlio.
32219      Branch: perl
32220           +> pod/perliol.pod
32221           !> MANIFEST pod/perlapio.pod
32222 ____________________________________________________________________________
32223 [  8583] By: jhi                                   on 2001/01/28  19:28:40
32224         Log: Patch from Inaba Hiroto:
32225              - canonical UTF-8 hash keys: if a key string for a hash is
32226              UTF8-on, try downgrade the string and use it if
32227              unicode::distinct is not in effect.
32228              For the task, I added a function bytes_from_utf8() to utf8.c.
32229              It might resemble utf8_to_bytes() but it is not convenient
32230              to the task.
32231              Made a test for it and added to t/op/each.t
32232              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
32233              the mortal copy of the argument SV.
32234              And changed t/io/utf8.t test 18 which expects print() to
32235              upgrade its argument.
32236              - re-implement sv_eq with bytes_from_utf8()
32237              - some bug fixes
32238              - tr/// does not handle UTF8 range (\x{}-\x{})
32239              - \ before raw UTF8 character produced
32240              "Malformed UTF-8 character" warning.
32241              - "\x{100}\N{CENT SIGN}" is Malformed.
32242              Added tests for these 3.
32243              - and one silly bug (by me) with qu operator.
32244      Branch: perl
32245            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
32246            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
32247            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
32248 ____________________________________________________________________________
32249 [  8582] By: nick                                  on 2001/01/28  19:25:04
32250         Log: Add pod/perliol.pod to MANIFEST :-(
32251      Branch: perlio
32252            ! MANIFEST
32253 ____________________________________________________________________________
32254 [  8581] By: nick                                  on 2001/01/28  19:22:40
32255         Log: PerlIO documentation. Proofing and sub-editing requested.
32256      Branch: perlio
32257            + pod/perliol.pod
32258            ! pod/perlapio.pod
32259 ____________________________________________________________________________
32260 [  8580] By: jhi                                   on 2001/01/28  05:16:25
32261         Log: Revert the change to sv_2pv() done by #8054: Someone who
32262              did SvNV_set() on a scalar that also happened to be POK,
32263              followed by sv_2pv() won't get the right coercion anymore.
32264              [Sarathy]
32265      Branch: maint-5.6/perl
32266            ! sv.c
32267 ____________________________________________________________________________
32268 [  8579] By: jhi                                   on 2001/01/28  05:15:04
32269         Log: Remove the #8084 effect: do not allow -Q to be interpreted
32270              as -&Q(), this is too much wiggle room.
32271      Branch: maint-5.6/perl
32272            ! toke.c
32273 ____________________________________________________________________________
32274 [  8578] By: jhi                                   on 2001/01/28  05:12:45
32275         Log: Needed bits of #8439 (should have been in #8576),
32276              mainly for lval substr().
32277      Branch: maint-5.6/perl
32278            ! mg.c pp.c pp_hot.c
32279 ____________________________________________________________________________
32280 [  8577] By: jhi                                   on 2001/01/28  05:02:46
32281         Log: A missing check-in.
32282      Branch: maint-5.6/perl
32283            ! utf8.c
32284 ____________________________________________________________________________
32285 [  8576] By: jhi                                   on 2001/01/28  04:26:18
32286         Log: Integrate changes #8425,8436,8439,8517 from mainline.
32287              The 8439 was not truly integrated because it had too many
32288              dependencies on the development branch and because it introduced
32289              concepts too bold for a maintenance branch (such as the qu operator).
32290              
32291              Subject: [PATCH perl@8342] -Wformat
32292              
32293              Tighten some of the UTF-8 tests a bit.
32294              
32295              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
32296              - The substr lval was still not okay.
32297              - Now pp_stringify and sv_setsv copies source's UTF8 flag
32298              even if IN_BYTE.  pp_stringify is called from fold_constants
32299              at optimization phase and "\x{100}" was made SvUTF8_off under
32300              use bytes (the bytes pragma is for "byte semantics" and not
32301              for "do not produce UTF8 data")
32302      Branch: maint-5.6/perl
32303            ! t/lib/charnames.t t/op/substr.t toke.c
32304           !> sv.c t/pragma/utf8.t
32305 ____________________________________________________________________________
32306 [  8575] By: jhi                                   on 2001/01/28  04:01:51
32307         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
32308              
32309              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
32310              
32311              Subject: [ID 20001230.003] UTF-8 tr still hurts
32312              
32313              Test cases for #8385 (from Simon's "torture.pl")
32314              
32315              Start fixing UTF-8 lval substr() (8405)
32316      Branch: maint-5.6/perl
32317           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
32318           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
32319 ____________________________________________________________________________
32320 [  8574] By: jhi                                   on 2001/01/28  03:09:06
32321         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
32322              from mainline.
32323              
32324              UTF-8 cleanup.
32325              
32326              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
32327              
32328              "\x{FF}\xFF" was broken.
32329              
32330              Tests for #8329 and #8330.
32331              
32332              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
32333              
32334              IRIX compiler noticed that the bof initialization might be
32335              bypassed by control flow.
32336              
32337              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
32338      Branch: maint-5.6/perl
32339           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
32340           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
32341 ____________________________________________________________________________
32342 [  8573] By: jhi                                   on 2001/01/28  02:06:12
32343         Log: Retract #8552.
32344      Branch: perl
32345            ! lib/Text/Wrap.pm t/lib/textwrap.t
32346 ____________________________________________________________________________
32347 [  8572] By: jhi                                   on 2001/01/28  02:04:49
32348         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
32349              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
32350              not really integrated but instead salvaged by hand
32351              (they had too many dependencies on the development release
32352              to be cleanly integratable).
32353              
32354              Subject: more UTF8 test suites and an UTF8 patch
32355              
32356              Tweak for MULTIPLICITY/USE_PERLIO
32357              
32358              Signedness nit.
32359              
32360              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
32361              
32362              Use the UTF8_XXX macros in is_utf8_char().
32363              
32364              Rewrite pp_concat() in terms of sv_catsv().  The . operator
32365              should now be UTF-8-proof.
32366              
32367              Subject: [PATCH perl@8269] scanning two hex-constants
32368              fails on EBCDIC environment (script length.t)
32369              
32370              Add some Unicode chop() tests.
32371      Branch: maint-5.6/perl
32372            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
32373           !> sv.c t/op/chop.t utf8.h
32374 ____________________________________________________________________________
32375 [  8571] By: jhi                                   on 2001/01/28  00:35:59
32376         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
32377              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
32378              
32379              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
32380              
32381              The maxiters upper limit sanity check (guarding against
32382              non-progress) assumed bytes instead of characters in s///
32383              and split().
32384              
32385              Signedness nit.
32386              
32387              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
32388              join() should now be UTF-8-proof.
32389              
32390              More split // UTF-8 tests. (8250)
32391      Branch: maint-5.6/perl
32392           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
32393           !> util.c
32394 ____________________________________________________________________________
32395 [  8570] By: jhi                                   on 2001/01/27  22:15:46
32396         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
32397              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
32398              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
32399              8084,8204,8244,8333 from mainline.
32400              
32401              For -Q where Q might be a one-letter sub name one does no more
32402              get a warning about an unknown filetest (7941,7943,7944,8084).
32403              
32404              Subject: Re: [ID 20001130.011] expression parsing bug ?
32405              
32406              Make uv_to_utf8() to zero-terminate its output buffer.
32407              
32408              Split off t/op/length.t (7995)
32409              
32410              Split off t/op/utf8decode.t (7996)
32411              
32412              Remove an unnecessary 'use utf8' from the utf8.t (7998)
32413              
32414              Split off t/op/concat.t (8004)
32415              
32416              Split off t/op/ver.t (8005)
32417              
32418              Document utf8_length(), utf8_distance(), and utf8_hop().
32419              
32420              Document utf8_to_uv() better.
32421              
32422              Introduce macros for UTF8 decoding (8028,8033).
32423              
32424              Add test for reverse() (8030,8031).
32425              
32426              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
32427              
32428              Do not return the Unicode replacement character    on UTF-8
32429              decoding failure.
32430              
32431              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
32432              not this_utf8 i.e. the output string has one, but don't mess
32433              with source assumption. (8052,8053)
32434              
32435              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
32436              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
32437              was not expecting to be called with something that was already
32438              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
32439              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
32440              (8054)
32441              
32442              Recode the naughty binary bytes in utf8decode.t using the \xHH.
32443              
32444              Make some panic messages a bit more logical.
32445      Branch: maint-5.6/perl
32446           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
32447           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
32448           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
32449           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
32450           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
32451           !> utf8.c utf8.h
32452 ____________________________________________________________________________
32453 [  8569] By: jhi                                   on 2001/01/27  19:16:43
32454         Log: Integrate changes #7750 from perlio and #8566 from mainline.
32455      Branch: maint-5.6/perl
32456           !> regexec.c sv.c
32457 ____________________________________________________________________________
32458 [  8568] By: jhi                                   on 2001/01/27  18:06:51
32459         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
32460              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
32461              7935[-perlio.c],7936,7959,7965 from mainline.
32462              
32463              Change the "big byte" error message to "Wide character".
32464              (7355, the croak-if-wide-chars-in-print part ignored)
32465              
32466              Use UINT64_C().
32467              
32468              Introduce Perl_utf8_length().
32469              
32470              diff -se shows these as different (7753, forgotten check-ins)
32471              
32472              Subject: [PATCH] doop.c - UTF8 tr///
32473              
32474              If we use (aTHX_ ...) then put Perl_ on the front.
32475              
32476              Make utf8_length() and utf8_distance() to be less forgiving
32477              about bad UTF-8.
32478              
32479              Test line numbers are different with utf8.
32480              
32481              No need to scan till infinity, 13 is enough. (7872,7911)
32482              
32483              Subject: [PATCH] Tokeniser debugging
32484              
32485              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
32486              
32487              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
32488              
32489              Be more careful in Perl_sv_utf8_downgrade().
32490              
32491              Use DO_UTF8().
32492              
32493              Raw zero bytes in text files confuse at least GNU patch 2.1.
32494      Branch: maint-5.6/perl
32495           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
32496           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
32497           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
32498           !> t/pragma/utf8.t toke.c utf8.c utf8.h
32499 ____________________________________________________________________________
32500 [  8567] By: nick                                  on 2001/01/27  11:10:38
32501         Log: Integrate mainline
32502      Branch: perlio
32503           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
32504           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
32505           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
32506           !> toke.c
32507 ____________________________________________________________________________
32508 [  8566] By: jhi                                   on 2001/01/27  06:22:48
32509         Log: More documentation for the regexp context stack.
32510      Branch: perl
32511            ! regexec.c
32512 ____________________________________________________________________________
32513 [  8565] By: jhi                                   on 2001/01/27  05:21:57
32514         Log: Update Changes.
32515      Branch: perl
32516            ! Changes patchlevel.h
32517 ____________________________________________________________________________
32518 [  8564] By: jhi                                   on 2001/01/27  04:44:04
32519         Log: Threadedness patch for #8562 from Doug MacEachern.
32520      Branch: perl
32521            ! toke.c
32522 ____________________________________________________________________________
32523 [  8563] By: jhi                                   on 2001/01/27  04:26:24
32524         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
32525              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
32526              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
32527              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
32528      Branch: perl
32529            ! op.c
32530 ____________________________________________________________________________
32531 [  8562] By: jhi                                   on 2001/01/27  04:20:30
32532         Log: Subject: Re: Announce : Tokener reporting patch
32533              From: Simon Cozens <simon@cozens.net>
32534              Date: Mon, 22 Jan 2001 02:17:22 +0000
32535              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
32536      Branch: perl
32537            ! embed.h embed.pl proto.h toke.c
32538 ____________________________________________________________________________
32539 [  8561] By: jhi                                   on 2001/01/27  04:17:24
32540         Log: Forgot from #8545.  Oops.
32541      Branch: perl
32542            ! pp.c t/pragma/overload.t
32543 ____________________________________________________________________________
32544 [  8560] By: jhi                                   on 2001/01/27  03:01:47
32545         Log: A better module compilation test, use MANIFEST as suggested
32546              by Spider.
32547      Branch: perl
32548            ! t/lib/1_compile.t
32549 ____________________________________________________________________________
32550 [  8559] By: jhi                                   on 2001/01/27  02:50:48
32551         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
32552              From: Peter Prymmer <pvhp@forte.com>
32553              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
32554              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
32555      Branch: perl
32556            ! t/lib/b.t
32557 ____________________________________________________________________________
32558 [  8558] By: jhi                                   on 2001/01/27  02:27:05
32559         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
32560              From: Peter Prymmer <pvhp@forte.com>
32561              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
32562              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
32563      Branch: perl
32564            ! t/pragma/sub_lval.t
32565 ____________________________________________________________________________
32566 [  8557] By: jhi                                   on 2001/01/27  02:26:03
32567         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
32568              From: Peter Prymmer <pvhp@forte.com>
32569              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
32570              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
32571      Branch: perl
32572            ! t/lib/st-06compat.t
32573 ____________________________________________________________________________
32574 [  8556] By: jhi                                   on 2001/01/27  02:24:33
32575         Log: Subject: [PATCH: perl@8531] minor update to README.os390
32576              From: Peter Prymmer <pvhp@forte.com>
32577              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
32578              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
32579      Branch: perl
32580            ! README.os390
32581 ____________________________________________________________________________
32582 [  8555] By: jhi                                   on 2001/01/27  00:35:47
32583         Log: No point in checking the length before we know whether the pointer
32584              is bogus or not, fixes Abigail's odbm failures in Linux.
32585      Branch: perl
32586            ! sv.c
32587 ____________________________________________________________________________
32588 [  8554] By: nick                                  on 2001/01/26  19:01:31
32589         Log: Integrate mainline
32590      Branch: perlio
32591           !> lib/Text/Wrap.pm t/lib/textwrap.t
32592 ____________________________________________________________________________
32593 [  8553] By: jhi                                   on 2001/01/26  15:19:39
32594         Log: Integrate change #7792 from perlio (multiplicity fix),
32595              fix the AV leak in regex DEBUGGING (tiny part of the
32596              polymorphic regexp patch #8143).
32597      Branch: maint-5.6/perl
32598            ! regcomp.c
32599           !> scope.h
32600 ____________________________________________________________________________
32601 [  8552] By: jhi                                   on 2001/01/26  15:03:23
32602         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
32603              From: Michael G Schwern <schwern@pobox.com>
32604              Date: Fri, 26 Jan 2001 09:28:31 -0500
32605              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
32606      Branch: perl
32607            ! lib/Text/Wrap.pm t/lib/textwrap.t
32608 ____________________________________________________________________________
32609 [  8551] By: jhi                                   on 2001/01/26  02:33:19
32610         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
32611              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
32612              
32613              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
32614              
32615              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
32616              
32617              Message nit.
32618              
32619              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
32620              
32621              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
32622              
32623              (the cleanup of unused submatches in regtry() and regcppop())
32624              
32625              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
32626              stored and restored, and thusly was trounced by the utf8 swash
32627              routines.
32628              
32629              use utf8 not required to use \x{}.
32630              
32631              Removed two more tests that make no sense in UTF-8 since the test
32632              data is not in UTF-8.
32633              
32634              Get the three different space character classes right under utf8.
32635              
32636              Implement ANYOFUTF8 regprop() dumping.
32637              
32638              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
32639              
32640              Document the regex context pushing/popping a bit better.
32641      Branch: maint-5.6/perl
32642           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
32643           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
32644           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
32645           !> t/op/regmesg.t utf8.c
32646 ____________________________________________________________________________
32647 [  8550] By: nick                                  on 2001/01/25  19:42:30
32648         Log: Integrate mainline
32649      Branch: perlio
32650           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
32651           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
32652           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
32653           !> t/lib/bigint.t t/lib/bigintpm.t
32654 ____________________________________________________________________________
32655 [  8549] By: jhi                                   on 2001/01/25  15:22:28
32656         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
32657      Branch: maint-5.6/perl
32658            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
32659 ____________________________________________________________________________
32660 [  8548] By: jhi                                   on 2001/01/25  15:02:55
32661         Log: Integrate changes #7997,8063,8492,8547 from mainline.
32662              
32663              Subject: Re: STRLEN - what?
32664              
32665              Subject: [PATCH] perlguts.pod
32666              
32667              Memory management calls documentation.
32668              
32669              Layout using tabulator is not a good idea in a pod.
32670      Branch: maint-5.6/perl
32671           !> pod/perlguts.pod
32672 ____________________________________________________________________________
32673 [  8547] By: jhi                                   on 2001/01/25  14:49:05
32674         Log: Layout using tabulator is not a good idea in a pod.
32675      Branch: perl
32676            ! pod/perlguts.pod
32677 ____________________________________________________________________________
32678 [  8546] By: jhi                                   on 2001/01/25  14:31:12
32679         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
32680              from mainline.
32681              
32682              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
32683              
32684              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
32685              
32686              More Win32 editor/IDE/shell hints.
32687              
32688              More Win32 Perling.
32689              
32690              Yet another editor edit.
32691              
32692              Edit edit edit.
32693              
32694              IDE/editor section tweaking.
32695              
32696              Few more IDE/editor nits from p5p.
32697      Branch: maint-5.6/perl
32698           !> pod/perlfaq3.pod
32699 ____________________________________________________________________________
32700 [  8545] By: jhi                                   on 2001/01/25  04:16:32
32701         Log: Subject: [PATCH 5.7.0] overload int()
32702              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32703              Date: Wed, 24 Jan 2001 19:06:57 -0500
32704              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
32705      Branch: perl
32706            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
32707            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
32708            ! t/lib/bigintpm.t
32709 ____________________________________________________________________________
32710 [  8544] By: jhi                                   on 2001/01/25  04:15:11
32711         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
32712              From: Peter Prymmer <pvhp@forte.com>
32713              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
32714              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
32715      Branch: perl
32716            ! Makefile.SH README.os390 hints/os390.sh installperl
32717 ____________________________________________________________________________
32718 [  8543] By: jhi                                   on 2001/01/25  03:52:08
32719         Log: Integrate change #8462,8469 from mainline.
32720              
32721              In VMS Perl subversion (perl -V) is undef.
32722      Branch: maint-5.6/perl
32723           !> configure.com
32724 ____________________________________________________________________________
32725 [  8542] By: jhi                                   on 2001/01/25  03:44:55
32726         Log: Integrate changes #7835,7850,8315,8316 from mainline.
32727              
32728              Solaris hints.
32729      Branch: maint-5.6/perl
32730           !> hints/solaris_2.sh
32731 ____________________________________________________________________________
32732 [  8541] By: jhi                                   on 2001/01/25  03:39:28
32733         Log: Integrate #8336 from mainline.
32734      Branch: maint-5.6/perl
32735           !> hv.c
32736 ____________________________________________________________________________
32737 [  8540] By: jhi                                   on 2001/01/25  03:23:50
32738         Log: Retract #8539.
32739      Branch: maint-5.6/perl
32740            ! pod/perlfaq3.pod
32741 ____________________________________________________________________________
32742 [  8539] By: jhi                                   on 2001/01/25  03:21:55
32743         Log: (Retracted by #5940.)
32744      Branch: maint-5.6/perl
32745            ! pod/perlfaq3.pod
32746 ____________________________________________________________________________
32747 [  8538] By: jhi                                   on 2001/01/25  03:14:07
32748         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
32749              From: Peter Prymmer <pvhp@forte.com>
32750              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
32751              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
32752              
32753              The VMS bits.
32754      Branch: maint-5.6/perl
32755            ! configure.com vms/descrip_mms.template
32756 ____________________________________________________________________________
32757 [  8537] By: jhi                                   on 2001/01/25  03:06:09
32758         Log: Integrate #7710,7824,7973 from mainline.
32759      Branch: maint-5.6/perl
32760           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
32761           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
32762           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
32763           !> vos/config.ga.def vos/config.ga.h win32/config.bc
32764           !> win32/config.gc win32/config.vc
32765 ____________________________________________________________________________
32766 [  8536] By: jhi                                   on 2001/01/24  13:50:20
32767         Log: Revert the edits made by me so far to the 5.6 branch since
32768              the TRIAL1 since I did edits when I should have been using
32769              integrates.  Bad programmer.   (Will integrate them properly later.)
32770              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
32771              The #8353 will not be reapplied at least for now since
32772              the UTF-8 hash keys need more thinking.
32773              (The patches #8347, #8354, #8454, #8473 were okay since they
32774              were original edits made specifically for the 5.6.1-TRIAL1.)
32775      Branch: maint-5.6/perl
32776            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32777            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
32778            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
32779            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
32780            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
32781            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
32782            ! win32/config.bc win32/config.gc win32/config.vc
32783 ____________________________________________________________________________
32784 [  8535] By: bailey                                on 2001/01/24  06:37:02
32785         Log: SYN SYN
32786      Branch: vmsperl
32787           +> (branch 26 files)
32788           !> (integrate 130 files)
32789 ____________________________________________________________________________
32790 [  8534] By: nick                                  on 2001/01/23  19:30:57
32791         Log: Integrate mainline.
32792      Branch: perlio
32793           !> Changes Configure Porting/Glossary Porting/config.sh
32794           !> Porting/config_H embed.h embed.pl ext/Encode/compile
32795           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
32796           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
32797           !> pod/perlvar.pod proto.h t/lib/1_compile.t
32798 ____________________________________________________________________________
32799 [  8533] By: jhi                                   on 2001/01/23  16:15:46
32800         Log: Forgotten from #8501.
32801      Branch: perl
32802            ! Porting/Glossary Porting/config.sh Porting/config_H
32803 ____________________________________________________________________________
32804 [  8532] By: jhi                                   on 2001/01/23  16:13:27
32805         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
32806              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
32807              Date: Mon, 22 Jan 2001 17:51:58 +0100
32808              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
32809      Branch: perl
32810            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
32811 ____________________________________________________________________________
32812 [  8531] By: jhi                                   on 2001/01/23  15:46:01
32813         Log: Update Changes.
32814      Branch: perl
32815            ! Changes patchlevel.h
32816 ____________________________________________________________________________
32817 [  8530] By: jhi                                   on 2001/01/23  15:38:39
32818         Log: De-cut-and-pasto.
32819      Branch: perl
32820            ! t/lib/1_compile.t
32821 ____________________________________________________________________________
32822 [  8529] By: jhi                                   on 2001/01/23  15:11:04
32823         Log: Document the mkdir trailing slashes case.
32824      Branch: perl
32825            ! pod/perlfunc.pod
32826 ____________________________________________________________________________
32827 [  8528] By: jhi                                   on 2001/01/23  15:08:28
32828         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
32829              get installed:
32830              
32831              Subject: lib/lib.pm
32832              From: <abigail@foad.org>
32833              Date: Mon, 28 Aug 2000 20:35:08 -0400
32834              Message-ID: <20000829003508.21281.qmail@foad.org>
32835      Branch: perl
32836            ! installperl
32837 ____________________________________________________________________________
32838 [  8527] By: jhi                                   on 2001/01/23  14:44:04
32839         Log: Metaconfig unit change for #8526.
32840      Branch: metaconfig
32841            ! U/threads/archname.U
32842 ____________________________________________________________________________
32843 [  8526] By: jhi                                   on 2001/01/23  14:43:19
32844         Log: Attach -perlio to the archname if so selected.
32845      Branch: perl
32846            ! Configure
32847 ____________________________________________________________________________
32848 [  8525] By: jhi                                   on 2001/01/23  14:24:01
32849         Log: Subject: [PATCH] pod/perlvar.pod
32850              From: abigail@foad.org
32851              Date: Tue, 23 Jan 2001 01:41:10 +0100
32852              Message-ID: <20010123004110.22259.qmail@foad.org>
32853      Branch: perl
32854            ! pod/perlvar.pod
32855 ____________________________________________________________________________
32856 [  8524] By: jhi                                   on 2001/01/23  14:22:32
32857         Log: A bug introduced in #8217 (the undefined variable in the
32858              lib/safe1_t #3) fixed, by Charles Lane:
32859              
32860              The earlier patch made it so that stuff running in Safe
32861              compartments could do a "caller" and see "main".  That
32862              little change in name is done right before the code in
32863              the compartment is run, and apparantly the parser
32864              was picking up the stash name before it got changed.
32865              
32866              (why it was threaded vs. unthreaded Perl that was sensitive to this
32867              I still don't know...and it probably doesn't matter).
32868              
32869              I tryed removing the stash name-change and saw that threaded Perl
32870              did indeed pass the lib/safe1.t tests.
32871              
32872              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
32873              do the name change (and to connect _ in the compartment to the global
32874              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
32875              to call _safe_pkg_prep when creating a new compartment.
32876              
32877              Passes all tests with threaded perl on linux; passes all tests
32878              with unthreaded perl on VMS.
32879              
32880              At some point I'll probably want to revisit Safe and Opcode to
32881              provide more sensible handling of global variables...and to get
32882              formats working in Safe compartments, which they don't do currently.
32883      Branch: perl
32884            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
32885 ____________________________________________________________________________
32886 [  8523] By: jhi                                   on 2001/01/23  14:11:58
32887         Log: Also the lib/Thread.pm itself needs to be ignored if
32888              the Thread extension hasn't been built.
32889      Branch: perl
32890            ! t/lib/1_compile.t
32891 ____________________________________________________________________________
32892 [  8522] By: jhi                                   on 2001/01/23  13:51:28
32893         Log: print() instead of warn() so that stderr doesn't get
32894              unncessarily polluted.
32895      Branch: perl
32896            ! ext/Encode/compile
32897 ____________________________________________________________________________
32898 [  8521] By: jhi                                   on 2001/01/23  13:49:48
32899         Log: Integrate perlio.
32900      Branch: perl
32901           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
32902           !> ext/Encode/encode.h
32903 ____________________________________________________________________________
32904 [  8520] By: nick                                  on 2001/01/22  21:44:00
32905         Log: More messing with Encode:
32906              Extra fields in header to allow multiple names and to record
32907              other things "compile" knows.
32908              Re-organise compile to factor out common output routines.
32909      Branch: perlio
32910            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
32911 ____________________________________________________________________________
32912 [  8519] By: nick                                  on 2001/01/22  20:33:50
32913         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
32914      Branch: perlio
32915            ! ext/Encode/Makefile.PL ext/Encode/compile
32916 ____________________________________________________________________________
32917 [  8518] By: nick                                  on 2001/01/22  20:28:13
32918         Log: Integrate mainline
32919      Branch: perlio
32920           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
32921           !> vos/config.alpha.def vos/config.alpha.h
32922 ____________________________________________________________________________
32923 [  8517] By: jhi                                   on 2001/01/22  15:37:17
32924         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
32925              by Inaba Hiroto.
32926      Branch: perl
32927            ! sv.c
32928 ____________________________________________________________________________
32929 [  8516] By: jhi                                   on 2001/01/22  14:55:15
32930         Log: More SIG_SIZE fixes.
32931      Branch: perl
32932            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
32933 ____________________________________________________________________________
32934 [  8515] By: jhi                                   on 2001/01/22  14:50:27
32935         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
32936              From: "Craig A. Berry" <craigberry@mac.com>
32937              Date: Mon, 22 Jan 2001 00:42:24 -0600
32938              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
32939      Branch: perl
32940            ! configure.com
32941 ____________________________________________________________________________
32942 [  8514] By: jhi                                   on 2001/01/22  14:31:17
32943         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
32944              From: "Craig A. Berry" <craigberry@mac.com>
32945              Date: Sun, 21 Jan 2001 23:03:25 -0600
32946              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
32947      Branch: perl
32948            ! configure.com
32949 ____________________________________________________________________________
32950 [  8513] By: jhi                                   on 2001/01/22  14:14:00
32951         Log: Add the .ucm encoding tables to the MANIFEST.
32952      Branch: perl
32953            ! MANIFEST
32954 ____________________________________________________________________________
32955 [  8512] By: jhi                                   on 2001/01/22  13:43:33
32956         Log: Integrate perlio.
32957      Branch: perl
32958           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
32959           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
32960           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
32961           +> ext/Encode/Encode/iso8859-10.ucm
32962           +> ext/Encode/Encode/iso8859-13.ucm
32963           +> ext/Encode/Encode/iso8859-14.ucm
32964           +> ext/Encode/Encode/iso8859-15.ucm
32965           +> ext/Encode/Encode/iso8859-16.ucm
32966           +> ext/Encode/Encode/iso8859-2.ucm
32967           +> ext/Encode/Encode/iso8859-3.ucm
32968           +> ext/Encode/Encode/iso8859-4.ucm
32969           +> ext/Encode/Encode/iso8859-5.ucm
32970           +> ext/Encode/Encode/iso8859-6.ucm
32971           +> ext/Encode/Encode/iso8859-7.ucm
32972           +> ext/Encode/Encode/iso8859-8.ucm
32973           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
32974           +> ext/Encode/Encode/symbol.ucm
32975           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
32976           !> perliol.h
32977 ____________________________________________________________________________
32978 [  8511] By: nick                                  on 2001/01/21  23:44:47
32979         Log: Make "real" layers of ":utf8" and ":raw".
32980              So now PERLIO=utf8 perl ...
32981              does what Andreas wanted.
32982              Fix arg passing in open.pm (still have a Carp issue).
32983      Branch: perlio
32984            ! lib/open.pm perlio.c perliol.h
32985 ____________________________________________________________________________
32986 [  8510] By: jhi                                   on 2001/01/21  22:56:53
32987         Log: Document the regex context pushing/popping a bit better.
32988      Branch: perl
32989            ! regexec.c
32990 ____________________________________________________________________________
32991 [  8509] By: jhi                                   on 2001/01/21  22:55:44
32992         Log: Tweak the mkdir trailing slash code some more.
32993              
32994              TO DO: the same handling should probably be done for
32995              all the other filesystem functions that can have directories
32996              as their arguments.
32997      Branch: perl
32998            ! pp_sys.c
32999 ____________________________________________________________________________
33000 [  8508] By: nick                                  on 2001/01/21  21:37:43
33001         Log: Switch "compiled in" encodings to .ucm format.
33002              (Leave others as .enc till we can run-time load .ucm,
33003              or find some other way to load them.)
33004      Branch: perlio
33005            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
33006            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
33007            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
33008            + ext/Encode/Encode/iso8859-10.ucm
33009            + ext/Encode/Encode/iso8859-13.ucm
33010            + ext/Encode/Encode/iso8859-14.ucm
33011            + ext/Encode/Encode/iso8859-15.ucm
33012            + ext/Encode/Encode/iso8859-16.ucm
33013            + ext/Encode/Encode/iso8859-2.ucm
33014            + ext/Encode/Encode/iso8859-3.ucm
33015            + ext/Encode/Encode/iso8859-4.ucm
33016            + ext/Encode/Encode/iso8859-5.ucm
33017            + ext/Encode/Encode/iso8859-6.ucm
33018            + ext/Encode/Encode/iso8859-7.ucm
33019            + ext/Encode/Encode/iso8859-8.ucm
33020            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
33021            + ext/Encode/Encode/symbol.ucm
33022            ! ext/Encode/Makefile.PL ext/Encode/compile
33023 ____________________________________________________________________________
33024 [  8507] By: nick                                  on 2001/01/21  21:02:03
33025         Log: Integrate (partial) mainline.
33026      Branch: perlio
33027           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
33028           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
33029           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
33030 ____________________________________________________________________________
33031 [  8506] By: jhi                                   on 2001/01/21  20:09:30
33032         Log: Update Changes.
33033      Branch: perl
33034            ! Changes patchlevel.h
33035 ____________________________________________________________________________
33036 [  8505] By: jhi                                   on 2001/01/21  19:39:59
33037         Log: Subject: Minor typos in perlfaq2.pod
33038              From: "Stephen P. Potter" <spp@spotter.yi.org>
33039              Message-Id: <200101192101.QAA11911@spotter.yi.org>
33040              Date: Fri, 19 Jan 2001 16:01:13 -0500
33041              
33042              with a nit from Philip Netwon.
33043      Branch: perl
33044            ! pod/perlfaq2.pod
33045 ____________________________________________________________________________
33046 [  8504] By: jhi                                   on 2001/01/21  19:33:05
33047         Log: Metaconfig change for #8503.
33048      Branch: metaconfig
33049            ! U/threads/usethreads.U
33050 ____________________________________________________________________________
33051 [  8503] By: jhi                                   on 2001/01/21  19:32:21
33052         Log: Sanity check for conflicting thread flavours.
33053      Branch: perl
33054            ! Configure config_h.SH
33055 ____________________________________________________________________________
33056 [  8502] By: jhi                                   on 2001/01/21  19:23:00
33057         Log: Metaconfig change for #8501.
33058      Branch: metaconfig
33059            ! U/modified/sig_name.U
33060 ____________________________________________________________________________
33061 [  8501] By: jhi                                   on 2001/01/21  19:22:26
33062         Log: The SIG_SIZE is the number of the elements *excluding*
33063              the terminating NULL.
33064      Branch: perl
33065            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
33066            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
33067            ! win32/config_H.vc
33068 ____________________________________________________________________________
33069 [  8500] By: jhi                                   on 2001/01/21  18:31:31
33070         Log: Integrate perlio.
33071      Branch: perl
33072           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
33073           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
33074           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
33075           !> pp_sys.c proto.h sv.c
33076 ____________________________________________________________________________
33077 [  8499] By: jhi                                   on 2001/01/21  17:43:57
33078         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
33079              From: Hugo <hv@crypt.compulink.co.uk>
33080              Date: Sun, 21 Jan 2001 13:34:05 +0000
33081              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
33082              
33083              In sprintf UTF8ize only if necessary.
33084      Branch: perl
33085            ! sv.c
33086 ____________________________________________________________________________
33087 [  8498] By: nick                                  on 2001/01/21  16:25:32
33088         Log: Encode cleanup.
33089              Add command line control over "compile" so that Makefile.PL
33090              needs can be combined with other uses.
33091              Use command line options in Makefile.PL.
33092              Fix multi-byte parsing in .ucm files.
33093      Branch: perlio
33094            ! ext/Encode/Makefile.PL ext/Encode/compile
33095 ____________________________________________________________________________
33096 [  8497] By: nick                                  on 2001/01/21  12:56:27
33097         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
33098      Branch: perlio
33099            ! ext/Encode/Encode.xs
33100 ____________________________________________________________________________
33101 [  8496] By: nick                                  on 2001/01/21  12:18:45
33102         Log: Fixup after integrate:
33103              missed the .sym files that are changed by regen_headers
33104              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
33105      Branch: perlio
33106            ! global.sym pp.sym sv.c
33107 ____________________________________________________________________________
33108 [  8495] By: nick                                  on 2001/01/21  11:51:07
33109         Log: Integrate mainline.
33110      Branch: perlio
33111           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
33112           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
33113           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
33114           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
33115           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
33116           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
33117           !> win32/Makefile win32/makefile.mk
33118 ____________________________________________________________________________
33119 [  8494] By: jhi                                   on 2001/01/20  23:12:11
33120         Log: Forgot the expect_number() prototype.
33121      Branch: perl
33122            ! embed.h embed.pl proto.h
33123 ____________________________________________________________________________
33124 [  8493] By: jhi                                   on 2001/01/20  22:56:39
33125         Log: Subject: [PATCH: perl@8482] README.vms URL updates
33126              From: Peter Prymmer <pvhp@forte.com>
33127              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
33128              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
33129              
33130              Plus Craig A. Berry's suggestion to use compaq.com instead
33131              of digital.com.
33132      Branch: perl
33133            ! README.vms
33134 ____________________________________________________________________________
33135 [  8492] By: jhi                                   on 2001/01/20  22:50:05
33136         Log: Memory management calls documentation.
33137      Branch: perl
33138            ! pod/perlguts.pod
33139 ____________________________________________________________________________
33140 [  8491] By: jhi                                   on 2001/01/20  22:38:33
33141         Log: Signedness nit plus few memcpy/Copy nits.
33142      Branch: perl
33143            ! sv.c
33144 ____________________________________________________________________________
33145 [  8490] By: jhi                                   on 2001/01/20  22:25:53
33146         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
33147              From: Peter Prymmer <pvhp@forte.com>
33148              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
33149              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
33150      Branch: perl
33151            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
33152 ____________________________________________________________________________
33153 [  8489] By: jhi                                   on 2001/01/20  22:24:41
33154         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
33155              From: Peter Prymmer <pvhp@forte.com>
33156              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
33157              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
33158      Branch: perl
33159            ! win32/Makefile win32/makefile.mk
33160 ____________________________________________________________________________
33161 [  8488] By: jhi                                   on 2001/01/20  22:22:27
33162         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
33163              From: Peter Prymmer <pvhp@forte.com>
33164              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
33165              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
33166      Branch: perl
33167            ! Makefile.SH
33168 ____________________________________________________________________________
33169 [  8487] By: jhi                                   on 2001/01/20  22:21:18
33170         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
33171              From: Peter Prymmer <pvhp@forte.com>
33172              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
33173              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
33174      Branch: perl
33175            + ext/DynaLoader/dl_dllload.xs
33176            ! MANIFEST Makefile.SH hints/os390.sh
33177 ____________________________________________________________________________
33178 [  8486] By: jhi                                   on 2001/01/20  22:17:53
33179         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
33180              From: Peter Prymmer <pvhp@forte.com>
33181              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
33182              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
33183      Branch: perl
33184            ! README.os390 README.posix-bc
33185 ____________________________________________________________________________
33186 [  8485] By: jhi                                   on 2001/01/20  20:15:30
33187         Log: Document and test the new qu operator.
33188      Branch: perl
33189            + t/op/qu.t
33190            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
33191            ! pod/perlretut.pod pod/perlunicode.pod
33192 ____________________________________________________________________________
33193 [  8484] By: nick                                  on 2001/01/20  19:42:30
33194         Log: Infrastructure to allow:
33195              open($fh,"|-",@array);
33196              to be implemented
33197              i.e. mark pp_open as needing a stack mark, and make pp_open
33198              process its args in that style (and pass them _all_ to tied handles OPEN).
33199              Invent do_openn() which takes SV ** at allow it to see multiple args.
33200              Note this does not _do_ anything yet.
33201      Branch: perlio
33202            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
33203            ! perlapi.c pp_proto.h pp_sys.c proto.h
33204 ____________________________________________________________________________
33205 [  8483] By: nick                                  on 2001/01/20  17:23:14
33206         Log: Integrate mainline.
33207      Branch: perlio
33208           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
33209           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
33210 ____________________________________________________________________________
33211 [  8482] By: jhi                                   on 2001/01/19  15:37:49
33212         Log: Update Changes.
33213      Branch: perl
33214            ! Changes patchlevel.h
33215 ____________________________________________________________________________
33216 [  8481] By: jhi                                   on 2001/01/19  14:41:24
33217         Log: Subject: Re: new feature: s?printf parameter reordering 
33218              From: Hugo <hv@crypt.compulink.co.uk>
33219              Date: Thu, 11 Jan 2001 17:09:03 +0000
33220              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
33221              
33222              - support reordering for all parameters: %, *v, *, .*
33223              - lay down that the reordering specification must immediately
33224              follow that parameter: %3$, *v3$, *3$, .*3$
33225              - fix vectorisation of a zero-length string
33226              - factor out the code choosing the argument to format
33227              
33228              Possibly unwanted side-effects:
33229              - the special format specifiers ' +-0' must now precede any
33230              vectorisation specifier. Tests in op/sprintf and op/ver
33231              have been changed to reflect this.
33232              - sprintf.t test #214 changed its expectations because in many
33233              cases, the next parameter has already been consumed when an
33234              invalid type letter is detected.
33235              
33236              Probably wanted side-effects:
33237              - attempts to format a non-existent parameter will warn as if C<undef>
33238              - attempt to write to non-existent parameter with '%n' will complain
33239              of "attempt to modify read-only value" instead of being silent
33240      Branch: perl
33241            ! sv.c t/op/sprintf.t t/op/ver.t
33242 ____________________________________________________________________________
33243 [  8480] By: jhi                                   on 2001/01/19  14:08:37
33244         Log: Subject: PATCH pragma/locale.t
33245              From: andreas.koenig@anima.de (Andreas J. Koenig)
33246              Date: 18 Jan 2001 09:45:37 +0100
33247              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
33248      Branch: perl
33249            ! t/pragma/locale.t
33250 ____________________________________________________________________________
33251 [  8479] By: jhi                                   on 2001/01/19  13:19:58
33252         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
33253      Branch: perl
33254            ! configure.com
33255 ____________________________________________________________________________
33256 [  8478] By: jhi                                   on 2001/01/19  02:12:35
33257         Log: Automate 1_compile.t.
33258      Branch: perl
33259            ! t/lib/1_compile.t
33260 ____________________________________________________________________________
33261 [  8477] By: jhi                                   on 2001/01/19  01:49:56
33262         Log: Integrate perlio.
33263      Branch: perl
33264           !> sv.c win32/config.bc win32/config.gc win32/config.vc
33265           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
33266 ____________________________________________________________________________
33267 [  8476] By: nick                                  on 2001/01/18  21:51:52
33268         Log: Integrate mainline
33269      Branch: perlio
33270           +> t/lib/1_compile.t t/lib/compmod.pl
33271           !> MANIFEST configure.com lib/unicode/distinct.pm
33272 ____________________________________________________________________________
33273 [  8475] By: nick                                  on 2001/01/18  21:48:02
33274         Log: Win32 "safe signals" co-existance fix.
33275              Fix SIG_SIZE value.
33276              Clear PL_sig_pending when cloning (fork).
33277      Branch: perlio
33278            ! sv.c win32/config.bc win32/config.gc win32/config.vc
33279            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
33280 ____________________________________________________________________________
33281 [  8474] By: jhi                                   on 2001/01/18  14:40:57
33282         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
33283      Branch: perl
33284            ! t/lib/1_compile.t
33285 ____________________________________________________________________________
33286 [  8473] By: gsar                                  on 2001/01/18  11:42:31
33287         Log: unsubmitted trial1 change
33288      Branch: maint-5.6/perl
33289            ! Changes
33290 ____________________________________________________________________________
33291 [  8472] By: jhi                                   on 2001/01/18  04:30:24
33292         Log: The first bug found by 1_compile.t.
33293      Branch: perl
33294            ! lib/unicode/distinct.pm
33295 ____________________________________________________________________________
33296 [  8471] By: jhi                                   on 2001/01/18  04:29:42
33297         Log: Add Schwern's 1_compile test.  The compile_module script renamed
33298              to be a bit shorter for the 8.3 people.
33299      Branch: perl
33300            + t/lib/1_compile.t t/lib/compmod.pl
33301            ! MANIFEST
33302 ____________________________________________________________________________
33303 [  8470] By: jhi                                   on 2001/01/18  04:16:00
33304         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)
33305              From: Peter Prymmer <pvhp@forte.com>
33306              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
33307              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
33308              Replace #8463.
33309      Branch: maint-5.6/perl
33310            ! configure.com
33311 ____________________________________________________________________________
33312 [  8469] By: jhi                                   on 2001/01/18  04:13:02
33313         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)
33314              From: Peter Prymmer <pvhp@forte.com>
33315              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
33316              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
33317              Replace #8462.
33318      Branch: perl
33319            ! configure.com
33320 ____________________________________________________________________________
33321 [  8468] By: jhi                                   on 2001/01/18  03:42:08
33322         Log: Integrate perlio.
33323      Branch: perl
33324           !> gv.c mg.c perlio.c util.c
33325 ____________________________________________________________________________
33326 [  8467] By: nick                                  on 2001/01/17  22:41:10
33327         Log: "Safe" signals - trial implementation.
33328              gv.c tweaked to zero PL_sig_pend array
33329              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
33330              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
33331              Odd thing is that it "works" with PERLIO=stdio as well (linux).
33332      Branch: perlio
33333            ! gv.c mg.c perlio.c util.c
33334 ____________________________________________________________________________
33335 [  8466] By: nick                                  on 2001/01/17  20:40:20
33336         Log: Integrate mainline.
33337      Branch: perlio
33338           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
33339           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
33340           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
33341           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
33342           !> vos/config.ga.h win32/config.bc win32/config.gc
33343           !> win32/config.vc
33344 ____________________________________________________________________________
33345 [  8465] By: jhi                                   on 2001/01/17  18:37:13
33346         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
33347              From: Nicholas Clark <nick@ccl4.org>
33348              Date: Wed, 17 Jan 2001 17:31:33 +0000
33349              Message-ID: <20010117173133.I2633@plum.flirble.org>
33350      Branch: perl
33351            ! t/op/int.t
33352 ____________________________________________________________________________
33353 [  8464] By: jhi                                   on 2001/01/17  14:43:17
33354         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
33355              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
33356              Date: Wed, 17 Jan 2001 15:16:43 +0100
33357              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
33358              
33359              pp_int() was dropping an NV to the floor,
33360              int(279964589018079/59) either returned not an integer
33361              4745162525730.15, or one got "Attempt to free unreferenced scalar."
33362      Branch: perl
33363            ! pp.c
33364 ____________________________________________________________________________
33365 [  8463] By: jhi                                   on 2001/01/17  06:12:42
33366         Log: (Replaced by #8470)
33367              
33368              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)
33369              From: "Craig A. Berry" <craigberry@mac.com>
33370              Date: Tue, 16 Jan 2001 23:38:46 -0600
33371              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
33372      Branch: maint-5.6/perl
33373            ! configure.com
33374 ____________________________________________________________________________
33375 [  8462] By: jhi                                   on 2001/01/17  06:11:31
33376         Log: (Replaced by #8469)
33377              
33378              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)
33379              From: "Craig A. Berry" <craigberry@mac.com>
33380              Date: Tue, 16 Jan 2001 23:38:46 -0600
33381              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
33382      Branch: perl
33383            ! configure.com
33384 ____________________________________________________________________________
33385 [  8461] By: jhi                                   on 2001/01/17  05:56:12
33386         Log: Allow for one trailing slash in the directory of mkdir().
33387      Branch: perl
33388            ! pp_sys.c
33389 ____________________________________________________________________________
33390 [  8460] By: jhi                                   on 2001/01/17  03:26:01
33391         Log: Metaconfig unit changes for #8459.
33392      Branch: metaconfig
33393            ! U/modified/Loc.U U/modified/sig_name.U
33394 ____________________________________________________________________________
33395 [  8459] By: jhi                                   on 2001/01/17  03:24:48
33396         Log: Define SIG_SIZE, the number of elements in the sig_name and
33397              sig_num arrays, including the final NULL entry.
33398      Branch: perl
33399            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33400            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
33401            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
33402            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
33403            ! win32/config.bc win32/config.gc win32/config.vc
33404 ____________________________________________________________________________
33405 [  8458] By: jhi                                   on 2001/01/17  01:41:33
33406         Log: Integrate perlio.
33407      Branch: perl
33408           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
33409           !> perlapi.h proto.h sv.c
33410 ____________________________________________________________________________
33411 [  8457] By: nick                                  on 2001/01/16  22:07:26
33412         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
33413              Provides all the "cost" but no benefit yet - it is to allow cost
33414              to be measured, and implementation experiments (just in mg.c?).
33415      Branch: perlio
33416            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
33417            ! perlapi.h proto.h sv.c
33418 ____________________________________________________________________________
33419 [  8456] By: nick                                  on 2001/01/16  21:07:07
33420         Log: Integrate mainline.
33421      Branch: perlio
33422           !> (integrate 51 files)
33423 ____________________________________________________________________________
33424 [  8455] By: jhi                                   on 2001/01/16  18:13:43
33425         Log: Subject: [PATCH] regcomp.c old feature removal
33426              From: mjd@plover.com
33427              Date: 16 Jan 2001 14:43:18 -0000 
33428              Message-ID: <20010116144318.7140.qmail@plover.com> 
33429      Branch: perl
33430            ! regcomp.c
33431 ____________________________________________________________________________
33432 [  8454] By: jhi                                   on 2001/01/16  16:12:39
33433         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
33434              From: "Indy Singh" <indy@nusphere.com>
33435              Date: Wed, 10 Jan 2001 20:17:49 -0500
33436              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
33437      Branch: maint-5.6/perl
33438            ! win32/Makefile
33439 ____________________________________________________________________________
33440 [  8453] By: jhi                                   on 2001/01/16  16:09:33
33441         Log: Update Changes.
33442      Branch: perl
33443            ! Changes patchlevel.h
33444 ____________________________________________________________________________
33445 [  8452] By: jhi                                   on 2001/01/16  15:42:04
33446         Log: Subject: Re: API Cleanup
33447              To: perl5-porters@perl.org
33448              Date: Tue, 16 Jan 2001 13:42:30 +0000
33449              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
33450              
33451              Subject: [PATCH] utf8.c documentation
33452              From: Simon Cozens <simon@cozens.net>
33453              Date: Tue, 16 Jan 2001 13:52:48 +0000
33454              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
33455              
33456              Subject: Re: API Cleanup
33457              From: Simon Cozens <simon@cozens.net>
33458              Date: Tue, 16 Jan 2001 14:58:55 +0000
33459              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
33460              
33461              UTF-8 doc patches.
33462      Branch: perl
33463            ! embed.pl pod/perlapi.pod utf8.c
33464 ____________________________________________________________________________
33465 [  8451] By: jhi                                   on 2001/01/16  14:41:39
33466         Log: podlators 1.07, from Russ Allbery.
33467      Branch: perl
33468            ! lib/Pod/Man.pm
33469 ____________________________________________________________________________
33470 [  8450] By: jhi                                   on 2001/01/16  14:24:19
33471         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
33472              From: "Indy Singh" <indy@nusphere.com>
33473              Date: Mon, 15 Jan 2001 20:59:40 -0500
33474              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
33475      Branch: perl
33476            ! win32/Makefile
33477 ____________________________________________________________________________
33478 [  8449] By: jhi                                   on 2001/01/16  03:42:55
33479         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
33480              at the setting of the ofs_sv in new_struct_thread() as the
33481              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
33482              that invited a core dump.
33483      Branch: perl
33484            ! util.c
33485 ____________________________________________________________________________
33486 [  8448] By: jhi                                   on 2001/01/16  01:49:07
33487         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
33488              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
33489              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
33490              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
33491              
33492              Replace #8444 and #8445.
33493      Branch: perl
33494            ! ext/B/B.xs ext/B/B/Debug.pm
33495 ____________________________________________________________________________
33496 [  8447] By: jhi                                   on 2001/01/15  21:05:35
33497         Log: Subject: [PATCH] API Variable documentation   
33498              From: Simon Cozens <simon@cozens.net>
33499              Date: Mon, 15 Jan 2001 19:35:54 +0000
33500              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
33501      Branch: perl
33502            ! pod/perlapi.pod thrdvar.h
33503 ____________________________________________________________________________
33504 [  8446] By: jhi                                   on 2001/01/15  20:49:20
33505         Log: Signedness nit.
33506      Branch: perl
33507            ! pp_ctl.c
33508 ____________________________________________________________________________
33509 [  8445] By: jhi                                   on 2001/01/15  20:28:48
33510         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
33511      Branch: perl
33512            ! ext/B/B/Debug.pm
33513 ____________________________________________________________________________
33514 [  8444] By: jhi                                   on 2001/01/15  13:09:10
33515         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
33516      Branch: perl
33517            ! ext/B/B.xs
33518 ____________________________________________________________________________
33519 [  8443] By: jhi                                   on 2001/01/15  13:06:26
33520         Log: Missing from #8439.
33521      Branch: perl
33522            ! keywords.h mg.c
33523 ____________________________________________________________________________
33524 [  8442] By: jhi                                   on 2001/01/15  13:02:38
33525         Log: Subject: [PATCH @8436] Eliminate op_children
33526              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
33527              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
33528              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
33529              
33530              Subject: [PATCH @8436] Re: Eliminate op_children
33531              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
33532              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
33533              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
33534      Branch: perl
33535            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
33536            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
33537            ! op.c op.h
33538 ____________________________________________________________________________
33539 [  8441] By: jhi                                   on 2001/01/15  12:57:08
33540         Log: Use the /^Perl_/-less form of is_lvalue_sub().
33541      Branch: perl
33542            ! pp.h
33543 ____________________________________________________________________________
33544 [  8440] By: jhi                                   on 2001/01/15  05:13:09
33545         Log: Revert #8437 and #8438, the Linux large files story is more complex.
33546      Branch: metaconfig/U/perl
33547            ! d_fpos64_t.U d_off64_t.U
33548      Branch: perl
33549            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33550            ! config_h.SH configure.com epoc/config.sh perl.h
33551            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
33552            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
33553            ! win32/config.bc win32/config.gc win32/config.vc
33554 ____________________________________________________________________________
33555 [  8439] By: jhi                                   on 2001/01/15  05:02:24
33556         Log: More UTF-8 patches from Inaba Hiroto.
33557              - The substr lval was still not okay.
33558              - Now pp_stringify and sv_setsv copies source's UTF8 flag
33559              even if IN_BYTE.  pp_stringify is called from fold_constants
33560              at optimization phase and "\x{100}" was made SvUTF8_off under
33561              use bytes (the bytes pragma is for "byte semantics" and not
33562              for "do not produce UTF8 data")
33563              - New `qu' operator to generate UTF8 string explicitly.
33564              Though I agree with the policy "0x00-0xff always produce bytes",
33565              sometimes want to such a string to be coded in UTF8.
33566              I can use pack"U0a*" but it requires more typing and has
33567              runtime overhead.
33568              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
33569              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
33570              string is not UTF8_on and has char 0x80-0xff.
33571              
33572              TODO: document and test qu.
33573      Branch: perl
33574            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
33575            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
33576            ! toke.c
33577 ____________________________________________________________________________
33578 [  8438] By: jhi                                   on 2001/01/14  05:10:23
33579         Log: Metaconfig unit changes for #8437.
33580      Branch: metaconfig/U/perl
33581            ! d_fpos64_t.U d_off64_t.U
33582 ____________________________________________________________________________
33583 [  8437] By: jhi                                   on 2001/01/14  04:55:34
33584         Log: Add <features.h> probing, seems to be needed for (some?)
33585              Linux largefileness.
33586      Branch: perl
33587            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33588            ! config_h.SH configure.com epoc/config.sh perl.h
33589            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
33590            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
33591            ! win32/config.bc win32/config.gc win32/config.vc
33592 ____________________________________________________________________________
33593 [  8436] By: jhi                                   on 2001/01/13  17:47:21
33594         Log: Tighten some of the tests a bit.
33595      Branch: perl
33596            ! t/pragma/utf8.t
33597 ____________________________________________________________________________
33598 [  8435] By: jhi                                   on 2001/01/13  17:31:54
33599         Log: Integrate perlio.
33600      Branch: perl
33601           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
33602           !> win32/config_H.gc win32/config_H.vc
33603 ____________________________________________________________________________
33604 [  8434] By: nick                                  on 2001/01/13  11:36:53
33605         Log: Run dmake regen_config_h for Win32
33606      Branch: perlio
33607            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
33608 ____________________________________________________________________________
33609 [  8433] By: nick                                  on 2001/01/13  11:31:55
33610         Log: VMS friendly patch to Encode compile process
33611      Branch: perlio
33612            ! ext/Encode/Makefile.PL ext/Encode/compile
33613 ____________________________________________________________________________
33614 [  8432] By: nick                                  on 2001/01/13  11:06:44
33615         Log: Integrate mainline
33616      Branch: perlio
33617           +> ext/B/B/Concise.pm
33618           !> (integrate 52 files)
33619 ____________________________________________________________________________
33620 [  8431] By: jhi                                   on 2001/01/13  05:55:55
33621         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
33622              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
33623              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
33624              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
33625      Branch: perl
33626            ! ext/B/B/Concise.pm
33627 ____________________________________________________________________________
33628 [  8430] By: jhi                                   on 2001/01/13  04:24:18
33629         Log: The LVRET macro needed an aTHX.
33630      Branch: perl
33631            ! pp.h
33632 ____________________________________________________________________________
33633 [  8429] By: jhi                                   on 2001/01/13  02:12:42
33634         Log: Update Changes.
33635      Branch: perl
33636            ! Changes patchlevel.h
33637 ____________________________________________________________________________
33638 [  8428] By: jhi                                   on 2001/01/13  02:08:50
33639         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
33640              From: Peter Prymmer <pvhp@forte.com>
33641              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
33642              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
33643              
33644              Add a BEGIN guard for sloppy floating point division.
33645      Branch: perl
33646            ! lib/Math/BigInt.pm lib/bigint.pl
33647 ____________________________________________________________________________
33648 [  8427] By: jhi                                   on 2001/01/13  01:47:16
33649         Log: The B::Terse drop-in replacement wasn't quite drop-in.
33650      Branch: perl
33651            ! ext/B/B/Terse.pm
33652 ____________________________________________________________________________
33653 [  8426] By: jhi                                   on 2001/01/12  21:20:43
33654         Log: Use UVXf.
33655      Branch: perl
33656            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33657            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
33658            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
33659            ! vos/config.ga.def vos/config.ga.h win32/config.bc
33660            ! win32/config.gc win32/config.vc
33661 ____________________________________________________________________________
33662 [  8425] By: jhi                                   on 2001/01/12  20:20:14
33663         Log: Subject: [PATCH perl@8342] -Wformat
33664              From: Robin Barker <rmb1@cise.npl.co.uk>
33665              Date: Fri, 12 Jan 2001 20:03:14 GMT
33666              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
33667      Branch: perl
33668            ! ext/Encode/Encode.xs mg.c sv.c toke.c
33669 ____________________________________________________________________________
33670 [  8424] By: jhi                                   on 2001/01/12  20:01:48
33671         Log: Subject: B::Concise -- an improved replacement for B::Terse 
33672              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
33673              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
33674              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
33675      Branch: perl
33676            + ext/B/B/Concise.pm
33677            ! MANIFEST ext/B/B/Terse.pm
33678 ____________________________________________________________________________
33679 [  8423] By: jhi                                   on 2001/01/12  19:24:02
33680         Log: The new metaconfig unit from the #8421.
33681      Branch: metaconfig/U/perl
33682            + d_sigprocmask.U
33683 ____________________________________________________________________________
33684 [  8422] By: jhi                                   on 2001/01/12  19:23:43
33685         Log: Forgot the microperl config from the #8421.
33686      Branch: perl
33687            ! uconfig.h uconfig.sh
33688 ____________________________________________________________________________
33689 [  8421] By: jhi                                   on 2001/01/12  19:05:27
33690         Log: Add sigprocmask() probe, regen Configure, regen toc.
33691      Branch: perl
33692            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33693            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
33694            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
33695            ! vos/config.ga.h win32/config.bc win32/config.gc
33696            ! win32/config.vc
33697 ____________________________________________________________________________
33698 [  8420] By: jhi                                   on 2001/01/12  18:34:31
33699         Log: Add sockatmark() to the todo list.
33700      Branch: perl
33701            ! Todo-5.6
33702 ____________________________________________________________________________
33703 [  8419] By: jhi                                   on 2001/01/12  18:09:46
33704         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
33705      Branch: perl
33706            ! op.c
33707 ____________________________________________________________________________
33708 [  8418] By: jhi                                   on 2001/01/12  18:05:30
33709         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
33710              From: Radu Greab <radu@netsoft.ro>
33711              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
33712              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
33713      Branch: perl
33714            ! op.c t/pragma/sub_lval.t
33715 ____________________________________________________________________________
33716 [  8417] By: jhi                                   on 2001/01/12  16:09:09
33717         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
33718              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
33719              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
33720              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
33721      Branch: perl
33722            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
33723            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
33724            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
33725            ! t/pragma/sub_lval.t toke.c
33726 ____________________________________________________________________________
33727 [  8416] By: jhi                                   on 2001/01/12  15:42:06
33728         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
33729              From: "Richard Soderberg" <rs@crystalflame.net>
33730              Date: Fri, 12 Jan 2001 04:49:35 -0800
33731              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
33732              
33733              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
33734              according to the platform.
33735      Branch: perl
33736            ! op.c
33737 ____________________________________________________________________________
33738 [  8415] By: jhi                                   on 2001/01/12  15:33:41
33739         Log: One more UTF-8 fix from Inaba Hiroto.
33740      Branch: perl
33741            ! pp.c regexec.c t/pragma/utf8.t
33742 ____________________________________________________________________________
33743 [  8414] By: jhi                                   on 2001/01/12  15:30:18
33744         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
33745      Branch: perl
33746            ! regexec.c
33747 ____________________________________________________________________________
33748 [  8413] By: jhi                                   on 2001/01/12  15:22:10
33749         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
33750              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
33751              Date: Thu, 11 Jan 2001 12:53:36 +0100
33752              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
33753      Branch: perl
33754            ! toke.c
33755 ____________________________________________________________________________
33756 [  8412] By: jhi                                   on 2001/01/12  15:20:25
33757         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
33758              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
33759              Date: Fri, 12 Jan 2001 14:37:55 +0100
33760              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
33761      Branch: perl
33762            ! hints/posix-bc.sh
33763 ____________________________________________________________________________
33764 [  8411] By: jhi                                   on 2001/01/12  15:14:14
33765         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
33766              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
33767              Date: Fri, 12 Jan 2001 10:42:21 +0100
33768              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
33769      Branch: perl
33770            ! t/op/regmesg.t
33771 ____________________________________________________________________________
33772 [  8410] By: jhi                                   on 2001/01/12  05:48:55
33773         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
33774              From: Nicholas Clark <nick@ccl4.org> 
33775              Date: Sun, 7 Jan 2001 19:47:14 +0000
33776              Message-ID: <20010107194714.B1048@plum.flirble.org>
33777      Branch: perl
33778            ! t/op/numconvert.t
33779 ____________________________________________________________________________
33780 [  8409] By: jhi                                   on 2001/01/12  05:41:28
33781         Log: Integrate perlio.
33782      Branch: perl
33783           !> mg.c scope.h
33784 ____________________________________________________________________________
33785 [  8408] By: nick                                  on 2001/01/11  22:43:28
33786         Log: Remove variables that were used in experiments.
33787      Branch: perlio
33788            ! mg.c
33789 ____________________________________________________________________________
33790 [  8407] By: nick                                  on 2001/01/11  20:57:44
33791         Log: Catch die in %SIG handler and unblock the signal before re-dying.
33792              This make Linux work _without_ sigsetjmp().
33793              Turn off sigsetjmp() to see what else it does.
33794              May need Configure probe for sigprocmask() if anything has sigaction()
33795              but not sigprocmask().
33796      Branch: perlio
33797            ! mg.c scope.h
33798 ____________________________________________________________________________
33799 [  8406] By: nick                                  on 2001/01/11  19:32:07
33800         Log: Integrate mainline
33801      Branch: perlio
33802           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
33803           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
33804           !> t/op/substr.t
33805 ____________________________________________________________________________
33806 [  8405] By: jhi                                   on 2001/01/11  17:11:01
33807         Log: Fix UTF-8 lval substr().
33808      Branch: perl
33809            ! mg.c t/op/substr.t
33810 ____________________________________________________________________________
33811 [  8404] By: jhi                                   on 2001/01/11  05:13:58
33812         Log: Update Changes.
33813      Branch: perl
33814            ! Changes patchlevel.h
33815 ____________________________________________________________________________
33816 [  8403] By: jhi                                   on 2001/01/11  04:38:24
33817         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
33818              From: Hugo <hv@crypt.compulink.co.uk>
33819              Date: Mon, 30 Oct 2000 01:33:26 +0000
33820              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
33821      Branch: perl
33822            ! regexec.c t/op/re_tests
33823 ____________________________________________________________________________
33824 [  8402] By: jhi                                   on 2001/01/11  04:26:12
33825         Log: Integrate perlio.
33826      Branch: perl
33827           !> scope.h util.c
33828 ____________________________________________________________________________
33829 [  8401] By: nick                                  on 2001/01/10  22:52:55
33830         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
33831              (So Alan and Ilya can try setting via hints.)
33832              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
33833              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
33834              doing the save everywhere seems to restart read() correctly, but just
33835              doing it once "round" the handler does not.
33836      Branch: perlio
33837            ! scope.h
33838 ____________________________________________________________________________
33839 [  8400] By: jhi                                   on 2001/01/10  21:57:54
33840         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
33841              of IRIX, HP-UX is unaffected.
33842      Branch: perl
33843            ! perl.h
33844 ____________________________________________________________________________
33845 [  8399] By: nick                                  on 2001/01/10  21:29:19
33846         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
33847      Branch: perlio
33848            ! util.c
33849 ____________________________________________________________________________
33850 [  8398] By: jhi                                   on 2001/01/10  20:55:31
33851         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
33852              also have ReusePort.
33853      Branch: perl
33854            ! ext/IO/lib/IO/Socket/INET.pm
33855 ____________________________________________________________________________
33856 [  8397] By: jhi                                   on 2001/01/10  20:50:57
33857         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
33858              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
33859              Date: Wed, 10 Jan 2001 01:38:13 -0800
33860              Message-ID: <20010110013813.B41744@yahoo-inc.com>
33861      Branch: perl
33862            ! ext/IO/lib/IO/Socket/INET.pm
33863 ____________________________________________________________________________
33864 [  8396] By: jhi                                   on 2001/01/10  20:49:30
33865         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
33866              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
33867              Date: Wed, 10 Jan 2001 01:37:32 -0800
33868              Message-ID: <20010110013732.A41744@yahoo-inc.com>
33869      Branch: perl
33870            ! ext/Socket/Socket.pm
33871 ____________________________________________________________________________
33872 [  8395] By: jhi                                   on 2001/01/10  20:41:37
33873         Log: Test for bug id 20010105.016 (fixed by #8378).
33874      Branch: perl
33875            ! t/op/split.t
33876 ____________________________________________________________________________
33877 [  8394] By: jhi                                   on 2001/01/10  20:26:32
33878         Log: Integrate perlio.
33879      Branch: perl
33880            ! util.c
33881 ____________________________________________________________________________
33882 [  8393] By: nick                                  on 2001/01/10  19:34:30
33883         Log: Back out Simon's pid hackery for now.
33884      Branch: perlio
33885            ! util.c
33886 ____________________________________________________________________________
33887 [  8392] By: nick                                  on 2001/01/10  19:23:13
33888         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
33889      Branch: perlio
33890           !> (integrate 29 files)
33891 ____________________________________________________________________________
33892 [  8391] By: jhi                                   on 2001/01/10  18:43:15
33893         Log: Subject: [PATCH] Fix my_pclose segfault
33894              From: Simon Cozens <simon@cozens.net>
33895              Date: Wed, 10 Jan 2001 18:39:35 +0000
33896              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
33897      Branch: perl
33898            ! util.c
33899 ____________________________________________________________________________
33900 [  8390] By: jhi                                   on 2001/01/10  18:42:08
33901         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
33902              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33903              Date:     Wed, 10 Jan 2001 13:23:02 EST
33904              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
33905      Branch: perl
33906            ! ext/Opcode/Opcode.xs
33907 ____________________________________________________________________________
33908 [  8389] By: jhi                                   on 2001/01/10  15:16:07
33909         Log: Turn off the integer preservation for now.
33910      Branch: perl
33911            ! perl.h
33912 ____________________________________________________________________________
33913 [  8388] By: jhi                                   on 2001/01/10  15:01:25
33914         Log: Few more IDE/editor nits from p5p.
33915      Branch: perl
33916            ! pod/perlfaq3.pod
33917 ____________________________________________________________________________
33918 [  8387] By: jhi                                   on 2001/01/10  06:53:16
33919         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
33920              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
33921              Date: Tue, 9 Jan 2001 23:16:02 +0000
33922              Message-ID: <20010109231602.A81101@plum.flirble.org>
33923      Branch: perl
33924            ! sv.c
33925 ____________________________________________________________________________
33926 [  8386] By: jhi                                   on 2001/01/10  03:17:54
33927         Log: Test cases for #8385 (from Simon's "torture.pl")
33928      Branch: perl
33929            ! t/op/tr.t
33930 ____________________________________________________________________________
33931 [  8385] By: jhi                                   on 2001/01/10  03:17:11
33932         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
33933              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
33934              Date: Wed, 10 Jan 2001 11:39:39 +0900
33935              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
33936              
33937              Some more UTF-8 tr cases fixed.
33938      Branch: perl
33939            ! doop.c
33940 ____________________________________________________________________________
33941 [  8384] By: jhi                                   on 2001/01/09  22:45:40
33942         Log: Allow the locale test needing POSIX and the taint test
33943              needing IPC::SysV to run under 'minitest' (basically,
33944              bail out if loading the extension fails)
33945      Branch: perl
33946            ! t/op/misc.t t/op/taint.t
33947 ____________________________________________________________________________
33948 [  8383] By: jhi                                   on 2001/01/09  21:36:04
33949         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
33950              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
33951              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
33952              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
33953      Branch: perl
33954            ! t/io/openpid.t
33955 ____________________________________________________________________________
33956 [  8382] By: jhi                                   on 2001/01/09  21:06:08
33957         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
33958              Should finish up the bug id 20001205.022.
33959      Branch: perl
33960            ! pp.c pp_hot.c scope.c
33961 ____________________________________________________________________________
33962 [  8381] By: jhi                                   on 2001/01/09  18:27:43
33963         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
33964              From: Andy Dougherty <doughera@lafayette.edu>
33965              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
33966              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
33967              
33968              More robust yacc/bison error detection.
33969      Branch: perl
33970            ! t/comp/proto.t
33971 ____________________________________________________________________________
33972 [  8380] By: jhi                                   on 2001/01/09  15:21:38
33973         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
33974              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33975              Date:     Tue, 9 Jan 2001 07:53:55 EST
33976              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
33977      Branch: perl
33978            ! t/op/misc.t vms/test.com
33979 ____________________________________________________________________________
33980 [  8379] By: jhi                                   on 2001/01/09  15:20:38
33981         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
33982              From: jhi@cc.hut.fi
33983              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
33984              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
33985              
33986              The #8378 fixed this.
33987      Branch: perl
33988            ! t/op/tr.t
33989 ____________________________________________________________________________
33990 [  8378] By: jhi                                   on 2001/01/09  15:05:32
33991         Log: Subject: One more patch for UTF8 
33992              From: Inaba Hiroto <inaba@st.rim.or.jp>
33993              Date: Tue, 09 Jan 2001 01:04:32 +0900
33994              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
33995              
33996              UTF-8 fixes for 'x' and tr///.
33997      Branch: perl
33998            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
33999            ! regcomp.c regexec.c toke.c utf8.c
34000 ____________________________________________________________________________
34001 [  8377] By: jhi                                   on 2001/01/09  14:32:17
34002         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
34003      Branch: perl
34004            ! t/op/length.t
34005 ____________________________________________________________________________
34006 [  8376] By: jhi                                   on 2001/01/09  04:32:32
34007         Log: integrate changes #7775, #8316, #8316 from mainline
34008      Branch: maint-5.6/perl
34009            ! hints/solaris_2.sh
34010 ____________________________________________________________________________
34011 [  8375] By: jhi                                   on 2001/01/09  04:26:43
34012         Log: Update Changes.
34013      Branch: perl
34014            ! Changes patchlevel.h
34015 ____________________________________________________________________________
34016 [  8374] By: jhi                                   on 2001/01/09  04:14:32
34017         Log: IDE/editor section tweaking.
34018      Branch: perl
34019            ! pod/perlfaq3.pod
34020 ____________________________________________________________________________
34021 [  8373] By: jhi                                   on 2001/01/09  02:38:26
34022         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
34023              From: Peter Prymmer <pvhp@forte.com>
34024              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
34025              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
34026              
34027              In preparation os OS/390 dynamic loading.
34028      Branch: perl
34029            ! README.os390 hints/os390.sh
34030 ____________________________________________________________________________
34031 [  8372] By: jhi                                   on 2001/01/09  00:24:30
34032         Log: Integrate with perlio.
34033      Branch: perl
34034           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
34035 ____________________________________________________________________________
34036 [  8371] By: nick                                  on 2001/01/08  23:54:33
34037         Log: Fix "scalars leaked" bugs caused by overload magic
34038              (Highlighted by Ilya's DESTROY optimization.)
34039      Branch: perlio
34040            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
34041 ____________________________________________________________________________
34042 [  8370] By: nick                                  on 2001/01/08  20:19:41
34043         Log: Integrate mainline
34044      Branch: perlio
34045           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
34046           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
34047           !> t/op/64bitint.t
34048 ____________________________________________________________________________
34049 [  8369] By: jhi                                   on 2001/01/08  17:30:52
34050         Log: save_delete() Safefree() doesn't (anymore?) work with shared
34051              strings, one test failure in op/misc and almost all of lib/b.
34052              (Outcomments #8369.)
34053      Branch: perl
34054            ! scope.c
34055 ____________________________________________________________________________
34056 [  8368] By: jhi                                   on 2001/01/08  14:47:10
34057         Log: (Outcommented by #8369.)
34058              
34059              Subject: Re: Perl BugID 20001205.022 ---- save_delete
34060              From: Simon Cozens <simon@cozens.net>
34061              Date: Sat, 6 Jan 2001 11:48:40 +0000
34062              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
34063              
34064              The save_delete() does need the Safefree.
34065      Branch: perl
34066            ! scope.c
34067 ____________________________________________________________________________
34068 [  8367] By: bailey                                on 2001/01/08  08:53:52
34069         Log: Once again syncing after too long an absence
34070      Branch: vmsperl
34071           +> (branch 55 files)
34072            - MAINTAIN fix_pl vos/config.def vos/config.h
34073            - vos/config_h.SH_orig
34074           !> (integrate 498 files)
34075 ____________________________________________________________________________
34076 [  8366] By: jhi                                   on 2001/01/08  02:42:59
34077         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
34078              From: nick@ccl4.org
34079              Date: Sun, 7 Jan 2001 21:07:18 +0000
34080              Message-Id: <20010107210717.D1048@plum.flirble.org>
34081      Branch: perl
34082            ! sv.c t/op/64bitint.t
34083 ____________________________________________________________________________
34084 [  8365] By: jhi                                   on 2001/01/08  02:35:16
34085         Log: Subject: [PATCH] environ nit
34086              From: Simon Cozens <simon@cozens.net>
34087              Date: Sun, 7 Jan 2001 17:57:07 +0000
34088              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
34089              
34090              Use environ only if we have it.
34091      Branch: perl
34092            ! mg.c
34093 ____________________________________________________________________________
34094 [  8364] By: jhi                                   on 2001/01/08  02:24:51
34095         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
34096      Branch: perl
34097            ! ext/GDBM_File/GDBM_File.xs
34098 ____________________________________________________________________________
34099 [  8363] By: jhi                                   on 2001/01/08  02:19:24
34100         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
34101              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
34102              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
34103              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
34104      Branch: perl
34105            ! dump.c op.c
34106 ____________________________________________________________________________
34107 [  8362] By: jhi                                   on 2001/01/08  02:17:43
34108         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
34109              From: Doug MacEachern <dougm@covalent.net>
34110              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
34111              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
34112              
34113              Allow AUTOLOAD to be an xsub and allow such xsubs
34114              to avoid use of $AUTOLOAD.
34115      Branch: perl
34116            ! gv.c
34117 ____________________________________________________________________________
34118 [  8361] By: jhi                                   on 2001/01/08  02:16:07
34119         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
34120              From: Radu Greab <radu@netsoft.ro>
34121              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
34122              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
34123              
34124              No need for the potentially unportable $SIG{CHLD}.
34125      Branch: perl
34126            ! t/io/pipe.t
34127 ____________________________________________________________________________
34128 [  8360] By: jhi                                   on 2001/01/08  01:58:23
34129         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
34130      Branch: perl
34131            ! lib/Getopt/Long.pm
34132 ____________________________________________________________________________
34133 [  8359] By: jhi                                   on 2001/01/08  01:55:44
34134         Log: Integrate perlio.
34135      Branch: perl
34136           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
34137           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
34138           !> utf8.c win32/Makefile
34139 ____________________________________________________________________________
34140 [  8358] By: jhi                                   on 2001/01/07  21:16:50
34141         Log: Update the EPOC cross SDK URL.
34142      Branch: perl
34143            ! README.epoc
34144 ____________________________________________________________________________
34145 [  8357] By: jhi                                   on 2001/01/07  21:16:09
34146         Log: Update the EPOC cross SDK URL.
34147      Branch: maint-5.6/perl
34148            ! README.epoc
34149 ____________________________________________________________________________
34150 [  8356] By: nick                                  on 2001/01/06  21:47:52
34151         Log: FILE * in XS code for PerlIO world:
34152              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
34153              - Add FILE * T_STDIO typemap.
34154              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
34155      Branch: perlio
34156            ! lib/ExtUtils/typemap perlio.c perlio.h
34157 ____________________________________________________________________________
34158 [  8355] By: jhi                                   on 2001/01/06  20:27:15
34159         Log: integrate change #8336 from mainline
34160              
34161              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
34162      Branch: maint-5.6/perl
34163            ! hv.c
34164 ____________________________________________________________________________
34165 [  8354] By: jhi                                   on 2001/01/06  20:24:29
34166         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
34167              From: Robin Barker <rmb1@cise.npl.co.uk>
34168              Date: Fri, 22 Dec 2000 12:17:38 GMT
34169              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
34170              
34171              The patch reformats some long =item lines so they give
34172              correct output via pod2man | nroff -man
34173              
34174              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
34175              From: Robin Barker <rmb1@cise.npl.co.uk>
34176              Date: Tue, 2 Jan 2001 15:35:03 GMT
34177              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
34178              
34179              Here is a _further_ patch which corrects a few more errors:
34180              * an empty C<=item> in CPAN.pm
34181              * patching the wrong file (pod/perlamiga.pod not README.amiga)
34182              * leaving empty C<=item>s which formatted incorrectly
34183              * over long C<=item>s revealed by latest patch to Pod::Man
34184      Branch: maint-5.6/perl
34185            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
34186            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
34187            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
34188            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
34189            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
34190            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
34191 ____________________________________________________________________________
34192 [  8353] By: jhi                                   on 2001/01/06  20:21:10
34193         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
34194              
34195              UTF-8 hash keys.
34196      Branch: maint-5.6/perl
34197            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
34198 ____________________________________________________________________________
34199 [  8352] By: jhi                                   on 2001/01/06  20:18:44
34200         Log: Forgotten from #8438.
34201      Branch: maint-5.6/perl
34202            ! epoc/epocish.h
34203 ____________________________________________________________________________
34204 [  8351] By: jhi                                   on 2001/01/06  20:18:12
34205         Log: Forgotten from #8347.
34206      Branch: maint-5.6/perl
34207            ! config_h.SH
34208 ____________________________________________________________________________
34209 [  8350] By: jhi                                   on 2001/01/06  20:00:19
34210         Log: Thinko in #8347.
34211      Branch: maint-5.6/perl
34212            ! regcomp.c
34213 ____________________________________________________________________________
34214 [  8349] By: jhi                                   on 2001/01/06  18:05:30
34215         Log: Copy the FAQ3 IDE section from the development branch,
34216              changes originally by Peter Prymmer.
34217      Branch: maint-5.6/perl
34218            ! pod/perlfaq3.pod
34219 ____________________________________________________________________________
34220 [  8348] By: jhi                                   on 2001/01/06  18:03:02
34221         Log: EPOC updates for TRIAL1.
34222              
34223              Subject: [5.6.1 trial1] EPOC update
34224              From: Olaf Flebbe <O.Flebbe@science-computing.de>
34225              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
34226              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
34227              
34228              Subject: epoc patch2 for perl-5.6.1-trial1
34229              From: Olaf Flebbe <O.Flebbe@science-computing.de>
34230              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
34231              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
34232      Branch: maint-5.6/perl
34233            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
34234            ! epoc/epocish.c
34235 ____________________________________________________________________________
34236 [  8347] By: jhi                                   on 2001/01/06  17:29:10
34237         Log: integrate changes #7710,7824,7973 from mainline,
34238              plus VMS nits from Peter Prymmer and Dan Sugalski.
34239              
34240              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
34241              library (getprotobyname and getprotobynumber are outversioned by
34242              the same calls in libc, at least for xlc version 3.
34243              
34244              Add HAS_SBRK_PROTO.
34245              
34246              Fixes for signedness warnings noticed by VMSperlers.
34247      Branch: maint-5.6/perl
34248            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34249            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
34250            ! sv.c vms/descrip_mms.template vos/config.alpha.def
34251            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
34252            ! win32/config.bc win32/config.gc win32/config.vc
34253 ____________________________________________________________________________
34254 [  8346] By: nick                                  on 2001/01/06  14:36:01
34255         Log: Fixup accumulated integrate muddles (perlio == devperl again)
34256      Branch: perlio
34257            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
34258 ____________________________________________________________________________
34259 [  8345] By: nick                                  on 2001/01/06  14:24:58
34260         Log: Integrate mainline
34261      Branch: perlio
34262           !> (integrate 55 files)
34263 ____________________________________________________________________________
34264 [  8344] By: jhi                                   on 2001/01/06  02:24:02
34265         Log: Subject: [patch] PerlIO_cleanup() prototype
34266              From: Doug MacEachern <dougm@covalent.net>
34267              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
34268              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
34269      Branch: perl
34270            ! perlio.h
34271 ____________________________________________________________________________
34272 [  8343] By: jhi                                   on 2001/01/06  01:04:09
34273         Log: IRIX compiler noticed that the bof initialization might be
34274              bypassed by control flow.
34275      Branch: perl
34276            ! toke.c
34277 ____________________________________________________________________________
34278 [  8342] By: jhi                                   on 2001/01/06  00:10:48
34279         Log: Update Changes.
34280      Branch: perl
34281            ! Changes patchlevel.h
34282 ____________________________________________________________________________
34283 [  8341] By: jhi                                   on 2001/01/05  23:52:33
34284         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
34285      Branch: perl
34286            ! toke.c
34287 ____________________________________________________________________________
34288 [  8340] By: jhi                                   on 2001/01/05  22:44:08
34289         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
34290              From: Radu Greab <radu@netsoft.ro>
34291              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
34292              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
34293      Branch: perl
34294            ! t/io/pipe.t util.c
34295 ____________________________________________________________________________
34296 [  8339] By: jhi                                   on 2001/01/05  22:35:17
34297         Log: Subject: [PATCH] format and rewording in perlfaq.pod
34298              From: Robin Barker <rmb1@cise.npl.co.uk>
34299              Date: Fri, 5 Jan 2001 18:51:20 GMT
34300              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
34301      Branch: perl
34302            ! pod/perlfaq.pod
34303 ____________________________________________________________________________
34304 [  8338] By: jhi                                   on 2001/01/05  22:31:17
34305         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
34306              From: Peter Prymmer <pvhp@forte.com>
34307              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
34308              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
34309      Branch: perl
34310            ! utils/perlbug.PL
34311 ____________________________________________________________________________
34312 [  8337] By: jhi                                   on 2001/01/05  18:15:11
34313         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
34314              From: Robin Barker <rmb1@cise.npl.co.uk>
34315              Date: Tue, 2 Jan 2001 15:24:07 GMT
34316              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
34317              
34318              If you call configure as C<./Configure> or C<sh ./Configure>,
34319              $src is set to the absolute path name, not '.'.
34320              
34321              This, in turn, means -Dmksymlink tries to do its stuff because
34322              it does not think it is in the src directory.
34323              
34324              (plus a metaconfig nitfix)
34325      Branch: metaconfig
34326            ! U/compline/ccflags.U U/modified/src.U
34327      Branch: perl
34328            ! Configure config_h.SH
34329 ____________________________________________________________________________
34330 [  8336] By: jhi                                   on 2001/01/05  17:48:32
34331         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
34332              From: Alan Burlison <Alan.Burlison@uk.sun.com>
34333              Message-ID: <3A5606C4.473D2226@uk.sun.com>
34334              Date: Fri, 05 Jan 2001 17:39:16 +0000
34335      Branch: perl
34336            ! hv.c
34337 ____________________________________________________________________________
34338 [  8335] By: jhi                                   on 2001/01/05  16:05:44
34339         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
34340      Branch: perl
34341            ! lib/Getopt/Long.pm
34342 ____________________________________________________________________________
34343 [  8334] By: jhi                                   on 2001/01/05  16:00:51
34344         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
34345              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
34346              Date: Fri, 05 Jan 2001 13:46:51 +0100
34347              Message-ID: <13693.978698811@nice.ram.loc>
34348              
34349              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
34350              accurate reading of the "atime".  
34351      Branch: perl
34352            ! t/io/fs.t
34353 ____________________________________________________________________________
34354 [  8333] By: jhi                                   on 2001/01/05  15:57:37
34355         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
34356              From: Simon Cozens <simon@cozens.net>
34357              Date: Fri, 8 Dec 2000 13:33:31 +0000
34358              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
34359              
34360              A lost patch fragment.
34361      Branch: perl
34362            ! doop.c
34363 ____________________________________________________________________________
34364 [  8332] By: jhi                                   on 2001/01/05  15:40:42
34365         Log: Do away with strncpy() and a fixed length buffer.
34366      Branch: perl
34367            ! utf8.c
34368 ____________________________________________________________________________
34369 [  8331] By: jhi                                   on 2001/01/05  15:03:07
34370         Log: Tests for #8329 and #8330.
34371      Branch: perl
34372            ! t/op/bop.t
34373 ____________________________________________________________________________
34374 [  8330] By: jhi                                   on 2001/01/05  15:02:38
34375         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
34376              raw 8-bit form to the UTF-8 string.
34377      Branch: perl
34378            ! toke.c
34379 ____________________________________________________________________________
34380 [  8329] By: jhi                                   on 2001/01/05  14:55:13
34381         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
34382              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
34383              Date: Fri, 5 Jan 2001 12:28:52 +0100
34384              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
34385              
34386              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
34387              no effect.  (changed the strncpy() to Copy())
34388      Branch: perl
34389            ! toke.c
34390 ____________________________________________________________________________
34391 [  8328] By: jhi                                   on 2001/01/05  06:44:27
34392         Log: UTF-8 cleanup.
34393      Branch: perl
34394            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
34395            ! regexec.c sv.c toke.c
34396 ____________________________________________________________________________
34397 [  8327] By: jhi                                   on 2001/01/05  01:11:29
34398         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')
34399              From: Radu Greab <radu@netsoft.ro>
34400              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
34401              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
34402              
34403              Cleans up Harness to not use FileHandle, which uses IO.
34404      Branch: perl
34405            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
34406 ____________________________________________________________________________
34407 [  8326] By: jhi                                   on 2001/01/05  00:56:37
34408         Log: Update Changes.
34409      Branch: perl
34410            ! Changes patchlevel.h
34411 ____________________________________________________________________________
34412 [  8325] By: jhi                                   on 2001/01/05  00:53:18
34413         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
34414              From: Peter Prymmer <pvhp@forte.com>
34415              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
34416              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
34417              
34418              plus a couple more tailing whitespace removals.
34419      Branch: perl
34420            ! win32/Makefile
34421 ____________________________________________________________________________
34422 [  8324] By: jhi                                   on 2001/01/05  00:47:39
34423         Log: Add some Unicode chop() tests.
34424      Branch: perl
34425            ! t/op/chop.t
34426 ____________________________________________________________________________
34427 [  8323] By: jhi                                   on 2001/01/05  00:47:23
34428         Log: Unify UTF-8 malformedness handling.
34429      Branch: perl
34430            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
34431 ____________________________________________________________________________
34432 [  8322] By: jhi                                   on 2001/01/04  22:21:54
34433         Log: The new $issymlink was unknown to Mksymlinks.
34434      Branch: metaconfig/U/perl
34435            ! Mksymlinks.U issymlink.U
34436      Branch: perl
34437            ! Configure config_h.SH
34438 ____________________________________________________________________________
34439 [  8321] By: jhi                                   on 2001/01/04  21:51:05
34440         Log: The test didn't work under the core test framework.
34441      Branch: perl
34442            ! t/lib/st-lock.t
34443 ____________________________________________________________________________
34444 [  8320] By: jhi                                   on 2001/01/04  21:14:22
34445         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
34446      Branch: perl
34447            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
34448 ____________________________________________________________________________
34449 [  8319] By: jhi                                   on 2001/01/04  20:46:17
34450         Log: Typo in #8312 when manually appying a problematic patch fragment.
34451      Branch: perl
34452            ! ext/Storable/Storable.xs
34453 ____________________________________________________________________________
34454 [  8318] By: jhi                                   on 2001/01/04  20:43:01
34455         Log: The $sh_c didn't fly.
34456      Branch: metaconfig
34457            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
34458            ! U/modified/Loc.U U/modified/myhostname.U
34459            ! U/modified/spitshell.U
34460      Branch: metaconfig/U/perl
34461            ! issymlink.U
34462      Branch: perl
34463            ! Configure config_h.SH
34464 ____________________________________________________________________________
34465 [  8317] By: jhi                                   on 2001/01/04  19:58:01
34466         Log: AIX builtin test -h is broken, changes based on
34467              
34468              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
34469              Date: Tue, 02 Jan 2001 11:24:39 +0100
34470              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34471              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
34472      Branch: metaconfig
34473            + U/modified/spitshell.U
34474            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
34475            ! U/modified/Loc.U U/modified/myhostname.U
34476      Branch: metaconfig/U/perl
34477            ! Mksymlinks.U issymlink.U
34478      Branch: perl
34479            ! Configure
34480 ____________________________________________________________________________
34481 [  8316] By: jhi                                   on 2001/01/04  19:02:22
34482         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
34483              From: Andy Dougherty <doughera@lafayette.edu>
34484              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
34485              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
34486              
34487              Beware of GNU ld.
34488      Branch: perl
34489            ! hints/solaris_2.sh
34490 ____________________________________________________________________________
34491 [  8315] By: jhi                                   on 2001/01/04  18:56:48
34492         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
34493              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
34494              Date: Wed, 3 Jan 2001 07:58:51 +0100
34495              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
34496      Branch: perl
34497            ! hints/solaris_2.sh
34498 ____________________________________________________________________________
34499 [  8314] By: jhi                                   on 2001/01/04  18:54:07
34500         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
34501              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
34502              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
34503              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
34504              
34505              Doc tweak on #8313.
34506      Branch: perl
34507            ! ext/B/B/Deparse.pm
34508 ____________________________________________________________________________
34509 [  8313] By: jhi                                   on 2001/01/04  18:52:27
34510         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
34511              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
34512              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
34513              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
34514              
34515              Make the peephole optimizer to bypass more null ops and
34516              and rewrite the deparse handling of continue blocks.
34517      Branch: perl
34518            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
34519 ____________________________________________________________________________
34520 [  8312] By: jhi                                   on 2001/01/04  18:47:39
34521         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
34522      Branch: perl
34523            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
34524            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
34525            ! t/lib/st-lock.t
34526 ____________________________________________________________________________
34527 [  8311] By: jhi                                   on 2001/01/04  18:36:08
34528         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
34529              filter to be run on each .pm during the pm_to_blib() phase,
34530              a fixed version of
34531              
34532              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
34533              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
34534              Date: Wed, 03 Jan 2001 22:01:30 +0100
34535              Message-ID: <5296.978555690@nice.ram.loc>
34536      Branch: perl
34537            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
34538            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
34539            ! lib/ExtUtils/MakeMaker.pm
34540 ____________________________________________________________________________
34541 [  8310] By: jhi                                   on 2001/01/04  18:32:54
34542         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
34543              From: Robin Barker <rmb1@cise.npl.co.uk>
34544              Date: Tue, 2 Jan 2001 15:35:03 GMT
34545              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
34546      Branch: perl
34547            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
34548            ! pod/perlrequick.pod
34549 ____________________________________________________________________________
34550 [  8309] By: jhi                                   on 2001/01/04  18:29:07
34551         Log: Subject: Re: [patch] static-ize XS()
34552              From: Doug MacEachern <dougm@covalent.net>
34553              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
34554              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
34555              
34556              Provide prototypes for the XS functions.
34557      Branch: perl
34558            ! lib/ExtUtils/xsubpp
34559 ____________________________________________________________________________
34560 [  8308] By: jhi                                   on 2001/01/04  18:27:44
34561         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
34562              From: Doug MacEachern <dougm@covalent.net>
34563              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
34564              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
34565      Branch: perl
34566            ! lib/ExtUtils/typemap
34567 ____________________________________________________________________________
34568 [  8307] By: jhi                                   on 2001/01/04  18:25:25
34569         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
34570              From: Doug MacEachern <dougm@covalent.net>
34571              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
34572              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
34573              
34574              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
34575      Branch: perl
34576            ! lib/ExtUtils/MM_Unix.pm
34577 ____________________________________________________________________________
34578 [  8306] By: jhi                                   on 2001/01/04  18:23:00
34579         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
34580              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
34581              Date: Thu, 4 Jan 2001 12:47:10 +0100 
34582              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
34583              
34584              The toke.c part only, patching embed.h and proto.h is futile.
34585      Branch: perl
34586            ! toke.c
34587 ____________________________________________________________________________
34588 [  8305] By: jhi                                   on 2001/01/04  18:05:51
34589         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
34590              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
34591              Date: Thu, 4 Jan 2001 17:50:12 +0100 
34592              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
34593      Branch: perl
34594            ! toke.c
34595 ____________________________________________________________________________
34596 [  8304] By: jhi                                   on 2001/01/04  18:03:26
34597         Log: Subject: [PATCH perl@8269]
34598              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
34599              Date: Thu, 4 Jan 2001 12:53:39 +0100 
34600              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
34601              
34602              If running byacc write-enable also perly.h.
34603      Branch: perl
34604            ! Makefile.SH
34605 ____________________________________________________________________________
34606 [  8303] By: jhi                                   on 2001/01/04  15:40:49
34607         Log: Rewrite pp_concat() in terms of sv_catsv().
34608      Branch: perl
34609            ! pp_hot.c
34610 ____________________________________________________________________________
34611 [  8302] By: nick                                  on 2001/01/03  22:43:22
34612         Log: Integrate mainline.
34613      Branch: perlio
34614           !> ext/Encode/Encode.xs sv.c utf8.c
34615 ____________________________________________________________________________
34616 [  8301] By: jhi                                   on 2001/01/02  23:40:26
34617         Log: Variable naming tweak.
34618      Branch: perl
34619            ! sv.c
34620 ____________________________________________________________________________
34621 [  8300] By: jhi                                   on 2001/01/02  23:40:02
34622         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
34623              in is_utf8_string().
34624      Branch: perl
34625            ! utf8.c
34626 ____________________________________________________________________________
34627 [  8299] By: jhi                                   on 2001/01/02  22:14:40
34628         Log: Integrate perlio.
34629      Branch: perl
34630           !> pp.c pp_hot.c win32/Makefile
34631 ____________________________________________________________________________
34632 [  8298] By: nick                                  on 2001/01/02  22:03:06
34633         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
34634      Branch: perlio
34635            ! pp.c pp_hot.c
34636 ____________________________________________________________________________
34637 [  8297] By: jhi                                   on 2001/01/02  04:26:28
34638         Log: Signedness nit.
34639      Branch: perl
34640            ! ext/Encode/Encode.xs
34641 ____________________________________________________________________________
34642 [  8296] By: nick                                  on 2001/01/01  23:49:36
34643         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
34644      Branch: perlio
34645            ! win32/Makefile
34646 ____________________________________________________________________________
34647 [  8295] By: jhi                                   on 2001/01/01  23:05:48
34648         Log: Integrate perlio.
34649      Branch: perl
34650           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
34651           !> t/lib/encode.t
34652 ____________________________________________________________________________
34653 [  8294] By: nick                                  on 2001/01/01  22:48:34
34654         Log: Integrate mainline
34655      Branch: perlio
34656            ! pp_hot.c t/lib/encode.t
34657           !> (integrate 65 files)
34658 ____________________________________________________________________________
34659 [  8293] By: nick                                  on 2001/01/01  21:58:50
34660         Log: More rigor in UTF-8-ness of Encode's toUnicode
34661              XS export some of the utf8 internal functions.
34662              Test some of the functions.
34663              Fix pp_concat() bug shown by said tests.
34664      Branch: perlio
34665            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
34666            ! t/lib/encode.t
34667 ____________________________________________________________________________
34668 [  8292] By: jhi                                   on 2001/01/01  18:11:44
34669         Log: Integrate perlio.
34670      Branch: perl
34671           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
34672           !> ext/Encode/encengine.c ext/Encode/encode.h
34673 ____________________________________________________________________________
34674 [  8291] By: jhi                                   on 2001/01/01  18:10:58
34675         Log: Podify README.mpeix (a new version from the web),
34676              add a dummy NAME to Carp::Heavy, regen toc.
34677      Branch: perl
34678            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
34679            ! pod/perltoc.pod
34680 ____________________________________________________________________________
34681 [  8290] By: nick                                  on 2001/01/01  17:43:47
34682         Log: Loose the "Loading..." warning.
34683              Another bug in fallback support
34684      Branch: perlio
34685            ! ext/Encode/Encode.pm ext/Encode/encengine.c
34686 ____________________________________________________________________________
34687 [  8289] By: jhi                                   on 2001/01/01  00:01:57
34688         Log: Bump up Larry's copyright.
34689      Branch: perl
34690            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
34691            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
34692            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
34693            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
34694            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
34695            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
34696            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
34697            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
34698 ____________________________________________________________________________
34699 [  8288] By: nick                                  on 2000/12/31  21:27:53
34700         Log: Fix .ucm reading - forgot a chr()
34701              Start of .ucm write (for .enc to .ucm)
34702      Branch: perlio
34703            ! ext/Encode/compile
34704 ____________________________________________________________________________
34705 [  8287] By: jhi                                   on 2000/12/31  18:15:56
34706         Log: Comment away a diagnostic message as noted by Craig A. Berry
34707              (the unexpected message was confusing testing)
34708      Branch: perl
34709            ! ext/Encode/Encode.pm
34710 ____________________________________________________________________________
34711 [  8286] By: jhi                                   on 2000/12/31  18:14:51
34712         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
34713              Date: Sun, 31 Dec 2000 11:17:37 -0600
34714              From: "Craig A. Berry" <craigberry@mac.com>
34715              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
34716      Branch: perl
34717            ! ext/Encode/Makefile.PL
34718 ____________________________________________________________________________
34719 [  8285] By: nick                                  on 2000/12/31  18:11:54
34720         Log: Start of support of ICU-style .ucm files:
34721              - teach compile how to read a .ucm file
34722              - first guess at how to represent fallbacks in "tries".
34723              - use fallbacks if check == 0
34724              - new return code to indicate we used one.
34725      Branch: perlio
34726            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
34727            ! ext/Encode/encengine.c ext/Encode/encode.h
34728 ____________________________________________________________________________
34729 [  8284] By: jhi                                   on 2000/12/31  18:04:41
34730         Log: Pacify picky VMS compiler.
34731              
34732              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
34733              From: "Craig A. Berry" <craig.berry@psinetcs.com>
34734              Date: Sat, 30 Dec 2000 18:10:02 -0600
34735              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
34736      Branch: perl
34737            ! sv.c
34738 ____________________________________________________________________________
34739 [  8283] By: jhi                                   on 2000/12/31  16:11:47
34740         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
34741      Branch: perl
34742            ! t/lib/glob-basic.t
34743 ____________________________________________________________________________
34744 [  8282] By: jhi                                   on 2000/12/31  15:26:11
34745         Log: Integrate perlio.
34746      Branch: perl
34747           !> makedef.pl opcode.pl os2/os2.c perlio.c
34748 ____________________________________________________________________________
34749 [  8281] By: nick                                  on 2000/12/31  10:06:15
34750         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
34751              is available to be exported
34752      Branch: perlio
34753            ! makedef.pl perlio.c
34754 ____________________________________________________________________________
34755 [  8280] By: nick                                  on 2000/12/31  09:41:26
34756         Log: Ilya's OS2 patch (testing for damage on Win32)
34757      Branch: perlio
34758            ! makedef.pl opcode.pl os2/os2.c
34759 ____________________________________________________________________________
34760 [  8279] By: jhi                                   on 2000/12/30  21:52:07
34761         Log: Test nits.
34762      Branch: perl
34763            ! t/lib/syslfs.t t/op/lfs.t
34764 ____________________________________________________________________________
34765 [  8278] By: jhi                                   on 2000/12/30  21:47:49
34766         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
34767              From: andreas.koenig@anima.de (Andreas J. Koenig)
34768              Date: 30 Dec 2000 22:35:37 +0100
34769              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
34770              
34771              The 32-bit wraparound test wasn't quite right.
34772      Branch: perl
34773            ! t/lib/syslfs.t t/op/lfs.t
34774 ____________________________________________________________________________
34775 [  8277] By: jhi                                   on 2000/12/30  21:33:44
34776         Log: Subject: [PATCH] open() example in perlfunc.pod 
34777              From: Karsten Sperling <s_sperli@ira.uka.de>
34778              Date: Sat, 30 Dec 2000 22:27:09 +0100
34779              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
34780      Branch: perl
34781            ! pod/perlfunc.pod
34782 ____________________________________________________________________________
34783 [  8276] By: jhi                                   on 2000/12/30  20:32:40
34784         Log: Not quite that many tests yet.
34785      Branch: perl
34786            ! t/op/pat.t
34787 ____________________________________________________________________________
34788 [  8275] By: jhi                                   on 2000/12/30  20:26:58
34789         Log: Integrate perlio.
34790      Branch: perl
34791           !> toke.c
34792 ____________________________________________________________________________
34793 [  8274] By: jhi                                   on 2000/12/30  20:24:56
34794         Log: Signedness nit.
34795      Branch: perl
34796            ! utf8.c
34797 ____________________________________________________________________________
34798 [  8273] By: jhi                                   on 2000/12/30  20:15:46
34799         Log: Add a test case for 20000731.001 which was fixed by the #8267.
34800      Branch: perl
34801            ! t/op/pat.t
34802 ____________________________________________________________________________
34803 [  8272] By: nick                                  on 2000/12/30  19:47:51
34804         Log: Tweak for MULTIPLICITY/USE_PERLIO
34805      Branch: perlio
34806            ! toke.c
34807 ____________________________________________________________________________
34808 [  8271] By: nick                                  on 2000/12/30  19:46:45
34809         Log: Integrate mainline
34810      Branch: perlio
34811           +> lib/unicode/distinct.pm
34812           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
34813           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
34814           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
34815 ____________________________________________________________________________
34816 [  8270] By: jhi                                   on 2000/12/30  19:39:50
34817         Log: Subject: RE: perl@8269
34818              From: "Richard Soderberg" <rs@crystalflame.net>
34819              Date: Sat, 30 Dec 2000 11:36:27 -0800
34820              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
34821              
34822              A missing aTHX_.
34823      Branch: perl
34824            ! toke.c
34825 ____________________________________________________________________________
34826 [  8269] By: jhi                                   on 2000/12/30  18:55:48
34827         Log: Update Changes.
34828      Branch: perl
34829            ! Changes patchlevel.h
34830 ____________________________________________________________________________
34831 [  8268] By: jhi                                   on 2000/12/30  17:18:40
34832         Log: Add a test for Unicode split //.  The #8267 was the cure.
34833      Branch: perl
34834            ! t/op/split.t
34835 ____________________________________________________________________________
34836 [  8267] By: jhi                                   on 2000/12/30  17:14:19
34837         Log: Subject: more UTF8 test suites and an UTF8 patch
34838              From: Inaba Hiroto <inaba@st.rim.or.jp>
34839              Date: Sat, 30 Dec 2000 14:27:10 +0900
34840              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
34841              
34842              Just the patch part for now, and the pragma renamed
34843              as unicode::distinct.
34844      Branch: perl
34845            + lib/unicode/distinct.pm
34846            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
34847            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
34848            ! regcomp.h regexec.c sv.c toke.c utf8.c
34849 ____________________________________________________________________________
34850 [  8266] By: nick                                  on 2000/12/30  16:40:49
34851         Log: Integrate mainline
34852      Branch: perlio
34853           +> lib/Pod/Text/Overstrike.pm
34854           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
34855           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
34856           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
34857           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
34858           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
34859 ____________________________________________________________________________
34860 [  8265] By: jhi                                   on 2000/12/30  07:28:55
34861         Log: The sv_catsv() fix, take two.
34862      Branch: perl
34863            ! sv.c t/op/join.t
34864 ____________________________________________________________________________
34865 [  8264] By: jhi                                   on 2000/12/30  06:19:18
34866         Log: Undo all the join-related changes since #8248: relevant
34867              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
34868              The new sv_catsv() doesn't fly so it must go back to
34869              the drawing board.
34870      Branch: perl
34871            ! sv.c t/op/join.t t/pragma/utf8.t
34872 ____________________________________________________________________________
34873 [  8263] By: jhi                                   on 2000/12/30  01:08:32
34874         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
34875      Branch: perl
34876            ! sv.c
34877 ____________________________________________________________________________
34878 [  8262] By: jhi                                   on 2000/12/30  00:45:14
34879         Log: Retract #8261.
34880      Branch: perl
34881            ! hv.c util.c
34882 ____________________________________________________________________________
34883 [  8261] By: jhi                                   on 2000/12/30  00:38:32
34884         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
34885      Branch: perl
34886            ! hv.c util.c
34887 ____________________________________________________________________________
34888 [  8260] By: jhi                                   on 2000/12/29  22:51:33
34889         Log: (Retracted by #8264)  More fixing for #8251.
34890      Branch: perl
34891            ! sv.c
34892 ____________________________________________________________________________
34893 [  8259] By: jhi                                   on 2000/12/29  18:27:30
34894         Log: Subject: podlators 1.06 released
34895              From: Russ Allbery <rra@stanford.edu>
34896              Date: 25 Dec 2000 05:09:30 -0800
34897              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
34898      Branch: perl
34899            + lib/Pod/Text/Overstrike.pm
34900            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
34901            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
34902 ____________________________________________________________________________
34903 [  8258] By: jhi                                   on 2000/12/29  18:20:45
34904         Log: Make the large file tests more robust/talkative as suggested by
34905              
34906              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
34907              From: andreas.koenig@anima.de (Andreas J. Koenig)
34908              Date: 29 Dec 2000 14:23:01 +0100
34909              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
34910      Branch: perl
34911            ! t/lib/syslfs.t t/op/lfs.t
34912 ____________________________________________________________________________
34913 [  8257] By: jhi                                   on 2000/12/29  17:48:04
34914         Log: Further VMS piping fixes from Charles Lane:
34915              
34916              In summary, error messages produced when a subprocess terminated
34917              abnormally were being sent not just to the parent process, but to
34918              grandparents, because of default values for error output that were
34919              not completely overridden when the subprocess was started.
34920              
34921              This patch fixes this behavior by defining user-mode (i.e., temporary
34922              for the duration of the program) logical names for SYS$OUTPUT and
34923              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
34924              changes to make it so that the user-mode logicals are the ones that
34925              control where Perl's error messages go if it terminates abnormally.
34926              
34927              I also added some gratuitous fixes to the indentation of braces in
34928              the piping code.  It just looked ugly, before.
34929      Branch: perl
34930            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
34931 ____________________________________________________________________________
34932 [  8256] By: jhi                                   on 2000/12/29  17:45:12
34933         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
34934              From: "Casey R. Tweten" <crt@kiski.net>
34935              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
34936              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
34937              
34938              Tests for for #8240.
34939      Branch: perl
34940            ! t/pragma/constant.t
34941 ____________________________________________________________________________
34942 [  8255] By: jhi                                   on 2000/12/29  17:43:07
34943         Log: Subject: Re: [PATCH] Interesting syntax idea
34944              From: Simon Cozens <simon@cozens.net>
34945              Date: Fri, 29 Dec 2000 14:34:04 +0000
34946              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
34947              
34948              Tests for #8254.
34949      Branch: perl
34950            ! t/pragma/sub_lval.t
34951 ____________________________________________________________________________
34952 [  8254] By: jhi                                   on 2000/12/29  17:42:11
34953         Log: Subject: [PATCH] Interesting syntax idea
34954              From: Simon Cozens <simon@cozens.net>
34955              Date: Wed, 27 Dec 2000 05:08:57 +0000
34956              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
34957              
34958              Make opens + bareword assigns do typeglob assigns.
34959      Branch: perl
34960            ! op.c
34961 ____________________________________________________________________________
34962 [  8253] By: jhi                                   on 2000/12/29  17:36:45
34963         Log: Output the (apparent) version of gcc, as suggested by
34964              
34965              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
34966              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
34967              Date: 26 Dec 2000 04:29:17 -0500
34968              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
34969              
34970              (The patch as such didn't any more apply as the misparsing had
34971              already been addressed in #6474.)  Also change the wording about
34972              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
34973      Branch: perl
34974            ! hints/dec_osf.sh
34975 ____________________________________________________________________________
34976 [  8252] By: nick                                  on 2000/12/29  12:14:31
34977         Log: Integrate mainline
34978      Branch: perlio
34979           !> (integrate 27 files)
34980 ____________________________________________________________________________
34981 [  8251] By: jhi                                   on 2000/12/29  08:45:46
34982         Log: (Retracted by #8264)
34983              
34984              (Fixed by #8260.)
34985              
34986              sv_catsv() needs one more byte space than seems reasonable.
34987              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
34988              Curiouser and curiouser.
34989      Branch: perl
34990            ! sv.c
34991 ____________________________________________________________________________
34992 [  8250] By: jhi                                   on 2000/12/29  07:57:52
34993         Log: More split // UTF-8 tests.
34994      Branch: perl
34995            ! t/pragma/utf8.t
34996 ____________________________________________________________________________
34997 [  8249] By: jhi                                   on 2000/12/29  07:54:51
34998         Log: (Retracted by #8264)  More join() testing which was good because
34999              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
35000      Branch: perl
35001            ! pp.c t/op/join.t utf8.c utf8.h
35002 ____________________________________________________________________________
35003 [  8248] By: jhi                                   on 2000/12/29  07:08:32
35004         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
35005              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
35006              that the only cases to care about are byte+byte and byte+character.
35007              
35008              TODO: See how well pp_concat() could be implemented in terms
35009              of sv_catsv().
35010      Branch: perl
35011            ! doop.c sv.c t/op/join.t utf8.h
35012 ____________________________________________________________________________
35013 [  8247] By: jhi                                   on 2000/12/29  06:35:23
35014         Log: Signedness nit.
35015      Branch: perl
35016            ! pp_hot.c
35017 ____________________________________________________________________________
35018 [  8246] By: jhi                                   on 2000/12/29  01:23:31
35019         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
35020              From: Lupe Christoph <lupe@lupe-christoph.de>
35021              Date: Thu, 28 Dec 2000 23:00:00 +0100
35022              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
35023              
35024              Suggest rsync --delete --dry-run.
35025      Branch: perl
35026            ! pod/perlhack.pod
35027 ____________________________________________________________________________
35028 [  8245] By: jhi                                   on 2000/12/28  23:57:05
35029         Log: The maxiters upper limit sanity check (guarding against
35030              non-progress) assumed bytes instead of characters in s///
35031              and split().
35032      Branch: perl
35033            ! pp.c pp_hot.c
35034 ____________________________________________________________________________
35035 [  8244] By: jhi                                   on 2000/12/28  23:34:08
35036         Log: Make some panic messages a bit more logical.
35037      Branch: perl
35038            ! doop.c pod/perldiag.pod pp.c pp_hot.c
35039 ____________________________________________________________________________
35040 [  8243] By: jhi                                   on 2000/12/28  22:59:16
35041         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
35042              From: Simon Cozens <simon@cozens.net>
35043              Date: Wed, 27 Dec 2000 02:30:03 +0000
35044              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
35045      Branch: perl
35046            ! pp.c t/pragma/sub_lval.t
35047 ____________________________________________________________________________
35048 [  8242] By: jhi                                   on 2000/12/28  22:56:53
35049         Log: Subject: [PATCH blead] Fix B::Terse indentation
35050              From: Daniel Chetlin <daniel@chetlin.com>
35051              Date: Wed, 27 Dec 2000 06:43:30 -0800
35052              Message-ID: <20001227064329.B9573@darkstar>
35053      Branch: perl
35054            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
35055 ____________________________________________________________________________
35056 [  8241] By: jhi                                   on 2000/12/28  22:48:59
35057         Log: The latter patch from the
35058              
35059              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
35060              From: Peter Prymmer <pvhp@forte.com> 
35061              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
35062              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
35063              
35064              (the former patch from the above should have been
35065              taken care of by Nick I-S)
35066      Branch: perl
35067            ! win32/Makefile
35068 ____________________________________________________________________________
35069 [  8240] By: jhi                                   on 2000/12/28  22:45:22
35070         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
35071              From: "Casey R. Tweten" <crt@kiski.net>
35072              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
35073              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
35074      Branch: perl
35075            ! lib/constant.pm
35076 ____________________________________________________________________________
35077 [  8239] By: jhi                                   on 2000/12/28  22:37:45
35078         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
35079              From: Simon Cozens <simon@cozens.net>
35080              Date: Wed, 27 Dec 2000 14:12:44 +0000
35081              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
35082      Branch: perl
35083            ! t/op/method.t t/op/sort.t toke.c
35084 ____________________________________________________________________________
35085 [  8238] By: jhi                                   on 2000/12/28  22:30:32
35086         Log: Subject: [PATCH perl@8229] Call.pm
35087              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
35088              Date: Mon, 25 Dec 2000 10:47:15 -0000
35089              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
35090      Branch: perl
35091            ! ext/Filter/Util/Call/Call.pm
35092 ____________________________________________________________________________
35093 [  8237] By: jhi                                   on 2000/12/28  22:19:21
35094         Log: Subject: [PATCH blead] Fix problem with `&' prototype
35095              From: Daniel Chetlin <daniel@chetlin.com>
35096              Date: Wed, 27 Dec 2000 15:55:32 -0800
35097              Message-ID: <20001227155532.D9573@darkstar>
35098      Branch: perl
35099            ! op.c t/comp/proto.t
35100 ____________________________________________________________________________
35101 [  8236] By: jhi                                   on 2000/12/28  22:09:25
35102         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
35103              From: Daniel Chetlin <daniel@chetlin.com>
35104              Date: Sun, 24 Dec 2000 04:09:49 -0800
35105              Message-ID: <20001224040949.B3090@darkstar>
35106      Branch: perl
35107            ! gv.c mg.c t/op/attrs.t
35108 ____________________________________________________________________________
35109 [  8235] By: jhi                                   on 2000/12/28  22:07:11
35110         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
35111              From: Jan Dubois <jand@ActiveState.com>
35112              Date: Tue, 26 Dec 2000 20:57:31 -0800
35113              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
35114      Branch: perl
35115            ! win32/win32.c
35116 ____________________________________________________________________________
35117 [  8234] By: jhi                                   on 2000/12/28  21:52:42
35118         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
35119              From: Simon Cozens <simon@cozens.net>
35120              Date: Thu, 28 Dec 2000 20:33:13 +0000
35121              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
35122      Branch: perl
35123            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
35124 ____________________________________________________________________________
35125 [  8233] By: jhi                                   on 2000/12/28  19:40:49
35126         Log: Integrate perlio.
35127      Branch: perl
35128           !> ext/Encode/Makefile.PL ext/Encode/compile
35129 ____________________________________________________________________________
35130 [  8232] By: nick                                  on 2000/12/23  16:06:00
35131         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
35132              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
35133      Branch: perlio
35134            ! ext/Encode/Makefile.PL
35135 ____________________________________________________________________________
35136 [  8231] By: nick                                  on 2000/12/23  14:30:34
35137         Log: "Compiled" encode build cleanup
35138              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
35139              - .c files do not export sub-tables
35140      Branch: perlio
35141            ! ext/Encode/Makefile.PL ext/Encode/compile
35142 ____________________________________________________________________________
35143 [  8230] By: nick                                  on 2000/12/23  12:50:37
35144         Log: Integrate mainline
35145      Branch: perlio
35146           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
35147           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
35148           !> pod/perl5004delta.pod pod/perl5005delta.pod
35149           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
35150           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
35151           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
35152           !> pod/perlsub.pod
35153 ____________________________________________________________________________
35154 [  8229] By: jhi                                   on 2000/12/22  15:32:12
35155         Log: Integrate perlio.
35156      Branch: perl
35157           +> win32/distclean.bat
35158           !> MANIFEST t/io/utf8.t
35159 ____________________________________________________________________________
35160 [  8228] By: jhi                                   on 2000/12/22  15:29:40
35161         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
35162              From: Robin Barker <rmb1@cise.npl.co.uk>
35163              Date: Fri, 22 Dec 2000 12:17:38 GMT
35164              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
35165      Branch: perl
35166            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
35167            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
35168            ! pod/perl5004delta.pod pod/perl5005delta.pod
35169            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
35170            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
35171            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
35172            ! pod/perlsub.pod
35173 ____________________________________________________________________________
35174 [  8227] By: jhi                                   on 2000/12/22  15:24:28
35175         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
35176              From: "John L. Allen" <allen@grumman.com>
35177              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
35178              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
35179              
35180              Document APPLLIB_EXP.
35181      Branch: perl
35182            ! INSTALL
35183 ____________________________________________________________________________
35184 [  8226] By: nick                                  on 2000/12/21  22:11:50
35185         Log: Handy script for when one forgets to "dmake clean" 
35186      Branch: perlio
35187            + win32/distclean.bat
35188            ! MANIFEST
35189 ____________________________________________________________________________
35190 [  8225] By: nick                                  on 2000/12/21  21:54:04
35191         Log: CRLF platform issue with io/utf8 fix.
35192      Branch: perlio
35193            ! t/io/utf8.t
35194 ____________________________________________________________________________
35195 [  8224] By: nick                                  on 2000/12/21  21:02:20
35196         Log: Integrate mainline
35197      Branch: perlio
35198           !> Changes Configure Makefile.SH Porting/Glossary
35199           !> Porting/config.sh Porting/config_H configure.com
35200           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
35201           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
35202           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
35203           !> win32/config.bc win32/config.gc win32/config.vc
35204 ____________________________________________________________________________
35205 [  8223] By: jhi                                   on 2000/12/21  17:09:16
35206         Log: Update Changes.
35207      Branch: perl
35208            ! Changes patchlevel.h
35209 ____________________________________________________________________________
35210 [  8222] By: jhi                                   on 2000/12/21  16:24:01
35211         Log: Metaconfig unit changes for #8221.
35212      Branch: metaconfig/U/perl
35213           +> issymlink.U
35214            - testsyml.U
35215            ! Mksymlinks.U
35216 ____________________________________________________________________________
35217 [  8221] By: jhi                                   on 2000/12/21  16:23:48
35218         Log: Rename testsyml to issymlink.
35219      Branch: perl
35220            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35221            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
35222            ! win32/config.vc
35223 ____________________________________________________________________________
35224 [  8220] By: jhi                                   on 2000/12/21  15:47:26
35225         Log: Robustness support for #8218 (symlink forest) since the GNU
35226              tools seem to be overly picky about symlinkage depths.
35227      Branch: perl
35228            ! Makefile.SH t/io/fs.t
35229 ____________________________________________________________________________
35230 [  8219] By: jhi                                   on 2000/12/21  15:38:27
35231         Log: Metaconfig changes for #8218.
35232      Branch: metaconfig
35233            ! U/modified/Oldconfig.U
35234      Branch: metaconfig/U/perl
35235            + Mksymlinks.U
35236            ! testsyml.U
35237 ____________________________________________________________________________
35238 [  8218] By: jhi                                   on 2000/12/21  15:37:57
35239         Log: Add Configure option -Dmksymlinks which will create a symlink
35240              forest if the current/build differs from the source directory.
35241              TODO: mkdir -p is not portable.
35242      Branch: perl
35243            ! Configure
35244 ____________________________________________________________________________
35245 [  8217] By: jhi                                   on 2000/12/21  14:39:12
35246         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
35247              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
35248              Date: Thu, 21 Dec 2000 09:38:18 GMT
35249              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
35250              
35251              The ofs became an SV.
35252      Branch: perl
35253            ! ext/Thread/Thread.xs
35254 ____________________________________________________________________________
35255 [  8216] By: jhi                                   on 2000/12/21  05:40:21
35256         Log: The polymorphism seems to have fixed 20000517.001.
35257      Branch: perl
35258            ! t/pragma/utf8.t
35259 ____________________________________________________________________________
35260 [  8215] By: jhi                                   on 2000/12/21  04:44:52
35261         Log: read() documentation tweak for 20001121.004.
35262      Branch: perl
35263            ! pod/perlfunc.pod
35264 ____________________________________________________________________________
35265 [  8214] By: jhi                                   on 2000/12/21  03:54:11
35266         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
35267      Branch: perl
35268            ! pp_sys.c t/op/misc.t
35269 ____________________________________________________________________________
35270 [  8213] By: jhi                                   on 2000/12/21  00:28:10
35271         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
35272              From: Peter Prymmer <pvhp@forte.com>
35273              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
35274              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
35275      Branch: perl
35276            ! configure.com
35277 ____________________________________________________________________________
35278 [  8212] By: jhi                                   on 2000/12/21  00:26:21
35279         Log: Edit edit edit.
35280      Branch: perl
35281            ! pod/perlfaq3.pod
35282 ____________________________________________________________________________
35283 [  8211] By: jhi                                   on 2000/12/20  18:52:46
35284         Log: Update Changes.
35285      Branch: perl
35286            ! Changes patchlevel.h
35287 ____________________________________________________________________________
35288 [  8210] By: jhi                                   on 2000/12/20  18:34:47
35289         Log: Yet another editor edit.
35290      Branch: perl
35291            ! pod/perlfaq3.pod
35292 ____________________________________________________________________________
35293 [  8209] By: jhi                                   on 2000/12/20  15:33:28
35294         Log: More Win32 Perling.
35295      Branch: perl
35296            ! pod/perlfaq3.pod
35297 ____________________________________________________________________________
35298 [  8208] By: jhi                                   on 2000/12/20  15:07:46
35299         Log: More Win32 editor/IDE/shell hints.
35300      Branch: perl
35301            ! pod/perlfaq3.pod
35302 ____________________________________________________________________________
35303 [  8207] By: jhi                                   on 2000/12/20  03:54:08
35304         Log: Subject: [PATCH] obscure timing knowledge
35305              From: Nicholas Clark <nick@ccl4.org>
35306              Date: Tue, 19 Dec 2000 19:22:31 +0000
35307              Message-ID: <20001219192231.F2827@plum.flirble.org>
35308      Branch: perl
35309            ! sv.c
35310 ____________________________________________________________________________
35311 [  8206] By: jhi                                   on 2000/12/20  03:45:57
35312         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
35313              From: Spider Boardman <spider@leggy.zk3.dec.com>
35314              Date: Tue, 19 Dec 2000 21:30:16 -0500
35315              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
35316      Branch: perl
35317            ! sv.c
35318 ____________________________________________________________________________
35319 [  8205] By: jhi                                   on 2000/12/19  23:02:01
35320         Log: Update Changes.
35321      Branch: perl
35322            ! Changes patchlevel.h
35323 ____________________________________________________________________________
35324 [  8204] By: jhi                                   on 2000/12/19  22:58:18
35325         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
35326              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
35327              on editors and diffing/patching.
35328      Branch: perl
35329            ! t/op/utf8decode.t
35330 ____________________________________________________________________________
35331 [  8203] By: nick                                  on 2000/12/19  21:36:16
35332         Log: Integrate mainline (forgot my own change...)
35333      Branch: perlio
35334           !> ext/Encode/compile
35335 ____________________________________________________________________________
35336 [  8202] By: nick                                  on 2000/12/19  21:34:42
35337         Log: Integrate mainline.
35338      Branch: perlio
35339           !> (integrate 61 files)
35340 ____________________________________________________________________________
35341 [  8201] By: nick                                  on 2000/12/19  21:34:06
35342         Log: Avoid looking for File::Glob when we don't need it.
35343      Branch: perl
35344            ! ext/Encode/compile
35345 ____________________________________________________________________________
35346 [  8200] By: jhi                                   on 2000/12/19  18:35:49
35347         Log: Update Changes.
35348      Branch: perl
35349            ! Changes patchlevel.h
35350 ____________________________________________________________________________
35351 [  8199] By: jhi                                   on 2000/12/19  18:35:07
35352         Log: Microperl tweaks.
35353      Branch: perl
35354            ! sv.c uconfig.h uconfig.sh
35355 ____________________________________________________________________________
35356 [  8198] By: jhi                                   on 2000/12/19  18:29:59
35357         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
35358      Branch: perl
35359            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35360            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
35361 ____________________________________________________________________________
35362 [  8197] By: jhi                                   on 2000/12/19  17:55:29
35363         Log: In VMS embedded perls couldn't access the statically built Socket,
35364              from Charles Lane.
35365      Branch: perl
35366            ! configure.com
35367 ____________________________________________________________________________
35368 [  8196] By: jhi                                   on 2000/12/19  17:49:50
35369         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
35370              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
35371              Date: Sun, 17 Dec 2000 19:11:44 -0000
35372              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
35373      Branch: perl
35374            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
35375            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
35376 ____________________________________________________________________________
35377 [  8195] By: jhi                                   on 2000/12/19  17:47:53
35378         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
35379              From: Jonathan Stowe <gellyfish@gellyfish.com>
35380              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
35381              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
35382      Branch: perl
35383            ! utils/h2xs.PL
35384 ____________________________________________________________________________
35385 [  8194] By: jhi                                   on 2000/12/19  17:46:28
35386         Log: Subject: Re: useless use of void context work-around
35387              From: andreas.koenig@anima.de (Andreas J. Koenig)
35388              Date: 16 Dec 2000 15:13:36 +0100
35389              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
35390              
35391              Document (comment) the q(di ds ig) trick in the code.
35392      Branch: perl
35393            ! op.c
35394 ____________________________________________________________________________
35395 [  8193] By: jhi                                   on 2000/12/19  17:10:57
35396         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
35397              From: "Mark J. Reed" <mreed@strange.turner.com>
35398              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
35399              Message-Id: <200012160222.VAA13986@strange.turner.com>
35400      Branch: perl
35401            ! ext/Sys/Syslog/Syslog.pm
35402 ____________________________________________________________________________
35403 [  8192] By: jhi                                   on 2000/12/19  17:07:45
35404         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
35405              From: Nicholas Clark <nick@ccl4.org>
35406              Date: Sat, 16 Dec 2000 19:03:13 +0000
35407              Message-ID: <20001216190313.D68304@plum.flirble.org>
35408      Branch: perl
35409            ! t/op/64bitint.t
35410 ____________________________________________________________________________
35411 [  8191] By: jhi                                   on 2000/12/19  17:06:13
35412         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
35413              From: Dominic Dunlop <domo@computer.org>
35414              Date: Mon, 18 Dec 2000 12:00:15 +0100
35415              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
35416              
35417              This patchlet is needed in order that perl can be statically linked.  
35418      Branch: perl
35419            ! regexec.c
35420 ____________________________________________________________________________
35421 [  8190] By: jhi                                   on 2000/12/19  17:03:08
35422         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
35423              From: "Craig A. Berry" <craig.berry@psinetcs.com>
35424              Date: Sun, 17 Dec 2000 00:18:35 -0600
35425              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
35426      Branch: perl
35427            ! perlio.h vms/gen_shrfls.pl
35428 ____________________________________________________________________________
35429 [  8189] By: jhi                                   on 2000/12/19  16:20:28
35430         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
35431              From: Prymmer/Kahn <pvhp@best.com>
35432              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
35433              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
35434              
35435              A better version of #8188.
35436      Branch: perl
35437            ! pod/perlfaq3.pod
35438 ____________________________________________________________________________
35439 [  8188] By: jhi                                   on 2000/12/19  15:57:06
35440         Log: (Replaced by #8189)
35441              
35442              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
35443              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
35444              From: Prymmer/Kahn <pvhp@best.com>
35445              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
35446              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
35447              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
35448              Date: Mon, 18 Dec 2000 11:10:45 -0500
35449              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
35450      Branch: perl
35451            ! pod/perlfaq3.pod
35452 ____________________________________________________________________________
35453 [  8187] By: jhi                                   on 2000/12/19  15:54:19
35454         Log: Email address fix for Anton Berezin.
35455      Branch: perl
35456            ! AUTHORS
35457 ____________________________________________________________________________
35458 [  8186] By: jhi                                   on 2000/12/19  15:38:54
35459         Log: Subject: [PATCH perl@8102] cygwin port
35460              From: "Eric Fifer" <efifer@dircon.co.uk> 
35461              Date: Thu, 14 Dec 2000 13:41:29 -0000
35462              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
35463              
35464              When compiling modules the data item that is being imported
35465              from libperl.dll needs to be tagged as imported/shared data:
35466              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
35467      Branch: perl
35468            ! perliol.h
35469 ____________________________________________________________________________
35470 [  8185] By: jhi                                   on 2000/12/19  14:53:24
35471         Log: Regen uconfig.h and uconfig.sh.
35472      Branch: perl
35473            ! uconfig.h uconfig.sh
35474 ____________________________________________________________________________
35475 [  8184] By: jhi                                   on 2000/12/18  20:43:49
35476         Log: Comments work so much better when they are closed.
35477      Branch: perl
35478            ! regcomp.c
35479 ____________________________________________________________________________
35480 [  8183] By: jhi                                   on 2000/12/18  18:04:02
35481         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
35482              Fixes the bug 20001218.016.
35483      Branch: perl
35484            ! regcomp.c
35485 ____________________________________________________________________________
35486 [  8182] By: gsar                                  on 2000/12/18  09:53:47
35487         Log: delete spurious files
35488      Branch: maint-5.6/perl
35489            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
35490            - vos/config.h vos/config_h.SH_orig
35491 ____________________________________________________________________________
35492 [  8181] By: gsar                                  on 2000/12/18  09:46:08
35493         Log: regen perltoc
35494      Branch: maint-5.6/perl
35495            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
35496 ____________________________________________________________________________
35497 [  8180] By: gsar                                  on 2000/12/18  09:20:27
35498         Log: integrate changes#7924..7926,7946,7952 from mainline
35499      Branch: maint-5.6/perl
35500           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
35501           !> lib/File/stat.pm t/lib/class-struct.t
35502 ____________________________________________________________________________
35503 [  8179] By: gsar                                  on 2000/12/18  08:55:54
35504         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
35505              7918,7919,7988,8907 from mainline (various)
35506      Branch: maint-5.6/perl
35507           +> t/lib/class-struct.t
35508           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
35509           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
35510           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
35511 ____________________________________________________________________________
35512 [  8178] By: gsar                                  on 2000/12/18  08:16:30
35513         Log: avoid redefinition warnings on windows due to sys/socket.h getting
35514              #included before win32.h
35515      Branch: maint-5.6/perl
35516            ! win32/include/sys/socket.h
35517 ____________________________________________________________________________
35518 [  8177] By: gsar                                  on 2000/12/18  05:24:04
35519         Log: make regen_headers; fix POSIX.xs problems; remove outdated
35520              code from sys/socket.h that makes build fail now
35521      Branch: maint-5.6/perl
35522            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
35523            ! pod/perlapi.pod
35524           !> win32/include/sys/socket.h
35525 ____________________________________________________________________________
35526 [  8176] By: gsar                                  on 2000/12/18  05:20:17
35527         Log: update Changes
35528      Branch: maint-5.6/perl
35529            ! Changes patchlevel.h
35530 ____________________________________________________________________________
35531 [  8175] By: gsar                                  on 2000/12/18  04:57:48
35532         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
35533              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
35534              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
35535              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
35536              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
35537              7823,7825,7838
35538      Branch: maint-5.6/perl
35539           +> lib/File/Spec/Epoc.pm
35540           !> (integrate 88 files)
35541 ____________________________________________________________________________
35542 [  8174] By: gsar                                  on 2000/12/18  03:53:09
35543         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
35544              7625..7629,7631..7634,7637,7639,7642 from mainline
35545      Branch: maint-5.6/perl
35546           +> README.solaris
35547           !> (integrate 26 files)
35548 ____________________________________________________________________________
35549 [  8173] By: gsar                                  on 2000/12/18  03:37:02
35550         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
35551              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
35552              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
35553              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
35554      Branch: maint-5.6/perl
35555           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
35556            - MAINTAIN
35557           !> (integrate 111 files)
35558 ____________________________________________________________________________
35559 [  8172] By: jhi                                   on 2000/12/18  02:49:27
35560         Log: Regen pods.
35561      Branch: perl
35562            ! pod/perlmodlib.pod pod/perltoc.pod
35563 ____________________________________________________________________________
35564 [  8171] By: gsar                                  on 2000/12/18  02:49:24
35565         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
35566              7465..7471 from mainline
35567              
35568              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
35569              in platforms that strictly require all the symbols being present
35570              at link time.
35571              
35572              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
35573              
35574              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
35575              
35576              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
35577              
35578              Subject: [PATCH] todo
35579              
35580              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
35581              
35582              Use $sort, $uniq (and $tr) consistently as wondered
35583              by Nicholas Clark.
35584              
35585              Too enthusiastic editing in #7460.
35586              
35587              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
35588              
35589              Upgrade to CPAN 1.58_55.
35590              Subject: CPAN.pm status
35591              
35592              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
35593              
35594              Make target reordering to avoid pointless re-makes.
35595              Subject: Re: Total re-make of 'make okfile' after 7451 ?
35596              
35597              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
35598              
35599              Subject: DOC PATCH 5.6.0
35600              
35601              Add the repository doc by Malcolm, Sarathy, and by Simon,
35602              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
35603      Branch: maint-5.6/perl
35604           +> Porting/repository.pod
35605           !> Configure MANIFEST Makefile.SH README.dos README.os2
35606           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
35607           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
35608           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
35609 ____________________________________________________________________________
35610 [  8169] By: gsar                                  on 2000/12/18  02:33:34
35611         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
35612              7435..7441,7445 from mainline
35613              
35614              Make the UTF-8 decoding stricter and more verbose when
35615              malformation happens.  This involved adding an argument
35616              to utf8_to_uv_chk(), which involved changing its prototype,
35617              and prefer STRLEN over I32 for the UTF-8 length, which as
35618              a domino effect necessitated changing the prototypes of
35619              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
35620              The stricter UTF-8 decoding checking uses Markus Kuhn's
35621              UTF-8 Decode Stress Tester from
35622              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
35623              
35624              Run vms/vms_yfix.pl, should have done that after changing
35625              perly.c in #7382.
35626              
35627              Subject: [PATCH 5.7.0] static linking with uninstalled perl
35628              
35629              (Replaced by #7440.)
35630              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
35631              
35632              Fix the bug ID 20001024.005, the bug introduced by #7416.
35633              
35634              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
35635              
35636              Fix the bug reported in
35637              From: andreas.koenig@anima.de (Andreas J. Koenig)
35638              Also make is_utf8_char() stricter.
35639              
35640              Missed the header file changes from #7425.
35641              
35642              Check if stdio supports tweaking lval and cnt simultaneously.
35643              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
35644              
35645              Stratus VOS updates from Paul Green.
35646              
35647              Podify README.epoc and README.vos.
35648              
35649              Add targets to Makefile.SH, most importantly
35650              'regen_all' which also remembers to update vms/perly*.
35651              
35652              Subject: Minor update to find2perl, for portability
35653              
35654              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
35655              
35656              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
35657              
35658              Rename UTF8LEN() to be UNISKIP(), too confusing to have
35659              UTF8LEN() and UTF8SKIP(). 
35660              
35661              Allow poking holes at the UTF-8 decoding strictness.
35662              
35663              Continue the internal UTF-8 API tweaking.
35664              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
35665              used much more than the simpler API, now called utf8_to_uv_simple().
35666              Still not quite happy with API, too much partial duplication
35667              of functionality.
35668              
35669              A new version of making the syslog test more robust.
35670              (Replaces #7421.)
35671              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
35672              
35673              buildtoc target tweaks.
35674              
35675              Integrate with vmsperl #7430 by Charles Bailey:
35676              
35677              Cleanup from prior patch (Charles Lane?):
35678              - improve handling of MFDs in Basename and Path
35679              - default to no xsubpp line # munging when building debug images
35680      Branch: maint-5.6/perl
35681           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
35682           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
35683           !> (integrate 67 files)
35684 ____________________________________________________________________________
35685 [  8168] By: gsar                                  on 2000/12/18  02:05:49
35686         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
35687              
35688              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
35689              From: Martin Husemann <martin@duskware.de>
35690              
35691              Subject: [PATCH 5.7.0] restore match data on backtracing
35692              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35693      Branch: maint-5.6/perl
35694           !> regcomp.c regexec.c t/op/re_tests
35695 ____________________________________________________________________________
35696 [  8167] By: gsar                                  on 2000/12/18  01:55:22
35697         Log: integrate changes#7858,7986 from mainline
35698              
35699              C<foreach my $x ...> in pseudo-fork()ed process may diddle
35700              parent's memory; fix it by keeping track of the actual pad
35701              offset rather than a raw pointer (this change is probably also
35702              relevant to non-ithreads case to avoid fallout from reallocs of
35703              the pad array, but is currently only enabled for the ithreads
35704              case in the interests of minimal disruption to existing "well
35705              tested" code)
35706              
35707              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
35708              due to the notorious GetFileType() bug in Windows 9x, which fstat()
35709              tickles)
35710      Branch: maint-5.6/perl
35711           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
35712           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
35713           !> win32/win32.c win32/win32.h win32/win32sck.c
35714 ____________________________________________________________________________
35715 [  8166] By: gsar                                  on 2000/12/18  01:52:59
35716         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
35717              from mainline (xsubpp and ExtUtils::LibList fixups, various
35718              other small items)
35719      Branch: maint-5.6/perl
35720           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
35721           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
35722           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
35723           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
35724           !> win32/bin/search.pl
35725 ____________________________________________________________________________
35726 [  8165] By: gsar                                  on 2000/12/18  01:28:45
35727         Log: integrate changes#7533,7563,7611,7623 from mainline (various
35728              malloc.c embellishments)
35729      Branch: maint-5.6/perl
35730           !> malloc.c pod/perldiag.pod
35731 ____________________________________________________________________________
35732 [  8164] By: gsar                                  on 2000/12/18  01:23:33
35733         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
35734              fixups)
35735      Branch: maint-5.6/perl
35736           !> utils/h2xs.PL
35737 ____________________________________________________________________________
35738 [  8163] By: gsar                                  on 2000/12/18  01:17:50
35739         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
35740              fixups)
35741      Branch: maint-5.6/perl
35742           !> Makefile.SH utils/perlbug.PL
35743 ____________________________________________________________________________
35744 [  8162] By: gsar                                  on 2000/12/18  00:25:43
35745         Log: always export Perl_deb() (it is required by re.xs whether
35746              Perl is built with or without -DDEBUGGING)
35747      Branch: maint-5.6/perl
35748            ! makedef.pl
35749 ____________________________________________________________________________
35750 [  8161] By: gsar                                  on 2000/12/18  00:23:38
35751         Log: integrate change#7414 from mainline
35752              
35753              Undo the basename() part of #7412 since the lib/basename
35754              tests would need upgrading too.
35755              
35756              squelch two tests in tr.t that rely on tr/// paranoia change
35757              that's not in 5.6.x
35758      Branch: maint-5.6/perl
35759            ! t/op/tr.t
35760           !> lib/File/Basename.pm
35761 ____________________________________________________________________________
35762 [  8160] By: gsar                                  on 2000/12/18  00:05:30
35763         Log: missing change in previous integrate
35764      Branch: maint-5.6/perl
35765           !> README.aix
35766 ____________________________________________________________________________
35767 [  8159] By: gsar                                  on 2000/12/18  00:03:38
35768         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
35769              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
35770              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
35771              7410..7413 from mainline
35772      Branch: maint-5.6/perl
35773           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
35774           +> t/lib/tie-splice.t
35775            - lib/unicode/Is/DCinital.pl
35776           !> (integrate 112 files)
35777 ____________________________________________________________________________
35778 [  8158] By: jhi                                   on 2000/12/17  23:04:24
35779         Log: Subject: [PATCHES] RE: perl@8150 
35780              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
35781              Date: Sun, 17 Dec 2000 21:46:39 +0100
35782              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
35783              
35784              Neither cygwin has a getpwuid() one can trust on.
35785      Branch: perl
35786            ! t/lib/glob-basic.t
35787 ____________________________________________________________________________
35788 [  8157] By: jhi                                   on 2000/12/17  23:01:54
35789         Log: More MAN.PODS => {} fixes.
35790      Branch: perl
35791            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
35792            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
35793            ! os2/OS2/REXX/Makefile.PL
35794 ____________________________________________________________________________
35795 [  8156] By: gsar                                  on 2000/12/17  22:49:13
35796         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
35797              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
35798              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
35799              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
35800              7201,7204 from mainline
35801      Branch: maint-5.6/perl
35802           !> (integrate 121 files)
35803 ____________________________________________________________________________
35804 [  8155] By: jhi                                   on 2000/12/17  22:30:58
35805         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
35806              From: "Craig A. Berry" <craigberry@mac.com>
35807              Date: Sun, 17 Dec 2000 13:09:28 -0600
35808              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
35809              
35810              MAN.PODS => ' ' is naughty.
35811      Branch: perl
35812            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
35813 ____________________________________________________________________________
35814 [  8154] By: nick                                  on 2000/12/17  22:07:13
35815         Log: MULTIPLICITY nit.
35816      Branch: perl
35817            ! mg.c
35818 ____________________________________________________________________________
35819 [  8153] By: gsar                                  on 2000/12/17  21:23:05
35820         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
35821              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
35822              from mainline
35823              
35824              Document the SvIOK_.*UV().
35825              
35826              Update Unicode todo list.
35827              
35828              Guard against bad string->int conversion for quads.
35829              
35830              Subject: small apidoc fix
35831              
35832              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
35833              
35834              Subject: [PATCH] Tied filehandle documentation
35835              
35836              Subject: [PATCH] Modernize Opcode.pm documentation
35837              
35838              Make Data::Dumper (non-XS) to work with changed semantics of ref().
35839              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
35840              [applied even though said semantics didn't change in 5.6.x]
35841              
35842              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
35843              
35844              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
35845              
35846              Fix the URL, but the server is still missing in action.
35847              Subject: [ID 20000905.002] perlfaq1.pod URL error
35848              
35849              Subject: [ID 20000903.001] \w in utf8-strings
35850              
35851              Fix the ccversion detection for 5.1 and beyond.
35852              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
35853              
35854              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
35855              
35856              Subject: [ID 20000904.008] Tiny fix for perldiag
35857              
35858              Subject: Re: [ID 20000906.004] segfault with bad perl statement
35859              
35860              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
35861              
35862              Subject: [ID 20000908.002] perlipc documentation bug.
35863              
35864              Subject: [PATCH lib/Benchmark.pm]
35865              
35866              Re-allow vec() for characters > 255.
35867              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
35868              
35869              Do away with memory models cruft.  Sorry, PDP users.
35870              
35871              Continue #7041.
35872              
35873              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
35874              
35875              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
35876              
35877              Upgrade to CPAN 1.57_65, from Andreas König.
35878              
35879              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
35880              by Russ Allbery.
35881              
35882              Silence t/pod/*.t about alternate quote-mappings now implemented
35883              by Pod::Text, from Brad Appleton.
35884              
35885              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
35886              Subject: borland C++ win32.c tweak
35887              
35888              C<@a = @b = split(...)> optimization coredumps under ithreads
35889              (missed a spot when fixing up op_pmreplroot hack for ithreads)
35890              
35891              Document the SvUTF8*().
35892              
35893              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
35894              
35895              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
35896              
35897              Do in VMS as the #7054 does.
35898              
35899              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
35900              
35901              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
35902              
35903              Subject: [patch: perl@7045] vms updates
35904              
35905              Test for the #7049.
35906              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
35907              
35908              Break up the myconfig lines a bit.
35909              Subject: perlbug/perl -V output format
35910              
35911              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
35912              
35913              The #7054 truncated Configure badly.
35914              
35915              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
35916              initialization in all the threads on Windows
35917              
35918              Allow for whitespace between "#" and "line" in cpp output.
35919              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
35920              
35921              Remove vestiges of tr//CU.
35922              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
35923              
35924              The return value of setlocale must be copied away.
35925              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
35926              
35927              Allow chop() and chomp() to be overridden.
35928              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
35929              
35930              Hints optimization.
35931              Subject: Minor nit
35932              
35933              Subject: [PATCH] de-wall t/README
35934              
35935              Subject: Re: Two advertising clauses need to be removed
35936      Branch: maint-5.6/perl
35937           !> (integrate 75 files)
35938 ____________________________________________________________________________
35939 [  8152] By: gsar                                  on 2000/12/17  20:30:11
35940         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
35941              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
35942              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
35943              
35944              Don't attach -ld to the archname if pointless.
35945              
35946              Document UNTIE in a very minimalistic way.
35947              
35948              POSIX doesn't report long double values under -Duselongdouble
35949              when the long doubles are "real" (bigger than doubles).
35950              
35951              More author updates.
35952              
35953              Try to deduce NV_MAX.  Really should be Configure fodder.
35954              
35955              :: not allowed in pathnames, change to .
35956              Subject: [PATCH perl@6938] cygwin port
35957              
35958              Forget about NV_MAX (#6951).  Various floating point tweaks,
35959              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
35960              
35961              Move the Solaris 7 scan to use64bitall, make the
35962              failure to find 64-bot sparc libc to mention the
35963              possibility of being in an intel, from Lupe and Alan.
35964              
35965              Regen perltoc.
35966              
35967              AUTHORS tweaks, from Peter Prymmer.
35968              
35969              More address tweaking.
35970              
35971              Small tweaks all over.
35972              
35973              File::Temp patches from Andreas König,
35974              
35975              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
35976              
35977              Subject: CPAN.pm beta 1.57_57 for the core
35978              
35979              Part of the solution.
35980              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
35981              
35982              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
35983              
35984              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
35985              
35986              Add the overload warnings to perldiag.
35987              
35988              Drop unused argument.
35989              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
35990              
35991              Subject: Nit in Configure (bleadperl@6961)
35992              
35993              Update to PodParser 1.18, from Brad Appleton.
35994              
35995              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
35996              
35997              Subject: [PATCH: 6948] add SCNfldbl to configure.com
35998              
35999              Document UNTIE. Also tweak implementation to suppress the 'inner references'
36000              warning when UNTIE exists and instead pass the cound of extra references to
36001              the UNTIE method.
36002              
36003              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
36004              so that case-ignoring systems like DCL can tell them from
36005              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
36006              
36007              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
36008              
36009              Feature ordering tweak.
36010              
36011              Regen perltoc.
36012              
36013              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
36014              
36015              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
36016              
36017              Subject: http:// in L<>
36018              
36019              Detypo.
36020              
36021              change#6791 accidentally clobbered change#6710, put it back
36022              
36023              Only the first line, thank you very much.
36024              
36025              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
36026              plus rework the http: spots as suggested by Tom Christiansen,
36027              plus regen perltoc.
36028              
36029              Undo part of change 6489 which looks like a bulk edit which
36030              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
36031              The supressing of main:: on return from select() is undesirable.
36032              
36033              Apparently avoiding the swapping is too costly.
36034              
36035              Various Configure nits by Philip Newton,
36036              plus the ebcdic one by me.
36037              
36038              Make certain cc is set before trying to run it.
36039              
36040              If overloaded %{} etc. return the object do not loop.
36041              Thus  sub deref { $_[0] } functions if object is wanted type.
36042              
36043              Update perlhist.
36044              
36045              More %{} and other deref special casing - do not pass to 'nomethod'.
36046      Branch: maint-5.6/perl
36047           !> (integrate 59 files)
36048 ____________________________________________________________________________
36049 [  8151] By: gsar                                  on 2000/12/17  19:14:38
36050         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
36051              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
36052              
36053              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
36054              
36055              Make the epsilon to be relative, not absolute.
36056              
36057              Put back the flags dump as reasoned in
36058              Subject: Re: [PATCH] Glob dumping
36059              
36060              Introduce ccname to keep track of what compiler kind of we have.
36061              
36062              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
36063              
36064              Put back the slice accidentally removed by #6907.
36065              
36066              Reset archname and archname64 always, forcing them be
36067              recomputed at each Configure run, make Configure and
36068              the hints files agree on the naming of largefiles variables.
36069              
36070              Don't say "Perl 5.0 source kit".
36071              
36072              Subject: [PATCH] fix misc cast warnings
36073              
36074              Subject: typos in pods
36075              
36076              NVs not necessarily doubles, as pointed out by Yitzchak.
36077              
36078              Subject: [PATCH 6889] add a few ldbl formats to configure.com
36079              
36080              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
36081              
36082              Better options for rsync.
36083              
36084              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
36085              
36086              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
36087              
36088              Subject: [PATCH] Re: UNTIE method 
36089              
36090              A better fix for the Socket building problem from Craig Berry.
36091              
36092              Retract the dummy test, skip the security tests (instead of failing),
36093              explain what the warnings mean.
36094              
36095              Heap decorruption.
36096              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
36097              
36098              Update to Unicode 3.0.1.
36099              
36100              Missed one Unicode file.
36101              
36102              Subject: Re: typos in pods
36103              
36104              The #6929 was too skimpy.
36105              
36106              sscanf() may be the only way to read long doubles from strings.
36107              
36108              Reveal Borland's isnan.
36109              Subject: build with BC++ tweak
36110              
36111              Issue useful diagnostic on unknown pod commands.
36112              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
36113              
36114              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
36115              
36116              Clarify the third case of ftmp-security warnings.
36117              
36118              Make -Dusemorebits find long doubles in Solaris.
36119              
36120              Wrap the test in eval.
36121      Branch: maint-5.6/perl
36122           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
36123           +> lib/unicode/PropList.txt lib/unicode/README.perl
36124           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
36125           +> lib/unicode/Unicode.301 vms/vmspipe.com
36126            - lib/unicode/Props.txt lib/unicode/UCD300.html
36127            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
36128           !> (integrate 305 files)
36129 ____________________________________________________________________________
36130 [  8150] By: jhi                                   on 2000/12/17  18:47:57
36131         Log: Uncheckedin generated files.
36132      Branch: perl
36133            ! global.sym perlapi.c pod/perlapi.pod
36134 ____________________________________________________________________________
36135 [  8149] By: jhi                                   on 2000/12/17  18:41:22
36136         Log: Update Changes.
36137      Branch: perl
36138            ! Changes patchlevel.h
36139 ____________________________________________________________________________
36140 [  8148] By: jhi                                   on 2000/12/17  18:39:16
36141         Log: Subject: [PATCH] Fcntl constants speedup
36142              From: Nicholas Clark <nick@ccl4.org>
36143              Date: Sun, 17 Dec 2000 16:29:24 +0000
36144              Message-ID: <20001217162924.E97668@plum.flirble.org>
36145              
36146              Use IVs for the Fcntl constants instead of NVs.
36147      Branch: perl
36148            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
36149 ____________________________________________________________________________
36150 [  8147] By: jhi                                   on 2000/12/17  18:33:41
36151         Log: Add test for #8145 (binmode() warning), add warning for
36152              ioctl() and sockpair(), document them. (fileno() cannot
36153              be tripwired with the same kind of warning because
36154              'defined fileno($foo)' seems to be an idiom.)
36155      Branch: perl
36156            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
36157 ____________________________________________________________________________
36158 [  8146] By: gsar                                  on 2000/12/17  18:09:08
36159         Log: update Changes
36160      Branch: maint-5.6/perl
36161            ! Changes
36162 ____________________________________________________________________________
36163 [  8145] By: jhi                                   on 2000/12/17  17:39:35
36164         Log: Subject: [PATCH] Re: The long awaited feature ...
36165              From: Simon Cozens <simon@cozens.net>
36166              Date: Sun, 17 Dec 2000 12:31:56 +0000
36167              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
36168              
36169              Add a warning to binmode() about using bad filehandles
36170              (can happen e.g. if someone forgets the filehandle argument)
36171      Branch: perl
36172            ! pp_sys.c
36173 ____________________________________________________________________________
36174 [  8144] By: jhi                                   on 2000/12/17  17:33:48
36175         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
36176              From: Jonathan Stowe <gellyfish@gellyfish.com>
36177              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
36178              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
36179      Branch: perl
36180            ! lib/Net/Ping.pm
36181 ____________________________________________________________________________
36182 [  8143] By: jhi                                   on 2000/12/17  05:31:37
36183         Log: Polymorphic regexps.
36184              
36185              Fixes at least the bugs 20001028.003 (both of them...) and
36186              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
36187              also to be fixed by now, probably already before this patch.
36188      Branch: perl
36189            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
36190            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
36191            ! t/op/utf8decode.t t/pragma/utf8.t
36192 ____________________________________________________________________________
36193 [  8142] By: jhi                                   on 2000/12/16  17:16:05
36194         Log: Subject: [patch perl@8102] dos/djgpp update
36195              From: Laszlo Molnar <ml1050@freemail.hu>
36196              Date: Sat, 16 Dec 2000 01:40:52 +0100
36197              Message-ID: <20001216014052.A335@freemail.hu>
36198      Branch: perl
36199            ! djgpp/config.over t/base/commonsense.t
36200 ____________________________________________________________________________
36201 [  8141] By: jhi                                   on 2000/12/16  17:09:27
36202         Log: Few uncheckedin files.
36203      Branch: perl
36204            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
36205 ____________________________________________________________________________
36206 [  8140] By: nick                                  on 2000/12/15  22:14:31
36207         Log: Integrate mainline
36208      Branch: perlio
36209           !> (integrate 53 files)
36210 ____________________________________________________________________________
36211 [  8139] By: jhi                                   on 2000/12/15  19:49:49
36212         Log: One more IVUV tweak from Nicholas Clark.
36213      Branch: perl
36214            ! sv.c
36215 ____________________________________________________________________________
36216 [  8138] By: jhi                                   on 2000/12/15  19:17:06
36217         Log: Return of the IVUV-preservation, now seems to be happy even
36218              in Digital UNIX (the broken strtoul brokenness detection
36219              seems to have been the fly in the ointment).
36220      Branch: perl
36221            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36222            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
36223            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
36224            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
36225            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
36226            ! vos/config.ga.h win32/config.bc win32/config.gc
36227            ! win32/config.vc
36228 ____________________________________________________________________________
36229 [  8137] By: jhi                                   on 2000/12/15  18:12:14
36230         Log: Metaconfig unit change for #8136.
36231      Branch: metaconfig
36232            ! U/modified/d_strtoul.U
36233      Branch: metaconfig/U/perl
36234            ! d_strtoull.U d_strtouq.U
36235 ____________________________________________________________________________
36236 [  8136] By: jhi                                   on 2000/12/15  18:11:35
36237         Log: I don't think it's sensible or portable to test the strtou*
36238              on /^-/ strings.
36239      Branch: perl
36240            ! Configure
36241 ____________________________________________________________________________
36242 [  8135] By: jhi                                   on 2000/12/15  17:18:49
36243         Log: Metaconfig unit change for #8134.
36244      Branch: metaconfig
36245            ! U/modified/d_strtoul.U
36246 ____________________________________________________________________________
36247 [  8134] By: jhi                                   on 2000/12/15  17:14:13
36248         Log: If longsize is 8 we don't need a LL suffix for integer constants.
36249      Branch: perl
36250            ! Configure config_h.SH
36251 ____________________________________________________________________________
36252 [  8133] By: jhi                                   on 2000/12/15  16:00:23
36253         Log: Update Changes.
36254      Branch: perl
36255            ! Changes patchlevel.h
36256 ____________________________________________________________________________
36257 [  8132] By: jhi                                   on 2000/12/15  15:44:16
36258         Log: Some compilers get huffy if you do not cast a const pointer
36259              to a non-const when assigning.
36260      Branch: perl
36261            ! gv.c
36262 ____________________________________________________________________________
36263 [  8131] By: jhi                                   on 2000/12/15  15:38:30
36264         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
36265              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36266              Date: Fri, 15 Dec 2000 05:26:57 -0500
36267              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
36268      Branch: perl
36269            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
36270            ! t/pragma/overload.t
36271 ____________________________________________________________________________
36272 [  8130] By: jhi                                   on 2000/12/15  15:36:08
36273         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
36274              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36275              Date: Thu, 14 Dec 2000 22:02:43 -0500
36276              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
36277      Branch: perl
36278            ! gv.c perl.h
36279 ____________________________________________________________________________
36280 [  8129] By: jhi                                   on 2000/12/15  15:34:16
36281         Log: Subject: PATCH: h2xs nit
36282              From: Tim Jenness <t.jenness@jach.hawaii.edu>
36283              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
36284              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
36285              
36286              Add a template README.
36287      Branch: perl
36288            ! utils/h2xs.PL
36289 ____________________________________________________________________________
36290 [  8128] By: jhi                                   on 2000/12/15  15:32:22
36291         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
36292      Branch: perl
36293            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
36294 ____________________________________________________________________________
36295 [  8127] By: jhi                                   on 2000/12/15  15:19:34
36296         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
36297              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36298              Date:     Thu, 14 Dec 2000 20:04:42 EST
36299              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
36300      Branch: perl
36301            ! ext/Opcode/Opcode.xs
36302 ____________________________________________________________________________
36303 [  8126] By: jhi                                   on 2000/12/15  15:17:49
36304         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
36305              From: Peter Prymmer <pvhp@forte.com>
36306              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
36307              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
36308      Branch: perl
36309            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
36310            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
36311            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
36312 ____________________________________________________________________________
36313 [  8125] By: jhi                                   on 2000/12/15  15:11:05
36314         Log: This seems to be a stage sane and stable enough to checkin.
36315              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
36316      Branch: perl
36317            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
36318            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
36319            ! t/op/cmp.t t/op/numconvert.t
36320 ____________________________________________________________________________
36321 [  8124] By: jhi                                   on 2000/12/15  04:20:26
36322         Log: Something is really wonky.
36323      Branch: perl
36324            ! sv.c
36325 ____________________________________________________________________________
36326 [  8123] By: jhi                                   on 2000/12/15  04:00:50
36327         Log: Fixes for the IV UV patches to compile in Digital UNIX.
36328      Branch: perl
36329            ! sv.c
36330 ____________________________________________________________________________
36331 [  8122] By: jhi                                   on 2000/12/15  02:53:40
36332         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
36333              From: "Craig A. Berry" <craigberry@mac.com>
36334              Date: Thu, 14 Dec 2000 19:10:49 -0600
36335              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
36336      Branch: perl
36337            ! vms/vms.c
36338 ____________________________________________________________________________
36339 [  8121] By: jhi                                   on 2000/12/15  02:50:00
36340         Log: Metaconfig changes for #8120.
36341      Branch: metaconfig
36342            + U/modified/d_strtoul.U
36343      Branch: metaconfig/U/perl
36344            ! d_strtoull.U d_strtouq.U
36345 ____________________________________________________________________________
36346 [  8120] By: jhi                                   on 2000/12/15  02:49:42
36347         Log: From: Nicholas Clark <nick@ccl4.org> 
36348              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
36349              Date: Thu, 14 Dec 2000 18:38:57 +0000
36350              Message-ID: <20001214183857.B97909@plum.flirble.org>
36351      Branch: perl
36352            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36353            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
36354            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
36355            ! vos/config.ga.def vos/config.ga.h win32/config.bc
36356            ! win32/config.gc win32/config.vc
36357 ____________________________________________________________________________
36358 [  8119] By: jhi                                   on 2000/12/14  23:40:58
36359         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
36360              From: Nicholas Clark <nick@ccl4.org>
36361              Date: Wed, 13 Dec 2000 20:08:50 +0000
36362              Message-ID: <20001213200849.B71166@plum.flirble.org>
36363      Branch: perl
36364            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
36365            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
36366 ____________________________________________________________________________
36367 [  8118] By: jhi                                   on 2000/12/14  22:46:26
36368         Log: Integrate perlio.
36369      Branch: perl
36370           !> MANIFEST ext/Encode/compile makedef.pl
36371 ____________________________________________________________________________
36372 [  8117] By: nick                                  on 2000/12/14  22:38:53
36373         Log: Win32 tweaks to get Encode to build
36374              - temp hack to makedef.pl till PerlIO is properly "exported".
36375              - MSVC dislikes  
36376              static encpage_t foo[];
36377              so make 'em extern for now.
36378      Branch: perlio
36379            ! ext/Encode/compile makedef.pl
36380 ____________________________________________________________________________
36381 [  8116] By: nick                                  on 2000/12/14  22:00:53
36382         Log: Document the new files
36383      Branch: perlio
36384            ! MANIFEST
36385 ____________________________________________________________________________
36386 [  8115] By: jhi                                   on 2000/12/14  21:58:01
36387         Log: MANIFEST new files of #8114.
36388      Branch: perl
36389            ! MANIFEST
36390 ____________________________________________________________________________
36391 [  8114] By: jhi                                   on 2000/12/14  21:50:49
36392         Log: Integrate perlio.
36393      Branch: perl
36394           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
36395           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
36396           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
36397           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
36398           !> ext/Encode/Makefile.PL
36399 ____________________________________________________________________________
36400 [  8113] By: jhi                                   on 2000/12/14  21:48:49
36401         Log: The documentation part of the
36402              
36403              Subject: [ID 20001214.002] Net::Ping patch
36404              From: Jonathan Stowe <gellyfish@gellyfish.com>
36405              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
36406              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
36407              since the #7529 had already addressed the same problem.
36408      Branch: perl
36409            ! lib/Net/Ping.pm
36410 ____________________________________________________________________________
36411 [  8112] By: jhi                                   on 2000/12/14  21:42:57
36412         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
36413              From: Dominic Dunlop <domo@computer.org>
36414              Date: Tue, 12 Dec 2000 10:47:10 +0100
36415              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
36416              
36417              Document how elusive subroutines can be.
36418      Branch: perl
36419            ! pod/perlfunc.pod
36420 ____________________________________________________________________________
36421 [  8111] By: jhi                                   on 2000/12/14  21:38:05
36422         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
36423              From: Dominic Dunlop <domo@computer.org>
36424              Date: Thu, 14 Dec 2000 10:13:51 +0100
36425              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
36426      Branch: perl
36427            ! ext/POSIX/POSIX.pod
36428 ____________________________________________________________________________
36429 [  8110] By: jhi                                   on 2000/12/14  21:36:32
36430         Log: Subject: [patch] perlfaq7
36431              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
36432              Date: Thu, 14 Dec 2000 15:31:07 +0100
36433              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
36434      Branch: perl
36435            ! pod/perlfaq7.pod
36436 ____________________________________________________________________________
36437 [  8109] By: jhi                                   on 2000/12/14  21:29:20
36438         Log: Subject: [8104] Encode
36439              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36440              Date: Thu, 14 Dec 2000 14:49:34 +0100
36441              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
36442              
36443              Type casting for nervous compilers.
36444      Branch: perl
36445            ! ext/Encode/Encode.xs
36446 ____________________________________________________________________________
36447 [  8108] By: jhi                                   on 2000/12/14  21:26:17
36448         Log: Subject: [8104] DB_File
36449              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36450              Date: Thu, 14 Dec 2000 14:49:35 +0100
36451              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
36452              
36453              Type definition incorrect for DB 2.7.7.  Not known when it
36454              changed, so only changed it for a known revision.
36455      Branch: perl
36456            ! ext/DB_File/DB_File.xs
36457 ____________________________________________________________________________
36458 [  8107] By: jhi                                   on 2000/12/14  21:23:41
36459         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
36460              From: Peter Prymmer <pvhp@forte.com>
36461              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
36462              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
36463              
36464              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
36465      Branch: perl
36466            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
36467            ! ext/Encode/Encode/posix-bc.enc
36468 ____________________________________________________________________________
36469 [  8106] By: nick                                  on 2000/12/14  20:36:13
36470         Log: "Cold" build correction to Encode's Makefile.PL
36471      Branch: perlio
36472            ! ext/Encode/Makefile.PL
36473 ____________________________________________________________________________
36474 [  8105] By: nick                                  on 2000/12/14  20:09:37
36475         Log: "Compiled" encodings.
36476              Correct replacement character in EBCDIC .enc files
36477              Add 0x7F to ASCII repertoire.
36478      Branch: perlio
36479            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
36480            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
36481            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
36482            ! ext/Encode/Makefile.PL ext/Encode/compile
36483            ! ext/Encode/encengine.c ext/Encode/encode.h
36484 ____________________________________________________________________________
36485 [  8104] By: nick                                  on 2000/12/14  00:38:20
36486         Log: Integrate mainline
36487      Branch: perlio
36488           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
36489           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
36490           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
36491           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
36492           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
36493           !> t/lib/db-hash.t t/lib/db-recno.t
36494 ____________________________________________________________________________
36495 [  8103] By: nick                                  on 2000/12/13  23:16:13
36496         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
36497              so far and so it does not get lost.
36498      Branch: perlio
36499            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
36500 ____________________________________________________________________________
36501 [  8102] By: jhi                                   on 2000/12/13  17:14:22
36502         Log: Update Changes.
36503      Branch: perl
36504            ! Changes patchlevel.h
36505 ____________________________________________________________________________
36506 [  8101] By: jhi                                   on 2000/12/13  16:53:41
36507         Log: Move the proto of start_glob() to a better place; regen api files.
36508      Branch: perl
36509            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
36510 ____________________________________________________________________________
36511 [  8100] By: jhi                                   on 2000/12/13  16:47:11
36512         Log: Metaconfig change for #8099.
36513      Branch: metaconfig
36514            ! U/modified/Head.U
36515 ____________________________________________________________________________
36516 [  8099] By: jhi                                   on 2000/12/13  16:46:48
36517         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
36518              From: Andy Dougherty <doughera@lafayette.edu>
36519              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
36520              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
36521      Branch: perl
36522            ! Configure
36523 ____________________________________________________________________________
36524 [  8098] By: jhi                                   on 2000/12/13  16:39:02
36525         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
36526              From: rspier@pobox.com (Robert Spier)
36527              Date: Tue, 12 Dec 2000 21:12:39 -0500
36528              Message-ID: <14902.56087.678086.725773@rls.cx>
36529              
36530              fastgetcwd is defined using a glob alias on a $^O dependent basis -
36531              and there was no default assignment or perl subroutine.
36532      Branch: perl
36533            ! lib/Cwd.pm
36534 ____________________________________________________________________________
36535 [  8097] By: jhi                                   on 2000/12/13  16:16:01
36536         Log: Subject: [PATCH] move startglob out of pp_hot.c
36537              From: Nicholas Clark <nick@ccl4.org>
36538              Date: Mon, 11 Dec 2000 23:16:39 +0000
36539              Message-ID: <20001211231638.A55550@plum.flirble.org>
36540      Branch: perl
36541            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
36542 ____________________________________________________________________________
36543 [  8096] By: jhi                                   on 2000/12/13  15:26:23
36544         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
36545              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
36546              Date: Wed, 13 Dec 2000 14:01:37 +0100
36547              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
36548              
36549              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
36550              in turn requires libpthread in libswanted.
36551      Branch: perl
36552            ! hints/hpux.sh
36553 ____________________________________________________________________________
36554 [  8095] By: jhi                                   on 2000/12/12  19:51:05
36555         Log: The integration wars continue.
36556      Branch: perl
36557           !> sv.c
36558 ____________________________________________________________________________
36559 [  8094] By: jhi                                   on 2000/12/12  19:48:26
36560         Log: Subject: [PATCH perl@8070] DB_File-1.74  
36561              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
36562              Date: Mon, 11 Dec 2000 23:07:17 -0000
36563              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
36564      Branch: perl
36565            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
36566            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
36567            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
36568            ! t/lib/db-recno.t
36569 ____________________________________________________________________________
36570 [  8093] By: nick                                  on 2000/12/12  19:42:13
36571         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
36572      Branch: perlio
36573            ! sv.c
36574           !> lib/File/DosGlob.pm
36575 ____________________________________________________________________________
36576 [  8092] By: jhi                                   on 2000/12/12  19:28:11
36577         Log: Integrate perlio.
36578      Branch: perl
36579           !> sv.c
36580 ____________________________________________________________________________
36581 [  8091] By: nick                                  on 2000/12/12  18:49:45
36582         Log: Fix for Tk, and upgrading shared SVs.
36583      Branch: perlio
36584            ! sv.c
36585 ____________________________________________________________________________
36586 [  8090] By: jhi                                   on 2000/12/12  16:48:59
36587         Log: Subject: [PATCH] Re: Breadperl & Tk
36588              From: Nick Ing-Simmons <nik@tiuk.ti.com>
36589              Date: Tue, 12 Dec 2000 14:48:27 GMT
36590              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
36591      Branch: perl
36592            ! sv.c
36593 ____________________________________________________________________________
36594 [  8089] By: jhi                                   on 2000/12/12  03:37:19
36595         Log: Subject: DosGlob.pm diff for bash style brace expansion.
36596              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
36597              Date: Fri, 8 Dec 2000 10:45:30 -0600
36598              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
36599      Branch: perl
36600            ! lib/File/DosGlob.pm
36601 ____________________________________________________________________________
36602 [  8088] By: nick                                  on 2000/12/11  23:59:59
36603         Log: Integrate mainline
36604      Branch: perlio
36605           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
36606           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
36607           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
36608           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
36609           !> t/op/local.t t/pragma/warn/toke toke.c
36610 ____________________________________________________________________________
36611 [  8087] By: jhi                                   on 2000/12/11  23:20:23
36612         Log: Integrate perlio.
36613      Branch: perl
36614           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
36615 ____________________________________________________________________________
36616 [  8086] By: jhi                                   on 2000/12/11  22:50:59
36617         Log: Tune further the OS detection of CGI.
36618      Branch: perl
36619            ! lib/CGI.pm
36620 ____________________________________________________________________________
36621 [  8085] By: nick                                  on 2000/12/11  22:50:46
36622         Log: Finish 1st pass of "encoding" layer e.g. :
36623              open($fh,"<encoding(iso8859-7)",$greek) || die;
36624      Branch: perlio
36625            ! ext/Encode/Encode.xs perlio.c perliol.h
36626 ____________________________________________________________________________
36627 [  8084] By: jhi                                   on 2000/12/11  22:32:06
36628         Log: Revert the -f ambiguousity patch, seems to cause
36629              too much hassle (the interpret -Q as a function
36630              where Q is not a known filetest part is left in).
36631      Branch: perl
36632            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
36633            ! toke.c
36634 ____________________________________________________________________________
36635 [  8083] By: jhi                                   on 2000/12/11  22:27:23
36636         Log: (accidentally empty check-in)
36637      Branch: perl
36638            ! lib/File/DosGlob.pm
36639 ____________________________________________________________________________
36640 [  8082] By: nick                                  on 2000/12/11  19:09:51
36641         Log: Restore mmap function (broken by tweaks to shared buffer
36642              layer for encode(xxxx)).
36643      Branch: perlio
36644            ! perlio.c
36645 ____________________________________________________________________________
36646 [  8081] By: jhi                                   on 2000/12/11  18:29:13
36647         Log: Subject: Re: The long awaited feature ...
36648              From: Simon Cozens <simon@cozens.net>
36649              Date: Mon, 11 Dec 2000 15:54:24 +0000
36650              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
36651              
36652              More io/utf8 tests.
36653      Branch: perl
36654            ! t/io/utf8.t
36655 ____________________________________________________________________________
36656 [  8080] By: jhi                                   on 2000/12/11  18:19:36
36657         Log: Subject: PATCH MakeMaker manpage clarification
36658              From: andreas.koenig@anima.de (Andreas J. Koenig)
36659              Date: 10 Dec 2000 20:46:13 +0100
36660              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
36661      Branch: perl
36662            ! lib/ExtUtils/MakeMaker.pm
36663 ____________________________________________________________________________
36664 [  8079] By: jhi                                   on 2000/12/11  15:35:07
36665         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
36666              From: Simon Cozens <simon@cozens.net>
36667              Date: Sun, 10 Dec 2000 19:06:19 +0000
36668              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
36669      Branch: perl
36670            ! ext/B/B/Deparse.pm t/lib/b.t
36671 ____________________________________________________________________________
36672 [  8078] By: jhi                                   on 2000/12/11  15:09:11
36673         Log: Subject: [PATCH] docs on NaN
36674              From: Nicholas Clark <nick@ccl4.org>
36675              Date: Mon, 11 Dec 2000 01:48:38 +0000
36676              Message-ID: <20001211014838.B99205@plum.flirble.org>
36677      Branch: perl
36678            ! pod/perlop.pod
36679 ____________________________________________________________________________
36680 [  8077] By: jhi                                   on 2000/12/11  15:02:21
36681         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
36682              From: Simon Cozens <simon@cozens.net>
36683              Date: Mon, 11 Dec 2000 01:21:45 +0000
36684              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
36685      Branch: perl
36686            ! pp.c pp_hot.c scope.c t/op/local.t
36687 ____________________________________________________________________________
36688 [  8076] By: nick                                  on 2000/12/10  20:43:32
36689         Log: Not merge worthy...
36690              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
36691              syntax is modelled on attributes.
36692              Untested fix for io/utf8 on Win32 etc.
36693              Very clumsy start to the encode layer.
36694      Branch: perlio
36695            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
36696 ____________________________________________________________________________
36697 [  8075] By: jhi                                   on 2000/12/10  18:39:33
36698         Log: Darwin is not Windows.
36699      Branch: perl
36700            ! lib/CGI.pm
36701 ____________________________________________________________________________
36702 [  8074] By: jhi                                   on 2000/12/10  18:31:27
36703         Log: Subject: Ambiguous -%c() resolved as a file test
36704              From: "Paul Marquess" <Paul.Marquess@openwave.com>
36705              Date: Sun, 10 Dec 2000 15:35:07 -0000
36706              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
36707      Branch: perl
36708            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
36709 ____________________________________________________________________________
36710 [  8073] By: jhi                                   on 2000/12/10  18:16:29
36711         Log: Subject: PATCH installperl misinformed 
36712              From: andreas.koenig@anima.de (Andreas J. Koenig)
36713              Date: 10 Dec 2000 13:01:32 +0100 
36714              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
36715      Branch: perl
36716            ! installperl
36717 ____________________________________________________________________________
36718 [  8072] By: jhi                                   on 2000/12/10  18:07:55
36719         Log: The walkoptree confusion rages; walkoptree() seems to be coming
36720              from B.xs, while walkoptree_slow() comes from B.pm.
36721      Branch: perl
36722            ! ext/B/B.pm
36723 ____________________________________________________________________________
36724 [  8071] By: nick                                  on 2000/12/10  11:45:47
36725         Log: Integrate mainline
36726      Branch: perlio
36727           +> t/base/commonsense.t
36728           !> (integrate 37 files)
36729 ____________________________________________________________________________
36730 [  8070] By: jhi                                   on 2000/12/10  04:46:21
36731         Log: Update Changes.
36732      Branch: perl
36733            ! Changes patchlevel.h
36734 ____________________________________________________________________________
36735 [  8069] By: jhi                                   on 2000/12/10  04:39:19
36736         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
36737              From: andreas.koenig@anima.de (Andreas J. Koenig)
36738              Date: 09 Dec 2000 17:14:25 +0100
36739              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
36740      Branch: perl
36741            + t/base/commonsense.t
36742            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
36743 ____________________________________________________________________________
36744 [  8068] By: jhi                                   on 2000/12/10  04:17:36
36745         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
36746              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
36747              Date: Sat, 9 Dec 2000 16:47:22 -0000
36748              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
36749      Branch: perl
36750            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
36751            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
36752            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
36753            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
36754            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
36755            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
36756            ! t/lib/sdbm.t
36757 ____________________________________________________________________________
36758 [  8067] By: jhi                                   on 2000/12/10  03:52:02
36759         Log: Test case for #8066.
36760      Branch: perl
36761            ! t/op/misc.t
36762 ____________________________________________________________________________
36763 [  8066] By: jhi                                   on 2000/12/10  03:50:30
36764         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
36765              From: Simon Cozens <simon@cozens.net>
36766              Date: Sun, 10 Dec 2000 00:55:37 +0000
36767              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
36768      Branch: perl
36769            ! pp_sys.c
36770 ____________________________________________________________________________
36771 [  8065] By: jhi                                   on 2000/12/10  03:44:52
36772         Log: Test case for #8064.
36773      Branch: perl
36774            ! t/comp/proto.t
36775 ____________________________________________________________________________
36776 [  8064] By: jhi                                   on 2000/12/10  03:42:32
36777         Log: Subject: Re: prototype of substr
36778              From: Simon Cozens <simon@cozens.net>
36779              Date: Sun, 10 Dec 2000 00:13:33 +0000
36780              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
36781              
36782              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
36783      Branch: perl
36784            ! pp.c
36785 ____________________________________________________________________________
36786 [  8063] By: jhi                                   on 2000/12/10  03:39:42
36787         Log: Subject: [PATCH] perlguts.pod
36788              From: Simon Cozens <simon@cozens.net>
36789              Date: Sun, 10 Dec 2000 00:06:47 +0000
36790              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
36791              
36792              Documentation of the different types of ops,
36793              plus the functions in dump.c
36794      Branch: perl
36795            ! pod/perlguts.pod
36796 ____________________________________________________________________________
36797 [  8062] By: jhi                                   on 2000/12/10  03:30:04
36798         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
36799              From: Nicholas Clark <nick@talking.bollo.cx>
36800              Date: Sat, 09 Dec 2000 18:57:25 +0000
36801              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
36802              
36803              Be more robust in weird hostname setups.
36804      Branch: perl
36805            ! t/lib/net-hostent.t
36806 ____________________________________________________________________________
36807 [  8061] By: jhi                                   on 2000/12/10  03:28:21
36808         Log: Pacify fussy compiler. 
36809      Branch: perl
36810            ! pp_sys.c
36811 ____________________________________________________________________________
36812 [  8060] By: jhi                                   on 2000/12/10  02:52:46
36813         Log: Integrate perlio.
36814      Branch: perl
36815           !> pp_sys.c t/io/utf8.t
36816 ____________________________________________________________________________
36817 [  8059] By: nick                                  on 2000/12/09  23:40:14
36818         Log: read/sysread/recv should now be utf8 aware.
36819              Basic test for utf8 read.
36820      Branch: perlio
36821            ! pp_sys.c t/io/utf8.t
36822 ____________________________________________________________________________
36823 [  8058] By: jhi                                   on 2000/12/09  21:56:02
36824         Log: Integrate perlio.
36825      Branch: perl
36826           +> t/io/utf8.t
36827           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
36828 ____________________________________________________________________________
36829 [  8057] By: jhi                                   on 2000/12/09  21:53:35
36830         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
36831              From: Inaba Hiroto <inaba@st.rim.or.jp>
36832              Date: Sun, 10 Dec 2000 05:53:21 +0900
36833              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
36834              
36835              Tests for #8056.
36836      Branch: perl
36837            ! t/op/each.t
36838 ____________________________________________________________________________
36839 [  8056] By: jhi                                   on 2000/12/09  21:51:16
36840         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
36841              From: Inaba Hiroto <inaba@st.rim.or.jp>
36842              Date: Sat, 09 Dec 2000 18:02:00 +0900
36843              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
36844              
36845              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
36846      Branch: perl
36847            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
36848 ____________________________________________________________________________
36849 [  8055] By: nick                                  on 2000/12/09  20:11:48
36850         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
36851              than raw PerlIO_write() - does not seem to break any tests.
36852      Branch: perlio
36853            ! pp_sys.c
36854 ____________________________________________________________________________
36855 [  8054] By: nick                                  on 2000/12/09  19:47:30
36856         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
36857              (sysread, recv and write i.e. formats still to do...)
36858              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
36859              open($fh,">:utf8","name")
36860              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
36861              so no extra overhead is involved.
36862              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
36863              to a non-utf8 stream.
36864              Add initial io/utf8.t
36865              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
36866              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
36867              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
36868      Branch: perlio
36869            + t/io/utf8.t
36870            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
36871 ____________________________________________________________________________
36872 [  8053] By: nick                                  on 2000/12/09  19:26:37
36873         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
36874              was only testing this_utf8.
36875      Branch: perlio
36876            ! toke.c
36877 ____________________________________________________________________________
36878 [  8052] By: nick                                  on 2000/12/09  19:09:41
36879         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
36880              i.e. the output string has one, but don't mess with source assumption.
36881      Branch: perlio
36882            ! toke.c
36883 ____________________________________________________________________________
36884 [  8051] By: jhi                                   on 2000/12/09  16:55:17
36885         Log: Integrate perlio.
36886      Branch: perl
36887           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
36888           !> sv.c thrdvar.h util.c
36889 ____________________________________________________________________________
36890 [  8050] By: jhi                                   on 2000/12/09  16:48:07
36891         Log: Nits noticed by Peter Prymmer.
36892      Branch: perl
36893            ! lib/ExtUtils/MM_VMS.pm
36894 ____________________________________________________________________________
36895 [  8049] By: nick                                  on 2000/12/09  13:49:40
36896         Log: UTF8 output prework.
36897              - Store $\ and $, as SVs so they can have SvUTF8 flag
36898              - use do_print() rather than raw PerlIO_write() to print them.
36899      Branch: perlio
36900            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
36901            ! thrdvar.h util.c
36902 ____________________________________________________________________________
36903 [  8048] By: nick                                  on 2000/12/09  12:30:43
36904         Log: Integrate mainline.
36905      Branch: perlio
36906           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
36907           +> t/op/reverse.t
36908           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
36909           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
36910           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
36911           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
36912           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
36913           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
36914 ____________________________________________________________________________
36915 [  8047] By: jhi                                   on 2000/12/09  00:23:27
36916         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
36917              From: Michael G Schwern <schwern@pobox.com>
36918              Date: Fri, 8 Dec 2000 14:43:04 -0600
36919      Branch: perl
36920            ! lib/ExtUtils/MM_VMS.pm
36921 ____________________________________________________________________________
36922 [  8046] By: jhi                                   on 2000/12/08  23:10:27
36923         Log: A missed check-in.
36924      Branch: perl
36925            ! lib/ExtUtils/Manifest.pm
36926 ____________________________________________________________________________
36927 [  8045] By: jhi                                   on 2000/12/08  21:57:12
36928         Log: (null check-in)
36929      Branch: perl
36930            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
36931 ____________________________________________________________________________
36932 [  8044] By: jhi                                   on 2000/12/08  21:11:06
36933         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
36934              at the final draft stage.
36935      Branch: perl
36936            + ext/Encode/Encode/iso8859-16.enc
36937            ! MANIFEST
36938 ____________________________________________________________________________
36939 [  8043] By: jhi                                   on 2000/12/08  16:39:04
36940         Log: Update Changes.
36941      Branch: perl
36942            ! Changes patchlevel.h
36943 ____________________________________________________________________________
36944 [  8042] By: jhi                                   on 2000/12/08  16:33:39
36945         Log: Do not return the Unicode replacement character if UTF-8
36946              decoding goes awry, it should be up to the caller to decide.
36947      Branch: perl
36948            ! pod/perlapi.pod utf8.c
36949 ____________________________________________________________________________
36950 [  8041] By: jhi                                   on 2000/12/08  16:22:28
36951         Log: metaconfig maintenance.
36952      Branch: metaconfig
36953            ! U/modified/stdchar.U
36954      Branch: metaconfig/U/perl
36955            + testsyml.U
36956 ____________________________________________________________________________
36957 [  8040] By: jhi                                   on 2000/12/08  16:03:08
36958         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
36959              From: sthoenna@efn.org
36960              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
36961              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
36962      Branch: perl
36963            ! Changes lib/ExtUtils/MM_OS2.pm
36964 ____________________________________________________________________________
36965 [  8039] By: jhi                                   on 2000/12/08  15:57:11
36966         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
36967              From: Simon Cozens <simon@cozens.net>
36968              Date: Fri, 8 Dec 2000 13:33:31 +0000
36969              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
36970              
36971              (The pp_hot part needed a rewrite.)
36972      Branch: perl
36973            ! doop.c pp_hot.c utf8.c
36974 ____________________________________________________________________________
36975 [  8038] By: jhi                                   on 2000/12/08  15:25:08
36976         Log: Subject: djSP
36977              From: Michael Stevens <michael@etla.org>
36978              Date: Wed, 6 Dec 2000 23:24:01 +0000
36979              Message-ID: <20001206232400.A21381@firedrake.org>
36980              
36981              Plus a note from Nick Ing-Simmons.
36982      Branch: perl
36983            ! pp.h
36984 ____________________________________________________________________________
36985 [  8037] By: jhi                                   on 2000/12/08  15:18:35
36986         Log: Filetype is text.
36987      Branch: perl
36988            ! t/op/utf8decode.t
36989 ____________________________________________________________________________
36990 [  8036] By: jhi                                   on 2000/12/08  03:31:27
36991         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
36992              From: Andy Dougherty <doughera@lafayette.edu>
36993              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
36994              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
36995              
36996              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
36997              From: Andy Dougherty <doughera@lafayette.edu>
36998              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
36999              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
37000      Branch: perl
37001            + ext/POSIX/hints/svr4.pl
37002            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
37003 ____________________________________________________________________________
37004 [  8035] By: jhi                                   on 2000/12/08  03:26:01
37005         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
37006              From: Andy Dougherty <doughera@lafayette.edu>
37007              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
37008              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
37009      Branch: perl
37010            ! t/README t/base/term.t
37011 ____________________________________________________________________________
37012 [  8034] By: jhi                                   on 2000/12/08  03:21:59
37013         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
37014              From: mjd@plover.com  
37015              Date: 7 Dec 2000 21:04:20 -0000
37016              Message-ID: <20001207210420.22282.qmail@plover.com>
37017              
37018              Plus -z doc.
37019      Branch: perl
37020            ! pod/perlfunc.pod
37021 ____________________________________________________________________________
37022 [  8033] By: jhi                                   on 2000/12/08  03:19:03
37023         Log: Use the UTF8 macros a bit.  They can't be used with abandon
37024              everywhere because we do generate illegal UTF-8 in some situations.
37025              This is of course naughty.
37026      Branch: perl
37027            ! pod/perlapi.pod utf8.c utf8.h
37028 ____________________________________________________________________________
37029 [  8032] By: jhi                                   on 2000/12/08  03:00:09
37030         Log: Out of sync?
37031      Branch: perl
37032            ! t/pragma/warn/utf8
37033 ____________________________________________________________________________
37034 [  8031] By: jhi                                   on 2000/12/08  02:22:39
37035         Log: Cnt spl.
37036      Branch: perl
37037            ! MANIFEST
37038 ____________________________________________________________________________
37039 [  8030] By: jhi                                   on 2000/12/08  01:23:54
37040         Log: Add test for reverse().
37041      Branch: perl
37042            + t/op/reverse.t
37043            ! MANIFEST
37044 ____________________________________________________________________________
37045 [  8029] By: jhi                                   on 2000/12/08  01:21:47
37046         Log: Integrate perlio.
37047      Branch: perl
37048           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
37049           !> perlio.c perlio.h perlsdio.h warnings.pl
37050 ____________________________________________________________________________
37051 [  8028] By: jhi                                   on 2000/12/08  01:19:08
37052         Log: Introduce macros for UTF8 decoding.
37053      Branch: perl
37054            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
37055 ____________________________________________________________________________
37056 [  8027] By: nick                                  on 2000/12/07  22:18:19
37057         Log: Integrate mainline
37058      Branch: perlio
37059           !> embed.pl pod/perlapi.pod utf8.c
37060 ____________________________________________________________________________
37061 [  8026] By: nick                                  on 2000/12/07  21:45:08
37062         Log: Various oddities p4 diff -se showed up
37063              Remove 'our' from warnings.pl
37064      Branch: perlio
37065            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
37066 ____________________________________________________________________________
37067 [  8025] By: nick                                  on 2000/12/07  21:43:32
37068         Log: Change PerlIO_(get|set)pos to take SV *
37069              Should fix, OS/2, VMS, (sfio??)
37070      Branch: perlio
37071            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
37072 ____________________________________________________________________________
37073 [  8024] By: jhi                                   on 2000/12/07  19:05:32
37074         Log: Document utf8_to_uv() better.
37075      Branch: perl
37076            ! pod/perlapi.pod utf8.c
37077 ____________________________________________________________________________
37078 [  8023] By: jhi                                   on 2000/12/07  18:23:47
37079         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
37080      Branch: perl
37081            ! embed.pl pod/perlapi.pod utf8.c
37082 ____________________________________________________________________________
37083 [  8022] By: jhi                                   on 2000/12/07  04:13:51
37084         Log: Integrate perlio.
37085      Branch: perl
37086           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
37087           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
37088           !> win32/makefile.mk
37089 ____________________________________________________________________________
37090 [  8021] By: nick                                  on 2000/12/07  00:28:14
37091         Log: Various attempts at MSVC debug - not sure what has
37092              changed but works now. 
37093              Seems atexit() _may_ work for DLLs built with MSVC so don't
37094              call cleanup that way.
37095      Branch: perlio
37096            ! perlio.c win32/makefile.mk
37097 ____________________________________________________________________________
37098 [  8020] By: nick                                  on 2000/12/06  19:57:20
37099         Log: Integrate mainline
37100      Branch: perlio
37101           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
37102           !> (integrate 75 files)
37103 ____________________________________________________________________________
37104 [  8019] By: nick                                  on 2000/12/06  19:28:21
37105         Log: Add useperlio to config.vc
37106              Turn off binmode in config_H.PL
37107              Regen all the config_H.xx
37108              Attempt to get debugging build with MSVC.
37109      Branch: perlio
37110            ! win32/config.vc win32/config_H.bc win32/config_H.gc
37111            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
37112 ____________________________________________________________________________
37113 [  8018] By: nick                                  on 2000/12/06  19:21:57
37114         Log: Test various dup/external program options on all platforms.
37115      Branch: perlio
37116            ! t/io/dup.t
37117 ____________________________________________________________________________
37118 [  8017] By: nick                                  on 2000/12/06  19:20:47
37119         Log: Fix harness to be less picky
37120      Branch: perlio
37121            ! lib/Test/Harness.pm
37122 ____________________________________________________________________________
37123 [  8016] By: jhi                                   on 2000/12/06  16:45:12
37124         Log: Update Changes.
37125      Branch: perl
37126            ! Changes patchlevel.h
37127 ____________________________________________________________________________
37128 [  8015] By: jhi                                   on 2000/12/06  16:41:03
37129         Log: Test \x{...} with ord().
37130      Branch: perl
37131            ! t/op/ord.t
37132 ____________________________________________________________________________
37133 [  8014] By: jhi                                   on 2000/12/06  16:20:33
37134         Log: Test tweak because of #8013.
37135      Branch: perl
37136            ! t/lib/b.t
37137 ____________________________________________________________________________
37138 [  8013] By: jhi                                   on 2000/12/06  16:09:09
37139         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
37140              From: Michael G Schwern <schwern@pobox.com>
37141              Date: Tue, 5 Dec 2000 21:23:28 -0500
37142              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
37143              
37144              Carp::Heavy parts not very applicable because of recent changes.
37145      Branch: perl
37146            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
37147            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
37148            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
37149            ! lib/Exporter.pm lib/Exporter/Heavy.pm
37150            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
37151            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
37152            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
37153            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
37154            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
37155            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
37156            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
37157            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
37158            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
37159            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
37160            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
37161            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
37162            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
37163            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
37164            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
37165            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
37166            ! warnings.pl
37167 ____________________________________________________________________________
37168 [  8012] By: jhi                                   on 2000/12/06  15:22:38
37169         Log: Subject: [PATCH] Re: New harness is failing things
37170              From: Nick Ing-Simmons <nik@tiuk.ti.com>
37171              Date: Wed, 6 Dec 2000 13:00:30 GMT
37172              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
37173      Branch: perl
37174            ! lib/Test/Harness.pm
37175 ____________________________________________________________________________
37176 [  8011] By: jhi                                   on 2000/12/06  15:12:08
37177         Log: Subject: installhtml changes
37178              From: Michael Stevens <michael@etla.org>
37179              Date: Wed, 6 Dec 2000 13:15:53 +0000
37180              Message-ID: <20001206131553.A27317@firedrake.org>
37181      Branch: perl
37182            ! installhtml
37183 ____________________________________________________________________________
37184 [  8010] By: jhi                                   on 2000/12/06  15:06:05
37185         Log: Subject: the dTHR hits
37186              From: Michael Stevens <michael@etla.org>
37187              Date: Wed, 6 Dec 2000 12:06:03 +0000
37188              Message-ID: <20001206120603.A24581@firedrake.org>
37189              
37190              More, errrm, less dTHRs.
37191      Branch: perl
37192            ! bytecode.pl ext/B/B/C.pm
37193 ____________________________________________________________________________
37194 [  8009] By: jhi                                   on 2000/12/06  15:04:25
37195         Log: Subject: MakeMaker mailing list gone?
37196              From: Michael G Schwern <schwern@pobox.com>
37197              Date: Tue, 5 Dec 2000 19:29:59 -0500
37198              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
37199              
37200              The MakeMaker mailing list is dead, perlbug is the right
37201              address to report bugs.
37202      Branch: perl
37203            ! lib/ExtUtils/MakeMaker.pm
37204 ____________________________________________________________________________
37205 [  8008] By: jhi                                   on 2000/12/06  15:00:32
37206         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
37207              From: Michael G Schwern <schwern@pobox.com>
37208              Date: Tue, 5 Dec 2000 19:21:21 -0500
37209              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
37210              
37211              Add a default MANIFEST skip that ignores things like
37212              version control files, editor temporary files, and the Makefile.
37213      Branch: perl
37214            + lib/ExtUtils/MANIFEST.SKIP
37215            ! MANIFEST lib/ExtUtils/Manifest.pm
37216 ____________________________________________________________________________
37217 [  8007] By: jhi                                   on 2000/12/06  14:57:20
37218         Log: In Amiga more manual hackery of the scripts seems to be needed,
37219              from Jan-Erik Karlsson.  Why Configure does not get this right
37220              is unknown, may be shell-induced.
37221      Branch: perl
37222            ! README.amiga
37223 ____________________________________________________________________________
37224 [  8006] By: jhi                                   on 2000/12/05  23:53:12
37225         Log: Add TOPm1s to peek at the second topmost stack item.
37226      Branch: perl
37227            ! pp.h
37228 ____________________________________________________________________________
37229 [  8005] By: jhi                                   on 2000/12/05  23:13:55
37230         Log: Avaunt, you foul UTF-8 tests.
37231      Branch: perl
37232            ! t/op/ver.t t/pragma/utf8.t
37233 ____________________________________________________________________________
37234 [  8004] By: jhi                                   on 2000/12/05  23:09:54
37235         Log: Continue utf8 dispersal. 
37236      Branch: perl
37237            + t/op/concat.t
37238            ! MANIFEST t/pragma/utf8.t
37239 ____________________________________________________________________________
37240 [  8003] By: nick                                  on 2000/12/05  23:02:39
37241         Log: Integrate mainline.
37242      Branch: perlio
37243           +> t/op/length.t t/op/utf8decode.t
37244           !> (integrate 69 files)
37245 ____________________________________________________________________________
37246 [  8002] By: jhi                                   on 2000/12/05  22:59:28
37247         Log: Integrate perlio.
37248      Branch: perl
37249           !> iperlsys.h perl.c perlio.c win32/perllib.c
37250 ____________________________________________________________________________
37251 [  8001] By: nick                                  on 2000/12/05  22:07:52
37252         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
37253              - calloc/free suffer from damage on TerminateThread()
37254              - use PerlMemShared (as originally planned) now fixed
37255              - avoid doing anything important on DLL "detach".
37256      Branch: perlio
37257            ! perl.c perlio.c win32/perllib.c
37258 ____________________________________________________________________________
37259 [  8000] By: nick                                  on 2000/12/05  21:05:09
37260         Log: Fix gross PerlMemShared issue.
37261      Branch: perlio
37262            ! iperlsys.h
37263 ____________________________________________________________________________
37264 [  7999] By: jhi                                   on 2000/12/05  20:46:58
37265         Log: Test for Unicode (UTF-8) hash keys.
37266      Branch: perl
37267            ! t/op/each.t
37268 ____________________________________________________________________________
37269 [  7998] By: jhi                                   on 2000/12/05  20:30:35
37270         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
37271              is now always UTF-8), empty line cosmetics.
37272      Branch: perl
37273            ! t/pragma/utf8.t
37274 ____________________________________________________________________________
37275 [  7997] By: jhi                                   on 2000/12/05  20:15:40
37276         Log: Subject: Re: STRLEN - what?
37277              From: Andy Dougherty <doughera@lafayette.edu>
37278              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
37279              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
37280              
37281              Explain STRLEN.
37282      Branch: perl
37283            ! pod/perlguts.pod
37284 ____________________________________________________________________________
37285 [  7996] By: jhi                                   on 2000/12/05  20:13:34
37286         Log: Split off the UTF-8 decoder tests, make them to check also
37287              the error message.
37288      Branch: perl
37289            + t/op/utf8decode.t
37290            ! MANIFEST t/pragma/utf8.t utf8.c
37291 ____________________________________________________________________________
37292 [  7995] By: jhi                                   on 2000/12/05  16:39:47
37293         Log: Start migrating bits of pragma/utf8 to elsewhere
37294              (since the long term plan is to obsolete 'use utf8').
37295      Branch: perl
37296            + t/op/length.t
37297            ! MANIFEST t/pragma/utf8.t
37298 ____________________________________________________________________________
37299 [  7994] By: jhi                                   on 2000/12/05  16:30:21
37300         Log: Fix a manual edit typo from #7993, fix the message formatting
37301              for Unicode, add few our declarations.
37302      Branch: perl
37303            ! lib/Carp/Heavy.pm
37304 ____________________________________________________________________________
37305 [  7993] By: jhi                                   on 2000/12/05  16:09:15
37306         Log: Subject: Need help with warnings :-(
37307              From: "Ben Tilly" <ben_tilly@hotmail.com>
37308              Date: Tue, 05 Dec 2000 01:35:54 -0500
37309              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
37310              
37311              Subject: UPDATE: Carp/Heavy now passes all tests
37312              From: "Ben Tilly" <ben_tilly@hotmail.com>
37313              Date: Tue, 05 Dec 2000 07:59:41 -0500
37314              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
37315              
37316              The Brave New Carp.
37317      Branch: perl
37318            ! lib/Carp.pm lib/Carp/Heavy.pm
37319 ____________________________________________________________________________
37320 [  7992] By: jhi                                   on 2000/12/05  15:55:08
37321         Log: Subject: [PATCH perl@7979] cygwin port
37322              From: "Eric Fifer" <efifer@dircon.co.uk>
37323              Date: Tue, 5 Dec 2000 14:04:09 -0000
37324              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
37325      Branch: perl
37326            ! t/lib/net-hostent.t
37327 ____________________________________________________________________________
37328 [  7991] By: jhi                                   on 2000/12/05  15:52:34
37329         Log: Subject: Re: [PATCH] The largest hoax of all times?
37330              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37331              Date: Tue, 5 Dec 2000 00:40:25 -0500
37332              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
37333              
37334              Subject: Re: [PATCH] The largest hoax of all times?
37335              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37336              Date: Mon, 4 Dec 2000 23:55:53 -0500
37337              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
37338              
37339              Subject: Re: [PATCH] The largest hoax of all times?
37340              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37341              Date: Tue, 5 Dec 2000 01:28:45 -0500
37342              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
37343              
37344              Fix the unpredictable order of DESTROYs.
37345      Branch: perl
37346            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
37347            ! sv.c sv.h t/op/ref.t
37348 ____________________________________________________________________________
37349 [  7990] By: jhi                                   on 2000/12/05  14:38:53
37350         Log: Subject: [PATCH] shrink pp_hot fractionally
37351              From: Nicholas Clark <nick@ccl4.org>
37352              Date: Tue, 5 Dec 2000 12:44:31 +0000
37353              Message-ID: <20001205124431.E74518@plum.flirble.org>
37354              
37355              Use report_evil_fh().
37356      Branch: perl
37357            ! opcode.pl opnames.h pp_hot.c util.c
37358 ____________________________________________________________________________
37359 [  7989] By: jhi                                   on 2000/12/05  14:21:27
37360         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
37361              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
37362              Date: Mon, 04 Dec 2000 22:21:59 -0800
37363              Message-ID: <HmIL6gzkgepS092yn@efn.org>
37364              
37365              Harness shouldn't ignore responses like "ok 3\r\r\n".
37366      Branch: perl
37367            ! lib/Test/Harness.pm
37368 ____________________________________________________________________________
37369 [  7988] By: jhi                                   on 2000/12/05  13:51:28
37370         Log: Integrate the "skip" messages to explain().
37371      Branch: perl
37372            ! t/lib/syslfs.t t/op/lfs.t
37373 ____________________________________________________________________________
37374 [  7987] By: jhi                                   on 2000/12/05  12:34:54
37375         Log: The one that got away in #7984.
37376              
37377              Subject: Re: dTHR - what and why?
37378              From: Michael Stevens <michael@etla.org> 
37379              Date: Tue, 5 Dec 2000 11:15:52 +0000
37380              Message-ID: <20001205111552.A4647@firedrake.org>
37381      Branch: perl
37382            ! sv.h
37383 ____________________________________________________________________________
37384 [  7986] By: gsar                                  on 2000/12/05  09:14:44
37385         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
37386              due to the notorious GetFileType() bug in Windows 9x, which fstat()
37387              tickles)
37388      Branch: perl
37389            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
37390 ____________________________________________________________________________
37391 [  7985] By: jhi                                   on 2000/12/05  05:49:03
37392         Log: Integrate perlio.
37393      Branch: perl
37394           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
37395           !> win32/perlhost.h win32/perllib.c
37396 ____________________________________________________________________________
37397 [  7984] By: jhi                                   on 2000/12/05  05:48:16
37398         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
37399      Branch: perl
37400            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
37401            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
37402            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
37403            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
37404            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
37405            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
37406            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
37407            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
37408            ! win32/win32.c
37409 ____________________________________________________________________________
37410 [  7983] By: nick                                  on 2000/12/04  23:27:43
37411         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
37412      Branch: perlio
37413            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
37414            ! win32/perlhost.h win32/perllib.c
37415 ____________________________________________________________________________
37416 [  7982] By: jhi                                   on 2000/12/04  19:44:09
37417         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
37418              uncovered by #7980.
37419      Branch: perl
37420            ! op.c
37421 ____________________________________________________________________________
37422 [  7981] By: jhi                                   on 2000/12/04  19:42:07
37423         Log: Subject: [PATCH] Trivial dump.c feature
37424              From: Simon Cozens <simon@cozens.net>
37425              Date: Mon, 4 Dec 2000 18:08:38 +0000
37426              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
37427              
37428              Show whether a constant is UTF-8.
37429      Branch: perl
37430            ! dump.c
37431 ____________________________________________________________________________
37432 [  7980] By: jhi                                   on 2000/12/04  19:36:51
37433         Log: UTF-8 hash keys, patch from Inaba Hiroto.
37434      Branch: perl
37435            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
37436 ____________________________________________________________________________
37437 [  7979] By: jhi                                   on 2000/12/04  17:36:28
37438         Log: Update Changes.
37439      Branch: perl
37440            ! Changes patchlevel.h
37441 ____________________________________________________________________________
37442 [  7978] By: jhi                                   on 2000/12/04  16:42:17
37443         Log: Retract #7977, still too volatile (the euphemism of the day
37444              for unfinished and buggy :-)
37445      Branch: perl
37446            ! doop.c hv.c pp.c sv.h
37447 ____________________________________________________________________________
37448 [  7977] By: jhi                                   on 2000/12/04  16:25:15
37449         Log: (Retracted by #7978, too shaky yet.)
37450              
37451              Subject: Re: utf8 in hash keys, implementor missing
37452              From: Simon Cozens <simon@cozens.net>
37453              Date: Sat, 2 Dec 2000 19:49:35 +0000
37454              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
37455              
37456              The first step at UTF-8 hash keys.
37457      Branch: perl
37458            ! doop.c hv.c pp.c sv.h
37459 ____________________________________________________________________________
37460 [  7976] By: jhi                                   on 2000/12/04  16:13:53
37461         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
37462              From: sthoenna@efn.org
37463              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
37464              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
37465      Branch: perl
37466            ! os2/os2.c perlio.c
37467 ____________________________________________________________________________
37468 [  7975] By: jhi                                   on 2000/12/04  16:05:25
37469         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
37470              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
37471              Date: Thu, 30 Nov 2000 20:50:37 -0800
37472              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
37473      Branch: perl
37474            ! os2/os2.c
37475 ____________________________________________________________________________
37476 [  7974] By: jhi                                   on 2000/12/04  16:03:57
37477         Log: Subject: [PATCH] ++ 20% faster
37478              From: Nicholas Clark <nick@ccl4.org>
37479              Date: Mon, 4 Dec 2000 12:17:27 +0000
37480              Message-ID: <20001204121726.B52976@plum.flirble.org>
37481              
37482              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
37483      Branch: perl
37484            ! sv.c
37485 ____________________________________________________________________________
37486 [  7973] By: jhi                                   on 2000/12/04  16:00:48
37487         Log: 
37488              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
37489              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37490              Date: Mon, 04 Dec 2000 12:30:45 +0100
37491              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
37492              
37493              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
37494              library (getprotobyname and getprotobynumber are outversioned by
37495              the same calls in libc, at least for xlc version 3.
37496      Branch: perl
37497            ! hints/aix.sh
37498 ____________________________________________________________________________
37499 [  7972] By: jhi                                   on 2000/12/04  02:58:31
37500         Log: Integrate perlio.
37501      Branch: perl
37502           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
37503           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
37504           !> win32/win32.h win32/win32iop.h win32/win32thread.h
37505 ____________________________________________________________________________
37506 [  7971] By: nick                                  on 2000/12/04  00:24:33
37507         Log: Quieten some noise in Win32 builds:
37508              - win32.h is included after <sys/socket.h>, so need to 
37509              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
37510              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
37511      Branch: perlio
37512            ! doio.c perl.h toke.c win32/win32.h
37513 ____________________________________________________________________________
37514 [  7970] By: nick                                  on 2000/12/03  22:57:46
37515         Log: PERL_IMPLICIT_SYS compiles but does not work.
37516      Branch: perlio
37517            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
37518            ! win32/perlhost.h win32/perllib.c win32/win32.h
37519            ! win32/win32iop.h win32/win32thread.h
37520 ____________________________________________________________________________
37521 [  7969] By: jhi                                   on 2000/12/03  22:12:58
37522         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
37523              used to swash_init(), makes regprop() dumps more informative
37524              (+utf8::IsAlpha, -utf8::IsDigit, for example).
37525      Branch: perl
37526            ! regcomp.c regexec.c
37527 ____________________________________________________________________________
37528 [  7968] By: jhi                                   on 2000/12/03  21:39:56
37529         Log: Implement ANYOFUTF8 regprop() dumping.
37530      Branch: perl
37531            ! regcomp.c
37532 ____________________________________________________________________________
37533 [  7967] By: jhi                                   on 2000/12/03  20:57:19
37534         Log: Make uv_to_utf8() to zero-terminate its output buffer,
37535              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
37536      Branch: perl
37537            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
37538 ____________________________________________________________________________
37539 [  7966] By: nick                                  on 2000/12/03  18:41:21
37540         Log: Integrate mainline (STDCHAR)
37541      Branch: perlio
37542           !> Configure t/pragma/utf8.t
37543 ____________________________________________________________________________
37544 [  7965] By: jhi                                   on 2000/12/03  17:58:20
37545         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
37546      Branch: perl
37547            ! t/pragma/utf8.t
37548 ____________________________________________________________________________
37549 [  7964] By: jhi                                   on 2000/12/03  17:35:56
37550         Log: Integrate perlio.
37551      Branch: perl
37552           !> iperlsys.h perlio.c
37553 ____________________________________________________________________________
37554 [  7963] By: jhi                                   on 2000/12/03  17:33:55
37555         Log: Metaconfig unit change for #7962.
37556      Branch: metaconfig
37557            ! U/modified/stdchar.U
37558 ____________________________________________________________________________
37559 [  7962] By: jhi                                   on 2000/12/03  17:33:27
37560         Log: Untangle the <stdio.h> #include nest for the stdchar test,
37561              from Andy Dougherty.
37562      Branch: perl
37563            ! Configure
37564 ____________________________________________________________________________
37565 [  7961] By: nick                                  on 2000/12/03  16:53:00
37566         Log: Make iperlsys.h vector stdio not PerlIO.
37567      Branch: perlio
37568            ! iperlsys.h perlio.c
37569 ____________________________________________________________________________
37570 [  7960] By: nick                                  on 2000/12/03  14:43:01
37571         Log: Integrate mainline
37572      Branch: perlio
37573           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
37574           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
37575 ____________________________________________________________________________
37576 [  7959] By: jhi                                   on 2000/12/03  08:16:36
37577         Log: Use DO_UTF8().
37578      Branch: perl
37579            ! op.c
37580 ____________________________________________________________________________
37581 [  7958] By: jhi                                   on 2000/12/02  18:33:05
37582         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
37583              From: Mike Guy <mjtg@cam.ac.uk>         
37584              Date: Sat, 02 Dec 2000 17:27:13 +0000
37585              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
37586              
37587              An extraneous argument.
37588      Branch: perl
37589            ! toke.c
37590 ____________________________________________________________________________
37591 [  7957] By: jhi                                   on 2000/12/02  18:22:32
37592         Log: A missing hunk.
37593      Branch: perl
37594            ! t/lib/net-hostent.t
37595 ____________________________________________________________________________
37596 [  7956] By: jhi                                   on 2000/12/02  18:06:20
37597         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
37598              From: Nicholas Clark <nick@ccl4.org>
37599              Date: Sat, 2 Dec 2000 14:28:27 +0000
37600              Message-ID: <20001202142827.A12308@plum.flirble.org>
37601              
37602              Test robustness.
37603      Branch: perl
37604            ! t/lib/net-hostent.t
37605 ____________________________________________________________________________
37606 [  7955] By: jhi                                   on 2000/12/02  17:58:06
37607         Log: Metaconfig unit change for #7954.
37608      Branch: metaconfig
37609            ! U/modified/stdchar.U
37610 ____________________________________________________________________________
37611 [  7954] By: jhi                                   on 2000/12/02  17:54:32
37612         Log: An inconvenient hang would happen if the stdio _ptr wasn't
37613              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
37614              would be grepping stdin for all eternity for the _ptr.)
37615      Branch: perl
37616            ! Configure
37617 ____________________________________________________________________________
37618 [  7953] By: jhi                                   on 2000/12/02  00:07:15
37619         Log: Update Changes.
37620      Branch: perl
37621            ! Changes patchlevel.h
37622 ____________________________________________________________________________
37623 [  7952] By: jhi                                   on 2000/12/01  23:54:47
37624         Log: Subject: Re: long shell lines
37625              From: Andy Dougherty <doughera@lafayette.edu>
37626              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
37627              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
37628              
37629              Split overly long shell command lines.
37630      Branch: perl
37631            ! lib/ExtUtils/MM_Unix.pm
37632 ____________________________________________________________________________
37633 [  7951] By: jhi                                   on 2000/12/01  23:48:02
37634         Log: The metaconfig unit change for #7950.
37635      Branch: metaconfig
37636            + U/modified/stdchar.U
37637 ____________________________________________________________________________
37638 [  7950] By: jhi                                   on 2000/12/01  23:47:39
37639         Log: Try to find stdchar also from <stdio_impl.h>.
37640      Branch: perl
37641            ! Configure config_h.SH
37642 ____________________________________________________________________________
37643 [  7949] By: jhi                                   on 2000/12/01  23:46:45
37644         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
37645              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
37646              Date: Fri, 1 Dec 2000 16:26:08 -0500
37647              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
37648              
37649              Reword the diagnostic message.
37650      Branch: perl
37651            ! pod/perldiag.pod
37652 ____________________________________________________________________________
37653 [  7948] By: nick                                  on 2000/12/01  22:49:43
37654         Log: Integrate mainline (for s/y/m as sub names stuff).
37655      Branch: perlio
37656           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
37657           !> t/pragma/warn/toke toke.c
37658 ____________________________________________________________________________
37659 [  7947] By: jhi                                   on 2000/12/01  20:55:41
37660         Log: Integrate perlio.
37661      Branch: perl
37662           !> perlio.c perliol.h t/io/pipe.t
37663 ____________________________________________________________________________
37664 [  7946] By: jhi                                   on 2000/12/01  20:36:51
37665         Log: Upgrade to CPAN 1.59_51, from Andreas König.
37666      Branch: perl
37667            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
37668 ____________________________________________________________________________
37669 [  7945] By: nick                                  on 2000/12/01  20:31:32
37670         Log: Integrate mainline
37671      Branch: perlio
37672           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
37673           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
37674           +> t/lib/net-hostent.t
37675           !> (integrate 35 files)
37676 ____________________________________________________________________________
37677 [  7944] By: jhi                                   on 2000/12/01  20:23:29
37678         Log: Some help for 20001130.011.  Now one gets warnings like
37679              "Ambiguous -f() resolved as a file test ..."
37680      Branch: perl
37681            ! pod/perldiag.pod t/pragma/warn/toke toke.c
37682 ____________________________________________________________________________
37683 [  7943] By: jhi                                   on 2000/12/01  19:44:44
37684         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
37685              that also breaks using them as methods. 
37686      Branch: perl
37687            ! pod/perldiag.pod t/op/misc.t toke.c
37688 ____________________________________________________________________________
37689 [  7942] By: nick                                  on 2000/12/01  17:56:46
37690         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
37691              Make 'unix' pass most tests
37692              - do unread by temporary push of layer ("pending") holding unread chars
37693              - fast_gets is now based on per-handle flag
37694              - relax one of io/pipe.t tests to allow print to fail and close to
37695              succeed so that it passes on unbuffered "unix" layer.
37696              Remaining fail is sporadic and a genuine race condition between
37697              parent/child in fork test.
37698      Branch: perlio
37699            ! perlio.c perliol.h t/io/pipe.t
37700 ____________________________________________________________________________
37701 [  7941] By: jhi                                   on 2000/12/01  15:28:58
37702         Log: (Retracted by #7943.)
37703              
37704              Reserve the short named string operator names.
37705      Branch: perl
37706            ! pod/perldiag.pod t/op/misc.t toke.c
37707 ____________________________________________________________________________
37708 [  7940] By: jhi                                   on 2000/12/01  06:45:53
37709         Log: Get the three different space character classes right under utf8.
37710      Branch: perl
37711            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
37712            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
37713            ! regexec.c t/op/pat.t utf8.c
37714 ____________________________________________________________________________
37715 [  7939] By: jhi                                   on 2000/12/01  03:26:26
37716         Log: Two more tests that make no sense in UTF-8 since the test
37717              data is not in UTF-8.
37718      Branch: perl
37719            ! t/op/regexp.t
37720 ____________________________________________________________________________
37721 [  7938] By: jhi                                   on 2000/12/01  03:20:39
37722         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
37723              should it be required inside regexen?
37724      Branch: perl
37725            ! regcomp.c t/op/regmesg.t
37726 ____________________________________________________________________________
37727 [  7937] By: jhi                                   on 2000/12/01  02:58:53
37728         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
37729              stored and restored, and thusly was trounced by the utf8 swash
37730              routines.
37731      Branch: perl
37732            ! regcomp.c
37733 ____________________________________________________________________________
37734 [  7936] By: jhi                                   on 2000/11/30  20:41:39
37735         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
37736              Why the different platforms behave so differently (core dump vs
37737              no core dump) on this bug is a but of a mystery, but if I had to
37738              guess I would mumble something like 'alignment'.
37739      Branch: perl
37740            ! sv.c
37741 ____________________________________________________________________________
37742 [  7935] By: jhi                                   on 2000/11/30  16:17:02
37743         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
37744              From: Robin Barker <rmb1@cise.npl.co.uk>
37745              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
37746              Date: Thu, 30 Nov 2000 14:27:12 GMT
37747      Branch: perl
37748            ! perlio.c toke.c
37749 ____________________________________________________________________________
37750 [  7934] By: jhi                                   on 2000/11/30  16:04:49
37751         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
37752      Branch: perl
37753            ! t/lib/net-hostent.t
37754 ____________________________________________________________________________
37755 [  7933] By: jhi                                   on 2000/11/30  06:07:26
37756         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
37757              From: Peter Prymmer <pvhp@forte.com>
37758              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
37759              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
37760              
37761              In VMS the localhost may be LOCALHOST.
37762      Branch: perl
37763            ! t/lib/net-hostent.t
37764 ____________________________________________________________________________
37765 [  7932] By: jhi                                   on 2000/11/30  01:11:11
37766         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
37767              From: Peter Prymmer <pvhp@forte.com>
37768              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
37769              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
37770              
37771              plus regen perlapi.pod.
37772      Branch: perl
37773            ! pod/perlapi.pod utf8.c
37774 ____________________________________________________________________________
37775 [  7931] By: jhi                                   on 2000/11/30  01:06:19
37776         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
37777              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37778              Date:     Wed, 29 Nov 2000 17:15:11 EST
37779              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
37780      Branch: perl
37781            ! t/lib/filter-util.pl t/lib/filter-util.t
37782 ____________________________________________________________________________
37783 [  7930] By: jhi                                   on 2000/11/29  18:51:55
37784         Log: Update Changes.
37785      Branch: perl
37786            ! Changes patchlevel.h
37787 ____________________________________________________________________________
37788 [  7929] By: jhi                                   on 2000/11/29  18:50:55
37789         Log: Update the va_copy() metaconfig unit.
37790      Branch: metaconfig/U/perl
37791            ! need_va_copy.U
37792 ____________________________________________________________________________
37793 [  7928] By: jhi                                   on 2000/11/29  17:50:43
37794         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
37795              From: Dominic Dunlop <domo@computer.org>
37796              Date: Tue, 28 Nov 2000 16:41:57 +0100
37797              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
37798              
37799              Patch to catch a core dump in the Configure va_copy test.
37800      Branch: perl
37801            ! Configure config_h.SH
37802 ____________________________________________________________________________
37803 [  7927] By: jhi                                   on 2000/11/29  17:31:59
37804         Log: Retract #7921, the patch shouldn't be needed.
37805      Branch: perl
37806            ! sv.c
37807 ____________________________________________________________________________
37808 [  7926] By: jhi                                   on 2000/11/29  17:01:41
37809         Log: Make the Class::Struct import() wiser.
37810      Branch: perl
37811            ! lib/Class/Struct.pm t/lib/class-struct.t
37812 ____________________________________________________________________________
37813 [  7925] By: jhi                                   on 2000/11/29  16:36:33
37814         Log: All the core library users of Class::Struct seem to be
37815              using "use Class::Struct 'struct';" instead of the bare
37816              "use Class::Struct;", which isn't documented in Class::Struct.
37817              This can't be right.
37818      Branch: perl
37819            ! lib/File/stat.pm
37820 ____________________________________________________________________________
37821 [  7924] By: jhi                                   on 2000/11/29  16:32:15
37822         Log: A test works better if it has the right 1..$n output.
37823      Branch: perl
37824            ! t/lib/class-struct.t
37825 ____________________________________________________________________________
37826 [  7923] By: jhi                                   on 2000/11/29  16:29:11
37827         Log: Forgot to MANIFEST the new Net::hostent test.
37828      Branch: perl
37829            ! MANIFEST
37830 ____________________________________________________________________________
37831 [  7922] By: jhi                                   on 2000/11/29  16:27:49
37832         Log: Integrate perlio.
37833      Branch: perl
37834           !> iperlsys.h perlio.c
37835 ____________________________________________________________________________
37836 [  7921] By: jhi                                   on 2000/11/29  16:27:10
37837         Log: (Retracted by #7927.)
37838              
37839              Subject: [PATCH] Is infinity a number?
37840              From: Simon Cozens <simon@cozens.net>
37841              Date: Wed, 29 Nov 2000 14:48:20 +0000
37842              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
37843      Branch: perl
37844            ! sv.c
37845 ____________________________________________________________________________
37846 [  7920] By: jhi                                   on 2000/11/29  16:23:02
37847         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
37848              From: rspier@pobox.com (Robert Spier)
37849              Date: Wed, 29 Nov 2000 02:17:49 -0500
37850              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
37851              
37852              Add a test for Net::hostent.
37853      Branch: perl
37854            + t/lib/net-hostent.t
37855 ____________________________________________________________________________
37856 [  7919] By: jhi                                   on 2000/11/29  16:21:31
37857         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
37858              add a test for Class::Struct.
37859      Branch: perl
37860            + t/lib/class-struct.t
37861            ! MANIFEST lib/Class/Struct.pm
37862 ____________________________________________________________________________
37863 [  7918] By: jhi                                   on 2000/11/29  15:48:40
37864         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
37865              From: rspier@pobox.com (Robert Spier)
37866              Date: Wed, 29 Nov 2000 02:25:39 -0500
37867              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
37868              
37869              More checking in case someone has broken their services or
37870              protocol databases.
37871      Branch: perl
37872            ! ext/Sys/Syslog/Syslog.pm
37873 ____________________________________________________________________________
37874 [  7917] By: jhi                                   on 2000/11/29  15:46:25
37875         Log: Subject: [PATCH] $^O  win32 -> MSWin32
37876              From: rspier@pobox.com (Robert Spier)
37877              Date: Wed, 29 Nov 2000 02:17:38 -0500
37878              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
37879              
37880              plus similar nits for vms, err, VMS, and UNICOS.
37881      Branch: perl
37882            ! t/lib/syslfs.t t/op/lfs.t
37883 ____________________________________________________________________________
37884 [  7916] By: jhi                                   on 2000/11/29  15:42:51
37885         Log: Subject: [PATCH] Tokeniser debugging
37886              From: Simon Cozens <simon@cozens.net>
37887              Date: Wed, 29 Nov 2000 14:15:45 +0000
37888              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
37889      Branch: perl
37890            ! perl.c perl.h pod/perlrun.pod toke.c
37891 ____________________________________________________________________________
37892 [  7915] By: jhi                                   on 2000/11/29  15:41:36
37893         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
37894              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37895              Date: Wed, 29 Nov 2000 02:13:14 -0500
37896              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
37897              
37898              OUT keyword nits.
37899              
37900              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
37901              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37902              Date: Wed, 29 Nov 2000 03:09:04 -0500
37903              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
37904              
37905              OUT and IN_OUT documentation.
37906      Branch: perl
37907            ! lib/ExtUtils/xsubpp pod/perlxs.pod
37908 ____________________________________________________________________________
37909 [  7914] By: jhi                                   on 2000/11/29  03:35:01
37910         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
37911              From: John Tobey <jtobey@john-edwin-tobey.org>
37912              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
37913              Message-Id: <m140e1N-000FOoC@feynman.localnet>
37914              
37915              plus a performance speedup noticed by Sarathy.
37916      Branch: perl
37917            ! op.c
37918 ____________________________________________________________________________
37919 [  7913] By: jhi                                   on 2000/11/29  03:16:59
37920         Log: Use "1 while unlink" so that VMS gets clean, too.
37921      Branch: perl
37922            ! t/lib/filter-util.t
37923 ____________________________________________________________________________
37924 [  7912] By: jhi                                   on 2000/11/29  03:09:08
37925         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
37926              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37927              Date: Tue, 28 Nov 2000 03:27:09 -0500
37928              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
37929      Branch: perl
37930            ! lib/ExtUtils/xsubpp
37931 ____________________________________________________________________________
37932 [  7911] By: jhi                                   on 2000/11/29  03:06:30
37933         Log: This should have been part of #7872: no need to scan UTF-8
37934              until eternity.
37935      Branch: perl
37936            ! utf8.c
37937 ____________________________________________________________________________
37938 [  7910] By: jhi                                   on 2000/11/29  02:50:04
37939         Log: One more perltie.pod nit from Casey R. Tweten.
37940      Branch: perl
37941            ! pod/perltie.pod
37942 ____________________________________________________________________________
37943 [  7909] By: jhi                                   on 2000/11/29  02:44:23
37944         Log: Document the known sprintf test failures, exact standard
37945              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
37946      Branch: perl
37947            ! pod/perldelta.pod t/op/sprintf.t
37948 ____________________________________________________________________________
37949 [  7908] By: jhi                                   on 2000/11/29  02:36:23
37950         Log: Add the Encoding table format documentation.
37951      Branch: perl
37952            + ext/Encode/Encode/EncodeFormat.pod
37953            ! MANIFEST
37954 ____________________________________________________________________________
37955 [  7907] By: jhi                                   on 2000/11/29  02:07:24
37956         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
37957              From: "Casey R. Tweten" <crt@kiski.net>
37958              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
37959              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
37960              
37961              Subject: Re: [PATCH] Updating perltie.pod for arrays
37962              From: "Casey R. Tweten" <crt@kiski.net>
37963              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
37964              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
37965      Branch: perl
37966            ! pod/perltie.pod
37967 ____________________________________________________________________________
37968 [  7906] By: nick                                  on 2000/11/28  22:40:59
37969         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
37970      Branch: perlio
37971            ! iperlsys.h perlio.c
37972 ____________________________________________________________________________
37973 [  7905] By: nick                                  on 2000/11/28  22:04:34
37974         Log: Integrate mainline
37975      Branch: perlio
37976           !> (integrate 39 files)
37977 ____________________________________________________________________________
37978 [  7904] By: jhi                                   on 2000/11/28  16:44:43
37979         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
37980              From: Nicholas Clark <nick@babyhippo.co.uk>
37981              Date: Tue, 28 Nov 2000 11:16:57 +0000
37982              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
37983      Branch: perl
37984            ! pod/perlipc.pod
37985 ____________________________________________________________________________
37986 [  7903] By: jhi                                   on 2000/11/28  16:40:31
37987         Log: Subject: [PATCH] Updating perltie.pod for arrays
37988              From: "Casey R. Tweten" <crt@kiski.net>
37989              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
37990              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
37991      Branch: perl
37992            ! pod/perltie.pod
37993 ____________________________________________________________________________
37994 [  7902] By: jhi                                   on 2000/11/28  16:39:37
37995         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
37996              From: Robin Barker <rmb1@cise.npl.co.uk>
37997              Date: Mon, 27 Nov 2000 17:56:44 GMT
37998              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
37999      Branch: perl
38000            ! pod/perlfunc.pod t/op/split.t
38001 ____________________________________________________________________________
38002 [  7901] By: jhi                                   on 2000/11/28  16:28:04
38003         Log: setmode() is a DOSish-only thing.
38004      Branch: perl
38005            ! perlio.c
38006 ____________________________________________________________________________
38007 [  7900] By: jhi                                   on 2000/11/28  16:21:46
38008         Log: Subject: [PATCH] perlcc.PL cleanups
38009              From: Simon Cozens <simon@cozens.net>
38010              Date: Tue, 28 Nov 2000 12:44:35 +0000
38011              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
38012      Branch: perl
38013            ! utils/perlcc.PL
38014 ____________________________________________________________________________
38015 [  7899] By: gsar                                  on 2000/11/28  06:32:55
38016         Log: reintegrate files missed by change#7895
38017      Branch: maint-5.6/perl
38018           +> ext/ByteLoader/bytecode.h utils/Makefile
38019            - utils/perlbc.PL
38020 ____________________________________________________________________________
38021 [  7897] By: gsar                                  on 2000/11/27  18:22:47
38022         Log: can't integrate these two files, for some reason
38023      Branch: maint-5.6/perl
38024            - ext/ByteLoader/bytecode.h utils/Makefile
38025 ____________________________________________________________________________
38026 [  7895] By: gsar                                  on 2000/11/27  18:11:21
38027         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
38028              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
38029              6757..6890,6892..6901 from mainline
38030              
38031              Bytecompiler patches from Benjamin Stuhl.
38032              
38033              More bytecompiler.
38034              
38035              Subject: [PATCH blead] B:: missing dependency
38036              
38037              Subject: [PATCH: 6757] configure.com updates and syslog build
38038              
38039              Long double Gconvert fixes from Yitzchak Scott-Thoennes
38040              and Spider Boardman.
38041              
38042              Subject: [PATCH blead] nextchar() abuse misses an optimisation
38043              
38044              Long double fixes from Spider Boardman.
38045              
38046              Make the selection of NVff et al stricter.
38047              
38048              cSVOPo_*v things index into the current PL_curpad
38049              under ithreads, which is different from the curpad
38050              used by the XSUB.  (In other words, the code as-is
38051              before this patch wouldn't work under ithreads.)
38052              
38053              Be portable.
38054              
38055              VMS MMS (make) wants null action.
38056              
38057              Mac and other portability updates from Chris Nandor.
38058              
38059              Storable support, v-version fixes.
38060              Subject: CPAN.pm beta for testing available
38061              
38062              Portability fix from Hugo van der Sanden.
38063              
38064              Bad makefile.
38065              
38066              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
38067              
38068              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
38069              
38070              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
38071              
38072              Replace #6705 with a minimal doc patch.
38073              Subject: [PATCH 5.6.0] replace change #6705
38074              
38075              Drop the separate perlbc, perlcc -b should be enough.
38076              
38077              installperl couldn't tell whether it had run tests or not.
38078              Subject: [PATCH] Re: installperl and t/TEST
38079              
38080              Add silencer flags to installperl.
38081              Subject: [PATCH] Making installperl silent.
38082              
38083              Make "make install" by default silent.  A new "install-verbose"
38084              target is verbose.
38085              
38086              More liberal parsing of version numbers.
38087              Subject: Re: CPAN.pm beta for testing available
38088              
38089              Create directories in silence.
38090              Subject: [PATCH] Another silencer for MakeMaker
38091              
38092              DOS patches and portability/porting notes, from Tim Jenness.
38093              
38094              Make installman to recognize the silence flag -S.
38095              
38096              Actually do something with the silencer option.
38097              
38098              Continue silencing.
38099              
38100              Show the doc file, not the temp file.
38101              
38102              Regen perltoc.
38103              
38104              Subject: [PATCH] More silencing of installman.
38105              
38106              Better wording for the vec lvalue diagnostic.
38107              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
38108              
38109              Subject: [PATCH: 6805] several more tweaks to configure.com
38110              
38111              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
38112              
38113              Missing parts of 
38114              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
38115              
38116              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
38117              (applied slightly modified)
38118              
38119              installperl --verbose and --silent.
38120              Subject: Re: [PATCH] More silencing of installman.
38121              
38122              Add install-silent target.
38123              
38124              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
38125              the problem reported in
38126              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
38127              
38128              Tweak the sfio/useperlio logic, hopefully as wished in
38129              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
38130              
38131              One forgotten file from #6816.
38132              
38133              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
38134              
38135              Remove duplicately applied patch shards.
38136              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
38137              
38138              Support preserving extremely big/small angles.
38139              
38140              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
38141              
38142              Subject: [PATCH] installation not quite silent yet.
38143              
38144              Update the test count.
38145              
38146              Use UVxf, PTR2UV, NVff.
38147              
38148              Document PTR2XX and INT2PTR.
38149              
38150              no-install target a la make -n.
38151              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
38152              
38153              grep -e isn't portable.
38154              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
38155              
38156              Can't get the test to reliably work thanks to the
38157              inaccurateness of floating point.  "Resolves" bug ids
38158              20000826.003, 20000826.009, 20000826.010,
38159              
38160              Subject: installman buglet
38161              
38162              DJGPP update from Laszlo Molnar.
38163              
38164              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
38165              
38166              Passing -R in ldflags makes now it to appear in the default
38167              for lddlflags, just like with -L.
38168              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
38169              
38170              Test nit.
38171              
38172              Use the actual thread type, not the pointer-to-struct.
38173              
38174              Provice virtual $Config{ccflags_nolargefiles} etc. 
38175              
38176              display_format used as a class method without arguments was broken,
38177              reported in
38178              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
38179              
38180              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
38181              
38182              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
38183              
38184              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
38185              
38186              opmini.o may be left around if a build is interrupted.
38187              
38188              Typo in #6858.
38189              
38190              Fix for ID 20000828.001, long doubles were not formatted
38191              correctly (showed up in $], which stopped installing perl).
38192              
38193              An attempt to fix the problem reported in
38194              Subject: Building perl@6856 using gcc/AIX 4.3.3 
38195              I can't test this properly since the gcc installation I have
38196              access to seems to be botched (gcc is calling the AIX cpp,
38197              a losing proposition...)
38198              
38199              Add -ld to archname on long tr...double platforms.
38200              
38201              Subject: hv.h Doc Patch
38202              
38203              Potential cruft.
38204              
38205              Subject: [PATCH bleedperl@6856] warnings fixes
38206              
38207              -S is the silent flag, -s is the strip flag.
38208              Subject: [PATCH] Re: [PATCH] make no-install          
38209              
38210              Take out the SUIDMAIL thing, that will not be
38211              a problem in 5.7.*.
38212              
38213              Subject: [PATCH bleedperl@6866] spellings
38214              
38215              Subject: [PATCH] Re: files not cleaned even by veryclean
38216              
38217              Use minimal @INC in tests, most of the time just '../lib',
38218              so that we simply can't pick up stuff from other Perls than
38219              the one we are testing.  Pointed out by
38220              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
38221              
38222              Update to Getopt::Long 2.24, from Johan Vromans.
38223              
38224              Fix for thinko in #6848.
38225              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
38226              
38227              Patches all over for people and the files they (hopefully) care about.
38228              
38229              Subject: Net::protoent does not export 'getproto'
38230              
38231              Missed a change in #6869.
38232              
38233              Subject: [PATCH] Warnings in B::Deparse
38234              
38235              Subject: [PATCH] Glob dumping
38236              
38237              Disable one of the tests for now.
38238              
38239              Disabling the one test is a bit tricky.
38240              
38241              Don't forget to tidy up.
38242              
38243              The #6881 removed one dump line.
38244              
38245              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
38246              
38247              Under usethreads the dumped variable is IN_PAD.
38248              Subject: Re: [PATCH] Glob dumping
38249              
38250              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
38251              
38252              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
38253              
38254              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
38255              
38256              Regen Configure for #6894.
38257              
38258              Subject: [PATCH: 6889] updates to perlebcdic.pod
38259              
38260              Undo namespace pollution of #6878.
38261              Subject: Re: Net::protoent does not export 'getproto'
38262              
38263              Admit that we are leaking scalars.
38264              
38265              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
38266      Branch: maint-5.6/perl
38267           !> (integrate 271 files)
38268 ____________________________________________________________________________
38269 [  7894] By: gsar                                  on 2000/11/27  16:00:34
38270         Log: a couple of nits
38271      Branch: maint-5.6/perl
38272            ! MANIFEST pp_sys.c
38273 ____________________________________________________________________________
38274 [  7893] By: gsar                                  on 2000/11/27  15:10:56
38275         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
38276              6740..6745,6747..6757,6760
38277              
38278              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
38279              
38280              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
38281              
38282              Doc nits spotted by Richard Soderberg.
38283              
38284              move WNOHANG definition to where other such things are
38285              
38286              Make $Config{byteorder} more magical so that it is
38287              dynamically computed: nice for 'fat binaries'.
38288              Subject: [PATCH]: default byteorder
38289              
38290              Subject: [PATCH] Cwd.pm now uses strict
38291              
38292              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
38293              
38294              Get -DLEAKTEST to compile (not necessarily to work, mind)
38295              Subject: [ID 20000724.006] -DLEAKTEST problem
38296              
38297              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
38298              
38299              Add perlebcdic from Peter Prymmer, regen toc.
38300              
38301              Don't propose using modules built for 5.005 if no binary
38302              compatibility with 5.005 is attempted.
38303              
38304              Do not use prototyping here.
38305              Subject: [ID 20000817.016] [PATCH] Peek.xs
38306              
38307              Document what the backtick returns if the command fails.
38308              
38309              Add byteorder to the myconfig output.
38310              
38311              Introduce NVef, NVff, and NVgf, use the middle one.
38312              (helps for lib/peek + Linux + long doubles)  Reported in
38313              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
38314              Use NVs in POSIX math, not doubles.
38315              Subject: [ID 20000817.014] POSIX & modfl
38316              
38317              Subject: [PATCH 5.6.0+] newSVrv() memory leak
38318              
38319              The byteorder code in #6671 was wrong.
38320              
38321              Fix the lib/complex failure of
38322              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
38323              Linux long double accuracy issue: something that
38324              when printed with %g looks like "2" but int() of it is 1.
38325              
38326              Propagate new Configure vars.
38327              
38328              Unbuffer the output.
38329              
38330              Subject: [PATCH] perltrap.pod spring cleaning
38331              
38332              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
38333              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
38334              
38335              Tiny Getopt::Long patch from Johan Vromans.
38336              
38337              Document code point which makes if (defined %stash::) to work
38338              (noted by Spider Boardman).
38339              
38340              Subject: [PATCH perl@6698] cygwin port
38341              
38342              Document the NDBM_File and ODBM_File as SDBM_File
38343              was documented in #6417.
38344              
38345              The new tests were missing from #6415.
38346              
38347              Add [[:blank:]] as suggested in
38348              Subject: [ID 20000716.024] [=cc=] / [:blank:]
38349              (the [=cc=] has already been taken care of by #6439
38350              so the whole bug report can be closed)
38351              and make [[:space:]] to be equivalent to isspace(3)
38352              (as opposed to \s, which is isSPACE()).  The difference
38353              is that now [[:space:]] matches the mythical vertical tab,
38354              while \s doesn't.
38355              
38356              Don't eat leading os from index entries.
38357              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
38358              
38359              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
38360              
38361              Typo in pp_complement().
38362              Subject: [PATCH perl-current] Deparse
38363              
38364              Add warnif(), check warnings further up the stack,
38365              all the warnings functions now can take an optional object reference.
38366              Subject: [PATCH bleedperl@6691] warnings pragma update
38367              
38368              Fix a core dump in lib/selfloader under -DDEBUGGING.
38369              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
38370              
38371              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
38372              
38373              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
38374              
38375              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
38376              Put back the long double avoidance code to POSIX.xs
38377              because VMS seems to need it still.
38378              
38379              Introduce a 'veryclean' target that is like 'distclean'
38380              but also removes *~ and *.orig.
38381              
38382              Subject: [ID 20000817.023] endianness description in perlfunc.pod
38383              
38384              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
38385              
38386              Let's try #6717 again.
38387              
38388              UTF8 concat fixes.
38389              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
38390              
38391              pp_open() could pass an uninitialized filename down to do_open9().
38392              
38393              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
38394              
38395              Update to CGI 2.72, from Lincoln Stein.
38396              
38397              Subject: [PATCH] Silence MakeMaker (Was: installman)
38398              
38399              Use temporary directory instead of current directory.
38400              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
38401              
38402              Document odd vs even subreleases and -Dusedevel.
38403              
38404              The veryclean target needs to clobber.
38405              
38406              Use File::Spec->tmpdir().
38407              
38408              Document the number of exponent digits.
38409              
38410              Mention perlebcdic and perlposix-bc.
38411              
38412              s/this one/the 5.6.0 release/
38413              
38414              The #6724 is here.
38415              
38416              The correct cleaning order is an art.
38417              
38418              small tweaks for change#6705: avoid C++ style comments in C code;
38419              use Perl's malloc API rather than the low level system one
38420              
38421              Array context keeps slithering in.
38422              
38423              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
38424              
38425              Subject: [PATCH] os2.c fix for use64bitint
38426              
38427              Update to Pod::LaTeX 0.53.
38428              Subject: [PATCH] lib/Pod/LaTeX.pm updates
38429              
38430              Document the endianness of Alpha more precisely.
38431              
38432              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
38433              
38434              Rename the macro argument because some preprocessors
38435              can't tell the difference and expand arguments also inside
38436              double quoted strings.
38437              
38438              free TLS slot properly on Windows
38439              
38440              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
38441              
38442              Unicos/mk requires elaborate paranoia.
38443              
38444              Tweak the floating point output routine preferences.
38445              
38446              Also under djgpp the timestamps are funky.
38447              
38448              Apply some PodParser 1.18 patches; the Pod/Find.pm
38449              patches cannot be applied since #6712 conflicts.
38450              
38451              Use PodParser 1.18 new test.
38452              
38453              A pod nit.
38454              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
38455              
38456              Be verydeepclean.
38457      Branch: maint-5.6/perl
38458           +> pod/perlebcdic.pod
38459           !> (integrate 106 files)
38460 ____________________________________________________________________________
38461 [  7892] By: jhi                                   on 2000/11/27  15:02:32
38462         Log: Update Changes.
38463      Branch: perl
38464            ! Changes patchlevel.h
38465 ____________________________________________________________________________
38466 [  7891] By: jhi                                   on 2000/11/27  14:57:23
38467         Log: Subject: Re: perlfaq style changes
38468              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38469              Date: Sat, 25 Nov 2000 23:32:26 -0800
38470              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
38471              
38472              plus a note from Ronald Kimball.
38473      Branch: perl
38474            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
38475 ____________________________________________________________________________
38476 [  7890] By: jhi                                   on 2000/11/27  14:53:14
38477         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
38478              From: Benjamin Holzman <bah@ecnvantage.com>
38479              Date: Sun, 26 Nov 2000 16:27:33 -0500
38480              Message-ID: <20001126162733.J25040@ecnvantage.com>
38481      Branch: perl
38482            ! gv.c
38483 ____________________________________________________________________________
38484 [  7889] By: jhi                                   on 2000/11/27  14:43:11
38485         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
38486              From: lvirden@cas.org
38487              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
38488              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
38489      Branch: perl
38490            ! README.amiga
38491 ____________________________________________________________________________
38492 [  7888] By: jhi                                   on 2000/11/27  14:32:34
38493         Log: Restore also the locale test to no-sprintf-taint state.
38494              Fixes the bug 20001127.003.
38495      Branch: perl
38496            ! sv.c t/pragma/locale.t
38497 ____________________________________________________________________________
38498 [  7887] By: gsar                                  on 2000/11/27  14:13:05
38499         Log: integrate changes#6613..6616,6620..6665 from mainline
38500              
38501              VMS configure.com update continues.
38502              
38503              Subject: Test fails / warnings with perl-current #6612
38504              
38505              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
38506              
38507              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
38508              
38509              For now remove the mail code.
38510              
38511              Subject: Re: [PATCH] @+, @- readonly
38512              
38513              Subject: warning: storage class after type is obsolescent
38514              
38515              Subject: sfio2000
38516              
38517              Subject: Re: File::Temp problems on VMS in bleedperl
38518              
38519              README.os2 update.
38520              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
38521              
38522              Make the user to give up his firstborn, err, to knowingly
38523              verify installing an unstable developer release.  Also bump
38524              the release to 5.7.0, but leave a patch tag in the local
38525              patches saying that this is not yet the real thing.
38526              
38527              Update (kinda) to Test 1.14, from Joshua Pritikin.
38528              
38529              make ok etc also for win32.
38530              
38531              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
38532              
38533              Don't blow limited stacks, a lower number is enough to
38534              tickle the lookbehind limit.
38535              
38536              Use -Dusedevel; regen Configure and the respective Porting stuff.
38537              
38538              Subject: [PATCH] debugger exit code should reflect user exit code
38539              
38540              Subject: [PATCH perl@6620] cygwin port
38541              
38542              Missed a file from #6638.
38543              
38544              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)
38545              
38546              magic callbacks all need to have same type signature
38547              
38548              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
38549              
38550              Fix a dependency problem.
38551              Subject: [PATCH: 6640] VMS Makefile.SH update
38552              
38553              The numeric locale was reset to "C" by s?printf and never restored.
38554              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
38555              No test since adding the failing example to locale.t
38556              does not fail -- probably because the locale settings are so
38557              thoroughly tweaked by that time.  Running the example standalone
38558              does fail, though.  UPDATE: test case added at change #7540.
38559              
38560              Subject: [ID 20000324.040] minor fix to perlhpux.pod
38561              
38562              Update to CPAN 1.57.
38563              
38564              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
38565              
38566              Change the perlbug address to perl.org since it's more forgiving.
38567              
38568              Change the regx compilation error markers to use = instead of <
38569              since pod makes using the latter quite messy.  Reported in
38570              ID 20000814.006 by Abigail and in
38571              Subject: Unknown escape E<> ?
38572              
38573              Update to perldebtut 1.9, from Richard Foley.
38574              
38575              check that the number pseudo children doesn't exceed
38576              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
38577              the WaitForMultipleObjects() limit that would cause wait()
38578              to crash)
38579              wait() and waitpid() could potentially be rewritten to use
38580              more than one thread to do the waiting to eliminate this
38581              limitation
38582              
38583              change#6328 could make close(SOCKET) return false on windows
38584              when it shouldn't
38585              
38586              pod nit seen in passing
38587              
38588              on windows, the return values from wait() and waitpid() don't
38589              match those of pseudo-pids
38590              
38591              waitpid() now handles externally spawned pids correctly;
38592              fixes for backtick/wait/waitpid failures on Windows 9x
38593              these changes make the pid returned by process functions on
38594              Windows 9x always positive by clearing the high bit (which
38595              is always set on Win9x); pseudo-process PIDs are likewise
38596              always negative now on Win9x (just as on NT/2000)
38597              
38598              trailing new %ENV entries weren't being pushed into the real
38599              environment of subprocesses on Windows
38600              
38601              Tweak the regex compilation errors once more.
38602              
38603              avoid warnings from dense compiler
38604              
38605              add "ok" targets from change#6632 in makefile.mk
38606      Branch: maint-5.6/perl
38607            - lib/Pod/PlainText.pm vms/configure.com
38608           !> (integrate 66 files)
38609 ____________________________________________________________________________
38610 [  7886] By: jhi                                   on 2000/11/27  13:54:18
38611         Log: __FUNCTION__ isn't portable and trying to emulate it leads
38612              into practically spelling out the name of the function.
38613              Takes care of the bug 20001127.001.
38614      Branch: perl
38615            ! perlio.c
38616 ____________________________________________________________________________
38617 [  7885] By: gsar                                  on 2000/11/27  13:53:18
38618         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
38619              6610..6611 from mainline
38620              
38621              Make regular expression parse error messages easier to understand.
38622              Subject: Re: enhanced(?) regex error messages
38623              
38624              Tiny tidying on report_evil_fh().
38625              
38626              Subject: Re: enhanced(?) regex error messages 
38627              plus Capitalize the error messages, plus perldiag them.
38628              
38629              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
38630              
38631              Document here-doc better.
38632              
38633              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
38634              
38635              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
38636              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
38637              (either perlbug or p5p ate the original), plus regen
38638              perlapi and perltoc. 
38639              
38640              Regen global.sym.
38641              
38642              Double check that we have a dirhandle.
38643              
38644              Subject: Re: enhanced(?) regex error messages
38645              (plus two small patches sent privately)
38646              (this still seems to leave few test failures)
38647              
38648              warn is a macro, avoid using at a variable to avoid warnings
38649              in some configurations; readdir.t is too conservative in
38650              estimating number of *.t's
38651              
38652              Get back into sync with Jeffrey on the enhanced regex warnings.
38653              
38654              Subject: [PATCH 5.6.0] cygwin port
38655              
38656              Zero entries were skipped, fix from Adrian Goalby
38657              <argoalby@yahoo.co.uk>
38658              
38659              Subject: Remove dead entry in perldiag
38660              
38661              Amend the description of Perl6.
38662              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
38663              
38664              detypo
38665              
38666              It's the 2ndO'ROSSC.
38667              
38668              Revert the sv.c part of #6559, a better fix is needed.
38669              
38670              Iterating perl6 description.
38671              
38672              Update to Term::ANSIColor 1.03, from Russ Allbery.
38673              
38674              Update to Getopt::Long 2.23_05, from Johan Vromans.
38675              
38676              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
38677              
38678              Update to Pod::Parser 1.17, from Brad Appleton.
38679              
38680              Update to CPAN 1.56, from Andreas König.
38681              
38682              Update to CGI 2.70, from Lincoln Stein.
38683              
38684              Put back the std @INC thing.
38685              
38686              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
38687              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
38688              
38689              Document the IO::Select timeout.
38690              
38691              sleep(1) does not necessarily return 1.
38692              Subject: [PATCH bleadperl] op/lex_assign.t  
38693              
38694              Subject: debugger "d" command doesnt check line number
38695              
38696              B::Deparse didn't do sub attributes.
38697              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
38698              
38699              Preprocessing and postprocessing for File::Find.
38700              Subject: Patch to Find::File.pm to allow alphabetical results
38701              
38702              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
38703              
38704              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
38705              
38706              Subject: Re: [ID 20000730.003] utf8::length() bad
38707              
38708              Subject: Getting perlio and threads to compile
38709              (the Solaris version changes in Configure skipped)
38710              
38711              Tests for #6589.
38712              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
38713              
38714              Add Perl debugging tutorial, regen toc. 
38715              Subject: perldebtut.pod
38716              
38717              Add a few missing files, update MANIFEST.
38718              
38719              Rewrite of vms/subconfigure.com as configure.com,
38720              from Peter Prymmer and the vmsperl crew.
38721              
38722              Should have deleted this in #6603.
38723              
38724              Fix the test for 5005threads.
38725              
38726              Fix-n-skip the tests under 5005threads.
38727              
38728              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
38729              
38730              Upgrade to CGI 2.71, from Lincoln Stein.
38731      Branch: maint-5.6/perl
38732           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
38733           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
38734           +> t/op/regmesg.t t/pod/find.t vms/configure.com
38735            - vms/subconfigure.com
38736            ! lib/lib.pm
38737           !> (integrate 115 files)
38738 ____________________________________________________________________________
38739 [  7884] By: jhi                                   on 2000/11/27  13:44:33
38740         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
38741              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38742              Date:     Mon, 27 Nov 2000 08:23:54 EST
38743              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
38744      Branch: perl
38745            ! vms/descrip_mms.template vms/test.com
38746 ____________________________________________________________________________
38747 [  7883] By: gsar                                  on 2000/11/27  11:50:46
38748         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
38749              6511..6513,6515..6523,6525..6536
38750              
38751              The swallow_bom() saga continues.  The #23 of require.t
38752              (UTF16-LE) still fails (silently, no output) but the #22
38753              (UTF16-BE) seems to be working now.  The root of the
38754              failure may be in sv_gets(): is it UTF-16LE-aware,
38755              especially when it comes to line endings? 
38756              
38757              Document the problem with -P in HP-UX and its workaround.
38758              
38759              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
38760              (aka ID 20000730.002)
38761              
38762              Subject: fix and question re: waitpid() under win32
38763              
38764              Make the safety catch for buggy gccs work with triple version
38765              numbers like 2.95.2.  Reported in
38766              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
38767              
38768              In Digital UNIX warn if gcc explicitly chosen because even
38769              2.95.2 is known to cause problems.
38770              
38771              Make chr() for values >127 to create utf8 when under utf8.
38772              
38773              various syntax errors and such (not fixed: comp/require.t#22 coredump
38774              on Windows)
38775              
38776              Stash away the largefiles flags and libswanted.
38777              
38778              BOM patching from Simon Cozens.
38779              
38780              If gccosandvers is equal to osname, clear gccosandvers.
38781              
38782              Make p4desc to skip non-mainperl branches by default.
38783              
38784              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
38785              
38786              The test from this
38787              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
38788              
38789              In new BSDs changes to argv[] do not show up in ps(1) output,
38790              instead one must use setproctitle().  This was already addressed
38791              by change #6457, but the below has a new variant for FreeBSD 4.0
38792              or later, and the matter is also documented more.
38793              
38794              FreeBSD 3.* updates from
38795              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
38796              
38797              regen_headers, regen perltoc.
38798              
38799              Document in one place the memory abstractions used in Perl core.
38800              
38801              memcpy has n o in it, as pinted ut by Sarathy.
38802              
38803              Remove the extraneous "main::" prefix from all the
38804              "opened only for", "on closed", and "never opened" warnings.
38805              
38806              The name of a filehandle does not have <these>.
38807              
38808              The tr utf8 patching continues.
38809              
38810              The new setproctitle() feature is available only in 
38811              bleeding edge FreeBSD.  From Paul Saab.
38812              
38813              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
38814              
38815              Dump UVs as UVs in Data::Dumper.
38816              
38817              detypo #6494
38818              
38819              Document the IVdf UVuf UVof UVxf.
38820              
38821              require.t needs binmode() to work on windows
38822              
38823              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
38824              that are hopefully soon put into use.
38825              
38826              Allow "no Module;" even if there is no 'unimport'.
38827              
38828              Better skip message for the test; one of the two problems in
38829              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
38830              
38831              The subtest 4 may fail also on VOBS, as pointed out
38832              by Nick Ing-Simmons in November 1999, bug id 19991124.003
38833              (but the failure in that bug report isn't the subtest 4).
38834              
38835              Be more informative on what is skipped and why,
38836              also repeat the list at the end.
38837              
38838              Add a URL for FSF.
38839              
38840              Subject: [PATCH] sv.h documentation - SvLEN
38841              
38842              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
38843              
38844              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
38845              
38846              Subject: [PATCH] bad cppsymbols on os2 + Configure question
38847              
38848              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
38849              
38850              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
38851              mention the idea of @( and @)
38852              
38853              This is 6512.  Really.
38854              
38855              Subject: [ID 19990721.004] Documentation bug in perlfunc
38856              
38857              Subject: Minor tweak to perlvar.pod
38858              
38859              In the warnings call filehandles consistently so;
38860              add "unopened" warning for stat().
38861              
38862              After the #6519 a warning about stat() is just that,
38863              not about a filetest, which now have their own warning.
38864              
38865              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
38866              
38867              Subject: Re: Array vs. List context
38868              
38869              Subject: New perlcc, take 2
38870              
38871              Weed buglets pointed out by
38872              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
38873              
38874              gcc versions might have (parentheses) in them.
38875              
38876              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
38877              
38878              Essential prototype changes were missing from #6527.
38879              Also make report_evil_fh() more bomb-proof.
38880              
38881              Zap lib/Sys directory when cleaning up.
38882              
38883              Change the Policy policy: now -Dprefix= with an existing
38884              Policy.sh and prefix == siteprefix == vendorprefix, then all
38885              of them follow along the new prefix.
38886              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
38887              
38888              Continue fixing the io warnings.  This also
38889              sort of fixes bug ID 20000802.003: the core dump
38890              is no more.  Whether the current behaviour is correct
38891              (giving a warning: "Not a format reference"), is another matter.
38892              
38893              Have symbols for the IoTYPEs.
38894              
38895              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
38896              
38897              Document a bit that UDP is not what you might think.
38898              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
38899              tr memory corruption fix from Simon Cozens.
38900              
38901              Plug the security hole described in the Aug 05 2000 bugtraq message
38902              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
38903              The security hole exists only in suidperls, which isn't
38904              installed or even built by default.
38905      Branch: maint-5.6/perl
38906           !> (integrate 71 files)
38907 ____________________________________________________________________________
38908 [  7882] By: gsar                                  on 2000/11/27  10:25:36
38909         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
38910              from mainline
38911              
38912              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
38913              to be fatal errors (instead of by default ignoring them, and
38914              ignoring with a bug: even though -w gave an error, the opening [
38915              was left in)  Reported in:
38916              
38917              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
38918              
38919              Subject: [PATCH] split /^/
38920              
38921              MacOS nits from Matthias Neeracher.
38922              
38923              More split() doc and test patches from Mike Guy.
38924              
38925              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
38926              from Graham Barr in the module list.
38927              
38928              docfix from Peter Scott <Peter@PSDT.com>.
38929              
38930              File::Temp patches for VMS and OS/2 from Tim Jenness.
38931              
38932              open() wariness in perlbug.
38933              
38934              Subject: [PATCH] minor doc change - perlguts
38935              
38936              Subject: Minor doc patch: handy.h
38937              
38938              Be wary of close()s, too.
38939              
38940              Further File::Temp patches from Yitzchak Scott-Thoennes
38941              and Craig A. Berry.
38942              
38943              Subject: [PATCH] fixes bug 20000508.004
38944              
38945              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
38946              
38947              Allow "no AutoLoader;", based on change #6444,
38948              suggested by Graham Barr.
38949              
38950              Use setproctitle() if available to modify $0.
38951              
38952              Warn if the version of the operating system used to compile gcc
38953              differs from the current version of the operating system.
38954              Also display the gcc compilation os and version in myconfig.
38955              Inspiration from
38956              
38957              Tiny fixes for #6460.
38958              
38959              The problem described in this
38960              Subject: [ID 20000322.018] named chars aren't magical enough
38961              has been fixed in perl 5.6.0 but just in case added a test
38962              to keep it away.  (The report from Joseph Hall.)
38963              
38964              Tune the comments and hopefully stop a memory leak.
38965              
38966              Subject: UTF8 concat
38967              (with a memory leak fixed, plus a few casts added)
38968              This also seems to help for
38969              Subject: [ID 20000716.015] join UTF8 weirdness
38970              
38971              Do not upgrade SVs into utf8 just because they participate
38972              in eq or cmp.  Reported and fix suggested in
38973              Subject: [ID 20000720.009] sv_eq UTF8 bug
38974              
38975              Fix the HALF_UPGRADE() macro introduced in #6263.
38976              
38977              Find green threads before native threads.
38978              Subject: Re: Patch to jpl/JNI/Makefile.PL
38979      Branch: maint-5.6/perl
38980           !> (integrate 30 files)
38981 ____________________________________________________________________________
38982 [  7881] By: jhi                                   on 2000/11/27  05:48:41
38983         Log: It seems that *both* the unused submatch loop cleanup
38984              codes are needed.
38985      Branch: perl
38986            ! regexec.c
38987 ____________________________________________________________________________
38988 [  7880] By: jhi                                   on 2000/11/27  04:50:07
38989         Log: Clean .exists deeper.
38990      Branch: perl
38991            ! Makefile.SH
38992 ____________________________________________________________________________
38993 [  7879] By: jhi                                   on 2000/11/27  02:31:35
38994         Log: The code in regcppop() (see #7878) contains the correct lower
38995              limit for the unused submatch 'cleanup' loop so that under
38996              "use utf8" the following code wouldn't dump core:
38997              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
38998              the cleanup loop in regtry() stomped beyond allocated area
38999              in the startp[] array.  Therefore, copied the correct lower
39000              loop limit (*PL_reglastparen) to regtry().  Note: something
39001              may still not be quite right: why was the _higher_ loop limit
39002              (prog->nparens) different in the utf8 case?
39003              
39004              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
39005              without core dumps, there were about 17 of them before
39006              the patch (with us since Perl 5.7.0).  Two failures, still:
39007              496 and 505 (though these may not be severe).
39008              
39009              Patch #7881 is also needed since both the cleanup loops
39010              seem to be needed.
39011              
39012              Also, the t/op/pat#44 seems to core dump under utf8.
39013              Plus a couple of failures.  UGH-8.
39014      Branch: perl
39015            ! regexec.c
39016 ____________________________________________________________________________
39017 [  7878] By: jhi                                   on 2000/11/27  02:21:17
39018         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
39019              the code in regcppop() seems to be redundant for the test suite --
39020              but it contains a germ of truth, and it needed for the build
39021              process itself: see #7879 and #7881.
39022      Branch: perl
39023            ! regexec.c
39024 ____________________________________________________________________________
39025 [  7877] By: jhi                                   on 2000/11/27  01:53:09
39026         Log: Comment on comment.
39027      Branch: perl
39028            ! regexec.c
39029 ____________________________________________________________________________
39030 [  7876] By: jhi                                   on 2000/11/27  00:49:59
39031         Log: Adjust the docs to agree with #7875.
39032      Branch: perl
39033            ! pod/perllocale.pod
39034 ____________________________________________________________________________
39035 [  7875] By: jhi                                   on 2000/11/27  00:49:27
39036         Log: Retract #7863.  It makes more sense not to taint formatted output,
39037              not even by sprintf().
39038      Branch: perl
39039            ! sv.c
39040 ____________________________________________________________________________
39041 [  7874] By: jhi                                   on 2000/11/26  23:36:02
39042         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
39043              Not really fixed (should really dump the UTF-8 charclass),
39044              but stopped displaying the garbage.
39045              
39046              Also add a note on the (missing) Unicode PSXSPC and BLANK.
39047      Branch: perl
39048            ! regcomp.c
39049 ____________________________________________________________________________
39050 [  7873] By: jhi                                   on 2000/11/26  21:31:13
39051         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
39052      Branch: perl
39053            ! regexec.c
39054 ____________________________________________________________________________
39055 [  7872] By: jhi                                   on 2000/11/26  21:06:04
39056         Log: No need to scan till infinity, 13 is enough.
39057      Branch: perl
39058            ! handy.h utf8.c
39059 ____________________________________________________________________________
39060 [  7871] By: jhi                                   on 2000/11/26  20:20:32
39061         Log: Test line numbers are different with utf8.
39062      Branch: perl
39063            ! t/op/re_tests
39064 ____________________________________________________________________________
39065 [  7870] By: jhi                                   on 2000/11/26  20:10:12
39066         Log: Message nit.
39067      Branch: perl
39068            ! regcomp.c
39069 ____________________________________________________________________________
39070 [  7869] By: jhi                                   on 2000/11/26  19:01:05
39071         Log: Make utf8_length() and utf8_distance() (the latter of which
39072              is unused at the moment) to be less forgiving about bad UTF-8.
39073      Branch: perl
39074            ! embed.h embed.pl objXSUB.h proto.h utf8.c
39075 ____________________________________________________________________________
39076 [  7868] By: jhi                                   on 2000/11/26  18:45:56
39077         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
39078              From: Benjamin Holzman <bah@ecnvantage.com>
39079              Date: Sat, 25 Nov 2000 20:40:20 -0500       
39080              Message-ID: <20001125204020.A25040@ecnvantage.com>              
39081              
39082              Debian allows installing /usr/bin/locale without installing
39083              any locales, an error message will ensue.
39084      Branch: perl
39085            ! t/pragma/locale.t
39086 ____________________________________________________________________________
39087 [  7867] By: jhi                                   on 2000/11/26  18:31:12
39088         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
39089              From: Benjamin Holzman <bah@ecnvantage.com>
39090              Date: Sun, 26 Nov 2000 02:42:34 -0500
39091              Message-ID: <20001126024234.G25040@ecnvantage.com>
39092              
39093              Patch for the bug 20000212.002.
39094      Branch: perl
39095            ! sv.c t/op/array.t
39096 ____________________________________________________________________________
39097 [  7866] By: jhi                                   on 2000/11/26  18:28:09
39098         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
39099              From: Tim Jenness <t.jenness@jach.hawaii.edu>
39100              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
39101              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
39102              
39103              File::Temp 0.11.
39104      Branch: perl
39105            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
39106 ____________________________________________________________________________
39107 [  7865] By: jhi                                   on 2000/11/26  18:24:22
39108         Log: The metaconfig unit change for #7864.
39109      Branch: metaconfig/U/perl
39110            ! need_va_copy.U
39111 ____________________________________________________________________________
39112 [  7864] By: jhi                                   on 2000/11/26  18:23:41
39113         Log: Make the va_copy() test not to be so talkative.
39114      Branch: perl
39115            ! Configure config_h.SH
39116 ____________________________________________________________________________
39117 [  7863] By: jhi                                   on 2000/11/26  18:11:02
39118         Log: Fix locale inconsistencies unearthed by Hugo's work.
39119              Now the floating point sprintf really does taint the result
39120              string as perllocale promises (has promised for a long time)
39121              if "use locale" is in the lexical scope.
39122      Branch: perl
39123            ! sv.c t/pragma/locale.t
39124 ____________________________________________________________________________
39125 [  7862] By: jhi                                   on 2000/11/26  00:35:15
39126         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
39127              From: Nicholas Clark <nick@ccl4.org>
39128              Date: Sun, 26 Nov 2000 00:07:50 +0000
39129              Message-ID: <20001126000750.A22446@plum.flirble.org>
39130              
39131              Infinit.
39132      Branch: perl
39133            ! sv.c
39134 ____________________________________________________________________________
39135 [  7861] By: jhi                                   on 2000/11/26  00:01:26
39136         Log: Integrate perlio.
39137      Branch: perl
39138           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
39139 ____________________________________________________________________________
39140 [  7860] By: nick                                  on 2000/11/25  22:04:17
39141         Log: Correct relative path from new ext\Filter\Util\Call location
39142              back to miniperl.
39143      Branch: perlio
39144            ! win32/makefile.mk
39145 ____________________________________________________________________________
39146 [  7859] By: nick                                  on 2000/11/25  21:26:54
39147         Log: Integrate mainline.
39148      Branch: perlio
39149           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
39150           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
39151           +> t/lib/filter-util.t
39152            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
39153            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
39154            - t/lib/filt-util.t
39155           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
39156           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
39157           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
39158           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
39159           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
39160           !> win32/makefile.mk
39161 ____________________________________________________________________________
39162 [  7858] By: gsar                                  on 2000/11/25  20:52:17
39163         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
39164              parent's memory; fix it by keeping track of the actual pad
39165              offset rather than a raw pointer (this change is probably also
39166              relevant to non-ithreads case to avoid fallout from reallocs of
39167              the pad array, but is currently only enabled for the ithreads
39168              case in the interests of minimal disruption to existing "well
39169              tested" code)
39170      Branch: perl
39171            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
39172            ! proto.h scope.c scope.h sv.c t/op/fork.t
39173 ____________________________________________________________________________
39174 [  7857] By: nick                                  on 2000/11/25  20:01:28
39175         Log: All tests pass on Win32/gcc/USE_PERLIO.
39176              - when crlf layer is pushed make unix-level binary.
39177              - remove :crlf injection in pp_backtick in pp_sys.c
39178              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
39179      Branch: perlio
39180            ! doio.c perlio.c pp_sys.c win32/makefile.mk
39181 ____________________________________________________________________________
39182 [  7856] By: jhi                                   on 2000/11/25  18:38:30
39183         Log: Update the metaconfig units for #7855.
39184      Branch: metaconfig/U/perl
39185            ! useperlio.U usesocks.U
39186 ____________________________________________________________________________
39187 [  7855] By: jhi                                   on 2000/11/25  18:37:54
39188         Log: Undo the SOCKS workarounds, instead start using PerlIO
39189              if SOCKS is selected.
39190              
39191              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
39192              From: Jens Hamisch <jens@Strawberry.COM>
39193              Date: Fri, 24 Nov 2000 18:31:30 +0100
39194              Message-ID: <20001124183130.E28337@Strawberry.COM>
39195              
39196              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
39197              From: Jens Hamisch <jens@Strawberry.COM>
39198              Date: Fri, 24 Nov 2000 19:11:51 +0100
39199              Message-ID: <20001124191151.A28753@Strawberry.COM>
39200      Branch: perl
39201            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
39202            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
39203 ____________________________________________________________________________
39204 [  7854] By: jhi                                   on 2000/11/25  17:39:08
39205         Log: Undo #7848.  Some of the code seems to use walkoptree(),
39206              some walkoptree_slow().  An unfinished renaming?
39207              Now the sub is walkoptree() (which is @EXPORT_OK),
39208              the walkoptree_slow() is a typeglob alias to walkoptree.
39209              This makes the tests to pass, at least.
39210      Branch: perl
39211            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
39212 ____________________________________________________________________________
39213 [  7853] By: nick                                  on 2000/11/24  22:24:33
39214         Log: Re-arrange crlf vs binary for platforms that care.
39215              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
39216              Lip-service to making stdio layer work on such platfroms (untested).
39217              Now fails 3 tests rather than one, checkin to see if I can debug 
39218              the issue under linux. (Do not merge.)
39219      Branch: perlio
39220            ! doio.c perlio.c perliol.h
39221 ____________________________________________________________________________
39222 [  7852] By: jhi                                   on 2000/11/24  18:57:39
39223         Log: AUTHORS edits.
39224      Branch: perl
39225            ! AUTHORS
39226 ____________________________________________________________________________
39227 [  7851] By: jhi                                   on 2000/11/24  17:34:56
39228         Log: Add Jan-Erik Karlsson.
39229      Branch: perl
39230            ! AUTHORS
39231 ____________________________________________________________________________
39232 [  7850] By: jhi                                   on 2000/11/24  17:27:56
39233         Log: Configure should find stdchar on its own.
39234      Branch: perl
39235            ! hints/solaris_2.sh
39236 ____________________________________________________________________________
39237 [  7849] By: jhi                                   on 2000/11/24  17:24:55
39238         Log: Subject: PATCH over 7848: Filter test flawed
39239              From: andreas.koenig@anima.de (Andreas J. Koenig)
39240              Date: 24 Nov 2000 10:28:29 +0100
39241              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
39242      Branch: perl
39243            ! t/lib/filter-util.t
39244 ____________________________________________________________________________
39245 [  7848] By: jhi                                   on 2000/11/24  17:22:15
39246         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
39247              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
39248              Date: Fri, 24 Nov 2000 16:12:58 +0000
39249              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
39250      Branch: perl
39251            ! ext/B/B.pm
39252 ____________________________________________________________________________
39253 [  7847] By: jhi                                   on 2000/11/24  03:07:01
39254         Log: Integrate perlio.
39255      Branch: perl
39256           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
39257           !> win32/makefile.mk
39258 ____________________________________________________________________________
39259 [  7846] By: gsar                                  on 2000/11/24  00:55:57
39260         Log: integrate changes#6415..6418,6420..6438 from mainline
39261              
39262              Fix the bitvector ops for utf8 (tricky since past 7 bits
39263              the utf8 'characters' can be more than one octet).
39264              
39265              MPE/ix updates for perl 5.6.0 from Mark Bixby.
39266              
39267              Subject: SDBM_File documentation
39268              
39269              Detypo.
39270              
39271              Decutandpasto.
39272              
39273              Send all installperl messages to STDERR and be -w clean.
39274              
39275              Out-of-date note removed.
39276              
39277              Protect against "wild next"s, that is, callbacks doing "next"
39278              instead of "return".
39279              
39280              Use STDOUT consistently.
39281              
39282              The output might have been produced in the wrong order.
39283              
39284              A missing 'break' after the [[:space:]] switch case.
39285              
39286              Add tests for
39287              [ID 19991110.003] another matching finding by pcre author
39288              which has already been fixed by some patch, as verified in
39289              
39290              Documentation to explain the behaviour of map().
39291              
39292              Add an optimization for map-maps-a-list-element-to-more-list-elements
39293              case, but add also notes explaining the relationship of this
39294              patch and the earlier notes by Sarathy.
39295              
39296              Subject: [ID 20000716.023] syslog test fails without sockets
39297              
39298              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
39299              Test cases for #6431.
39300              
39301              File::Spec::VMS fixup for tmpdir from Craig Berry.
39302              
39303              Make the "uninit variable" warning to say "concat or string"
39304              or "join or string" when in concat or join .
39305              
39306              Get UTF16 BOMs working.  Patch from
39307              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
39308              
39309              Subject: [PATCH] Make large file tests deal with SIGXFSZ
39310              
39311              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
39312              
39313              Subject: [PATCH] av.c apidoc
39314      Branch: maint-5.6/perl
39315           !> (integrate 43 files)
39316 ____________________________________________________________________________
39317 [  7845] By: gsar                                  on 2000/11/24  00:20:45
39318         Log: integrate changes#6406..6414 from mainline
39319              
39320              Merge perlhacktut into perlhack, update perlguts.
39321              
39322              Fix AutoSplit to use File::Spec the right way in VMS,
39323              from Peter Prymmer.
39324              
39325              The bug report
39326              [ID 19991110.002] minimal matching discrepancy found by pcre author
39327              seems to have been fixed (though differently from what was suggested
39328              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
39329              
39330              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
39331              not in pod, from Peter Prymmer
39332              
39333              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
39334              From: Hugo <hv@crypt.compulink.co.uk>
39335              Date: Fri, 14 Jul 2000 23:05:20 +0100
39336              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
39337              
39338              Didn't anymore apply, but that point still could use another fix.
39339              
39340              lib/b test fixes from Peter Prymmer.
39341              
39342              More docs for sv functions.
39343              
39344              perlvms.pod whitespace cleanup to keep pod utils happy.
39345              
39346              another VMS build tweak from Peter Prymmer
39347      Branch: maint-5.6/perl
39348           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
39349           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
39350           !> vms/descrip_mms.template vms/perlvms.pod
39351 ____________________________________________________________________________
39352 [  7844] By: nick                                  on 2000/11/23  23:42:45
39353         Log: Win32/perlio Now just fails one io/argv.t test - lack 
39354              of default :crlf on standard streams.
39355      Branch: perlio
39356            ! doio.c perlio.c
39357 ____________________________________________________________________________
39358 [  7843] By: nick                                  on 2000/11/23  23:04:05
39359         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
39360              peek fail is showing a real problem (multiple crlf layers
39361              are getting pushed.)
39362      Branch: perlio
39363            ! doio.c perlio.c win32/makefile.mk
39364 ____________________________________________________________________________
39365 [  7842] By: nick                                  on 2000/11/23  19:46:23
39366         Log: Implement PerlIO_binmode()
39367              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
39368              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
39369              make binmode in t/lib/io_tell.t unconditional so that works.
39370              Checkin just so Win32 machine can see these changes.
39371      Branch: perlio
39372            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
39373 ____________________________________________________________________________
39374 [  7841] By: jhi                                   on 2000/11/23  19:30:00
39375         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
39376      Branch: perl
39377            ! README.amiga
39378 ____________________________________________________________________________
39379 [  7840] By: jhi                                   on 2000/11/23  17:18:02
39380         Log: SOCKS wrestling continues, patches from Jens Hamisch.
39381      Branch: perl
39382            ! doio.c embed.h embed.pl perlsdio.h proto.h
39383 ____________________________________________________________________________
39384 [  7839] By: jhi                                   on 2000/11/23  16:54:14
39385         Log: Push Filter::Util::Call one level deeper.
39386      Branch: perl
39387            + t/lib/filter-util.t
39388           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
39389           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
39390            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
39391            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
39392            - t/lib/filt-util.t
39393            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
39394            ! win32/Makefile win32/makefile.mk
39395 ____________________________________________________________________________
39396 [  7838] By: jhi                                   on 2000/11/23  16:52:40
39397         Log: Reach back one higher up when searching for PERL_SRC.
39398      Branch: perl
39399            ! lib/ExtUtils/MM_Unix.pm
39400 ____________________________________________________________________________
39401 [  7837] By: jhi                                   on 2000/11/23  16:05:41
39402         Log: Subject: Re: perl@7826
39403              Date: Thu, 23 Nov 2000 02:20:25 -0600
39404              From: "Craig A. Berry" <craigberry@mac.com>
39405              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
39406              
39407              Make VMS to like Filter::Util::Call. 
39408      Branch: perl
39409            ! configure.com ext/Filter/Util/Makefile.PL
39410 ____________________________________________________________________________
39411 [  7836] By: nick                                  on 2000/11/23  16:04:08
39412         Log: Implement crlf layer - not ready for merge.
39413      Branch: perlio
39414            ! perlio.c win32/makefile.mk
39415 ____________________________________________________________________________
39416 [  7835] By: jhi                                   on 2000/11/23  15:56:52
39417         Log: STDCHAR is different in Sparc v9 vs x86.
39418      Branch: perl
39419            ! hints/solaris_2.sh
39420 ____________________________________________________________________________
39421 [  7834] By: jhi                                   on 2000/11/23  15:50:47
39422         Log: The type needs to be visible to protos.
39423      Branch: perl
39424            ! perl.h
39425 ____________________________________________________________________________
39426 [  7833] By: jhi                                   on 2000/11/23  15:40:46
39427         Log: Finish unfinished SOCKS workaround changes.
39428      Branch: perl
39429            ! doio.c
39430 ____________________________________________________________________________
39431 [  7832] By: jhi                                   on 2000/11/23  15:33:30
39432         Log: Integrate perlio.
39433      Branch: perl
39434           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
39435           !> win32/makefile.mk
39436 ____________________________________________________________________________
39437 [  7831] By: nick                                  on 2000/11/23  10:31:07
39438         Log: Correct makefile.mk dependancies for ext/Filter/Util
39439              Build ext/Encode
39440              Run dmake regen_config_h
39441      Branch: perlio
39442            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
39443            ! win32/makefile.mk
39444 ____________________________________________________________________________
39445 [  7830] By: nick                                  on 2000/11/23  08:05:07
39446         Log: Integrate mainline
39447      Branch: perlio
39448           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
39449           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
39450           +> t/lib/filt-util.pl t/lib/filt-util.t
39451           !> (integrate 41 files)
39452 ____________________________________________________________________________
39453 [  7829] By: gsar                                  on 2000/11/23  03:07:11
39454         Log: build the Filter extension on windows
39455      Branch: perl
39456            ! win32/Makefile win32/makefile.mk
39457 ____________________________________________________________________________
39458 [  7828] By: gsar                                  on 2000/11/23  02:46:35
39459         Log: regenerate win32/config* and fix some inconsistencies in the
39460              makefiles; always export Perl_deb() because it is needed
39461              by ext/re/* (whether perl itself is built with -DDEBUGGING
39462              or not)
39463      Branch: perl
39464            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
39465            ! win32/config_H.vc win32/makefile.mk
39466 ____________________________________________________________________________
39467 [  7827] By: gsar                                  on 2000/11/23  02:18:38
39468         Log: get sources building on windows+MSVC again (untested with other
39469              compilers)
39470      Branch: perl
39471            ! win32/include/sys/socket.h win32/perllib.c
39472 ____________________________________________________________________________
39473 [  7826] By: jhi                                   on 2000/11/23  01:18:26
39474         Log: Update Changes.
39475      Branch: perl
39476            ! Changes patchlevel.h
39477 ____________________________________________________________________________
39478 [  7825] By: jhi                                   on 2000/11/23  00:20:41
39479         Log: Subject: Re: av.c patch (having slight problems)
39480              From: "Ben Tilly" <ben_tilly@hotmail.com>
39481              Date: Tue, 21 Nov 2000 23:29:31 -0500
39482              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
39483              
39484              unshift() speedup.
39485      Branch: perl
39486            ! av.c
39487 ____________________________________________________________________________
39488 [  7824] By: jhi                                   on 2000/11/22  23:59:15
39489         Log: Fixes for signedness warnings noticed by VMSperlers.
39490      Branch: perl
39491            ! ext/Storable/Storable.xs regcomp.c sv.c
39492 ____________________________________________________________________________
39493 [  7823] By: jhi                                   on 2000/11/22  23:19:31
39494         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
39495              From: Peter Prymmer <pvhp@forte.com>
39496              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
39497              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
39498      Branch: perl
39499            ! t/pragma/warn/pp_hot
39500 ____________________________________________________________________________
39501 [  7822] By: jhi                                   on 2000/11/22  22:52:20
39502         Log: Be clean.
39503      Branch: perl
39504            ! Makefile.SH
39505 ____________________________________________________________________________
39506 [  7821] By: jhi                                   on 2000/11/22  22:46:39
39507         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
39508              by Damian Conway, as suggested by Paul Marquess.
39509      Branch: perl
39510            + lib/Filter/Simple.pm
39511 ____________________________________________________________________________
39512 [  7820] By: jhi                                   on 2000/11/22  22:45:51
39513         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
39514      Branch: perl
39515            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
39516            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
39517            + t/lib/filt-util.t
39518            ! MANIFEST
39519 ____________________________________________________________________________
39520 [  7819] By: jhi                                   on 2000/11/22  22:03:27
39521         Log: Integrate perlio.
39522      Branch: perl
39523           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
39524           !> win32/makefile.mk
39525 ____________________________________________________________________________
39526 [  7818] By: jhi                                   on 2000/11/22  21:56:02
39527         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
39528      Branch: perl
39529            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
39530            ! t/lib/io_sock.t
39531 ____________________________________________________________________________
39532 [  7817] By: jhi                                   on 2000/11/22  21:39:49
39533         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
39534              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39535              Date: Wed, 22 Nov 2000 16:08:12 -0500
39536              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
39537      Branch: perl
39538            ! lib/ExtUtils/Liblist.pm
39539 ____________________________________________________________________________
39540 [  7816] By: jhi                                   on 2000/11/22  21:38:25
39541         Log: Go ahead and #include <unistd.h> in perl.h.
39542      Branch: perl
39543            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
39544            ! util.c
39545 ____________________________________________________________________________
39546 [  7815] By: jhi                                   on 2000/11/22  21:22:52
39547         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
39548              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39549              Date: Mon, 20 Nov 2000 18:30:52 -0500
39550              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
39551      Branch: perl
39552            ! pod/perlre.pod regcomp.c t/op/re_tests
39553 ____________________________________________________________________________
39554 [  7814] By: jhi                                   on 2000/11/22  21:21:46
39555         Log: Subject: [PATCH 5.7.0] Liblist finally works
39556              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39557              Date: Tue, 21 Nov 2000 22:02:17 -0500
39558              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
39559      Branch: perl
39560            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
39561            ! lib/ExtUtils/MakeMaker.pm
39562 ____________________________________________________________________________
39563 [  7813] By: jhi                                   on 2000/11/22  21:20:23
39564         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
39565              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39566              Date: Wed, 22 Nov 2000 17:53:15 +0100
39567              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
39568              
39569              AIX dynaloader and perlio patch.
39570      Branch: perl
39571            ! ext/DynaLoader/dl_aix.xs
39572 ____________________________________________________________________________
39573 [  7812] By: jhi                                   on 2000/11/22  21:17:52
39574         Log: (Accidentally empty patch.)
39575      Branch: perl
39576            ! av.c
39577 ____________________________________________________________________________
39578 [  7811] By: jhi                                   on 2000/11/22  21:16:31
39579         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
39580              From: Peter Prymmer <pvhp@forte.com>
39581              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
39582              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
39583      Branch: perl
39584            ! vms/test.com
39585 ____________________________________________________________________________
39586 [  7810] By: jhi                                   on 2000/11/22  21:15:36
39587         Log: Subject: Re: perl@7777 
39588              From: "John P. Linderman" <jpl@research.att.com>
39589              Date: Wed, 22 Nov 2000 13:11:11 -0500
39590              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
39591              
39592              Detypoing.
39593      Branch: perl
39594            ! lib/CPAN.pm
39595 ____________________________________________________________________________
39596 [  7809] By: jhi                                   on 2000/11/22  21:14:19
39597         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
39598              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
39599              Date:     Wed, 22 Nov 2000 13:51:37 EST
39600              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
39601      Branch: perl
39602            ! perlsdio.h
39603 ____________________________________________________________________________
39604 [  7808] By: jhi                                   on 2000/11/22  21:13:27
39605         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
39606              From: Casey Tweten <crt@kiski.net>
39607              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
39608              Message-Id: <200011201653.LAA10194@home.kiski.net>
39609      Branch: perl
39610            ! t/lib/io_udp.t
39611 ____________________________________________________________________________
39612 [  7807] By: jhi                                   on 2000/11/22  21:12:35
39613         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
39614              From: Casey Tweten <crt@kiski.net>
39615              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
39616              Message-Id: <200011201636.LAA07227@home.kiski.net>
39617      Branch: perl
39618            ! t/lib/io_sock.t
39619 ____________________________________________________________________________
39620 [  7806] By: jhi                                   on 2000/11/22  21:10:59
39621         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
39622              From: "Casey R. Tweten" <crt@kiski.net>
39623              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
39624              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
39625      Branch: perl
39626            ! utils/h2xs.PL
39627 ____________________________________________________________________________
39628 [  7805] By: nick                                  on 2000/11/22  21:05:06
39629         Log: Integrate mainline
39630      Branch: perlio
39631           !> Changes Porting/genlog ext/DB_File/DB_File.xs
39632           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
39633           !> utils/perlbug.PL
39634 ____________________________________________________________________________
39635 [  7804] By: jhi                                   on 2000/11/22  21:01:12
39636         Log: Subject: [PATCH] Test.pm POD peculiarity
39637              From: "Casey R. Tweten" <crt@kiski.net>
39638              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
39639              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
39640      Branch: perl
39641            ! lib/Test.pm
39642 ____________________________________________________________________________
39643 [  7803] By: jhi                                   on 2000/11/22  20:59:59
39644         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
39645              From: "Philip Newton" <pnewton@gmx.de>
39646              Date: Wed, 22 Nov 2000 14:25:53 +0100
39647              Message-Id: <3A1BD771.25462.1939FAD@localhost>
39648              
39649              Be case-understanding also on 's', and use the -oi of sendmail
39650              not to terminate the transmission on a lone '.'.
39651      Branch: perl
39652            ! utils/perlbug.PL
39653 ____________________________________________________________________________
39654 [  7802] By: nick                                  on 2000/11/22  20:51:42
39655         Log: Win32 PerlIO intermediate state now working as expected.
39656              - In current state we are still using C runtime in text/binary
39657              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
39658              - PERLIO=stdio and PERLIO=unix pass all expected tests.
39659              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
39660              and PerlIO_seek() and the dummy crlf layer is not making adjustments
39661              for CRLF translation happening in C runtime. All other tests pass.
39662              
39663              Added note to README.win32 to point out the snags of doing a perl build
39664              with Norton AntiVirus turned on.
39665              
39666              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
39667              which file a fail comes from.
39668              
39669              Updated "canned" config.h to match the one generated.
39670      Branch: perlio
39671            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
39672            ! win32/makefile.mk
39673 ____________________________________________________________________________
39674 [  7801] By: jhi                                   on 2000/11/22  06:50:20
39675         Log: Nickety nits.
39676      Branch: perl
39677            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
39678 ____________________________________________________________________________
39679 [  7800] By: jhi                                   on 2000/11/22  01:29:55
39680         Log: Changes had accidentally gone too silent on non-main branches.
39681      Branch: perl
39682            ! Changes Porting/genlog patchlevel.h
39683 ____________________________________________________________________________
39684 [  7799] By: gsar                                  on 2000/11/22  01:02:56
39685         Log: some lib_pm.PL changes snuck in via change#7772
39686      Branch: maint-5.6/perl
39687            ! Makefile.SH
39688 ____________________________________________________________________________
39689 [  7798] By: nick                                  on 2000/11/21  21:59:40
39690         Log: Integrate mainline
39691      Branch: perlio
39692           !> (integrate 28 files)
39693 ____________________________________________________________________________
39694 [  7797] By: jhi                                   on 2000/11/21  21:01:45
39695         Log: Integrate perlio.
39696      Branch: perl
39697           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
39698 ____________________________________________________________________________
39699 [  7796] By: nick                                  on 2000/11/21  20:36:22
39700         Log: Win32 builds and runs (mostly) with USE_PERLIO.
39701              PERLIO=perlio passes all tests. 
39702              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
39703      Branch: perlio
39704            ! perlio.c win32/perllib.c win32/win32.c
39705 ____________________________________________________________________________
39706 [  7795] By: jhi                                   on 2000/11/21  19:03:44
39707         Log: Update Changes.
39708      Branch: perl
39709            ! Changes patchlevel.h
39710 ____________________________________________________________________________
39711 [  7794] By: jhi                                   on 2000/11/21  18:56:34
39712         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
39713              From: "Craig A. Berry" <craigberry@mac.com>
39714              Date: Mon, 20 Nov 2000 20:27:06 -0600
39715              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
39716              
39717              A cut-and-pasto.
39718      Branch: perl
39719            ! perlio.h
39720 ____________________________________________________________________________
39721 [  7793] By: jhi                                   on 2000/11/21  18:54:41
39722         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
39723              From: Dominic Dunlop <domo@computer.org> 
39724              Date: Mon, 20 Nov 2000 18:55:29 +0100
39725              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
39726              
39727              va_copy() and the need of it.
39728              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
39729      Branch: metaconfig/U/perl
39730            + need_va_copy.U
39731      Branch: perl
39732            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39733            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
39734            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
39735            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
39736            ! win32/config.bc win32/config.gc win32/config.vc
39737 ____________________________________________________________________________
39738 [  7792] By: jhi                                   on 2000/11/21  17:04:10
39739         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
39740      Branch: perl
39741           !> scope.h
39742 ____________________________________________________________________________
39743 [  7791] By: jhi                                   on 2000/11/21  17:01:16
39744         Log: Export the SOCKS workaround symbols only if necessary.
39745      Branch: perl
39746            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
39747 ____________________________________________________________________________
39748 [  7790] By: nick                                  on 2000/11/20  23:57:11
39749         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
39750      Branch: perlio
39751            ! scope.h
39752 ____________________________________________________________________________
39753 [  7789] By: nick                                  on 2000/11/20  23:38:33
39754         Log: Integrate mainline
39755      Branch: perlio
39756           +> lib/File/Spec/Epoc.pm
39757           !> (integrate 34 files)
39758 ____________________________________________________________________________
39759 [  7788] By: nick                                  on 2000/11/20  23:20:18
39760         Log: Make extra buffer layer work (dummy crlf layer)
39761      Branch: perlio
39762            ! doio.c perlio.c perlio.h
39763 ____________________________________________________________________________
39764 [  7787] By: jhi                                   on 2000/11/20  22:44:04
39765         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
39766              From: Peter Prymmer <pvhp@forte.com>
39767              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
39768              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
39769      Branch: perl
39770            ! t/pragma/locale.t
39771 ____________________________________________________________________________
39772 [  7786] By: jhi                                   on 2000/11/20  22:29:10
39773         Log: Subject: DOC PATCH 5.6.0 perlreftut
39774              From: mjd@plover.com
39775              Date: 20 Nov 2000 19:45:06 -0000
39776              Message-ID: <20001120194506.9505.qmail@plover.com>
39777      Branch: perl
39778            ! pod/perlreftut.pod
39779 ____________________________________________________________________________
39780 [  7785] By: jhi                                   on 2000/11/20  22:27:44
39781         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
39782              From: David Dyck <dcd@tc.fluke.com>
39783              Date: Mon, 20 Nov 2000 11:43:40 -0800
39784              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
39785      Branch: perl
39786            ! lib/Cwd.pm
39787 ____________________________________________________________________________
39788 [  7784] By: jhi                                   on 2000/11/20  22:23:21
39789         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
39790              Date: Mon, 20 Nov 2000 17:06:10 -0500
39791              To: Mailing list Perl5 <perl5-porters@perl.org>
39792              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
39793      Branch: perl
39794            ! pp_ctl.c t/op/pat.t
39795 ____________________________________________________________________________
39796 [  7783] By: jhi                                   on 2000/11/20  22:11:18
39797         Log: Subject: [PATCH] doop.c - UTF8 tr///               
39798              From: Simon Cozens <simon@cozens.net>
39799              Date: Sat, 18 Nov 2000 18:49:30 +0000
39800              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
39801              
39802              Subject: Re: [PATCH] doop.c - UTF8 tr///           
39803              From: Simon Cozens <simon@cozens.net>
39804              Date: Mon, 20 Nov 2000 20:45:22 +0000
39805              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
39806              
39807              Make tr on UTF-8 better but still not correct.
39808      Branch: perl
39809            ! doop.c
39810 ____________________________________________________________________________
39811 [  7782] By: jhi                                   on 2000/11/20  22:02:16
39812         Log: Remove the shared object before attempting to create
39813              (by linking) a new one.  E.g. in AIX not removing
39814              becomes quite painful if one tries to do more than one
39815              build in the same tree (an interrupted build, for example),
39816              since the AIX' shared dynaloader seemingly keeps the shared
39817              objects open and therefore 'busy' for quite a while, even when
39818              nobody is using the objects, leading into link failures.
39819      Branch: perl
39820            ! lib/ExtUtils/MM_Unix.pm
39821 ____________________________________________________________________________
39822 [  7781] By: gsar                                  on 2000/11/20  19:02:55
39823         Log: type mismatch due to faulty integration
39824      Branch: maint-5.6/perl
39825            ! toke.c win32/Makefile
39826 ____________________________________________________________________________
39827 [  7780] By: gsar                                  on 2000/11/20  17:31:55
39828         Log: integrate changes#6392,6394..6399,6401..6404
39829              
39830              The {multiplier} of a fixed substring was overlooked which
39831              caused a wrong initial search offset for that substring.
39832              
39833              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
39834              From: Hugo <hv@crypt.compulink.co.uk>
39835              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
39836              Date: Thu, 13 Jul 2000 19:27:13 +0100
39837              
39838              Fix the BOM bug: not a byteorder bug, a signedness bug.
39839              
39840              Replace change #6337 with a better one.
39841              
39842              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
39843              From: Hugo <hv@crypt.compulink.co.uk>
39844              Date: Fri, 14 Jul 2000 04:16:20 +0100
39845              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
39846              
39847              MakeMaker should not remove editor backups (*~) on `make clean`
39848              by default (completes change#6383)
39849              
39850              move new variables to the end of the interpreter structure (for
39851              bincompat in code that doesn't #include XSUB.h)
39852              
39853              rename totally bletcherous SvLOCK() thingy (doesn't do what the
39854              name suggests anyway)
39855              
39856              various cleanups (typos, misformatted code, and small bugs)
39857              
39858              typecasts needed for change#6394
39859              
39860              typos in change#6399, regen headers
39861              
39862              inconsistent types needs casts
39863              
39864              PERL_OBJECT build tweaks
39865      Branch: maint-5.6/perl
39866           !> MANIFEST doop.c embed.h embed.pl embedvar.h
39867           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
39868           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
39869           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
39870           !> toke.c util.c
39871 ____________________________________________________________________________
39872 [  7779] By: gsar                                  on 2000/11/20  17:06:29
39873         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
39874              
39875              Cosmetics and perldelta.
39876              
39877              Fix nits noticed by Boston.pm.
39878              
39879              Do the cc sanity check both before the hints and
39880              after the cc selction.
39881              
39882              get sprintf.t to adjust properly for 3-digit exponents
39883              
39884              don't clobber *.orig files on *clean targets
39885              
39886              fix bugs in processing %v-*d and similar format specs (from
39887              Avi Finkel <avi@finkel.org>)
39888              
39889              sprintf test tweaks (from Dominic Dunlop)
39890              
39891              new selfloader.t in change#6183 doesn't close DATA handles,
39892              and thus fails to clean up tmp files on dosish platforms
39893              
39894              typos (spotted by Peter Prymmer)
39895              
39896              typo fix from Craig Berry
39897      Branch: maint-5.6/perl
39898           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
39899           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
39900           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
39901           !> x2p/Makefile.SH
39902 ____________________________________________________________________________
39903 [  7778] By: gsar                                  on 2000/11/20  16:46:51
39904         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
39905              
39906              Subject: Re: format bug report  [Patch]
39907              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39908              Date: Wed, 05 Jul 2000 13:12:52 +0200
39909              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
39910              
39911              Subject: Re: format bug report  [Patch]
39912              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39913              Date: Wed, 05 Jul 2000 14:10:01 +0200
39914              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
39915              
39916              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
39917              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
39918              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
39919              Date: Fri, 07 Jul 2000 17:57:16 +0100
39920              
39921              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
39922              To: perl5-porters@perl.org
39923              From: Karsten Sperling <spiff@phreax.net>
39924              Date: Mon, 10 Jul 2000 15:12:52 +0200
39925              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
39926              
39927              README.posix-bc podified from Thomas Dorner.
39928              
39929              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
39930              From: Dominic Dunlop <domo@computer.org>
39931              Date: Tue, 11 Jul 2000 12:27:33 +0200
39932              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
39933              
39934              Typo in #6341.
39935              
39936              Fix for
39937              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
39938              From: Roderick Schertler <roderick@argon.org>
39939              Date: Tue, 11 Jul 2000 13:55:05 -0400
39940              Message-Id: <200007111755.NAA05077@jones.argon.org>
39941              
39942              Minor cleanups on the booklist.
39943              
39944              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
39945              regen perltoc.
39946              
39947              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
39948      Branch: maint-5.6/perl
39949           +> pod/perlbook.pod
39950           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
39951           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
39952           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
39953 ____________________________________________________________________________
39954 [  7777] By: jhi                                   on 2000/11/20  16:08:49
39955         Log: Update Changes.
39956      Branch: perl
39957            ! Changes patchlevel.h
39958 ____________________________________________________________________________
39959 [  7776] By: jhi                                   on 2000/11/20  15:27:56
39960         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
39961              This may be overly harsh but until proven otherwise, we think this
39962              way, or until we have a simple test for Configure (having to start
39963              up servers is does not count as simple) to check for the problems.
39964      Branch: perl
39965            ! perl.h
39966 ____________________________________________________________________________
39967 [  7775] By: jhi                                   on 2000/11/20  15:22:17
39968         Log: Solaris hints tweaks.
39969      Branch: perl
39970            ! hints/solaris_2.sh
39971 ____________________________________________________________________________
39972 [  7774] By: jhi                                   on 2000/11/20  15:01:20
39973         Log: Add a workaround to SOCKS 64-bit problems.
39974      Branch: perl
39975            ! doio.c embed.h embed.pl perlsdio.h proto.h
39976 ____________________________________________________________________________
39977 [  7773] By: jhi                                   on 2000/11/20  14:51:47
39978         Log: sysseek() instead of seek().
39979      Branch: perl
39980            ! t/lib/syslfs.t
39981 ____________________________________________________________________________
39982 [  7772] By: gsar                                  on 2000/11/20  13:06:23
39983         Log: integrate changes#6315..6319,6321..6331,6333..6338
39984              
39985              Integrate with Sarathy, preliminary fix for unicos
39986              alignment problems in [ID 20000612.002] Perl problem on Cray system.
39987              
39988              some debugger output does not go to the socket when RemotePort is set
39989              
39990              winsock cleanup never done on Windows (leads to handle leaks)
39991              
39992              fix UNC path handling on Windows under ithreads, and chdir()
39993              return value when given a non-existent directory
39994              
39995              Autogenerate pod/Makefile and pod/buildtoc.
39996              buildtoc also checks whether the existin pods are
39997              mentioned in MANIFEST and perl.pod, and vice versa.
39998              (None of the thusly found discrepancies fixed yet.)
39999              roffitall also needs to be autogenerated similarly but it
40000              seems so badly out of date that I didn't touch it yet.
40001              
40002              Config is being used.
40003              
40004              Add =head1 NAMEs so that buildtoc is happy.
40005              (The CGI::Util nit reported to Lincoln.)
40006              
40007              Fix complaints of buildtoc.
40008              
40009              Fix the alignment problem in Crays ([ID 20000612.002]).
40010              
40011              Remove perlbook, update perlfaq book listing,
40012              rearrange perl.pod, regenerate perltoc.
40013              
40014              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
40015              was cast to an unsigned (32-bit) integer with wild abandon.
40016              
40017              winsock options weren't being set in all threads under ithreads
40018              (caused send()s from second and subsequent threads to fail)
40019              
40020              accept() leaks memory on windows due to incorrect ordering of
40021              closesocket() and fclose() calls
40022              
40023              Reorder perl.pod once more.
40024              
40025              More POSIX.pod tweaks.
40026              
40027              Sprinkle ldlibpath.
40028              
40029              Precedence goof, fix based on
40030              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
40031              From: Hugo <hv@crypt.compulink.co.uk>
40032              Date: Tue, 11 Jul 2000 12:52:38 +0100
40033              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
40034              
40035              Subject: PATCH perlguts.pod: Document D and d magic types
40036              From: mjd@plover.com
40037              Date: 5 Jul 2000 18:01:51 -0000
40038              Message-ID: <20000705180151.29413.qmail@plover.com>
40039              
40040              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
40041              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
40042              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
40043              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
40044              
40045              Subject: [PATCH cfgperl] $& segfaults if you trick it
40046              From: simon@brecon.co.uk (Simon Cozens)
40047              Date: 7 Jul 2000 11:26:09 GMT
40048              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
40049              
40050              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
40051              From: Hugo <hv@crypt.compulink.co.uk>
40052              Date: Tue, 11 Jul 2000 12:44:50 +0100
40053              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
40054              
40055              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
40056              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
40057              Date: Tue, 11 Jul 2000 13:50:51 +0100
40058              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
40059      Branch: maint-5.6/perl
40060           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
40061           +> pod/buildtoc.PL
40062            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
40063           !> (integrate 26 files)
40064 ____________________________________________________________________________
40065 [  7771] By: gsar                                  on 2000/11/20  12:31:42
40066         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
40067              6310,6311,6314
40068              
40069              Subject: [PATCH bleedperl] File::Spec 0.82 beta
40070              From: Barrie Slaymaker <barries@jester.slaysys.com>
40071              Date: Wed, 28 Jun 2000 11:35:29 -0400
40072              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
40073              
40074              tweak perlembed for multiplicity/usethreads sanity; correct notes
40075              about Windows
40076              
40077              localize %INC in a Safe compartment so that use/require work
40078              (many other magic globals probably need similar treatment)
40079              
40080              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
40081              when @_ is modified, causing coredumps
40082              
40083              slurp mode fix in change#4736 still not quite right
40084              
40085              Point to perlipc for more SysV IPC examples.
40086              
40087              Elaborate POSIX.pod.  Still needs work.
40088              
40089              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
40090              
40091              fix large memory leak that has been around for ever, masked by
40092              -DPURIFY (most of the arenas were never freed!)
40093              
40094              fix memory leak on Windows (PL_sys_intern contents were never
40095              freed)
40096              
40097              PERL_OBJECT build tweak
40098              
40099              adjust change#6299
40100              
40101              remove rel2abs prototypes (from Barrie Slaymaker)
40102              
40103              missing perldiag entry for unpack("w",...) diagnostic (from
40104              Andreas Koenig)
40105              
40106              better diagnostic on Frob->stuff() when Frob:: doesn't exist
40107              (from Richard Soderberg <rs@oregonnet.com>)
40108              
40109              Win32 patches for cfgperl from Sarathy.
40110              
40111              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
40112              
40113              More POSIX.pod embellishment.
40114              
40115              tyop in change#6306
40116      Branch: maint-5.6/perl
40117           !> (integrate 44 files)
40118 ____________________________________________________________________________
40119 [  7770] By: gsar                                  on 2000/11/20  11:51:00
40120         Log: integrate changes#6268..6282 from cfgperl branch
40121              
40122              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
40123              From: Dominic Dunlop <domo@computer.org>
40124              Date: Thu, 29 Jun 2000 12:32:39 +0200
40125              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
40126              
40127              Regen headers for #6261 (and update embed.pl for this) and #6267,
40128              silence few compiler warnings.
40129              
40130              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
40131              From: Nicholas Clark <nick@talking.bollo.cx>
40132              Date: Fri, 23 Jun 2000 16:21:15 +0100
40133              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
40134              
40135              Subject: PATCH pod/perltie.pod
40136              From: Ian Phillipps <Ian.Phillipps@iname.com>
40137              Date: Fri, 16 Jun 2000 00:17:19 +0100
40138              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
40139              (only the first hunk, the second hunk had already been done
40140              by some other patch)
40141              
40142              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
40143              From: Tom Phoenix <rootbeer@redcat.com>
40144              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
40145              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
40146              
40147              Subject: [PATCH] xsub attributes
40148              From: Doug MacEachern <dougm@covalent.net>
40149              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
40150              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
40151              
40152              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
40153              From: Andy Dougherty <doughera@lafayette.edu>
40154              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
40155              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
40156              
40157              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
40158              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
40159              Date: Tue, 13 Jun 2000 02:43:48 -0500
40160              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
40161              
40162              Subject: [PATCH] Re: eval documentation: context
40163              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
40164              Date: Mon, 12 Jun 2000 15:07:29 +0100
40165              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
40166              
40167              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
40168              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
40169              Date: Mon, 12 Jun 2000 14:55:59 +0100
40170              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
40171              
40172              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
40173              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
40174              Date: Fri, 09 Jun 2000 12:39:27 -0400
40175              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
40176              (plus update the version "number" of Text::Wrap)
40177              
40178              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
40179              From: Tim Ayers <tayers@bridge.com>
40180              Date: Thu, 08 Jun 2000 08:11:06 +0200
40181              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
40182              [resent by Richard Foley, Message-Id probably wrong]
40183              
40184              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
40185              From: rspier@pobox.com (Robert Spier)
40186              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
40187              Message-ID: <14654.31913.845602.610277@rls.cx>
40188              
40189              Subject: [PATCH 5.6.0] utils/h2xs.PL
40190              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
40191              Date: Wed, 7 Jun 2000 04:02:04 -0500
40192              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
40193              
40194              Subject: [PATCH 5.6.0]ITHREADs for VMS
40195              From: Dan Sugalski <dan@sidhe.org>
40196              Date: Tue, 06 Jun 2000 11:59:50 -0400
40197              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
40198      Branch: maint-5.6/perl
40199           !> (integrate 31 files)
40200 ____________________________________________________________________________
40201 [  7769] By: gsar                                  on 2000/11/20  11:29:06
40202         Log: integrate changes#6261..6266 from cfgperl
40203              
40204              Subject: Re: [PATCH cfgperl] BOMs away!
40205              From: simon@brecon.co.uk (Simon Cozens)
40206              Date: 17 Jun 2000 11:49:57 GMT
40207              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
40208              
40209              Subject: 5.6.0 Patch for EPOC
40210              From: Olaf Flebbe <o.flebbe@gmx.de>
40211              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
40212              Message-ID: <23449.960929969@www11.gmx.net>
40213              
40214              tr fixes from Simon Cozens
40215              
40216              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
40217              From: Marty Lucich <marty@netcom.com>
40218              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
40219              Message-Id: <200006282116.OAA11148@netcom.com>
40220              ccdlflags update (the BSD/OS 4.1 part had already been taken
40221              care of by #6141).
40222              
40223              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
40224              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40225              Date: Wed, 28 Jun 2000 17:50:12 -0700
40226              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
40227              
40228              Subject: [PATCH 5.6.0] cygwin port
40229              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
40230              From: "Fifer, Eric" <EFifer@sanwaint.com>
40231              Date: Thu, 29 Jun 2000 12:58:29 +0100
40232      Branch: maint-5.6/perl
40233           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
40234           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
40235           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
40236           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
40237 ____________________________________________________________________________
40238 [  7768] By: gsar                                  on 2000/11/20  11:13:44
40239         Log: integrate changes#6252..6256,6259..6260
40240              
40241              Paranoia tweak on #6249.
40242              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
40243              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
40244              Date: Sun, 25 Jun 2000 23:43:12 -0400
40245              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
40246              
40247              Subject: tr///, help wanted.
40248              From: simon@brecon.co.uk (Simon Cozens)
40249              Date: 28 Jun 2000 11:29:04 GMT
40250              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
40251              
40252              small thinko tweaks
40253              
40254              tweaks from Simon Conzes to further fix tr/// under utf8
40255              
40256              perlnewmod was missing from MANIFEST.
40257              
40258              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
40259              From: simon@brecon.co.uk (Simon Cozens)
40260              Date: 17 Jun 2000 11:56:44 GMT
40261              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
40262              pack U0, pack C0
40263      Branch: maint-5.6/perl
40264           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
40265           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
40266           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
40267           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
40268 ____________________________________________________________________________
40269 [  7767] By: gsar                                  on 2000/11/20  10:51:38
40270         Log: integrate change#6250 from cfgperl
40271              
40272              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
40273              From: Doug MacEachern <dougm@covalent.net>
40274              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
40275              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
40276      Branch: maint-5.6/perl
40277           +> t/op/my_stash.t
40278           !> MANIFEST embed.pl global.sym proto.h toke.c
40279 ____________________________________________________________________________
40280 [  7766] By: gsar                                  on 2000/11/20  10:48:34
40281         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
40282              
40283              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
40284              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
40285              Date: Mon, 26 Jun 2000 18:40:14 +0100
40286              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
40287              
40288              Subject: [PATCH] bytes<->utf8 fixes
40289              From: simon@brecon.co.uk (Simon Cozens)
40290              Date: 26 Jun 2000 04:55:45 GMT
40291              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
40292              
40293              Subject: [PATCH] is_utf8_string
40294              From: simon@brecon.co.uk (Simon Cozens)
40295              Date: 26 Jun 2000 02:25:59 GMT
40296              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
40297              
40298              Subject: [PATCH] avoid mg_ptr in '*' magic
40299              From: Doug MacEachern <dougm@covalent.net>
40300              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
40301              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
40302              
40303              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
40304              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
40305              Date: Sat, 24 Jun 2000 13:06:20 +0100
40306              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
40307              
40308              Allow for standalone testing.
40309              
40310              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
40311              From: Mark-Jason Dominus <mjd@plover.com>
40312              Date: Tue, 27 Jun 2000 22:36:42 -0400
40313              Message-ID: <20000628023642.12166.qmail@plover.com>
40314              
40315              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
40316              From: Frank Tobin <ftobin@uiuc.edu>
40317              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
40318              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
40319      Branch: maint-5.6/perl
40320           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
40321           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
40322           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
40323           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
40324           !> utf8.c utils/h2xs.PL
40325 ____________________________________________________________________________
40326 [  7765] By: gsar                                  on 2000/11/20  10:29:13
40327         Log: integrate change#6239 from cfgperl
40328              
40329              Configure maintenance.  Sever some dependency cycles,
40330              separate gccversion from the cc unit,
40331              address [ID 20000623.006] Configure script patch for using gcc on AIX
40332              (but solve it a little bit differently),
40333              unduplex some accidentally duplicated units,
40334              suggest using gcc if no cc available
40335              (p5p thread: "Solaris configure: counterproposal", 1999-09)
40336      Branch: maint-5.6/perl
40337           !> Configure Todo-5.6 config_h.SH
40338 ____________________________________________________________________________
40339 [  7764] By: gsar                                  on 2000/11/20  10:25:55
40340         Log: integrate changes#6233..6238 from cfgperl
40341              
40342              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
40343              From: Mark-Jason Dominus <mjd@plover.com>
40344              Date: Fri, 16 Jun 2000 20:53:04 -0400
40345              Message-ID: <20000617005304.8008.qmail@plover.com>
40346              
40347              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
40348              because when run as services (Win32ese for daemons)
40349              no environment variables are set and tmpdir ends up as /tmp,
40350              which is ambiguous.
40351              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
40352              From: matt@sergeant.org
40353              Date: 16 Jun 2000 16:30:43 -0000
40354              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
40355              
40356              The thread begun by
40357              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
40358              From: Kevin.Ruscoe@ubsw.com
40359              Date: Fri, 16 Jun 2000 16:38:51 +0100
40360              Message-Id: <H000019b03c300d6@MHS>
40361              
40362              Tweak embed.pl, regen headers.
40363              
40364              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
40365              From: Dan Sugalski <dan@sidhe.org>
40366              Date: Fri, 23 Jun 2000 17:00:00 -0400
40367              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
40368      Branch: maint-5.6/perl
40369           !> (integrate 27 files)
40370 ____________________________________________________________________________
40371 [  7763] By: gsar                                  on 2000/11/20  10:08:08
40372         Log: s/perl56delta/perldelta/g
40373      Branch: maint-5.6/perl
40374            ! pod/Makefile
40375 ____________________________________________________________________________
40376 [  7762] By: gsar                                  on 2000/11/20  10:04:00
40377         Log: integrate changes#6225,6229,6231,6232 from cfgperl
40378              
40379              Add source code filenames to apidoc.
40380              From: simon@brecon.co.uk (Simon Cozens)
40381              Subject: [PATCH embed.pl] Source X-ref
40382              Date: 22 Jun 2000 02:18:49 GMT
40383              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
40384              
40385              Subject: README.hpux version 0.6.1
40386              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
40387              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
40388              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
40389              
40390              Subject: [PATCH 5.6.0] cygwin port
40391              From: "Fifer, Eric" <EFifer@sanwaint.com>
40392              Date: Tue, 20 Jun 2000 14:30:58 +0100
40393              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
40394              
40395              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
40396              From: simon@brecon.co.uk (Simon Cozens)
40397              Date: 19 Jun 2000 15:18:27 GMT
40398              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
40399              
40400              plus update pod/Makefile and regenerate perltoc
40401      Branch: maint-5.6/perl
40402           +> pod/perlutil.pod
40403           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
40404           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
40405 ____________________________________________________________________________
40406 [  7761] By: jhi                                   on 2000/11/20  04:09:55
40407         Log: Miraculous typo.
40408      Branch: perl
40409            ! t/op/pat.t
40410 ____________________________________________________________________________
40411 [  7760] By: jhi                                   on 2000/11/20  04:06:08
40412         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
40413              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40414              Date: Sun, 19 Nov 2000 22:30:26 -0500
40415              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
40416      Branch: perl
40417            ! regexec.c scope.h t/op/pat.t
40418 ____________________________________________________________________________
40419 [  7759] By: jhi                                   on 2000/11/20  02:05:22
40420         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
40421      Branch: perl
40422            ! perl.h
40423 ____________________________________________________________________________
40424 [  7758] By: jhi                                   on 2000/11/20  01:58:11
40425         Log: Subject: [perl 7711: EPOC] updates
40426              From: Olaf Flebbe <o.flebbe@gmx.de>
40427              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
40428              Message-ID: <25575.974658810@www23.gmx.net>               
40429      Branch: perl
40430            + lib/File/Spec/Epoc.pm
40431            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
40432            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
40433            ! lib/File/Spec.pm perl.c sv.c
40434 ____________________________________________________________________________
40435 [  7757] By: jhi                                   on 2000/11/20  01:53:11
40436         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
40437      Branch: perl
40438            ! MANIFEST
40439 ____________________________________________________________________________
40440 [  7756] By: jhi                                   on 2000/11/20  01:47:22
40441         Log: Integrate perlio.
40442      Branch: perl
40443            - ext/re/hints/MSWin32.pl
40444           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
40445           !> win32/config.gc win32/config_H.gc win32/win32sck.c
40446 ____________________________________________________________________________
40447 [  7755] By: nick                                  on 2000/11/19  20:57:17
40448         Log: Add dummy crlf layer (just as buffer)
40449              Correct 1st bug - one layer of indirection.
40450      Branch: perlio
40451            ! perlio.c perlio.h perliol.h
40452 ____________________________________________________________________________
40453 [  7754] By: nick                                  on 2000/11/19  20:56:12
40454         Log: Work-round to Perl_deb_nocontext is no longer required
40455      Branch: perlio
40456            - ext/re/hints/MSWin32.pl
40457 ____________________________________________________________________________
40458 [  7753] By: nick                                  on 2000/11/19  20:01:16
40459         Log: diff -se shows these as different
40460      Branch: perlio
40461            ! global.sym pod/perlapi.pod
40462 ____________________________________________________________________________
40463 [  7752] By: nick                                  on 2000/11/19  18:57:30
40464         Log: Configure GCC/Win32 build -Duseperlio
40465              Fix a couple of gross issues
40466              - double-include of ../deb.o in re.dll
40467              - win32sck.c needs PerlIO and FILE 
40468      Branch: perlio
40469            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
40470            ! win32/win32sck.c
40471 ____________________________________________________________________________
40472 [  7751] By: nick                                  on 2000/11/19  17:05:36
40473         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
40474      Branch: perlio
40475            ! perlio.c
40476 ____________________________________________________________________________
40477 [  7750] By: nick                                  on 2000/11/19  16:57:14
40478         Log: Missing aTHX_
40479      Branch: perlio
40480            ! sv.c
40481 ____________________________________________________________________________
40482 [  7749] By: jhi                                   on 2000/11/19  16:28:40
40483         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
40484              From: "Peter J. Farley III" <pjfarley@banet.net>
40485              Date: Sun, 19 Nov 2000 01:42:58 -0500
40486              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
40487      Branch: perl
40488            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
40489 ____________________________________________________________________________
40490 [  7748] By: jhi                                   on 2000/11/19  16:08:10
40491         Log: Subject: podlators 1.05 available        
40492              From: Russ Allbery <rra@stanford.edu>   
40493              Date: 18 Nov 2000 22:04:28 -0800
40494              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
40495      Branch: perl
40496            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
40497 ____________________________________________________________________________
40498 [  7747] By: nick                                  on 2000/11/19  11:19:39
40499         Log: Integrate mainline
40500      Branch: perlio
40501           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
40502           !> util.c
40503 ____________________________________________________________________________
40504 [  7746] By: jhi                                   on 2000/11/19  06:42:22
40505         Log: Make hex scanning warn on "\x{x}" and "\xx".
40506              "\x" and and hex("x") are still valid.
40507      Branch: perl
40508            ! util.c
40509 ____________________________________________________________________________
40510 [  7745] By: nick                                  on 2000/11/18  22:52:28
40511         Log: Integrate mainline
40512      Branch: perlio
40513           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
40514           !> perl.h perlio.c proto.h regcomp.c regcomp.h
40515 ____________________________________________________________________________
40516 [  7744] By: jhi                                   on 2000/11/18  22:50:28
40517         Log: Introduce Perl_utf8_length().  Use it.
40518      Branch: perl
40519            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
40520 ____________________________________________________________________________
40521 [  7743] By: jhi                                   on 2000/11/18  22:38:51
40522         Log: Compiler denit.
40523      Branch: perl
40524            ! perlio.c
40525 ____________________________________________________________________________
40526 [  7742] By: jhi                                   on 2000/11/18  20:33:05
40527         Log: Integrate perlio.
40528      Branch: perl
40529           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
40530           !> perlio.h pp_ctl.c pp_sys.c sv.c
40531 ____________________________________________________________________________
40532 [  7741] By: jhi                                   on 2000/11/18  20:31:27
40533         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
40534              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40535              Date: Fri, 17 Nov 2000 20:35:11 -0500
40536              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
40537              
40538              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
40539              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40540              Date: Fri, 17 Nov 2000 21:03:47 -0500
40541              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
40542              
40543              Plus a little bit of tweaking in pregcomp().
40544      Branch: perl
40545            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
40546 ____________________________________________________________________________
40547 [  7740] By: nick                                  on 2000/11/18  20:17:22
40548         Log: Lexical use open ... support:
40549              add ->cop_io to COP structure in cop.h.
40550              Make mg.c and gv.c associate it with ${^OPEN}.
40551              Make lib/open.pm set it.
40552              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
40553              manner similar to ->cop_warnings.
40554              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
40555              call new PerlIO_apply_layers().
40556              Declare latter in perlio.h and define in perlio.c
40557      Branch: perlio
40558            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
40559            ! perlio.h pp_ctl.c pp_sys.c sv.c
40560 ____________________________________________________________________________
40561 [  7739] By: jhi                                   on 2000/11/18  19:54:00
40562         Log: Integrate perlio.
40563      Branch: perl
40564           !> doio.c perlio.c pp.c
40565 ____________________________________________________________________________
40566 [  7738] By: jhi                                   on 2000/11/18  17:16:13
40567         Log: Subject: [PATCH 5.7.0] etags broken again
40568              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40569              Date: Sat, 18 Nov 2000 02:41:36 -0500
40570              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
40571      Branch: perl
40572            ! emacs/ptags
40573 ____________________________________________________________________________
40574 [  7737] By: jhi                                   on 2000/11/18  17:12:18
40575         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
40576      Branch: perl
40577            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
40578 ____________________________________________________________________________
40579 [  7736] By: nick                                  on 2000/11/18  14:06:20
40580         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
40581              part to be isolated.
40582      Branch: perlio
40583            ! doio.c perlio.c
40584 ____________________________________________________________________________
40585 [  7735] By: nick                                  on 2000/11/18  11:03:32
40586         Log: Integrate mainline
40587      Branch: perlio
40588           !> Changes README.amiga README.win32 patchlevel.h
40589           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
40590 ____________________________________________________________________________
40591 [  7734] By: jhi                                   on 2000/11/18  01:18:56
40592         Log: Update Changes.
40593      Branch: perl
40594            ! Changes patchlevel.h
40595 ____________________________________________________________________________
40596 [  7733] By: jhi                                   on 2000/11/18  00:32:54
40597         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
40598              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40599              Date: Fri, 17 Nov 2000 17:28:02 -0500
40600              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
40601      Branch: perl
40602            ! regcomp.c regexec.c t/op/re_tests
40603 ____________________________________________________________________________
40604 [  7732] By: jhi                                   on 2000/11/18  00:28:56
40605         Log: Sparc 64-bit pack() fix from Jens Hamisch.
40606      Branch: perl
40607            ! pp.c
40608 ____________________________________________________________________________
40609 [  7731] By: jhi                                   on 2000/11/18  00:18:39
40610         Log: Explain in more detail the {} syntax ambiguousity.
40611              
40612              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
40613              From: Nicholas Clark <nick@ccl4.org>
40614              Date: Fri, 17 Nov 2000 22:10:28 +0000
40615              Message-ID: <20001117221028.A88930@plum.flirble.org>
40616      Branch: perl
40617            ! pod/perlfunc.pod
40618 ____________________________________________________________________________
40619 [  7730] By: jhi                                   on 2000/11/18  00:12:18
40620         Log: Subject: Fix for README.amiga (20000323.033)
40621              From: "Stephen P. Potter" <spp@spotter.yi.org>
40622              Date: Fri, 17 Nov 2000 12:25:51 -0500
40623              Message-Id: <200011171725.MAA05768@spotter.yi.org>
40624      Branch: perl
40625            ! README.amiga
40626 ____________________________________________________________________________
40627 [  7729] By: jhi                                   on 2000/11/18  00:08:34
40628         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
40629              From: "A. C. Yardley" <yardley@tanet.net>
40630              Date: Mon, 3 Apr 2000 11:35:33 -0700
40631              Message-ID: <3483.000403@tanet.net>
40632      Branch: perl
40633            ! README.win32
40634 ____________________________________________________________________________
40635 [  7728] By: nick                                  on 2000/11/17  21:59:47
40636         Log: Integrate mainline
40637      Branch: perlio
40638           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
40639           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
40640           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
40641           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
40642 ____________________________________________________________________________
40643 [  7727] By: nick                                  on 2000/11/17  21:56:31
40644         Log: Experiment on use of attributes.pm interface.
40645              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
40646              SVt_PVRV if not already something better (else vivify of say magic gets
40647              core dump).
40648      Branch: perlio
40649            ! perlio.c pp.c
40650 ____________________________________________________________________________
40651 [  7726] By: jhi                                   on 2000/11/17  14:15:49
40652         Log: Subject: Fix for 20000815.006
40653              From: "Stephen P. Potter" <spp@spotter.yi.org>
40654              Date: Fri, 17 Nov 2000 08:57:45 -0500
40655              Message-Id: <200011171357.IAA05122@spotter.yi.org>
40656              
40657              It's really 20000518.006.
40658      Branch: perl
40659            ! pod/perlmodlib.PL
40660 ____________________________________________________________________________
40661 [  7725] By: jhi                                   on 2000/11/17  14:12:31
40662         Log: Subject: Fix for 20000409.001
40663              From: "Stephen P. Potter" <spp@spotter.yi.org>
40664              Date: Fri, 17 Nov 2000 08:55:45 -0500
40665              Message-Id: <200011171355.IAA05104@spotter.yi.org>
40666      Branch: perl
40667            ! pod/perlfaq9.pod
40668 ____________________________________________________________________________
40669 [  7724] By: jhi                                   on 2000/11/17  14:08:58
40670         Log: Undo #7627 now that we have =head3.
40671      Branch: perl
40672            ! pod/perlhack.pod
40673 ____________________________________________________________________________
40674 [  7723] By: jhi                                   on 2000/11/17  14:04:09
40675         Log: As surmised the #7719 wasn't a good move.
40676      Branch: perl
40677            ! hints/solaris_2.sh
40678 ____________________________________________________________________________
40679 [  7722] By: jhi                                   on 2000/11/17  13:59:04
40680         Log: Also the 64bitall hints can be either here or there.
40681      Branch: perl
40682            ! hints/solaris_2.sh
40683 ____________________________________________________________________________
40684 [  7721] By: jhi                                   on 2000/11/17  02:26:23
40685         Log: Test tweak for the open pragma.
40686      Branch: perl
40687            ! t/lib/b.t
40688 ____________________________________________________________________________
40689 [  7720] By: jhi                                   on 2000/11/17  00:23:22
40690         Log: The long double hints can be here or there.
40691      Branch: perl
40692            ! hints/solaris_2.sh
40693 ____________________________________________________________________________
40694 [  7719] By: jhi                                   on 2000/11/17  00:14:06
40695         Log: For Solaris use64bitall the stdchar needs a little bit of help.
40696      Branch: perl
40697            ! hints/solaris_2.sh
40698 ____________________________________________________________________________
40699 [  7718] By: jhi                                   on 2000/11/16  23:27:34
40700         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
40701              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
40702              Date: Wed, 15 Nov 2000 08:56:32 +0100
40703              Message-ID: <3A1241B0.64477E00@alcatel.at>
40704      Branch: perl
40705            ! lib/Carp/Heavy.pm
40706 ____________________________________________________________________________
40707 [  7717] By: jhi                                   on 2000/11/16  23:23:29
40708         Log: Subject: [PATCH] Re: 20001101.003 PDL
40709              From: Nicholas Clark <nick@ccl4.org>
40710              Date: Thu, 16 Nov 2000 16:48:25 +0000
40711              Message-ID: <20001116164825.B93487@plum.flirble.org>
40712      Branch: perl
40713            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
40714 ____________________________________________________________________________
40715 [  7716] By: jhi                                   on 2000/11/16  23:21:31
40716         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
40717              From: "Casey R. Tweten" <crt@kiski.net>
40718              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
40719              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
40720      Branch: perl
40721            ! lib/Pod/Checker.pm pod/perlpod.pod
40722 ____________________________________________________________________________
40723 [  7715] By: jhi                                   on 2000/11/16  23:19:40
40724         Log: Avoid an infinite loop in VMS when utils scripts are run
40725              with no arguments, from Charles Lane.
40726      Branch: perl
40727            ! configure.com
40728 ____________________________________________________________________________
40729 [  7714] By: jhi                                   on 2000/11/16  23:17:08
40730         Log: Subject: perllocale.pod changes
40731              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
40732              Date: Mon, 13 Nov 2000 10:09:22 +0300
40733              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
40734      Branch: perl
40735            ! pod/perllocale.pod
40736 ____________________________________________________________________________
40737 [  7713] By: jhi                                   on 2000/11/16  23:14:06
40738         Log: Integrate perlio.
40739      Branch: perl
40740           !> doio.c perlio.c perlio.h util.c
40741 ____________________________________________________________________________
40742 [  7712] By: nick                                  on 2000/11/16  21:10:58
40743         Log: Integrate mainline
40744      Branch: perlio
40745           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
40746           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
40747           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
40748           !> vos/config.ga.def vos/config.ga.h win32/config.bc
40749           !> win32/config.gc win32/config.vc
40750 ____________________________________________________________________________
40751 [  7711] By: nick                                  on 2000/11/16  19:56:41
40752         Log: Minor tweaks:
40753              consistent way of getting 'rb', 'wb' etc. for binary opens
40754              move *perlio::layers to *open::layers
40755              a #define to show layers available
40756              DOSISH popen/PerlIO had export/import sense inverted.
40757      Branch: perlio
40758            ! doio.c perlio.c perlio.h util.c
40759 ____________________________________________________________________________
40760 [  7710] By: jhi                                   on 2000/11/16  15:46:05
40761         Log: Add HAS_SBRK_PROTO.
40762      Branch: metaconfig/U/perl
40763            + d_sbrkproto.U
40764      Branch: perl
40765            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40766            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
40767            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
40768            ! vos/config.ga.def vos/config.ga.h win32/config.bc
40769            ! win32/config.gc win32/config.vc
40770 ____________________________________________________________________________
40771 [  7709] By: nick                                  on 2000/11/16  07:31:49
40772         Log: Integrate mainline
40773      Branch: perlio
40774           !> (integrate 35 files)
40775 ____________________________________________________________________________
40776 [  7708] By: jhi                                   on 2000/11/16  05:33:03
40777         Log: These files are text, not binary.
40778      Branch: perl
40779            ! ext/Encode/Encode/iso8859-10.enc
40780            ! ext/Encode/Encode/iso8859-13.enc
40781            ! ext/Encode/Encode/iso8859-14.enc
40782            ! ext/Encode/Encode/iso8859-15.enc
40783 ____________________________________________________________________________
40784 [  7707] By: jhi                                   on 2000/11/16  01:53:37
40785         Log: Update Changes.
40786      Branch: perl
40787            ! Changes patchlevel.h
40788 ____________________________________________________________________________
40789 [  7706] By: jhi                                   on 2000/11/16  01:35:59
40790         Log: More #undefing of stdio.
40791      Branch: perl
40792            ! fakesdio.h nostdio.h
40793 ____________________________________________________________________________
40794 [  7705] By: jhi                                   on 2000/11/16  01:34:18
40795         Log: Add fwalk() probe to the configuration files and regen perltoc.
40796      Branch: perl
40797            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40798            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
40799            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
40800            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
40801            ! win32/config.bc win32/config.gc win32/config.vc
40802 ____________________________________________________________________________
40803 [  7704] By: jhi                                   on 2000/11/16  01:33:07
40804         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
40805              an optional third argument to Inlibc?)
40806      Branch: metaconfig/U/perl
40807            + d__fwalk.U
40808 ____________________________________________________________________________
40809 [  7703] By: jhi                                   on 2000/11/16  01:09:22
40810         Log: The type of the hash_cb() size argument is tricky.
40811      Branch: perl
40812            ! ext/DB_File/DB_File.xs
40813 ____________________________________________________________________________
40814 [  7702] By: jhi                                   on 2000/11/15  23:01:16
40815         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
40816      Branch: perl
40817            ! nostdio.h
40818 ____________________________________________________________________________
40819 [  7701] By: jhi                                   on 2000/11/15  22:52:32
40820         Log: Detypo.
40821      Branch: perl
40822            ! t/lib/bigfltpm.t
40823 ____________________________________________________________________________
40824 [  7700] By: jhi                                   on 2000/11/15  22:51:56
40825         Log: UINT64_C() work continues.
40826      Branch: perl
40827            ! handy.h perl.h utf8.h
40828 ____________________________________________________________________________
40829 [  7699] By: jhi                                   on 2000/11/15  14:13:04
40830         Log: SOCKS has its own USE_THREADS, based on
40831              
40832              Subject: [ID 20001114.002] et. al. bugfix followup
40833              From: Jens Hamisch <jens@Strawberry.COM> 
40834              Date: Wed, 15 Nov 2000 14:23:11 +0100
40835              Message-ID: <20001115142311.A21164@Strawberry.COM>
40836      Branch: perl
40837            ! perl.h
40838 ____________________________________________________________________________
40839 [  7698] By: jhi                                   on 2000/11/15  03:50:56
40840         Log: Add few missing #undefs and sort them.
40841      Branch: perl
40842            ! fakesdio.h
40843 ____________________________________________________________________________
40844 [  7697] By: jhi                                   on 2000/11/15  03:39:14
40845         Log: Linenumber fix.
40846      Branch: perl
40847            ! t/pragma/warn/utf8
40848 ____________________________________________________________________________
40849 [  7696] By: jhi                                   on 2000/11/15  02:55:26
40850         Log: EBCDIC tweaks.
40851              
40852              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
40853              From: Peter Prymmer <pvhp@forte.com>
40854              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
40855              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
40856      Branch: perl
40857            ! t/op/regmesg.t t/pragma/warn/utf8
40858 ____________________________________________________________________________
40859 [  7695] By: jhi                                   on 2000/11/15  02:53:58
40860         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
40861              From: Peter Prymmer <pvhp@forte.com>
40862              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
40863              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
40864      Branch: perl
40865            ! utf8.c
40866 ____________________________________________________________________________
40867 [  7694] By: jhi                                   on 2000/11/15  02:50:55
40868         Log: Subject: [PATCH: perl@7674] updates to README.os390
40869              From: Prymmer/Kahn <pvhp@best.com>
40870              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
40871              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
40872      Branch: perl
40873            ! README.os390
40874 ____________________________________________________________________________
40875 [  7693] By: jhi                                   on 2000/11/15  02:48:37
40876         Log: Quit utf8_to_uv() instantly if curlen == 0.
40877      Branch: perl
40878            ! utf8.c
40879 ____________________________________________________________________________
40880 [  7692] By: jhi                                   on 2000/11/15  02:24:29
40881         Log: Use u_int32_t for the size of hash_cb(), not size_t.
40882              
40883              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
40884              From: Jens Hamisch <jens@Strawberry.COM>     
40885              Date: Tue, 14 Nov 2000 19:03:55 +0100
40886              Message-Id: <20001114190355.A20559@Strawberry.COM>
40887      Branch: perl
40888            ! ext/DB_File/DB_File.xs
40889 ____________________________________________________________________________
40890 [  7691] By: jhi                                   on 2000/11/15  02:20:12
40891         Log: Use UINT64_C().
40892              
40893              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
40894              From: Jens Hamisch <jens@Strawberry.COM>
40895              Date: Tue, 14 Nov 2000 19:16:23 +0100
40896              Message-Id: <20001114191623.G20559@Strawberry.COM>
40897      Branch: perl
40898            ! utf8.c utf8.h
40899 ____________________________________________________________________________
40900 [  7690] By: jhi                                   on 2000/11/15  02:17:06
40901         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
40902              (a macro to define signed and unsigned integer constants).
40903      Branch: perl
40904            ! handy.h
40905 ____________________________________________________________________________
40906 [  7689] By: jhi                                   on 2000/11/15  01:56:51
40907         Log: Regen Configure.
40908      Branch: perl
40909            ! Configure
40910 ____________________________________________________________________________
40911 [  7688] By: jhi                                   on 2000/11/15  01:56:32
40912         Log: Make the unit know about SOCKS.
40913      Branch: metaconfig
40914            ! U/protos/socksizetype.U
40915 ____________________________________________________________________________
40916 [  7687] By: jhi                                   on 2000/11/15  01:54:47
40917         Log: Remove unused dependencies.
40918      Branch: metaconfig
40919            ! U/compline/d_getpagsz.U
40920 ____________________________________________________________________________
40921 [  7686] By: nick                                  on 2000/11/14  21:25:13
40922         Log: Integrate mainline.
40923      Branch: perlio
40924           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
40925           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
40926           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
40927           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
40928           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
40929           !> win32/config.bc win32/config.gc win32/config.vc
40930           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
40931 ____________________________________________________________________________
40932 [  7685] By: jhi                                   on 2000/11/14  17:54:56
40933         Log: Integrate perlio.
40934      Branch: perl
40935           +> fakesdio.h perliol.h
40936           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
40937           !> perlsdio.h perlsfio.h pod/perlfunc.pod
40938 ____________________________________________________________________________
40939 [  7684] By: nick                                  on 2000/11/14  17:43:04
40940         Log: PerlIO #include and #ifdef re-work.
40941      Branch: perlio
40942            + fakesdio.h perliol.h
40943            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
40944            ! perlsdio.h perlsfio.h
40945 ____________________________________________________________________________
40946 [  7683] By: jhi                                   on 2000/11/14  15:42:40
40947         Log: Hoist the duplicated socket/netdb include logic to perl.h;
40948              undef SETERRNO in case SOCKS has defined it.  Based on:
40949              
40950              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
40951              From: Jens Hamisch <jens@Strawberry.COM> 
40952              Date: Tue, 14 Nov 2000 11:34:40 +0100
40953              Message-Id: <20001114113440.A20005@Strawberry.COM>
40954      Branch: perl
40955            ! doio.c perl.h pp_sys.c
40956 ____________________________________________________________________________
40957 [  7682] By: jhi                                   on 2000/11/14  14:07:28
40958         Log: Subject: some additions for makefiles for win32 (for perl@7674)
40959              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
40960              Date: Tue, 14 Nov 2000 09:31:13 +0300
40961              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
40962      Branch: perl
40963            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
40964            ! win32/makefile.mk
40965 ____________________________________________________________________________
40966 [  7681] By: jhi                                   on 2000/11/14  14:01:41
40967         Log: Subject: tiny typo in perl5db.pl
40968              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
40969              Date: Tue, 14 Nov 2000 09:29:28 +0300
40970              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
40971      Branch: perl
40972            ! lib/perl5db.pl
40973 ____________________________________________________________________________
40974 [  7680] By: jhi                                   on 2000/11/14  04:13:50
40975         Log: Redo #7679 with LFs instead of CRLFs.
40976      Branch: perl
40977            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
40978            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
40979            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
40980 ____________________________________________________________________________
40981 [  7679] By: jhi                                   on 2000/11/14  01:21:09
40982         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
40983              From: Benjamin Stuhl <tiriath@yahoo.com> 
40984              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
40985              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
40986      Branch: perl
40987            + win32/bin/mdelete.bat
40988            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
40989            ! makedef.pl perlio.c win32/Makefile win32/config.gc
40990            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
40991 ____________________________________________________________________________
40992 [  7678] By: jhi                                   on 2000/11/14  01:19:20
40993         Log: Fix the re extension building for Win32.
40994              
40995              Subject: [PATCH perl@7638] Get PerlIO building on Win32
40996              From: Benjamin Stuhl <tiriath@yahoo.com> 
40997              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
40998              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
40999      Branch: perl
41000            + ext/re/hints/MSWin32.pl
41001            ! MANIFEST
41002 ____________________________________________________________________________
41003 [  7677] By: jhi                                   on 2000/11/14  01:13:54
41004         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
41005              From: sthoenna@efn.org
41006              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
41007              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
41008      Branch: perl
41009            ! doop.c pp.c toke.c utf8.c utf8.h
41010 ____________________________________________________________________________
41011 [  7676] By: jhi                                   on 2000/11/13  20:23:15
41012         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
41013              From: Nicholas Clark <nick@ccl4.org>
41014              Date: Mon, 13 Nov 2000 18:55:04 +0000
41015              Message-ID: <20001113185504.J29183@plum.flirble.org>
41016      Branch: perl
41017            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
41018 ____________________________________________________________________________
41019 [  7675] By: nick                                  on 2000/11/13  20:21:57
41020         Log: Integrate mainline ...
41021      Branch: perlio
41022           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
41023           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
41024           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
41025           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
41026 ____________________________________________________________________________
41027 [  7674] By: jhi                                   on 2000/11/13  15:07:56
41028         Log: Update Changes.
41029      Branch: perl
41030            ! Changes patchlevel.h
41031 ____________________________________________________________________________
41032 [  7673] By: jhi                                   on 2000/11/13  14:42:42
41033         Log: Remove the new two tests of lib/io_xs for now, they seem to
41034              fail under perlio on some platforms.
41035      Branch: perl
41036            ! t/lib/io_xs.t
41037 ____________________________________________________________________________
41038 [  7672] By: jhi                                   on 2000/11/13  13:57:53
41039         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
41040      Branch: perl
41041            ! perlio.c
41042 ____________________________________________________________________________
41043 [  7671] By: jhi                                   on 2000/11/13  05:30:48
41044         Log: Placate nervous compilers that see longer than ints switch()ing.
41045      Branch: perl
41046            ! utf8.c
41047 ____________________________________________________________________________
41048 [  7670] By: jhi                                   on 2000/11/13  05:14:21
41049         Log: fputs() does return EOF on error but here we don't care.
41050      Branch: perl
41051            ! perlio.c
41052 ____________________________________________________________________________
41053 [  7669] By: jhi                                   on 2000/11/13  05:02:45
41054         Log: Declare reg_data like reg_substr_data.
41055      Branch: perl
41056            ! regexp.h
41057 ____________________________________________________________________________
41058 [  7668] By: jhi                                   on 2000/11/13  04:54:34
41059         Log: Typos in #7667.
41060      Branch: perl
41061            ! perl.h
41062 ____________________________________________________________________________
41063 [  7667] By: jhi                                   on 2000/11/13  04:49:49
41064         Log: Cleanup messy #ifdef.
41065      Branch: perl
41066            ! perl.h
41067 ____________________________________________________________________________
41068 [  7666] By: jhi                                   on 2000/11/13  04:17:34
41069         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
41070              From: Nicholas Clark <nick@talking.bollo.cx>
41071              Date: Sun, 12 Nov 2000 21:14:11 +0000
41072              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
41073              
41074              Note: only one breakage of the two reported is fixed by this patch.
41075      Branch: perl
41076            ! perlio.c
41077 ____________________________________________________________________________
41078 [  7665] By: jhi                                   on 2000/11/13  04:05:07
41079         Log: Tweak the definition of the bit complement on UTF-8 data:
41080              if none of the characters in the string are > 0xff,
41081              the result is a complemented byte string, not a (UTF-8)
41082              char string.  Based on the summary in
41083              
41084              Subject: Re: [ID 20000918.005] ~ on wide chars
41085              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
41086              Date: Fri, 10 Nov 2000 09:47:15 -0800
41087              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
41088              
41089              This should give us the maximum backward (pre-char string)
41090              compatibility and utf8 compatibility.  The other alternative
41091              would be to limit the bit complement to be always byte only,
41092              taking the least significant byte of the chars.
41093      Branch: perl
41094            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
41095 ____________________________________________________________________________
41096 [  7664] By: jhi                                   on 2000/11/13  00:23:44
41097         Log: Couple of tests from #7660 salvaged.
41098      Branch: perl
41099            - t/op/tell.t
41100            ! MANIFEST t/io/tell.t
41101 ____________________________________________________________________________
41102 [  7663] By: jhi                                   on 2000/11/13  00:02:48
41103         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
41104              From: Nicholas Clark <nick@talking.bollo.cx>
41105              Date: Sun, 12 Nov 2000 21:23:43 +0000
41106              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
41107      Branch: perl
41108            ! perlsfio.h
41109 ____________________________________________________________________________
41110 [  7662] By: jhi                                   on 2000/11/13  00:01:39
41111         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
41112              From: Nicholas Clark <nick@talking.bollo.cx>
41113              Date: Sun, 12 Nov 2000 21:30:04 +0000
41114              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
41115      Branch: perl
41116            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
41117 ____________________________________________________________________________
41118 [  7661] By: jhi                                   on 2000/11/12  23:57:29
41119         Log: Document tell() on special streams.
41120      Branch: perl
41121            ! pod/perlfunc.pod
41122 ____________________________________________________________________________
41123 [  7660] By: jhi                                   on 2000/11/12  23:54:22
41124         Log: (Subsumed by #7664)
41125      Branch: perl
41126            + t/op/tell.t
41127            ! MANIFEST
41128 ____________________________________________________________________________
41129 [  7659] By: jhi                                   on 2000/11/12  22:55:25
41130         Log: Many subdocumented return values of the IO extension now documented.
41131              ungetc and write still left subdocumented.
41132              
41133              Subject: [PATCH] (was Re: IO::Handle::ungetc)
41134              From: Nicholas Clark <nick@talking.bollo.cx>
41135              Date: Sun, 12 Nov 2000 21:35:53 +0000
41136              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
41137      Branch: perl
41138            ! ext/IO/lib/IO/Handle.pm
41139 ____________________________________________________________________________
41140 [  7658] By: jhi                                   on 2000/11/12  21:37:06
41141         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
41142              From: Nicholas Clark <nick@talking.bollo.cx>
41143              Date: Sun, 12 Nov 2000 20:03:22 +0000
41144              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
41145      Branch: perl
41146            ! pod/perlfunc.pod
41147 ____________________________________________________________________________
41148 [  7657] By: jhi                                   on 2000/11/12  20:34:55
41149         Log: Integrate perlio.
41150      Branch: perl
41151           !> perlio.c
41152 ____________________________________________________________________________
41153 [  7656] By: nick                                  on 2000/11/12  19:25:06
41154         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
41155      Branch: perlio
41156            ! perlio.c
41157 ____________________________________________________________________________
41158 [  7655] By: nick                                  on 2000/11/12  19:09:41
41159         Log: Integrate mainline
41160      Branch: perlio
41161           +> README.solaris ext/Encode/Encode/cp1006.enc
41162           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
41163           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
41164           +> ext/Encode/Encode/iso8859-13.enc
41165           +> ext/Encode/Encode/iso8859-14.enc
41166           +> ext/Encode/Encode/iso8859-15.enc
41167           !> (integrate 34 files)
41168 ____________________________________________________________________________
41169 [  7654] By: jhi                                   on 2000/11/12  19:00:22
41170         Log: Add a metaconfig unit for fsync.
41171      Branch: metaconfig/U/perl
41172            + d_fsync.U
41173 ____________________________________________________________________________
41174 [  7653] By: jhi                                   on 2000/11/12  19:00:01
41175         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
41176      Branch: perl
41177            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41178            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
41179            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
41180            ! vos/config.ga.h win32/config.bc win32/config.gc
41181            ! win32/config.vc
41182 ____________________________________________________________________________
41183 [  7652] By: jhi                                   on 2000/11/11  21:12:01
41184         Log: Copy the s// information of README.hpux also to the perlrun.
41185      Branch: perl
41186            ! README.hpux pod/perlrun.pod
41187 ____________________________________________________________________________
41188 [  7651] By: jhi                                   on 2000/11/11  21:03:13
41189         Log: More README.solaris updates from Andy Dougherty.
41190      Branch: perl
41191            ! README.solaris
41192 ____________________________________________________________________________
41193 [  7650] By: jhi                                   on 2000/11/11  18:38:57
41194         Log: More descriptive error for unknown perlio layers.
41195              
41196              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
41197              From: Dominic Dunlop <domo@computer.org> 
41198              Date: Sat, 11 Nov 2000 18:20:32 +0100             
41199              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
41200      Branch: perl
41201            ! perlio.c pod/perldiag.pod
41202 ____________________________________________________________________________
41203 [  7649] By: jhi                                   on 2000/11/11  18:37:52
41204         Log: MachTen doesn't really do mmap() and munmap().
41205              
41206              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
41207              From: Dominic Dunlop <domo@computer.org> 
41208              Date: Sat, 11 Nov 2000 18:20:32 +0100             
41209              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
41210      Branch: perl
41211            ! hints/machten.sh
41212 ____________________________________________________________________________
41213 [  7648] By: jhi                                   on 2000/11/11  18:36:46
41214         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
41215              From: rspier@pobox.com (Robert Spier)
41216              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
41217              Message-ID: <14861.32839.491271.985797@rls.cx>
41218      Branch: perl
41219            ! Porting/Contract pod/perltoot.pod
41220 ____________________________________________________________________________
41221 [  7647] By: jhi                                   on 2000/11/11  18:35:30
41222         Log: Simplify the getpagesize() unit by dropping the
41223              pagesize probe since it's nowadays slightly more
41224              complicated because of sysconf(). (Note: if some
41225              platform really needs the -lPW for getpagesize,
41226              I just broke it.)
41227              
41228              TODO: a new pagesize unit.
41229      Branch: metaconfig
41230            ! U/compline/d_getpagsz.U
41231 ____________________________________________________________________________
41232 [  7646] By: jhi                                   on 2000/11/11  18:33:23
41233         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
41234      Branch: perl
41235            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41236            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
41237            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
41238            ! vos/config.ga.h win32/config.bc win32/config.gc
41239            ! win32/config.vc
41240 ____________________________________________________________________________
41241 [  7645] By: jhi                                   on 2000/11/11  16:45:15
41242         Log: Use sysconf() or getpagesize() to find out the pagesize.
41243      Branch: perl
41244            ! perlio.c
41245 ____________________________________________________________________________
41246 [  7644] By: jhi                                   on 2000/11/11  15:46:08
41247         Log: Integrate perlio.
41248      Branch: perl
41249           !> perlio.c
41250 ____________________________________________________________________________
41251 [  7643] By: jhi                                   on 2000/11/11  15:33:36
41252         Log: Subject: Re: [PATCH] README.solaris
41253              From: Lupe Christoph <lupe@lupe-christoph.de>
41254              Date: Sat, 11 Nov 2000 14:08:10 +0100
41255              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
41256      Branch: perl
41257            ! README.solaris
41258 ____________________________________________________________________________
41259 [  7642] By: jhi                                   on 2000/11/11  15:22:12
41260         Log: Subject: [PATCH perl@7638] cygwin port
41261              From: "Eric Fifer" <egf7@columbia.edu>            
41262              Date: Fri, 10 Nov 2000 19:30:30 -0000
41263              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
41264      Branch: perl
41265            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
41266 ____________________________________________________________________________
41267 [  7641] By: nick                                  on 2000/11/11  14:50:36
41268         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
41269              Also call "Buf" layer directly when unread'ing non-read chars.
41270      Branch: perlio
41271            ! perlio.c
41272 ____________________________________________________________________________
41273 [  7640] By: jhi                                   on 2000/11/11  02:05:02
41274         Log: Add more encoding tables.
41275      Branch: perl
41276            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
41277            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
41278            + ext/Encode/Encode/iso8859-10.enc
41279            + ext/Encode/Encode/iso8859-13.enc
41280            + ext/Encode/Encode/iso8859-14.enc
41281            + ext/Encode/Encode/iso8859-15.enc
41282            ! MANIFEST
41283 ____________________________________________________________________________
41284 [  7639] By: jhi                                   on 2000/11/10  18:49:25
41285         Log: Subject: [PATCH] README.solaris
41286              From: Andy Dougherty <doughera@lafayette.edu>
41287              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
41288              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
41289      Branch: perl
41290            + README.solaris
41291            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
41292            ! pod/perl.pod pod/perltoc.pod
41293 ____________________________________________________________________________
41294 [  7638] By: jhi                                   on 2000/11/10  15:04:15
41295         Log: Update Changes.
41296      Branch: perl
41297            ! Changes patchlevel.h
41298 ____________________________________________________________________________
41299 [  7637] By: jhi                                   on 2000/11/10  14:14:28
41300         Log: Explain better why certain regex tests are skipped.
41301              
41302              Subject: Re: tests skipped: unknown reason
41303              From: Lupe Christoph <lupe@lupe-christoph.de>
41304              Date: Fri, 10 Nov 2000 09:08:56 +0100
41305              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
41306      Branch: perl
41307            ! t/op/regexp.t
41308 ____________________________________________________________________________
41309 [  7636] By: nick                                  on 2000/11/10  13:40:00
41310         Log: Integrate mainline.
41311      Branch: perlio
41312           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
41313           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
41314           !> win32/bin/search.pl
41315 ____________________________________________________________________________
41316 [  7635] By: nick                                  on 2000/11/10  13:25:52
41317         Log: Re-instate stdio large file support via perlio.
41318      Branch: perl
41319            ! perlio.c
41320 ____________________________________________________________________________
41321 [  7634] By: jhi                                   on 2000/11/10  04:49:55
41322         Log: Amdahl UTS hints updates.
41323              
41324              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
41325              From: hom00@utsglobal.com (Harold O Morris)
41326              Date: Thu, 9 Nov 2000 20:02 PST
41327              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
41328      Branch: perl
41329            ! hints/uts.sh
41330 ____________________________________________________________________________
41331 [  7633] By: jhi                                   on 2000/11/09  23:33:28
41332         Log: Subject: [PATCH] IO::Seekable pod
41333              From: Nicholas Clark <nick@talking.bollo.cx>
41334              Date: Thu, 9 Nov 2000 20:29:45 +0000
41335              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
41336      Branch: perl
41337            ! ext/IO/lib/IO/Handle.pm
41338 ____________________________________________________________________________
41339 [  7632] By: jhi                                   on 2000/11/09  21:55:41
41340         Log: Various doc oddball characters.
41341              
41342              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
41343              From: Michael Somos <somos@grail.cba.csuohio.edu>
41344              Date: Mon, 6 Nov 2000 17:44:20 -0500
41345              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
41346      Branch: perl
41347            ! emacs/cperl-mode.el lib/unicode/syllables.txt
41348            ! win32/bin/search.pl
41349 ____________________________________________________________________________
41350 [  7631] By: jhi                                   on 2000/11/09  21:12:29
41351         Log: Subject: Re: bash -c exit and linux hints 
41352              From: "John P. Linderman" <jpl@research.att.com>
41353              Date: Thu, 02 Nov 2000 09:37:25 -0500
41354              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
41355      Branch: perl
41356            ! hints/linux.sh
41357 ____________________________________________________________________________
41358 [  7630] By: nick                                  on 2000/11/09  20:34:11
41359         Log: Integrate mainline.
41360      Branch: perlio
41361           !> (integrate 91 files)
41362 ____________________________________________________________________________
41363 [  7629] By: jhi                                   on 2000/11/09  19:46:31
41364         Log: Missing dTHXs.
41365              
41366              Subject: RE: perl@7595 builds not on cygwin
41367              From: "Eric Fifer" <egf7@columbia.edu>
41368              Date: Thu, 9 Nov 2000 19:26:50 -0000
41369              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
41370      Branch: perl
41371            ! ext/Devel/Peek/Peek.xs
41372 ____________________________________________________________________________
41373 [  7628] By: jhi                                   on 2000/11/09  14:48:27
41374         Log: Disable only the tests 99 and 166 for UTF-8 locales.
41375      Branch: perl
41376            ! t/pragma/locale.t
41377 ____________________________________________________________________________
41378 [  7627] By: jhi                                   on 2000/11/09  14:40:27
41379         Log: There's no =head3.
41380      Branch: perl
41381            ! pod/perlhack.pod
41382 ____________________________________________________________________________
41383 [  7626] By: jhi                                   on 2000/11/09  13:54:26
41384         Log: The generated boot_* headers are wrong.  Pickier compiler,
41385              such as KAI C++ will refuse to compile the resulting perlmain.
41386              
41387              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
41388              From: Harri Pasanen <harri.pasanen@trema.com>
41389              Date: Thu, 09 Nov 2000 14:23:28 +0100
41390              Message-Id: <3A0AA550.26D548A3@trema.com>
41391      Branch: perl
41392            ! minimod.pl
41393 ____________________________________________________________________________
41394 [  7625] By: jhi                                   on 2000/11/09  13:50:44
41395         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
41396              From: Prymmer/Kahn <pvhp@best.com>
41397              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
41398              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
41399              
41400              All except the "cow orker" change.
41401      Branch: perl
41402            ! Porting/pumpkin.pod
41403 ____________________________________________________________________________
41404 [  7624] By: jhi                                   on 2000/11/09  13:45:33
41405         Log: Fix for
41406              
41407              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
41408              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
41409              Date: Thu, 09 Nov 2000 11:05:52 +0100
41410              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
41411      Branch: perl
41412            ! pod/perldiag.pod t/pragma/warn/pp_sys
41413 ____________________________________________________________________________
41414 [  7623] By: jhi                                   on 2000/11/09  13:37:16
41415         Log: Typo in an ifndef.
41416              
41417              Subject: Re: [PATCH 5.7.0] better messages from malloc()
41418              From: Joe Smith <jms@inwap.com>         
41419              Date: Thu, 09 Nov 2000 01:33:14 -0800
41420              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
41421      Branch: perl
41422            ! malloc.c
41423 ____________________________________________________________________________
41424 [  7622] By: jhi                                   on 2000/11/09  13:31:18
41425         Log: Remove unused extra arguments.
41426      Branch: metaconfig/U/perl
41427            ! perlxv.U
41428      Branch: perl
41429            ! Configure config_h.SH
41430 ____________________________________________________________________________
41431 [  7621] By: jhi                                   on 2000/11/09  13:16:36
41432         Log: More VMS moves on environment handling, from Charles Lane.
41433      Branch: perl
41434            ! t/pragma/locale.t
41435 ____________________________________________________________________________
41436 [  7620] By: jhi                                   on 2000/11/09  04:42:38
41437         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
41438              From: David Dyck <dcd@tc.fluke.com>
41439              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
41440              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
41441      Branch: perl
41442            ! pp_sys.c
41443 ____________________________________________________________________________
41444 [  7619] By: jhi                                   on 2000/11/09  04:36:21
41445         Log: Forgot from #7618.
41446      Branch: perl
41447            ! lib/File/stat.pm
41448 ____________________________________________________________________________
41449 [  7618] By: jhi                                   on 2000/11/09  04:28:44
41450         Log: Make deleting for %ENV work for (newer versions of) VMS,
41451              from Craig A. Berry.
41452      Branch: perl
41453            ! vms/vms.c
41454 ____________________________________________________________________________
41455 [  7617] By: jhi                                   on 2000/11/09  04:25:05
41456         Log: Subject: [PATCH] Class::Struct at compile time
41457              From: "Casey R. Tweten" <crt@kiski.net>
41458              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
41459              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
41460      Branch: perl
41461            ! lib/Class/Struct.pm
41462 ____________________________________________________________________________
41463 [  7616] By: jhi                                   on 2000/11/09  04:15:17
41464         Log: Subject: [ID 20001108.013] spelling
41465              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
41466              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
41467              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
41468      Branch: perl
41469            ! lib/ftp.pl
41470 ____________________________________________________________________________
41471 [  7615] By: jhi                                   on 2000/11/09  04:12:42
41472         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
41473              From: Peter Prymmer <pvhp@forte.com>
41474              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
41475              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
41476      Branch: perl
41477            ! configure.com
41478 ____________________________________________________________________________
41479 [  7614] By: jhi                                   on 2000/11/08  22:42:55
41480         Log: A missing aTHX_.
41481      Branch: perl
41482            ! ext/IPC/SysV/SysV.xs
41483 ____________________________________________________________________________
41484 [  7613] By: jhi                                   on 2000/11/08  19:30:21
41485         Log: Update Changes.
41486      Branch: perl
41487            ! Changes patchlevel.h
41488 ____________________________________________________________________________
41489 [  7612] By: jhi                                   on 2000/11/08  18:35:25
41490         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
41491              From: David Dyck <dcd@tc.fluke.com>
41492              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
41493              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
41494      Branch: perl
41495            ! pp_sys.c
41496 ____________________________________________________________________________
41497 [  7611] By: jhi                                   on 2000/11/08  18:30:26
41498         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
41499              From: Dominic Dunlop <domo@computer.org>
41500              Date: Tue, 7 Nov 2000 12:05:25 +0100
41501              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
41502      Branch: perl
41503            ! malloc.c
41504 ____________________________________________________________________________
41505 [  7610] By: jhi                                   on 2000/11/08  18:25:14
41506         Log: Do not test UTF-8 locales since that the tests would require
41507              polymorphic regexen.
41508      Branch: perl
41509            ! t/pragma/locale.t
41510 ____________________________________________________________________________
41511 [  7609] By: jhi                                   on 2000/11/08  17:12:51
41512         Log: Locale buglets.
41513              
41514              Subject: RE: Locales support (setlocale) fixes
41515              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
41516              Date: Wed, 8 Nov 2000 20:01:39 +0300
41517              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
41518      Branch: perl
41519            ! t/pragma/locale.t util.c
41520 ____________________________________________________________________________
41521 [  7608] By: jhi                                   on 2000/11/08  17:00:16
41522         Log: Deleting $ENV{PATH} in VMS is not recommendable.
41523      Branch: perl
41524            ! t/pragma/locale.t
41525 ____________________________________________________________________________
41526 [  7607] By: jhi                                   on 2000/11/08  16:58:26
41527         Log: Subject: PATCH std stdio for (Free)BSD
41528              From: Nicholas Clark <nick@ccl4.org>
41529              Date: Wed, 8 Nov 2000 15:36:29 +0000
41530              Message-ID: <20001108153629.D98736@plum.flirble.org>
41531      Branch: metaconfig
41532            ! U/compline/d_stdstdio.U
41533      Branch: perl
41534            ! Configure config_h.SH
41535 ____________________________________________________________________________
41536 [  7606] By: jhi                                   on 2000/11/08  16:43:31
41537         Log: Forgot to bump the line numbers in #7601.
41538      Branch: perl
41539            ! t/pragma/warn/pp_sys
41540 ____________________________________________________________________________
41541 [  7605] By: jhi                                   on 2000/11/08  16:39:12
41542         Log: More careful detection of how well NVs and UVs mix.
41543              
41544              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))
41545              From: Nicholas Clark <nick@ccl4.org>
41546              Date: Wed, 8 Nov 2000 15:14:12 +0000
41547              Message-ID: <20001108151412.B98736@plum.flirble.org>
41548              
41549              Added some SIGFPE paranoia.
41550      Branch: metaconfig/U/perl
41551            ! perlxv.U
41552      Branch: perl
41553            ! Configure config_h.SH
41554 ____________________________________________________________________________
41555 [  7604] By: jhi                                   on 2000/11/08  14:39:10
41556         Log: Subject: [patch perl@7595] VMS configure.com tweak
41557              From: "Craig A. Berry" <craigberry@mac.com>
41558              Date: Wed, 8 Nov 2000 00:24:12 -0600
41559              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
41560      Branch: perl
41561            ! configure.com
41562 ____________________________________________________________________________
41563 [  7603] By: jhi                                   on 2000/11/08  14:27:11
41564         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
41565              From: Robin Barker <rmb1@cise.npl.co.uk>
41566              Date: Wed, 8 Nov 2000 11:11:39 GMT
41567              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
41568      Branch: perl
41569            ! perlio.c
41570 ____________________________________________________________________________
41571 [  7602] By: jhi                                   on 2000/11/08  14:25:03
41572         Log: Fix for the tie-refhash string table leaks.
41573              
41574              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
41575              Date: Wed, 8 Nov 2000 13:03:04 GMT
41576              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
41577      Branch: perl
41578            ! t/lib/tie-refhash.t
41579 ____________________________________________________________________________
41580 [  7601] By: jhi                                   on 2000/11/08  14:21:08
41581         Log: Try to avoid flockless and emulationless places.
41582      Branch: perl
41583            ! t/pragma/warn/pp_sys
41584 ____________________________________________________________________________
41585 [  7600] By: jhi                                   on 2000/11/08  02:28:54
41586         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
41587              
41588              Subject: [PATCH] prototyped functions that should be overrideable
41589              From: "Casey R. Tweten" <crt@kiski.net>
41590              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
41591              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
41592      Branch: perl
41593            ! toke.c
41594 ____________________________________________________________________________
41595 [  7599] By: jhi                                   on 2000/11/08  01:12:05
41596         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
41597              
41598              Subject: [PATCH] perlbug.PL
41599              From: "Kurt D. Starsinic" <kstar@chapin.edu>
41600              Date: Mon, 6 Nov 2000 21:39:01 -0500
41601              Message-ID: <20001106213901.B20955@O2.chapin.edu>
41602      Branch: perl
41603            ! utils/perlbug.PL
41604 ____________________________________________________________________________
41605 [  7598] By: jhi                                   on 2000/11/07  23:42:00
41606         Log: Bad thinko in #7581 (I used the test program with the expanded
41607              values as-is).
41608      Branch: metaconfig
41609            ! U/compline/d_stdstdio.U
41610      Branch: perl
41611            ! Configure
41612 ____________________________________________________________________________
41613 [  7597] By: jhi                                   on 2000/11/07  21:43:29
41614         Log: Subject: [PATCH perl@7573] cygwin port
41615              From: "Fifer, Eric" <EFifer@sanwaint.com>
41616              Date: Tue, 7 Nov 2000 18:08:51 -0000 
41617              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
41618              
41619              Synchronize with Cygwin 1.1.5.
41620      Branch: perl
41621            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
41622            ! pod/perlport.pod unixish.h util.c
41623 ____________________________________________________________________________
41624 [  7596] By: jhi                                   on 2000/11/07  21:39:25
41625         Log: perlhack updates from H.Merijn Brand.
41626      Branch: perl
41627            ! pod/perlhack.pod
41628 ____________________________________________________________________________
41629 [  7595] By: jhi                                   on 2000/11/07  20:21:41
41630         Log: Update Changes.
41631      Branch: perl
41632            ! Changes patchlevel.h
41633 ____________________________________________________________________________
41634 [  7594] By: jhi                                   on 2000/11/07  19:18:58
41635         Log: Be more robust in Dynaloader.pm.
41636      Branch: perl
41637            ! ext/DynaLoader/DynaLoader_pm.PL
41638 ____________________________________________________________________________
41639 [  7593] By: jhi                                   on 2000/11/07  16:49:31
41640         Log: AUTHORS update.
41641      Branch: perl
41642            ! AUTHORS
41643 ____________________________________________________________________________
41644 [  7592] By: gsar                                  on 2000/11/07  16:39:51
41645         Log: normalize relative paths in virtualized current directory on windows,
41646              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
41647              returns)
41648      Branch: perl
41649            ! win32/vdir.h
41650 ____________________________________________________________________________
41651 [  7591] By: jhi                                   on 2000/11/07  16:04:26
41652         Log: Too profiler-happy: with optimization the #7590 actually makes
41653              the test to run 0.5% _slower_.  Requires much more instrumentation.
41654              Retract #7590.
41655      Branch: perl
41656            ! regcomp.c regcomp.h
41657 ____________________________________________________________________________
41658 [  7590] By: jhi                                   on 2000/11/07  15:51:13
41659         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
41660              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
41661              by using memset() and testing bytewise (as opposed to bitwise).
41662      Branch: perl
41663            ! regcomp.c regcomp.h
41664 ____________________________________________________________________________
41665 [  7589] By: jhi                                   on 2000/11/07  12:56:39
41666         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
41667              From: "Craig A. Berry" <craig.berry@psinetcs.com>
41668              Date: Mon, 06 Nov 2000 23:45:30 -0500
41669              Message-Id: <0011079735.AA973576259@univpress.com>
41670      Branch: perl
41671            ! configure.com t/lib/st-lock.t
41672 ____________________________________________________________________________
41673 [  7588] By: jhi                                   on 2000/11/07  01:03:28
41674         Log: Tweak #7587.
41675      Branch: perl
41676            ! pod/perldiag.pod
41677 ____________________________________________________________________________
41678 [  7587] By: jhi                                   on 2000/11/07  01:00:27
41679         Log: A doc addition for bug id 20001105.019, beware \p.
41680      Branch: perl
41681            ! pod/perldiag.pod
41682 ____________________________________________________________________________
41683 [  7586] By: jhi                                   on 2000/11/07  00:32:22
41684         Log: Fake support of holey files in win/dosish platforms.
41685              
41686              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
41687              From: kipp@shonanblue.ne.jp
41688              Date: Mon, 6 Nov 2000 13:30:55 -0800
41689              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
41690      Branch: perl
41691            ! ext/SDBM_File/sdbm/sdbm.c
41692 ____________________________________________________________________________
41693 [  7585] By: jhi                                   on 2000/11/07  00:12:54
41694         Log: Subject: Pod updates
41695              From: "Stephen P. Potter" <spp@spotter.yi.org>
41696              Date: Mon, 06 Nov 2000 18:56:43 -0500
41697              Message-Id: <200011062357.SAA18173@spotter.yi.org>
41698      Branch: perl
41699            ! README.dos README.os2 README.win32 pod/buildtoc.PL
41700            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
41701            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
41702            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
41703            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
41704            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
41705            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
41706            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
41707            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
41708            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
41709            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
41710            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
41711            ! pod/perltootc.pod pod/perlunicode.pod
41712 ____________________________________________________________________________
41713 [  7584] By: jhi                                   on 2000/11/07  00:04:17
41714         Log: Varargs don't always work too well if one puts an unsigned
41715              char on the stack and pop an unsigned quad off the stack.
41716              
41717              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
41718              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
41719              Date: Mon, 06 Nov 2000 15:19:05 -0800
41720              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
41721      Branch: perl
41722            ! utf8.c
41723 ____________________________________________________________________________
41724 [  7583] By: jhi                                   on 2000/11/06  23:58:48
41725         Log: %ENV note tweaks from Dan Sugalski.
41726      Branch: perl
41727            ! pod/perlport.pod vms/perlvms.pod
41728 ____________________________________________________________________________
41729 [  7582] By: jhi                                   on 2000/11/06  23:05:49
41730         Log: glibc5 detection by __GNU_LIBRARY__.
41731      Branch: perl
41732            ! toke.c
41733 ____________________________________________________________________________
41734 [  7581] By: jhi                                   on 2000/11/06  22:51:29
41735         Log: Make the stdio test program of 7427 less noisy while being 
41736              compiled so that Digital UNIX wouldn't get both
41737              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
41738              undefined.  This makes perlio happy.
41739      Branch: metaconfig
41740            ! U/compline/d_stdstdio.U
41741      Branch: perl
41742            ! Configure config_h.SH
41743 ____________________________________________________________________________
41744 [  7580] By: jhi                                   on 2000/11/06  22:41:41
41745         Log: Document %ENV = () portability issues.
41746      Branch: perl
41747            ! pod/perlport.pod vms/perlvms.pod
41748 ____________________________________________________________________________
41749 [  7579] By: jhi                                   on 2000/11/06  21:29:24
41750         Log: VOS updates from Paul Green.
41751      Branch: perl
41752            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
41753 ____________________________________________________________________________
41754 [  7578] By: jhi                                   on 2000/11/06  21:00:40
41755         Log: Sanitize the environment further.
41756      Branch: perl
41757            ! t/pragma/locale.t
41758 ____________________________________________________________________________
41759 [  7577] By: jhi                                   on 2000/11/06  20:53:51
41760         Log: Re-introduce 7552 lost in integration.
41761      Branch: perl
41762            ! perlio.c
41763 ____________________________________________________________________________
41764 [  7576] By: jhi                                   on 2000/11/06  20:33:46
41765         Log: Admit that the test leaks scalars.
41766      Branch: perl
41767            ! t/comp/proto.t
41768 ____________________________________________________________________________
41769 [  7575] By: jhi                                   on 2000/11/06  20:17:08
41770         Log: Integrate perlio.
41771      Branch: perl
41772           !> perlio.c
41773 ____________________________________________________________________________
41774 [  7574] By: nick                                  on 2000/11/06  20:07:28
41775         Log: Remove debug. Try (Mmap_t) on madvise() call.
41776      Branch: perlio
41777            ! perlio.c
41778 ____________________________________________________________________________
41779 [  7573] By: jhi                                   on 2000/11/06  13:56:05
41780         Log: Update Changes.
41781      Branch: perl
41782            ! Changes patchlevel.h
41783 ____________________________________________________________________________
41784 [  7572] By: jhi                                   on 2000/11/06  13:48:41
41785         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
41786              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41787              Date: Mon, 06 Nov 2000 10:11:42 +0100
41788              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
41789      Branch: perl
41790            ! pod/perlhack.pod
41791 ____________________________________________________________________________
41792 [  7571] By: jhi                                   on 2000/11/06  01:45:51
41793         Log: AUTHORS updates.
41794      Branch: perl
41795            ! AUTHORS
41796 ____________________________________________________________________________
41797 [  7570] By: jhi                                   on 2000/11/06  00:18:00
41798         Log: Fix for
41799              
41800              Subject: [ID 20000728.005] perl -P broken
41801              From: David Dyck <dcd@tc.fluke.com>
41802              Date: Fri, 28 Jul 2000 17:19:16 -0700
41803              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
41804              
41805              (hopefully).  The fix is also not complete, it seems to break
41806              BOM swallowing for libc5 systems, but until someone figures
41807              out a way to do this without ftell(), this will do.
41808      Branch: perl
41809            ! toke.c
41810 ____________________________________________________________________________
41811 [  7569] By: jhi                                   on 2000/11/06  00:05:30
41812         Log: Document that the evaled syntax errors cause scalar leaks.
41813      Branch: perl
41814            ! t/comp/proto.t
41815 ____________________________________________________________________________
41816 [  7568] By: jhi                                   on 2000/11/05  23:14:47
41817         Log: opmini.o can linger from Configures past.
41818      Branch: perl
41819            ! Makefile.SH
41820 ____________________________________________________________________________
41821 [  7567] By: jhi                                   on 2000/11/05  21:28:39
41822         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
41823              first argument correctly.
41824      Branch: perl
41825            ! perlio.c
41826 ____________________________________________________________________________
41827 [  7566] By: jhi                                   on 2000/11/05  21:15:56
41828         Log: Integrate perlio.
41829      Branch: perl
41830           !> perlio.c
41831 ____________________________________________________________________________
41832 [  7565] By: jhi                                   on 2000/11/05  21:15:13
41833         Log: Use -dM for gcc (the suggested patch did it only for Linux,
41834              but I think it can be generalized).
41835              
41836              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
41837              From: Pixel <pixel@mandrakesoft.com>
41838              Date: 05 Nov 2000 21:49:34 +0100 
41839              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
41840      Branch: perl
41841            ! ext/Errno/Errno_pm.PL
41842 ____________________________________________________________________________
41843 [  7564] By: nick                                  on 2000/11/05  21:09:18
41844         Log: Added a mmap layer as a "subclass" of perlio.
41845              PERLIO=mmap ./perl harness passes
41846      Branch: perlio
41847            ! perlio.c
41848 ____________________________________________________________________________
41849 [  7563] By: jhi                                   on 2000/11/05  19:48:55
41850         Log: Add a note for future generations about bug id 20000229.006.
41851      Branch: perl
41852            ! malloc.c
41853 ____________________________________________________________________________
41854 [  7562] By: jhi                                   on 2000/11/05  19:38:24
41855         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
41856      Branch: perl
41857            ! pp_ctl.c t/op/pos.t
41858 ____________________________________________________________________________
41859 [  7561] By: jhi                                   on 2000/11/05  18:21:46
41860         Log: Add =pod to be tidy.
41861      Branch: perl
41862            ! lib/Math/Complex.pm
41863 ____________________________________________________________________________
41864 [  7560] By: jhi                                   on 2000/11/05  17:38:46
41865         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
41866      Branch: perl
41867            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
41868            ! ext/Storable/Storable.xs t/lib/st-recurse.t
41869 ____________________________________________________________________________
41870 [  7559] By: jhi                                   on 2000/11/05  17:32:59
41871         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
41872              From: "Peter J. Farley III" <pjfarley@banet.net>
41873              Date: Sun, 05 Nov 2000 11:55:59 -0500
41874              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
41875      Branch: perl
41876            ! t/lib/syslog.t
41877 ____________________________________________________________________________
41878 [  7558] By: jhi                                   on 2000/11/05  17:29:19
41879         Log: Integrate perlio.
41880      Branch: perl
41881           !> perlio.c
41882 ____________________________________________________________________________
41883 [  7557] By: jhi                                   on 2000/11/05  17:22:01
41884         Log: A fix of sorts for 20000329.026, a better error message
41885              for a missing "use charnames" when using the \N{...}. 
41886      Branch: perl
41887            ! pod/perldiag.pod toke.c
41888 ____________________________________________________________________________
41889 [  7556] By: jhi                                   on 2000/11/05  16:33:50
41890         Log: Test tweak: show also the failed locales.
41891              
41892              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
41893              From: Lupe Christoph <lupe@lupe-christoph.de>         
41894              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
41895              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
41896      Branch: perl
41897            ! t/pragma/locale.t
41898 ____________________________________________________________________________
41899 [  7555] By: nick                                  on 2000/11/05  11:09:34
41900         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
41901              open RDWR so does not fail. (pragma/warnings 303 again...)
41902      Branch: perlio
41903            ! perlio.c
41904 ____________________________________________________________________________
41905 [  7554] By: nick                                  on 2000/11/05  10:10:13
41906         Log: Fix case where ungetc(f,EOF) was allowed.
41907              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
41908              so we can see similarities.
41909              Use types more carefully and a STDCHAR array in hope that this will
41910              fix Jarrko's 64bit machine.
41911      Branch: perlio
41912            ! perlio.c
41913 ____________________________________________________________________________
41914 [  7553] By: jhi                                   on 2000/11/05  01:12:16
41915         Log: Fix for
41916              
41917              Subject: [ID 20001004.007] taint propogation is inconsistent
41918              From: pimlott@idiomtech.com (Andrew Pimlott) 
41919              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
41920              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
41921              
41922              The culprit was sv_setsv() which was rather blindly
41923              propagating taint, which lead to behaviour where if
41924              a tainted anon hash value was seen all the hash values
41925              from then on at that level became tainted, or at any
41926              upper levels in the case of nested anon hashes.
41927      Branch: perl
41928            ! sv.c t/op/taint.t
41929 ____________________________________________________________________________
41930 [  7552] By: jhi                                   on 2000/11/04  23:44:18
41931         Log: Some cpps don't like splitting conditionals across several lines.
41932      Branch: perl
41933            ! perlio.c
41934 ____________________________________________________________________________
41935 [  7551] By: nick                                  on 2000/11/04  23:40:44
41936         Log: Integrate mainline
41937      Branch: perlio
41938           !> pp_hot.c t/op/taint.t
41939 ____________________________________________________________________________
41940 [  7550] By: nick                                  on 2000/11/04  23:39:05
41941         Log: Integrate mainline again
41942      Branch: perlio
41943           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
41944           !> t/lib/b.t t/op/misc.t util.c
41945 ____________________________________________________________________________
41946 [  7549] By: jhi                                   on 2000/11/04  23:14:01
41947         Log: Fix for
41948              
41949              Subject: [ID 20001004.006] undef is never tainted
41950              From: pimlott@idiomtech.com (Andrew Pimlott)
41951              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
41952              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
41953              
41954              An undef read from a slurped file was not tainted.
41955      Branch: perl
41956            ! pp_hot.c t/op/taint.t
41957 ____________________________________________________________________________
41958 [  7548] By: jhi                                   on 2000/11/04  22:56:21
41959         Log: Test tweak ($Config{useperlio} is by default undef) .
41960      Branch: perl
41961            ! t/lib/b.t
41962 ____________________________________________________________________________
41963 [  7547] By: jhi                                   on 2000/11/04  22:43:56
41964         Log: Integrate perlio.
41965      Branch: perl
41966           +> lib/perlio.pm
41967           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
41968           !> pod/perlapi.pod t/lib/b.t
41969 ____________________________________________________________________________
41970 [  7546] By: jhi                                   on 2000/11/04  22:40:59
41971         Log: Configure would use a bad $myuname from an old config.sh.
41972              
41973              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
41974              From: Andy Dougherty <doughera@lafayette.edu>
41975              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
41976              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
41977      Branch: metaconfig
41978            ! U/modified/Oldconfig.U
41979      Branch: perl
41980            ! Configure config_h.SH
41981 ____________________________________________________________________________
41982 [  7545] By: jhi                                   on 2000/11/04  22:36:54
41983         Log: Subject: Locales support (setlocale) fixes
41984              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
41985              Date: Sat, 4 Nov 2000 10:15:48 +0300 
41986              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
41987              
41988              Modified quite a bit to be more portable.
41989      Branch: perl
41990            ! embed.h embed.pl perl.h proto.h util.c
41991 ____________________________________________________________________________
41992 [  7544] By: jhi                                   on 2000/11/04  22:32:47
41993         Log: Dying is too strict here, better just skip.
41994      Branch: perl
41995            ! t/op/misc.t
41996 ____________________________________________________________________________
41997 [  7543] By: nick                                  on 2000/11/04  21:55:13
41998         Log: Merge mainline
41999      Branch: perlio
42000           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
42001           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
42002           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
42003           !> (integrate 64 files)
42004 ____________________________________________________________________________
42005 [  7542] By: jhi                                   on 2000/11/04  21:09:28
42006         Log: More Changes tweakery.
42007      Branch: perl
42008            ! Changes Porting/genlog
42009 ____________________________________________________________________________
42010 [  7541] By: jhi                                   on 2000/11/04  20:58:18
42011         Log: Changes fixups.
42012      Branch: perl
42013            ! Changes
42014 ____________________________________________________________________________
42015 [  7540] By: jhi                                   on 2000/11/04  20:42:38
42016         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
42017              create a "fast path" for locale name probing using "locale -a"
42018              if available, squash finally hopefully the s?printf resetting
42019              the numeric locale (since, IIUC perllocale, it never shouldn't). 
42020      Branch: perl
42021            ! sv.c t/op/misc.t t/pragma/locale.t
42022 ____________________________________________________________________________
42023 [  7539] By: nick                                  on 2000/11/04  19:56:10
42024         Log: PerlIO infrastructure complete.
42025      Branch: perlio
42026            + lib/perlio.pm
42027            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
42028 ____________________________________________________________________________
42029 [  7538] By: nick                                  on 2000/11/04  14:31:32
42030         Log: Type tweaks + less contorted allocation scheme
42031      Branch: perlio
42032            ! perlio.c
42033 ____________________________________________________________________________
42034 [  7537] By: nick                                  on 2000/11/04  12:40:42
42035         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
42036              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
42037              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
42038              sensible) which lead to some interesting fails.
42039      Branch: perlio
42040            ! perlio.c
42041 ____________________________________________________________________________
42042 [  7536] By: jhi                                   on 2000/11/04  00:20:02
42043         Log: Add FCNTL_CAN_LOCK.
42044              
42045              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
42046              From: Andy Dougherty <doughera@lafayette.edu>
42047              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
42048              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
42049              
42050              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
42051              From: Andy Dougherty <doughera@lafayette.edu>
42052              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
42053              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
42054      Branch: metaconfig/U/perl
42055            + d_fcntl_can_lock.U
42056            ! startperl.U
42057      Branch: perl
42058            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42059            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
42060            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
42061            ! vos/config.ga.h win32/config.bc win32/config.gc
42062            ! win32/config.vc
42063 ____________________________________________________________________________
42064 [  7535] By: nick                                  on 2000/11/03  22:19:10
42065         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
42066              - Works on Linux with
42067              perlio + unix
42068              stdio
42069              - Works on Solaris with
42070              perlio + unix
42071              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
42072              - Fails (hangs in openpid) if you try and stack
42073              perlio + stdio - Linux stdio's read() logic is hanging.
42074      Branch: perlio
42075            ! iperlsys.h perlio.c
42076 ____________________________________________________________________________
42077 [  7534] By: jhi                                   on 2000/11/03  15:16:02
42078         Log: Subject: Re: README.aix
42079              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42080              Date: Fri, 03 Nov 2000 16:03:15 +0100
42081              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
42082      Branch: perl
42083            ! README.aix
42084 ____________________________________________________________________________
42085 [  7533] By: jhi                                   on 2000/11/03  03:59:02
42086         Log: Subject: [PATCH 5.7.0] better messages from malloc()
42087              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42088              Date: Wed, 1 Nov 2000 23:39:56 -0500
42089              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
42090      Branch: perl
42091            ! malloc.c pod/perldiag.pod
42092 ____________________________________________________________________________
42093 [  7532] By: jhi                                   on 2000/11/03  00:11:56
42094         Log: The #7521 touched things it shouldn't have.
42095      Branch: perl
42096            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
42097 ____________________________________________________________________________
42098 [  7531] By: jhi                                   on 2000/11/02  22:32:33
42099         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
42100              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
42101              Date:     Thu, 2 Nov 2000 16:58:36 EST
42102              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
42103      Branch: perl
42104            ! vms/gen_shrfls.pl
42105 ____________________________________________________________________________
42106 [  7530] By: jhi                                   on 2000/11/02  22:08:49
42107         Log: Fix the problem discussed in
42108              
42109              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
42110              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
42111              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
42112              
42113              originally from Linc Madison.  Also Andreas König's comments
42114              taken into account.  Some other problems with Tie::SubstrHash
42115              fixed: didn't croak when the table exceeded the requested number
42116              of entries (as documented) but instead when the number of entries
42117              exceeded the size of the table, a croak() had an unnecessary \n,
42118              didn't have a CLEAR method, documented that there is no exists().
42119              Didn't fix to be strict-proof because the module uses &foo; and
42120              dynamic scope.  Added a test script exercizing both first tamely 
42121              the basic functionality, and then the failure cases reported by
42122              Linc Madison.
42123      Branch: perl
42124            + t/lib/tie-substrhash.t
42125            ! MANIFEST lib/Tie/SubstrHash.pm
42126 ____________________________________________________________________________
42127 [  7529] By: jhi                                   on 2000/11/02  17:58:08
42128         Log: recv() can fail and return undef.
42129              
42130              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
42131              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
42132              Date: Thu, 2 Nov 2000 20:12:20 +0300
42133              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
42134      Branch: perl
42135            ! lib/Net/Ping.pm
42136 ____________________________________________________________________________
42137 [  7528] By: jhi                                   on 2000/11/02  17:49:09
42138         Log: Detpyo.
42139      Branch: perl
42140            ! pod/perlop.pod
42141 ____________________________________________________________________________
42142 [  7527] By: jhi                                   on 2000/11/02  15:48:37
42143         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
42144              fix a autovivification bug in Tie::RefHash, add tests for both.
42145              
42146              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
42147              From: Edward Avis <epa98@doc.ic.ac.uk>
42148              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
42149              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
42150      Branch: perl
42151            + t/lib/tie-refhash.t
42152            ! MANIFEST lib/Tie/RefHash.pm
42153 ____________________________________________________________________________
42154 [  7526] By: jhi                                   on 2000/11/02  13:56:26
42155         Log: Test::Harness revealed buglets in the new DynaLoader.
42156              
42157              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
42158              From: andreas.koenig@anima.de (Andreas J. Koenig)
42159              Date: 02 Nov 2000 11:26:48 +0100 
42160              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
42161      Branch: perl
42162            ! ext/DynaLoader/DynaLoader_pm.PL
42163 ____________________________________________________________________________
42164 [  7525] By: jhi                                   on 2000/11/01  23:52:08
42165         Log: The entry for #7503 was missing.
42166      Branch: perl
42167            ! Changes
42168 ____________________________________________________________________________
42169 [  7524] By: jhi                                   on 2000/11/01  23:40:52
42170         Log: Update Changes.
42171      Branch: perl
42172            ! Changes patchlevel.h
42173 ____________________________________________________________________________
42174 [  7523] By: jhi                                   on 2000/11/01  22:57:09
42175         Log: More tweaking on the #7522 theme.
42176      Branch: perl
42177            ! ext/DynaLoader/DynaLoader_pm.PL
42178 ____________________________________________________________________________
42179 [  7522] By: jhi                                   on 2000/11/01  22:06:15
42180         Log: Expand %Config variables and %ENV variables only if
42181              so requested during build time using the
42182              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
42183              Not expanding makes relocating distributions easier.
42184      Branch: perl
42185            ! ext/DynaLoader/DynaLoader_pm.PL
42186 ____________________________________________________________________________
42187 [  7521] By: jhi                                   on 2000/11/01  20:56:34
42188         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
42189              and setgid() because they were just changing $< and $( which means
42190              only changing the real uid/gid, as opposed to changing both
42191              real and effective ids.  (The alternative way could have been
42192              in POSIX.pm to change $> and $), too, but making a direct call
42193              to the C API feels cleaner.)  Fixes the bug
42194              
42195              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
42196              From: "Garry T. Williams" <garry@zvolve.com>
42197              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
42198              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
42199      Branch: perl
42200            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
42201            ! ext/POSIX/typemap pod/perlvar.pod
42202 ____________________________________________________________________________
42203 [  7520] By: jhi                                   on 2000/11/01  20:08:33
42204         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
42205              From: "Garry T. Williams" <garry@zvolve.com>
42206              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
42207              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
42208      Branch: perl
42209            ! pod/perlsec.pod
42210 ____________________________________________________________________________
42211 [  7519] By: jhi                                   on 2000/11/01  20:01:22
42212         Log: Locale warning explanation tweak.
42213      Branch: perl
42214            ! pod/perldiag.pod
42215 ____________________________________________________________________________
42216 [  7518] By: jhi                                   on 2000/11/01  18:57:13
42217         Log: C.pm part of
42218              
42219              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
42220              From: Jarkko Hietaniemi <jhi@iki.fi>
42221              Date: Tue, 10 Oct 2000 08:22:28 -0500
42222              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
42223      Branch: perl
42224            ! ext/B/B/C.pm
42225 ____________________________________________________________________________
42226 [  7517] By: jhi                                   on 2000/11/01  18:41:59
42227         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
42228              From: Martien Verbruggen <mgjv@comdyn.com.au>
42229              Date: Fri, 6 Oct 2000 14:09:10 +1100
42230              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
42231      Branch: perl
42232            ! pod/perlop.pod
42233 ____________________________________________________________________________
42234 [  7516] By: jhi                                   on 2000/11/01  18:34:55
42235         Log: Generalize the Camel wording.
42236              
42237              Subject: Re: perlfaq style changes
42238              From: John Borwick <jhborwic@unity.ncsu.edu>
42239              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
42240              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
42241      Branch: perl
42242            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
42243 ____________________________________________________________________________
42244 [  7515] By: jhi                                   on 2000/11/01  16:52:31
42245         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
42246              From: pimlott@idiomtech.com (Andrew Pimlott)
42247              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
42248              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
42249      Branch: perl
42250            ! pod/perlsec.pod
42251 ____________________________________________________________________________
42252 [  7514] By: jhi                                   on 2000/11/01  15:03:40
42253         Log: More AIX lore.
42254      Branch: perl
42255            ! ext/re/hints/aix.pl
42256 ____________________________________________________________________________
42257 [  7513] By: jhi                                   on 2000/11/01  14:48:30
42258         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
42259              From: root <root@chronos.fi.muni.cz>
42260              Date: Wed, 1 Nov 2000 12:31:32 +0100
42261              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
42262      Branch: perl
42263            ! lib/Net/Ping.pm
42264 ____________________________________________________________________________
42265 [  7512] By: jhi                                   on 2000/11/01  14:46:47
42266         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
42267              From: Martin Husemann <martin@duskware.de>
42268              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
42269              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
42270      Branch: perl
42271            ! regcomp.c
42272 ____________________________________________________________________________
42273 [  7511] By: jhi                                   on 2000/11/01  14:39:50
42274         Log: AUTHORS updates.
42275      Branch: perl
42276            ! AUTHORS
42277 ____________________________________________________________________________
42278 [  7510] By: jhi                                   on 2000/11/01  14:29:50
42279         Log: Subject: [PATCH] startperl to respect versiononly
42280              From: Robin Barker <rmb1@cise.npl.co.uk> 
42281              Date: Tue, 31 Oct 2000 16:29:36 GMT
42282              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
42283      Branch: metaconfig/U/perl
42284            ! startperl.U
42285      Branch: perl
42286            ! Configure config_h.SH
42287 ____________________________________________________________________________
42288 [  7509] By: jhi                                   on 2000/11/01  14:19:53
42289         Log: printf UVs the correct way, noticed by Robin Barker.
42290      Branch: perl
42291            ! utf8.c
42292 ____________________________________________________________________________
42293 [  7508] By: jhi                                   on 2000/11/01  14:10:03
42294         Log: Do not cleanup *% because the % has special meanings in some
42295              shell environments.
42296      Branch: perl
42297            ! ext/Storable/Makefile.PL
42298 ____________________________________________________________________________
42299 [  7507] By: jhi                                   on 2000/11/01  14:06:00
42300         Log: The NonStop-UX libraries have a novel way to say NaN.
42301      Branch: perl
42302            ! t/lib/bigfltpm.t
42303 ____________________________________________________________________________
42304 [  7506] By: jhi                                   on 2000/11/01  14:03:35
42305         Log: The osname has been lowercased by now, from Tom Bates.
42306      Branch: metaconfig
42307            ! U/modified/Oldconfig.U
42308      Branch: perl
42309            ! Configure config_h.SH
42310 ____________________________________________________________________________
42311 [  7505] By: jhi                                   on 2000/10/31  19:18:39
42312         Log: The compiler is either gcc or cc, from Tom Bates.
42313      Branch: perl
42314            ! hints/nonstopux.sh
42315 ____________________________________________________________________________
42316 [  7504] By: jhi                                   on 2000/10/31  14:53:42
42317         Log: Update Changes.
42318      Branch: perl
42319            ! Changes patchlevel.h
42320 ____________________________________________________________________________
42321 [  7503] By: jhi                                   on 2000/10/31  14:30:50
42322         Log: Whitespace style tweak.  Was originally going to see to
42323              
42324              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
42325              From: Joe Smith <jms@inwap.com>
42326              Date: Mon, 30 Oct 2000 18:47:57 -0800
42327              Message-Id: <39FE32DD.24AAC4D@inwap.com>
42328              
42329              but that had already been taken care of.
42330      Branch: metaconfig
42331            ! U/compline/d_stdstdio.U
42332      Branch: perl
42333            ! Configure config_h.SH
42334 ____________________________________________________________________________
42335 [  7502] By: jhi                                   on 2000/10/31  14:25:02
42336         Log: AUTHORS tweaks.
42337      Branch: perl
42338            ! AUTHORS
42339 ____________________________________________________________________________
42340 [  7501] By: jhi                                   on 2000/10/31  14:23:59
42341         Log: Subject: perlfaq style changes
42342              From: John Borwick <jhborwic@unity.ncsu.edu>
42343              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
42344              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
42345      Branch: perl
42346            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
42347            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
42348            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
42349            ! pod/perlfaq9.pod
42350 ____________________________________________________________________________
42351 [  7500] By: jhi                                   on 2000/10/31  14:22:15
42352         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
42353              
42354              Subject: Re: [ID 20000918.005] ~ on wide chars
42355              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
42356              Date: Mon, 30 Oct 2000 21:09:55 -0800
42357              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
42358              
42359              (The ord() part of the patch skipped.)
42360      Branch: perl
42361            ! doop.c
42362 ____________________________________________________________________________
42363 [  7499] By: jhi                                   on 2000/10/31  14:20:08
42364         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
42365              From: Jens Hamisch <jens@Strawberry.COM>
42366              Date: Mon, 30 Oct 2000 15:17:07 +0100
42367              Message-Id: <20001030151707.A9597@Strawberry.COM>
42368      Branch: perl
42369            ! av.c
42370 ____________________________________________________________________________
42371 [  7498] By: jhi                                   on 2000/10/31  14:16:29
42372         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
42373              From: Peter Prymmer <pvhp@forte.com>
42374              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
42375              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
42376      Branch: perl
42377            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
42378            + ext/Encode/Encode/posix-bc.enc
42379            ! MANIFEST t/lib/encode.t
42380 ____________________________________________________________________________
42381 [  7497] By: jhi                                   on 2000/10/31  14:13:22
42382         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
42383              From: Peter Prymmer <pvhp@forte.com>
42384              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
42385              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
42386      Branch: perl
42387            ! t/lib/cgi-html.t
42388 ____________________________________________________________________________
42389 [  7496] By: jhi                                   on 2000/10/31  14:12:05
42390         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
42391              From: Peter Prymmer <pvhp@forte.com>
42392              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
42393              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
42394      Branch: perl
42395            ! t/lib/cgi-function.t
42396 ____________________________________________________________________________
42397 [  7495] By: jhi                                   on 2000/10/31  14:11:08
42398         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
42399              From: Peter Prymmer <pvhp@forte.com>
42400              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
42401              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
42402      Branch: perl
42403            + ext/re/hints/aix.pl
42404            ! MANIFEST ext/re/Makefile.PL
42405 ____________________________________________________________________________
42406 [  7494] By: jhi                                   on 2000/10/31  14:08:32
42407         Log: Use Errno magic.
42408              
42409              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
42410              From: Casey Tweten <perl@ctweten.amsite.com>
42411              Date: Mon, 30 Oct 2000 15:51:17 -0500
42412              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
42413      Branch: perl
42414            ! lib/File/Temp.pm
42415 ____________________________________________________________________________
42416 [  7493] By: jhi                                   on 2000/10/31  14:05:07
42417         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
42418              
42419              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
42420              From: Nicholas Clark <nick@ccl4.org>
42421              Date: Mon, 30 Oct 2000 17:38:45 +0000
42422              Message-ID: <20001030173845.O60355@plum.flirble.org>
42423      Branch: perl
42424            ! Makefile.SH utils/perlbug.PL
42425 ____________________________________________________________________________
42426 [  7492] By: nick                                  on 2000/10/30  19:37:23
42427         Log: Change files which are mysteriously different to mainline to be
42428              copies of mainline.
42429      Branch: perlio
42430            ! objXSUB.h perlapi.c pod/perlapi.pod
42431 ____________________________________________________________________________
42432 [  7491] By: nick                                  on 2000/10/30  18:05:54
42433         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
42434              - typo in endian code in putc.
42435              - Don't allow read of write-only files and vice-versa
42436              - and off-by-one in flush-all loop.
42437              Remove debug calls as they were using GCC specific features.
42438      Branch: perlio
42439            ! perlio.c
42440 ____________________________________________________________________________
42441 [  7490] By: nick                                  on 2000/10/29  21:45:45
42442         Log: Integrate mainline to perlio
42443      Branch: perlio
42444           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
42445           !> toke.c
42446 ____________________________________________________________________________
42447 [  7489] By: jhi                                   on 2000/10/29  21:11:08
42448         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
42449              From: andreas.koenig@anima.de (Andreas J. Koenig)
42450              Date: 29 Oct 2000 22:05:59 +0100
42451              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
42452      Branch: perl
42453            ! lib/ExtUtils/Manifest.pm
42454 ____________________________________________________________________________
42455 [  7488] By: jhi                                   on 2000/10/29  21:07:47
42456         Log: Tests for #7487.
42457              
42458              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
42459              From: andreas.koenig@anima.de (Andreas J. Koenig)
42460              Date: 29 Oct 2000 19:37:09 +0100
42461              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
42462      Branch: perl
42463            ! t/comp/proto.t
42464 ____________________________________________________________________________
42465 [  7487] By: jhi                                   on 2000/10/29  21:06:27
42466         Log: constsub spillage.
42467              
42468              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
42469              From: John Tobey <jtobey@john-edwin-tobey.org>
42470              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
42471              Message-Id: <m13pvSr-000FObC@feynman.localnet>
42472      Branch: perl
42473            ! op.c
42474 ____________________________________________________________________________
42475 [  7486] By: nick                                  on 2000/10/29  21:05:04
42476         Log: Integrate mainline to perlio branch
42477      Branch: perlio
42478           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
42479           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
42480           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
42481           +> vos/install_perl.cm
42482            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
42483            - vos/config.h vos/config_h.SH_orig
42484           !> (integrate 141 files)
42485 ____________________________________________________________________________
42486 [  7485] By: jhi                                   on 2000/10/29  21:00:47
42487         Log: Make \x{...} consistently produce UTF-8.
42488              
42489              Subject: Re: \x{...} is confused 
42490              From: Simon Cozens <simon@cozens.net>
42491              Date: Sun, 29 Oct 2000 19:36:48 +0000
42492              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
42493      Branch: perl
42494            ! t/pragma/utf8.t toke.c
42495 ____________________________________________________________________________
42496 [  7484] By: nick                                  on 2000/10/29  20:05:29
42497         Log: PerlIO passes all tests.
42498      Branch: perlio
42499            ! perlio.c
42500 ____________________________________________________________________________
42501 [  7483] By: jhi                                   on 2000/10/29  18:06:55
42502         Log: Update Changes.
42503      Branch: perl
42504            ! Changes patchlevel.h
42505 ____________________________________________________________________________
42506 [  7482] By: nick                                  on 2000/10/29  17:43:28
42507         Log: Include <unistd.h> to get correct lseek() prototype etc.
42508              (I thought perl.h did that) - down to two fails
42509              - comp/require.t (last test)
42510              - lib/io_xs.t - possibly import/export of FILE * ?
42511      Branch: perlio
42512            ! perlio.c
42513 ____________________________________________________________________________
42514 [  7481] By: jhi                                   on 2000/10/29  17:02:37
42515         Log: UTF-8 decoder tweak.
42516      Branch: perl
42517            ! utf8.c
42518 ____________________________________________________________________________
42519 [  7480] By: nick                                  on 2000/10/29  16:26:11
42520         Log: Fixed two bugs:
42521              - error code not being set on close (of broken pipe)
42522              - append mode was truncating.
42523              At least one seek/tell bug remains.
42524      Branch: perlio
42525            ! perlio.c
42526 ____________________________________________________________________________
42527 [  7479] By: nick                                  on 2000/10/29  11:18:16
42528         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
42529              in case of accidents. Still several worrying fails, no line disciplines yet.
42530      Branch: perlio
42531            ! iperlsys.h perlio.c
42532 ____________________________________________________________________________
42533 [  7478] By: jhi                                   on 2000/10/29  02:04:01
42534         Log: Add also emailless people.
42535      Branch: perl
42536            ! AUTHORS
42537 ____________________________________________________________________________
42538 [  7477] By: jhi                                   on 2000/10/29  01:36:00
42539         Log: The #7476 needs a MANIFEST change, too.
42540      Branch: perl
42541            ! MANIFEST
42542 ____________________________________________________________________________
42543 [  7476] By: jhi                                   on 2000/10/29  01:35:21
42544         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
42545      Branch: perl
42546            - MAINTAIN
42547            ! AUTHORS Changes
42548 ____________________________________________________________________________
42549 [  7475] By: jhi                                   on 2000/10/28  23:57:25
42550         Log: De-quoted-unreadable to ISO Latin 1.
42551              (There's one ISO-2022-JP name in Changes5.004.)
42552      Branch: perl
42553            ! Changes Changes5.6
42554 ____________________________________________________________________________
42555 [  7474] By: jhi                                   on 2000/10/28  19:13:06
42556         Log: Subject: [ID 20001027.007] uniq array in perlfaq
42557              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
42558              Date: Fri, 27 Oct 2000 19:28:30 +0200
42559              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
42560      Branch: perl
42561            ! pod/perlfaq4.pod
42562 ____________________________________________________________________________
42563 [  7473] By: jhi                                   on 2000/10/28  18:02:05
42564         Log: Locking null mutexes is not recommendable.
42565              
42566              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
42567              From: Hugo <hv@crypt.compulink.co.uk>
42568              Date: Sat, 28 Oct 2000 18:41:12 +0100
42569              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
42570      Branch: perl
42571            ! op.c
42572 ____________________________________________________________________________
42573 [  7472] By: jhi                                   on 2000/10/28  17:52:58
42574         Log: Better create a true mailing list for the repository keepers.
42575      Branch: perl
42576            ! Porting/repository.pod
42577 ____________________________________________________________________________
42578 [  7471] By: jhi                                   on 2000/10/28  17:28:24
42579         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
42580              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
42581      Branch: perl
42582            + Porting/repository.pod
42583            ! MANIFEST
42584 ____________________________________________________________________________
42585 [  7470] By: jhi                                   on 2000/10/28  17:20:54
42586         Log: Subject: DOC PATCH 5.6.0
42587              From: mjd@plover.com
42588              Date: 27 Oct 2000 17:32:44 -0000
42589              Message-ID: <20001027173244.23754.qmail@plover.com>
42590      Branch: perl
42591            ! pod/perlfunc.pod
42592 ____________________________________________________________________________
42593 [  7469] By: jhi                                   on 2000/10/28  17:16:45
42594         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
42595              From: "Peter J. Farley III" <pjfarley@banet.net>
42596              Date: Fri, 27 Oct 2000 20:32:56 -0400
42597              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
42598      Branch: perl
42599            ! README.dos
42600 ____________________________________________________________________________
42601 [  7468] By: jhi                                   on 2000/10/28  17:07:18
42602         Log: Make target reordering to avoid pointless re-makes.
42603              
42604              Subject: Re: Total re-make of 'make okfile' after 7451 ?
42605              From: Nicholas Clark <nick@ccl4.org>
42606              Date: Sat, 28 Oct 2000 00:31:02 +0100
42607              Message-ID: <20001028003101.A54517@plum.flirble.org>
42608      Branch: perl
42609            ! Makefile.SH
42610 ____________________________________________________________________________
42611 [  7467] By: jhi                                   on 2000/10/28  17:05:31
42612         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
42613              From: lvirden@cas.org
42614              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
42615              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
42616      Branch: perl
42617            ! README.os2
42618 ____________________________________________________________________________
42619 [  7466] By: jhi                                   on 2000/10/28  16:09:16
42620         Log: Upgrade to CPAN 1.58_55.
42621              
42622              Subject: CPAN.pm status
42623              From: andreas.koenig@anima.de (Andreas J. Koenig) 
42624              Date: 28 Oct 2000 08:18:00 +0200 
42625              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
42626      Branch: perl
42627            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
42628 ____________________________________________________________________________
42629 [  7465] By: jhi                                   on 2000/10/28  16:02:47
42630         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
42631      Branch: perl
42632            ! embed.h embed.pl perl.h proto.h toke.c
42633 ____________________________________________________________________________
42634 [  7464] By: nick                                  on 2000/10/28  10:43:44
42635         Log: Fix for sv_2iv() on "shared" value from keys %hash.
42636      Branch: perl
42637            ! sv.c
42638 ____________________________________________________________________________
42639 [  7463] By: jhi                                   on 2000/10/27  16:18:29
42640         Log: Update Changes.
42641      Branch: perl
42642            ! Changes patchlevel.h
42643 ____________________________________________________________________________
42644 [  7462] By: jhi                                   on 2000/10/27  16:17:44
42645         Log: Too enthusiastic editing in #7460.
42646      Branch: metaconfig
42647            ! U/modified/Oldsym.U
42648      Branch: perl
42649            ! Configure config_h.SH
42650 ____________________________________________________________________________
42651 [  7461] By: jhi                                   on 2000/10/27  15:37:38
42652         Log: Retract #7459, the script needs more work.
42653      Branch: perl
42654            - mkreef
42655            ! MANIFEST
42656 ____________________________________________________________________________
42657 [  7460] By: jhi                                   on 2000/10/27  15:23:14
42658         Log: Use $sort, $uniq (and $tr) consistently as wondered
42659              by Nicholas Clark.
42660      Branch: metaconfig
42661            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
42662            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
42663            ! U/modified/libc.U
42664      Branch: perl
42665            ! Configure config_h.SH
42666 ____________________________________________________________________________
42667 [  7459] By: jhi                                   on 2000/10/27  15:02:07
42668         Log: (Retracted by #7461)
42669              
42670              Add a shell script for creating/removing symbolic link farms,
42671              useful for keeping the source code read-only and doing the
42672              builds somewhere else.
42673      Branch: perl
42674            + mkreef
42675            ! MANIFEST
42676 ____________________________________________________________________________
42677 [  7458] By: jhi                                   on 2000/10/27  14:42:20
42678         Log: Do away with the fix_pl.
42679      Branch: perl
42680            - fix_pl
42681            ! MANIFEST Makefile.SH
42682 ____________________________________________________________________________
42683 [  7457] By: jhi                                   on 2000/10/27  12:43:13
42684         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
42685              From: Jens Hamisch <jens@Strawberry.COM>
42686              Date: Fri, 27 Oct 2000 14:38:21 +0200
42687              Message-Id: <20001027143821.B3366@Strawberry.COM>
42688      Branch: perl
42689            ! perl.h
42690 ____________________________________________________________________________
42691 [  7456] By: jhi                                   on 2000/10/27  12:33:42
42692         Log: Subject: [PATCH] todo
42693              From: Nicholas Clark <nick@ccl4.org>
42694              Date: Thu, 26 Oct 2000 22:32:29 +0100
42695              Message-ID: <20001026223229.A44540@plum.flirble.org>
42696      Branch: perl
42697            ! pod/perltodo.pod
42698 ____________________________________________________________________________
42699 [  7455] By: jhi                                   on 2000/10/27  12:02:21
42700         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
42701              From: John Tobey <jtobey@john-edwin-tobey.org>
42702              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
42703              Message-Id: <m13ozHF-000FObC@feynman.localnet>
42704      Branch: perl
42705            ! op.c t/pragma/sub_lval.t
42706 ____________________________________________________________________________
42707 [  7454] By: jhi                                   on 2000/10/27  11:59:42
42708         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
42709              From: sthoenna@efn.org
42710              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
42711              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
42712      Branch: perl
42713            ! pp.c t/op/assignwarn.t
42714 ____________________________________________________________________________
42715 [  7453] By: jhi                                   on 2000/10/27  00:15:08
42716         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
42717      Branch: perl
42718            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
42719            ! ext/Storable/Storable.xs t/lib/st-lock.t
42720 ____________________________________________________________________________
42721 [  7452] By: jhi                                   on 2000/10/26  13:05:52
42722         Log: Undo #7451, this seems to be a deficiency in Perforce,
42723              there is no per-file line-terminator type, only per-client.
42724      Branch: perl
42725            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
42726            ! win32/makefile.mk
42727 ____________________________________________________________________________
42728 [  7451] By: jhi                                   on 2000/10/26  04:56:03
42729         Log: Experimenting in DOS arcana.
42730      Branch: perl
42731            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
42732            ! win32/makefile.mk
42733 ____________________________________________________________________________
42734 [  7450] By: jhi                                   on 2000/10/26  04:50:52
42735         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
42736              From: "Peter J. Farley III" <pjfarley@banet.net>            
42737              Date: Wed, 25 Oct 2000 23:10:18 -0400
42738              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
42739      Branch: perl
42740            ! t/io/open.t
42741 ____________________________________________________________________________
42742 [  7449] By: jhi                                   on 2000/10/26  04:49:16
42743         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
42744              From: Hugo <hv@crypt.compulink.co.uk>
42745              Date: Thu, 26 Oct 2000 01:55:17 +0100
42746              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
42747              
42748              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
42749      Branch: perl
42750            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
42751 ____________________________________________________________________________
42752 [  7448] By: jhi                                   on 2000/10/26  04:38:36
42753         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
42754              From: Peter Prymmer <pvhp@forte.com>
42755              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
42756              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
42757      Branch: perl
42758            ! configure.com
42759 ____________________________________________________________________________
42760 [  7447] By: jhi                                   on 2000/10/25  23:20:02
42761         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
42762              in platforms that strictly require all the symbols being present
42763              at link time.
42764      Branch: perl
42765            ! handy.h
42766 ____________________________________________________________________________
42767 [  7446] By: jhi                                   on 2000/10/25  21:55:57
42768         Log: Update Changes.
42769      Branch: perl
42770            ! Changes patchlevel.h
42771 ____________________________________________________________________________
42772 [  7445] By: jhi                                   on 2000/10/25  21:27:08
42773         Log: Integrate with vmsperl #7430 by Charles Bailey:
42774              
42775              Cleanup from prior patch (Charles Lane?):
42776              - improve handling of MFDs in Basename and Path
42777              - default to no xsubpp line # munging when building debug images
42778      Branch: perl
42779           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
42780 ____________________________________________________________________________
42781 [  7444] By: jhi                                   on 2000/10/25  21:03:50
42782         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
42783              From: John Peacock <JPeacock@UnivPress.com>
42784              Date: Thu, 18 May 2000 11:55:27 -0400
42785              Message-ID: <3924126F.A58BE57A@UnivPress.com>
42786      Branch: perl
42787            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
42788            ! t/op/write.t
42789 ____________________________________________________________________________
42790 [  7443] By: jhi                                   on 2000/10/25  20:43:10
42791         Log: Temporary stopgap for the self-tying issue: for now only
42792              array and hash self-ties are verboten.  The real fix, of
42793              course, would be to comprehensively test (and implement?)
42794              and debug (and document) self-ties.
42795      Branch: perl
42796            ! pod/perldiag.pod pp_sys.c t/op/tie.t
42797 ____________________________________________________________________________
42798 [  7442] By: jhi                                   on 2000/10/25  20:14:30
42799         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
42800              From: Dan Sugalski <dan@sidhe.org>
42801              Date: Wed, 25 Oct 2000 13:36:35 -0400
42802              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
42803              
42804              plus regen global.sym.
42805      Branch: perl
42806            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
42807            ! thrdvar.h util.c
42808 ____________________________________________________________________________
42809 [  7441] By: jhi                                   on 2000/10/25  20:12:20
42810         Log: buildtoc target tweaks.
42811      Branch: perl
42812            ! pod/Makefile.SH
42813 ____________________________________________________________________________
42814 [  7440] By: jhi                                   on 2000/10/25  20:03:53
42815         Log: A new version of making the syslog test more robust.
42816              (Replaces #7421.)
42817              
42818              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
42819              From: "Kurt D. Starsinic" <kstar@chapin.edu>
42820              Date: Wed, 25 Oct 2000 12:13:54 -0400
42821              Message-ID: <20001025121354.B2264@O2.chapin.edu>
42822      Branch: perl
42823            ! t/lib/syslog.t
42824 ____________________________________________________________________________
42825 [  7439] By: jhi                                   on 2000/10/25  20:00:48
42826         Log: Continue the internal UTF-8 API tweaking.
42827              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
42828              used much more than the simpler API, now called utf8_to_uv_simple().
42829              Still not quite happy with API, too much partial duplication
42830              of functionality.
42831      Branch: perl
42832            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
42833            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
42834            ! regcomp.c regexec.c sv.c toke.c utf8.c
42835 ____________________________________________________________________________
42836 [  7438] By: jhi                                   on 2000/10/25  18:52:30
42837         Log: Allow poking holes at the UTF-8 decoding strictness.
42838      Branch: perl
42839            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
42840            ! utf8.h
42841 ____________________________________________________________________________
42842 [  7437] By: jhi                                   on 2000/10/25  13:53:05
42843         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
42844              UTF8LEN() and UTF8SKIP(). 
42845      Branch: perl
42846            ! pp.c utf8.c utf8.h
42847 ____________________________________________________________________________
42848 [  7436] By: jhi                                   on 2000/10/25  13:51:37
42849         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
42850              From: Nicholas Clark <nick@ccl4.org>
42851              Date: Wed, 25 Oct 2000 14:44:05 +0100
42852              Message-ID: <20001025144404.D27253@plum.flirble.org>
42853      Branch: perl
42854            ! pod/perlrun.pod
42855 ____________________________________________________________________________
42856 [  7435] By: jhi                                   on 2000/10/25  13:49:32
42857         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
42858              From: Mike Guy <mjtg@cam.ac.uk>
42859              Date: Tue, 24 Oct 2000 14:59:40 +0100
42860              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
42861      Branch: perl
42862            ! scope.c
42863 ____________________________________________________________________________
42864 [  7434] By: jhi                                   on 2000/10/25  13:48:41
42865         Log: AIX is picky about its symbol exports.  Solution for now
42866              is to include the deb.o explicitly to the re extension build.
42867              
42868              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
42869              From: Peter Prymmer <pvhp@forte.com>
42870              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
42871              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
42872      Branch: perl
42873            ! ext/re/Makefile.PL hints/aix.sh
42874 ____________________________________________________________________________
42875 [  7433] By: jhi                                   on 2000/10/25  13:46:49
42876         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
42877              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42878              Date: Wed, 25 Oct 2000 12:02:20 +0200
42879              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
42880      Branch: perl
42881            ! perlsdio.h
42882 ____________________________________________________________________________
42883 [  7432] By: jhi                                   on 2000/10/25  13:44:28
42884         Log: Subject: Minor update to find2perl, for portability
42885              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
42886              Date: Wed, 25 Oct 2000 12:05:47 +0100
42887              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
42888      Branch: perl
42889            ! x2p/find2perl.PL
42890 ____________________________________________________________________________
42891 [  7431] By: jhi                                   on 2000/10/25  13:40:39
42892         Log: Add targets to Makefile.SH, most importantly
42893              'regen_all' which also remembers to update vms/perly*.
42894      Branch: perl
42895            ! Makefile.SH
42896 ____________________________________________________________________________
42897 [  7430] By: bailey                                on 2000/10/25  03:13:53
42898         Log: Cleanup from prior patch (Charles Lane?):
42899              - improve handling of MFDs in Basename and Path
42900              - default to no xsubpp line # munging when building debug images
42901      Branch: vmsperl
42902            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
42903 ____________________________________________________________________________
42904 [  7429] By: jhi                                   on 2000/10/24  20:03:40
42905         Log: Podify README.epoc and README.vos.
42906      Branch: perl
42907            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
42908            ! pod/perlport.pod pod/perltoc.pod
42909 ____________________________________________________________________________
42910 [  7428] By: jhi                                   on 2000/10/24  19:10:33
42911         Log: Stratus VOS updates from Paul Green.
42912      Branch: perl
42913            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
42914            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
42915            - vos/config.def vos/config.h vos/config_h.SH_orig
42916            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
42917            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
42918 ____________________________________________________________________________
42919 [  7427] By: jhi                                   on 2000/10/24  18:59:48
42920         Log: Check if stdio supports tweaking lval and cnt simultaneously.
42921              
42922              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
42923              From: Nicholas Clark <nick@ccl4.org>
42924              Date: Mon, 23 Oct 2000 15:39:32 +0100
42925              Message-ID: <20001023153932.A10786@plum.flirble.org>
42926      Branch: metaconfig
42927            ! U/compline/d_stdstdio.U
42928      Branch: perl
42929            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42930            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
42931            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
42932            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
42933            ! vos/config.h vos/config_h.SH_orig win32/config.bc
42934            ! win32/config.gc win32/config.vc
42935 ____________________________________________________________________________
42936 [  7426] By: jhi                                   on 2000/10/24  17:57:44
42937         Log: Missed the header file changes from #7425.
42938      Branch: perl
42939            ! embed.h embed.pl objXSUB.h proto.h
42940 ____________________________________________________________________________
42941 [  7425] By: jhi                                   on 2000/10/24  17:55:17
42942         Log: Fix the bug reported in
42943              
42944              From: andreas.koenig@anima.de (Andreas J. Koenig)
42945              Subject: Encode bug?
42946              Date: 24 Oct 2000 14:01:26 +0200 
42947              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
42948              
42949              Also make is_utf8_char() stricter.
42950      Branch: perl
42951            ! ext/Encode/Encode.xs utf8.c
42952 ____________________________________________________________________________
42953 [  7424] By: jhi                                   on 2000/10/24  15:15:39
42954         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
42955              From: Peter Scott <Peter@PSDT.com>
42956              Date: Mon, 23 Oct 2000 19:46:01 -0700
42957              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
42958      Branch: perl
42959            ! pod/perlfaq5.pod
42960 ____________________________________________________________________________
42961 [  7423] By: jhi                                   on 2000/10/24  14:25:30
42962         Log: Test tweak to avoid pulling in the whole Config.
42963      Branch: perl
42964            ! t/lib/st-lock.t
42965 ____________________________________________________________________________
42966 [  7422] By: jhi                                   on 2000/10/24  14:03:16
42967         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
42968      Branch: perl
42969            ! pp.c
42970 ____________________________________________________________________________
42971 [  7421] By: jhi                                   on 2000/10/24  13:32:09
42972         Log: (Replaced by #7440.)
42973              
42974              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
42975              From: "Kurt D. Starsinic" <kstar@chapin.edu>
42976              Date: Mon, 23 Oct 2000 16:40:54 -0400
42977              Message-ID: <20001023164054.B14491@O2.chapin.edu>
42978      Branch: perl
42979            ! t/lib/syslog.t
42980 ____________________________________________________________________________
42981 [  7420] By: jhi                                   on 2000/10/24  13:30:53
42982         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
42983              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42984              Date: Mon, 23 Oct 2000 17:29:03 -0400
42985              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
42986      Branch: perl
42987            ! lib/ExtUtils/MM_Unix.pm
42988 ____________________________________________________________________________
42989 [  7419] By: jhi                                   on 2000/10/24  13:29:57
42990         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
42991              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42992              Date: Mon, 23 Oct 2000 19:01:32 -0400
42993              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
42994      Branch: perl
42995            ! utils/h2xs.PL
42996 ____________________________________________________________________________
42997 [  7418] By: jhi                                   on 2000/10/24  13:26:04
42998         Log: Replace #7409 with
42999              
43000              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
43001              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
43002              Date: Mon, 23 Oct 2000 20:08:56 +0200
43003              Message-ID: <20001023200855.A14850@nice.ram.loc>
43004      Branch: perl
43005            ! ext/Storable/Storable.pm t/lib/st-lock.t
43006 ____________________________________________________________________________
43007 [  7417] By: jhi                                   on 2000/10/24  13:17:52
43008         Log: Run vms/vms_yfix.pl, should have done that after changing
43009              perly.c in #7382.
43010      Branch: perl
43011            ! vms/perly_c.vms vms/perly_h.vms
43012 ____________________________________________________________________________
43013 [  7416] By: jhi                                   on 2000/10/24  02:55:33
43014         Log: Make the UTF-8 decoding stricter and more verbose when
43015              malformation happens.  This involved adding an argument
43016              to utf8_to_uv_chk(), which involved changing its prototype,
43017              and prefer STRLEN over I32 for the UTF-8 length, which as
43018              a domino effect necessitated changing the prototypes of
43019              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
43020              The stricter UTF-8 decoding checking uses Markus Kuhn's
43021              UTF-8 Decode Stress Tester from
43022              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
43023      Branch: perl
43024            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
43025            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
43026            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
43027            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
43028 ____________________________________________________________________________
43029 [  7415] By: jhi                                   on 2000/10/23  14:06:06
43030         Log: Update Changes.
43031      Branch: perl
43032            ! Changes patchlevel.h
43033 ____________________________________________________________________________
43034 [  7414] By: jhi                                   on 2000/10/23  12:39:52
43035         Log: Undo the basename() part of #7412 since the lib/basename
43036              tests would need upgrading too.
43037      Branch: perl
43038            ! lib/File/Basename.pm
43039 ____________________________________________________________________________
43040 [  7413] By: jhi                                   on 2000/10/23  12:19:27
43041         Log: Document PERL_INSTALL_ROOT of #7210.
43042      Branch: perl
43043            ! lib/ExtUtils/Install.pm
43044 ____________________________________________________________________________
43045 [  7412] By: jhi                                   on 2000/10/23  12:16:47
43046         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
43047      Branch: perl
43048            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
43049            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
43050 ____________________________________________________________________________
43051 [  7411] By: jhi                                   on 2000/10/23  12:07:41
43052         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
43053              From: Prymmer/Kahn <pvhp@best.com>
43054              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
43055              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
43056      Branch: perl
43057            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
43058 ____________________________________________________________________________
43059 [  7410] By: jhi                                   on 2000/10/23  04:10:11
43060         Log: The change #7187 was not so good on VMS.
43061              
43062              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
43063              From: "Craig A. Berry" <craig.berry@psinetcs.com>
43064              Date: Sun, 22 Oct 2000 23:03:08 -0500
43065              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
43066      Branch: perl
43067            ! utils/perldoc.PL
43068 ____________________________________________________________________________
43069 [  7409] By: jhi                                   on 2000/10/23  03:57:36
43070         Log: Avoid Storable locking on DJGPP for now.
43071              
43072              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
43073              From: "Peter J. Farley III" <pjfarley@banet.net>
43074              Date: Sun, 22 Oct 2000 20:00:00 -0400
43075              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
43076      Branch: perl
43077            ! ext/Storable/Storable.pm t/lib/st-lock.t
43078 ____________________________________________________________________________
43079 [  7408] By: jhi                                   on 2000/10/23  03:50:24
43080         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
43081              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
43082              Date: Sun, 22 Oct 2000 21:12:22 -0400
43083              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
43084      Branch: perl
43085            ! lib/vars.pm
43086 ____________________________________________________________________________
43087 [  7407] By: jhi                                   on 2000/10/23  03:43:12
43088         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
43089              From: Hugo <hv@crypt.compulink.co.uk>
43090              Date: Mon, 23 Oct 2000 00:47:22 +0100
43091              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
43092      Branch: perl
43093            ! regexec.c t/op/pat.t
43094 ____________________________________________________________________________
43095 [  7406] By: jhi                                   on 2000/10/23  03:40:29
43096         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
43097      Branch: perl
43098            ! lib/ExtUtils/MakeMaker.pm
43099 ____________________________________________________________________________
43100 [  7405] By: jhi                                   on 2000/10/22  21:32:00
43101         Log: Doc patch.
43102              
43103              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
43104              From: rspier@pobox.com (Robert Spier)
43105              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
43106              Message-ID: <14835.16112.13457.447971@rls.cx>
43107      Branch: perl
43108            ! lib/strict.pm
43109 ____________________________________________________________________________
43110 [  7404] By: jhi                                   on 2000/10/22  21:30:51
43111         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
43112              From: rspier@pobox.com (Robert Spier)
43113              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
43114              Message-ID: <14835.17223.72448.705566@rls.cx>
43115      Branch: perl
43116            ! lib/ExtUtils/MakeMaker.pm
43117 ____________________________________________________________________________
43118 [  7403] By: jhi                                   on 2000/10/22  21:24:11
43119         Log: Subject: [PATCH bleadperl] ripples from constsub patch
43120              From: John Tobey <jtobey@john-edwin-tobey.org>
43121              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
43122              Message-Id: <m13nSOB-000FObC@feynman.localnet>
43123      Branch: perl
43124            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
43125 ____________________________________________________________________________
43126 [  7402] By: jhi                                   on 2000/10/22  20:59:35
43127         Log: Support s?printf parameter reordering.
43128      Branch: perl
43129            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
43130 ____________________________________________________________________________
43131 [  7401] By: jhi                                   on 2000/10/22  19:19:14
43132         Log: Expand %Config variables only if explicitly so requested
43133              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
43134              
43135              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
43136              From: Gurusamy Sarathy <gsar@ActiveState.com>
43137              Date: Sun, 22 Oct 2000 11:47:32 -0700
43138              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
43139      Branch: perl
43140            ! Makefile.SH lib/lib_pm.PL
43141 ____________________________________________________________________________
43142 [  7400] By: jhi                                   on 2000/10/22  18:24:10
43143         Log: Move the #7390 test from warn/op to comp/redef.
43144              
43145              Subject: Re: Creating const subs for constants.
43146              From: John Tobey <jtobey@john-edwin-tobey.org>
43147              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
43148              Message-Id: <m13nG72-000FObC@feynman.localnet>               
43149      Branch: perl
43150            ! t/comp/redef.t t/pragma/warn/op
43151 ____________________________________________________________________________
43152 [  7399] By: jhi                                   on 2000/10/22  17:49:59
43153         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
43154              From: Nicholas Clark <nick@ccl4.org>
43155              Date: Sat, 21 Oct 2000 22:23:19 +0100
43156              Message-ID: <20001021222319.B45586@plum.flirble.org>
43157      Branch: perl
43158            ! ext/DynaLoader/DynaLoader_pm.PL
43159 ____________________________________________________________________________
43160 [  7398] By: jhi                                   on 2000/10/22  17:47:35
43161         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
43162              From: Hugo <hv@crypt.compulink.co.uk>
43163              Date: Sat, 21 Oct 2000 18:19:59 +0100
43164              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
43165      Branch: perl
43166            ! ext/B/B.pm ext/B/B/C.pm
43167 ____________________________________________________________________________
43168 [  7397] By: jhi                                   on 2000/10/22  17:35:18
43169         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
43170              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
43171              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
43172              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
43173      Branch: perl
43174            ! hints/openbsd.sh
43175 ____________________________________________________________________________
43176 [  7396] By: jhi                                   on 2000/10/22  17:19:46
43177         Log: Subject: installman go-faster stripes
43178              From: Nicholas Clark <nick@talking.bollo.cx>
43179              Date: Sat, 21 Oct 2000 17:24:53 +0100
43180              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
43181              
43182              Subject: Re: installman go-faster stripes
43183              From: Russ Allbery <rra@stanford.edu>
43184              Date: 21 Oct 2000 11:04:13 -0700
43185              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
43186      Branch: perl
43187            ! installman pod/pod2man.PL
43188 ____________________________________________________________________________
43189 [  7395] By: jhi                                   on 2000/10/22  17:17:35
43190         Log: Hints tweak from Anton Berezin.
43191      Branch: perl
43192            ! hints/freebsd.sh
43193 ____________________________________________________________________________
43194 [  7394] By: jhi                                   on 2000/10/22  04:50:04
43195         Log: Tweak the Is* definitions of Unicode character classes
43196              to better match the official categorizations; embrace
43197              the official categorizations; add the combining marks
43198              as alpha (and -numeric); fix DCinital (a typo and edito)
43199              to be DCmedial.
43200      Branch: perl
43201            + lib/unicode/Is/DCmedial.pl
43202            - lib/unicode/Is/DCinital.pl
43203            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
43204            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
43205            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
43206            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
43207 ____________________________________________________________________________
43208 [  7393] By: jhi                                   on 2000/10/21  18:06:05
43209         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
43210              From: Daniel Chetlin <daniel@chetlin.com>
43211              Date: Sat, 21 Oct 2000 02:57:03 -0700
43212              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
43213      Branch: perl
43214            + t/lib/tie-splice.t
43215            ! MANIFEST lib/Tie/Array.pm
43216 ____________________________________________________________________________
43217 [  7392] By: gsar                                  on 2000/10/21  18:05:15
43218         Log: resync utfperl branch with mainline
43219      Branch: utfperl
43220           !> (integrate 1760 files)
43221 ____________________________________________________________________________
43222 [  7391] By: jhi                                   on 2000/10/21  14:37:49
43223         Log: Testcases for a #7383,#7385 related bug.
43224              
43225              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
43226              From: Nicholas Clark <nick@ccl4.org>
43227              Date: Sat, 21 Oct 2000 15:04:51 +0100
43228              Message-ID: <20001021150451.A51566@plum.flirble.org>
43229      Branch: perl
43230            ! t/pragma/utf8.t
43231 ____________________________________________________________________________
43232 [  7390] By: jhi                                   on 2000/10/21  14:35:57
43233         Log: Add a testcase for #7389.
43234      Branch: perl
43235            ! t/pragma/warn/op
43236 ____________________________________________________________________________
43237 [  7389] By: jhi                                   on 2000/10/21  14:26:45
43238         Log: Subject: Re: Creating const subs for constants.
43239              From: John Tobey <jtobey@john-edwin-tobey.org>
43240              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
43241              Message-Id: <m13mo0N-000FObC@feynman.localnet>
43242      Branch: perl
43243            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
43244            ! proto.h sv.c
43245 ____________________________________________________________________________
43246 [  7388] By: nick                                  on 2000/10/21  11:44:23
43247         Log: Populate perlio branch
43248      Branch: perlio
43249           +> (branch 1760 files)
43250 ____________________________________________________________________________
43251 [  7387] By: nick                                  on 2000/10/21  10:52:05
43252         Log: Get branch back as replica of mainline via :
43253              p4 integrate -b utfperl
43254              p4 resolve -at ./...
43255      Branch: utfperl
43256           +> (branch 269 files)
43257            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
43258            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
43259            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
43260            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
43261            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
43262            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
43263            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
43264            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
43265            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
43266            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
43267            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
43268            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
43269            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
43270            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
43271            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
43272            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
43273            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
43274            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
43275            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
43276            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
43277            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
43278            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
43279            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
43280            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
43281            - lib/unicode/UCD300.html lib/unicode/Unicode.300
43282            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
43283            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
43284            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
43285            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
43286           !> (integrate 965 files)
43287 ____________________________________________________________________________
43288 [  7386] By: jhi                                   on 2000/10/21  01:31:12
43289         Log: Update Changes.
43290      Branch: perl
43291            ! Changes patchlevel.h
43292 ____________________________________________________________________________
43293 [  7385] By: jhi                                   on 2000/10/21  01:28:42
43294         Log: The #7383 was right only in the context of the original bug report,
43295              not in more general case.
43296      Branch: perl
43297            ! pp_hot.c
43298 ____________________________________________________________________________
43299 [  7384] By: jhi                                   on 2000/10/21  01:08:23
43300         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
43301      Branch: perl
43302            ! ext/IO/lib/IO/Select.pm
43303 ____________________________________________________________________________
43304 [  7383] By: jhi                                   on 2000/10/21  00:44:18
43305         Log: Fix for ID 20001020.006, concatenating an unset submatch
43306              with utf8 resulted in "Modification of a read-only value".
43307      Branch: perl
43308            ! pp_hot.c t/pragma/utf8.t
43309 ____________________________________________________________________________
43310 [  7382] By: jhi                                   on 2000/10/20  20:44:31
43311         Log: Make scan_num() reëntrant, as suggested in
43312              
43313              Subject: [PATCH perl@7229] Rentrant parser and yylex()
43314              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
43315              Date: Fri, 20 Oct 2000 14:17:27 +0100
43316              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
43317      Branch: perl
43318            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
43319            ! toke.c
43320 ____________________________________________________________________________
43321 [  7381] By: jhi                                   on 2000/10/20  20:07:29
43322         Log: Reëntrancy fix.
43323              
43324              Subject: [PATCH perl@7229] Rentrant parser and yylex()
43325              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
43326              Date: Fri, 20 Oct 2000 14:17:27 +0100
43327              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
43328      Branch: perl
43329            ! embed.h embed.pl perl.h proto.h toke.c
43330 ____________________________________________________________________________
43331 [  7380] By: jhi                                   on 2000/10/20  19:15:54
43332         Log: Don't write double values through long double pointers,
43333              based on a part of
43334              
43335              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
43336              From: Jens Hamisch <jens@Strawberry.COM>
43337              Date: Tue, 17 Oct 2000 08:39:36 +0200
43338              Message-Id: <20001017083936.A11104@Strawberry.COM>
43339      Branch: perl
43340            ! perl.h pp.c
43341 ____________________________________________________________________________
43342 [  7379] By: jhi                                   on 2000/10/20  18:43:37
43343         Log: Portability tweak on #7377.
43344              
43345              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
43346              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
43347              Date:     Fri, 20 Oct 2000 13:13:41 EDT
43348              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
43349      Branch: perl
43350            ! t/lib/dprof.t
43351 ____________________________________________________________________________
43352 [  7378] By: jhi                                   on 2000/10/20  12:57:19
43353         Log: SOCKS function redefinitions need prototypes, too, otherwise
43354              for example 32 bit versus 64 bit differences cause a lot of
43355              problems.  Part of
43356              
43357              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
43358              From: Jens Hamisch <jens@Strawberry.COM>
43359              Date: Tue, 17 Oct 2000 08:39:36 +0200
43360              Message-Id: <20001017083936.A11104@Strawberry.COM>
43361      Branch: perl
43362            ! doio.c pp_sys.c
43363 ____________________________________________________________________________
43364 [  7377] By: jhi                                   on 2000/10/20  12:37:12
43365         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
43366              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
43367              Date:     Fri, 20 Oct 2000 08:26:04 EDT
43368              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
43369      Branch: perl
43370            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
43371 ____________________________________________________________________________
43372 [  7376] By: jhi                                   on 2000/10/20  12:35:31
43373         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
43374              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
43375              Date:     Fri, 20 Oct 2000 07:48:15 EDT
43376              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
43377      Branch: perl
43378            ! configure.com vms/gen_shrfls.pl
43379 ____________________________________________________________________________
43380 [  7375] By: bailey                                on 2000/10/20  04:44:37
43381         Log: SYN SYN
43382      Branch: vmsperl
43383           +> (branch 134 files)
43384            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
43385            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
43386            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
43387            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
43388            - eg/cgi/frameset.cgi eg/cgi/index.html
43389            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
43390            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
43391            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
43392            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
43393            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
43394            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
43395            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
43396            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
43397            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
43398            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
43399            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
43400            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
43401            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
43402            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
43403            - lib/unicode/Props.txt lib/unicode/UCD300.html
43404            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
43405            - utils/perlbc.PL vms/subconfigure.com
43406           !> (integrate 785 files)
43407 ____________________________________________________________________________
43408 [  7374] By: jhi                                   on 2000/10/20  00:59:48
43409         Log: In the latest compiler builds cccdlflags must not become -fpic,
43410              from Wilfredo Sánchez.
43411      Branch: perl
43412            ! hints/darwin.sh
43413 ____________________________________________________________________________
43414 [  7373] By: jhi                                   on 2000/10/20  00:56:35
43415         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
43416              From: Tony Cook <tony@develop-help.com>
43417              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
43418              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
43419      Branch: perl
43420            ! pod/perlop.pod
43421 ____________________________________________________________________________
43422 [  7372] By: jhi                                   on 2000/10/19  19:34:40
43423         Log: Typo noted by Mark Lutz.
43424      Branch: perl
43425            ! t/op/64bitint.t
43426 ____________________________________________________________________________
43427 [  7371] By: jhi                                   on 2000/10/19  19:33:13
43428         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
43429      Branch: metaconfig
43430            ! U/modified/Cppsym.U U/modified/Oldconfig.U
43431      Branch: metaconfig/U/perl
43432            ! End.U dlsrc.U libperl.U
43433      Branch: perl
43434            + hints/nonstopux.sh
43435            ! Configure MANIFEST config_h.SH
43436 ____________________________________________________________________________
43437 [  7370] By: jhi                                   on 2000/10/19  17:18:08
43438         Log: Subject: PATCH do_print has 2 PerlIO_error()s
43439              From: nick@ccl4.org
43440              Date: Thu, 19 Oct 2000 18:09:20 +0100
43441              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
43442      Branch: perl
43443            ! doio.c
43444 ____________________________________________________________________________
43445 [  7369] By: jhi                                   on 2000/10/19  14:01:49
43446         Log: Update Changes.
43447      Branch: perl
43448            ! Changes patchlevel.h
43449 ____________________________________________________________________________
43450 [  7368] By: jhi                                   on 2000/10/19  13:04:29
43451         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
43452              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43453              Date: Wed, 18 Oct 2000 13:12:01 +0200
43454              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
43455      Branch: perl
43456            ! hints/aix.sh
43457 ____________________________________________________________________________
43458 [  7367] By: jhi                                   on 2000/10/19  02:22:40
43459         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
43460              of a 'pmshort' anywhere in the B, so the offending line was simply
43461              removed.
43462      Branch: perl
43463            ! ext/B/B/Debug.pm
43464 ____________________________________________________________________________
43465 [  7366] By: jhi                                   on 2000/10/19  02:12:37
43466         Log: Add the test case for the bug id 20000730.004 which seems
43467              to have been fixed by now.
43468      Branch: perl
43469            ! t/pragma/utf8.t
43470 ____________________________________________________________________________
43471 [  7365] By: jhi                                   on 2000/10/18  23:36:24
43472         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
43473              From: Hugo <hv@crypt.compulink.co.uk>
43474              Date: Wed, 18 Oct 2000 23:25:58 +0100
43475              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
43476      Branch: perl
43477            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
43478 ____________________________________________________________________________
43479 [  7364] By: jhi                                   on 2000/10/18  21:12:53
43480         Log: (retracted)
43481      Branch: perl
43482            ! pp.c
43483 ____________________________________________________________________________
43484 [  7363] By: jhi                                   on 2000/10/18  20:55:38
43485         Log: Missing change from #7362.
43486      Branch: perl
43487            ! win32/perlhost.h
43488 ____________________________________________________________________________
43489 [  7362] By: jhi                                   on 2000/10/18  20:52:01
43490         Log: Borland C fstat() never saw the fd as writable.
43491              
43492              Subject: fix for Borland's weak "stat" (perl@7211)
43493              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
43494              Date: Mon, 16 Oct 2000 09:55:03 +0400
43495              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
43496      Branch: perl
43497            ! win32/win32.c
43498 ____________________________________________________________________________
43499 [  7361] By: jhi                                   on 2000/10/18  17:43:50
43500         Log: Regen toc.
43501      Branch: perl
43502            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
43503 ____________________________________________________________________________
43504 [  7360] By: jhi                                   on 2000/10/18  17:07:44
43505         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43506              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
43507              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
43508              Date: Mon, 16 Oct 2000 15:19:49 +0200
43509      Branch: perl
43510            + README.aix
43511            ! MANIFEST
43512 ____________________________________________________________________________
43513 [  7359] By: jhi                                   on 2000/10/18  17:04:49
43514         Log: Subject: Pod patch for Devel::Peek
43515              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43516              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
43517              Date: Mon, 16 Oct 2000 12:26:34 +0200
43518      Branch: perl
43519            ! ext/Devel/Peek/Peek.pm
43520 ____________________________________________________________________________
43521 [  7358] By: jhi                                   on 2000/10/18  17:03:15
43522         Log: Make Cwd more bulletproof in chrooted environments.
43523              
43524              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
43525              From: "Eric E. Coe" <Eric.Coe@oracle.com>
43526              Date: Wed, 18 Oct 2000 04:03:54 -0400
43527              Message-Id: <39ED596A.70E599FE@oracle.com>
43528      Branch: perl
43529            ! lib/Cwd.pm
43530 ____________________________________________________________________________
43531 [  7357] By: jhi                                   on 2000/10/18  16:37:26
43532         Log: Disable the UTF8 downgrade croakage for now to avoid
43533              too many not okay messages.
43534      Branch: perl
43535            ! doio.c
43536 ____________________________________________________________________________
43537 [  7356] By: jhi                                   on 2000/10/17  23:29:41
43538         Log: Show the failed remote port, instead of the failing line number.
43539              
43540              Subject: [PATCH 5.6.1 Debugger] More diagnostics
43541              From: David Sparks <daves@ActiveState.com>
43542              Date: Tue, 17 Oct 2000 15:00:24 -0700
43543              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
43544      Branch: perl
43545            ! lib/perl5db.pl
43546 ____________________________________________________________________________
43547 [  7355] By: jhi                                   on 2000/10/17  14:11:31
43548         Log: On output try to downgrade to bytes, croak if impossible,
43549              from Simon Cozens.  This means that outputting >255 UTF8
43550              is impossible.  Consider this as a strong incentive to get
43551              the I/O disciplines implemented.
43552      Branch: perl
43553            ! doio.c pod/perldiag.pod sv.c
43554 ____________________________________________________________________________
43555 [  7354] By: jhi                                   on 2000/10/17  13:42:23
43556         Log: Clarify documentation on 'use bytes'.
43557              
43558              Subject: Re: What does 'use bytes' "mean" ?
43559              From: Simon Cozens <simon@cozens.net>
43560              Date: Mon, 18 Sep 2000 18:24:25 +0100
43561              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
43562      Branch: perl
43563            ! lib/bytes.pm
43564 ____________________________________________________________________________
43565 [  7353] By: jhi                                   on 2000/10/17  13:28:12
43566         Log: Workaround for a sfio bug where the stream error indicator
43567              is not cleared as documented.
43568              
43569              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
43570              From: Nicholas Clark <nick@ccl4.org>
43571              Date: Mon, 16 Oct 2000 18:28:23 +0100
43572              Message-ID: <20001016182823.J19700@plum.flirble.org>
43573      Branch: perl
43574            ! doio.c
43575 ____________________________________________________________________________
43576 [  7352] By: jhi                                   on 2000/10/17  13:06:19
43577         Log: More IoTYPE sprinkling.
43578      Branch: perl
43579            ! doio.c pp_hot.c
43580 ____________________________________________________________________________
43581 [  7351] By: jhi                                   on 2000/10/16  22:47:07
43582         Log: Detect early whether the std streams have gone bad.
43583              
43584              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
43585              Date: Mon, 16 Oct 2000 23:28:42 +0100
43586              From: Nicholas Clark <nick@ccl4.org>
43587              Message-ID: <20001016232842.A37942@plum.flirble.org>
43588      Branch: perl
43589            ! t/op/misc.t
43590 ____________________________________________________________________________
43591 [  7350] By: jhi                                   on 2000/10/16  22:45:16
43592         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
43593              From: "Peter J. Farley III" <pjfarley@banet.net>
43594              Date: Mon, 16 Oct 2000 18:15:59 -0400
43595              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
43596      Branch: perl
43597            ! djgpp/djgpp.c dosish.h t/io/open.t
43598 ____________________________________________________________________________
43599 [  7349] By: jhi                                   on 2000/10/16  22:36:45
43600         Log: perldelta tweak.
43601      Branch: perl
43602            ! pod/perldelta.pod
43603 ____________________________________________________________________________
43604 [  7348] By: jhi                                   on 2000/10/16  15:17:53
43605         Log: Update Changes.
43606      Branch: perl
43607            ! Changes patchlevel.h
43608 ____________________________________________________________________________
43609 [  7347] By: jhi                                   on 2000/10/16  13:55:27
43610         Log: Add the capability to include/exclude branches.
43611      Branch: perl
43612            ! Porting/genlog
43613 ____________________________________________________________________________
43614 [  7346] By: jhi                                   on 2000/10/16  13:18:04
43615         Log: Add Charles Lane.
43616      Branch: perl
43617            ! AUTHORS Changes
43618 ____________________________________________________________________________
43619 [  7345] By: jhi                                   on 2000/10/16  13:13:21
43620         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
43621      Branch: perl
43622            ! pod/perldelta.pod
43623 ____________________________________________________________________________
43624 [  7344] By: gsar                                  on 2000/10/16  09:30:21
43625         Log: integrate change#6220 from cfgperl
43626              
43627              Win32 patches from Benjamin Stuhl.
43628      Branch: maint-5.6/perl
43629           !> makedef.pl win32/win32.h
43630 ____________________________________________________________________________
43631 [  7343] By: gsar                                  on 2000/10/16  08:32:19
43632         Log: integrate changes#6221,6222 from cfgperl
43633              
43634              Remove tr///CU (the feature is to be obsoleted by better interfaces).
43635              From: simon@brecon.co.uk (Simon Cozens)
43636              Subject: [PATCH] Eliminate tr///[CU][CU]
43637              Date: 23 Jun 2000 11:05:40 GMT
43638              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
43639              
43640              doc typo fix
43641              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
43642              From: Ian Phillipps <Ian.Phillipps@iname.com>
43643              Date: Fri, 23 Jun 2000 10:40:58 +0100
43644              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
43645      Branch: maint-5.6/perl
43646           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
43647 ____________________________________________________________________________
43648 [  7342] By: gsar                                  on 2000/10/16  08:28:08
43649         Log: integrate change#6217 from cfgperl (in part)
43650              
43651              Rename the fdpid locking and integrate with Sarathy.
43652      Branch: maint-5.6/perl
43653           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
43654           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
43655           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
43656           !> win32/win32.c
43657 ____________________________________________________________________________
43658 [  7341] By: gsar                                  on 2000/10/16  08:23:39
43659         Log: integrate changes#6214..6216 from mainline
43660              
43661              @_ can't have junk in it even in the non-USE_ITHREADS case because
43662              caller() wants to populate @DB::args with it (causes a coredump
43663              in Carp::confess())
43664              
43665              tweak comment about @DB::args
43666              
43667              be more optimal about clearing @_
43668      Branch: maint-5.6/perl
43669           !> av.h cop.h pp_ctl.c t/op/runlevel.t
43670 ____________________________________________________________________________
43671 [  7340] By: gsar                                  on 2000/10/16  08:20:37
43672         Log: integrate changes#6207..6210 from cfgperl
43673              
43674              Subject: [PATCH 5.6.0] Threadsafe patches
43675              From: Dan Sugalski <dan@sidhe.org>
43676              To: perl5-porters@perl.org
43677              Date: Mon, 08 May 2000 18:08:13 -0400
43678              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
43679              
43680              Regen headers for #6207.
43681              
43682              Lock PL_fdpid against race conditions, based on:
43683              Subject: [PATCH 5.6.0]subprocess fixup for threads
43684              From: Dan Sugalski <dan@sidhe.org>
43685              To: perl5-porters@perl.org
43686              Date: Tue, 11 Apr 2000 17:02:32 -0400
43687              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
43688              
43689              Mopup for #6207 and #6209.
43690      Branch: maint-5.6/perl
43691           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
43692           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
43693           !> win32/win32.c
43694 ____________________________________________________________________________
43695 [  7339] By: gsar                                  on 2000/10/16  08:14:34
43696         Log: integrate change#6203 from cfgperl
43697              
43698              perldiag should refer to perlos2.pod not README.os2
43699      Branch: maint-5.6/perl
43700           !> pod/perldiag.pod
43701 ____________________________________________________________________________
43702 [  7338] By: gsar                                  on 2000/10/16  08:11:42
43703         Log: integrate change#6201 from mainline
43704              
43705              Perl_eval_pv() leaks 4 bytes every time it is called because it
43706              does a PUSHMARK that's never ever POPMARKed; in general, only
43707              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
43708              Perl_eval_[sp]v() don't because they don't take any incoming
43709              arguments (this leak has been around since the original version
43710              of perl_eval_pv() in 5.003_97e)
43711      Branch: maint-5.6/perl
43712           !> perl.c
43713 ____________________________________________________________________________
43714 [  7337] By: gsar                                  on 2000/10/16  08:08:47
43715         Log: integrate changes#6197..6200 from cfgperl
43716              
43717              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
43718              From: John Borwick <jhborwic@unity.ncsu.edu>
43719              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
43720              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
43721              
43722              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
43723              From: Dan Sugalski <dan@sidhe.org>
43724              To: vmsperl@perl.org, perl5-porters@perl.org
43725              Date: Fri, 02 Jun 2000 16:00:41 -0400
43726              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
43727              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
43728              
43729              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
43730              From: Dan Sugalski <dan@sidhe.org>
43731              To: perl5-porters@perl.org, vmsperl@perl.org
43732              Date: Fri, 02 Jun 2000 17:30:51 -0400
43733              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
43734              
43735              Update to cperl-mode.el 4.31 from
43736              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
43737              Subject: A couple of notes
43738              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43739              To: Mailing list Perl5 <perl5-porters@perl.org>
43740              Date: Sat, 3 Jun 2000 23:33:32 -0400
43741              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
43742      Branch: maint-5.6/perl
43743           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
43744           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
43745           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
43746           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
43747           !> vms/vmsish.h
43748 ____________________________________________________________________________
43749 [  7336] By: gsar                                  on 2000/10/16  08:03:46
43750         Log: integrate changes#6194,6195 from mainline
43751              
43752              fix small eval"" memory leaks under USE_ITHREADS
43753              
43754              fix yet another eval"" leak under USE_ITHREADS
43755      Branch: maint-5.6/perl
43756           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
43757           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
43758           !> vms/perly_c.vms
43759 ____________________________________________________________________________
43760 [  7335] By: gsar                                  on 2000/10/16  08:02:15
43761         Log: integrate changes#6190,6191 from mainline
43762              
43763              submit missing embed.pl change
43764              
43765              vec() loses numericalness (modified version of patch suggested
43766              by Robin Barker)
43767      Branch: maint-5.6/perl
43768           !> doop.c embed.pl t/op/vec.t
43769 ____________________________________________________________________________
43770 [  7334] By: gsar                                  on 2000/10/16  08:01:03
43771         Log: integrate change#6189 from mainline
43772              
43773              counting tr/// corrupts later operation (from M.J.T Guy)
43774      Branch: maint-5.6/perl
43775           !> doop.c t/op/tr.t
43776 ____________________________________________________________________________
43777 [  7333] By: gsar                                  on 2000/10/16  07:59:07
43778         Log: integrate changes#6183..6188 from mainline
43779              
43780              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
43781              <nick@ccl4.org>)
43782              
43783              tweak for change#6127
43784              
43785              remove incorrect documentation about implicit split to @_ in
43786              list context, which never really worked in perl 5 (from
43787              M.J.T. Guy)
43788              
43789              further qualify references to "alphanumeric" (from Wolfgang Laun
43790              <wolfgang.laun@alcatel.at>)
43791              
43792              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
43793              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
43794              
43795              h2xs tweaks
43796      Branch: maint-5.6/perl
43797           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
43798           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
43799           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
43800           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
43801           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
43802           !> pod/pod2latex.PL utils/h2xs.PL
43803 ____________________________________________________________________________
43804 [  7332] By: gsar                                  on 2000/10/16  07:53:52
43805         Log: integrate change#6179 from mainline
43806              
43807              buggy modulus on UVs introduced by change#3378 (resulted in
43808              4063328477 % 65535 amounting to 27406, instead of 27407)
43809      Branch: maint-5.6/perl
43810           !> pp.c t/op/arith.t
43811 ____________________________________________________________________________
43812 [  7331] By: gsar                                  on 2000/10/16  07:52:49
43813         Log: integrate changes#6176,6177,6178,6182 from cfgperl
43814              
43815              Single-quoted utf8 patch from Simon Cozens.
43816              
43817              Substitution utf8 patch from Simon Cozens.
43818              
43819              Be cleaner.
43820              
43821              Be Cleaner Part Deux.
43822      Branch: maint-5.6/perl
43823           !> Makefile.SH pp_hot.c toke.c
43824 ____________________________________________________________________________
43825 [  7330] By: gsar                                  on 2000/10/16  07:41:36
43826         Log: integrate change#6172 from mainline
43827              
43828              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
43829              (from Ilya Zakharevich)
43830      Branch: maint-5.6/perl
43831           !> regexec.c t/op/re_tests
43832 ____________________________________________________________________________
43833 [  7329] By: gsar                                  on 2000/10/16  07:40:25
43834         Log: integrate change#6171 from mainline
43835              
43836              scalar() doesn't force scalar context when used in void context
43837              (from Simon Cozens)
43838      Branch: maint-5.6/perl
43839           !> op.c t/op/wantarray.t
43840 ____________________________________________________________________________
43841 [  7328] By: gsar                                  on 2000/10/16  07:39:33
43842         Log: integrate change#6170 from mainline
43843              
43844              change#6142 needs tweaks to tests to work where there's no
43845              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
43846      Branch: maint-5.6/perl
43847           !> t/lib/filefind.t
43848 ____________________________________________________________________________
43849 [  7327] By: gsar                                  on 2000/10/16  07:35:34
43850         Log: integrate changes#6166..6168 from cfgperl
43851              
43852              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
43853              in case somebody wants to write an extension for more
43854              shadow database interfaces.
43855              
43856              tweak todo
43857              
43858              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
43859      Branch: maint-5.6/perl
43860           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
43861           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
43862           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
43863           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
43864           !> win32/config.vc win32/config_H.bc win32/config_H.gc
43865           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
43866 ____________________________________________________________________________
43867 [  7326] By: gsar                                  on 2000/10/16  07:29:05
43868         Log: integrate changes#6157,6159..6161,6164 from cfgperl
43869              
43870              Regen Configure to jive with #6149.
43871              
43872              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
43873              
43874              Changes for the File::Temp 0.08 (change #6159) test suite
43875              to fit better into the Perl distribution test framework.
43876              
43877              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
43878              both from Simon Cozens.
43879              
43880              detypo
43881      Branch: maint-5.6/perl
43882           +> pod/perlmodlib.PL pod/perlnewmod.pod
43883           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
43884           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
43885           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
43886           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
43887 ____________________________________________________________________________
43888 [  7325] By: gsar                                  on 2000/10/16  07:25:13
43889         Log: integrate change#6158 from vmsperl
43890              
43891              Add fallback to tmpfile for use in cases where user's relying on
43892              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
43893              Lane's patch)
43894      Branch: maint-5.6/perl
43895           !> vms/vms.c vms/vmsish.h
43896 ____________________________________________________________________________
43897 [  7324] By: gsar                                  on 2000/10/16  07:20:50
43898         Log: integrate changes#6153..6155 from mainline
43899              
43900              prettier Test::Harness output on failed tests (from Nicholas Clark
43901              <nick@Bagpuss.uk.boo.com>)
43902              
43903              avoid type mismatch warning
43904              
43905              small bug in change#6144; remove random \xA0 character that snuck
43906              in via change#6145
43907      Branch: maint-5.6/perl
43908           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
43909           !> perl.c
43910 ____________________________________________________________________________
43911 [  7323] By: gsar                                  on 2000/10/16  07:18:47
43912         Log: integrate changes#6151,6152 from mainline
43913              
43914              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
43915              
43916              cosmetic fixups of RE debug output (from Ilya Zakharevich)
43917      Branch: maint-5.6/perl
43918           !> regexec.c
43919 ____________________________________________________________________________
43920 [  7322] By: gsar                                  on 2000/10/16  07:17:25
43921         Log: integrate changes#6146..6150 from mainline
43922              
43923              doc typo
43924              
43925              add a make entry to Config.pm so "perl -V:make" works on VMS
43926              (from Peter Prymmer)
43927              
43928              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
43929              
43930              OS/2 tweaks for usethreads build (from Rocco Caputo
43931              <troc@netrus.net>)
43932              
43933              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
43934      Branch: maint-5.6/perl
43935           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
43936           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
43937           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
43938           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
43939           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
43940           !> warnings.pl x2p/a2p.h
43941 ____________________________________________________________________________
43942 [  7321] By: gsar                                  on 2000/10/16  07:14:02
43943         Log: integrate changes#6143..6145 from mainline
43944              
43945              MacOS support, part 1 (from Matthias Neeracher
43946              <neeri@iis.ee.ethz.ch>)
43947              
43948              MacOS support, part 2: make AutoSplit use File::Spec instead
43949              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
43950              <neeri@iis.ee.ethz.ch>)
43951              
43952              make xsubpp skip embedded pod (from Matthias Neeracher
43953              <neeri@iis.ee.ethz.ch>)
43954      Branch: maint-5.6/perl
43955           +> ext/DynaLoader/dl_mac.xs
43956           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
43957           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
43958           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
43959           !> pp_ctl.c proto.h toke.c util.c util.h
43960 ____________________________________________________________________________
43961 [  7320] By: gsar                                  on 2000/10/16  07:12:13
43962         Log: integrate changes#6141,6142 from mainline
43963              
43964              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
43965              forwarded by Peter Seebach from the bsdi-users mailing list.
43966              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
43967              
43968              File::Find fails to chdir when chasing symlinks (from
43969              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
43970      Branch: maint-5.6/perl
43971           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
43972 ____________________________________________________________________________
43973 [  7319] By: gsar                                  on 2000/10/16  07:04:30
43974         Log: integrate change#6139 from mainline
43975              
43976              revise mktables.PL for bugs and newness in Unicode 3.0
43977              (from James Bence <jbence@amgen.com>)
43978      Branch: maint-5.6/perl
43979           +> (branch 30 files)
43980           !> (integrate 49 files)
43981 ____________________________________________________________________________
43982 [  7318] By: gsar                                  on 2000/10/16  07:01:01
43983         Log: integrate changes#6137,6138 from mainline
43984              
43985              fix bogus redeclaration warning for "our" variables in different
43986              scopes
43987              
43988              add note about the handling of negative indices to tied arrays
43989              (from Michael G Schwern <schwern@pobox.com>)
43990      Branch: maint-5.6/perl
43991           !> op.c pod/perltie.pod t/pragma/strict-vars
43992 ____________________________________________________________________________
43993 [  7317] By: gsar                                  on 2000/10/16  06:58:46
43994         Log: integrate changes#6127..6136 from mainline
43995              
43996              call_method(...,G_EVAL) can longjmp() out if the method probing
43997              failed (from Gisle Aas)
43998              
43999              new perlxstut example for passing/returning refs to arrays
44000              (from David Lowe <dlowe@pootpoot.com>)
44001              
44002              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
44003              
44004              fix places that mean C<"word" character> but say C<alphanumeric
44005              character>
44006              
44007              avoid warnings in POSIX.pm (from Barrie Slaymaker)
44008              
44009              warnings::enabled() doesn't fall back to looking at $^W if
44010              caller isn't using lexical warnings (from Paul Marquess)
44011              
44012              elide bogus test in change#6132
44013              
44014              make Test::Harness use wait.h/WCOREDUMP if available
44015              (from Ben Tilly <ben_tilly@hotmail.com>)
44016              
44017              enable Test::Harness to dynamically determine column width etc.
44018              (from Rob Napier <rnapier@employees.org>)
44019              
44020              random pod typos (from Peter Scott <Peter@PSDT.com>)
44021      Branch: maint-5.6/perl
44022           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
44023           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
44024           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
44025           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
44026 ____________________________________________________________________________
44027 [  7316] By: gsar                                  on 2000/10/16  06:53:23
44028         Log: integrate change#6126 from mainline
44029              
44030              change#2879 broke rvalue autovivification of magicals such as
44031              ${$num} (reworked variant of patch suggested by Simon Cozens)
44032      Branch: maint-5.6/perl
44033           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
44034           !> pp_hot.c proto.h t/op/gv.t
44035 ____________________________________________________________________________
44036 [  7315] By: gsar                                  on 2000/10/16  06:51:38
44037         Log: integrate changes#6123,6125 from mainline
44038              
44039              clarify gotcha with #line directives (from Rocco Caputo
44040              <troc@netrus.net>)
44041              
44042              enable propagating exception objects via Perl_croak() in XS code
44043              (from Gisle Aas)
44044      Branch: maint-5.6/perl
44045           !> pod/perldebug.pod pod/perlsyn.pod util.c
44046 ____________________________________________________________________________
44047 [  7314] By: gsar                                  on 2000/10/16  06:49:28
44048         Log: integrate change#6122 from mainline
44049              
44050              downgrade fatal error on C<"foo@nosucharray.com"> to optional
44051              warning (from Mark-Jason Dominus)
44052      Branch: maint-5.6/perl
44053           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
44054           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
44055           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
44056           !> toke.c
44057 ____________________________________________________________________________
44058 [  7313] By: gsar                                  on 2000/10/16  06:46:54
44059         Log: integrate changes#6112..6121 from vmsperl
44060              
44061              Check for existence of file before trying to delete
44062              
44063              Ugly workaround for version-specific RTL error
44064              
44065              Urk -- undo previous removal of vmsish 'exit' change
44066              
44067              Add bounds checking for several strings (Charles Lane)
44068              
44069              Miscellaneous cosmetic fixes (Charles Lane)
44070              
44071              Treat sockets as special in sys(read|write) (Charles Lane et al.)
44072              
44073              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
44074              Flatten case labels in switch statements uniformly (Charles Bailey)
44075              
44076              Quiet error messages in vmsish.t (Charles Lane)
44077              
44078              Add missing escape (Charles Lane)
44079              
44080              Allow eliminate_macros() and fixpath() to handle space-delimited
44081              lists (based on fixes by Craig Berry)
44082      Branch: maint-5.6/perl
44083           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
44084           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
44085           !> vms/vmsish.h
44086 ____________________________________________________________________________
44087 [  7312] By: gsar                                  on 2000/10/16  06:41:18
44088         Log: integrate changes#6107,6110 from cfgperl
44089              
44090              Tweak the todo list.
44091              
44092              todo tweak
44093      Branch: maint-5.6/perl
44094           !> Todo-5.6
44095 ____________________________________________________________________________
44096 [  7311] By: gsar                                  on 2000/10/16  06:38:38
44097         Log: integrate changes#6104,6108 from mainline
44098              
44099              PL_sys_intern was being initialized too late on windows
44100              
44101              reenable fake signal handling on Windows, bugs and all
44102      Branch: maint-5.6/perl
44103           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
44104           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
44105           !> win32/win32.c
44106 ____________________________________________________________________________
44107 [  7310] By: gsar                                  on 2000/10/16  06:36:03
44108         Log: integrate changes#6095,6097..6103 from cfgperl
44109              
44110              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
44111              might be useful in future.
44112              
44113              Add a note about possible compilation problems from Allen Smith.
44114              
44115              Add a note about other, yet unsupported, shadow password APIs.
44116              
44117              Tweaks for the cc bugs from Allen Smith.
44118              
44119              More compilation tweakery from Allen Smith.
44120              
44121              Hints and test tweaks for Unicos.
44122              
44123              The test suite tweak in #6101 wasn't quite right.
44124              
44125              Test tweaking for Unicos continues.
44126      Branch: maint-5.6/perl
44127           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
44128           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
44129           !> t/lib/complex.t t/op/64bitint.t
44130 ____________________________________________________________________________
44131 [  7309] By: gsar                                  on 2000/10/16  06:29:41
44132         Log: integrate changes#6093,6094 from mainline
44133              
44134              fork() failure to create pseudo process sets errno=EAGAIN and returns
44135              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
44136              
44137              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
44138      Branch: maint-5.6/perl
44139           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
44140           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
44141 ____________________________________________________________________________
44142 [  7308] By: gsar                                  on 2000/10/16  06:27:29
44143         Log: integrate change#6092 from cfgperl
44144              
44145              Regen perltoc with the fixed buildtoc.
44146      Branch: maint-5.6/perl
44147           !> pod/perltoc.pod
44148 ____________________________________________________________________________
44149 [  7307] By: gsar                                  on 2000/10/16  06:26:40
44150         Log: integrate changes#6089,6090 from mainline
44151              
44152              buildtoc tweak to fix newline lossage
44153              
44154              concat doesn't preserve utf8-ness, and doesn't invalidate
44155              [NI]OK; added tests for both
44156      Branch: maint-5.6/perl
44157           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
44158 ____________________________________________________________________________
44159 [  7306] By: gsar                                  on 2000/10/16  06:24:05
44160         Log: integrate change#6088 from cfgperl
44161              
44162              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
44163              because we do not use those.  The HAS_GETSPNAM remains,
44164              though, because we still do use that.
44165      Branch: maint-5.6/perl
44166           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
44167           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
44168           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
44169           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
44170           !> win32/config.vc win32/config_H.bc win32/config_H.gc
44171           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
44172 ____________________________________________________________________________
44173 [  7305] By: gsar                                  on 2000/10/16  06:15:52
44174         Log: integrate changes#6084,6085,6087 from mainline
44175              
44176              substr() does not preserve utf8-ness (from Stefan Eissing
44177              <Eissing@medicaldataservice.de>); added tests
44178              
44179              repeat operator (x) doesn't preserve utf8-ness
44180              
44181              reverse() and quotemeta() weren't preserving utf8-ness; add tests
44182      Branch: maint-5.6/perl
44183           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
44184 ____________________________________________________________________________
44185 [  7304] By: gsar                                  on 2000/10/16  06:13:10
44186         Log: integrate changes#6077..6083 from mainline
44187              
44188              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
44189              and Tom Phoenix)
44190              
44191              workaround for CRT bug in chdir() (from Charles Lane, via
44192              Peter Prymmer)
44193              
44194              remove outdated kludge in Carp (NULLs are permitted in diagnostics
44195              now)
44196              
44197              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
44198              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
44199              
44200              better default perlbug categories for ok reports (from Richard Foley)
44201              
44202              peek.t non-portable to ithreads
44203              
44204              note about undocumented caller() return value (from M.J.T. Guy);
44205              yet another peek.t tweak
44206      Branch: maint-5.6/perl
44207           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
44208           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
44209           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
44210           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
44211           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
44212           !> vms/vmsish.h
44213 ____________________________________________________________________________
44214 [  7303] By: gsar                                  on 2000/10/16  06:03:18
44215         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
44216              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
44217              
44218              &HUGE_VAL is not defined, it exists.
44219              
44220              Do not warn that an infinity does not look like a number.
44221              
44222              Rewrite the pwent/spent logic to be a little bit more clearer.
44223              
44224              Continue on the pwent/spent case.
44225              
44226              Correct Freudian slip.
44227              
44228              Use HUGE_VALL if applicable.
44229              
44230              pwent/spent #ifdef imbalance.
44231              
44232              Infinite problems.
44233              
44234              Call getspnam() only iff needd.
44235              
44236              Test both the scalar and list contexts.
44237              
44238              Use setxxent()/endxxent().
44239              
44240              Complex tweakery.
44241              
44242              Unicos hint tweak.
44243              
44244              Be more forgiving in POSIX about HUGE_VALL.
44245              
44246              Detypo.
44247              
44248              The search of infinity continues, this time simplified.
44249              
44250              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
44251              in natively 64-bit platforms where a long is a quad (no need
44252              for long longs).  Also added bias for IVs.
44253              
44254              Complex tweaks.
44255              
44256              Introduce t/lib/peek.t.
44257              
44258              Make the test more portable.
44259      Branch: maint-5.6/perl
44260           +> t/lib/peek.t
44261            ! pp_sys.c
44262           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
44263           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
44264           !> t/op/pwent.t toke.c util.c
44265 ____________________________________________________________________________
44266 [  7302] By: gsar                                  on 2000/10/16  05:03:37
44267         Log: integrate changes#6066..6071 from mainline
44268              
44269              s/END/CHECK/
44270              
44271              replace direct call to sighandler() with (*PL_sighandlerp)()
44272              
44273              note about values()
44274              
44275              File::Spec compatibility update (from Barrie Slaymaker
44276              <barries@slaysys.com>)
44277              
44278              remove misleading comment (from M.J.T. Guy)
44279              
44280              misformatted perllocal.pod (from Tim Jenness
44281              <t.jenness@jach.hawaii.edu>)
44282      Branch: maint-5.6/perl
44283           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
44284           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
44285           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
44286           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
44287 ____________________________________________________________________________
44288 [  7301] By: gsar                                  on 2000/10/16  05:00:08
44289         Log: integrate changes#6061..6063 from mainline
44290              
44291              change#5921 neglected to make eq honor "use bytes"
44292              
44293              additional tests for utf8.t
44294              
44295              tokeq() could read unallocated field in argument
44296      Branch: maint-5.6/perl
44297           !> sv.c t/pragma/utf8.t toke.c
44298 ____________________________________________________________________________
44299 [  7300] By: gsar                                  on 2000/10/16  04:56:54
44300         Log: integrate changes#6046,6048,6057,6058 from mainline
44301              
44302              libscheck has insufficient checks for n32 libs (from
44303              Albert Chin-A-Young <china@thewrittenword.com>)
44304              
44305              add note about how $( doesn't interpolate in REs (from
44306              Philip Newton <newton@ficus.frogspace.net>)
44307              
44308              fix broken parsing of /\x{ab}/
44309              
44310              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
44311              (spotted by Donald Kinzer <dkinzer@premia.com>)
44312      Branch: maint-5.6/perl
44313           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
44314           !> t/pragma/utf8.t
44315 ____________________________________________________________________________
44316 [  7299] By: gsar                                  on 2000/10/16  04:52:50
44317         Log: integrate change#6044 from mainline
44318              
44319              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
44320              such that underscores are only ignored in literal numbers,
44321              "\x{...}", and hex/oct argument
44322      Branch: maint-5.6/perl
44323           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
44324 ____________________________________________________________________________
44325 [  7298] By: gsar                                  on 2000/10/16  04:50:53
44326         Log: integrate changes#6027..6043 from mainline
44327              
44328              podlators-1.02 update (from Russ Allbery)
44329              
44330              Pod::Man generates groff-incompatible macro definition (from
44331              Tom Christiansen)
44332              
44333              add CGI.pm v2.66 (from Lincoln Stein)
44334              
44335              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
44336              for @- and @+ (from Johan Vromans)
44337              
44338              small nits in diagnostics.pm (from Robin Barker)
44339              
44340              whitespace adjustments
44341              
44342              missing files in MANIFEST
44343              
44344              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
44345              to compensate
44346              
44347              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
44348              
44349              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
44350      Branch: maint-5.6/perl
44351           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
44352           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
44353           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
44354           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
44355           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
44356           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
44357           !> t/lib/cgi-html.t t/lib/cgi-request.t
44358 ____________________________________________________________________________
44359 [  7297] By: gsar                                  on 2000/10/16  04:44:30
44360         Log: integrate change#6025 from mainline
44361              
44362              Is{Alnum,Alpha,Word} don't match titlecase
44363              TODO: IsSpace is defined recursively!
44364              (both spotted by Larry)
44365      Branch: maint-5.6/perl
44366           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
44367           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
44368 ____________________________________________________________________________
44369 [  7296] By: gsar                                  on 2000/10/16  04:39:30
44370         Log: integrate change#6023 from mainline
44371              
44372              debugger stomps on $. (from M.J.T. Guy)
44373      Branch: maint-5.6/perl
44374           !> lib/perl5db.pl
44375 ____________________________________________________________________________
44376 [  7295] By: gsar                                  on 2000/10/16  04:38:02
44377         Log: integrate change#6022 from mainline
44378              
44379              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
44380      Branch: maint-5.6/perl
44381           !> sv.c
44382 ____________________________________________________________________________
44383 [  7294] By: gsar                                  on 2000/10/16  04:37:05
44384         Log: integrate changes#6018..6021 from mainline
44385              
44386              make lib/syslog.t portable to systems that don't have _PATH_LOG,
44387              make _PATH_LOG() return "" if unavailable
44388              
44389              windows portability tweaks
44390              
44391              test tweak
44392              
44393              remove Win2K issue in pod (fixed by change#6020)
44394      Branch: maint-5.6/perl
44395           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
44396           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
44397           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
44398 ____________________________________________________________________________
44399 [  7293] By: gsar                                  on 2000/10/16  04:20:00
44400         Log: integrate changes#6013..6015 from mainline
44401              
44402              tweak change#5945 to display correct switch name in diagnostic
44403              
44404              glob() loading File::Glob behind the scenes may cause syntax errors
44405              
44406              tweak test for portability
44407      Branch: maint-5.6/perl
44408           !> op.c perl.c pod/perldiag.pod t/lib/b.t
44409 ____________________________________________________________________________
44410 [  7292] By: gsar                                  on 2000/10/16  04:18:11
44411         Log: integrate changes#6005..6010 from mainline, cfgperl
44412              
44413              perldoc might fail via "use blib" (from Hugo van der Sanden)
44414              
44415              Regen Configure.
44416              
44417              note about compile failures and END blocks (from M.J.T. Guy)
44418              
44419              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
44420              
44421              (change#6009 integrated earlier in change#7255)
44422              
44423              clarify note about shadow password support (from
44424              gellyfish@gellyfish.com)
44425      Branch: maint-5.6/perl
44426           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
44427           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
44428           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
44429 ____________________________________________________________________________
44430 [  7291] By: gsar                                  on 2000/10/16  04:12:03
44431         Log: integrate changes#6002,6003 from mainline
44432              
44433              destructive sv_setsv() can lose UV-ness from source, causing
44434              numeric promotions/comparisons to fail to do the right thing
44435              
44436              allow REG_EXPAND_SZ keys in Windows registry (from
44437              John Clayton <John.Clayton@barclayscapital.com>)
44438      Branch: maint-5.6/perl
44439           !> sv.c win32/win32.c
44440 ____________________________________________________________________________
44441 [  7290] By: gsar                                  on 2000/10/16  04:10:19
44442         Log: integrate change#6001 from mainline
44443              
44444              support additional library locations via $Config{otherlibdirs}
44445              (from Andy Dougherty)
44446      Branch: maint-5.6/perl
44447           !> Configure INSTALL Porting/Glossary Porting/config.sh
44448           !> Porting/config_H config_h.SH epoc/config.sh perl.c
44449           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
44450           !> win32/config.bc win32/config.gc win32/config.vc
44451 ____________________________________________________________________________
44452 [  7289] By: gsar                                  on 2000/10/16  04:08:28
44453         Log: integrate change#5999 from mainline
44454              
44455              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
44456      Branch: maint-5.6/perl
44457           !> t/pragma/warn/toke toke.c
44458 ____________________________________________________________________________
44459 [  7288] By: gsar                                  on 2000/10/16  04:07:01
44460         Log: integrate changes#5997,5998 from cfgperl
44461              
44462              Preserve $!.
44463              
44464              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
44465      Branch: maint-5.6/perl
44466           !> lib/Math/Complex.pm
44467 ____________________________________________________________________________
44468 [  7287] By: gsar                                  on 2000/10/16  04:04:37
44469         Log: integrate change#5995 from mainline
44470              
44471              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
44472      Branch: maint-5.6/perl
44473           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
44474 ____________________________________________________________________________
44475 [  7286] By: gsar                                  on 2000/10/16  04:03:21
44476         Log: integrate change#5994 from mainline
44477              
44478              fix for missed accounting for null byte in pack("Z",...) (from
44479              M.J.T. Guy)
44480      Branch: maint-5.6/perl
44481           !> pp.c t/op/pack.t
44482 ____________________________________________________________________________
44483 [  7285] By: gsar                                  on 2000/10/16  04:02:11
44484         Log: integrate changes#5989..5993 from mainline
44485              
44486              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
44487              itself and no other (from Tom Hughes)
44488              
44489              use $ENV{LIB} to search for libs under Visual C compiler
44490              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
44491              
44492              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
44493              
44494              pod nit (from Simon Cozens)
44495              
44496              various minor tweaks seen on p5p
44497      Branch: maint-5.6/perl
44498           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
44499           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
44500           !> t/op/array.t toke.c
44501 ____________________________________________________________________________
44502 [  7284] By: gsar                                  on 2000/10/16  03:59:00
44503         Log: integrate changes#5978..5988 from mainline
44504              
44505              sync version numbers in File::Spec with the ones on CPAN
44506              (from Barrie Slaymaker)
44507              
44508              under useithreads, constant pad entries could inadvertantly be
44509              shared across threads (from Eric Blood <eblood@xmission.com>);
44510              added Eric's test case to testsuite
44511              
44512              allow Configure -S to run non-interactively (spotted by Greg Hudson
44513              <ghudson@mit.edu>)
44514              
44515              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
44516              prototype mismatch with CORE::glob(); update pod and tests to
44517              suit (File::Glob::glob() is still available for backward
44518              compatibility, but should be considered deprecated)
44519              
44520              avoid error in IO::Socket::INET when given an unknown service name
44521              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
44522              
44523              numeric conversion of non-number in change#3378 tramples on
44524              OOK offset, causing segfaults
44525              
44526              attributes::reftype() doesn't work on tied argument
44527              
44528              forked child may not exit correctly if it failed to open
44529              /dev/console (from Graham Barr)
44530              
44531              add regular expressions tutorial and quick-start guide (from
44532              Mark Kvale <kvale@phy.ucsf.edu>)
44533              
44534              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
44535              
44536              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
44537              <paul@miraclefish.com>)
44538      Branch: maint-5.6/perl
44539           +> pod/perlrequick.pod pod/perlretut.pod
44540           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
44541           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
44542           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
44543           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
44544           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
44545           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
44546           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
44547           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
44548 ____________________________________________________________________________
44549 [  7283] By: gsar                                  on 2000/10/16  03:52:14
44550         Log: integrate change#5977 from mainline
44551              
44552              autoquote barewords followed by newline and arrow properly
44553              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
44554      Branch: maint-5.6/perl
44555           !> t/pragma/warn/toke toke.c
44556 ____________________________________________________________________________
44557 [  7282] By: gsar                                  on 2000/10/16  03:50:48
44558         Log: integrate change#5976 from mainline
44559              
44560              DB_File v1.73 update (from Paul Marquess)
44561      Branch: maint-5.6/perl
44562           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
44563           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
44564 ____________________________________________________________________________
44565 [  7281] By: gsar                                  on 2000/10/16  03:49:14
44566         Log: integrate change#5975 from mainline
44567              
44568              allow sort() reentrancy (variant of patch suggested by
44569              Hugo van der Sanden)
44570      Branch: maint-5.6/perl
44571           !> pp_ctl.c t/op/sort.t
44572 ____________________________________________________________________________
44573 [  7280] By: gsar                                  on 2000/10/16  03:48:22
44574         Log: integrate change#5974 from mainline
44575              
44576              change#4197 somehow missed initializing PL_errors, meaning
44577              syntax error queueing wasn't working outside eval"" at all;
44578              also fixed eval"" to localize PL_error_count, so that compile-time
44579              eval's don't clobber the error state of the outer context
44580      Branch: maint-5.6/perl
44581           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
44582           !> t/pragma/warn/toke
44583 ____________________________________________________________________________
44584 [  7279] By: gsar                                  on 2000/10/16  03:46:21
44585         Log: integrate change#5973 from mainline
44586              
44587              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
44588      Branch: maint-5.6/perl
44589           !> regcomp.c regexec.c t/op/re_tests
44590 ____________________________________________________________________________
44591 [  7278] By: gsar                                  on 2000/10/16  03:44:54
44592         Log: integrate change#5971 from cfgperl
44593              
44594              Unicos tweaks from Mark P. Lutz.
44595      Branch: maint-5.6/perl
44596           !> hints/unicos.sh lib/Math/Complex.pm
44597 ____________________________________________________________________________
44598 [  7277] By: gsar                                  on 2000/10/16  03:42:59
44599         Log: integrate changes#5966..5970 from mainline
44600              
44601              add testsuite for B backends, fix bug in B::Deparse (from
44602              Simon Cozens <simon@brecon.co.uk>)
44603              
44604              improved docs on the warn_uninit diagnostic (from David Glasser
44605              and Simon Cozens)
44606              
44607              tolerate spaces in group names in test on solaris (from David Boyce
44608              <dsb@boyski.com>)
44609              
44610              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
44611              
44612              Data::Dumper fumbles negative numbers on 32-bit platforms where
44613              IV is >32bits
44614      Branch: maint-5.6/perl
44615           +> t/lib/b.t t/lib/syslog.t
44616           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
44617           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
44618           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
44619 ____________________________________________________________________________
44620 [  7276] By: gsar                                  on 2000/10/16  03:39:30
44621         Log: integrate change#5965 from mainline
44622              
44623              avoid "will not stay shared" warnings for our variables (from
44624              Robin Barker)
44625      Branch: maint-5.6/perl
44626           !> op.c t/pragma/warn/op
44627 ____________________________________________________________________________
44628 [  7275] By: gsar                                  on 2000/10/16  03:38:18
44629         Log: integrate change#5964 from mainline
44630              
44631              reformat to 72 columns (again)
44632      Branch: maint-5.6/perl
44633           !> pod/perldiag.pod
44634 ____________________________________________________________________________
44635 [  7274] By: gsar                                  on 2000/10/16  03:36:58
44636         Log: integrate change#5963 from mainline
44637              
44638              patch from Larry to make (\&) prototype work; added tests for
44639              the same
44640      Branch: maint-5.6/perl
44641           !> op.c t/comp/proto.t
44642 ____________________________________________________________________________
44643 [  7273] By: gsar                                  on 2000/10/16  03:35:51
44644         Log: integrate changes#5956..5962 from mainline
44645              
44646              better diagnostics on failed tests (from Ilya Zakharevich)
44647              
44648              pod nits (from A. C. Yardley <yardley@tanet.net>)
44649              
44650              change#3569 deleted some essential code, revert; avoid use of
44651              atexit() to make DynaLoader work properly on AIX under mod_perl
44652              (from Jens-Uwe Mager <jum@helios.de>)
44653              
44654              doubled words in pods (from Simon Cozens
44655              <simon.p.cozens@jp.pwcglobal.com>)
44656              
44657              better INSTALL notes on Solaris issues (from Dominic Dunlop)
44658              
44659              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
44660              
44661              updated README.hpux (from Jeff Okamoto)
44662      Branch: maint-5.6/perl
44663           !> INSTALL README.hpux emacs/cperl-mode.el
44664           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
44665           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
44666           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
44667           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
44668           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
44669           !> t/op/lex_assign.t
44670 ____________________________________________________________________________
44671 [  7272] By: gsar                                  on 2000/10/16  03:31:22
44672         Log: integrate change#5955 from mainline
44673              
44674              longstanding bug exposed by change#3307: sort arguments weren't
44675              compiled with the right wantarray context (ensuing runtime lookup
44676              via block_gimme() was getting the incidental context of the
44677              sort() itself)
44678      Branch: maint-5.6/perl
44679           !> op.c t/op/sort.t
44680 ____________________________________________________________________________
44681 [  7271] By: gsar                                  on 2000/10/16  03:29:11
44682         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
44683              branch
44684              
44685              Flatten the cpp jungle doing the nosuid checking.
44686              
44687              Do not assume sign propagation. (from M.J.T. Guy)
44688              
44689              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
44690              
44691              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
44692              Now pp_ncmp() returns undef is either operand is a NaN.
44693              
44694              On second thoughts frexp() does have two arguments.
44695              
44696              Document that tr() is not tr(1).
44697              
44698              Be more robust on "extreme" (large absolute value)
44699              arguments.  Originally reported by Daniel Connelly
44700              as a problem with asinh() on large negative arguments,
44701              asinh() used to bail out because an argument to log()
44702              ended up being zero.  Ilya Zakharevich proposed using
44703              Taylor's series in such cases, which for such large
44704              arguments is a very good approximation.
44705              
44706              Undo "use integer" addition from 64bitint as it seems
44707              to break most of the subtests in Digital UNIX;
44708              Unicos needs to find another way.
44709      Branch: maint-5.6/perl
44710           !> (integrate 29 files)
44711 ____________________________________________________________________________
44712 [  7270] By: gsar                                  on 2000/10/16  03:09:44
44713         Log: integrate changes#5948,5949,5950 from mainline
44714              
44715              typo in vars.pm that leads to cryptic message (from Piotr
44716              Piatkowski <kompas@kompas.usr.onet.pl>)
44717              
44718              make perldoc use the pod2man from the same version (from
44719              M.J.T. Guy)
44720              
44721              reformat perldiag to avoid long lines
44722      Branch: maint-5.6/perl
44723           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
44724 ____________________________________________________________________________
44725 [  7269] By: gsar                                  on 2000/10/16  03:05:54
44726         Log: integrate change#5947 from mainline
44727              
44728              use &dl_error rather than &dl_load_file as the guard for calling
44729              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
44730              statically built perl)
44731      Branch: maint-5.6/perl
44732           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
44733 ____________________________________________________________________________
44734 [  7268] By: gsar                                  on 2000/10/16  03:04:48
44735         Log: integrate change#5945 from mainline
44736              
44737              make module name mandatory after -M switch; reorder perldiag
44738              alphabetically (from Mark-Jason Dominus)
44739      Branch: maint-5.6/perl
44740           !> perl.c pod/perldiag.pod
44741 ____________________________________________________________________________
44742 [  7267] By: gsar                                  on 2000/10/16  03:03:01
44743         Log: integrate change#5939 from mainline
44744              
44745              more pod nits (from Larry Virden)
44746      Branch: maint-5.6/perl
44747           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
44748           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
44749           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
44750 ____________________________________________________________________________
44751 [  7266] By: gsar                                  on 2000/10/16  03:01:39
44752         Log: integrate change#5938 from mainline
44753              
44754              Consolidated B::Deparse fixes (from Stephen McCamant)
44755      Branch: maint-5.6/perl
44756           !> ext/B/B/Deparse.pm
44757 ____________________________________________________________________________
44758 [  7265] By: gsar                                  on 2000/10/16  03:00:43
44759         Log: integrate change#5936 from mainline
44760              
44761              additional tests for change#7263 (from Paul Marquess)
44762      Branch: maint-5.6/perl
44763           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
44764           !> t/pragma/warn/5nolint t/pragma/warn/6default
44765 ____________________________________________________________________________
44766 [  7264] By: gsar                                  on 2000/10/16  02:58:34
44767         Log: integrate change#5934 from mainline
44768              
44769              propagate lexical warnings from surrounding scope correctly
44770              within string eval() (from Paul Marquess)
44771      Branch: maint-5.6/perl
44772           !> pp_ctl.c t/pragma/warn/pp_ctl
44773 ____________________________________________________________________________
44774 [  7263] By: gsar                                  on 2000/10/16  02:56:53
44775         Log: integrate change#5932 from mainline
44776              
44777              add rsignal(), whichsig() and do_join() to public API list
44778              (mod_perl uses them to good advantage)
44779      Branch: maint-5.6/perl
44780           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
44781 ____________________________________________________________________________
44782 [  7262] By: gsar                                  on 2000/10/16  02:55:53
44783         Log: integrate change#5931 from mainline
44784              
44785              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
44786      Branch: maint-5.6/perl
44787           !> pp_hot.c regexec.c t/op/pat.t
44788 ____________________________________________________________________________
44789 [  7261] By: gsar                                  on 2000/10/16  02:55:01
44790         Log: integrate change#5930 from mainline
44791              
44792              small os390 tweaks (from Peter Prymmer)
44793      Branch: maint-5.6/perl
44794           !> config_h.SH makedepend.SH
44795 ____________________________________________________________________________
44796 [  7260] By: gsar                                  on 2000/10/16  02:54:10
44797         Log: integrate change#5929 from mainline
44798              
44799              pod nits
44800      Branch: maint-5.6/perl
44801           !> pod/perlguts.pod
44802 ____________________________________________________________________________
44803 [  7259] By: gsar                                  on 2000/10/16  02:52:55
44804         Log: integrate change#5927 from mainline
44805              
44806              arrange for next() to resume at the unstack op rather than the
44807              loop conditional, so that scope cleanup happens correctly
44808              (from Stephen McCamant)
44809      Branch: maint-5.6/perl
44810           !> op.c pp_ctl.c t/op/misc.t
44811 ____________________________________________________________________________
44812 [  7258] By: gsar                                  on 2000/10/16  02:51:38
44813         Log: integrate change#5926 from mainline
44814              
44815              on windows, reserve 16M of stack rather than 128M (allows more
44816              threads to run concurrently)
44817      Branch: maint-5.6/perl
44818           !> win32/Makefile win32/makefile.mk
44819 ____________________________________________________________________________
44820 [  7257] By: gsar                                  on 2000/10/16  02:50:37
44821         Log: integrate change#5925 from mainline
44822              
44823              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
44824      Branch: maint-5.6/perl
44825           !> toke.c
44826 ____________________________________________________________________________
44827 [  7256] By: gsar                                  on 2000/10/16  02:49:36
44828         Log: integrate change#5924 from mainline
44829              
44830              avoid using uninitialized memory in require version check
44831      Branch: maint-5.6/perl
44832           !> pp_ctl.c universal.c
44833 ____________________________________________________________________________
44834 [  7255] By: gsar                                  on 2000/10/16  02:48:03
44835         Log: integrate changes#5923,5928,6009 from mainline
44836              
44837              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
44838      Branch: maint-5.6/perl
44839           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
44840 ____________________________________________________________________________
44841 [  7254] By: gsar                                  on 2000/10/16  02:44:46
44842         Log: integrate change#5922 from mainline
44843              
44844              commentary about IoTYPE() (from Nathan Torkington)
44845      Branch: maint-5.6/perl
44846           !> sv.h
44847 ____________________________________________________________________________
44848 [  7253] By: gsar                                  on 2000/10/16  02:43:49
44849         Log: integrate change#5921 from mainline
44850              
44851              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
44852      Branch: maint-5.6/perl
44853           !> sv.c t/lib/charnames.t t/pragma/utf8.t
44854 ____________________________________________________________________________
44855 [  7252] By: gsar                                  on 2000/10/16  02:42:31
44856         Log: integrate change#5920 from mainline
44857              
44858              Larry's fix for buggy propagation of utf8-ness in join(); add test
44859      Branch: maint-5.6/perl
44860           !> doop.c t/op/ver.t
44861 ____________________________________________________________________________
44862 [  7251] By: gsar                                  on 2000/10/16  02:41:14
44863         Log: integrate changes#5915..5919 from mainline
44864              
44865              various (pod tweaks &c)
44866      Branch: maint-5.6/perl
44867           !> (integrate 33 files)
44868 ____________________________________________________________________________
44869 [  7250] By: gsar                                  on 2000/10/16  02:38:16
44870         Log: integrate change#5914 from mainline
44871              
44872              caller() wasn't returning the right number of elements for
44873              eval {...}
44874      Branch: maint-5.6/perl
44875           !> pp_ctl.c t/pragma/warn/9enabled
44876 ____________________________________________________________________________
44877 [  7249] By: gsar                                  on 2000/10/16  02:37:02
44878         Log: integrate change#5913 from mainline
44879              
44880              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
44881              (from Mark-Jason Dominus)
44882      Branch: maint-5.6/perl
44883           !> pod/perlfunc.pod
44884 ____________________________________________________________________________
44885 [  7248] By: gsar                                  on 2000/10/16  02:35:58
44886         Log: integrate change#5912 from mainline
44887              
44888              fix totally broken caching in UNIVERSAL::isa() (from
44889              Nick Ing-Simmons)
44890      Branch: maint-5.6/perl
44891           !> t/op/universal.t universal.c
44892 ____________________________________________________________________________
44893 [  7247] By: gsar                                  on 2000/10/16  02:34:27
44894         Log: integrate changes#5910,5911 from mainline
44895              
44896              typo in pod
44897              
44898              add linebreak properties from unicode/LineBrk.txt (from
44899              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
44900      Branch: maint-5.6/perl
44901           +> (branch 29 files)
44902           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
44903 ____________________________________________________________________________
44904 [  7246] By: gsar                                  on 2000/10/16  02:33:29
44905         Log: integrate change#5909 from mainline
44906              
44907              mode argument to do_binmode() should be file mode, not boolean
44908      Branch: maint-5.6/perl
44909           !> pp_sys.c
44910 ____________________________________________________________________________
44911 [  7245] By: gsar                                  on 2000/10/16  02:31:04
44912         Log: integrate change#5908 from mainline
44913              
44914              introduce illegal symbols into null package so that
44915              gv_fetchpv(...,TRUE) always returns a valid GV even when the
44916              symbol is trapped by strictures (avoids coredumps)
44917      Branch: maint-5.6/perl
44918           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
44919           !> t/pragma/strict-vars
44920 ____________________________________________________________________________
44921 [  7244] By: jhi                                   on 2000/10/16  02:29:54
44922         Log: Subject: $Carp::ExportLevel confusion in Exporter
44923              From: "Ben Tilly" <ben_tilly@hotmail.com>
44924              Date: Sat, 14 Oct 2000 16:44:34 EDT
44925              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
44926      Branch: perl
44927            ! lib/Exporter/Heavy.pm
44928 ____________________________________________________________________________
44929 [  7243] By: jhi                                   on 2000/10/16  02:28:33
44930         Log: Subject: [PATCH perlguts.pod] Document offset hack
44931              From: Simon Cozens <simon@cozens.net>
44932              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
44933              Date: Sat, 14 Oct 2000 19:32:25 +0100
44934      Branch: perl
44935            ! pod/perlguts.pod
44936 ____________________________________________________________________________
44937 [  7242] By: gsar                                  on 2000/10/16  02:26:51
44938         Log: integrate changes#5905,5906,5907,6064 from mainline
44939              
44940              printf/sprintf didn't get quad types right under use64bitint
44941      Branch: maint-5.6/perl
44942           !> pp_sys.c sv.c t/op/64bitint.t
44943 ____________________________________________________________________________
44944 [  7241] By: jhi                                   on 2000/10/16  02:22:44
44945         Log: Subject: small pod patch
44946              From: Dan Boorstein <dan_boo@bellsouth.net>
44947              Date: Sat, 14 Oct 2000 14:29:24 -0400
44948              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
44949      Branch: perl
44950            ! pod/perlfaq7.pod pod/perlmod.pod
44951 ____________________________________________________________________________
44952 [  7240] By: jhi                                   on 2000/10/16  02:13:46
44953         Log: -w cleanup.
44954              
44955              Subject: Re: Problems with bleadperl 
44956              From: "Stephen P. Potter" <spp@ds.net>
44957              Date: Fri, 13 Oct 2000 13:32:49 -0400
44958              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
44959      Branch: perl
44960            ! t/pragma/overload.t
44961 ____________________________________________________________________________
44962 [  7239] By: jhi                                   on 2000/10/16  01:41:18
44963         Log: One more ~utf8 tweak.
44964      Branch: perl
44965            ! t/op/bop.t
44966 ____________________________________________________________________________
44967 [  7238] By: jhi                                   on 2000/10/16  01:34:14
44968         Log: Tweak the test of #7235.
44969      Branch: perl
44970            ! t/op/bop.t
44971 ____________________________________________________________________________
44972 [  7237] By: jhi                                   on 2000/10/16  01:25:04
44973         Log: Fix a couple of compiler-noted nits in #7235.
44974      Branch: perl
44975            ! pp.c
44976 ____________________________________________________________________________
44977 [  7236] By: jhi                                   on 2000/10/16  01:22:46
44978         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
44979      Branch: perl
44980            ! pp.c pp_hot.c
44981 ____________________________________________________________________________
44982 [  7235] By: jhi                                   on 2000/10/15  16:24:44
44983         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
44984              
44985              From: Simon Cozens <simon@cozens.net>
44986              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
44987              Date: Sat, 14 Oct 2000 20:52:13 +0100
44988              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
44989      Branch: perl
44990            ! pp.c t/op/bop.t utf8.h
44991 ____________________________________________________________________________
44992 [  7234] By: jhi                                   on 2000/10/15  15:19:29
44993         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
44994              The problem was that rx->minlen was in chars while pp_split()
44995              thought it would be in bytes. 
44996      Branch: perl
44997            ! pp.c t/pragma/utf8.t
44998 ____________________________________________________________________________
44999 [  7233] By: jhi                                   on 2000/10/14  20:24:24
45000         Log: Document FNCASE=y as discussed in the bug 20000902.009.
45001      Branch: perl
45002            ! README.dos
45003 ____________________________________________________________________________
45004 [  7232] By: jhi                                   on 2000/10/14  18:52:21
45005         Log: Add test for bug id 20000427.003 (which seems to have
45006              been fixed) (also duplicate as 20000427.004, though
45007              with a higher severity).  Move one utf8 from op/append
45008              to pragma/utf8, tag the tests with bug ids.
45009      Branch: perl
45010            ! t/op/append.t t/pragma/utf8.t
45011 ____________________________________________________________________________
45012 [  7231] By: jhi                                   on 2000/10/14  17:28:37
45013         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
45014      Branch: perl
45015            ! t/pragma/utf8.t
45016 ____________________________________________________________________________
45017 [  7230] By: jhi                                   on 2000/10/14  14:24:50
45018         Log: Needs to be conditional on SunOS 4.
45019              
45020              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
45021              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
45022              Date: Sat, 14 Oct 2000 13:37:49 +0100
45023              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
45024      Branch: metaconfig/U/perl
45025            ! End.U
45026      Branch: perl
45027            ! Configure myconfig.SH pod/perldelta.pod
45028 ____________________________________________________________________________
45029 [  7229] By: jhi                                   on 2000/10/14  00:49:22
45030         Log: Update Changes.
45031      Branch: perl
45032            ! Changes patchlevel.h
45033 ____________________________________________________________________________
45034 [  7228] By: jhi                                   on 2000/10/14  00:46:10
45035         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
45036              From: Peter Prymmer <pvhp@forte.com>
45037              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
45038              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
45039      Branch: perl
45040            ! lib/utf8.pm
45041 ____________________________________________________________________________
45042 [  7227] By: jhi                                   on 2000/10/13  23:20:30
45043         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
45044      Branch: perl
45045            ! t/op/tie.t
45046 ____________________________________________________________________________
45047 [  7226] By: jhi                                   on 2000/10/13  22:14:32
45048         Log: Tweak #7225.
45049              
45050              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
45051              From: Peter Prymmer <pvhp@forte.com>
45052              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
45053              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
45054      Branch: perl
45055            ! t/op/sprintf.t
45056 ____________________________________________________________________________
45057 [  7225] By: jhi                                   on 2000/10/13  22:11:31
45058         Log: op/sprintf.t patch for OS/390 (and any other host with limited
45059              floating-point exponent length)
45060              
45061              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
45062              From: Dominic Dunlop <domo@computer.org>
45063              Date: Fri, 13 Oct 2000 19:17:57 +0200
45064              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
45065      Branch: perl
45066            ! t/op/sprintf.t
45067 ____________________________________________________________________________
45068 [  7224] By: jhi                                   on 2000/10/13  18:40:48
45069         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
45070      Branch: perl
45071            ! toke.c
45072 ____________________________________________________________________________
45073 [  7223] By: jhi                                   on 2000/10/13  18:37:13
45074         Log: Thinko in #7222.
45075      Branch: perl
45076            ! utf8.c
45077 ____________________________________________________________________________
45078 [  7222] By: jhi                                   on 2000/10/13  18:05:23
45079         Log: Use UTF8SKIP(), from Simon Cozens.
45080      Branch: perl
45081            ! utf8.c
45082 ____________________________________________________________________________
45083 [  7221] By: jhi                                   on 2000/10/13  15:43:19
45084         Log: (accidentally empty check-in)
45085      Branch: perl
45086            ! utf8.c
45087 ____________________________________________________________________________
45088 [  7220] By: jhi                                   on 2000/10/13  15:23:51
45089         Log: Add (optimistically) Storable to static extensions.
45090      Branch: perl
45091            ! hints/uwin.sh hints/vmesa.sh
45092 ____________________________________________________________________________
45093 [  7219] By: jhi                                   on 2000/10/13  15:20:05
45094         Log: Amdahl UTS doesn't seem to do dynaloading.
45095      Branch: perl
45096            ! hints/uts.sh
45097 ____________________________________________________________________________
45098 [  7218] By: jhi                                   on 2000/10/13  15:15:20
45099         Log: Slight tweak of the code to appease Amdahl UTS cc.
45100      Branch: perl
45101            ! pp.c
45102 ____________________________________________________________________________
45103 [  7217] By: jhi                                   on 2000/10/13  14:50:42
45104         Log: In Amdahl UTS "struct sv" is defined by a system header,
45105              <ksync.h>.
45106      Branch: perl
45107            ! perl.h sv.h
45108 ____________________________________________________________________________
45109 [  7216] By: jhi                                   on 2000/10/13  11:58:25
45110         Log: Ilya implemented the memory profiling API.
45111      Branch: perl
45112            ! Todo
45113 ____________________________________________________________________________
45114 [  7215] By: jhi                                   on 2000/10/13  02:56:38
45115         Log: Subject: [PATCH 5.7.0] Perl API for mstats
45116              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45117              Date: Thu, 12 Oct 2000 22:52:40 -0400
45118              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
45119      Branch: perl
45120            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
45121 ____________________________________________________________________________
45122 [  7214] By: jhi                                   on 2000/10/13  02:55:38
45123         Log: Subject: [PATCH 5.7.0] IVs in mtats
45124              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45125              Date: Thu, 12 Oct 2000 22:51:04 -0400
45126              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
45127      Branch: perl
45128            ! malloc.c perl.h
45129 ____________________________________________________________________________
45130 [  7213] By: jhi                                   on 2000/10/13  02:31:47
45131         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
45132      Branch: perl
45133            ! pod/perldiag.pod pp_sys.c
45134 ____________________________________________________________________________
45135 [  7212] By: jhi                                   on 2000/10/13  01:27:38
45136         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
45137              From: Peter Prymmer <pvhp@forte.com>
45138              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
45139              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
45140      Branch: perl
45141            ! t/op/oct.t
45142 ____________________________________________________________________________
45143 [  7211] By: jhi                                   on 2000/10/13  00:35:09
45144         Log: Update Changes.
45145      Branch: perl
45146            ! Changes patchlevel.h
45147 ____________________________________________________________________________
45148 [  7210] By: jhi                                   on 2000/10/12  23:59:40
45149         Log: The Install.pm third of
45150              
45151              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
45152              From: Bill Campbell <bill@celestial.com>
45153              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
45154              Date: Thu, 5 Oct 2000 18:04:51 -0700
45155      Branch: perl
45156            ! lib/ExtUtils/Install.pm
45157 ____________________________________________________________________________
45158 [  7209] By: jhi                                   on 2000/10/12  23:58:43
45159         Log: Two thirds of
45160              
45161              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
45162              Date: Thu, 5 Oct 2000 18:04:51 -0700
45163              From: Bill Campbell <bill@celestial.com>
45164              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
45165              
45166              The Install.pm changes will be submitted separately because
45167              they need some work and discussion still.
45168      Branch: perl
45169            ! lib/getopts.pl lib/termcap.pl
45170 ____________________________________________________________________________
45171 [  7208] By: jhi                                   on 2000/10/12  23:41:19
45172         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
45173              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
45174              Date:     Thu, 12 Oct 2000 07:30:02 EDT
45175              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
45176      Branch: perl
45177            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
45178            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
45179 ____________________________________________________________________________
45180 [  7207] By: jhi                                   on 2000/10/12  23:39:01
45181         Log: An updated EBCDIC tr patch.
45182              
45183              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
45184              From: Peter Prymmer <pvhp@forte.com>
45185              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
45186              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
45187      Branch: perl
45188            ! t/op/tr.t
45189 ____________________________________________________________________________
45190 [  7206] By: jhi                                   on 2000/10/12  23:34:55
45191         Log: Upgrade to CPAN 1.58, from Andreas König.
45192      Branch: perl
45193            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
45194 ____________________________________________________________________________
45195 [  7205] By: jhi                                   on 2000/10/12  23:29:08
45196         Log: Introduce the man[24-8] variables, from Andy Dougherty.
45197      Branch: metaconfig/U/perl
45198            + mandirs.U mandirstyle.U
45199      Branch: perl
45200            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45201            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
45202            ! vos/config.h vos/config.pl vos/config_h.SH_orig
45203            ! win32/config.bc win32/config.gc win32/config.vc
45204 ____________________________________________________________________________
45205 [  7204] By: gsar                                  on 2000/10/12  18:11:24
45206         Log: restore change#7202
45207      Branch: perl
45208            ! mg.c
45209 ____________________________________________________________________________
45210 [  7203] By: gsar                                  on 2000/10/12  18:09:40
45211         Log: another test of the Emergency Broadcast System--back out 
45212              change#7202
45213      Branch: perl
45214            ! mg.c
45215 ____________________________________________________________________________
45216 [  7202] By: gsar                                  on 2000/10/12  16:40:47
45217         Log: (submitted on behalf of Jarkko)
45218              Fix the lib/encode.t subtest 6 failure as reported by Andreas
45219              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
45220              was unearthed by change 7182, as was a bug in HTML::Entities.
45221      Branch: perl
45222            ! mg.c
45223 ____________________________________________________________________________
45224 [  7201] By: jhi                                   on 2000/10/11  03:16:05
45225         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
45226      Branch: perl
45227            ! pp_hot.c t/pragma/utf8.t
45228 ____________________________________________________________________________
45229 [  7200] By: jhi                                   on 2000/10/11  00:40:30
45230         Log: The #7198 was a false alarm.
45231      Branch: perl
45232            ! pp_hot.c
45233 ____________________________________________________________________________
45234 [  7199] By: jhi                                   on 2000/10/11  00:26:04
45235         Log: Remove duplicated code.
45236      Branch: perl
45237            ! t/lib/cgi-html.t
45238 ____________________________________________________________________________
45239 [  7198] By: jhi                                   on 2000/10/10  23:30:46
45240         Log: (Retracted by #7200.)
45241      Branch: perl
45242            ! pp_hot.c
45243 ____________________________________________________________________________
45244 [  7197] By: jhi                                   on 2000/10/10  21:49:30
45245         Log: Add the test case for #7190, from the original bug report
45246              by Andreas König.
45247      Branch: perl
45248            ! t/pragma/utf8.t
45249 ____________________________________________________________________________
45250 [  7196] By: jhi                                   on 2000/10/10  21:40:49
45251         Log: Reapply Andy's patch and regen Configure.
45252      Branch: perl
45253            ! Configure INSTALL Makefile.SH Porting/Glossary
45254            ! Porting/config.sh config_h.SH epoc/config.sh installperl
45255            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
45256            ! win32/config.vc
45257 ____________________________________________________________________________
45258 [  7195] By: jhi                                   on 2000/10/10  21:09:30
45259         Log: Use the versiononly instead of the installscripts,
45260              retract the changes 7146 and 7147.
45261      Branch: perl
45262            ! Configure INSTALL Makefile.SH Porting/Glossary
45263            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
45264            ! installperl uconfig.sh vos/config.def win32/config.bc
45265            ! win32/config.gc win32/config.vc
45266 ____________________________________________________________________________
45267 [  7194] By: jhi                                   on 2000/10/10  21:06:15
45268         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
45269              From: Peter Prymmer <pvhp@forte.com>
45270              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
45271              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
45272      Branch: perl
45273            ! t/op/ver.t
45274 ____________________________________________________________________________
45275 [  7193] By: jhi                                   on 2000/10/10  21:05:12
45276         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
45277              From: Peter Prymmer <pvhp@forte.com>
45278              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
45279              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
45280      Branch: perl
45281            ! t/op/tr.t
45282 ____________________________________________________________________________
45283 [  7192] By: jhi                                   on 2000/10/10  20:57:30
45284         Log: Add versiononly, delete installscripts, from Andy Dougherty.
45285      Branch: metaconfig
45286            - U/installdirs/installscripts.U
45287      Branch: metaconfig/U/perl
45288            + versiononly.U
45289 ____________________________________________________________________________
45290 [  7191] By: jhi                                   on 2000/10/10  19:41:21
45291         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
45292              From: Peter Prymmer <pvhp@forte.com>
45293              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
45294              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
45295      Branch: perl
45296            ! pod/perlebcdic.pod
45297 ____________________________________________________________________________
45298 [  7190] By: jhi                                   on 2000/10/10  19:26:14
45299         Log: Subject: Re: utf8 concat, mg_get
45300              From: Simon Cozens <simon@cozens.net>
45301              Date: Tue, 10 Oct 2000 17:40:17 +0100
45302              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
45303      Branch: perl
45304            ! pp_hot.c
45305 ____________________________________________________________________________
45306 [  7189] By: jhi                                   on 2000/10/10  19:23:03
45307         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
45308              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
45309              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
45310              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
45311      Branch: perl
45312            ! lib/ExtUtils/MM_Unix.pm
45313 ____________________________________________________________________________
45314 [  7188] By: jhi                                   on 2000/10/10  15:31:24
45315         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
45316              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
45317              Date: Fri, 14 Jul 2000 10:47:36 +0100
45318              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
45319      Branch: perl
45320            ! README.win32
45321 ____________________________________________________________________________
45322 [  7187] By: jhi                                   on 2000/10/10  13:30:10
45323         Log: Quote the temp file name, needed in Win32 because the
45324              default name unfortunately contains spaces, shouldn't
45325              hurt elsewhere.
45326              
45327              Subject: FW: perldoc fails if $TEMP contains spaces
45328              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
45329              Date: Thu, 14 Sep 2000 08:58:45 +0100
45330              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
45331      Branch: perl
45332            ! utils/perldoc.PL
45333 ____________________________________________________________________________
45334 [  7186] By: jhi                                   on 2000/10/10  13:16:27
45335         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
45336              From: hv@hugo.hybyte.com
45337              Date: Tue, 10 Oct 2000 14:10:20 +0100
45338              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
45339      Branch: perl
45340            ! t/lib/thr5005.t util.c
45341 ____________________________________________________________________________
45342 [  7185] By: jhi                                   on 2000/10/10  12:06:22
45343         Log: Upgrade to podlators 1.04, from Russ Allbery.
45344      Branch: perl
45345            ! lib/Pod/Man.pm lib/Pod/Text.pm
45346 ____________________________________________________________________________
45347 [  7184] By: jhi                                   on 2000/10/10  12:01:32
45348         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
45349      Branch: perl
45350            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
45351 ____________________________________________________________________________
45352 [  7183] By: jhi                                   on 2000/10/09  23:47:15
45353         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
45354              From: Peter Prymmer <pvhp@forte.com>
45355              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
45356              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
45357      Branch: perl
45358            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
45359 ____________________________________________________________________________
45360 [  7182] By: jhi                                   on 2000/10/09  23:43:16
45361         Log: Make eq work again with utf8 (disabling the upgrading
45362              should no more be necessary since the copies of the
45363              scalars are upgraded, not the scalars themselves).
45364              Takes care of ID 20001009.001.  (The claimed length()
45365              bug in 20001009.001 seems bogus to me.)
45366      Branch: perl
45367            ! sv.c t/pragma/utf8.t
45368 ____________________________________________________________________________
45369 [  7181] By: gsar                                  on 2000/10/09  19:41:54
45370         Log: tweak for change#7173
45371      Branch: perl
45372            ! win32/win32sck.c
45373 ____________________________________________________________________________
45374 [  7180] By: gsar                                  on 2000/10/09  19:26:56
45375         Log: on Windows, clean targets might not work under some flavors of the shell
45376      Branch: perl
45377            ! win32/Makefile win32/makefile.mk
45378 ____________________________________________________________________________
45379 [  7179] By: jhi                                   on 2000/10/09  19:21:02
45380         Log: Update Changes.
45381      Branch: perl
45382            ! Changes patchlevel.h
45383 ____________________________________________________________________________
45384 [  7178] By: jhi                                   on 2000/10/09  19:18:23
45385         Log: Warn about unknown scripts.
45386              
45387              Subject: Re: ideas? patches? [PATCH bleadperl]
45388              From: Dominic Dunlop <domo@computer.org>
45389              Date: Mon, 9 Oct 2000 14:57:17 +0200
45390              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
45391      Branch: perl
45392            ! lib/charnames.pm
45393 ____________________________________________________________________________
45394 [  7177] By: jhi                                   on 2000/10/09  19:13:27
45395         Log: Change #7160 had a nasty typo.
45396      Branch: metaconfig
45397            ! U/compline/Compile.U
45398      Branch: perl
45399            ! Configure config_h.SH
45400 ____________________________________________________________________________
45401 [  7176] By: gsar                                  on 2000/10/09  18:59:33
45402         Log: pod nit
45403      Branch: perl
45404            ! pod/perlport.pod
45405 ____________________________________________________________________________
45406 [  7175] By: gsar                                  on 2000/10/09  18:54:28
45407         Log: Windows9x doesn't support link(), despite what Config.pm
45408              might think
45409      Branch: perl
45410            ! lib/ExtUtils/Manifest.pm
45411 ____________________________________________________________________________
45412 [  7174] By: gsar                                  on 2000/10/09  18:50:03
45413         Log: avoid nonportable example code
45414      Branch: perl
45415            ! lib/File/Copy.pm
45416 ____________________________________________________________________________
45417 [  7173] By: gsar                                  on 2000/10/09  18:46:54
45418         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
45419              being used) when closing a socket handle
45420      Branch: perl
45421            ! win32/win32.c win32/win32.h win32/win32sck.c
45422 ____________________________________________________________________________
45423 [  7172] By: gsar                                  on 2000/10/09  18:41:40
45424         Log: on Windows, cwd strings in the environment should be of the
45425              form =X:=X:\foo instead of =X=X:\foo\
45426      Branch: perl
45427            ! win32/vdir.h
45428 ____________________________________________________________________________
45429 [  7171] By: gsar                                  on 2000/10/09  18:30:09
45430         Log: on Windows, LoadLibrary() could load an extension DLL multiple
45431              times if forward slashes are used in the path
45432      Branch: perl
45433            ! win32/win32.c
45434 ____________________________________________________________________________
45435 [  7170] By: jhi                                   on 2000/10/09  17:53:59
45436         Log: Add a todo note about overloadable assertions.
45437      Branch: perl
45438            ! Todo-5.6
45439 ____________________________________________________________________________
45440 [  7169] By: jhi                                   on 2000/10/09  13:43:45
45441         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
45442              From: mjd@plover.com
45443              Date: 9 Oct 2000 00:24:44 -0000
45444              Message-ID: <20001009002444.10616.qmail@plover.com>
45445      Branch: perl
45446            ! pod/perldebguts.pod
45447 ____________________________________________________________________________
45448 [  7168] By: nick                                  on 2000/10/08  13:16:33
45449         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
45450              is not right thing to do on (e.g. x86). Network order is also "right" for
45451              X fonts.
45452      Branch: perl
45453            ! ext/Encode/Encode.pm
45454 ____________________________________________________________________________
45455 [  7167] By: nick                                  on 2000/10/08  12:54:42
45456         Log: Make "encodings" work post-install when Encode/*.enc files may not
45457              be in same directory as Encode.pm
45458      Branch: perl
45459            ! ext/Encode/Encode.pm
45460 ____________________________________________________________________________
45461 [  7166] By: nick                                  on 2000/10/08  11:51:26
45462         Log: Work round the fact that $hash->{$key} does not take into account
45463              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
45464              so that key is always in the "expected" encoding - i.e. same way we put
45465              it in the hash.
45466      Branch: perl
45467            ! ext/Encode/Encode.pm
45468 ____________________________________________________________________________
45469 [  7165] By: gsar                                  on 2000/10/08  04:15:29
45470         Log: save_re_context() could reset PL_curcop to freed memory, causing core
45471              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
45472      Branch: perl
45473            ! pp_ctl.c
45474 ____________________________________________________________________________
45475 [  7164] By: jhi                                   on 2000/10/06  20:51:48
45476         Log: UTF8ize split() so that the cloned substrings get the UTF8
45477              flag of the original scalar.  Problem reported by Simon Cozens.
45478      Branch: perl
45479            ! pp.c t/pragma/utf8.t
45480 ____________________________________________________________________________
45481 [  7163] By: nick                                  on 2000/10/06  20:48:34
45482         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
45483              got a false +ve and so did not reach code which would have un-FAKEd the SV.
45484      Branch: perl
45485            ! sv.c
45486 ____________________________________________________________________________
45487 [  7162] By: nick                                  on 2000/10/06  20:25:37
45488         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
45489              To fix  (sort {$a <=> $b} keys %hash) in particular but
45490              should cover a number of other as-yet-unknown cases as well.
45491      Branch: perl
45492            ! sv.c
45493 ____________________________________________________________________________
45494 [  7161] By: jhi                                   on 2000/10/06  19:56:18
45495         Log: Change the version number of Tie::Handle in the core to 4.0,
45496              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
45497              
45498              Subject: Note on Tie::Handle
45499              From: andreas.koenig@anima.de (Andreas J. Koenig)
45500              Date:      06 Oct 2000 21:48:58 +0200
45501              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
45502      Branch: perl
45503            ! lib/Tie/Handle.pm
45504 ____________________________________________________________________________
45505 [  7160] By: jhi                                   on 2000/10/06  18:20:35
45506         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
45507              as the first option of cc/ld because of ultrapicky compilers
45508              (e.g. OS/390 R2.5)
45509      Branch: metaconfig
45510            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
45511            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
45512            ! U/compline/orderlib.U U/modified/Cppsym.U
45513            ! U/modified/d_access.U
45514      Branch: metaconfig/U/perl
45515            ! Checkcc.U d_dlsymun.U gccvers.U
45516      Branch: perl
45517            ! Configure config_h.SH
45518 ____________________________________________________________________________
45519 [  7159] By: jhi                                   on 2000/10/06  13:56:39
45520         Log: Update Changes.
45521      Branch: perl
45522            ! Changes patchlevel.h
45523 ____________________________________________________________________________
45524 [  7158] By: jhi                                   on 2000/10/06  12:48:40
45525         Log: Eliminate $Is_VMS code from the test.
45526              
45527              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
45528              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
45529              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
45530              Date:     Thu, 5 Oct 2000 07:46:33 EDT
45531      Branch: perl
45532            ! t/lib/b.t
45533 ____________________________________________________________________________
45534 [  7157] By: jhi                                   on 2000/10/06  12:47:13
45535         Log: Also the $ccflags is needed for the C compiler check.
45536              
45537              Subject: Configure (check for C-compiler)
45538              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45539              Date: Fri, 06 Oct 2000 08:47:15 +0200
45540              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
45541      Branch: metaconfig/U/perl
45542            ! Checkcc.U
45543      Branch: perl
45544            ! Configure config_h.SH
45545 ____________________________________________________________________________
45546 [  7156] By: jhi                                   on 2000/10/06  11:45:15
45547         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
45548      Branch: perl
45549            ! perl.c pp_ctl.c sv.h utf8.c
45550 ____________________________________________________________________________
45551 [  7155] By: jhi                                   on 2000/10/06  11:40:41
45552         Log: IO::Handle->syswrite() did not handle length omission
45553              like CORE::syswrite() does.
45554              
45555              Subject: [Fwd] IO::Handle, syswrite and arguments
45556              From: Graham Barr <gbarr@pobox.com>
45557              Date: Fri, 6 Oct 2000 10:22:05 +0100
45558              Message-ID: <20001006102205.U6312@pobox.com>
45559              
45560              The original patch from andrew@ugh.net.au.
45561      Branch: perl
45562            ! ext/IO/lib/IO/Handle.pm
45563 ____________________________________________________________________________
45564 [  7154] By: jhi                                   on 2000/10/06  01:42:15
45565         Log: Tweak #7153.
45566      Branch: perl
45567            ! utf8.h
45568 ____________________________________________________________________________
45569 [  7153] By: jhi                                   on 2000/10/06  00:39:55
45570         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
45571      Branch: perl
45572            ! utf8.h
45573 ____________________________________________________________________________
45574 [  7152] By: jhi                                   on 2000/10/06  00:38:11
45575         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
45576      Branch: perl
45577            ! perl.c pp_ctl.c sv.h utf8.c
45578 ____________________________________________________________________________
45579 [  7151] By: jhi                                   on 2000/10/06  00:36:38
45580         Log: Subject: Re: Questions about Tie::Array and perl modules
45581              From: Nick Ing-Simmons <nik@tiuk.ti.com>
45582              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
45583              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
45584              
45585              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
45586      Branch: perl
45587            ! lib/Tie/Array.pm t/op/array.t
45588 ____________________________________________________________________________
45589 [  7150] By: jhi                                   on 2000/10/05  00:20:45
45590         Log: Regen Changes.
45591      Branch: perl
45592            ! Changes patchlevel.h
45593 ____________________________________________________________________________
45594 [  7149] By: jhi                                   on 2000/10/05  00:20:01
45595         Log: Regen toc.
45596      Branch: perl
45597            ! pod/perltoc.pod
45598 ____________________________________________________________________________
45599 [  7148] By: jhi                                   on 2000/10/04  23:35:08
45600         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
45601              reported several times by Dominic Dunlop, for example in
45602              ID 20000315.008.  Patch from Dominic.  Patch affects at
45603              least MachTen, and possibly other oldish BSDs. Should not
45604              break non-broken platforms (tested on LinuxPPC). 
45605      Branch: perl
45606            ! doio.c
45607 ____________________________________________________________________________
45608 [  7147] By: jhi                                   on 2000/10/04  23:26:34
45609         Log: The one that got away from 7146.
45610      Branch: metaconfig
45611            + U/installdirs/installscripts.U
45612 ____________________________________________________________________________
45613 [  7146] By: jhi                                   on 2000/10/04  23:25:04
45614         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
45615              suggested by H. Merijn Brand.
45616      Branch: perl
45617            ! Configure INSTALL Makefile.SH Porting/Glossary
45618            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
45619            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
45620            ! win32/config.vc
45621 ____________________________________________________________________________
45622 [  7145] By: jhi                                   on 2000/10/04  22:08:21
45623         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
45624              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45625              Date: Wed, 4 Oct 2000 17:37:46 -0400
45626              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
45627      Branch: perl
45628            ! utils/h2xs.PL
45629 ____________________________________________________________________________
45630 [  7144] By: jhi                                   on 2000/10/04  18:11:41
45631         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
45632              From: Jeff Pinyan <jeffp@crusoe.net>
45633              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
45634              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
45635      Branch: perl
45636            ! pod/perlrun.pod
45637 ____________________________________________________________________________
45638 [  7143] By: jhi                                   on 2000/10/04  18:09:58
45639         Log: Subject: perlhack.pod Patch for Externals Tools
45640              From: Fisher Mark <fisherm@tce.com>
45641              Date: Tue, 3 Oct 2000 15:43:27 -0500 
45642              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
45643      Branch: perl
45644            ! pod/perlhack.pod
45645 ____________________________________________________________________________
45646 [  7142] By: jhi                                   on 2000/10/04  18:08:41
45647         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
45648              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
45649              Date:     Wed, 4 Oct 2000 12:11:11 EDT
45650              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
45651      Branch: perl
45652            ! vms/vms.c
45653 ____________________________________________________________________________
45654 [  7141] By: jhi                                   on 2000/10/04  12:20:16
45655         Log: Subject: [PATCH 5.7.0] h2xs not working
45656              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45657              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
45658              Date: Tue, 3 Oct 2000 21:43:01 -0400
45659              
45660              Subject: [PATCH 5.7.0] h2xs not documenting the created module
45661              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45662              Date: Tue, 3 Oct 2000 22:55:19 -0400
45663              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
45664      Branch: perl
45665            ! utils/h2xs.PL
45666 ____________________________________________________________________________
45667 [  7140] By: jhi                                   on 2000/10/04  11:53:44
45668         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
45669              From: nick@babyhippo.com
45670              Date: Wed, 4 Oct 2000 12:06:45 +0100
45671              Message-Id: <20001004120645.A7356@babyhippo.com>
45672              
45673              Retract 7118 and 7135.
45674      Branch: perl
45675            ! installman installperl op.c t/pragma/subs.t
45676 ____________________________________________________________________________
45677 [  7139] By: jhi                                   on 2000/10/03  22:09:41
45678         Log: It is possible to have no hosts database at all.  Pointed out in
45679              
45680              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
45681              From: Peter Prymmer <pvhp@forte.com>
45682              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
45683              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
45684      Branch: metaconfig
45685            ! U/modified/myhostname.U
45686      Branch: perl
45687            ! Configure config_h.SH
45688 ____________________________________________________________________________
45689 [  7138] By: jhi                                   on 2000/10/03  21:49:49
45690         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
45691              From: Peter Prymmer <pvhp@forte.com>
45692              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
45693              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
45694      Branch: perl
45695            ! pp_sys.c
45696 ____________________________________________________________________________
45697 [  7137] By: jhi                                   on 2000/10/03  20:10:05
45698         Log: One remaining nit less at the VMS mailbox sizing.
45699      Branch: perl
45700            ! vms/vms.c
45701 ____________________________________________________________________________
45702 [  7136] By: jhi                                   on 2000/10/03  20:08:47
45703         Log: Test harness update to sync with the new perlcc,
45704              from Simon Cozens.
45705      Branch: perl
45706            ! t/TEST t/UTEST
45707 ____________________________________________________________________________
45708 [  7135] By: jhi                                   on 2000/10/03  15:15:42
45709         Log: Subject: Re: PATCH for 20001003.004
45710              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
45711              From: "AARON B. DOSSETT" <aaron@iglou.com>
45712              Message-Id: <E13gTay-0006od-00@iglou.com>
45713      Branch: perl
45714            ! installman installperl
45715 ____________________________________________________________________________
45716 [  7134] By: jhi                                   on 2000/10/03  15:00:34
45717         Log: Subject: [ID 20001003.006] B::Debug not -w clean
45718              From: Nicholas Clark <nick@babyhippo.co.uk>
45719              Date: Tue, 03 Oct 2000 15:46:32 +0100
45720              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
45721      Branch: perl
45722            ! ext/B/B/Debug.pm
45723 ____________________________________________________________________________
45724 [  7133] By: jhi                                   on 2000/10/03  14:58:39
45725         Log: Scale down the VMS message boxes, by Charles Lane.
45726              Fix for ID 20000903.009, workaround at
45727              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
45728      Branch: perl
45729            ! vms/vms.c
45730 ____________________________________________________________________________
45731 [  7132] By: jhi                                   on 2000/10/03  11:20:37
45732         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
45733      Branch: perl
45734            + t/lib/st-lock.t t/lib/st-utf8.t
45735            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
45736            ! ext/Storable/Storable.xs t/lib/st-recurse.t
45737 ____________________________________________________________________________
45738 [  7131] By: jhi                                   on 2000/10/03  03:38:23
45739         Log: Encode nits.
45740      Branch: perl
45741            ! MANIFEST Makefile.SH
45742 ____________________________________________________________________________
45743 [  7130] By: jhi                                   on 2000/10/03  03:31:05
45744         Log: Update Changes.
45745      Branch: perl
45746            ! Changes patchlevel.h
45747 ____________________________________________________________________________
45748 [  7129] By: jhi                                   on 2000/10/03  02:24:02
45749         Log: Misplaced else.
45750      Branch: metaconfig/U/perl
45751            ! d_strtoll.U
45752      Branch: perl
45753            ! Configure config_h.SH
45754 ____________________________________________________________________________
45755 [  7128] By: jhi                                   on 2000/10/03  02:08:29
45756         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
45757              From: sthoenna@efn.org
45758              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
45759              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
45760      Branch: metaconfig/U/perl
45761            ! d_strtoll.U
45762      Branch: perl
45763            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
45764 ____________________________________________________________________________
45765 [  7127] By: jhi                                   on 2000/10/03  01:13:14
45766         Log: Update Changes.
45767      Branch: perl
45768            ! Changes patchlevel.h
45769 ____________________________________________________________________________
45770 [  7126] By: jhi                                   on 2000/10/03  00:57:08
45771         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
45772              as suggested by Olaf Flebbe and Nick Clark.
45773      Branch: perl
45774            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
45775 ____________________________________________________________________________
45776 [  7125] By: jhi                                   on 2000/10/03  00:50:56
45777         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
45778              From: Nick Clark <nick@plum.flirble.org>
45779              Date: Mon, 2 Oct 2000 11:03:24 +0100
45780              Message-Id: <20001002110324.D20073@plum.flirble.org>
45781              
45782              Also fixes bug ID 20001002.005.
45783      Branch: perl
45784            ! t/lib/encode.t
45785 ____________________________________________________________________________
45786 [  7124] By: jhi                                   on 2000/10/03  00:34:59
45787         Log: Subject: [PATCH 5.7.0] Epoc update
45788              From: Olaf Flebbe <o.flebbe@gmx.de>
45789              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
45790              Message-ID: <26423.969484586@www10.gmx.net>
45791      Branch: perl
45792            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
45793            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
45794            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
45795            ! util.c util.h
45796 ____________________________________________________________________________
45797 [  7123] By: jhi                                   on 2000/10/03  00:30:07
45798         Log: Regen headers.
45799      Branch: perl
45800            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
45801 ____________________________________________________________________________
45802 [  7122] By: jhi                                   on 2000/10/03  00:10:48
45803         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
45804      Branch: perl
45805            ! hints/openbsd.sh
45806 ____________________________________________________________________________
45807 [  7121] By: jhi                                   on 2000/10/03  00:05:06
45808         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
45809              From: <abigail@foad.org>
45810              Date: Tue, 26 Sep 2000 13:36:14 -0400
45811              Message-ID: <20000926173614.4356.qmail@foad.org>
45812      Branch: perl
45813            ! pod/perlop.pod
45814 ____________________________________________________________________________
45815 [  7120] By: jhi                                   on 2000/10/03  00:04:00
45816         Log: Inside require() $^S was always left undefined.
45817              
45818              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
45819              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45820              Date: Wed, 27 Sep 2000 18:54:49 -0400
45821              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
45822      Branch: perl
45823            ! cop.h mg.c pp_ctl.c util.c
45824 ____________________________________________________________________________
45825 [  7119] By: jhi                                   on 2000/10/03  00:00:16
45826         Log: Subject: [PATCH] DLL not restartabke with threaded perl
45827              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
45828              Date: Thu, 28 Sep 2000 09:20:46 +0100
45829              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
45830      Branch: perl
45831            ! perl.c
45832 ____________________________________________________________________________
45833 [  7118] By: jhi                                   on 2000/10/02  23:59:20
45834         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
45835              From: Nicholas Clark <nick@ccl4.org>
45836              Date: Thu, 28 Sep 2000 11:52:24 +0100
45837              Message-ID: <20000928115224.D7924@plum.flirble.org>
45838      Branch: perl
45839            ! op.c
45840 ____________________________________________________________________________
45841 [  7117] By: jhi                                   on 2000/10/02  23:57:51
45842         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
45843              From: Nicholas Clark <nick@babyhippo.co.uk>
45844              Date: Thu, 28 Sep 2000 12:18:10 +0100
45845              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
45846              
45847              Did not apply cleanly, manual intervention was needed.
45848      Branch: perl
45849            ! ext/B/B/Bytecode.pm utils/perlcc.PL
45850 ____________________________________________________________________________
45851 [  7116] By: jhi                                   on 2000/10/02  23:50:40
45852         Log: Document the issue (is not a syntax error, kind of)
45853              
45854              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
45855              From: Nicholas Clark <nick@ccl4.org>
45856              Date: Thu, 28 Sep 2000 17:12:42 +0100
45857              Message-ID: <20000928171242.K7924@plum.flirble.org>
45858      Branch: perl
45859            ! pod/perldata.pod
45860 ____________________________________________________________________________
45861 [  7115] By: jhi                                   on 2000/10/02  23:48:58
45862         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
45863              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45864              Date: Thu, 28 Sep 2000 21:55:31 -0400
45865              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
45866      Branch: perl
45867            ! regexec.c
45868 ____________________________________________________________________________
45869 [  7114] By: jhi                                   on 2000/10/02  23:47:57
45870         Log: Subject: DOC PATCH 5.6.0
45871              From: mjd@plover.com
45872              Date: 30 Sep 2000 06:02:34 -0000
45873              Message-ID: <20000930060234.4559.qmail@plover.com>
45874      Branch: perl
45875            ! pod/perldebguts.pod
45876 ____________________________________________________________________________
45877 [  7113] By: jhi                                   on 2000/10/02  23:46:43
45878         Log: SOCK_DGRAM and listen() do not mix as reported in
45879              
45880              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
45881              From: Petter Reinholdtsen <pere@hungry.com>
45882              Date: Sun, 1 Oct 2000 10:57:20 +0800
45883              Message-Id: <200010010257.KAA05735@localhost.localdomain>
45884              
45885              The patch for 5.7.0+ had to be reengineered, though.
45886      Branch: perl
45887            ! ext/IO/lib/IO/Socket/UNIX.pm
45888 ____________________________________________________________________________
45889 [  7112] By: jhi                                   on 2000/10/02  23:36:57
45890         Log: Subject: Re: [PATCH 5.005_64 missed]
45891              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45892              Date: Sun, 1 Oct 2000 18:50:10 -0400
45893              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
45894      Branch: perl
45895            ! pod/perlxs.pod
45896 ____________________________________________________________________________
45897 [  7111] By: jhi                                   on 2000/10/02  23:35:40
45898         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
45899              From: Radu Greab <radu@netsoft.ro>
45900              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
45901              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
45902      Branch: perl
45903            ! op.c opcode.pl t/op/substr.t
45904 ____________________________________________________________________________
45905 [  7110] By: jhi                                   on 2000/10/02  23:32:38
45906         Log: Subject: [PATCH] Fix aliasing of tied filehandles
45907              From: Daniel Chetlin <daniel@chetlin.com>
45908              Date: Mon, 2 Oct 2000 14:53:27 -0700
45909              Message-ID: <20001002145327.C1617@ilmd>
45910      Branch: perl
45911            ! perl.h pp_hot.c t/op/tiehandle.t
45912 ____________________________________________________________________________
45913 [  7109] By: jhi                                   on 2000/10/02  23:31:30
45914         Log: s/Robin Parker/Robin Barker/
45915      Branch: perl
45916            ! Changes5.6
45917 ____________________________________________________________________________
45918 [  7108] By: jhi                                   on 2000/10/02  23:15:46
45919         Log: Retract #7091 as suggested in
45920              
45921              From: Robin Barker <rmb1@cise.npl.co.uk> 
45922              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
45923              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
45924              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
45925      Branch: perl
45926            ! embed.pl proto.h
45927 ____________________________________________________________________________
45928 [  7107] By: nick                                  on 2000/10/02  18:23:14
45929         Log: A few tweaks to get Tk803 to work with Encode scheme.
45930      Branch: perl
45931            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
45932 ____________________________________________________________________________
45933 [  7106] By: nick                                  on 2000/10/01  21:34:14
45934         Log: Add checking cases to Encode's toUnicode and fromUnicode.
45935      Branch: perl
45936            ! ext/Encode/Encode.pm
45937 ____________________________________________________________________________
45938 [  7105] By: nick                                  on 2000/10/01  17:18:01
45939         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
45940              To read and use them.
45941              Add a lib/encode.t which checks a few things.
45942      Branch: perl
45943            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
45944            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
45945            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
45946            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
45947            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
45948            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
45949            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
45950            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
45951            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
45952            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
45953            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
45954            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
45955            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
45956            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
45957            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
45958            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
45959            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
45960            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
45961            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
45962            + ext/Encode/Encode/iso2022-jp.enc
45963            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
45964            + ext/Encode/Encode/iso8859-1.enc
45965            + ext/Encode/Encode/iso8859-2.enc
45966            + ext/Encode/Encode/iso8859-3.enc
45967            + ext/Encode/Encode/iso8859-4.enc
45968            + ext/Encode/Encode/iso8859-5.enc
45969            + ext/Encode/Encode/iso8859-6.enc
45970            + ext/Encode/Encode/iso8859-7.enc
45971            + ext/Encode/Encode/iso8859-8.enc
45972            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
45973            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
45974            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
45975            + ext/Encode/Encode/macCentEuro.enc
45976            + ext/Encode/Encode/macCroatian.enc
45977            + ext/Encode/Encode/macCyrillic.enc
45978            + ext/Encode/Encode/macDingbats.enc
45979            + ext/Encode/Encode/macGreek.enc
45980            + ext/Encode/Encode/macIceland.enc
45981            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
45982            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
45983            + ext/Encode/Encode/macTurkish.enc
45984            + ext/Encode/Encode/macUkraine.enc
45985            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
45986            + t/lib/encode.t
45987            ! MANIFEST ext/Encode/Encode.pm
45988 ____________________________________________________________________________
45989 [  7104] By: nick                                  on 2000/09/30  13:04:30
45990         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
45991              From: Daniel Chetlin <daniel@chetlin.com>
45992              Date: Mon, 18 Sep 2000 05:05:40 -0700
45993              Message-Id: <20000918050540.C652@ilmd>
45994      Branch: perl
45995            ! lib/overload.pm sv.c t/pragma/overload.t
45996 ____________________________________________________________________________
45997 [  7103] By: nick                                  on 2000/09/30  12:53:36
45998         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
45999              From: Johan Vromans <jvromans@squirrel.nl>
46000              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
46001              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
46002      Branch: perl
46003            ! pod/Makefile.SH
46004 ____________________________________________________________________________
46005 [  7102] By: nick                                  on 2000/09/30  12:52:31
46006         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
46007              From: Spider Boardman <spider@Orb.Nashua.NH.US>
46008              Date: Sat, 16 Sep 2000 16:36:45 -0400
46009              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
46010      Branch: perl
46011            ! ext/B/B/Deparse.pm
46012 ____________________________________________________________________________
46013 [  7101] By: nick                                  on 2000/09/30  12:51:41
46014         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
46015              From: Craig A. Berry <craig.berry@psinetcs.com>
46016              Date: Sat, 16 Sep 2000 10:11:10 -0500
46017              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
46018      Branch: perl
46019            ! vms/vms.c
46020 ____________________________________________________________________________
46021 [  7100] By: nick                                  on 2000/09/30  12:50:33
46022         Log: Subject: Re: unicode support and perl [ID 20000901.097]
46023              From: Spider Boardman <spider@Orb.Nashua.NH.US>
46024              Date: Fri, 15 Sep 2000 16:37:58 -0400
46025              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
46026      Branch: perl
46027            ! t/op/append.t
46028 ____________________________________________________________________________
46029 [  7099] By: nick                                  on 2000/09/30  12:49:35
46030         Log: Subject: Re: unicode support and perl [ID 20000901.097]
46031              From: Spider Boardman <spider@Orb.Nashua.NH.US>
46032              Date: Fri, 15 Sep 2000 16:25:30 -0400
46033              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
46034      Branch: perl
46035            ! pp_hot.c
46036 ____________________________________________________________________________
46037 [  7098] By: nick                                  on 2000/09/30  12:48:00
46038         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
46039              From: Gisle Aas <gisle@ActiveState.com>
46040              Date: 15 Sep 2000 16:23:41 +0200
46041              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
46042      Branch: perl
46043            ! toke.c
46044 ____________________________________________________________________________
46045 [  7097] By: nick                                  on 2000/09/30  12:45:16
46046         Log: Subject: [PATCH] Nits in perlmod.pod
46047              From: Daniel Chetlin <daniel@chetlin.com>
46048              Date: Fri, 15 Sep 2000 02:04:09 -0700
46049              Message-Id: <20000915020409.A2104@ilmd>
46050      Branch: perl
46051            ! pod/perlmod.pod
46052 ____________________________________________________________________________
46053 [  7096] By: nick                                  on 2000/09/30  12:18:00
46054         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
46055              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
46056              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
46057              0 to checking to get the warning.
46058      Branch: perl
46059            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
46060            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
46061            ! regexec.c sv.c toke.c utf8.c
46062 ____________________________________________________________________________
46063 [  7095] By: nick                                  on 2000/09/15  16:55:59
46064         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
46065              
46066              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
46067              From: Spider Boardman <spider@Orb.Nashua.NH.US>
46068              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
46069              Date: Fri, 15 Sep 2000 06:37:30 -0400
46070      Branch: perl
46071            ! ext/Encode/Encode.xs sv.c
46072 ____________________________________________________________________________
46073 [  7094] By: jhi                                   on 2000/09/15  03:23:32
46074         Log: Update Changes.
46075      Branch: perl
46076            ! Changes patchlevel.h
46077 ____________________________________________________________________________
46078 [  7093] By: jhi                                   on 2000/09/15  03:11:44
46079         Log: Fix for the charnames.t failures from Spider Boardman.
46080      Branch: perl
46081            ! toke.c
46082 ____________________________________________________________________________
46083 [  7092] By: jhi                                   on 2000/09/15  00:15:48
46084         Log: Botched the #7090 check-in.
46085      Branch: perl
46086            ! sv.c
46087 ____________________________________________________________________________
46088 [  7091] By: jhi                                   on 2000/09/14  23:33:24
46089         Log: Part of #7081 didn't come through.
46090      Branch: perl
46091            ! embed.pl proto.h
46092 ____________________________________________________________________________
46093 [  7090] By: jhi                                   on 2000/09/14  23:17:39
46094         Log: Subject: Re: perl@7078 
46095              From: Spider Boardman <spider@web.zk3.dec.com>
46096              Date: Thu, 14 Sep 2000 19:06:36 -0400
46097              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
46098      Branch: perl
46099            ! sv.c toke.c
46100 ____________________________________________________________________________
46101 [  7089] By: jhi                                   on 2000/09/14  23:11:21
46102         Log: Small portability tweaks.
46103      Branch: perl
46104            ! ext/Encode/Encode.xs
46105 ____________________________________________________________________________
46106 [  7088] By: jhi                                   on 2000/09/14  22:57:23
46107         Log: Fake return to pacify picky compilers.
46108      Branch: perl
46109            ! ext/Encode/Encode.xs
46110 ____________________________________________________________________________
46111 [  7087] By: jhi                                   on 2000/09/14  22:53:37
46112         Log: Subject: [PATCH] utf8.c apidoc
46113              From: Simon Cozens <simon@cozens.net>
46114              Date: Thu, 14 Sep 2000 23:46:57 +0100
46115              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
46116      Branch: perl
46117            ! perlapi.c pod/perlapi.pod utf8.c
46118 ____________________________________________________________________________
46119 [  7086] By: jhi                                   on 2000/09/14  22:40:38
46120         Log: We don't need to count the high bit bytes, a boolean is enough. 
46121      Branch: perl
46122            ! sv.c
46123 ____________________________________________________________________________
46124 [  7085] By: jhi                                   on 2000/09/14  21:20:09
46125         Log: Replace #7084 with
46126              
46127              Subject: Re: perl@7078 
46128              From: Spider Boardman <spider@web.zk3.dec.com>
46129              Date: Thu, 14 Sep 2000 17:09:36 -0400
46130              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
46131      Branch: perl
46132            ! sv.c utf8.c
46133 ____________________________________________________________________________
46134 [  7084] By: jhi                                   on 2000/09/14  20:03:34
46135         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
46136              convertable to bytes by checking it doesn't go above 0xc3
46137              
46138              Subject: Re: perl@7078
46139              From: Simon Cozens <simon@cozens.net>
46140              Date: Thu, 14 Sep 2000 20:59:19 +0100
46141              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
46142      Branch: perl
46143            ! utf8.c
46144 ____________________________________________________________________________
46145 [  7083] By: jhi                                   on 2000/09/14  19:38:47
46146         Log: Subject: Re: perl@7078
46147              From: Simon Cozens <simon@cozens.net>
46148              Date: Thu, 14 Sep 2000 20:13:09 +0100
46149              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
46150      Branch: perl
46151            ! t/op/bop.t
46152 ____________________________________________________________________________
46153 [  7082] By: jhi                                   on 2000/09/14  17:50:44
46154         Log: The one that got away.
46155      Branch: perl
46156            ! lib/File/Find.pm
46157 ____________________________________________________________________________
46158 [  7081] By: jhi                                   on 2000/09/14  17:45:35
46159         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
46160              From: Robin Barker <rmb1@cise.npl.co.uk>
46161              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
46162              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
46163      Branch: perl
46164            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
46165            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
46166            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
46167            ! regcomp.c toke.c universal.c
46168 ____________________________________________________________________________
46169 [  7080] By: jhi                                   on 2000/09/14  17:40:35
46170         Log: Problems picked up by AIX cc.
46171              
46172              Subject: Re: perl@7078 (patch included)
46173              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46174              Date: Thu, 14 Sep 2000 18:53:30 +0200
46175              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
46176      Branch: perl
46177            ! ext/Encode/Encode.xs
46178 ____________________________________________________________________________
46179 [  7079] By: jhi                                   on 2000/09/14  17:38:27
46180         Log: Subject: File::Find 5.7.0 POD nits
46181              From: Rich Morin <rdm@cfcl.com>
46182              Date: Wed, 13 Sep 2000 22:03:58 -0700
46183              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
46184      Branch: perl
46185            ! lib/File/Find.pm
46186 ____________________________________________________________________________
46187 [  7078] By: jhi                                   on 2000/09/14  14:58:20
46188         Log: Update Changes.
46189      Branch: perl
46190            ! Changes patchlevel.h
46191 ____________________________________________________________________________
46192 [  7077] By: jhi                                   on 2000/09/14  14:55:54
46193         Log: Compilation warnings and an error.
46194      Branch: perl
46195            ! sv.c
46196 ____________________________________________________________________________
46197 [  7076] By: jhi                                   on 2000/09/14  14:42:56
46198         Log: Fix for a parsing bug, not for the original bug.
46199              
46200              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
46201              From: Spider Boardman <spider@web.zk3.dec.com>
46202              Date: Wed, 13 Sep 2000 17:52:20 -0400
46203              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
46204      Branch: perl
46205            ! regcomp.c
46206 ____________________________________________________________________________
46207 [  7075] By: jhi                                   on 2000/09/14  14:40:40
46208         Log: Batch of UTF-8 patches from Simon Cozens.
46209      Branch: perl
46210            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
46211            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
46212            ! toke.c utf8.c
46213 ____________________________________________________________________________
46214 [  7074] By: jhi                                   on 2000/09/14  14:29:58
46215         Log: Subject: Re: Two advertising clauses need to be removed
46216              From: Russ Allbery <rra@stanford.edu>
46217              Date: 13 Sep 2000 18:50:26 -0700
46218              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
46219      Branch: perl
46220            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
46221 ____________________________________________________________________________
46222 [  7073] By: jhi                                   on 2000/09/14  14:28:20
46223         Log: Subject: [PATCH] de-wall t/README
46224              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46225              Date: Wed, 13 Sep 2000 17:46:55 -0700
46226              Message-ID: <//Bw5gzkge/e092yn@efn.org>
46227      Branch: perl
46228            ! t/README
46229 ____________________________________________________________________________
46230 [  7072] By: jhi                                   on 2000/09/14  14:25:10
46231         Log: Hints optimization.
46232              
46233              Subject: Minor nit
46234              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46235              Date: Wed, 13 Sep 2000 21:42:07 +0200
46236              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
46237      Branch: perl
46238            ! hints/hpux.sh
46239 ____________________________________________________________________________
46240 [  7071] By: jhi                                   on 2000/09/14  14:23:30
46241         Log: Allow chop() and chomp() to be overridden.
46242              
46243              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
46244              From: "Casey R. Tweten" <crt@kiski.net>
46245              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
46246              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
46247      Branch: perl
46248            ! toke.c
46249 ____________________________________________________________________________
46250 [  7070] By: jhi                                   on 2000/09/14  14:20:36
46251         Log: The return value of setlocale must be copied away.
46252              
46253              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
46254              From: Alan Burlison <Alan.Burlison@uk.sun.com>
46255              Date: Wed, 13 Sep 2000 16:27:37 +0100 
46256              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
46257      Branch: perl
46258            ! util.c
46259 ____________________________________________________________________________
46260 [  7069] By: jhi                                   on 2000/09/14  14:16:27
46261         Log: Remove vestiges of tr//CU.
46262              
46263              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
46264              From: Nick Clark <nick@plum.flirble.org>
46265              Date: Tue, 12 Sep 2000 22:50:14 +0100
46266              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
46267              
46268              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
46269              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46270              Date: Tue, 12 Sep 2000 21:38:48 -0700
46271              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
46272      Branch: perl
46273            ! op.h pod/perlunicode.pod
46274 ____________________________________________________________________________
46275 [  7068] By: jhi                                   on 2000/09/13  14:18:39
46276         Log: Add the Encode extension.  The code is still largely just skeleton.
46277      Branch: perl
46278            + ext/Encode/Encode.pm ext/Encode/Encode.xs
46279            + ext/Encode/Makefile.PL ext/Encode/Todo
46280            ! MANIFEST Todo-5.6
46281 ____________________________________________________________________________
46282 [  7067] By: jhi                                   on 2000/09/12  17:43:33
46283         Log: Allow for whitespace between "#" and "line" in cpp output.
46284              
46285              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
46286              From: Calle Dybedahl <calle@lysator.liu.se>
46287              Date: 12 Sep 2000 19:38:02 +0200 
46288              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
46289      Branch: perl
46290            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
46291 ____________________________________________________________________________
46292 [  7066] By: gsar                                  on 2000/09/12  17:24:29
46293         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
46294              initialization in all the threads on Windows
46295      Branch: perl
46296            ! win32/win32.c
46297 ____________________________________________________________________________
46298 [  7065] By: jhi                                   on 2000/09/12  15:11:31
46299         Log: Update Changes.
46300      Branch: perl
46301            ! Changes patchlevel.h
46302 ____________________________________________________________________________
46303 [  7064] By: jhi                                   on 2000/09/12  14:54:54
46304         Log: Retract #7062, the pod tests are not ready.
46305      Branch: perl
46306            ! t/TEST t/harness
46307 ____________________________________________________________________________
46308 [  7063] By: jhi                                   on 2000/09/12  14:25:41
46309         Log: The #7054 truncated Configure badly.
46310      Branch: metaconfig/U/perl
46311            ! End.U
46312      Branch: perl
46313            ! Configure config_h.SH
46314 ____________________________________________________________________________
46315 [  7062] By: jhi                                   on 2000/09/12  14:08:32
46316         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
46317              From: sthoenna@efn.org
46318              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
46319              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
46320      Branch: perl
46321            ! t/TEST t/harness
46322 ____________________________________________________________________________
46323 [  7061] By: jhi                                   on 2000/09/12  14:07:18
46324         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
46325              From: sthoenna@efn.org
46326              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
46327              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
46328      Branch: perl
46329            ! pod/perlxs.pod
46330 ____________________________________________________________________________
46331 [  7060] By: jhi                                   on 2000/09/12  14:06:08
46332         Log: Break up the myconfig lines a bit.
46333              
46334              Subject: perlbug/perl -V output format
46335              From: sthoenna@efn.org
46336              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
46337              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
46338      Branch: perl
46339            ! myconfig.SH
46340 ____________________________________________________________________________
46341 [  7059] By: jhi                                   on 2000/09/12  14:05:04
46342         Log: Test for the #7049.
46343              
46344              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
46345              From: andreas.koenig@anima.de (Andreas J. Koenig)
46346              Date: 12 Sep 2000 06:42:01 +0200
46347              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
46348      Branch: perl
46349            ! t/op/my.t
46350 ____________________________________________________________________________
46351 [  7058] By: jhi                                   on 2000/09/12  14:03:05
46352         Log: Subject: [patch: perl@7045] vms updates
46353              From: Peter Prymmer <pvhp@forte.com>
46354              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
46355              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
46356      Branch: perl
46357            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
46358 ____________________________________________________________________________
46359 [  7057] By: jhi                                   on 2000/09/12  14:00:51
46360         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
46361              From: sthoenna@efn.org
46362              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
46363              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
46364      Branch: perl
46365            ! t/op/64bitint.t
46366 ____________________________________________________________________________
46367 [  7056] By: jhi                                   on 2000/09/12  13:58:14
46368         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
46369              From: Jeff Pinyan <jeffp@crusoe.net>
46370              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
46371              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
46372      Branch: perl
46373            ! pod/perlfunc.pod
46374 ____________________________________________________________________________
46375 [  7055] By: jhi                                   on 2000/09/12  13:56:32
46376         Log: Do in VMS as the #7054 does.
46377      Branch: perl
46378            ! configure.com
46379 ____________________________________________________________________________
46380 [  7054] By: jhi                                   on 2000/09/12  13:50:31
46381         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
46382              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
46383              Date: Mon, 11 Sep 2000 08:33:09 +0100
46384              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
46385      Branch: metaconfig/U/perl
46386            ! End.U
46387      Branch: perl
46388            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
46389            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
46390 ____________________________________________________________________________
46391 [  7053] By: jhi                                   on 2000/09/12  13:29:19
46392         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
46393              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
46394              Date:     Tue, 12 Sep 2000 08:35:59 EDT
46395              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
46396      Branch: perl
46397            ! vms/test.com
46398 ____________________________________________________________________________
46399 [  7052] By: jhi                                   on 2000/09/11  23:01:50
46400         Log: Document the SvUTF8*().
46401      Branch: perl
46402            ! pod/perlapi.pod sv.h
46403 ____________________________________________________________________________
46404 [  7051] By: gsar                                  on 2000/09/11  14:46:30
46405         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
46406              (missed a spot when fixing up op_pmreplroot hack for ithreads)
46407      Branch: perl
46408            ! op.c t/op/split.t
46409 ____________________________________________________________________________
46410 [  7050] By: nick                                  on 2000/09/11  10:03:51
46411         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
46412              
46413              Subject: borland C++ win32.c tweak
46414              From: Vadim Konovalov <vkonovalov@lucent.com>
46415              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
46416              Date: Mon, 11 Sep 2000 11:22:33 +0400
46417      Branch: perl
46418            ! win32/win32.c
46419 ____________________________________________________________________________
46420 [  7049] By: nick                                  on 2000/09/11  09:57:33
46421         Log: Point fix for s/// on foreach (keys %xxx).
46422      Branch: perl
46423            ! pp_hot.c
46424 ____________________________________________________________________________
46425 [  7048] By: jhi                                   on 2000/09/10  23:37:09
46426         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
46427              by Pod::Text, from Brad Appleton.
46428      Branch: perl
46429            ! t/pod/testp2pt.pl
46430 ____________________________________________________________________________
46431 [  7047] By: jhi                                   on 2000/09/10  14:32:53
46432         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
46433              by Russ Allbery.
46434      Branch: perl
46435            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
46436 ____________________________________________________________________________
46437 [  7046] By: jhi                                   on 2000/09/10  14:15:08
46438         Log: Upgrade to CPAN 1.57_65, from Andreas König.
46439      Branch: perl
46440            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
46441 ____________________________________________________________________________
46442 [  7045] By: jhi                                   on 2000/09/08  21:36:32
46443         Log: Update Changes.
46444      Branch: perl
46445            ! Changes patchlevel.h
46446 ____________________________________________________________________________
46447 [  7044] By: jhi                                   on 2000/09/08  21:29:56
46448         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
46449              From: Peter Prymmer <pvhp@forte.com>
46450              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
46451              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
46452      Branch: perl
46453            ! configure.com
46454 ____________________________________________________________________________
46455 [  7043] By: jhi                                   on 2000/09/08  21:27:50
46456         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
46457              From: Peter Prymmer <pvhp@forte.com>
46458              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
46459              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
46460      Branch: perl
46461            ! Makefile.SH installperl
46462 ____________________________________________________________________________
46463 [  7042] By: jhi                                   on 2000/09/08  21:23:21
46464         Log: Continue #7041.
46465      Branch: perl
46466            ! cygwin/Makefile.SHs os2/Makefile.SHs
46467 ____________________________________________________________________________
46468 [  7041] By: jhi                                   on 2000/09/08  21:18:10
46469         Log: Do away with memory models cruft.  Sorry, PDP users.
46470      Branch: metaconfig
46471            ! U/modified/cc.U U/modified/libpth.U
46472      Branch: perl
46473            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
46474            ! Porting/config_H cflags.SH config_h.SH configure.com
46475            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
46476            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
46477            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
46478 ____________________________________________________________________________
46479 [  7040] By: jhi                                   on 2000/09/08  14:34:18
46480         Log: Major rewrite of s2p.  And I mean really major, it is
46481              an implementation of sed in perl.  If called as s2p it
46482              will function as s2p.  Note: needs non-UNIXifying.
46483              
46484              Subject: s2p
46485              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
46486              Date: Mon, 28 Aug 2000 14:05:12 +0200
46487              Message-ID: <39AA5578.2102E2AA@alcatel.at>
46488      Branch: perl
46489            ! x2p/s2p.PL
46490 ____________________________________________________________________________
46491 [  7039] By: jhi                                   on 2000/09/08  14:19:49
46492         Log: Re-allow vec() for characters > 255.
46493              
46494              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
46495              From: Spider Boardman <spider@web.zk3.dec.com>
46496              Date: Fri, 08 Sep 2000 02:21:02 -0400
46497              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
46498      Branch: perl
46499            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
46500            ! t/op/vec.t
46501 ____________________________________________________________________________
46502 [  7038] By: jhi                                   on 2000/09/08  14:14:18
46503         Log: Subject: [PATCH lib/Benchmark.pm]
46504              From: <abigail@foad.org>
46505              Date: Thu, 7 Sep 2000 15:03:20 -0400
46506              Message-ID: <20000907190320.888.qmail@foad.org>
46507      Branch: perl
46508            ! lib/Benchmark.pm
46509 ____________________________________________________________________________
46510 [  7037] By: jhi                                   on 2000/09/08  14:11:06
46511         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
46512              
46513              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
46514              From: Spider Boardman <spider@web.zk3.dec.com>
46515              Date: Fri, 08 Sep 2000 01:30:27 -0400
46516              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
46517      Branch: perl
46518            ! op.c
46519 ____________________________________________________________________________
46520 [  7036] By: jhi                                   on 2000/09/08  14:08:58
46521         Log: Subject: [ID 20000908.002] perlipc documentation bug.
46522              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
46523              Date: Fri, 08 Sep 2000 12:38:32 +0200
46524              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
46525      Branch: perl
46526            ! pod/perlipc.pod
46527 ____________________________________________________________________________
46528 [  7035] By: jhi                                   on 2000/09/08  14:03:12
46529         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
46530              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46531              Date: Fri, 08 Sep 2000 11:47:34 +0200
46532              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
46533      Branch: perl
46534            ! hints/dec_osf.sh
46535 ____________________________________________________________________________
46536 [  7034] By: jhi                                   on 2000/09/08  13:59:35
46537         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
46538              From: Simon Cozens <simon@cozens.net>
46539              Date: Thu, 7 Sep 2000 20:40:38 +0100
46540              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
46541      Branch: perl
46542            ! pp_hot.c
46543 ____________________________________________________________________________
46544 [  7033] By: jhi                                   on 2000/09/08  04:03:03
46545         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
46546              From: "Larry W. Virden" <lvirden@cas.org>
46547              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
46548              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
46549      Branch: perl
46550            ! pod/perldiag.pod
46551 ____________________________________________________________________________
46552 [  7032] By: jhi                                   on 2000/09/07  22:18:30
46553         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
46554              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
46555              Date: Mon, 04 Sep 2000 13:16:38 -0700
46556              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
46557      Branch: perl
46558            ! lib/perl5db.pl
46559 ____________________________________________________________________________
46560 [  7031] By: jhi                                   on 2000/09/07  22:02:29
46561         Log: Fix the ccversion detection for 5.1 and beyond.
46562              
46563              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
46564              From: Spider Boardman <spider@leggy.zk3.dec.com>
46565              Date: Thu, 7 Sep 2000 17:54:27 -0400
46566              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
46567      Branch: perl
46568            ! hints/dec_osf.sh
46569 ____________________________________________________________________________
46570 [  7030] By: jhi                                   on 2000/09/07  19:12:28
46571         Log: Fix for
46572              
46573              Subject: [ID 20000903.001] \w in utf8-strings
46574              From: Marc Lehmann <pcg@goof.com>
46575              Date: Sun, 03 Sep 2000 09:44:29 +0200
46576              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
46577              
46578              and various related nits.
46579      Branch: perl
46580            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
46581 ____________________________________________________________________________
46582 [  7029] By: jhi                                   on 2000/09/07  18:49:09
46583         Log: Fix the URL, but the server is still missing in action.
46584              
46585              Subject: [ID 20000905.002] perlfaq1.pod URL error
46586              From: "Larry W. Virden" <lvirden@cas.org>
46587              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
46588              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
46589      Branch: perl
46590            ! pod/perlfaq1.pod
46591 ____________________________________________________________________________
46592 [  7028] By: jhi                                   on 2000/09/07  18:47:13
46593         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
46594              From: Hugo <hv@crypt.compulink.co.uk>
46595              Date: Tue, 05 Sep 2000 14:13:37 +0100
46596              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
46597      Branch: perl
46598            ! toke.c
46599 ____________________________________________________________________________
46600 [  7027] By: jhi                                   on 2000/09/07  18:45:35
46601         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
46602              From: Daniel Chetlin <daniel@chetlin.com>
46603              Date: Tue, 5 Sep 2000 04:57:07 -0700
46604              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
46605      Branch: perl
46606            ! pod/perlfaq6.pod pod/perlop.pod
46607 ____________________________________________________________________________
46608 [  7026] By: jhi                                   on 2000/09/07  18:44:01
46609         Log: Document the new ref() semantics.
46610              
46611              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
46612              From: Gisle Aas <gisle@ActiveState.com>
46613              Date: 05 Sep 2000 08:10:30 +0200
46614              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
46615      Branch: perl
46616            ! pod/perldelta.pod
46617 ____________________________________________________________________________
46618 [  7025] By: jhi                                   on 2000/09/07  18:42:27
46619         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
46620              
46621              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
46622              From: Gisle Aas <gisle@ActiveState.com>
46623              Date: 05 Sep 2000 08:11:40 +0200
46624              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
46625      Branch: perl
46626            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
46627 ____________________________________________________________________________
46628 [  7024] By: jhi                                   on 2000/09/07  18:39:32
46629         Log: Subject: [PATCH] Modernize Opcode.pm documentation
46630              From: Gisle Aas <gisle@ActiveState.com>
46631              Date: 4 Sep 2000 00:18:55 -0000
46632              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
46633      Branch: perl
46634            ! ext/Opcode/Opcode.pm
46635 ____________________________________________________________________________
46636 [  7023] By: jhi                                   on 2000/09/07  18:37:42
46637         Log: Subject: [PATCH] Tied filehandle documentation
46638              From: Gisle Aas <gisle@ActiveState.com>
46639              Date: 4 Sep 2000 00:14:40 -0000
46640              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
46641      Branch: perl
46642            ! pod/perlfunc.pod pod/perltie.pod
46643 ____________________________________________________________________________
46644 [  7022] By: jhi                                   on 2000/09/07  18:35:37
46645         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
46646              From: Gisle Aas <gisle@ActiveState.com>
46647              Date: 4 Sep 2000 00:04:22 -0000
46648              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
46649      Branch: perl
46650            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
46651 ____________________________________________________________________________
46652 [  7021] By: jhi                                   on 2000/09/07  18:33:22
46653         Log: Subject: small apidoc fix
46654              From: Marc Lehmann <pcg@goof.com>
46655              Date: Sun, 3 Sep 2000 05:12:06 +0200
46656              Message-ID: <20000903051206.A5909@cerebro.laendle>
46657      Branch: perl
46658            ! pod/perlapi.pod utf8.c
46659 ____________________________________________________________________________
46660 [  7020] By: jhi                                   on 2000/09/07  16:14:57
46661         Log: Tiny perldelta nits.
46662      Branch: perl
46663            ! pod/perldelta.pod
46664 ____________________________________________________________________________
46665 [  7019] By: jhi                                   on 2000/09/07  16:04:20
46666         Log: Guard against bad string->int conversion for quads.
46667      Branch: perl
46668            ! t/op/64bitint.t
46669 ____________________________________________________________________________
46670 [  7018] By: jhi                                   on 2000/09/06  17:07:03
46671         Log: Update Unicode todo list.
46672      Branch: perl
46673            ! Todo-5.6
46674 ____________________________________________________________________________
46675 [  7017] By: jhi                                   on 2000/09/05  21:16:01
46676         Log: Document the SvIOK_.*UV().
46677      Branch: perl
46678            ! pod/perlapi.pod sv.h
46679 ____________________________________________________________________________
46680 [  7016] By: nick                                  on 2000/09/03  21:54:46
46681         Log: Hash lookup of constant strings optimization:
46682              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
46683              to string table (as per sharepvn). Add newSV_pvn_share to create such
46684              a thing. Make hv.c compare addresses of strings and skip string compare
46685              if equal. Make method_named and helem ops use these shared-string SVs
46686              when arg is constant. Make keys op return shared-string SVs (less clearly
46687              a win).
46688      Branch: perl
46689            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
46690            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
46691            ! pod/perlintern.pod pp_hot.c proto.h sv.c
46692 ____________________________________________________________________________
46693 [  7015] By: jhi                                   on 2000/09/02  17:48:59
46694         Log: This is 5.7.0.
46695      Branch: perl
46696            ! Changes
46697 ____________________________________________________________________________
46698 [  7014] By: jhi                                   on 2000/09/02  17:35:45
46699         Log: Changes and patchlevel tweaks.
46700      Branch: perl
46701            ! Changes patchlevel.h
46702 ____________________________________________________________________________
46703 [  7013] By: jhi                                   on 2000/09/02  17:30:50
46704         Log: Update Changes.
46705      Branch: perl
46706            ! Changes patchlevel.h
46707 ____________________________________________________________________________
46708 [  7012] By: nick                                  on 2000/09/02  17:25:20
46709         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
46710      Branch: perl
46711            ! gv.c lib/overload.pm
46712 ____________________________________________________________________________
46713 [  7011] By: jhi                                   on 2000/09/02  17:16:25
46714         Log: Update perlhist.
46715      Branch: perl
46716            ! pod/perlhist.pod
46717 ____________________________________________________________________________
46718 [  7010] By: jhi                                   on 2000/09/02  17:01:35
46719         Log: perldelta nits.
46720      Branch: perl
46721            ! pod/perldelta.pod
46722 ____________________________________________________________________________
46723 [  7009] By: nick                                  on 2000/09/02  16:48:35
46724         Log: If overloaded %{} etc. return the object do not loop.
46725              Thus  sub deref { $_[0] } functions if object is wanted type.
46726      Branch: perl
46727            ! pp.h
46728 ____________________________________________________________________________
46729 [  7008] By: jhi                                   on 2000/09/02  16:26:11
46730         Log: Retab MANIFEST.
46731      Branch: perl
46732            ! ext/Storable/MANIFEST
46733 ____________________________________________________________________________
46734 [  7007] By: jhi                                   on 2000/09/02  16:23:02
46735         Log: Make certain cc is set before trying to run it.
46736      Branch: perl
46737            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
46738 ____________________________________________________________________________
46739 [  7006] By: jhi                                   on 2000/09/02  15:45:41
46740         Log: Unicode notes.
46741      Branch: perl
46742            ! pod/perldelta.pod
46743 ____________________________________________________________________________
46744 [  7005] By: jhi                                   on 2000/09/02  15:42:11
46745         Log: Various Configure nits by Philip Newton,
46746              plus the ebcdic one by me.
46747      Branch: metaconfig
46748            + U/modified/pager.U
46749            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
46750      Branch: metaconfig/U/perl
46751            ! Devel.U quadfio.U
46752      Branch: perl
46753            ! Configure config_h.SH
46754 ____________________________________________________________________________
46755 [  7004] By: jhi                                   on 2000/09/02  15:06:14
46756         Log: Apparently avoiding the swapping is too costly.
46757              
46758              From: "Ben Tilly" <ben_tilly@hotmail.com>
46759              Subject: Re: the door is closed.
46760              Date: Fri, 01 Sep 2000 20:23:16 EDT
46761              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
46762      Branch: perl
46763            ! pod/perlfaq4.pod
46764 ____________________________________________________________________________
46765 [  7003] By: nick                                  on 2000/09/02  12:26:04
46766         Log: Undo part of change 6489 which looks like a bulk edit which
46767              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
46768              The supressing of main:: on return from select() is undesirable.
46769      Branch: perl
46770            ! pp_sys.c
46771 ____________________________________________________________________________
46772 [  7002] By: jhi                                   on 2000/09/01  23:08:54
46773         Log: Update Changes.
46774      Branch: perl
46775            ! Changes patchlevel.h
46776 ____________________________________________________________________________
46777 [  7001] By: jhi                                   on 2000/09/01  23:00:13
46778         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
46779              From: Peter Prymmer <pvhp@forte.com>
46780              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
46781              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
46782              
46783              plus rework the http: spots as suggested by Tom Christiansen,
46784              plus regen perltoc.
46785      Branch: perl
46786            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
46787            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
46788 ____________________________________________________________________________
46789 [  7000] By: jhi                                   on 2000/09/01  22:36:01
46790         Log: Only the first line, thank you very much.
46791      Branch: perl
46792            ! hints/solaris_2.sh
46793 ____________________________________________________________________________
46794 [  6999] By: gsar                                  on 2000/09/01  22:16:40
46795         Log: change#6791 accidentally clobbered change#6710, put it back
46796      Branch: perl
46797            ! win32/win32.c
46798 ____________________________________________________________________________
46799 [  6998] By: jhi                                   on 2000/09/01  22:14:16
46800         Log: Mention the HP-UX LP64 freak failure.
46801      Branch: perl
46802            ! pod/perldelta.pod
46803 ____________________________________________________________________________
46804 [  6997] By: jhi                                   on 2000/09/01  21:48:32
46805         Log: Detypo.
46806      Branch: perl
46807            ! hints/hpux.sh
46808 ____________________________________________________________________________
46809 [  6996] By: jhi                                   on 2000/09/01  21:27:10
46810         Log: Update Changes.
46811      Branch: perl
46812            ! Changes patchlevel.h
46813 ____________________________________________________________________________
46814 [  6995] By: jhi                                   on 2000/09/01  21:14:24
46815         Log: Mi splgn s gnin.g
46816      Branch: perl
46817            ! pp_ctl.c
46818 ____________________________________________________________________________
46819 [  6994] By: jhi                                   on 2000/09/01  21:09:54
46820         Log: Subject: http:// in L<>
46821              From: Nicholas Clark <nick@ccl4.org>
46822              Date: Fri, 1 Sep 2000 22:03:21 +0100
46823              Message-ID: <20000901220321.B72074@plum.flirble.org>
46824      Branch: perl
46825            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
46826 ____________________________________________________________________________
46827 [  6993] By: jhi                                   on 2000/09/01  21:06:54
46828         Log: Update to Storable 1.0, from Raphael Manfredi.
46829      Branch: perl
46830            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
46831            ! ext/Storable/Makefile.PL ext/Storable/README
46832            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
46833            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
46834            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
46835            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
46836            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
46837            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
46838 ____________________________________________________________________________
46839 [  6992] By: jhi                                   on 2000/09/01  20:43:05
46840         Log: Mention known sfio+linux buglet.
46841      Branch: perl
46842            ! pod/perldelta.pod
46843 ____________________________________________________________________________
46844 [  6991] By: jhi                                   on 2000/09/01  20:40:11
46845         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
46846              From: Peter Prymmer <pvhp@forte.com>
46847              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
46848              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
46849      Branch: perl
46850            ! vms/vms.c
46851 ____________________________________________________________________________
46852 [  6990] By: jhi                                   on 2000/09/01  20:25:26
46853         Log: Retract #6986.
46854      Branch: perl
46855            ! hints/solaris_2.sh
46856 ____________________________________________________________________________
46857 [  6989] By: jhi                                   on 2000/09/01  20:23:00
46858         Log: Mergesort is back.
46859      Branch: perl
46860            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
46861 ____________________________________________________________________________
46862 [  6988] By: jhi                                   on 2000/09/01  19:37:40
46863         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
46864              From: Mike Guy <mjtg@cam.ac.uk>
46865              Date: Fri, 01 Sep 2000 17:43:33 +0100
46866              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
46867      Branch: perl
46868            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
46869            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
46870 ____________________________________________________________________________
46871 [  6987] By: jhi                                   on 2000/09/01  19:17:10
46872         Log: Regen perltoc.
46873      Branch: perl
46874            ! pod/perltoc.pod
46875 ____________________________________________________________________________
46876 [  6986] By: jhi                                   on 2000/09/01  18:51:10
46877         Log: Subject: Re: Solaris x86 has no SPARC libraries!
46878              From: Lupe Christoph <lupe@lupe-christoph.de>
46879              Date: Fri, 1 Sep 2000 20:41:20 +0200
46880              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
46881      Branch: perl
46882            ! hints/solaris_2.sh
46883 ____________________________________________________________________________
46884 [  6985] By: jhi                                   on 2000/09/01  18:28:10
46885         Log: Update Changes.
46886      Branch: perl
46887            ! Changes patchlevel.h
46888 ____________________________________________________________________________
46889 [  6984] By: jhi                                   on 2000/09/01  18:26:53
46890         Log: Feature ordering tweak.
46891      Branch: perl
46892            ! myconfig.SH
46893 ____________________________________________________________________________
46894 [  6983] By: jhi                                   on 2000/09/01  18:19:50
46895         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
46896              From: <abigail@foad.org>
46897              Date: Fri, 1 Sep 2000 13:07:32 -0400
46898              Message-ID: <20000901170732.18249.qmail@foad.org>
46899      Branch: perl
46900            ! t/pragma/overload.t
46901 ____________________________________________________________________________
46902 [  6982] By: jhi                                   on 2000/09/01  18:17:54
46903         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
46904              so that case-ignoring systems like DCL can tell them from
46905              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
46906      Branch: metaconfig/U/perl
46907            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
46908      Branch: perl
46909            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46910            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
46911            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
46912            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
46913            ! vos/config.def vos/config.h vos/config_h.SH_orig
46914            ! win32/config.bc win32/config.gc win32/config.vc
46915 ____________________________________________________________________________
46916 [  6981] By: nick                                  on 2000/09/01  17:21:57
46917         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
46918              warning when UNTIE exists and instead pass the cound of extra references to
46919              the UNTIE method.
46920      Branch: perl
46921            ! pod/perltie.pod pp_sys.c
46922 ____________________________________________________________________________
46923 [  6980] By: jhi                                   on 2000/09/01  16:54:44
46924         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
46925              From: Peter Prymmer <pvhp@forte.com>
46926              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
46927              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
46928      Branch: perl
46929            ! configure.com
46930 ____________________________________________________________________________
46931 [  6979] By: jhi                                   on 2000/09/01  16:06:20
46932         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
46933              From: Mike Guy <mjtg@cam.ac.uk> 
46934              Date: Fri, 01 Sep 2000 16:49:27 +0100
46935              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
46936      Branch: perl
46937            ! t/base/rs.t
46938 ____________________________________________________________________________
46939 [  6978] By: jhi                                   on 2000/09/01  16:00:42
46940         Log: Update to PodParser 1.18, from Brad Appleton.
46941      Branch: perl
46942            ! lib/Pod/Checker.pm t/pod/find.t
46943 ____________________________________________________________________________
46944 [  6977] By: jhi                                   on 2000/09/01  14:48:58
46945         Log: Subject: Nit in Configure (bleadperl@6961)
46946              From: Lupe Christoph <lupe@lupe-christoph.de>
46947              Date: Fri, 1 Sep 2000 16:34:29 +0200
46948              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
46949      Branch: metaconfig
46950            ! U/compline/ccflags.U
46951      Branch: perl
46952            ! Configure config_h.SH
46953 ____________________________________________________________________________
46954 [  6976] By: jhi                                   on 2000/09/01  14:39:52
46955         Log: Update Changes.
46956      Branch: perl
46957            ! Changes patchlevel.h
46958 ____________________________________________________________________________
46959 [  6975] By: jhi                                   on 2000/09/01  14:37:36
46960         Log: microperl config update.
46961      Branch: perl
46962            ! uconfig.h uconfig.sh
46963 ____________________________________________________________________________
46964 [  6974] By: jhi                                   on 2000/09/01  14:36:53
46965         Log: Document known deficiencies.
46966      Branch: perl
46967            ! pod/perldelta.pod
46968 ____________________________________________________________________________
46969 [  6973] By: jhi                                   on 2000/09/01  14:10:20
46970         Log: Mention warnings fixes and updates.
46971      Branch: perl
46972            ! pod/perldelta.pod
46973 ____________________________________________________________________________
46974 [  6972] By: jhi                                   on 2000/09/01  14:01:52
46975         Log: Drop unused argument.
46976              
46977              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
46978              From: Spider Boardman <spider@web.zk3.dec.com>
46979              Date: Thu, 31 Aug 2000 16:10:15 -0400
46980              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
46981      Branch: perl
46982            ! toke.c
46983 ____________________________________________________________________________
46984 [  6971] By: jhi                                   on 2000/09/01  13:59:24
46985         Log: Add the overload warnings to perldiag.
46986      Branch: perl
46987            ! lib/overload.pm pod/perldiag.pod
46988 ____________________________________________________________________________
46989 [  6970] By: jhi                                   on 2000/09/01  13:55:10
46990         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
46991              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
46992              Date: Fri, 1 Sep 2000 13:43:15 +0100 
46993              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
46994      Branch: perl
46995            ! lib/overload.pm t/pragma/overload.t
46996 ____________________________________________________________________________
46997 [  6969] By: jhi                                   on 2000/09/01  13:52:27
46998         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
46999              From: <abigail@foad.org>
47000              Date: Fri, 1 Sep 2000 05:46:54 -0400
47001              Message-ID: <20000901094654.6476.qmail@foad.org>
47002      Branch: perl
47003            ! lib/overload.pm
47004 ____________________________________________________________________________
47005 [  6968] By: jhi                                   on 2000/09/01  13:50:05
47006         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
47007              From: Daniel Chetlin <daniel@chetlin.com>
47008              Date: Fri, 1 Sep 2000 02:10:55 -0700
47009              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
47010      Branch: perl
47011            ! pod/perlretut.pod
47012 ____________________________________________________________________________
47013 [  6967] By: jhi                                   on 2000/09/01  13:47:54
47014         Log: Part of the solution.
47015              
47016              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
47017              From: Mike Guy <mjtg@cam.ac.uk>
47018              Date: Fri, 01 Sep 2000 14:16:01 +0100
47019              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
47020      Branch: perl
47021            ! gv.c mg.c
47022 ____________________________________________________________________________
47023 [  6966] By: jhi                                   on 2000/09/01  13:46:17
47024         Log: Subject: CPAN.pm beta 1.57_57 for the core
47025              From: andreas.koenig@anima.de (Andreas J. Koenig)
47026              Date: 01 Sep 2000 15:16:31 +0200
47027              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
47028      Branch: perl
47029            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
47030 ____________________________________________________________________________
47031 [  6965] By: jhi                                   on 2000/09/01  13:43:18
47032         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
47033              From: "Craig A. Berry" <craig.berry@psinetcs.com>
47034              Date: Fri, 01 Sep 2000 01:47:22 -0500
47035              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
47036      Branch: perl
47037            ! pod/perldelta.pod vms/vms.c
47038 ____________________________________________________________________________
47039 [  6964] By: jhi                                   on 2000/09/01  13:35:35
47040         Log: File::Temp patches from Andreas König,
47041              
47042              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
47043              From: andreas.koenig@anima.de (Andreas J. Koenig)
47044              Date: 01 Sep 2000 10:07:20 +0200
47045              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
47046              
47047              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
47048              From: andreas.koenig@anima.de (Andreas J. Koenig)
47049              Date: 31 Aug 2000 23:26:08 +0200
47050              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
47051      Branch: perl
47052            ! lib/File/Temp.pm t/lib/ftmp-security.t
47053 ____________________________________________________________________________
47054 [  6963] By: jhi                                   on 2000/09/01  02:22:24
47055         Log: Retract the mergesort code, way too incompatible licensing
47056              and copyrights.
47057      Branch: perl
47058            ! pod/perldelta.pod pp_ctl.c
47059 ____________________________________________________________________________
47060 [  6962] By: jhi                                   on 2000/08/31  23:27:32
47061         Log: Update Changes.
47062      Branch: perl
47063            ! Changes patchlevel.h
47064 ____________________________________________________________________________
47065 [  6961] By: jhi                                   on 2000/08/31  23:20:04
47066         Log: Small tweaks all over.
47067      Branch: metaconfig
47068            ! U/compline/d_gconvert.U
47069      Branch: perl
47070            ! AUTHORS Configure config_h.SH pp_ctl.c
47071 ____________________________________________________________________________
47072 [  6960] By: jhi                                   on 2000/08/31  22:39:36
47073         Log: Further rewording.
47074      Branch: perl
47075            ! pp_ctl.c
47076 ____________________________________________________________________________
47077 [  6959] By: jhi                                   on 2000/08/31  21:26:44
47078         Log: More address tweaking.
47079      Branch: perl
47080            ! AUTHORS Changes
47081 ____________________________________________________________________________
47082 [  6958] By: jhi                                   on 2000/08/31  20:47:25
47083         Log: AUTHORS tweaks, from Peter Prymmer.
47084              
47085              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
47086              From: Peter Prymmer <pvhp@forte.com>
47087              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
47088              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
47089      Branch: perl
47090            ! AUTHORS MAINTAIN
47091 ____________________________________________________________________________
47092 [  6957] By: jhi                                   on 2000/08/31  20:34:43
47093         Log: perldelta tweaks.
47094      Branch: perl
47095            ! pod/perldelta.pod
47096 ____________________________________________________________________________
47097 [  6956] By: jhi                                   on 2000/08/31  19:11:06
47098         Log: Regen perltoc.
47099      Branch: perl
47100            ! pod/perltoc.pod
47101 ____________________________________________________________________________
47102 [  6955] By: jhi                                   on 2000/08/31  19:06:30
47103         Log: Clarify the mergesort situation.
47104      Branch: perl
47105            ! pp_ctl.c
47106 ____________________________________________________________________________
47107 [  6954] By: jhi                                   on 2000/08/31  18:24:17
47108         Log: Move the Solaris 7 scan to use64bitall, make the
47109              failure to find 64-bot sparc libc to mention the
47110              possibility of being in an intel, from Lupe and Alan.
47111      Branch: perl
47112            ! hints/solaris_2.sh
47113 ____________________________________________________________________________
47114 [  6953] By: jhi                                   on 2000/08/31  18:09:20
47115         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
47116              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
47117      Branch: metaconfig
47118            ! U/compline/d_gconvert.U U/threads/archname.U
47119      Branch: metaconfig/U/perl
47120            ! perlxv.U
47121      Branch: perl
47122            ! Configure config_h.SH sv.c
47123 ____________________________________________________________________________
47124 [  6952] By: jhi                                   on 2000/08/31  17:42:24
47125         Log: :: not allowed in pathnames, change to .
47126              
47127              Subject: [PATCH perl@6938] cygwin port
47128              From: "Fifer, Eric" <EFifer@sanwaint.com>
47129              Date: Thu, 31 Aug 2000 16:32:59 +0100
47130              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
47131      Branch: metaconfig/U/perl
47132            ! perlxv.U
47133 ____________________________________________________________________________
47134 [  6951] By: jhi                                   on 2000/08/31  17:02:05
47135         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
47136      Branch: perl
47137            ! perl.h
47138 ____________________________________________________________________________
47139 [  6950] By: jhi                                   on 2000/08/31  16:26:08
47140         Log: More author updates.
47141              
47142              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
47143              From: Simon Cozens <simon@cozens.net>
47144              Date: Thu, 31 Aug 2000 17:13:32 +0100
47145              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
47146      Branch: perl
47147            ! AUTHORS
47148 ____________________________________________________________________________
47149 [  6949] By: jhi                                   on 2000/08/31  16:04:49
47150         Log: POSIX doesn't report long double values under -Duselongdouble
47151              when the long doubles are "real" (bigger than doubles).
47152              
47153              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
47154              From: Spider Boardman <spider@peano.zk3.dec.com>
47155              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
47156              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
47157      Branch: perl
47158            ! ext/POSIX/POSIX.xs
47159 ____________________________________________________________________________
47160 [  6948] By: jhi                                   on 2000/08/31  15:25:10
47161         Log: Update Changes.
47162      Branch: perl
47163            ! Changes patchlevel.h
47164 ____________________________________________________________________________
47165 [  6947] By: jhi                                   on 2000/08/31  15:22:29
47166         Log: Document UNTIE in a very minimalistic way.
47167      Branch: perl
47168            ! pod/perlfunc.pod pod/perltie.pod
47169 ____________________________________________________________________________
47170 [  6946] By: jhi                                   on 2000/08/31  15:15:23
47171         Log: Document known failures.
47172      Branch: perl
47173            ! pod/perldelta.pod
47174 ____________________________________________________________________________
47175 [  6945] By: jhi                                   on 2000/08/31  15:07:00
47176         Log: Don't attach -ld to the archname if pointless.
47177      Branch: metaconfig
47178            ! U/threads/archname.U
47179      Branch: perl
47180            ! Configure config_h.SH
47181 ____________________________________________________________________________
47182 [  6944] By: jhi                                   on 2000/08/31  14:37:42
47183         Log: Wrap the test in eval.
47184              
47185              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
47186              From: Tim Jenness <timj@jach.hawaii.edu>
47187              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
47188              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
47189      Branch: perl
47190            ! t/lib/ftmp-security.t
47191 ____________________________________________________________________________
47192 [  6943] By: jhi                                   on 2000/08/31  14:30:57
47193         Log: Make -Dusemorebits find long doubles in Solaris.
47194      Branch: perl
47195            ! hints/solaris_2.sh
47196 ____________________________________________________________________________
47197 [  6942] By: jhi                                   on 2000/08/31  13:48:45
47198         Log: Clarify the third case of ftmp-security warnings.
47199      Branch: perl
47200            ! INSTALL
47201 ____________________________________________________________________________
47202 [  6941] By: jhi                                   on 2000/08/31  13:40:31
47203         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
47204              From: <abigail@foad.org>
47205              Date: Thu, 31 Aug 2000 01:35:05 -0400
47206              Message-ID: <20000831053505.32120.qmail@foad.org>
47207      Branch: perl
47208            ! pod/perldelta.pod
47209 ____________________________________________________________________________
47210 [  6940] By: jhi                                   on 2000/08/31  13:38:48
47211         Log: Issue useful diagnostic on unknown pod commands.
47212              
47213              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
47214              From: <abigail@foad.org>
47215              Date: Thu, 31 Aug 2000 03:41:18 -0400
47216              Message-ID: <20000831074118.24880.qmail@foad.org>
47217      Branch: perl
47218            ! lib/Pod/Man.pm
47219 ____________________________________________________________________________
47220 [  6939] By: jhi                                   on 2000/08/31  13:34:33
47221         Log: Reveal Borland's isnan.
47222              
47223              Subject: build with BC++ tweak
47224              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
47225              Date: Thu, 31 Aug 2000 13:09:37 +0400
47226              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
47227      Branch: perl
47228            ! win32/win32.h
47229 ____________________________________________________________________________
47230 [  6938] By: jhi                                   on 2000/08/31  05:01:20
47231         Log: Update Changes.
47232      Branch: perl
47233            ! Changes patchlevel.h
47234 ____________________________________________________________________________
47235 [  6937] By: jhi                                   on 2000/08/31  04:26:23
47236         Log: sscanf() may be the only way to read long doubles from strings.
47237      Branch: metaconfig/U/perl
47238            ! longdblfio.U
47239      Branch: perl
47240            ! Configure config_h.SH perl.h util.c
47241 ____________________________________________________________________________
47242 [  6936] By: jhi                                   on 2000/08/31  04:18:19
47243         Log: The #6929 was too skimpy.
47244      Branch: perl
47245            ! sv.c
47246 ____________________________________________________________________________
47247 [  6935] By: jhi                                   on 2000/08/31  02:47:07
47248         Log: Subject: Re: typos in pods
47249              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47250              Date: Wed, 30 Aug 2000 19:25:34 -0700
47251              Message-ID: <eIcr5gzkg25X092yn@efn.org>
47252      Branch: perl
47253            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
47254 ____________________________________________________________________________
47255 [  6934] By: jhi                                   on 2000/08/31  02:42:55
47256         Log: Missed one Unicode file.
47257      Branch: perl
47258            + lib/unicode/UCDFF301.html
47259 ____________________________________________________________________________
47260 [  6933] By: jhi                                   on 2000/08/30  23:42:27
47261         Log: Update Changes.
47262      Branch: perl
47263            ! Changes patchlevel.h
47264 ____________________________________________________________________________
47265 [  6932] By: jhi                                   on 2000/08/30  23:40:07
47266         Log: Mention UNTIE in perldelta.  Still needs documenting
47267              in perltie et alia.
47268      Branch: perl
47269            ! pod/perldelta.pod
47270 ____________________________________________________________________________
47271 [  6931] By: jhi                                   on 2000/08/30  23:36:02
47272         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
47273              From: <abigail@foad.org>
47274              Date: Wed, 30 Aug 2000 19:28:07 -0400
47275              Message-ID: <20000830232807.305.qmail@foad.org>
47276      Branch: perl
47277            ! pod/perldelta.pod
47278 ____________________________________________________________________________
47279 [  6930] By: jhi                                   on 2000/08/30  23:32:40
47280         Log: Update to Unicode 3.0.1.
47281      Branch: perl
47282            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
47283            + lib/unicode/PropList.txt lib/unicode/README.perl
47284            + lib/unicode/UCD301.html lib/unicode/Unicode.301
47285            - lib/unicode/Props.txt lib/unicode/UCD300.html
47286            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
47287            ! (edit 257 files)
47288 ____________________________________________________________________________
47289 [  6929] By: jhi                                   on 2000/08/30  22:38:18
47290         Log: Heap decorruption.
47291              
47292              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
47293              From: Alan Burlison <Alan.Burlison@uk.sun.com>
47294              Date: Wed, 30 Aug 2000 22:39:52 +0100
47295              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
47296      Branch: perl
47297            ! sv.c
47298 ____________________________________________________________________________
47299 [  6928] By: jhi                                   on 2000/08/30  22:29:34
47300         Log: Retract the dummy test, skip the security tests (instead of failing),
47301              explain what the warnings mean.
47302      Branch: perl
47303            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
47304 ____________________________________________________________________________
47305 [  6927] By: jhi                                   on 2000/08/30  22:14:13
47306         Log: Change the internal implementation of sort() to be mergesort
47307              instead of quicksort, from John Linderman <jpl@research.att.com>.
47308              Gives us better worst case, better average case, and stability.
47309              What's there not to like?  (Small fixes for threaded builds
47310              were required).
47311      Branch: perl
47312            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
47313 ____________________________________________________________________________
47314 [  6926] By: jhi                                   on 2000/08/30  20:55:20
47315         Log: A better fix for the Socket building problem from Craig Berry.
47316      Branch: perl
47317            ! vms/vms.c
47318 ____________________________________________________________________________
47319 [  6925] By: jhi                                   on 2000/08/30  20:20:25
47320         Log: Subject: [PATCH] Re: UNTIE method 
47321              From: Nick Ing-Simmons <nik@tiuk.ti.com>
47322              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
47323              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
47324      Branch: perl
47325            ! pp_sys.c t/op/tie.t
47326 ____________________________________________________________________________
47327 [  6924] By: jhi                                   on 2000/08/30  20:17:11
47328         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
47329              From: "Craig A. Berry" <craig.berry@psinetcs.com>
47330              Date: Wed, 30 Aug 2000 15:03:14 -0500
47331              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
47332      Branch: perl
47333            ! vms/vms.c
47334 ____________________________________________________________________________
47335 [  6923] By: jhi                                   on 2000/08/30  20:15:18
47336         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
47337              From: "Craig A. Berry" <craig.berry@psinetcs.com>
47338              Date: Wed, 30 Aug 2000 13:30:36 -0500
47339              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
47340      Branch: perl
47341            ! vms/vms.c
47342 ____________________________________________________________________________
47343 [  6922] By: jhi                                   on 2000/08/30  19:54:43
47344         Log: Better options for rsync.
47345      Branch: perl
47346            ! pod/perlhack.pod
47347 ____________________________________________________________________________
47348 [  6921] By: jhi                                   on 2000/08/30  19:40:16
47349         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
47350              From: Rick Delaney <rick@consumercontact.com>
47351              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
47352              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
47353      Branch: perl
47354            ! pod/perlfunc.pod
47355 ____________________________________________________________________________
47356 [  6920] By: jhi                                   on 2000/08/30  19:36:40
47357         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
47358              From: Peter Prymmer <pvhp@forte.com>
47359              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
47360              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
47361      Branch: perl
47362            ! configure.com
47363 ____________________________________________________________________________
47364 [  6919] By: jhi                                   on 2000/08/30  14:52:02
47365         Log: Update Changes.
47366      Branch: perl
47367            ! Changes patchlevel.h
47368 ____________________________________________________________________________
47369 [  6918] By: jhi                                   on 2000/08/30  14:48:34
47370         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
47371      Branch: perl
47372            ! lib/ExtUtils/typemap
47373 ____________________________________________________________________________
47374 [  6917] By: jhi                                   on 2000/08/30  14:46:34
47375         Log: Subject: typos in pods
47376              From: Nicholas Clark <nick@ccl4.org>
47377              Date: Wed, 30 Aug 2000 01:12:50 +0100
47378              Message-ID: <20000830011249.A61388@plum.flirble.org>
47379      Branch: perl
47380            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
47381            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
47382            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
47383            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
47384 ____________________________________________________________________________
47385 [  6916] By: jhi                                   on 2000/08/30  14:19:09
47386         Log: Document Storable problems on Crays.  (Will have
47387              to document all the other Storable problems, too.)
47388      Branch: perl
47389            ! pod/perldelta.pod
47390 ____________________________________________________________________________
47391 [  6915] By: jhi                                   on 2000/08/30  14:06:02
47392         Log: Subject: [PATCH] fix misc cast warnings
47393              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47394              Date: Tue, 29 Aug 2000 23:16:14 -0700
47395              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
47396      Branch: perl
47397            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
47398            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
47399            ! os2/os2ish.h
47400 ____________________________________________________________________________
47401 [  6914] By: jhi                                   on 2000/08/30  14:03:45
47402         Log: Timestamp mismatch again.  Need to fix this dependence on
47403              config_h.SH timestamp, since it's the contents of config_h.SH
47404              that matter.
47405      Branch: perl
47406            ! uconfig.h uconfig.sh
47407 ____________________________________________________________________________
47408 [  6913] By: jhi                                   on 2000/08/30  13:54:06
47409         Log: Don't say "Perl 5.0 source kit".
47410      Branch: perl
47411            ! perl.c
47412 ____________________________________________________________________________
47413 [  6912] By: jhi                                   on 2000/08/30  13:51:24
47414         Log: Reset archname and archname64 always, forcing them be
47415              recomputed at each Configure run, make Configure and
47416              the hints files agree on the naming of largefiles variables.
47417      Branch: metaconfig
47418            ! U/threads/archname.U
47419      Branch: metaconfig/U/perl
47420            ! use64bits.U
47421      Branch: perl
47422            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
47423            ! hints/linux.sh hints/solaris_2.sh
47424 ____________________________________________________________________________
47425 [  6911] By: jhi                                   on 2000/08/30  13:30:13
47426         Log: Put back the slice accidentally removed by #6907.
47427      Branch: perl
47428            ! hints/solaris_2.sh
47429 ____________________________________________________________________________
47430 [  6910] By: jhi                                   on 2000/08/30  01:24:26
47431         Log: Be consistent: other Net::get* do export theirs.
47432              
47433              Subject: Re: Net::protoent does not export 'getproto'
47434              From: Yasushi Nakajima <sey@jkc.co.jp>
47435              Date: Wed, 30 Aug 2000 09:53:14 +0900
47436              Message-Id: <200008300051.DAA24700@taku.hut.fi>
47437      Branch: perl
47438            ! lib/Net/protoent.pm
47439 ____________________________________________________________________________
47440 [  6909] By: jhi                                   on 2000/08/30  01:17:25
47441         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
47442              From: Gurusamy Sarathy <gsar@ActiveState.com>
47443              Date: Tue, 29 Aug 2000 17:17:07 -0700
47444              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
47445      Branch: perl
47446            ! cop.h
47447 ____________________________________________________________________________
47448 [  6908] By: jhi                                   on 2000/08/30  00:58:05
47449         Log: Update Changes.
47450      Branch: perl
47451            ! Changes patchlevel.h
47452 ____________________________________________________________________________
47453 [  6907] By: jhi                                   on 2000/08/30  00:57:22
47454         Log: Introduce ccname to keep track of what compiler kind of we have.
47455      Branch: metaconfig/U/perl
47456            ! Checkcc.U gccvers.U
47457      Branch: perl
47458            ! Configure config_h.SH hints/solaris_2.sh
47459 ____________________________________________________________________________
47460 [  6906] By: jhi                                   on 2000/08/30  00:25:47
47461         Log: Put back the flags dump as reasoned in
47462              
47463              Subject: Re: [PATCH] Glob dumping
47464              From: Mike Guy <mjtg@cam.ac.uk> 
47465              Date: Tue, 29 Aug 2000 21:41:32 +0100
47466              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
47467      Branch: perl
47468            ! dump.c t/lib/peek.t
47469 ____________________________________________________________________________
47470 [  6905] By: jhi                                   on 2000/08/30  00:16:17
47471         Log: Make the epsilon to be relative, not absolute.
47472              
47473              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
47474              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
47475              Date: Tue, 29 Aug 2000 19:58:56 -0400
47476              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
47477      Branch: perl
47478            ! t/lib/trig.t
47479 ____________________________________________________________________________
47480 [  6904] By: jhi                                   on 2000/08/30  00:13:09
47481         Log: From now on, Gisle is on my list of usual suspects :-)
47482              Retract #6902.
47483      Branch: perl
47484            ! ext/Opcode/Safe.pm
47485 ____________________________________________________________________________
47486 [  6903] By: jhi                                   on 2000/08/29  23:51:20
47487         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
47488              From: "Craig A. Berry" <craig.berry@psinetcs.com>
47489              Date: Tue, 29 Aug 2000 18:43:26 -0500
47490              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
47491      Branch: perl
47492            + vms/vmspipe.com
47493            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
47494            ! vms/vms.c
47495 ____________________________________________________________________________
47496 [  6902] By: jhi                                   on 2000/08/29  23:44:14
47497         Log: Retry what #6882 attempted.
47498              
47499              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
47500              From: Gisle Aas <gisle@ActiveState.com>
47501              Date: 30 Aug 2000 00:33:09 +0200
47502              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
47503      Branch: perl
47504            ! ext/Opcode/Safe.pm
47505 ____________________________________________________________________________
47506 [  6901] By: jhi                                   on 2000/08/29  22:59:32
47507         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
47508              From: Hugo <hv@crypt.compulink.co.uk>
47509              Date: Mon, 12 Jun 2000 19:36:08 +0100
47510              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
47511      Branch: perl
47512            ! sv.c
47513 ____________________________________________________________________________
47514 [  6900] By: jhi                                   on 2000/08/29  22:58:35
47515         Log: Admit that we are leaking scalars.
47516              
47517              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
47518              From: Spider Boardman <spider@leggy.zk3.dec.com>
47519              Date: Tue, 29 Aug 2000 18:48:29 -0400
47520              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
47521      Branch: perl
47522            ! t/pragma/warnings.t
47523 ____________________________________________________________________________
47524 [  6899] By: jhi                                   on 2000/08/29  20:53:13
47525         Log: Update Changes.
47526      Branch: perl
47527            ! Changes patchlevel.h
47528 ____________________________________________________________________________
47529 [  6898] By: jhi                                   on 2000/08/29  20:46:21
47530         Log: Undo namespace pollution of #6878.
47531              
47532              Subject: Re: Net::protoent does not export 'getproto'
47533              From: Mike Guy <mjtg@cam.ac.uk>
47534              Date: Tue, 29 Aug 2000 21:32:37 +0100
47535              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
47536      Branch: perl
47537            ! lib/Net/protoent.pm
47538 ____________________________________________________________________________
47539 [  6897] By: jhi                                   on 2000/08/29  20:44:29
47540         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
47541              From: Peter Prymmer <pvhp@forte.com>
47542              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
47543              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
47544      Branch: perl
47545            ! pod/perlebcdic.pod
47546 ____________________________________________________________________________
47547 [  6896] By: jhi                                   on 2000/08/29  20:40:57
47548         Log: There's no point repeating the 'revision' (5) of perl5.
47549      Branch: metaconfig/U/perl
47550            ! Devel.U patchlevel.U
47551      Branch: perl
47552            ! Configure config_h.SH
47553 ____________________________________________________________________________
47554 [  6895] By: jhi                                   on 2000/08/29  20:16:58
47555         Log: Regen Configure for #6894.
47556      Branch: metaconfig/U/perl
47557            ! perladmin.U
47558      Branch: perl
47559            ! Configure config_h.SH
47560 ____________________________________________________________________________
47561 [  6894] By: jhi                                   on 2000/08/29  19:59:52
47562         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
47563              From: "Philip Newton" <Philip.Newton@gmx.net>
47564              Date: Tue, 29 Aug 2000 21:39:14 +0200
47565              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
47566      Branch: perl
47567            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
47568            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
47569            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
47570            ! utils/perlbug.PL
47571 ____________________________________________________________________________
47572 [  6893] By: jhi                                   on 2000/08/29  19:55:30
47573         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
47574              From: "Philip Newton" <Philip.Newton@gmx.net>
47575              Date: Tue, 29 Aug 2000 21:39:14 +0200
47576              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
47577      Branch: perl
47578            ! installhtml
47579 ____________________________________________________________________________
47580 [  6892] By: jhi                                   on 2000/08/29  19:53:59
47581         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
47582              From: "Philip Newton" <Philip.Newton@gmx.net>
47583              Date: Tue, 29 Aug 2000 21:48:18 +0200
47584              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
47585      Branch: perl
47586            ! lib/File/Temp.pm
47587 ____________________________________________________________________________
47588 [  6891] By: jhi                                   on 2000/08/29  18:30:03
47589         Log: Nail the ID 20000828.023.
47590      Branch: perl
47591            ! ext/Storable/Storable.xs
47592 ____________________________________________________________________________
47593 [  6890] By: jhi                                   on 2000/08/29  16:50:17
47594         Log: Under usethreads the dumped variable is IN_PAD.
47595              
47596              Subject: Re: [PATCH] Glob dumping
47597              From: Gisle Aas <gisle@ActiveState.com>
47598              Date: 29 Aug 2000 18:45:05 +0200
47599              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
47600      Branch: perl
47601            ! t/lib/peek.t
47602 ____________________________________________________________________________
47603 [  6889] By: jhi                                   on 2000/08/29  15:17:37
47604         Log: Update Changes.
47605      Branch: perl
47606            ! Changes patchlevel.h
47607 ____________________________________________________________________________
47608 [  6888] By: jhi                                   on 2000/08/29  14:49:59
47609         Log: Retract #6882, broke the safe tests.
47610      Branch: perl
47611            ! ext/Opcode/Safe.pm
47612 ____________________________________________________________________________
47613 [  6887] By: jhi                                   on 2000/08/29  14:47:06
47614         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
47615              From: Gisle Aas <gisle@ActiveState.com> 
47616              Date: 09 Jun 2000 20:00:11 +0200
47617              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
47618      Branch: perl
47619            ! utils/perldoc.PL
47620 ____________________________________________________________________________
47621 [  6886] By: jhi                                   on 2000/08/29  14:42:45
47622         Log: The #6881 removed one dump line.
47623      Branch: perl
47624            ! t/lib/peek.t
47625 ____________________________________________________________________________
47626 [  6885] By: jhi                                   on 2000/08/29  14:30:47
47627         Log: Don't forget to tidy up.
47628      Branch: perl
47629            ! t/lib/ftmp-security.t
47630 ____________________________________________________________________________
47631 [  6884] By: jhi                                   on 2000/08/29  14:25:17
47632         Log: Disabling the one test is a bit tricky.
47633      Branch: perl
47634            ! t/lib/ftmp-security.t
47635 ____________________________________________________________________________
47636 [  6883] By: jhi                                   on 2000/08/29  14:16:25
47637         Log: Disable one of the tests for now.
47638      Branch: perl
47639            ! t/lib/ftmp-security.t
47640 ____________________________________________________________________________
47641 [  6882] By: jhi                                   on 2000/08/29  14:05:50
47642         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
47643              From: gisle@aas.no
47644              Date: 29 Aug 2000 10:35:06 -0000
47645              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
47646      Branch: perl
47647            ! ext/Opcode/Safe.pm
47648 ____________________________________________________________________________
47649 [  6881] By: jhi                                   on 2000/08/29  14:03:51
47650         Log: Subject: [PATCH] Glob dumping
47651              From: Gisle Aas <gisle@ActiveState.com>
47652              Date: 29 Aug 2000 07:59:42 -0000
47653              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
47654      Branch: perl
47655            ! dump.c
47656 ____________________________________________________________________________
47657 [  6880] By: jhi                                   on 2000/08/29  14:02:01
47658         Log: Subject: [PATCH] Warnings in B::Deparse
47659              From: <abigail@foad.org>
47660              Date: Tue, 29 Aug 2000 00:00:01 -0400
47661              Message-ID: <20000829040001.2999.qmail@foad.org>
47662      Branch: perl
47663            ! ext/B/B/Deparse.pm
47664 ____________________________________________________________________________
47665 [  6879] By: jhi                                   on 2000/08/29  13:57:26
47666         Log: Missed a change in #6869.
47667      Branch: perl
47668            ! mg.c
47669 ____________________________________________________________________________
47670 [  6878] By: jhi                                   on 2000/08/29  13:45:04
47671         Log: Subject: Net::protoent does not export 'getproto'
47672              From: Yasushi Nakajima <sey@jkc.co.jp>
47673              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
47674      Branch: perl
47675            ! lib/Net/protoent.pm
47676 ____________________________________________________________________________
47677 [  6877] By: jhi                                   on 2000/08/29  13:39:19
47678         Log: Patches all over for people and the files they (hopefully) care about.
47679      Branch: perl
47680            ! AUTHORS Changes MAINTAIN
47681 ____________________________________________________________________________
47682 [  6876] By: jhi                                   on 2000/08/29  12:53:54
47683         Log: Fix for thinko in #6848.
47684              
47685              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
47686              From: Lupe Christoph <lupe@lupe-christoph.de>
47687              Date: Tue, 29 Aug 2000 09:04:08 +0200
47688              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
47689      Branch: perl
47690            ! ext/Thread/Thread.xs
47691 ____________________________________________________________________________
47692 [  6875] By: jhi                                   on 2000/08/29  12:50:14
47693         Log: Update to Getopt::Long 2.24, from Johan Vromans.
47694      Branch: perl
47695            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
47696 ____________________________________________________________________________
47697 [  6874] By: jhi                                   on 2000/08/29  02:09:53
47698         Log: Use minimal @INC in tests, most of the time just '../lib',
47699              so that we simply can't pick up stuff from other Perls than
47700              the one we are testing.  Pointed out by
47701              
47702              From: Mike Guy <mjtg@cam.ac.uk>
47703              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
47704              Date: Fri, 25 Aug 2000 15:15:59 +0100
47705              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
47706      Branch: perl
47707            ! (edit 185 files)
47708 ____________________________________________________________________________
47709 [  6873] By: jhi                                   on 2000/08/29  01:07:11
47710         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
47711              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47712              Date: Mon, 28 Aug 2000 17:45:52 -0700
47713              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
47714      Branch: perl
47715            ! Makefile.SH hints/os2.sh
47716 ____________________________________________________________________________
47717 [  6872] By: jhi                                   on 2000/08/28  23:33:39
47718         Log: Subject: [PATCH bleedperl@6866] spellings
47719              From: marcel@codewerk.com (Marcel Grunauer)
47720              Date: Tue, 29 Aug 2000 01:19:59 +0200
47721              Message-Id: <200008282319.BAA29862@gandalf.local>
47722      Branch: perl
47723            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
47724            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
47725            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
47726 ____________________________________________________________________________
47727 [  6871] By: jhi                                   on 2000/08/28  23:22:09
47728         Log: Take out the SUIDMAIL thing, that will not be
47729              a problem in 5.7.*.
47730      Branch: perl
47731            ! patchlevel.h
47732 ____________________________________________________________________________
47733 [  6870] By: jhi                                   on 2000/08/28  23:19:30
47734         Log: -S is the silent flag, -s is the strip flag.
47735              
47736              Subject: [PATCH] Re: [PATCH] make no-install          
47737              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47738              Date: Mon, 28 Aug 2000 15:12:55 -0700
47739              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
47740      Branch: perl
47741            ! Makefile.SH
47742 ____________________________________________________________________________
47743 [  6869] By: jhi                                   on 2000/08/28  23:12:05
47744         Log: Subject: [PATCH bleedperl@6856] warnings fixes
47745              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
47746              Date: Mon, 28 Aug 2000 23:55:06 +0100
47747              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
47748      Branch: perl
47749            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
47750            ! warnings.h warnings.pl
47751 ____________________________________________________________________________
47752 [  6868] By: jhi                                   on 2000/08/28  21:38:22
47753         Log: Potential cruft.
47754      Branch: perl
47755            ! Makefile.SH
47756 ____________________________________________________________________________
47757 [  6867] By: jhi                                   on 2000/08/28  21:35:36
47758         Log: Update Changes.
47759      Branch: perl
47760            ! Changes patchlevel.h
47761 ____________________________________________________________________________
47762 [  6866] By: jhi                                   on 2000/08/28  21:33:49
47763         Log: Subject: hv.h Doc Patch
47764              From: Fisher Mark <fisherm@tce.com>
47765              Date: Mon, 28 Aug 2000 16:24:59 -0500
47766              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
47767      Branch: perl
47768            ! hv.h
47769 ____________________________________________________________________________
47770 [  6865] By: jhi                                   on 2000/08/28  21:02:15
47771         Log: Add -ld to archname on long tr...double platforms.
47772      Branch: metaconfig
47773            ! U/threads/archname.U
47774      Branch: perl
47775            ! Configure config_h.SH
47776 ____________________________________________________________________________
47777 [  6864] By: jhi                                   on 2000/08/28  20:38:59
47778         Log: An attempt to fix the problem reported in
47779              
47780              Subject: Building perl@6856 using gcc/AIX 4.3.3 
47781              From: Daniel Muino <dmuino@afip.gov.ar> 
47782              Date: Mon, 28 Aug 2000 15:50:01 -0300   
47783              Message-ID: <20000828155001.A14403@con2-dgi>
47784              
47785              I can't test this properly since the gcc installation I have
47786              access to seems to be botched (gcc is calling the AIX cpp,
47787              a losing proposition...)
47788      Branch: perl
47789            ! hints/aix.sh
47790 ____________________________________________________________________________
47791 [  6863] By: jhi                                   on 2000/08/28  18:57:52
47792         Log: Fix for ID 20000828.001, long doubles were not formatted
47793              correctly (showed up in $], which stopped installing perl).
47794      Branch: perl
47795            ! sv.c
47796 ____________________________________________________________________________
47797 [  6862] By: jhi                                   on 2000/08/28  18:07:15
47798         Log: Typo in #6858.
47799      Branch: perl
47800            ! lib/Cwd.pm
47801 ____________________________________________________________________________
47802 [  6861] By: jhi                                   on 2000/08/28  17:57:27
47803         Log: opmini.o may be left around if a build is interrupted.
47804      Branch: perl
47805            ! Makefile.SH
47806 ____________________________________________________________________________
47807 [  6860] By: jhi                                   on 2000/08/28  16:52:50
47808         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
47809              From: Daniel Chetlin <daniel@chetlin.com>
47810              Date: Mon, 28 Aug 2000 01:14:18 -0700
47811              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
47812      Branch: perl
47813            ! lib/overload.pm
47814 ____________________________________________________________________________
47815 [  6859] By: jhi                                   on 2000/08/28  16:08:46
47816         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
47817              From: Nicholas Clark <nick@ccl4.org>
47818              Date: Mon, 28 Aug 2000 16:03:27 +0100
47819              Message-Id: <20000828160327.C49785@plum.flirble.org>
47820      Branch: perl
47821            ! ext/ByteLoader/bytecode.h
47822 ____________________________________________________________________________
47823 [  6858] By: jhi                                   on 2000/08/28  16:02:10
47824         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
47825              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
47826              Date: Mon, 28 Aug 2000 13:08:30 +0200
47827              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
47828      Branch: perl
47829            ! lib/Cwd.pm
47830 ____________________________________________________________________________
47831 [  6857] By: jhi                                   on 2000/08/28  15:42:47
47832         Log: display_format used as a class method without arguments was broken,
47833              reported in
47834              
47835              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
47836              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
47837              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
47838              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
47839      Branch: perl
47840            ! lib/Math/Complex.pm t/lib/complex.t
47841 ____________________________________________________________________________
47842 [  6856] By: jhi                                   on 2000/08/27  22:09:48
47843         Log: Update Changes.
47844      Branch: perl
47845            ! Changes patchlevel.h
47846 ____________________________________________________________________________
47847 [  6855] By: jhi                                   on 2000/08/27  21:59:21
47848         Log: Retract #6853 (false alarm).
47849      Branch: perl
47850            ! lib/ExtUtils/xsubpp
47851 ____________________________________________________________________________
47852 [  6854] By: jhi                                   on 2000/08/27  21:37:44
47853         Log: Update Changes.
47854      Branch: perl
47855            ! Changes patchlevel.h
47856 ____________________________________________________________________________
47857 [  6853] By: jhi                                   on 2000/08/27  21:37:16
47858         Log: Subject: [PATCH perl@6850] workaround for xsubpp
47859              From: Hugo <hv@crypt.compulink.co.uk>
47860              Date: Sun, 27 Aug 2000 22:30:25 +0100
47861              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
47862      Branch: perl
47863            ! lib/ExtUtils/xsubpp
47864 ____________________________________________________________________________
47865 [  6852] By: jhi                                   on 2000/08/27  21:33:58
47866         Log: Big-endian 64-bit patch from Raphael Manfredi.
47867      Branch: perl
47868            ! ext/Storable/Storable.xs
47869 ____________________________________________________________________________
47870 [  6851] By: jhi                                   on 2000/08/27  21:22:21
47871         Log: More ruthless editing from Hugo van der Sanden.
47872      Branch: perl
47873            ! pod/perldelta.pod
47874 ____________________________________________________________________________
47875 [  6850] By: jhi                                   on 2000/08/27  16:11:46
47876         Log: Update Changes.
47877      Branch: perl
47878            ! Changes patchlevel.h
47879 ____________________________________________________________________________
47880 [  6849] By: jhi                                   on 2000/08/27  16:11:05
47881         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
47882      Branch: perl
47883            ! configpm pod/perldelta.pod
47884 ____________________________________________________________________________
47885 [  6848] By: jhi                                   on 2000/08/27  15:35:08
47886         Log: Use the actual thread type, not the pointer-to-struct.
47887      Branch: perl
47888            ! ext/Thread/Thread.xs
47889 ____________________________________________________________________________
47890 [  6847] By: jhi                                   on 2000/08/27  15:30:49
47891         Log: Test nit.
47892      Branch: perl
47893            ! t/pragma/warn/pp_sys
47894 ____________________________________________________________________________
47895 [  6846] By: jhi                                   on 2000/08/27  15:19:02
47896         Log: Passing -R in ldflags makes now it to appear in the default
47897              for lddlflags, just like with -L.
47898              
47899              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
47900              From: Lupe Christoph <lupe@lupe-christoph.de>
47901              Date: Sun, 27 Aug 2000 10:28:21 +0200
47902              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
47903      Branch: metaconfig/U/perl
47904            ! dlsrc.U
47905      Branch: perl
47906            ! Configure
47907 ____________________________________________________________________________
47908 [  6845] By: jhi                                   on 2000/08/27  15:08:54
47909         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
47910              From: Alan Burlison <Alan.Burlison@uk.sun.com>
47911              Date: Sat, 26 Aug 2000 22:23:27 +0100
47912              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
47913      Branch: perl
47914            ! lib/ExtUtils/MM_Unix.pm
47915 ____________________________________________________________________________
47916 [  6844] By: jhi                                   on 2000/08/27  15:02:37
47917         Log: DJGPP update from Laszlo Molnar.
47918              
47919              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
47920              From: ml1050 <ml1050@freemail.hu>
47921              Date: Sat, 26 Aug 2000 23:24:40 +0200
47922              Message-Id: <20000826232440.A439@freemail.hu>
47923      Branch: perl
47924            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
47925            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
47926 ____________________________________________________________________________
47927 [  6843] By: jhi                                   on 2000/08/27  14:53:58
47928         Log: Subject: installman buglet
47929              From: Lupe Christoph <lupe@lupe-christoph.de>
47930              Date: Sun, 27 Aug 2000 14:38:59 +0200
47931              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
47932      Branch: perl
47933            ! installman
47934 ____________________________________________________________________________
47935 [  6842] By: jhi                                   on 2000/08/27  14:52:08
47936         Log: Can't get the test to reliably work thanks to the
47937              inaccurateness of floating point.  "Resolves" bug ids
47938              20000826.003, 20000826.009, 20000826.010,
47939      Branch: perl
47940            ! t/lib/trig.t
47941 ____________________________________________________________________________
47942 [  6841] By: jhi                                   on 2000/08/26  15:53:58
47943         Log: Update Changes.
47944      Branch: perl
47945            ! Changes patchlevel.h
47946 ____________________________________________________________________________
47947 [  6840] By: jhi                                   on 2000/08/26  14:23:03
47948         Log: grep -e isn't portable.
47949              
47950              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
47951              From: chris@broadband.att.com
47952              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
47953              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
47954      Branch: perl
47955            ! hints/solaris_2.sh
47956 ____________________________________________________________________________
47957 [  6839] By: jhi                                   on 2000/08/26  14:12:23
47958         Log: no-install target a la make -n.
47959              
47960              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
47961              From: <abigail@foad.org>
47962              Date: Sat, 26 Aug 2000 03:57:34 -0400
47963              Message-ID: <20000826075735.18912.qmail@foad.org>
47964      Branch: perl
47965            ! Makefile.SH installman installperl
47966 ____________________________________________________________________________
47967 [  6838] By: jhi                                   on 2000/08/26  14:06:33
47968         Log: Retract #6826 as the #6828 should be do the same
47969              in a More Correct Way.
47970      Branch: perl
47971            ! installperl
47972 ____________________________________________________________________________
47973 [  6837] By: jhi                                   on 2000/08/26  05:24:00
47974         Log: More casting.
47975      Branch: perl
47976            ! ext/Storable/Storable.xs
47977 ____________________________________________________________________________
47978 [  6836] By: jhi                                   on 2000/08/26  05:05:46
47979         Log: Nicer in decimal.
47980      Branch: perl
47981            ! ext/Storable/Storable.xs
47982 ____________________________________________________________________________
47983 [  6835] By: jhi                                   on 2000/08/26  05:03:50
47984         Log: There be no UVdf.
47985      Branch: perl
47986            ! ext/Storable/Storable.xs
47987 ____________________________________________________________________________
47988 [  6834] By: jhi                                   on 2000/08/26  05:00:18
47989         Log: Continue IVdfing and UVxfing.
47990      Branch: perl
47991            ! ext/Storable/Storable.xs
47992 ____________________________________________________________________________
47993 [  6833] By: jhi                                   on 2000/08/26  04:53:14
47994         Log: Use IVdf.
47995      Branch: perl
47996            ! ext/Storable/Storable.xs
47997 ____________________________________________________________________________
47998 [  6832] By: jhi                                   on 2000/08/26  04:40:41
47999         Log: Document PTR2XX and INT2PTR.
48000      Branch: perl
48001            ! pod/perlguts.pod
48002 ____________________________________________________________________________
48003 [  6831] By: jhi                                   on 2000/08/26  04:33:18
48004         Log: Use UVxf, PTR2UV, NVff.
48005      Branch: perl
48006            ! ext/Storable/Storable.xs
48007 ____________________________________________________________________________
48008 [  6830] By: jhi                                   on 2000/08/26  04:31:32
48009         Log: Update the test count.
48010      Branch: perl
48011            ! t/lib/trig.t
48012 ____________________________________________________________________________
48013 [  6829] By: jhi                                   on 2000/08/26  03:05:50
48014         Log: Subject: [PATCH] installation not quite silent yet.
48015              From: <abigail@foad.org>
48016              Date: Fri, 25 Aug 2000 20:07:53 -0400
48017              Message-ID: <20000826000753.7822.qmail@foad.org>
48018      Branch: perl
48019            ! installman installperl
48020 ____________________________________________________________________________
48021 [  6828] By: jhi                                   on 2000/08/26  03:05:14
48022         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
48023              From: Spider Boardman <spider@web.zk3.dec.com>
48024              Date: Fri, 25 Aug 2000 19:12:40 -0400
48025              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
48026      Branch: perl
48027            ! gv.c
48028 ____________________________________________________________________________
48029 [  6827] By: jhi                                   on 2000/08/25  23:54:34
48030         Log: Support preserving extremely big/small angles.
48031      Branch: perl
48032            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
48033 ____________________________________________________________________________
48034 [  6826] By: jhi                                   on 2000/08/25  23:01:20
48035         Log: Patch installperl to be long double-aware.
48036              
48037              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
48038              From: Spider Boardman <spider@web.zk3.dec.com>
48039              Date: Fri, 25 Aug 2000 18:15:23 -0400
48040              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
48041      Branch: perl
48042            ! installperl
48043 ____________________________________________________________________________
48044 [  6825] By: jhi                                   on 2000/08/25  22:58:25
48045         Log: Remove duplicately applied patch shards.
48046              
48047              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
48048              From: Spider Boardman <spider@leggy.zk3.dec.com>
48049              Date: Fri, 25 Aug 2000 16:45:03 -0400
48050              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
48051      Branch: perl
48052            ! t/lib/cgi-html.t
48053 ____________________________________________________________________________
48054 [  6824] By: jhi                                   on 2000/08/25  22:57:00
48055         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
48056              From: Daniel Chetlin <daniel@chetlin.com>
48057              Date: Fri, 25 Aug 2000 12:23:16 -0700
48058              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
48059              
48060              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
48061              From: Daniel Chetlin <daniel@chetlin.com>
48062              Date: Fri, 25 Aug 2000 14:47:19 -0700
48063              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
48064      Branch: perl
48065            ! installman
48066 ____________________________________________________________________________
48067 [  6823] By: jhi                                   on 2000/08/25  22:44:17
48068         Log: Timestamp problem?
48069      Branch: perl
48070            ! uconfig.h uconfig.sh
48071 ____________________________________________________________________________
48072 [  6822] By: jhi                                   on 2000/08/25  19:01:06
48073         Log: One forgotten file from #6816.
48074      Branch: perl
48075            ! vos/config.h
48076 ____________________________________________________________________________
48077 [  6821] By: jhi                                   on 2000/08/25  18:56:39
48078         Log: Regen Changes.
48079      Branch: perl
48080            ! Changes patchlevel.h
48081 ____________________________________________________________________________
48082 [  6820] By: jhi                                   on 2000/08/25  18:52:35
48083         Log: Fix Changes ordering.
48084      Branch: perl
48085            ! Changes
48086 ____________________________________________________________________________
48087 [  6819] By: jhi                                   on 2000/08/25  18:50:25
48088         Log: Update Changes.
48089      Branch: perl
48090            ! Changes patchlevel.h
48091 ____________________________________________________________________________
48092 [  6818] By: jhi                                   on 2000/08/25  18:47:45
48093         Log: Tweak the sfio/useperlio logic, hopefully as wished in
48094              
48095              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
48096              From: Nicholas Clark <nick@babyhippo.co.uk>
48097              Date: Fri, 25 Aug 2000 12:01:45 +0100
48098              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
48099      Branch: metaconfig/U/perl
48100            ! d_sfio.U
48101      Branch: perl
48102            ! Configure
48103 ____________________________________________________________________________
48104 [  6817] By: jhi                                   on 2000/08/25  18:32:51
48105         Log: Allow microperl to assume <math.h>, without it the math
48106              functions like floor() are assumed to return int, which makes
48107              for core dumps in machines where integer and floating register
48108              don't mix.
48109      Branch: perl
48110            ! uconfig.h uconfig.sh
48111 ____________________________________________________________________________
48112 [  6816] By: jhi                                   on 2000/08/25  18:27:17
48113         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
48114              the problem reported in
48115              
48116              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
48117              From: danhale@us.ibm.com
48118              Date: Fri, 25 Aug 2000 10:58:06 -0400
48119              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
48120      Branch: metaconfig/U/perl
48121            + d_socks5_init.U
48122      Branch: perl
48123            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
48124            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
48125            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
48126            ! win32/config.gc win32/config.vc
48127 ____________________________________________________________________________
48128 [  6815] By: jhi                                   on 2000/08/25  17:43:31
48129         Log: A solution for the retrieve_fd autosplit warning,
48130              idea suggested by Mike Guy.
48131      Branch: perl
48132            ! ext/Storable/Storable.pm
48133 ____________________________________________________________________________
48134 [  6814] By: jhi                                   on 2000/08/25  17:16:03
48135         Log: Add install-silent target.
48136      Branch: perl
48137            ! Makefile.SH
48138 ____________________________________________________________________________
48139 [  6813] By: jhi                                   on 2000/08/25  17:14:23
48140         Log: Subject: Re: [PATCH] More silencing of installman.
48141              From: <abigail@foad.org>
48142              Date: Thu, 24 Aug 2000 19:27:03 -0400
48143              Message-ID: <20000824232703.7001.qmail@foad.org>
48144              
48145              Subject: Re: [PATCH] More silencing of installman.
48146              From: <abigail@foad.org>
48147              Date: Fri, 25 Aug 2000 03:00:58 -0400
48148              Message-ID: <20000825070058.10697.qmail@foad.org>
48149      Branch: perl
48150            ! installman
48151 ____________________________________________________________________________
48152 [  6812] By: jhi                                   on 2000/08/25  17:11:28
48153         Log: installperl --verbose and --silent.
48154              
48155              Subject: Re: [PATCH] More silencing of installman.
48156              From: <abigail@foad.org>
48157              Message-ID: <20000825064430.9719.qmail@foad.org>
48158              Date: Fri, 25 Aug 2000 02:44:30 -0400
48159      Branch: perl
48160            ! installperl
48161 ____________________________________________________________________________
48162 [  6811] By: jhi                                   on 2000/08/25  17:05:43
48163         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
48164              From: "Peter J. Farley III" <pjfarley@banet.net>
48165              Date: Thu, 24 Aug 2000 21:58:03 -0400
48166              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
48167              
48168              (applied slightly modified)
48169      Branch: perl
48170            ! lib/ExtUtils/MM_Unix.pm
48171 ____________________________________________________________________________
48172 [  6810] By: jhi                                   on 2000/08/25  17:01:18
48173         Log: Missing parts of 
48174              
48175              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
48176              From: Peter Prymmer <pvhp@forte.com>
48177              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
48178              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
48179      Branch: perl
48180            ! t/lib/cgi-html.t
48181 ____________________________________________________________________________
48182 [  6809] By: jhi                                   on 2000/08/25  16:46:32
48183         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
48184              From: "Craig A. Berry" <craig.berry@psinetcs.com>
48185              Date: Thu, 24 Aug 2000 19:13:11 -0500
48186              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
48187      Branch: perl
48188            ! vms/vms.c
48189 ____________________________________________________________________________
48190 [  6808] By: jhi                                   on 2000/08/25  16:39:22
48191         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
48192              From: Peter Prymmer <pvhp@forte.com>
48193              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
48194              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
48195      Branch: perl
48196            ! configure.com
48197 ____________________________________________________________________________
48198 [  6807] By: jhi                                   on 2000/08/25  16:36:37
48199         Log: Better wording for the vec lvalue diagnostic.
48200              
48201              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
48202              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
48203              Date: Wed, 23 Aug 2000 14:12:16 -0400
48204              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
48205      Branch: perl
48206            ! pod/perldiag.pod
48207 ____________________________________________________________________________
48208 [  6806] By: jhi                                   on 2000/08/24  18:17:22
48209         Log: Subject: [PATCH] More silencing of installman.
48210              From: <abigail@foad.org>
48211              Date: Thu, 24 Aug 2000 14:01:44 -0400
48212              Message-ID: <20000824180144.20062.qmail@foad.org>
48213      Branch: perl
48214            ! installman
48215 ____________________________________________________________________________
48216 [  6805] By: jhi                                   on 2000/08/24  15:00:31
48217         Log: Update Changes.
48218      Branch: perl
48219            ! Changes patchlevel.h
48220 ____________________________________________________________________________
48221 [  6804] By: jhi                                   on 2000/08/24  14:59:07
48222         Log: Regen perltoc.
48223      Branch: perl
48224            ! pod/perltoc.pod
48225 ____________________________________________________________________________
48226 [  6803] By: jhi                                   on 2000/08/24  14:44:39
48227         Log: Show the doc file, not the temp file.
48228      Branch: perl
48229            ! installman
48230 ____________________________________________________________________________
48231 [  6802] By: jhi                                   on 2000/08/24  14:41:53
48232         Log: Continue silencing.
48233      Branch: perl
48234            ! installman
48235 ____________________________________________________________________________
48236 [  6801] By: jhi                                   on 2000/08/24  14:34:40
48237         Log: Actually do something with the silencer option.
48238      Branch: perl
48239            ! installman
48240 ____________________________________________________________________________
48241 [  6800] By: jhi                                   on 2000/08/24  14:26:22
48242         Log: Make installman to recognize the silence flag -S.
48243      Branch: perl
48244            ! installman
48245 ____________________________________________________________________________
48246 [  6799] By: jhi                                   on 2000/08/24  13:49:38
48247         Log: DOS patches and portability/porting notes, from Tim Jenness.
48248      Branch: perl
48249            ! lib/File/Temp.pm
48250 ____________________________________________________________________________
48251 [  6798] By: jhi                                   on 2000/08/24  13:48:27
48252         Log: Create directories in silence.
48253              
48254              Subject: [PATCH] Another silencer for MakeMaker
48255              From: andreas.koenig@anima.de (Andreas J. Koenig)
48256              Date: 24 Aug 2000 14:18:52 +0200
48257              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
48258      Branch: perl
48259            ! lib/ExtUtils/Command.pm
48260 ____________________________________________________________________________
48261 [  6797] By: jhi                                   on 2000/08/24  13:46:42
48262         Log: More liberal parsing of version numbers.
48263              
48264              Subject: Re: CPAN.pm beta for testing available
48265              From: andreas.koenig@anima.de (Andreas J. Koenig)
48266              Date: 24 Aug 2000 13:51:57 +0200
48267              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
48268      Branch: perl
48269            ! lib/CPAN.pm
48270 ____________________________________________________________________________
48271 [  6796] By: jhi                                   on 2000/08/24  13:44:36
48272         Log: Make "make install" by default silent.  A new "install-verbose"
48273              target is verbose.
48274      Branch: perl
48275            ! Makefile.SH
48276 ____________________________________________________________________________
48277 [  6795] By: jhi                                   on 2000/08/24  13:39:14
48278         Log: Add silencer flags to installperl.
48279              
48280              Subject: [PATCH] Making installperl silent.
48281              From: <abigail@foad.org>
48282              Date: Thu, 24 Aug 2000 05:01:45 -0400
48283              Message-ID: <20000824090145.13141.qmail@foad.org>
48284      Branch: perl
48285            ! installperl
48286 ____________________________________________________________________________
48287 [  6794] By: jhi                                   on 2000/08/24  13:35:50
48288         Log: installperl couldn't tell whether it had run tests or not.
48289              
48290              Subject: [PATCH] Re: installperl and t/TEST
48291              From: <abigail@foad.org>
48292              Date: Thu, 24 Aug 2000 04:00:53 -0400
48293              Message-ID: <20000824080053.2494.qmail@foad.org>
48294      Branch: perl
48295            ! Makefile.SH installperl
48296 ____________________________________________________________________________
48297 [  6793] By: jhi                                   on 2000/08/24  13:27:50
48298         Log: Drop the separate perlbc, perlcc -b should be enough.
48299      Branch: perl
48300            - utils/perlbc.PL
48301            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
48302 ____________________________________________________________________________
48303 [  6792] By: jhi                                   on 2000/08/24  04:41:30
48304         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
48305              plus the typo fix from Peter Prymmer.
48306      Branch: perl
48307            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
48308            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
48309 ____________________________________________________________________________
48310 [  6791] By: jhi                                   on 2000/08/24  02:10:43
48311         Log: Replace #6705 with a minimal doc patch.
48312              
48313              Subject: [PATCH 5.6.0] replace change #6705
48314              From: Jan Dubois <jand@ActiveState.com>
48315              Date: Wed, 23 Aug 2000 18:31:51 -0700
48316              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
48317      Branch: perl
48318            ! lib/Win32.pod win32/win32.c
48319 ____________________________________________________________________________
48320 [  6790] By: jhi                                   on 2000/08/23  17:52:00
48321         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
48322              From: Mike Guy <mjtg@cam.ac.uk>
48323              Date: Wed, 23 Aug 2000 18:38:46 +0100
48324              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
48325      Branch: perl
48326            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
48327 ____________________________________________________________________________
48328 [  6789] By: jhi                                   on 2000/08/23  15:34:21
48329         Log: Update Changes.
48330      Branch: perl
48331            ! Changes patchlevel.h
48332 ____________________________________________________________________________
48333 [  6788] By: jhi                                   on 2000/08/23  15:33:40
48334         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
48335              From: Wilfredo Sánchez <wsanchez@apple.com>
48336              Date: Tue, 22 Aug 2000 19:31:27 -0700
48337              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
48338      Branch: perl
48339            ! perl.h
48340 ____________________________________________________________________________
48341 [  6787] By: jhi                                   on 2000/08/23  15:29:31
48342         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
48343              From: Spider Boardman <spider@leggy.zk3.dec.com>
48344              Date: Wed, 23 Aug 2000 10:33:23 -0400
48345              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
48346      Branch: perl
48347            ! lib/Pod/Html.pm
48348 ____________________________________________________________________________
48349 [  6786] By: jhi                                   on 2000/08/23  15:28:11
48350         Log: Bad makefile.
48351      Branch: perl
48352            ! ext/B/Makefile.PL
48353 ____________________________________________________________________________
48354 [  6785] By: jhi                                   on 2000/08/23  14:37:04
48355         Log: Update Changes.
48356      Branch: perl
48357            ! Changes patchlevel.h
48358 ____________________________________________________________________________
48359 [  6784] By: jhi                                   on 2000/08/23  13:58:41
48360         Log: Portability fix from Hugo van der Sanden.
48361      Branch: perl
48362            ! ext/re/Makefile.PL
48363 ____________________________________________________________________________
48364 [  6783] By: jhi                                   on 2000/08/23  13:53:53
48365         Log: Storable support, v-version fixes.
48366              
48367              Subject: CPAN.pm beta for testing available
48368              From: andreas.koenig@anima.de (Andreas J. Koenig)
48369              Date: 22 Aug 2000 23:31:33 +0200
48370              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
48371      Branch: perl
48372            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
48373 ____________________________________________________________________________
48374 [  6782] By: jhi                                   on 2000/08/23  13:51:26
48375         Log: Mac and other portability updates from Chris Nandor.
48376      Branch: perl
48377            ! pod/perlmodinstall.pod
48378 ____________________________________________________________________________
48379 [  6781] By: jhi                                   on 2000/08/23  13:47:33
48380         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
48381              From: Peter Prymmer <pvhp@forte.com>
48382              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
48383              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
48384      Branch: perl
48385            ! ext/Storable/Storable.xs
48386 ____________________________________________________________________________
48387 [  6780] By: jhi                                   on 2000/08/23  13:33:34
48388         Log: VMS MMS (make) wants null action.
48389      Branch: perl
48390            ! ext/B/Makefile.PL
48391 ____________________________________________________________________________
48392 [  6779] By: jhi                                   on 2000/08/22  19:44:47
48393         Log: Forgot portability nit.
48394      Branch: perl
48395            ! t/lib/st-forgive.t
48396 ____________________________________________________________________________
48397 [  6778] By: jhi                                   on 2000/08/22  19:35:25
48398         Log: Be portable.
48399      Branch: perl
48400            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
48401            ! t/lib/st-store.t
48402 ____________________________________________________________________________
48403 [  6777] By: jhi                                   on 2000/08/22  18:50:53
48404         Log: Update Changes.
48405      Branch: perl
48406            ! Changes patchlevel.h
48407 ____________________________________________________________________________
48408 [  6776] By: jhi                                   on 2000/08/22  18:44:46
48409         Log: cSVOPo_*v things index into the current PL_curpad
48410              under ithreads, which is different from the curpad
48411              used by the XSUB.  (In other words, the code as-is
48412              before this patch wouldn't work under ithreads.)
48413              From Sarathy.
48414      Branch: perl
48415            ! ext/B/B.xs
48416 ____________________________________________________________________________
48417 [  6775] By: jhi                                   on 2000/08/22  18:18:37
48418         Log: Make the selection of NVff et al stricter.
48419      Branch: metaconfig/U/perl
48420            ! perlxvf.U
48421      Branch: perl
48422            ! Configure config_h.SH
48423 ____________________________________________________________________________
48424 [  6774] By: jhi                                   on 2000/08/22  17:19:42
48425         Log: perldelta nits.
48426      Branch: perl
48427            ! pod/perldelta.pod
48428 ____________________________________________________________________________
48429 [  6773] By: jhi                                   on 2000/08/22  17:06:26
48430         Log: Long double fixes from Spider Boardman.
48431              
48432              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
48433              From: system PRIVILEGED account <root@peano.zk3.dec.com>
48434              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
48435              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
48436      Branch: perl
48437            ! t/lib/bigfltpm.t t/lib/st-06compat.t
48438 ____________________________________________________________________________
48439 [  6772] By: jhi                                   on 2000/08/22  15:04:53
48440         Log: Update Changes.
48441      Branch: perl
48442            ! Changes patchlevel.h
48443 ____________________________________________________________________________
48444 [  6771] By: jhi                                   on 2000/08/22  15:01:44
48445         Log: perldelta fixes from Hugo van der Sanden.
48446      Branch: perl
48447            ! pod/perldelta.pod
48448 ____________________________________________________________________________
48449 [  6770] By: jhi                                   on 2000/08/22  14:34:49
48450         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
48451              From: Hugo <hv@crypt.compulink.co.uk>
48452              Date: Tue, 22 Aug 2000 11:21:53 +0100
48453              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
48454      Branch: perl
48455            ! regcomp.c
48456 ____________________________________________________________________________
48457 [  6769] By: jhi                                   on 2000/08/22  14:30:02
48458         Log: Add Yitzchak, reformat.
48459      Branch: perl
48460            ! Changes config_h.SH
48461 ____________________________________________________________________________
48462 [  6768] By: jhi                                   on 2000/08/22  14:21:35
48463         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
48464              and Spider Boardman.
48465      Branch: metaconfig
48466            ! U/compline/d_gconvert.U
48467      Branch: perl
48468            ! Configure
48469 ____________________________________________________________________________
48470 [  6767] By: jhi                                   on 2000/08/22  14:11:24
48471         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
48472              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48473              Date: Mon, 21 Aug 2000 19:08:31 -0700
48474              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
48475      Branch: perl
48476            - ext/Storable/patchlevel.h
48477            ! MANIFEST ext/Storable/MANIFEST
48478 ____________________________________________________________________________
48479 [  6766] By: jhi                                   on 2000/08/22  13:49:29
48480         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
48481              From: Peter Prymmer <pvhp@forte.com>
48482              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
48483              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
48484      Branch: perl
48485            ! configure.com ext/Storable/Makefile.PL
48486 ____________________________________________________________________________
48487 [  6765] By: jhi                                   on 2000/08/22  13:44:59
48488         Log: Subject: [PATCH blead] B:: missing dependency
48489              From: Hugo <hv@crypt.compulink.co.uk>
48490              Date: Tue, 22 Aug 2000 06:44:33 +0100
48491              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
48492      Branch: perl
48493            ! ext/B/Makefile.PL
48494 ____________________________________________________________________________
48495 [  6764] By: jhi                                   on 2000/08/22  13:38:12
48496         Log: More bytecompiler.
48497      Branch: perl
48498            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
48499 ____________________________________________________________________________
48500 [  6763] By: jhi                                   on 2000/08/22  13:36:44
48501         Log: Bytecompiler patches from Benjamin Stuhl.
48502      Branch: perl
48503            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
48504            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
48505            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
48506            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
48507            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
48508            ! perl.c perlapi.h pod/perldelta.pod
48509 ____________________________________________________________________________
48510 [  6762] By: jhi                                   on 2000/08/21  23:43:40
48511         Log: An obsoleted diagnostic.
48512      Branch: perl
48513            ! pod/perldelta.pod
48514 ____________________________________________________________________________
48515 [  6761] By: jhi                                   on 2000/08/21  23:01:45
48516         Log: The #6759 wasn't quite right.
48517      Branch: perl
48518            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
48519            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
48520            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
48521            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
48522            ! t/lib/st-tieditems.t
48523 ____________________________________________________________________________
48524 [  6760] By: jhi                                   on 2000/08/21  22:35:49
48525         Log: Be verydeepclean.
48526      Branch: perl
48527            ! Makefile.SH
48528 ____________________________________________________________________________
48529 [  6759] By: jhi                                   on 2000/08/21  22:25:40
48530         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
48531              From: Peter Prymmer <pvhp@forte.com>
48532              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
48533              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
48534      Branch: perl
48535            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
48536            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
48537            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
48538            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
48539            ! t/lib/st-tieditems.t
48540 ____________________________________________________________________________
48541 [  6758] By: jhi                                   on 2000/08/21  22:22:32
48542         Log: Few more casts, need reported in
48543              
48544              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
48545              From: Mike Stok <mike@stok.co.uk>
48546              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
48547              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
48548              
48549              and
48550              
48551              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
48552              From: abigail@foad.org
48553              Date: 21 Aug 2000 21:31:34 -0000
48554              Message-Id: <20000821213134.30170.qmail@foad.org>
48555      Branch: perl
48556            ! ext/Storable/Storable.xs
48557 ____________________________________________________________________________
48558 [  6757] By: jhi                                   on 2000/08/21  18:37:07
48559         Log: Update Changes.
48560      Branch: perl
48561            ! Changes patchlevel.h
48562 ____________________________________________________________________________
48563 [  6756] By: jhi                                   on 2000/08/21  18:34:02
48564         Log: A pod nit.
48565              
48566              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
48567              From: <abigail@foad.org>
48568              Date: Mon, 21 Aug 2000 14:00:16 -0400
48569              Message-ID: <20000821180016.28627.qmail@foad.org>
48570      Branch: perl
48571            ! pod/perlre.pod
48572 ____________________________________________________________________________
48573 [  6755] By: jhi                                   on 2000/08/21  18:30:56
48574         Log: Use PodParser 1.18 new test.
48575      Branch: perl
48576            ! t/pod/special_seqs.t t/pod/special_seqs.xr
48577 ____________________________________________________________________________
48578 [  6754] By: jhi                                   on 2000/08/21  18:28:35
48579         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
48580              patches cannot be applied since #6712 conflicts.
48581      Branch: perl
48582            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
48583 ____________________________________________________________________________
48584 [  6753] By: jhi                                   on 2000/08/21  18:15:11
48585         Log: Weed out some smaller changes.
48586      Branch: perl
48587            ! pod/perldelta.pod
48588 ____________________________________________________________________________
48589 [  6752] By: jhi                                   on 2000/08/21  18:02:30
48590         Log: Also under djgpp the timestamps are funky.
48591      Branch: perl
48592            ! t/op/stat.t
48593 ____________________________________________________________________________
48594 [  6751] By: jhi                                   on 2000/08/21  17:55:56
48595         Log: Tweak the floating point output routine preferences.
48596      Branch: metaconfig
48597            ! U/compline/d_gconvert.U
48598      Branch: perl
48599            ! Configure
48600 ____________________________________________________________________________
48601 [  6750] By: jhi                                   on 2000/08/21  17:51:29
48602         Log: Unicos/mk requires elaborate paranoia.
48603      Branch: perl
48604            ! lib/Math/Complex.pm
48605 ____________________________________________________________________________
48606 [  6749] By: gsar                                  on 2000/08/21  16:53:31
48607         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
48608      Branch: perl
48609            ! lib/Cwd.pm
48610 ____________________________________________________________________________
48611 [  6748] By: gsar                                  on 2000/08/21  16:22:19
48612         Log: free TLS slot properly on Windows
48613      Branch: perl
48614            ! thread.h win32/perllib.c win32/win32thread.h
48615 ____________________________________________________________________________
48616 [  6747] By: jhi                                   on 2000/08/21  16:20:58
48617         Log: Rename the macro argument because some preprocessors
48618              can't tell the difference and expand arguments also inside
48619              double quoted strings.
48620      Branch: perl
48621            ! regcomp.c
48622 ____________________________________________________________________________
48623 [  6746] By: jhi                                   on 2000/08/21  16:09:41
48624         Log: Support long doubles in Storable.
48625              
48626              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
48627              From: Radu Greab <radu@netsoft.ro>
48628              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
48629              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
48630      Branch: perl
48631            ! ext/Storable/Storable.xs
48632 ____________________________________________________________________________
48633 [  6745] By: jhi                                   on 2000/08/21  15:51:40
48634         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
48635              From: "Fifer, Eric" <EFifer@sanwaint.com>
48636              Date: Mon, 21 Aug 2000 15:34:49 +0100
48637              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
48638      Branch: perl
48639            ! t/pragma/warn/9enabled
48640 ____________________________________________________________________________
48641 [  6744] By: jhi                                   on 2000/08/21  15:39:35
48642         Log: Document the endianness of Alpha more precisely.
48643      Branch: perl
48644            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
48645            ! pod/perlport.pod
48646 ____________________________________________________________________________
48647 [  6743] By: jhi                                   on 2000/08/21  14:47:05
48648         Log: perldelta fixes from the p5p crowd.
48649      Branch: perl
48650            ! pod/perldelta.pod pod/perlop.pod
48651 ____________________________________________________________________________
48652 [  6742] By: jhi                                   on 2000/08/21  13:34:51
48653         Log: Update to Pod::LaTeX 0.53.
48654              
48655              Subject: [PATCH] lib/Pod/LaTeX.pm updates
48656              From: Tim Jenness <timj@jach.hawaii.edu>
48657              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
48658              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
48659      Branch: perl
48660            ! lib/Pod/LaTeX.pm
48661 ____________________________________________________________________________
48662 [  6741] By: jhi                                   on 2000/08/21  13:33:01
48663         Log: Subject: [PATCH] os2.c fix for use64bitint
48664              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48665              Date: Mon, 21 Aug 2000 01:32:25 -0700
48666              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
48667      Branch: perl
48668            ! os2/os2.c
48669 ____________________________________________________________________________
48670 [  6740] By: jhi                                   on 2000/08/21  13:28:52
48671         Log: Array context keeps slithering in.
48672              
48673              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
48674              From: Daniel Chetlin <daniel@chetlin.com>
48675              Date: Sun, 20 Aug 2000 21:40:25 -0700
48676              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
48677      Branch: perl
48678            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
48679            ! pod/perldebtut.pod
48680 ____________________________________________________________________________
48681 [  6739] By: jhi                                   on 2000/08/21  13:23:55
48682         Log: Big-endian quad fixes for Storable from Radu Greab,
48683              plus few explicit null casts for picky compilers.
48684      Branch: perl
48685            ! ext/Storable/Storable.xs
48686 ____________________________________________________________________________
48687 [  6738] By: gsar                                  on 2000/08/21  05:56:13
48688         Log: small tweaks for change#6705: avoid C++ style comments in C code;
48689              use Perl's malloc API rather than the low level system one
48690      Branch: perl
48691            ! win32/win32.c
48692 ____________________________________________________________________________
48693 [  6737] By: gsar                                  on 2000/08/21  05:35:41
48694         Log: add Storable to list of extensions on Windows
48695      Branch: perl
48696            ! win32/Makefile win32/makefile.mk
48697 ____________________________________________________________________________
48698 [  6736] By: jhi                                   on 2000/08/21  02:57:53
48699         Log: Update Changes.
48700      Branch: perl
48701            ! Changes patchlevel.h
48702 ____________________________________________________________________________
48703 [  6735] By: jhi                                   on 2000/08/21  02:57:20
48704         Log: Draft 0.
48705      Branch: perl
48706            ! pod/perldelta.pod
48707 ____________________________________________________________________________
48708 [  6734] By: jhi                                   on 2000/08/21  02:57:03
48709         Log: Add Storable 0.7.2 from Raphael Manfredi,
48710              plus the patch from
48711              
48712              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
48713              From: Radu Greab <radu@netsoft.ro>
48714              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
48715              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
48716              
48717              plus changes to get Storable to compile with
48718              picky ANSI compilers.
48719      Branch: perl
48720            + ext/Storable/ChangeLog ext/Storable/MANIFEST
48721            + ext/Storable/Makefile.PL ext/Storable/README
48722            + ext/Storable/Storable.pm ext/Storable/Storable.xs
48723            + ext/Storable/patchlevel.h t/lib/st-06compat.t
48724            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
48725            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
48726            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
48727            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
48728            + t/lib/st-tieditems.t
48729            ! MANIFEST
48730 ____________________________________________________________________________
48731 [  6733] By: jhi                                   on 2000/08/21  02:29:09
48732         Log: The correct cleaning order is an art.
48733      Branch: perl
48734            ! Makefile.SH
48735 ____________________________________________________________________________
48736 [  6732] By: jhi                                   on 2000/08/21  01:23:39
48737         Log: The #6724 is here.
48738      Branch: perl
48739            ! t/lib/ftmp-security.t
48740 ____________________________________________________________________________
48741 [  6731] By: jhi                                   on 2000/08/20  23:17:03
48742         Log: s/this one/the 5.6.0 release/
48743      Branch: perl
48744            ! pod/perl56delta.pod
48745 ____________________________________________________________________________
48746 [  6730] By: jhi                                   on 2000/08/20  23:07:34
48747         Log: Mention perlebcdic and perlposix-bc.
48748      Branch: perl
48749            ! pod/perlport.pod
48750 ____________________________________________________________________________
48751 [  6729] By: jhi                                   on 2000/08/20  21:32:59
48752         Log: Document the number of exponent digits.
48753      Branch: perl
48754            ! pod/perlfunc.pod
48755 ____________________________________________________________________________
48756 [  6728] By: jhi                                   on 2000/08/20  21:16:47
48757         Log: Use File::Spec->tmpdir().
48758              
48759              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
48760              From: Tim Jenness <timj@jach.hawaii.edu>
48761              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
48762              MIME-Version: 1.0
48763              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
48764      Branch: perl
48765            ! utils/perlbug.PL
48766 ____________________________________________________________________________
48767 [  6727] By: jhi                                   on 2000/08/20  20:43:32
48768         Log: Update Changes.
48769      Branch: perl
48770            ! Changes patchlevel.h
48771 ____________________________________________________________________________
48772 [  6726] By: jhi                                   on 2000/08/20  20:41:44
48773         Log: The veryclean target needs to clobber.
48774      Branch: perl
48775            ! Makefile.SH
48776 ____________________________________________________________________________
48777 [  6725] By: jhi                                   on 2000/08/20  20:37:38
48778         Log: Document odd vs even subreleases and -Dusedevel.
48779      Branch: perl
48780            ! INSTALL
48781 ____________________________________________________________________________
48782 [  6724] By: jhi                                   on 2000/08/20  19:58:05
48783         Log: Use temporary directory instead of current directory.
48784              
48785              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
48786              From: Tim Jenness <timj@jach.hawaii.edu>
48787              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
48788              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
48789      Branch: perl
48790            ! t/lib/ftmp-security.t
48791 ____________________________________________________________________________
48792 [  6723] By: jhi                                   on 2000/08/20  19:55:55
48793         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
48794              From: andreas.koenig@anima.de (Andreas J. Koenig)
48795              Date: 20 Aug 2000 15:52:03 +0200
48796              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
48797      Branch: perl
48798            ! lib/ExtUtils/MM_Unix.pm
48799 ____________________________________________________________________________
48800 [  6722] By: jhi                                   on 2000/08/20  19:46:01
48801         Log: Update to CGI 2.72, from Lincoln Stein.
48802      Branch: perl
48803            ! lib/CGI.pm
48804 ____________________________________________________________________________
48805 [  6721] By: jhi                                   on 2000/08/20  19:43:54
48806         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
48807              From: Radu Greab <radu@netsoft.ro>
48808              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
48809              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
48810      Branch: perl
48811            ! ext/GDBM_File/GDBM_File.xs
48812 ____________________________________________________________________________
48813 [  6720] By: jhi                                   on 2000/08/20  19:42:01
48814         Log: pp_open() could pass an uninitialized filename down to do_open9().
48815      Branch: perl
48816            ! pp_sys.c
48817 ____________________________________________________________________________
48818 [  6719] By: jhi                                   on 2000/08/20  14:06:41
48819         Log: UTF8 concat fixes.
48820              
48821              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
48822              From: Hugo <hv@crypt.compulink.co.uk>
48823              Date: Sun, 20 Aug 2000 07:30:46 +0100
48824              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
48825      Branch: perl
48826            ! pp_hot.c t/op/append.t
48827 ____________________________________________________________________________
48828 [  6718] By: jhi                                   on 2000/08/20  02:09:37
48829         Log: Let's try #6717 again.
48830      Branch: perl
48831            ! lib/File/Temp.pm
48832 ____________________________________________________________________________
48833 [  6717] By: jhi                                   on 2000/08/20  01:56:55
48834         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
48835              From: "Craig A. Berry" <craig.berry@metamorgs.com>
48836              Date: Sat, 19 Aug 2000 18:15:39 -0500
48837              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
48838      Branch: perl
48839            ! lib/File/Temp.pm
48840 ____________________________________________________________________________
48841 [  6716] By: jhi                                   on 2000/08/19  15:50:11
48842         Log: Update Changes.
48843      Branch: perl
48844            ! Changes patchlevel.h
48845 ____________________________________________________________________________
48846 [  6715] By: jhi                                   on 2000/08/19  15:39:09
48847         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
48848              From: Jonathan D Johnston <jdjohnston2@juno.com>
48849              Date: Thu, 17 Aug 2000 23:13:01 -0400       
48850              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
48851      Branch: perl
48852            ! pod/perlfunc.pod
48853 ____________________________________________________________________________
48854 [  6714] By: jhi                                   on 2000/08/19  15:34:04
48855         Log: Introduce a 'veryclean' target that is like 'distclean'
48856              but also removes *~ and *.orig.
48857      Branch: perl
48858            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
48859            ! utils/Makefile x2p/Makefile.SH
48860 ____________________________________________________________________________
48861 [  6713] By: jhi                                   on 2000/08/19  14:15:45
48862         Log: Put back the long double avoidance code to POSIX.xs
48863              because VMS seems to need it still.
48864      Branch: perl
48865            ! ext/POSIX/POSIX.xs
48866 ____________________________________________________________________________
48867 [  6712] By: jhi                                   on 2000/08/19  14:10:41
48868         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
48869              From: Peter Prymmer <pvhp@forte.com>
48870              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
48871              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
48872      Branch: perl
48873            ! lib/Pod/Find.pm t/pod/find.t
48874 ____________________________________________________________________________
48875 [  6711] By: jhi                                   on 2000/08/19  14:09:19
48876         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
48877              From: Peter Prymmer <pvhp@forte.com>
48878              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
48879              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
48880              cc: vmsperl@perl.org
48881      Branch: perl
48882            ! t/lib/peek.t
48883 ____________________________________________________________________________
48884 [  6710] By: jhi                                   on 2000/08/19  14:08:01
48885         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
48886              From: Jan Dubois <jand@ActiveState.com>
48887              Date: Fri, 18 Aug 2000 16:31:48 -0700
48888              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
48889      Branch: perl
48890            ! win32/win32.c
48891 ____________________________________________________________________________
48892 [  6709] By: jhi                                   on 2000/08/19  14:06:57
48893         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
48894              
48895              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
48896              From: Spider.Boardman@Orb.Nashua.NH.US
48897              Date: Fri, 18 Aug 2000 18:41:14 -0400
48898              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
48899      Branch: perl
48900            ! regcomp.c
48901 ____________________________________________________________________________
48902 [  6708] By: jhi                                   on 2000/08/18  22:04:49
48903         Log: Update Changes.
48904      Branch: perl
48905            ! Changes patchlevel.h
48906 ____________________________________________________________________________
48907 [  6707] By: jhi                                   on 2000/08/18  21:55:14
48908         Log: Add warnif(), check warnings further up the stack,
48909              all the warnings functions now can take an optional object reference.
48910              
48911              Subject: [PATCH bleedperl@6691] warnings pragma update
48912              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
48913              Date: Fri, 18 Aug 2000 22:42:06 +0100
48914              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
48915      Branch: perl
48916            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
48917            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
48918            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
48919 ____________________________________________________________________________
48920 [  6706] By: jhi                                   on 2000/08/18  21:41:45
48921         Log: Typo in pp_complement().
48922              
48923              Subject: [PATCH perl-current] Deparse
48924              From: Peter Scott <Peter@PSDT.com>
48925              Date: Fri, 18 Aug 2000 12:44:37 -0700
48926              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
48927      Branch: perl
48928            ! ext/B/B/Deparse.pm
48929 ____________________________________________________________________________
48930 [  6705] By: jhi                                   on 2000/08/18  21:25:59
48931         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
48932              From: Jan Dubois <jand@ActiveState.com>
48933              Date: Fri, 18 Aug 2000 14:22:51 -0700
48934              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
48935      Branch: perl
48936            ! lib/Win32.pod win32/win32.c
48937 ____________________________________________________________________________
48938 [  6704] By: jhi                                   on 2000/08/18  21:16:14
48939         Log: Don't eat leading os from index entries.
48940              
48941              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
48942              From: Russ Allbery <rra@stanford.edu>
48943              Date: 10 Aug 2000 20:49:25 -0700
48944              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
48945      Branch: perl
48946            ! lib/Pod/Man.pm
48947 ____________________________________________________________________________
48948 [  6703] By: jhi                                   on 2000/08/18  21:07:06
48949         Log: Add [[:blank:]] as suggested in
48950              
48951              Subject: [ID 20000716.024] [=cc=] / [:blank:]
48952              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
48953              Date: Sun, 16 Jul 2000 17:55:29 -0700
48954              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
48955              
48956              (the [=cc=] has already been taken care of by #6439
48957              so the whole bug report can be closed)
48958              
48959              and make [[:space:]] to be equivalent to isspace(3)
48960              (as opposed to \s, which is isSPACE()).  The difference
48961              is that now [[:space:]] matches the mythical vertical tab,
48962              while \s doesn't.
48963      Branch: perl
48964            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
48965            ! regexec.c t/op/pat.t
48966 ____________________________________________________________________________
48967 [  6702] By: jhi                                   on 2000/08/18  18:47:47
48968         Log: The new tests were missing from #6415.
48969      Branch: perl
48970            ! t/op/bop.t
48971 ____________________________________________________________________________
48972 [  6701] By: jhi                                   on 2000/08/18  18:20:40
48973         Log: Document the NDBM_File and ODBM_File as SDBM_File
48974              was documented in #6417.
48975      Branch: perl
48976            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
48977            ! ext/SDBM_File/SDBM_File.pm
48978 ____________________________________________________________________________
48979 [  6700] By: jhi                                   on 2000/08/18  18:10:39
48980         Log: Subject: [PATCH perl@6698] cygwin port
48981              From: "Fifer, Eric" <EFifer@sanwaint.com>
48982              Date: Fri, 18 Aug 2000 17:30:05 +0100
48983              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
48984      Branch: perl
48985            ! lib/File/Temp.pm
48986 ____________________________________________________________________________
48987 [  6699] By: jhi                                   on 2000/08/18  16:21:49
48988         Log: Document code point which makes if (defined %stash::) to work
48989              (noted by Spider Boardman).
48990      Branch: perl
48991            ! op.c
48992 ____________________________________________________________________________
48993 [  6698] By: jhi                                   on 2000/08/18  13:43:27
48994         Log: Update Changes.
48995      Branch: perl
48996            ! Changes patchlevel.h
48997 ____________________________________________________________________________
48998 [  6697] By: jhi                                   on 2000/08/18  13:35:57
48999         Log: Tiny Getopt::Long patch from Johan Vromans.
49000      Branch: perl
49001            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
49002 ____________________________________________________________________________
49003 [  6696] By: jhi                                   on 2000/08/18  13:26:14
49004         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
49005              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
49006              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
49007              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
49008      Branch: perl
49009            ! pod/perldiag.pod pod/perlsyn.pod
49010 ____________________________________________________________________________
49011 [  6695] By: jhi                                   on 2000/08/18  13:13:26
49012         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
49013              From: Daniel Chetlin <daniel@chetlin.com>
49014              Date: Fri, 18 Aug 2000 03:13:36 -0700
49015              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
49016      Branch: perl
49017            ! pod/perlfunc.pod
49018 ____________________________________________________________________________
49019 [  6694] By: jhi                                   on 2000/08/18  13:08:05
49020         Log: Subject: [PATCH] perltrap.pod spring cleaning
49021              From: Daniel Chetlin <daniel@chetlin.com>
49022              Date: Fri, 18 Aug 2000 03:06:54 -0700
49023              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
49024              
49025              plus Mike Guy's nitfix.
49026      Branch: perl
49027            ! pod/perltrap.pod
49028 ____________________________________________________________________________
49029 [  6693] By: jhi                                   on 2000/08/18  13:00:26
49030         Log: Unbuffer the output.
49031              
49032              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
49033              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49034              Date: Thu, 17 Aug 2000 18:39:29 -0700
49035              Message-ID: <RPJn5gzkgydf092yn@efn.org>
49036      Branch: perl
49037            ! t/op/fork.t
49038 ____________________________________________________________________________
49039 [  6692] By: jhi                                   on 2000/08/18  05:19:17
49040         Log: Delete the image, too, not just its MANIFEStation.
49041      Branch: perl
49042            - lib/CGI/eg/wilogo.gif
49043 ____________________________________________________________________________
49044 [  6691] By: jhi                                   on 2000/08/18  05:10:26
49045         Log: Propagate new Configure vars.
49046      Branch: perl
49047            ! configure.com epoc/config.sh uconfig.h uconfig.sh
49048            ! vos/config.def vos/config.h vos/config_h.SH_orig
49049            ! win32/config.bc win32/config.gc win32/config.vc
49050            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
49051 ____________________________________________________________________________
49052 [  6690] By: jhi                                   on 2000/08/18  04:30:56
49053         Log: Update Changes.
49054      Branch: perl
49055            ! Changes patchlevel.h
49056 ____________________________________________________________________________
49057 [  6689] By: jhi                                   on 2000/08/18  04:12:30
49058         Log: Fix the lib/complex failure of
49059              
49060              From: abigail@foad.org
49061              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
49062              Date: 15 Aug 2000 04:06:38 -0000
49063              Message-Id: <20000815040638.8524.qmail@foad.org> 
49064              
49065              Linux long double accuracy issue: something that
49066              when printed with %g looks like "2" but int() of it is 1.
49067      Branch: perl
49068            ! lib/Math/Complex.pm
49069 ____________________________________________________________________________
49070 [  6688] By: jhi                                   on 2000/08/18  03:15:35
49071         Log: The byteorder code in #6671 was wrong.
49072      Branch: perl
49073            ! configpm
49074 ____________________________________________________________________________
49075 [  6687] By: jhi                                   on 2000/08/18  02:08:42
49076         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
49077              From: Jan Dubois <jand@ActiveState.com>
49078              Date: Thu, 17 Aug 2000 18:31:55 -0700
49079              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
49080      Branch: perl
49081            ! sv.c
49082 ____________________________________________________________________________
49083 [  6686] By: jhi                                   on 2000/08/18  02:04:15
49084         Log: Use NVs in POSIX math, not doubles.
49085              
49086              From: abigail@foad.org
49087              Subject: [ID 20000817.014] POSIX & modfl
49088              Date: 17 Aug 2000 20:49:18 -0000
49089              Message-Id: <20000817204918.23123.qmail@foad.org>
49090      Branch: perl
49091            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
49092 ____________________________________________________________________________
49093 [  6685] By: jhi                                   on 2000/08/18  02:02:12
49094         Log: Introduce NVef, NVff, and NVgf, use the middle one.
49095              (helps for lib/peek + Linux + long doubles)  Reported in
49096              
49097              From: abigail@foad.org
49098              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
49099              Date: 15 Aug 2000 04:06:38 -0000
49100              Message-Id: <20000815040638.8524.qmail@foad.org> 
49101              
49102              (note: the lib/complex failure has not yet been addressed)
49103      Branch: metaconfig/U/perl
49104            ! perlxvf.U
49105      Branch: perl
49106            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49107            ! config_h.SH dump.c perl.h pod/perlguts.pod
49108 ____________________________________________________________________________
49109 [  6684] By: jhi                                   on 2000/08/17  23:22:19
49110         Log: Add byteorder to the myconfig output.
49111      Branch: perl
49112            ! myconfig.SH
49113 ____________________________________________________________________________
49114 [  6683] By: jhi                                   on 2000/08/17  23:20:19
49115         Log: The image doth not exist, spotted by Johan Vromans.
49116      Branch: perl
49117            ! MANIFEST
49118 ____________________________________________________________________________
49119 [  6682] By: jhi                                   on 2000/08/17  22:38:16
49120         Log: Document what the backtick returns if the command fails.
49121      Branch: perl
49122            ! pod/perlop.pod
49123 ____________________________________________________________________________
49124 [  6681] By: jhi                                   on 2000/08/17  22:33:12
49125         Log: Do not use prototyping here.
49126              
49127              Subject: [ID 20000817.016] [PATCH] Peek.xs
49128              From: abigail@foad.org
49129              Date: 17 Aug 2000 20:55:56 -0000
49130              Message-Id: <20000817205556.24270.qmail@foad.org>
49131      Branch: perl
49132            ! ext/Devel/Peek/Makefile.PL
49133 ____________________________________________________________________________
49134 [  6680] By: jhi                                   on 2000/08/17  19:46:43
49135         Log: Don't propose using modules built for 5.005 if no binary
49136              compatibility with 5.005 is attempted.
49137              
49138              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
49139              Subject: Minor nit with 5.7.0 (6655)
49140              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
49141              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
49142      Branch: metaconfig
49143            ! U/installdirs/inc_version_list.U
49144      Branch: perl
49145            ! Configure config_h.SH
49146 ____________________________________________________________________________
49147 [  6679] By: jhi                                   on 2000/08/17  19:16:39
49148         Log: Microperl config update.
49149      Branch: perl
49150            ! uconfig.h uconfig.sh
49151 ____________________________________________________________________________
49152 [  6678] By: jhi                                   on 2000/08/17  19:16:13
49153         Log: The #6648 wasn't protective enough for limited platforms
49154              (like microperl).
49155      Branch: perl
49156            ! dump.c sv.c
49157 ____________________________________________________________________________
49158 [  6677] By: jhi                                   on 2000/08/17  14:46:35
49159         Log: Update Changes.
49160      Branch: perl
49161            ! Changes patchlevel.h
49162 ____________________________________________________________________________
49163 [  6676] By: jhi                                   on 2000/08/17  14:44:02
49164         Log: Add perlebcdic from Peter Prymmer, regen toc.
49165      Branch: perl
49166            + pod/perlebcdic.pod
49167            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
49168 ____________________________________________________________________________
49169 [  6675] By: jhi                                   on 2000/08/17  14:41:52
49170         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
49171      Branch: perl
49172            ! pod/perldebtut.pod
49173 ____________________________________________________________________________
49174 [  6674] By: jhi                                   on 2000/08/17  14:29:43
49175         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
49176              
49177              Subject: [ID 20000724.006] -DLEAKTEST problem
49178              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
49179              Date: Tue, 25 Jul 2000 00:36:32 -0500
49180              Message-Id: <20000725003632.A26186@www.llamacom.com>
49181              
49182              Reminder sent
49183              
49184              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
49185              From: Hugo <hv@crypt.compulink.co.uk>
49186              Date: Thu, 17 Aug 2000 15:23:42 +0100
49187              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
49188      Branch: perl
49189            ! util.c
49190 ____________________________________________________________________________
49191 [  6673] By: jhi                                   on 2000/08/17  04:07:10
49192         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
49193              From: John Peacock <JPeacock@UnivPress.com>
49194              Date: Tue, 01 Aug 2000 09:38:12 -0400
49195              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
49196      Branch: perl
49197            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
49198 ____________________________________________________________________________
49199 [  6672] By: jhi                                   on 2000/08/17  03:04:35
49200         Log: Subject: [PATCH] Cwd.pm now uses strict
49201              From: Tim Jenness <timj@jach.hawaii.edu>
49202              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
49203              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
49204      Branch: perl
49205            ! lib/Cwd.pm
49206 ____________________________________________________________________________
49207 [  6671] By: jhi                                   on 2000/08/17  02:16:35
49208         Log: Make $Config{byteorder} more magical so that it is
49209              dynamically computed: nice for 'fat binaries'.
49210              
49211              Subject: [PATCH]: default byteorder
49212              From: Wilfredo Sánchez <wsanchez@apple.com>
49213              Date: Mon, 31 Jul 2000 19:45:31 -0700
49214              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
49215      Branch: perl
49216            ! configpm
49217 ____________________________________________________________________________
49218 [  6670] By: gsar                                  on 2000/08/17  01:22:21
49219         Log: move WNOHANG definition to where other such things are
49220      Branch: perl
49221            ! win32/win32.h
49222 ____________________________________________________________________________
49223 [  6669] By: jhi                                   on 2000/08/17  01:19:17
49224         Log: Update Changes.
49225      Branch: perl
49226            ! Changes patchlevel.h
49227 ____________________________________________________________________________
49228 [  6668] By: jhi                                   on 2000/08/17  01:16:29
49229         Log: Doc nits spotted by Richard Soderberg.
49230      Branch: perl
49231            ! README.posix-bc README.vmesa
49232 ____________________________________________________________________________
49233 [  6667] By: jhi                                   on 2000/08/17  01:12:11
49234         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
49235              From: "Casey R. Tweten" <crt@kiski.net>
49236              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
49237              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
49238      Branch: perl
49239            ! pod/perldebtut.pod
49240 ____________________________________________________________________________
49241 [  6666] By: jhi                                   on 2000/08/17  01:09:31
49242         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
49243              From: "Casey R. Tweten" <crt@kiski.net>
49244              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
49245              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
49246      Branch: perl
49247            ! lib/Shell.pm
49248 ____________________________________________________________________________
49249 [  6665] By: gsar                                  on 2000/08/17  01:03:52
49250         Log: add "ok" targets from change#6632 in makefile.mk
49251      Branch: perl
49252            ! pod/perlport.pod win32/Makefile win32/makefile.mk
49253 ____________________________________________________________________________
49254 [  6664] By: gsar                                  on 2000/08/17  00:56:11
49255         Log: avoid warnings from dense compiler
49256      Branch: perl
49257            ! win32/win32.c
49258 ____________________________________________________________________________
49259 [  6663] By: jhi                                   on 2000/08/17  00:51:49
49260         Log: Tweak the regex compilation errors once more.
49261      Branch: perl
49262            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
49263            ! t/op/regmesg.t t/pragma/warn/regcomp
49264 ____________________________________________________________________________
49265 [  6662] By: gsar                                  on 2000/08/17  00:28:19
49266         Log: trailing new %ENV entries weren't being pushed into the real
49267              environment of subprocesses on Windows
49268      Branch: perl
49269            ! t/op/magic.t win32/perlhost.h
49270 ____________________________________________________________________________
49271 [  6661] By: gsar                                  on 2000/08/17  00:19:20
49272         Log: waitpid() now handles externally spawned pids correctly;
49273              fixes for backtick/wait/waitpid failures on Windows 9x
49274              
49275              these changes make the pid returned by process functions on
49276              Windows 9x always positive by clearing the high bit (which
49277              is always set on Win9x); pseudo-process PIDs are likewise
49278              always negative now on Win9x (just as on NT/2000)
49279      Branch: perl
49280            ! pp_sys.c win32/perlhost.h win32/win32.c
49281 ____________________________________________________________________________
49282 [  6660] By: jhi                                   on 2000/08/17  00:04:32
49283         Log: Retract #6645.
49284      Branch: perl
49285            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49286            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
49287            ! t/op/sprintf.t
49288 ____________________________________________________________________________
49289 [  6659] By: gsar                                  on 2000/08/16  23:59:28
49290         Log: on windows, the return values from wait() and waitpid() don't
49291              match those of pseudo-pids
49292      Branch: perl
49293            ! pp_sys.c t/op/fork.t util.c win32/win32.c
49294 ____________________________________________________________________________
49295 [  6658] By: gsar                                  on 2000/08/16  23:56:14
49296         Log: pod nit seen in passing
49297      Branch: perl
49298            ! pod/perlfunc.pod
49299 ____________________________________________________________________________
49300 [  6657] By: gsar                                  on 2000/08/16  23:53:42
49301         Log: change#6328 could make close(SOCKET) return false on windows
49302              when it shouldn't
49303      Branch: perl
49304            ! win32/win32sck.c
49305 ____________________________________________________________________________
49306 [  6656] By: gsar                                  on 2000/08/16  23:46:57
49307         Log: check that the number pseudo children doesn't exceed
49308              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
49309              the WaitForMultipleObjects() limit that would cause wait()
49310              to crash)
49311              
49312              wait() and waitpid() could potentially be rewritten to use
49313              more than one thread to do the waiting to eliminate this
49314              limitation
49315      Branch: perl
49316            ! win32/perlhost.h
49317 ____________________________________________________________________________
49318 [  6655] By: jhi                                   on 2000/08/16  14:11:05
49319         Log: Update Changes.
49320      Branch: perl
49321            ! Changes patchlevel.h
49322 ____________________________________________________________________________
49323 [  6654] By: jhi                                   on 2000/08/16  14:10:12
49324         Log: Update to perldebtut 1.9, from Richard Foley.
49325      Branch: perl
49326            ! pod/perldebtut.pod
49327 ____________________________________________________________________________
49328 [  6653] By: jhi                                   on 2000/08/16  14:08:17
49329         Log: Change the regx compilation error markers to use = instead of <
49330              since pod makes using the latter quite messy.  Reported in
49331              ID 20000814.006 by Abigail and in
49332              Subject: Unknown escape E<> ?
49333              From: Lupe Christoph <lupe@lupe-christoph.de>
49334              Date: Fri, 11 Aug 2000 00:30:27 +0200
49335              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
49336      Branch: perl
49337            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
49338            ! t/op/regmesg.t t/pragma/warn/regcomp
49339 ____________________________________________________________________________
49340 [  6652] By: jhi                                   on 2000/08/16  13:25:31
49341         Log: Change the perlbug address to perl.org since it's more forgiving.
49342              
49343              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
49344              From: abigail@foad.org
49345              Date: 15 Aug 2000 04:15:40 -0000
49346              Message-Id: <20000815041540.8633.qmail@foad.org>
49347      Branch: perl
49348            ! utils/perlbug.PL
49349 ____________________________________________________________________________
49350 [  6651] By: jhi                                   on 2000/08/16  13:22:35
49351         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
49352              From: Tim Jenness <timj@jach.hawaii.edu>
49353              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
49354              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
49355      Branch: perl
49356            ! lib/Cwd.pm
49357 ____________________________________________________________________________
49358 [  6650] By: jhi                                   on 2000/08/16  13:18:13
49359         Log: Update to CPAN 1.57.
49360              
49361              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
49362              From: andreas.koenig@anima.de (Andreas J. Koenig)
49363              Date: 16 Aug 2000 15:09:46 +0200
49364              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
49365      Branch: perl
49366            ! lib/CPAN.pm
49367 ____________________________________________________________________________
49368 [  6649] By: jhi                                   on 2000/08/16  13:12:31
49369         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
49370              From: "Larry W. Virden" <lvirden@cas.org>
49371              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
49372              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
49373      Branch: perl
49374            ! README.hpux
49375 ____________________________________________________________________________
49376 [  6648] By: jhi                                   on 2000/08/16  13:03:53
49377         Log: The numeric locale was reset to "C" by s?printf and never restored.
49378              
49379              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
49380              From: Christian Kirsch <ck@held.mind.de>
49381              Date: Wed, 9 Aug 2000 17:05:17 +0200
49382              Message-Id: <20000809170517.A25389@held>
49383              
49384              No test since adding the failing example to locale.t
49385              does not fail -- probably because the locale settings are so
49386              thoroughly tweaked by that time.  Running the example standalone
49387              does fail, though.  UPDATE: test case added at change #7540.
49388      Branch: perl
49389            ! dump.c perl.h pp.c pp_ctl.c sv.c
49390 ____________________________________________________________________________
49391 [  6647] By: jhi                                   on 2000/08/16  00:07:54
49392         Log: Update Changes and test semi-automatic patchlevel updating.
49393      Branch: perl
49394            ! Changes patchlevel.h
49395 ____________________________________________________________________________
49396 [  6646] By: jhi                                   on 2000/08/15  23:35:07
49397         Log: Fix a dependency problem.
49398              
49399              Subject: [PATCH: 6640] VMS Makefile.SH update
49400              From: Peter Prymmer <pvhp@forte.com>
49401              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
49402              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
49403      Branch: perl
49404            ! vms/descrip_mms.template
49405 ____________________________________________________________________________
49406 [  6645] By: jhi                                   on 2000/08/15  23:33:23
49407         Log: (Retracted by #6660)
49408              
49409              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
49410              From: Dominic Dunlop <domo@computer.org>
49411              Date: Tue, 15 Aug 2000 22:20:52 +0200
49412              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
49413      Branch: metaconfig/U/perl
49414            + d_printfed.U
49415      Branch: perl
49416            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49417            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
49418            ! t/op/sprintf.t
49419 ____________________________________________________________________________
49420 [  6644] By: jhi                                   on 2000/08/15  21:17:20
49421         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
49422              From: abigail@foad.org
49423              Date: 15 Aug 2000 20:12:41 -0000
49424              Message-Id: <20000815201241.25556.qmail@foad.org>
49425      Branch: perl
49426            ! INSTALL
49427 ____________________________________________________________________________
49428 [  6643] By: jhi                                   on 2000/08/15  21:15:28
49429         Log: (an already applied patch)
49430      Branch: perl
49431            ! lib/CGI.pm
49432 ____________________________________________________________________________
49433 [  6642] By: gsar                                  on 2000/08/15  19:54:05
49434         Log: magic callbacks all need to have same type signature
49435      Branch: perl
49436            ! embed.pl mg.c proto.h
49437 ____________________________________________________________________________
49438 [  6641] By: jhi                                   on 2000/08/15  17:56:27
49439         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)
49440              From: Mike Guy <mjtg@cam.ac.uk>
49441              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
49442              Date: Tue, 15 Aug 2000 18:26:45 +0100
49443              
49444              Only the peek.t part applied, not the hash quality part.
49445      Branch: perl
49446            ! t/lib/peek.t
49447 ____________________________________________________________________________
49448 [  6640] By: jhi                                   on 2000/08/15  16:37:37
49449         Log: Update Changes.
49450      Branch: perl
49451            ! Changes
49452 ____________________________________________________________________________
49453 [  6639] By: jhi                                   on 2000/08/15  16:34:55
49454         Log: Missed a file from #6638.
49455      Branch: perl
49456            ! lib/File/Temp.pm
49457 ____________________________________________________________________________
49458 [  6638] By: jhi                                   on 2000/08/15  16:33:19
49459         Log: Subject: [PATCH perl@6620] cygwin port
49460              From: "Fifer, Eric" <EFifer@sanwaint.com>
49461              Date: Tue, 15 Aug 2000 17:00:49 +0100
49462              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
49463      Branch: perl
49464            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
49465 ____________________________________________________________________________
49466 [  6637] By: jhi                                   on 2000/08/15  16:29:22
49467         Log: Subject: [PATCH] debugger exit code should reflect user exit code
49468              From: Mike Guy <mjtg@cam.ac.uk>
49469              Date: Tue, 15 Aug 2000 16:55:59 +0100
49470              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
49471      Branch: perl
49472            ! lib/perl5db.pl
49473 ____________________________________________________________________________
49474 [  6636] By: jhi                                   on 2000/08/15  15:30:58
49475         Log: Update Changes.
49476      Branch: perl
49477            ! Changes
49478 ____________________________________________________________________________
49479 [  6635] By: jhi                                   on 2000/08/15  15:27:21
49480         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
49481      Branch: metaconfig
49482            ! U/mkglossary U/mksample
49483      Branch: metaconfig/U/perl
49484            ! Devel.U
49485      Branch: perl
49486            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49487 ____________________________________________________________________________
49488 [  6634] By: jhi                                   on 2000/08/15  14:11:55
49489         Log: Don't blow limited stacks, a lower number is enough to
49490              tickle the lookbehind limit.
49491              
49492              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
49493              From: Dominic Dunlop <domo@computer.org>
49494              Date: Tue, 15 Aug 2000 13:51:24 +0200
49495              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
49496      Branch: perl
49497            ! t/op/regmesg.t
49498 ____________________________________________________________________________
49499 [  6633] By: jhi                                   on 2000/08/15  14:01:46
49500         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
49501              From: Mike Guy <mjtg@cam.ac.uk>
49502              Date: Tue, 15 Aug 2000 12:10:50 +0100
49503              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
49504      Branch: perl
49505            ! utils/perldoc.PL
49506 ____________________________________________________________________________
49507 [  6632] By: jhi                                   on 2000/08/15  13:58:48
49508         Log: make ok etc also for win32.
49509              
49510              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
49511              From: Prymmer/Kahn <pvhp@best.com>
49512              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
49513              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
49514      Branch: perl
49515            ! win32/Makefile
49516 ____________________________________________________________________________
49517 [  6631] By: jhi                                   on 2000/08/15  13:45:03
49518         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
49519      Branch: perl
49520            ! lib/Test.pm
49521 ____________________________________________________________________________
49522 [  6630] By: jhi                                   on 2000/08/15  03:25:09
49523         Log: Update Changes.
49524      Branch: perl
49525            ! Changes
49526 ____________________________________________________________________________
49527 [  6629] By: jhi                                   on 2000/08/15  03:23:53
49528         Log: magic_regdatum_set() is void, not int.
49529      Branch: perl
49530            ! embed.pl mg.c proto.h
49531 ____________________________________________________________________________
49532 [  6628] By: jhi                                   on 2000/08/15  03:08:02
49533         Log: Make the user to give up his firstborn, err, to knowingly
49534              verify installing an unstable developer release.  Also bump
49535              the release to 5.7.0, but leave a patch tag in the local
49536              patches saying that this is not yet the real thing.
49537      Branch: metaconfig
49538            ! U/modified/Instruct.U
49539      Branch: metaconfig/U/perl
49540            + Devel.U
49541      Branch: perl
49542            ! Configure patchlevel.h
49543 ____________________________________________________________________________
49544 [  6627] By: jhi                                   on 2000/08/14  22:32:52
49545         Log: README.os2 update.
49546              
49547              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
49548              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49549              Date: Wed, 02 Aug 2000 21:55:09 -0700
49550              Message-ID: <tsPi5gzkgegX092yn@efn.org>
49551      Branch: perl
49552            ! README.os2
49553 ____________________________________________________________________________
49554 [  6626] By: jhi                                   on 2000/08/14  21:00:02
49555         Log: Subject: Re: File::Temp problems on VMS in bleedperl
49556              From: Tim Jenness <timj@jach.hawaii.edu>
49557              cc: vmsperl@perl.org
49558              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
49559              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
49560      Branch: perl
49561            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
49562 ____________________________________________________________________________
49563 [  6625] By: jhi                                   on 2000/08/14  20:52:16
49564         Log: Add SUIDMAIL as was done for the CERT alert.
49565      Branch: perl
49566            ! patchlevel.h
49567 ____________________________________________________________________________
49568 [  6624] By: jhi                                   on 2000/08/14  20:48:50
49569         Log: Subject: sfio2000
49570              From: Daniel Muino <dmuino@afip.gov.ar>
49571              Date: Mon, 14 Aug 2000 16:58:11 -0300
49572              Message-ID: <20000814165811.B16368@con2-dgi>
49573      Branch: perl
49574            ! perlsdio.h perlsfio.h
49575 ____________________________________________________________________________
49576 [  6623] By: jhi                                   on 2000/08/14  20:47:36
49577         Log: Subject: warning: storage class after type is obsolescent
49578              From: Daniel Muino <dmuino@afip.gov.ar>
49579              Date: Mon, 14 Aug 2000 16:42:47 -0300
49580              Message-ID: <20000814164247.A16368@con2-dgi>
49581      Branch: perl
49582            ! regcomp.pl regnodes.h
49583 ____________________________________________________________________________
49584 [  6622] By: jhi                                   on 2000/08/14  20:43:05
49585         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
49586              From: abigail@foad.org
49587              Date: 14 Aug 2000 20:00:10 -0000
49588              Message-Id: <20000814200010.27271.qmail@foad.org>
49589      Branch: perl
49590            ! Changes
49591 ____________________________________________________________________________
49592 [  6621] By: jhi                                   on 2000/08/14  15:23:05
49593         Log: Update Changes.
49594      Branch: perl
49595            ! Changes
49596 ____________________________________________________________________________
49597 [  6620] By: jhi                                   on 2000/08/14  15:22:14
49598         Log: Subject: Re: [PATCH] @+, @- readonly
49599              From: Mike Guy <mjtg@cam.ac.uk>
49600              Date: Mon, 14 Aug 2000 15:26:55 +0100
49601              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
49602      Branch: perl
49603            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
49604            ! sv.c t/op/pat.t
49605 ____________________________________________________________________________
49606 [  6619] By: jhi                                   on 2000/08/14  14:12:08
49607         Log: Update Changes.
49608      Branch: perl
49609            ! Changes
49610 ____________________________________________________________________________
49611 [  6618] By: jhi                                   on 2000/08/14  14:09:34
49612         Log: For now remove the mail code.
49613      Branch: perl
49614            ! perl.c
49615 ____________________________________________________________________________
49616 [  6617] By: jhi                                   on 2000/08/14  14:08:28
49617         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
49618      Branch: perl
49619            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
49620            ! pod/perlfaq8.pod pod/perlsec.pod
49621 ____________________________________________________________________________
49622 [  6616] By: jhi                                   on 2000/08/14  14:00:11
49623         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
49624              From: Mike Guy <mjtg@cam.ac.uk>
49625              Date: Mon, 14 Aug 2000 08:26:02 +0100
49626              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
49627      Branch: perl
49628            ! lib/perl5db.pl
49629 ____________________________________________________________________________
49630 [  6615] By: jhi                                   on 2000/08/14  13:58:45
49631         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
49632              From: Mike Guy <mjtg@cam.ac.uk>
49633              Date: Mon, 14 Aug 2000 08:04:22 +0100
49634              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
49635      Branch: perl
49636            ! gv.c mg.c t/op/pat.t
49637 ____________________________________________________________________________
49638 [  6614] By: jhi                                   on 2000/08/14  13:56:45
49639         Log: Subject: Test fails / warnings with perl-current #6612
49640              From: Mike Guy <mjtg@cam.ac.uk>
49641              Date: Mon, 14 Aug 2000 07:57:23 +0100
49642              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
49643      Branch: perl
49644            ! t/lib/b.t t/lib/peek.t
49645 ____________________________________________________________________________
49646 [  6613] By: jhi                                   on 2000/08/14  13:45:33
49647         Log: VMS configure.com update continues.
49648      Branch: perl
49649            - vms/configure.com
49650            ! MANIFEST configure.com
49651 ____________________________________________________________________________
49652 [  6612] By: jhi                                   on 2000/08/13  22:13:35
49653         Log: Update Changes.
49654      Branch: perl
49655            ! Changes
49656 ____________________________________________________________________________
49657 [  6611] By: jhi                                   on 2000/08/13  16:21:45
49658         Log: Upgrade to CGI 2.71, from Lincoln Stein.
49659      Branch: perl
49660            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
49661 ____________________________________________________________________________
49662 [  6610] By: jhi                                   on 2000/08/13  15:09:16
49663         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
49664              From: Mike Guy <mjtg@cam.ac.uk>
49665              Date: Sun, 13 Aug 2000 13:45:51 +0100
49666              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
49667      Branch: perl
49668            ! t/op/regmesg.t
49669 ____________________________________________________________________________
49670 [  6609] By: jhi                                   on 2000/08/13  14:31:26
49671         Log: Andreas says that 1.56 is fine, so reverting back to it.
49672      Branch: perl
49673            ! lib/CPAN.pm
49674 ____________________________________________________________________________
49675 [  6608] By: jhi                                   on 2000/08/13  05:34:20
49676         Log: Update Changes.
49677      Branch: perl
49678            ! Changes
49679 ____________________________________________________________________________
49680 [  6607] By: jhi                                   on 2000/08/13  05:32:01
49681         Log: Put back the \z changes of #5406 to CPAN.pm.
49682      Branch: perl
49683            ! lib/CPAN.pm
49684 ____________________________________________________________________________
49685 [  6606] By: jhi                                   on 2000/08/13  05:20:16
49686         Log: Fix-n-skip the tests under 5005threads.
49687      Branch: perl
49688            ! t/lib/b.t
49689 ____________________________________________________________________________
49690 [  6605] By: jhi                                   on 2000/08/13  05:07:48
49691         Log: Fix the test for 5005threads.
49692      Branch: perl
49693            ! t/lib/peek.t
49694 ____________________________________________________________________________
49695 [  6604] By: jhi                                   on 2000/08/13  03:35:37
49696         Log: Should have deleted this in #6603.
49697      Branch: perl
49698            - vms/subconfigure.com
49699 ____________________________________________________________________________
49700 [  6603] By: jhi                                   on 2000/08/12  18:29:32
49701         Log: Rewrite of vms/subconfigure.com as configure.com,
49702              from Peter Prymmer and the vmsperl crew.
49703      Branch: perl
49704            + vms/configure.com
49705            ! MANIFEST
49706 ____________________________________________________________________________
49707 [  6602] By: jhi                                   on 2000/08/11  13:00:01
49708         Log: PlainText.pm is dead.
49709      Branch: perl
49710            - lib/Pod/PlainText.pm
49711            ! MANIFEST
49712 ____________________________________________________________________________
49713 [  6601] By: jhi                                   on 2000/08/11  04:06:45
49714         Log: Update Changes.
49715      Branch: perl
49716            ! Changes
49717 ____________________________________________________________________________
49718 [  6600] By: jhi                                   on 2000/08/11  04:06:10
49719         Log: Add a few missing files, update MANIFEST.
49720      Branch: perl
49721            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
49722            + lib/Pod/PlainText.pm t/pod/find.t
49723            ! MANIFEST t/op/regmesg.t
49724 ____________________________________________________________________________
49725 [  6599] By: jhi                                   on 2000/08/11  03:31:10
49726         Log: Add Perl debugging tutorial, regen toc. 
49727              
49728              Subject: perldebtut.pod
49729              From: Richard Foley <Richard.Foley@m.dasa.de>
49730              Date: Wed, 09 Aug 2000 10:17:15 +0200
49731              Message-id: <3991138B.262247B8@m.dasa.de>
49732      Branch: perl
49733            + pod/perldebtut.pod
49734            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
49735 ____________________________________________________________________________
49736 [  6598] By: jhi                                   on 2000/08/11  02:48:56
49737         Log: tiny Changes edit
49738      Branch: perl
49739            ! Changes
49740 ____________________________________________________________________________
49741 [  6597] By: jhi                                   on 2000/08/11  02:39:04
49742         Log: Tests for #6589.
49743              
49744              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
49745              From: simon@brecon.co.uk (Simon Cozens)
49746              Date: 11 Aug 2000 02:24:52 GMT
49747              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
49748      Branch: perl
49749            ! t/lib/b.t
49750 ____________________________________________________________________________
49751 [  6596] By: jhi                                   on 2000/08/11  01:50:07
49752         Log: Update Changes.
49753      Branch: perl
49754            ! Changes
49755 ____________________________________________________________________________
49756 [  6595] By: jhi                                   on 2000/08/11  01:47:16
49757         Log: nitfix
49758      Branch: perl
49759            ! Changes
49760 ____________________________________________________________________________
49761 [  6594] By: jhi                                   on 2000/08/11  01:36:16
49762         Log: Subject: Getting perlio and threads to compile
49763              From: Lupe Christoph <lupe@lupe-christoph.de>
49764              Date: Wed, 9 Aug 2000 11:35:54 +0200
49765              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
49766              
49767              (the Solaris version changes in Configure skipped)
49768      Branch: perl
49769            ! hints/solaris_2.sh thread.h
49770 ____________________________________________________________________________
49771 [  6593] By: jhi                                   on 2000/08/11  01:30:16
49772         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
49773              From: simon@brecon.co.uk (Simon Cozens)
49774              Date: 1 Aug 2000 06:55:19 GMT
49775              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
49776      Branch: perl
49777            ! lib/utf8.pm
49778 ____________________________________________________________________________
49779 [  6592] By: jhi                                   on 2000/08/11  01:26:39
49780         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
49781              From: Peter Scott <Peter@PeterScott.com>
49782              Date: Thu, 10 Aug 2000 08:23:27 -0700
49783              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
49784      Branch: perl
49785            ! lib/perl5db.pl
49786 ____________________________________________________________________________
49787 [  6591] By: jhi                                   on 2000/08/11  01:22:02
49788         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
49789              From: Hugo <hv@crypt.compulink.co.uk>
49790              Date: Thu, 10 Aug 2000 19:23:04 +0100
49791              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
49792      Branch: perl
49793            ! regexec.c t/op/pat.t
49794 ____________________________________________________________________________
49795 [  6590] By: jhi                                   on 2000/08/11  01:19:19
49796         Log: Preprocessing and postprocessing for File::Find.
49797              
49798              Subject: Patch to Find::File.pm to allow alphabetical results
49799              From: Joe Smith <jsmith@inwap.com>
49800              Date: Wed, 9 Aug 2000 02:44:54 -0700
49801              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
49802      Branch: perl
49803            ! lib/File/Find.pm
49804 ____________________________________________________________________________
49805 [  6589] By: jhi                                   on 2000/08/11  01:12:39
49806         Log: B::Deparse didn't do sub attributes.
49807              
49808              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
49809              From: simon@brecon.co.uk (Simon Cozens)
49810              Date: 9 Aug 2000 04:49:20 GMT
49811              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
49812      Branch: perl
49813            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
49814 ____________________________________________________________________________
49815 [  6588] By: jhi                                   on 2000/08/11  01:06:40
49816         Log: Subject: debugger "d" command doesnt check line number
49817              From: Mike Guy <mjtg@cam.ac.uk>
49818              Date: Tue, 08 Aug 2000 21:54:29 +0100
49819              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
49820      Branch: perl
49821            ! lib/perl5db.pl mg.c pod/perldiag.pod
49822 ____________________________________________________________________________
49823 [  6587] By: jhi                                   on 2000/08/11  00:45:03
49824         Log: sleep(1) does not necessarily return 1.
49825              
49826              Subject: [PATCH bleadperl] op/lex_assign.t  
49827              From: Hugo <hv@crypt.compulink.co.uk>
49828              Date: Thu, 03 Aug 2000 14:34:22 +0100        
49829              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
49830      Branch: perl
49831            ! t/op/lex_assign.t
49832 ____________________________________________________________________________
49833 [  6586] By: jhi                                   on 2000/08/11  00:31:50
49834         Log: Document the IO::Select timeout.
49835      Branch: perl
49836            ! ext/IO/lib/IO/Select.pm
49837 ____________________________________________________________________________
49838 [  6585] By: jhi                                   on 2000/08/11  00:13:54
49839         Log: Forgot contributor.
49840      Branch: perl
49841            ! Changes
49842 ____________________________________________________________________________
49843 [  6584] By: jhi                                   on 2000/08/11  00:09:19
49844         Log: detypo
49845      Branch: perl
49846            ! Changes
49847 ____________________________________________________________________________
49848 [  6583] By: jhi                                   on 2000/08/11  00:07:53
49849         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
49850              
49851              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
49852              From: Mike Guy <mjtg@cam.ac.uk> 
49853              Date: Thu, 10 Aug 2000 15:50:54 +0100
49854              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
49855      Branch: perl
49856            ! sv.c t/op/int.t
49857 ____________________________________________________________________________
49858 [  6582] By: jhi                                   on 2000/08/10  23:29:32
49859         Log: Update Changes.
49860      Branch: perl
49861            ! Changes
49862 ____________________________________________________________________________
49863 [  6581] By: jhi                                   on 2000/08/10  23:26:16
49864         Log: Put back the std @INC thing.
49865      Branch: perl
49866            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
49867            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
49868            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
49869            ! t/lib/gol-oo.t
49870 ____________________________________________________________________________
49871 [  6580] By: jhi                                   on 2000/08/10  23:03:34
49872         Log: Update to CGI 2.70, from Lincoln Stein.
49873      Branch: perl
49874            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
49875            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
49876            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
49877            ! t/lib/cgi-request.t
49878 ____________________________________________________________________________
49879 [  6579] By: jhi                                   on 2000/08/10  22:41:50
49880         Log: Update to CPAN 1.56, from Andreas König.
49881      Branch: perl
49882            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
49883 ____________________________________________________________________________
49884 [  6578] By: jhi                                   on 2000/08/10  22:38:13
49885         Log: Update to Pod::Parser 1.17, from Brad Appleton.
49886      Branch: perl
49887            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
49888            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
49889            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
49890            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
49891            ! t/pod/include.t t/pod/included.t t/pod/lref.t
49892            ! t/pod/multiline_items.t t/pod/nested_items.t
49893            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
49894            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
49895            ! t/pod/special_seqs.t
49896 ____________________________________________________________________________
49897 [  6577] By: jhi                                   on 2000/08/10  22:35:41
49898         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
49899      Branch: perl
49900            ! AUTHORS MAINTAIN
49901 ____________________________________________________________________________
49902 [  6576] By: jhi                                   on 2000/08/10  22:24:54
49903         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
49904      Branch: perl
49905            + t/lib/gol-oo.t
49906            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
49907            ! t/lib/gol-compat.t t/lib/gol-linkage.t
49908 ____________________________________________________________________________
49909 [  6575] By: jhi                                   on 2000/08/10  22:02:07
49910         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
49911      Branch: perl
49912            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
49913 ____________________________________________________________________________
49914 [  6574] By: jhi                                   on 2000/08/10  21:55:03
49915         Log: Iterating perl6 description.
49916      Branch: perl
49917            ! pod/perlfaq1.pod
49918 ____________________________________________________________________________
49919 [  6573] By: jhi                                   on 2000/08/10  21:48:26
49920         Log: Revert the sv.c part of #6559, a better fix is needed.
49921      Branch: perl
49922            ! sv.c
49923 ____________________________________________________________________________
49924 [  6572] By: jhi                                   on 2000/08/10  20:33:43
49925         Log: It's the 2ndO'ROSSC.
49926      Branch: perl
49927            ! pod/perlfaq1.pod
49928 ____________________________________________________________________________
49929 [  6571] By: jhi                                   on 2000/08/10  15:55:48
49930         Log: detypo
49931      Branch: perl
49932            ! pod/perlfaq1.pod
49933 ____________________________________________________________________________
49934 [  6570] By: jhi                                   on 2000/08/10  14:11:17
49935         Log: An exceptionally sticky typo.
49936      Branch: perl
49937            ! Changes
49938 ____________________________________________________________________________
49939 [  6569] By: jhi                                   on 2000/08/10  14:09:33
49940         Log: detypo (and test Changes updating script)
49941      Branch: perl
49942            ! Changes
49943 ____________________________________________________________________________
49944 [  6568] By: jhi                                   on 2000/08/10  14:07:07
49945         Log: Update Changes.
49946      Branch: perl
49947            ! Changes
49948 ____________________________________________________________________________
49949 [  6567] By: jhi                                   on 2000/08/10  14:06:19
49950         Log: Amend the description of Perl6.
49951              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
49952              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
49953              Date: Wed, 9 Aug 2000 22:11:06 -0500
49954              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
49955      Branch: perl
49956            ! pod/perlfaq1.pod
49957 ____________________________________________________________________________
49958 [  6566] By: jhi                                   on 2000/08/10  13:58:57
49959         Log: Subject: Remove dead entry in perldiag
49960              From: Mike Guy <mjtg@cam.ac.uk>
49961              Date: Thu, 10 Aug 2000 14:19:19 +0100
49962              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
49963      Branch: perl
49964            ! pod/perldiag.pod
49965 ____________________________________________________________________________
49966 [  6565] By: jhi                                   on 2000/08/10  13:51:48
49967         Log: Zero entries were skipped, fix from Adrian Goalby
49968              <argoalby@yahoo.co.uk>
49969      Branch: perl
49970            ! lib/unicode/Number.pl lib/unicode/mktables.PL
49971 ____________________________________________________________________________
49972 [  6564] By: jhi                                   on 2000/08/10  13:00:12
49973         Log: Subject: [PATCH 5.6.0] cygwin port
49974              From: "Fifer, Eric" <EFifer@sanwaint.com>
49975              Date: Thu, 10 Aug 2000 13:15:36 +0100
49976              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
49977      Branch: perl
49978            ! README.cygwin hints/cygwin.sh
49979 ____________________________________________________________________________
49980 [  6563] By: jhi                                   on 2000/08/10  12:55:16
49981         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
49982      Branch: perl
49983            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
49984 ____________________________________________________________________________
49985 [  6562] By: gsar                                  on 2000/08/10  08:38:39
49986         Log: warn is a macro, avoid using at a variable to avoid warnings
49987              in some configurations; readdir.t is too conservative in
49988              estimating number of *.t's
49989      Branch: perl
49990            ! t/op/readdir.t util.c
49991 ____________________________________________________________________________
49992 [  6561] By: jhi                                   on 2000/08/09  23:35:42
49993         Log: Update Changes.
49994      Branch: perl
49995            ! Changes
49996 ____________________________________________________________________________
49997 [  6560] By: jhi                                   on 2000/08/09  23:05:47
49998         Log: Subject: Re: enhanced(?) regex error messages
49999              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
50000              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
50001              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
50002              
50003              (plus two small patches sent privately)
50004              (this still seems to leave few test failures)
50005      Branch: perl
50006            + t/op/regmesg.t
50007            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
50008            ! t/pragma/warn/regcomp
50009 ____________________________________________________________________________
50010 [  6559] By: jhi                                   on 2000/08/09  20:41:18
50011         Log: (The fix did work but was not right, retracted in #6573)
50012              
50013              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
50014              From: Christian Kirsch <ck@held.mind.de>
50015              Date: Wed, 9 Aug 2000 17:05:17 +0200
50016              Message-Id: <20000809170517.A25389@held>
50017      Branch: perl
50018            ! sv.c t/pragma/locale.t
50019 ____________________________________________________________________________
50020 [  6558] By: jhi                                   on 2000/08/08  22:34:08
50021         Log: Tiny updates on the contributors list.
50022      Branch: perl
50023            ! Changes
50024 ____________________________________________________________________________
50025 [  6557] By: jhi                                   on 2000/08/08  19:34:28
50026         Log: Double check that we have a dirhandle.
50027      Branch: perl
50028            ! util.c
50029 ____________________________________________________________________________
50030 [  6556] By: jhi                                   on 2000/08/08  19:01:51
50031         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
50032              May be repopulated with fresh maintained examples.
50033      Branch: perl
50034            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
50035            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
50036            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
50037            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
50038            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
50039            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
50040            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
50041            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
50042            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
50043            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
50044            + lib/CGI/eg/wilogo_gif.uu
50045            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
50046            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
50047            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
50048            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
50049            - eg/cgi/frameset.cgi eg/cgi/index.html
50050            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
50051            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
50052            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
50053            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
50054            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
50055            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
50056            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
50057            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
50058            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
50059            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
50060            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
50061            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
50062            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
50063            - eg/van/vanish eg/who eg/wrapsuid
50064            ! MANIFEST
50065 ____________________________________________________________________________
50066 [  6555] By: jhi                                   on 2000/08/08  18:51:08
50067         Log: Delete chat2 as requested by Randal.
50068              
50069              Subject: Re: perlfaq8 coyness
50070              From: merlyn@stonehenge.com (Randal L. Schwartz) 
50071              Date: 15 May 2000 18:52:42 -0700 
50072              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
50073      Branch: perl
50074            - lib/chat2.pl
50075            ! MANIFEST
50076 ____________________________________________________________________________
50077 [  6554] By: jhi                                   on 2000/08/08  18:31:35
50078         Log: Regen global.sym.
50079      Branch: perl
50080            ! global.sym
50081 ____________________________________________________________________________
50082 [  6553] By: jhi                                   on 2000/08/08  18:28:13
50083         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
50084              (either perlbug or p5p ate the original), plus regen
50085              perlapi and perltoc. 
50086      Branch: perl
50087            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
50088            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
50089            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
50090            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
50091            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
50092            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
50093            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
50094            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
50095            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
50096            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
50097 ____________________________________________________________________________
50098 [  6552] By: jhi                                   on 2000/08/08  18:06:29
50099         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
50100              From: Mike Guy <mjtg@cam.ac.uk>
50101              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
50102              Date: Tue, 08 Aug 2000 15:51:27 +0100
50103      Branch: perl
50104            ! doop.c sv.h t/op/join.t t/pragma/overload.t
50105 ____________________________________________________________________________
50106 [  6551] By: jhi                                   on 2000/08/08  18:01:11
50107         Log: Re-apply #6549.
50108      Branch: perl
50109            ! lib/perl5db.pl
50110 ____________________________________________________________________________
50111 [  6550] By: jhi                                   on 2000/08/08  17:43:08
50112         Log: Accidental retraction of #6549.
50113      Branch: perl
50114            ! lib/perl5db.pl
50115 ____________________________________________________________________________
50116 [  6549] By: jhi                                   on 2000/08/08  17:40:04
50117         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
50118              From: Mike Guy <mjtg@cam.ac.uk>
50119              Date: Mon, 07 Aug 2000 21:49:58 +0100
50120              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
50121      Branch: perl
50122            ! lib/perl5db.pl
50123 ____________________________________________________________________________
50124 [  6548] By: jhi                                   on 2000/08/08  17:37:57
50125         Log: Document here-doc better.
50126              
50127              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
50128              From: Mike Guy <mjtg@cam.ac.uk>
50129              Date: Mon, 07 Aug 2000 14:02:09 +0100
50130              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
50131      Branch: perl
50132            ! pod/perldata.pod
50133 ____________________________________________________________________________
50134 [  6547] By: jhi                                   on 2000/08/08  17:33:34
50135         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
50136              From: "Randy J. Ray" <rjray@redhat.com>
50137              Date: Mon, 07 Aug 2000 19:12:25 -0700
50138              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
50139      Branch: perl
50140            ! perl.c pod/perlrun.pod
50141 ____________________________________________________________________________
50142 [  6546] By: jhi                                   on 2000/08/08  17:29:26
50143         Log: Subject: Re: enhanced(?) regex error messages 
50144              From: Hugo <hv@crypt.compulink.co.uk>
50145              Date: Tue, 08 Aug 2000 03:25:51 +0100
50146              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
50147              
50148              plus Capitalize the error messages, plus perldiag them.
50149      Branch: perl
50150            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
50151 ____________________________________________________________________________
50152 [  6545] By: jhi                                   on 2000/08/08  13:59:28
50153         Log: Augment #6539 a bit: don't croak if there's magic in the air.
50154              
50155              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
50156              From: Hugo <hv@crypt.compulink.co.uk>
50157              Date: Tue, 08 Aug 2000 03:02:03 +0100
50158              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
50159      Branch: perl
50160            ! pp.c t/op/bless.t
50161 ____________________________________________________________________________
50162 [  6544] By: jhi                                   on 2000/08/07  21:11:52
50163         Log: Make the test -w clean.
50164      Branch: perl
50165            ! t/op/bless.t
50166 ____________________________________________________________________________
50167 [  6543] By: jhi                                   on 2000/08/07  19:49:53
50168         Log: use warnings instead of $^W.
50169      Branch: perl
50170            ! t/op/bless.t
50171 ____________________________________________________________________________
50172 [  6542] By: jhi                                   on 2000/08/07  17:41:41
50173         Log: Disable a portability warning Because We Know What We Are Doing.
50174      Branch: perl
50175            ! t/op/bless.t
50176 ____________________________________________________________________________
50177 [  6541] By: jhi                                   on 2000/08/07  17:29:51
50178         Log: Tiny tidying on report_evil_fh().
50179      Branch: perl
50180            ! util.c
50181 ____________________________________________________________________________
50182 [  6540] By: jhi                                   on 2000/08/07  16:37:38
50183         Log: Make regular expression parse error messages easier to understand.
50184              
50185              Subject: Re: enhanced(?) regex error messages
50186              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
50187              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
50188              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
50189      Branch: perl
50190            ! regcomp.c
50191 ____________________________________________________________________________
50192 [  6539] By: jhi                                   on 2000/08/07  16:12:27
50193         Log: Make bless(REF, REF) a fatal error, add bless tests.
50194              
50195              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
50196              From: Hugo <hv@crypt.compulink.co.uk>
50197              Date: Mon, 07 Aug 2000 16:59:38 +0100
50198              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
50199      Branch: perl
50200            + t/op/bless.t
50201            ! MANIFEST pod/perldiag.pod pp.c sv.c
50202 ____________________________________________________________________________
50203 [  6538] By: jhi                                   on 2000/08/07  15:59:43
50204         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
50205              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
50206              Date: Thu, 3 Aug 2000 14:29:21 -0700
50207              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
50208      Branch: perl
50209            ! lib/lib_pm.PL
50210 ____________________________________________________________________________
50211 [  6537] By: jhi                                   on 2000/08/07  15:47:18
50212         Log: Retract #6419 for now since it breaks in AFS and MachTen.
50213      Branch: perl
50214            ! lib/Cwd.pm
50215 ____________________________________________________________________________
50216 [  6536] By: jhi                                   on 2000/08/07  15:05:29
50217         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
50218              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
50219              The security hole exists only in suidperls, which isn't
50220              installed or even built by default.
50221      Branch: perl
50222            ! perl.c
50223 ____________________________________________________________________________
50224 [  6535] By: jhi                                   on 2000/08/07  14:45:14
50225         Log: tr memory corruption fix from Simon Cozens.
50226      Branch: perl
50227            ! doop.c
50228 ____________________________________________________________________________
50229 [  6534] By: jhi                                   on 2000/08/06  11:38:16
50230         Log: Document a bit that UDP is not what you might think.
50231              
50232              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
50233              From: Lupe Christoph <lupe@lupe-christoph.de>
50234              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
50235              Date: Mon, 24 Jul 2000 08:59:15 +0200
50236      Branch: perl
50237            ! pod/perlipc.pod
50238 ____________________________________________________________________________
50239 [  6533] By: jhi                                   on 2000/08/06  11:35:01
50240         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
50241              From: Jeff Pinyan <jeffp@hut.crusoe.net>
50242              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
50243              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
50244      Branch: perl
50245            ! pod/perlfunc.pod
50246 ____________________________________________________________________________
50247 [  6532] By: jhi                                   on 2000/08/06  03:45:41
50248         Log: Have symbols for the IoTYPEs.
50249      Branch: perl
50250            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
50251 ____________________________________________________________________________
50252 [  6531] By: jhi                                   on 2000/08/06  01:33:55
50253         Log: Continue fixing the io warnings.  This also
50254              sort of fixes bug ID 20000802.003: the core dump
50255              is no more.  Whether the current behaviour is correct
50256              (giving a warning: "Not a format reference"), is another matter.
50257      Branch: perl
50258            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
50259            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
50260 ____________________________________________________________________________
50261 [  6530] By: jhi                                   on 2000/08/05  21:33:12
50262         Log: Change the Policy policy: now -Dprefix= with an existing
50263              Policy.sh and prefix == siteprefix == vendorprefix, then all
50264              of them follow along the new prefix.
50265              
50266              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
50267              From: Andy Dougherty <doughera@lafayette.edu>
50268              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
50269              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
50270      Branch: perl
50271            ! Policy_sh.SH
50272 ____________________________________________________________________________
50273 [  6529] By: jhi                                   on 2000/08/05  18:57:28
50274         Log: Zap lib/Sys directory when cleaning up.
50275      Branch: perl
50276            ! Makefile.SH
50277 ____________________________________________________________________________
50278 [  6528] By: jhi                                   on 2000/08/05  18:40:44
50279         Log: Essential prototype changes were missing from #6527.
50280              Also make report_evil_fh() more bomb-proof.
50281      Branch: perl
50282            ! embed.h util.c
50283 ____________________________________________________________________________
50284 [  6527] By: jhi                                   on 2000/08/05  03:22:05
50285         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
50286              From: "Ronald F. Guilmette" <rfg@monkeys.com>
50287              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
50288              Message-Id: <200007242247.PAA52177@monkeys.com>
50289      Branch: perl
50290            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
50291 ____________________________________________________________________________
50292 [  6526] By: jhi                                   on 2000/08/04  21:23:27
50293         Log: gcc versions might have (parentheses) in them.
50294      Branch: metaconfig/U/perl
50295            ! gccvers.U
50296      Branch: perl
50297            ! Configure config_h.SH
50298 ____________________________________________________________________________
50299 [  6525] By: jhi                                   on 2000/08/04  20:23:12
50300         Log: Weed buglets pointed out by
50301              
50302              From: Lupe Christoph <lupe@lupe-christoph.de>
50303              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
50304              Date: Fri, 4 Aug 2000 17:34:39 +0200
50305              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
50306      Branch: metaconfig/U/perl
50307            ! gccvers.U uselfs.U
50308      Branch: perl
50309            ! Configure config_h.SH
50310 ____________________________________________________________________________
50311 [  6524] By: jhi                                   on 2000/08/04  19:02:08
50312         Log: Warn under -w if lstat(FH) is attempted.
50313              
50314              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
50315              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
50316              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
50317              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
50318      Branch: perl
50319            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
50320            ! t/pragma/warn/pp_sys
50321 ____________________________________________________________________________
50322 [  6523] By: jhi                                   on 2000/08/04  12:31:11
50323         Log: Subject: New perlcc, take 2
50324              From: simon@brecon.co.uk (Simon Cozens)
50325              Date: 4 Aug 2000 06:21:04 GMT
50326              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
50327      Branch: perl
50328            ! utils/perlcc.PL
50329 ____________________________________________________________________________
50330 [  6522] By: jhi                                   on 2000/08/04  12:26:33
50331         Log: Subject: Re: Array vs. List context
50332              From: Daniel Chetlin <daniel@chetlin.com>
50333              Date: Fri, 4 Aug 2000 00:22:44 -0700
50334              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
50335      Branch: perl
50336            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
50337            ! pod/perlfaq4.pod
50338 ____________________________________________________________________________
50339 [  6521] By: jhi                                   on 2000/08/04  12:22:38
50340         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
50341              From: Raymund Will <ray@caldera.de>
50342              Date: Fri, 4 Aug 2000 12:07:09 +0200
50343              Message-Id: <20000804120709.A14982@caldera.de>
50344      Branch: perl
50345            ! configure.gnu
50346 ____________________________________________________________________________
50347 [  6520] By: jhi                                   on 2000/08/04  04:09:06
50348         Log: After the #6519 a warning about stat() is just that,
50349              not about a filetest, which now have their own warning.
50350      Branch: perl
50351            ! pod/perldiag.pod
50352 ____________________________________________________________________________
50353 [  6519] By: jhi                                   on 2000/08/04  04:06:30
50354         Log: In the warnings call filehandles consistently so;
50355              add "unopened" warning for stat().
50356      Branch: perl
50357            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
50358            ! t/pragma/warn/pp_sys
50359 ____________________________________________________________________________
50360 [  6518] By: jhi                                   on 2000/08/04  02:55:35
50361         Log: Subject: Minor tweak to perlvar.pod
50362              From: "Stephen P. Potter" <spp@ds.net>
50363              Date: Tue, 18 Apr 2000 09:26:03 -0400
50364              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
50365      Branch: perl
50366            ! pod/perlvar.pod
50367 ____________________________________________________________________________
50368 [  6517] By: jhi                                   on 2000/08/04  02:50:08
50369         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
50370              From: "Clinton Pierce" <cpierce1@ford.com>
50371              Date: Wed, 21 Jul 1999 16:45:31 -0400
50372              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
50373              
50374              Fix by Stephen Potter (visible in the bug db but not in p5p?)
50375      Branch: perl
50376            ! pod/perlfunc.pod pod/perlop.pod
50377 ____________________________________________________________________________
50378 [  6516] By: jhi                                   on 2000/08/04  02:09:25
50379         Log: This is 6512.  Really.
50380      Branch: perl
50381            ! dump.c
50382 ____________________________________________________________________________
50383 [  6515] By: jhi                                   on 2000/08/04  01:25:50
50384         Log: mention the idea of @( and @)
50385      Branch: perl
50386            ! Todo-5.6
50387 ____________________________________________________________________________
50388 [  6514] By: bailey                                on 2000/08/04  01:18:46
50389         Log: YA resync with mainstem, including VMS patches from others
50390      Branch: vmsperl
50391           +> (branch 48 files)
50392            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
50393           !> (integrate 354 files)
50394 ____________________________________________________________________________
50395 [  6513] By: jhi                                   on 2000/08/04  01:18:18
50396         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
50397              From: Mark Dickinson <dickins3@fas.harvard.edu>
50398              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
50399              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
50400      Branch: perl
50401            ! t/op/grent.t t/op/pwent.t
50402 ____________________________________________________________________________
50403 [  6512] By: jhi                                   on 2000/08/04  01:14:06
50404         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
50405              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50406              Date: Wed, 02 Aug 2000 10:51:01 +0100
50407              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
50408      Branch: perl
50409            ! sv.c
50410 ____________________________________________________________________________
50411 [  6511] By: jhi                                   on 2000/08/04  00:57:00
50412         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
50413              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
50414              Date: Thu, 03 Aug 2000 17:20:04 -0700
50415              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
50416      Branch: metaconfig
50417            ! U/modified/Cppsym.U
50418      Branch: perl
50419            ! Configure config_h.SH
50420 ____________________________________________________________________________
50421 [  6510] By: jhi                                   on 2000/08/04  00:25:28
50422         Log: detypo
50423      Branch: perl
50424            ! Makefile.SH
50425 ____________________________________________________________________________
50426 [  6509] By: jhi                                   on 2000/08/03  23:43:18
50427         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
50428              From: Dominic Dunlop <domo@computer.org>
50429              Date: Thu, 3 Aug 2000 22:16:46 +0200
50430              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
50431      Branch: perl
50432            ! t/op/sprintf.t
50433 ____________________________________________________________________________
50434 [  6508] By: jhi                                   on 2000/08/03  23:40:37
50435         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
50436              From: Hugo <hv@crypt.compulink.co.uk>
50437              Date: Thu, 03 Aug 2000 18:25:30 +0100
50438              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
50439      Branch: perl
50440            ! regcomp.c t/op/re_tests
50441 ____________________________________________________________________________
50442 [  6507] By: jhi                                   on 2000/08/03  23:38:28
50443         Log: Subject: [PATCH] sv.h documentation - SvLEN
50444              From: Mike Guy <mjtg@cam.ac.uk>
50445              Date: Thu, 03 Aug 2000 14:43:09 +0100
50446              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
50447      Branch: perl
50448            ! sv.h
50449 ____________________________________________________________________________
50450 [  6506] By: jhi                                   on 2000/08/03  15:49:14
50451         Log: Disable the fix_pl hack for now.
50452      Branch: perl
50453            ! Makefile.SH
50454 ____________________________________________________________________________
50455 [  6505] By: jhi                                   on 2000/08/03  13:49:04
50456         Log: Add a URL for FSF.
50457              
50458              Subject: Patch for README
50459              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
50460              Date: Wed, 2 Aug 2000 13:25:09 -0500
50461              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
50462      Branch: perl
50463            ! README
50464 ____________________________________________________________________________
50465 [  6504] By: jhi                                   on 2000/08/03  13:29:19
50466         Log: Be more informative on what is skipped and why,
50467              also repeat the list at the end.
50468      Branch: perl
50469            ! Porting/p4desc
50470 ____________________________________________________________________________
50471 [  6503] By: jhi                                   on 2000/08/03  13:07:05
50472         Log: Circumvent the removal of .patch by fix_pl.
50473              
50474              Subject: Re: [ID 20000802.011] unable to 'make test'          
50475              From: simon@brecon.co.uk (Simon Cozens) 
50476              Date: 3 Aug 2000 04:17:00 GMT
50477              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
50478      Branch: perl
50479            ! Makefile.SH
50480 ____________________________________________________________________________
50481 [  6502] By: jhi                                   on 2000/08/03  00:14:34
50482         Log: Add the missing setproctitle unit.
50483      Branch: metaconfig/U/perl
50484            + d_setproctitle.U
50485 ____________________________________________________________________________
50486 [  6501] By: jhi                                   on 2000/08/03  00:00:26
50487         Log: The subtest 4 may fail also on VOBS, as pointed out
50488              by Nick Ing-Simmons in November 1999, bug id 19991124.003
50489              (but the failure in that bug report isn't the subtest 4).
50490      Branch: perl
50491            ! t/op/stat.t
50492 ____________________________________________________________________________
50493 [  6500] By: jhi                                   on 2000/08/02  23:49:30
50494         Log: Better skip message for the test; one of the two problems in
50495              
50496              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
50497              From: Lupe Christoph <lupe@lupe-christoph.de>
50498              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
50499              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
50500      Branch: perl
50501            ! t/op/numconvert.t
50502 ____________________________________________________________________________
50503 [  6499] By: jhi                                   on 2000/08/02  22:49:16
50504         Log: Allow "no Module;" even if there is no 'unimport'.
50505              
50506              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
50507              From: mjd@plover.com
50508              Date: 24 Mar 2000 15:24:34 -0000
50509              Message-Id: <20000324152434.15160.qmail@plover.com>
50510      Branch: perl
50511            ! gv.c
50512 ____________________________________________________________________________
50513 [  6498] By: jhi                                   on 2000/08/02  22:42:58
50514         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
50515              that are hopefully soon put into use.
50516      Branch: perl
50517            ! opcode.h opcode.pl opnames.h
50518 ____________________________________________________________________________
50519 [  6497] By: gsar                                  on 2000/08/02  22:28:59
50520         Log: require.t needs binmode() to work on windows
50521      Branch: perl
50522            ! t/comp/require.t
50523 ____________________________________________________________________________
50524 [  6496] By: jhi                                   on 2000/08/02  22:08:51
50525         Log: Document the IVdf UVuf UVof UVxf.
50526      Branch: perl
50527            ! pod/perlguts.pod
50528 ____________________________________________________________________________
50529 [  6495] By: jhi                                   on 2000/08/02  21:54:26
50530         Log: detypo #6494
50531      Branch: perl
50532            ! ext/Data/Dumper/Dumper.xs
50533 ____________________________________________________________________________
50534 [  6494] By: jhi                                   on 2000/08/02  21:49:17
50535         Log: Dump UVs as UVs in Data::Dumper.
50536              
50537              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
50538              From: Gurusamy Sarathy <gsar@ActiveState.com>
50539              Date: Thu, 27 Apr 2000 12:26:25 -0700
50540              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
50541      Branch: perl
50542            ! ext/Data/Dumper/Dumper.xs
50543 ____________________________________________________________________________
50544 [  6493] By: jhi                                   on 2000/08/02  17:01:58
50545         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
50546              From: Hugo <hv@crypt.compulink.co.uk>
50547              Date: Wed, 02 Aug 2000 14:53:56 +0100
50548              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
50549      Branch: perl
50550            ! regexec.c t/op/re_tests
50551 ____________________________________________________________________________
50552 [  6492] By: jhi                                   on 2000/08/02  15:02:46
50553         Log: The new setproctitle() feature is available only in 
50554              bleeding edge FreeBSD.  From Paul Saab.
50555      Branch: perl
50556            ! mg.c
50557 ____________________________________________________________________________
50558 [  6491] By: jhi                                   on 2000/08/02  13:34:36
50559         Log: The tr utf8 patching continues.
50560              
50561              Subject: Re: #6469, too many tests claimed in require.t
50562              From: simon@brecon.co.uk (Simon Cozens)
50563              Date: 2 Aug 2000 02:37:17 GMT
50564              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
50565              
50566              (the logic of the test was the wrong way round in the patch)
50567      Branch: perl
50568            ! doop.c
50569 ____________________________________________________________________________
50570 [  6490] By: jhi                                   on 2000/08/02  13:27:38
50571         Log: The name of a filehandle does not have <these>.
50572      Branch: perl
50573            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
50574            ! t/pragma/warn/pp_sys util.c
50575 ____________________________________________________________________________
50576 [  6489] By: jhi                                   on 2000/08/02  04:26:46
50577         Log: Remove the extraneous "main::" prefix from all the
50578              "opened only for", "on closed", and "never opened" warnings.
50579              
50580              Subject: Re: inappropriate warning
50581              From: Gurusamy Sarathy <gsar@ActiveState.com>
50582              Date: Mon, 20 Mar 2000 11:28:02 -0800
50583              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
50584      Branch: perl
50585            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
50586            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
50587            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
50588 ____________________________________________________________________________
50589 [  6488] By: jhi                                   on 2000/08/02  03:02:57
50590         Log: memcpy has n o in it, as pinted ut by Sarathy.
50591      Branch: perl
50592            ! pod/perlguts.pod
50593 ____________________________________________________________________________
50594 [  6487] By: jhi                                   on 2000/08/02  02:44:51
50595         Log: Document in one place the memory abstractions used in Perl core.
50596              
50597              Subject: Re: Memory abstraction
50598              From: simon@brecon.co.uk (Simon Cozens)
50599              Date: 2 Aug 2000 02:20:23 GMT
50600              Organization: Earth.li Origins
50601      Branch: perl
50602            ! pod/perlguts.pod
50603 ____________________________________________________________________________
50604 [  6486] By: jhi                                   on 2000/08/02  02:41:57
50605         Log: regen_headers, regen perltoc.
50606      Branch: perl
50607            ! perlapi.c pod/perltoc.pod
50608 ____________________________________________________________________________
50609 [  6485] By: jhi                                   on 2000/08/02  01:43:33
50610         Log: "This little thing tests for a file .patch, and if it contains
50611              a number, pops into patchlevel.h" (making it easier to track
50612              which development version people are reporting bugs against)
50613              
50614              Subject: Patchlevel autogeneration for repository perls
50615              From: simon@brecon.co.uk (Simon Cozens)
50616              Date: 14 Jul 2000 07:12:15 GMT
50617              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
50618      Branch: perl
50619            + fix_pl
50620            ! MANIFEST Makefile.SH
50621 ____________________________________________________________________________
50622 [  6484] By: jhi                                   on 2000/08/02  01:32:54
50623         Log: FreeBSD 3.* updates from
50624              
50625              From: Paul Saab <ps@yahoo-inc.com>
50626              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
50627              Date: Tue, 1 Aug 2000 15:41:39 -0700
50628              Message-Id: <20000801154139.A53740@yahoo-inc.com>
50629      Branch: perl
50630            ! hints/freebsd.sh
50631 ____________________________________________________________________________
50632 [  6483] By: jhi                                   on 2000/08/02  01:27:44
50633         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
50634              instead one must use setproctitle().  This was already addressed
50635              by change #6457, but the below has a new variant for FreeBSD 4.0
50636              or later, and the matter is also documented more.
50637              
50638              From: Paul Saab <ps@yahoo-inc.com>
50639              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
50640              Date: Tue, 1 Aug 2000 15:41:39 -0700
50641              Message-Id: <20000801154139.A53740@yahoo-inc.com>
50642      Branch: metaconfig/U/perl
50643            + i_libutil.U
50644      Branch: perl
50645            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
50646 ____________________________________________________________________________
50647 [  6482] By: jhi                                   on 2000/08/01  22:17:32
50648         Log: The test from this
50649              
50650              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
50651              Date: Sat, 15 Apr 2000 17:03:44 +0100
50652              From: Tom Hughes <tom@compton.nu>
50653              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
50654              
50655              was missing, the code change went in as #5989
50656              (which had a different test?)
50657      Branch: perl
50658            ! t/op/misc.t
50659 ____________________________________________________________________________
50660 [  6481] By: jhi                                   on 2000/08/01  21:48:38
50661         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
50662              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
50663              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
50664              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
50665      Branch: perl
50666            ! perl.h
50667 ____________________________________________________________________________
50668 [  6480] By: jhi                                   on 2000/08/01  18:05:28
50669         Log: Make p4desc to skip non-mainperl branches by default.
50670      Branch: perl
50671            ! Porting/p4desc
50672 ____________________________________________________________________________
50673 [  6479] By: jhi                                   on 2000/08/01  17:29:19
50674         Log: If gccosandvers is equal to osname, clear gccosandvers.
50675      Branch: metaconfig/U/perl
50676            ! gccvers.U
50677      Branch: perl
50678            ! Configure config_h.SH
50679 ____________________________________________________________________________
50680 [  6478] By: jhi                                   on 2000/08/01  15:54:08
50681         Log: BOM patching from Simon Cozens.
50682      Branch: perl
50683            ! toke.c
50684 ____________________________________________________________________________
50685 [  6477] By: jhi                                   on 2000/08/01  04:50:33
50686         Log: Stash away the largefiles flags and libswanted.
50687      Branch: perl
50688            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
50689 ____________________________________________________________________________
50690 [  6476] By: gsar                                  on 2000/08/01  04:24:24
50691         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
50692              on Windows)
50693      Branch: perl
50694            ! t/pragma/utf8.t utf8.c win32/win32.c
50695 ____________________________________________________________________________
50696 [  6475] By: jhi                                   on 2000/08/01  03:35:24
50697         Log: Make chr() for values >127 to create utf8 when under utf8.
50698              
50699              Subject: Re: uft8/chr()
50700              From: simon@brecon.co.uk (Simon Cozens)
50701              Date: 1 Aug 2000 02:37:02 GMT
50702              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
50703      Branch: perl
50704            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
50705 ____________________________________________________________________________
50706 [  6474] By: jhi                                   on 2000/08/01  02:36:18
50707         Log: In Digital UNIX warn if gcc explicitly chosen because even
50708              2.95.2 is known to cause problems.
50709      Branch: perl
50710            ! hints/dec_osf.sh
50711 ____________________________________________________________________________
50712 [  6473] By: jhi                                   on 2000/08/01  02:00:56
50713         Log: Make the safety catch for buggy gccs work with triple version
50714              numbers like 2.95.2.  Reported in
50715              
50716              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
50717              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
50718              Date: Mon, 31 Jul 2000 14:55:06 +0200
50719              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
50720      Branch: perl
50721            ! hints/dec_osf.sh
50722 ____________________________________________________________________________
50723 [  6472] By: jhi                                   on 2000/08/01  01:13:33
50724         Log: Subject: fix and question re: waitpid() under win32
50725              From: Brian Clarke <clarke@appliedmeta.com>
50726              Date: Fri, 28 Jul 2000 15:18:29 -0400
50727              Message-ID: <3981DC85.290314EB@appliedmeta.com>
50728              
50729              Slightly reformatted and WNOHANG # define moved to win32.h
50730              so that also POSIX.xs sees it, as suggsted by Sarathy.
50731      Branch: perl
50732            ! win32/win32.c win32/win32.h
50733 ____________________________________________________________________________
50734 [  6471] By: jhi                                   on 2000/08/01  00:55:05
50735         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
50736              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50737              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
50738              Date: Mon, 31 Jul 2000 13:28:51 +0100
50739              
50740              (aka ID 20000730.002)
50741      Branch: perl
50742            ! op.c t/op/tr.t
50743 ____________________________________________________________________________
50744 [  6470] By: jhi                                   on 2000/07/31  23:34:42
50745         Log: Document the problem with -P in HP-UX and its workaround.
50746              
50747              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
50748              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
50749              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
50750              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
50751      Branch: perl
50752            ! README.hpux
50753 ____________________________________________________________________________
50754 [  6469] By: jhi                                   on 2000/07/31  04:15:02
50755         Log: The swallow_bom() saga continues.  The #23 of require.t
50756              (UTF16-LE) still fails (silently, no output) but the #22
50757              (UTF16-BE) seems to be working now.  The root of the
50758              failure may be in sv_gets(): is it UTF-16LE-aware,
50759              especially when it comes to line endings? 
50760      Branch: perl
50761            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
50762            ! t/comp/require.t toke.c utf8.c
50763 ____________________________________________________________________________
50764 [  6468] By: jhi                                   on 2000/07/30  19:05:48
50765         Log: Find green threads before native threads.
50766              
50767              Subject: Re: Patch to jpl/JNI/Makefile.PL
50768              From: Jens Thomsen <jens@fiend.cis.com>
50769              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
50770              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
50771      Branch: perl
50772            ! jpl/JNI/Makefile.PL
50773 ____________________________________________________________________________
50774 [  6467] By: jhi                                   on 2000/07/30  18:36:22
50775         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
50776      Branch: perl
50777            ! doop.c
50778 ____________________________________________________________________________
50779 [  6466] By: jhi                                   on 2000/07/30  04:37:29
50780         Log: A new version of the "remove UPPERACSE string comparison"
50781              operators.  The problem with the previous one (change #6454)
50782              was that it was for Perl 5.6.0.  From Paul Marquess.
50783      Branch: perl
50784            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
50785            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
50786            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
50787 ____________________________________________________________________________
50788 [  6465] By: jhi                                   on 2000/07/29  22:39:56
50789         Log: Do not upgrade SVs into utf8 just because they participate
50790              in eq or cmp.  Reported and fix suggested in
50791              
50792              Subject: [ID 20000720.009] sv_eq UTF8 bug
50793              From: "Simon Cozens" <simon@othersideofthe.earth.li>
50794              Date: 21 Jul 2000 04:37:29 -0000
50795              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
50796              
50797              Exercise for the kind reader: should we or should we not
50798              cache the utf8 conversion alonside the SV? (as magic,
50799              as thestrxfrm()ed version is cached under use locale)
50800              Argue both for and against.
50801      Branch: perl
50802            ! sv.c
50803 ____________________________________________________________________________
50804 [  6464] By: jhi                                   on 2000/07/29  22:36:22
50805         Log: Subject: UTF8 concat
50806              From: simon@brecon.co.uk (Simon Cozens) 
50807              Date: 30 Jun 2000 06:13:25 GMT
50808              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
50809              
50810              (with a memory leak fixed, plus a few casts added)
50811              
50812              This also seems to help for
50813              
50814              Subject: [ID 20000716.015] join UTF8 weirdness
50815              From: root <root@ak-71.mind.de> 
50816              Date: Sat, 15 Jul 2000 15:29:54 +0200
50817              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
50818              
50819              (from Andreas König)
50820      Branch: perl
50821            ! pp_hot.c
50822 ____________________________________________________________________________
50823 [  6463] By: jhi                                   on 2000/07/29  00:55:39
50824         Log: Tune the comments and hopefully stop a memory leak.
50825      Branch: perl
50826            ! toke.c utf8.c
50827 ____________________________________________________________________________
50828 [  6462] By: jhi                                   on 2000/07/29  00:16:53
50829         Log: The problem described in this
50830              
50831              Subject: [ID 20000322.018] named chars aren't magical enough
50832              From: root <root@dixie.cscaper.com>     
50833              Date: Wed, 22 Mar 2000 18:37:42 -0700
50834              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
50835              
50836              has been fixed in perl 5.6.0 but just in case added a test
50837              to keep it away.  (The report from Joseph Hall.)
50838      Branch: perl
50839            ! t/lib/charnames.t
50840 ____________________________________________________________________________
50841 [  6461] By: jhi                                   on 2000/07/28  23:56:36
50842         Log: Tiny fixes for #6460.
50843      Branch: metaconfig/U/perl
50844            ! gccvers.U
50845      Branch: perl
50846            ! Configure config_h.SH
50847 ____________________________________________________________________________
50848 [  6460] By: jhi                                   on 2000/07/28  23:24:41
50849         Log: Warn if the version of the operating system used to compile gcc
50850              differs from the current version of the operating system.
50851              Also display the gcc compilation os and version in myconfig.
50852              Inspiration from
50853              
50854              Subject: Re: [ID 20000710.003] ERRORS!!         
50855              From: "Kurt D. Starsinic" <kstar@chapin.edu>
50856              Date: Mon, 10 Jul 2000 15:54:16 -0400
50857              Message-ID: <20000710155416.A1384@O2.chapin.edu>
50858      Branch: metaconfig/U/perl
50859            ! gccvers.U
50860      Branch: perl
50861            ! Configure config_h.SH myconfig.SH
50862 ____________________________________________________________________________
50863 [  6459] By: jhi                                   on 2000/07/28  22:00:32
50864         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
50865              letter to $Config{osvers}.
50866      Branch: metaconfig
50867            ! U/modified/Oldconfig.U
50868      Branch: perl
50869            ! Configure config_h.SH
50870 ____________________________________________________________________________
50871 [  6458] By: jhi                                   on 2000/07/28  04:15:39
50872         Log: Back out #6454, doesn't seem to work.
50873              (Reason: that patch was for perl 5.6.0, not perl-current)
50874              (A version of the patch for perl-current came in later as #6466)
50875      Branch: perl
50876            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
50877            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
50878            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
50879 ____________________________________________________________________________
50880 [  6457] By: jhi                                   on 2000/07/27  23:31:49
50881         Log: Use setproctitle() if available to modify $0.
50882              
50883              Subject: setting $* on BSD4 broken
50884              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
50885              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
50886              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
50887      Branch: metaconfig
50888            ! U/modified/Myinit.U
50889      Branch: perl
50890            ! Configure config_h.SH mg.c
50891 ____________________________________________________________________________
50892 [  6456] By: jhi                                   on 2000/07/27  14:50:47
50893         Log: Allow "no AutoLoader;", based on change #6444,
50894              suggested by Graham Barr.
50895      Branch: perl
50896            ! lib/AutoLoader.pm
50897 ____________________________________________________________________________
50898 [  6455] By: jhi                                   on 2000/07/27  14:19:10
50899         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
50900              From: rspier@pobox.com (Robert Spier)
50901              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
50902              Message-ID: <14720.15855.787664.424783@rls.cx>
50903      Branch: perl
50904            ! pod/perldiag.pod
50905 ____________________________________________________________________________
50906 [  6454] By: jhi                                   on 2000/07/27  14:03:02
50907         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
50908              for a long time).
50909              
50910              Reported in
50911              
50912              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
50913              From: Ryan Herbert <rherbert@sycamorehq.com>
50914              Date: Mon, 17 Jul 2000 11:40:42 -0400
50915              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
50916              
50917              Patched in
50918              
50919              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
50920              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
50921              Date: Wed, 26 Jul 2000 23:40:18 +0100
50922              Message-ID: <000001bff752$79511880$0a17073e@tiny>
50923              
50924              based on an earlier patch from Stephen P. Potter.
50925              
50926              (Removed later by change #6458 because this patch was for
50927              perl 5.6.0, not perl-current)
50928      Branch: perl
50929            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
50930            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
50931            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
50932 ____________________________________________________________________________
50933 [  6453] By: jhi                                   on 2000/07/27  13:48:02
50934         Log: Subject: [PATCH] fixes bug 20000508.004
50935              From: Michael Stevens <mstevens@globnix.org>
50936              Date: Thu, 27 Jul 2000 13:49:04 +0100
50937              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
50938      Branch: perl
50939            ! pod/perldata.pod
50940 ____________________________________________________________________________
50941 [  6452] By: jhi                                   on 2000/07/26  23:51:26
50942         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
50943              and Craig A. Berry.
50944      Branch: perl
50945            ! lib/File/Temp.pm pod/perlport.pod
50946 ____________________________________________________________________________
50947 [  6451] By: jhi                                   on 2000/07/26  19:43:30
50948         Log: Be wary of close()s, too.
50949              
50950              Subject: Re: [PATCH] perlbug cleanup
50951              From: Tim Jenness <t.jenness@jach.hawaii.edu>
50952              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
50953              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
50954      Branch: perl
50955            ! utils/perlbug.PL
50956 ____________________________________________________________________________
50957 [  6450] By: jhi                                   on 2000/07/26  18:41:40
50958         Log: Subject: Minor doc patch: handy.h
50959              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
50960              Date: Wed, 26 Jul 2000 15:34:25 -0300
50961              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
50962      Branch: perl
50963            ! handy.h pod/perlapi.pod
50964 ____________________________________________________________________________
50965 [  6449] By: jhi                                   on 2000/07/26  18:23:55
50966         Log: Subject: [PATCH] minor doc change - perlguts
50967              From: Michael Stevens <mstevens@globnix.org>
50968              Date: Thu, 13 Jul 2000 12:39:18 +0100
50969              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
50970      Branch: perl
50971            ! pod/perlguts.pod
50972 ____________________________________________________________________________
50973 [  6448] By: jhi                                   on 2000/07/26  18:20:30
50974         Log: open() wariness in perlbug.
50975              
50976              Subject: [PATCH] perlbug cleanup
50977              From: Michael Stevens <mstevens@globnix.org>
50978              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
50979              Date: Thu, 13 Jul 2000 15:52:23 +0100
50980      Branch: perl
50981            ! utils/perlbug.PL
50982 ____________________________________________________________________________
50983 [  6447] By: jhi                                   on 2000/07/26  18:13:04
50984         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
50985      Branch: perl
50986            ! lib/File/Temp.pm t/lib/ftmp-security.t
50987 ____________________________________________________________________________
50988 [  6446] By: jhi                                   on 2000/07/26  18:06:32
50989         Log: docfix from Peter Scott <Peter@PSDT.com>.
50990      Branch: perl
50991            ! pod/perlfunc.pod
50992 ____________________________________________________________________________
50993 [  6445] By: jhi                                   on 2000/07/26  17:53:31
50994         Log: Fix *foo{FORMAT}.
50995              
50996              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
50997              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
50998              Date: Wed, 26 Jul 2000 19:51:02 +0200
50999              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
51000              
51001              From: Graham Barr <gbarr@pobox.com>
51002              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
51003              Date: Wed, 26 Jul 2000 17:38:36 +0100
51004              Message-ID: <20000726173836.L472@pobox.com>
51005      Branch: perl
51006            ! pp.c sv.c t/op/gv.t
51007 ____________________________________________________________________________
51008 [  6444] By: jhi                                   on 2000/07/26  17:49:14
51009         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
51010              from Graham Barr in the module list.
51011      Branch: perl
51012            ! gv.c pod/perlobj.pod
51013 ____________________________________________________________________________
51014 [  6443] By: jhi                                   on 2000/07/26  16:06:56
51015         Log: More split() doc and test patches from Mike Guy.
51016      Branch: perl
51017            ! pod/perlfunc.pod t/op/split.t
51018 ____________________________________________________________________________
51019 [  6442] By: jhi                                   on 2000/07/26  16:05:30
51020         Log: MacOS nits from Matthias Neeracher.
51021      Branch: perl
51022            ! perl.c pp_ctl.c
51023 ____________________________________________________________________________
51024 [  6441] By: jhi                                   on 2000/07/26  04:39:57
51025         Log: Subject: [PATCH] split /^/
51026              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51027              Date: Tue, 25 Jul 2000 14:18:57 +0100
51028              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
51029              
51030              (with notes from tchrist and gbarr)
51031      Branch: perl
51032            ! pod/perlfunc.pod t/op/split.t
51033 ____________________________________________________________________________
51034 [  6440] By: jhi                                   on 2000/07/26  04:32:32
51035         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
51036              From: Peter Prymmer <pvhp@forte.com>
51037              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
51038              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
51039      Branch: perl
51040            ! vms/munchconfig.c
51041 ____________________________________________________________________________
51042 [  6439] By: jhi                                   on 2000/07/26  04:31:01
51043         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
51044              to be fatal errors (instead of by default ignoring them, and
51045              ignoring with a bug: even though -w gave an error, the opening [
51046              was left in)  Reported in:
51047              
51048              Subject: [ID 20000716.024] [=cc=] / [:blank:]
51049              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
51050              Date: Sun, 16 Jul 2000 17:55:29 -0700
51051              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
51052      Branch: perl
51053            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
51054 ____________________________________________________________________________
51055 [  6438] By: jhi                                   on 2000/07/25  15:41:15
51056         Log: Subject: [PATCH] av.c apidoc
51057              From: simon@brecon.co.uk (Simon Cozens)
51058              Date: 24 Jul 2000 06:40:52 GMT
51059              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
51060      Branch: perl
51061            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
51062            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
51063 ____________________________________________________________________________
51064 [  6437] By: jhi                                   on 2000/07/25  14:05:36
51065         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
51066              From: "Stephen P. Potter" <spp@ds.net>
51067              Date: Mon, 24 Jul 2000 14:22:23 -0400
51068              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
51069      Branch: perl
51070            ! pod/perllocale.pod
51071 ____________________________________________________________________________
51072 [  6436] By: jhi                                   on 2000/07/25  14:02:03
51073         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
51074              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51075              Date: Mon, 24 Jul 2000 18:04:28 +0100
51076              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
51077      Branch: perl
51078            ! t/lib/syslfs.t t/op/lfs.t
51079 ____________________________________________________________________________
51080 [  6435] By: jhi                                   on 2000/07/25  13:59:28
51081         Log: Get UTF16 BOMs working.  Patch from
51082              
51083              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
51084              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51085              Date: Tue, 25 Jul 2000 12:52:45 +0100
51086              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
51087              
51088              and notes from
51089              
51090              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
51091              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51092              Date: Tue, 25 Jul 2000 11:43:25 +0100
51093              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
51094      Branch: perl
51095            ! t/comp/require.t toke.c utf8.c
51096 ____________________________________________________________________________
51097 [  6434] By: jhi                                   on 2000/07/25  02:39:54
51098         Log: Make the "uninit variable" warning to say "concat or string"
51099              or "join or string" when in concat or join .
51100              
51101              Subject: Re: [ID 20000403.009] uninitialised concatenation???
51102              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51103              Date: Tue, 04 Apr 2000 18:22:58 +0100
51104              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
51105              
51106              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
51107              From: William R Ward <hermit@BayView.COM>
51108              Date: Thu, 30 Mar 2000 19:50:03 -0800
51109              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
51110      Branch: perl
51111            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
51112            ! t/pragma/warn/op t/pragma/warn/sv
51113 ____________________________________________________________________________
51114 [  6433] By: jhi                                   on 2000/07/24  17:52:56
51115         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
51116      Branch: perl
51117            ! lib/File/Spec/VMS.pm
51118 ____________________________________________________________________________
51119 [  6432] By: jhi                                   on 2000/07/24  17:44:44
51120         Log: Test cases for #6431.
51121              
51122              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
51123              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51124              Date: Mon, 24 Jul 2000 15:32:29 +0100
51125              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
51126      Branch: perl
51127            ! t/op/pat.t t/op/split.t
51128 ____________________________________________________________________________
51129 [  6431] By: jhi                                   on 2000/07/24  17:43:17
51130         Log: Bind op fix.
51131              
51132              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
51133              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51134              Date: Mon, 17 Jul 2000 20:04:56 +0100
51135              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
51136      Branch: perl
51137            ! op.c
51138 ____________________________________________________________________________
51139 [  6430] By: jhi                                   on 2000/07/24  03:42:42
51140         Log: Subject: [ID 20000716.023] syslog test fails without sockets
51141              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
51142              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
51143              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
51144      Branch: metaconfig/U/perl
51145            ! Extensions.U
51146      Branch: perl
51147            ! Configure config_h.SH
51148 ____________________________________________________________________________
51149 [  6429] By: jhi                                   on 2000/07/24  03:11:52
51150         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
51151              case, but add also notes explaining the relationship of this
51152              patch and the earlier notes by Sarathy.
51153              
51154              Subject: Map is still slow
51155              From: "Ben Tilly" <ben_tilly@hotmail.com>
51156              Date: Sat, 15 Jul 2000 17:23:27 EDT
51157              Message-ID: <20000715212327.21656.qmail@hotmail.com>
51158      Branch: perl
51159            ! pp_ctl.c
51160 ____________________________________________________________________________
51161 [  6428] By: jhi                                   on 2000/07/24  02:58:52
51162         Log: Documentation to explain the behaviour of map().
51163              
51164              Subject: Re: Map is still slow 
51165              From: Gurusamy Sarathy <gsar@ActiveState.com>
51166              Date: Sat, 15 Jul 2000 16:05:09 -0700
51167              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
51168      Branch: perl
51169            ! pp_ctl.c
51170 ____________________________________________________________________________
51171 [  6427] By: jhi                                   on 2000/07/24  02:50:03
51172         Log: Add tests for
51173              [ID 19991110.003] another matching finding by pcre author
51174              which has already been fixed by some patch, as verified in
51175              
51176              Subject: Re: two regex bugs from the mists of time (well, last November)
51177              From: Hugo <hv@crypt.compulink.co.uk>
51178              Date: Sat, 22 Jul 2000 18:12:58 +0100
51179              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
51180      Branch: perl
51181            ! t/op/re_tests
51182 ____________________________________________________________________________
51183 [  6426] By: jhi                                   on 2000/07/24  02:11:20
51184         Log: A missing 'break' after the [[:space:]] switch case.
51185              
51186              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
51187              From: "Stephen P. Potter" <spp@ds.net>
51188              Date: Tue, 18 Jul 2000 16:25:17 -0400
51189              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
51190      Branch: perl
51191            ! regcomp.c
51192 ____________________________________________________________________________
51193 [  6425] By: jhi                                   on 2000/07/24  02:06:12
51194         Log: The output might have been produced in the wrong order.
51195              
51196              Subject: [ID 20000720.003] [PATCH] t/op/write.t
51197              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51198              Date: Thu, 20 Jul 2000 18:49:18 +0100
51199              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
51200      Branch: perl
51201            ! t/op/write.t
51202 ____________________________________________________________________________
51203 [  6424] By: jhi                                   on 2000/07/24  02:00:07
51204         Log: Use STDOUT consistently.
51205              
51206              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
51207              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51208              Date: Thu, 20 Jul 2000 18:04:01 +0100
51209              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
51210      Branch: perl
51211            ! lib/Test/Harness.pm
51212 ____________________________________________________________________________
51213 [  6423] By: jhi                                   on 2000/07/24  01:54:54
51214         Log: Protect against "wild next"s, that is, callbacks doing "next"
51215              instead of "return".
51216              
51217              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
51218              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51219              Date: Tue, 18 Jul 2000 11:30:16 +0100
51220              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
51221      Branch: perl
51222            ! lib/File/Find.pm
51223 ____________________________________________________________________________
51224 [  6422] By: jhi                                   on 2000/07/24  01:35:47
51225         Log: Out-of-date note removed.
51226              
51227              Subject: [PATCH] documentation perlipc
51228              From: rspier@pobox.com (Robert Spier)
51229              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
51230              Message-ID: <14711.35178.572612.502654@rls.cx>
51231      Branch: perl
51232            ! pod/perlipc.pod
51233 ____________________________________________________________________________
51234 [  6421] By: jhi                                   on 2000/07/24  00:09:18
51235         Log: Send all installperl messages to STDERR and be -w clean.
51236              
51237              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
51238              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51239              Date: Sat, 22 Jul 2000 14:02:11 +0100
51240              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
51241      Branch: perl
51242            ! installperl
51243 ____________________________________________________________________________
51244 [  6420] By: jhi                                   on 2000/07/24  00:04:19
51245         Log: Decutandpasto.
51246              
51247              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
51248              From: "Richard Soderberg" <rs@crystalflame.net>
51249              Date: Sun, 23 Jul 2000 01:37:23 -0700
51250              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
51251      Branch: perl
51252            ! pod/perlipc.pod
51253 ____________________________________________________________________________
51254 [  6419] By: jhi                                   on 2000/07/24  00:01:12
51255         Log: A cleaner abs_path().
51256              Subject: Re: unix alternative to Cwd.pm
51257              From: Jeff Pinyan <jeffp@crusoe.net>
51258              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
51259              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
51260      Branch: perl
51261            ! lib/Cwd.pm
51262 ____________________________________________________________________________
51263 [  6418] By: jhi                                   on 2000/07/23  23:48:56
51264         Log: Detypo.
51265              
51266              Subject: [PATCH perl-current] Typo in hints/powerux.sh
51267              From: "Richard Soderberg" <rs@crystalflame.net>
51268              Date: Sun, 23 Jul 2000 01:27:33 -0700
51269              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
51270      Branch: perl
51271            ! hints/powerux.sh
51272 ____________________________________________________________________________
51273 [  6417] By: jhi                                   on 2000/07/17  22:13:31
51274         Log: Subject: SDBM_File documentation
51275              From: mjd@plover.com
51276              Date: 16 Jul 2000 17:41:17 -0000
51277              Message-ID: <20000716174117.18515.qmail@plover.com>
51278      Branch: perl
51279            ! ext/SDBM_File/SDBM_File.pm
51280 ____________________________________________________________________________
51281 [  6416] By: jhi                                   on 2000/07/17  19:13:26
51282         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
51283      Branch: perl
51284            ! hints/mpeix.sh mpeix/relink
51285 ____________________________________________________________________________
51286 [  6415] By: jhi                                   on 2000/07/15  14:11:02
51287         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
51288              the utf8 'characters' can be more than one octet).
51289              
51290              Date: Sat, 15 Jul 2000 00:21:56 +0100
51291              From: Tom Hughes <tom@compton.nu>
51292              Subject: Re: [ID 20000714.002]
51293              Message-ID: <db2334de49.tom@compton.compton.nu>
51294              
51295              Reported in
51296              
51297              Subject: [ID 20000714.002]
51298              From: "Simon Cozens" <simon@othersideofthe.earth.li>
51299              Date: 14 Jul 2000 15:13:09 -0000
51300              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
51301      Branch: perl
51302            ! doop.c
51303 ____________________________________________________________________________
51304 [  6414] By: jhi                                   on 2000/07/15  03:13:41
51305         Log: another VMS build tweak from Peter Prymmer
51306      Branch: perl
51307            ! vms/descrip_mms.template
51308 ____________________________________________________________________________
51309 [  6413] By: jhi                                   on 2000/07/15  03:10:40
51310         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
51311      Branch: perl
51312            ! vms/perlvms.pod
51313 ____________________________________________________________________________
51314 [  6412] By: jhi                                   on 2000/07/15  00:31:05
51315         Log: More docs for sv functions.
51316              
51317              Subject: [PATCH cfgperl] sv.c apidoc
51318              From: simon@brecon.co.uk (Simon Cozens)
51319              Date: 13 Jul 2000 09:00:20 GMT
51320              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
51321              
51322              Subject: Re: [PATCH cfgperl] sv.c apidoc
51323              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51324              Date: Thu, 13 Jul 2000 12:27:41 +0100
51325              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
51326              
51327              Subject: Re: [PATCH cfgperl] sv.c apidoc
51328              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51329              Date: Thu, 13 Jul 2000 13:23:09 +0100
51330              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
51331              
51332              Subject: Re: [PATCH cfgperl] sv.c apidoc
51333              From: simon@brecon.co.uk (Simon Cozens)
51334              Date: 14 Jul 2000 06:51:02 GMT
51335              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
51336      Branch: perl
51337            ! embed.pl pod/perlapi.pod sv.c
51338 ____________________________________________________________________________
51339 [  6411] By: jhi                                   on 2000/07/15  00:10:41
51340         Log: lib/b test fixes from Peter Prymmer.
51341      Branch: perl
51342            ! t/lib/b.t
51343 ____________________________________________________________________________
51344 [  6410] By: jhi                                   on 2000/07/15  00:02:09
51345         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
51346              From: Hugo <hv@crypt.compulink.co.uk>
51347              Date: Fri, 14 Jul 2000 23:05:20 +0100
51348              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
51349              
51350              Didn't anymore apply, but that point still could use another fix.
51351      Branch: perl
51352            ! pod/perlfunc.pod
51353 ____________________________________________________________________________
51354 [  6409] By: jhi                                   on 2000/07/14  23:15:15
51355         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
51356              not in pod, from Peter Prymmer
51357      Branch: perl
51358            ! vms/descrip_mms.template
51359 ____________________________________________________________________________
51360 [  6408] By: jhi                                   on 2000/07/14  20:35:05
51361         Log: The bug report
51362              [ID 19991110.002] minimal matching discrepancy found by pcre author
51363              seems to have been fixed (though differently from what was suggested
51364              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
51365      Branch: perl
51366            ! t/op/re_tests
51367 ____________________________________________________________________________
51368 [  6407] By: jhi                                   on 2000/07/14  17:38:08
51369         Log: Fix AutoSplit to use File::Spec the right way in VMS,
51370              from Peter Prymmer.
51371      Branch: perl
51372            ! lib/AutoSplit.pm
51373 ____________________________________________________________________________
51374 [  6406] By: jhi                                   on 2000/07/14  14:13:22
51375         Log: Merge perlhacktut into perlhack, update perlguts.
51376              
51377              Subject: Re: Perlhacktut
51378              From: simon@brecon.co.uk (Simon Cozens)
51379              Date: 14 Jul 2000 06:49:21 GMT
51380              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
51381              
51382              Subject: Re: Perlhacktut
51383              From: simon@brecon.co.uk (Simon Cozens)
51384              Date: 14 Jul 2000 07:09:45 GMT
51385              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
51386      Branch: perl
51387            ! pod/perlguts.pod pod/perlhack.pod
51388 ____________________________________________________________________________
51389 [  6405] By: jhi                                   on 2000/07/14  14:02:31
51390         Log: Integrate with Sarathy.
51391      Branch: cfgperl
51392           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
51393           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
51394           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
51395 ____________________________________________________________________________
51396 [  6404] By: gsar                                  on 2000/07/14  12:15:02
51397         Log: PERL_OBJECT build tweaks
51398      Branch: perl
51399            ! toke.c
51400 ____________________________________________________________________________
51401 [  6403] By: gsar                                  on 2000/07/14  11:23:41
51402         Log: inconsistent types needs casts
51403      Branch: perl
51404            ! toke.c
51405 ____________________________________________________________________________
51406 [  6402] By: gsar                                  on 2000/07/14  11:12:04
51407         Log: typos in change#6399, regen headers
51408      Branch: perl
51409            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
51410 ____________________________________________________________________________
51411 [  6401] By: gsar                                  on 2000/07/14  10:59:12
51412         Log: typecasts needed for change#6394
51413      Branch: perl
51414            ! toke.c
51415 ____________________________________________________________________________
51416 [  6400] By: gsar                                  on 2000/07/14  10:49:37
51417         Log: integrate cfgperl contents into mainline
51418      Branch: perl
51419           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
51420           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
51421 ____________________________________________________________________________
51422 [  6399] By: gsar                                  on 2000/07/14  10:38:35
51423         Log: enable UTF-16 filter by default if relevant BOM is seen; various
51424              cleanups (typos, misformatted code, and small bugs)
51425      Branch: perl
51426            ! doop.c embed.pl mg.c op.c pp.c toke.c
51427 ____________________________________________________________________________
51428 [  6398] By: gsar                                  on 2000/07/14  08:55:38
51429         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
51430              name suggests anyway)
51431      Branch: perl
51432            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
51433 ____________________________________________________________________________
51434 [  6397] By: gsar                                  on 2000/07/14  08:44:33
51435         Log: move new variables to the end of the interpreter structure (for
51436              bincompat in code that doesn't #include XSUB.h)
51437      Branch: perl
51438            ! intrpvar.h
51439 ____________________________________________________________________________
51440 [  6396] By: gsar                                  on 2000/07/14  08:13:58
51441         Log: MakeMaker should not remove editor backups (*~) on `make clean`
51442              by default (completes change#6383)
51443      Branch: perl
51444            ! lib/ExtUtils/MM_Unix.pm
51445 ____________________________________________________________________________
51446 [  6395] By: jhi                                   on 2000/07/14  05:20:33
51447         Log: Replace change #6337 with a better one.
51448              
51449              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
51450              From: Hugo <hv@crypt.compulink.co.uk>
51451              Date: Fri, 14 Jul 2000 04:16:20 +0100
51452              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
51453      Branch: cfgperl
51454            ! regexec.c t/op/re_tests
51455 ____________________________________________________________________________
51456 [  6394] By: jhi                                   on 2000/07/14  01:33:59
51457         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
51458      Branch: cfgperl
51459            ! embed.pl global.sym proto.h toke.c
51460 ____________________________________________________________________________
51461 [  6393] By: jhi                                   on 2000/07/13  23:41:23
51462         Log: remove discarded test
51463      Branch: cfgperl
51464            ! MANIFEST
51465 ____________________________________________________________________________
51466 [  6392] By: jhi                                   on 2000/07/13  23:32:25
51467         Log: The {multiplier} of a fixed substring was overlooked which
51468              caused a wrong initial search offset for that substring.
51469              
51470              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
51471              From: Hugo <hv@crypt.compulink.co.uk>
51472              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
51473              Date: Thu, 13 Jul 2000 19:27:13 +0100
51474      Branch: cfgperl
51475            ! regcomp.c t/op/re_tests
51476 ____________________________________________________________________________
51477 [  6391] By: jhi                                   on 2000/07/13  16:37:42
51478         Log: typo fix from Craig Berry
51479      Branch: cfgperl
51480            ! vms/subconfigure.com
51481 ____________________________________________________________________________
51482 [  6390] By: jhi                                   on 2000/07/13  13:20:12
51483         Log: Integrate with Sarathy.
51484      Branch: cfgperl
51485            - t/op/method2entersub.t
51486           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
51487           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
51488           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
51489           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
51490 ____________________________________________________________________________
51491 [  6389] By: jhi                                   on 2000/07/13  13:18:48
51492         Log: Detypo from Peter Prymmer, part of #6388.
51493      Branch: cfgperl
51494            ! Configure config_h.SH
51495      Branch: metaconfig
51496            ! U/modified/d_longlong.U
51497 ____________________________________________________________________________
51498 [  6388] By: gsar                                  on 2000/07/13  06:33:40
51499         Log: typos (spotted by Peter Prymmer)
51500      Branch: perl
51501            ! Configure t/lib/english.t
51502 ____________________________________________________________________________
51503 [  6387] By: gsar                                  on 2000/07/13  05:35:28
51504         Log: new selfloader.t in change#6183 doesn't close DATA handles,
51505              and thus fails to clean up tmp files on dosish platforms
51506      Branch: perl
51507            ! t/lib/selfloader.t
51508 ____________________________________________________________________________
51509 [  6386] By: gsar                                  on 2000/07/12  21:42:39
51510         Log: sprintf test tweaks (from Dominic Dunlop)
51511      Branch: perl
51512            ! t/op/sprintf.t
51513 ____________________________________________________________________________
51514 [  6385] By: gsar                                  on 2000/07/12  21:33:46
51515         Log: fix bugs in processing %v-*d and similar format specs (from
51516              Avi Finkel <avi@finkel.org>)
51517      Branch: perl
51518            ! sv.c t/op/sprintf.t
51519 ____________________________________________________________________________
51520 [  6384] By: gsar                                  on 2000/07/12  16:04:19
51521         Log: readd missing perldelta.pod changes from changes#6339,6376
51522      Branch: perl
51523            ! pod/perldelta.pod
51524 ____________________________________________________________________________
51525 [  6383] By: gsar                                  on 2000/07/12  16:00:51
51526         Log: don't clobber *.orig files on *clean targets
51527      Branch: perl
51528            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
51529 ____________________________________________________________________________
51530 [  6382] By: gsar                                  on 2000/07/12  07:59:12
51531         Log: fix broken integrations in cfgperl
51532      Branch: cfgperl
51533           !> Changes pod/perldelta.pod
51534 ____________________________________________________________________________
51535 [  6381] By: gsar                                  on 2000/07/12  07:42:17
51536         Log: integrate cfgperl changes into mainline
51537      Branch: perl
51538            ! Changes
51539           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
51540           !> pod/perlre.pod
51541 ____________________________________________________________________________
51542 [  6380] By: gsar                                  on 2000/07/12  07:31:00
51543         Log: get sprintf.t to adjust properly for 3-digit exponents
51544      Branch: perl
51545            ! t/op/sprintf.t
51546 ____________________________________________________________________________
51547 [  6379] By: gsar                                  on 2000/07/12  06:40:04
51548         Log: change#6174 needs corresponding change in win32/config_h.PL,
51549              which grovels through config_h.SH to find the config.h name
51550      Branch: perl
51551            ! win32/config_h.PL
51552 ____________________________________________________________________________
51553 [  6378] By: jhi                                   on 2000/07/12  05:03:59
51554         Log: Do the cc sanity check both before the hints and
51555              after the cc selction.
51556      Branch: cfgperl
51557            ! Configure config_h.SH
51558      Branch: metaconfig
51559            ! U/modified/Oldconfig.U U/modified/cc.U
51560      Branch: metaconfig/U/perl
51561            + Checkcc.U
51562 ____________________________________________________________________________
51563 [  6377] By: jhi                                   on 2000/07/12  02:49:22
51564         Log: Fix nits noticed by Boston.pm.
51565      Branch: cfgperl
51566            ! pod/perlre.pod
51567 ____________________________________________________________________________
51568 [  6376] By: jhi                                   on 2000/07/11  21:22:13
51569         Log: Configure cosmetics and perldelta.
51570      Branch: cfgperl
51571            ! Configure config_h.SH pod/perldelta.pod
51572      Branch: metaconfig
51573            ! U/modified/cc.U
51574 ____________________________________________________________________________
51575 [  6375] By: gsar                                  on 2000/07/11  21:17:35
51576         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
51577      Branch: perl
51578            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
51579            ! win32/win32sck.c
51580 ____________________________________________________________________________
51581 [  6374] By: gsar                                  on 2000/07/11  20:48:50
51582         Log: tweak for build failure under multiplicity
51583      Branch: perl
51584            ! toke.c
51585 ____________________________________________________________________________
51586 [  6373] By: gsar                                  on 2000/07/11  20:37:23
51587         Log: integrate cfgperl changes#6325..6373 into mainline
51588              (NOTE: today's batch of integrations still untested)
51589      Branch: perl
51590           +> ext/DynaLoader/hints/netbsd.pl
51591            ! Changes
51592           !> (integrate 26 files)
51593 ____________________________________________________________________________
51594 [  6372] By: jhi                                   on 2000/07/11  20:30:36
51595         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
51596              regen perltoc.
51597      Branch: cfgperl
51598            + pod/perlbook.pod
51599            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
51600            ! pod/perltoc.pod
51601 ____________________________________________________________________________
51602 [  6371] By: jhi                                   on 2000/07/11  20:08:56
51603         Log: Minor cleanups on the booklist.
51604      Branch: cfgperl
51605            ! pod/perlfaq2.pod
51606 ____________________________________________________________________________
51607 [  6370] By: jhi                                   on 2000/07/11  19:31:13
51608         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
51609      Branch: cfgperl
51610            ! t/pragma/overload.t
51611 ____________________________________________________________________________
51612 [  6369] By: gsar                                  on 2000/07/11  19:27:48
51613         Log: integrate cfgperl changes#6293..6324 into mainline
51614      Branch: perl
51615           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
51616            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
51617           !> (integrate 30 files)
51618 ____________________________________________________________________________
51619 [  6368] By: gsar                                  on 2000/07/11  19:18:57
51620         Log: skip integrate of problematic change#6292 from cfgperl into mainline
51621      Branch: perl
51622           !> pp_hot.c
51623 ____________________________________________________________________________
51624 [  6367] By: gsar                                  on 2000/07/11  19:17:21
51625         Log: integrate cfgperl changes#6288..6290 into mainline
51626      Branch: perl
51627           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
51628 ____________________________________________________________________________
51629 [  6366] By: gsar                                  on 2000/07/11  19:11:18
51630         Log: integrate cfgperl changes#6268..6282 into mainline
51631      Branch: perl
51632           !> (integrate 30 files)
51633 ____________________________________________________________________________
51634 [  6365] By: gsar                                  on 2000/07/11  18:57:00
51635         Log: delete new accidentally branched file
51636      Branch: perl
51637            - t/op/method2entersub.t
51638 ____________________________________________________________________________
51639 [  6364] By: gsar                                  on 2000/07/11  18:55:13
51640         Log: skip integrate of change#6267 from cfgperl into mainline (the
51641              method call optimization is flawed without additional hints
51642              from user about immutableness of @ISA and no runtime method
51643              definitions)
51644      Branch: perl
51645           +> t/op/method2entersub.t
51646           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
51647           !> perl.h t/op/sprintf.t xsutils.c
51648 ____________________________________________________________________________
51649 [  6363] By: gsar                                  on 2000/07/11  18:49:43
51650         Log: integrate cfgperl changes#6261..6266 into mainline
51651      Branch: perl
51652           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
51653           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
51654           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
51655           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
51656 ____________________________________________________________________________
51657 [  6362] By: gsar                                  on 2000/07/11  18:43:26
51658         Log: integrate cfgperl changes#6252..6260 into mainline
51659      Branch: perl
51660           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
51661           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
51662           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
51663           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
51664 ____________________________________________________________________________
51665 [  6361] By: gsar                                  on 2000/07/11  18:37:12
51666         Log: skip integrate of problematic change#6251 from cfgperl into mainline
51667      Branch: perl
51668           !> lib/Exporter.pm
51669 ____________________________________________________________________________
51670 [  6360] By: gsar                                  on 2000/07/11  18:34:56
51671         Log: integrate cfgperl change#6250 into mainline
51672      Branch: perl
51673           +> t/op/my_stash.t
51674           !> MANIFEST embed.pl proto.h toke.c
51675 ____________________________________________________________________________
51676 [  6359] By: gsar                                  on 2000/07/11  18:21:19
51677         Log: integrate cfgperl changes#6242..6249 into mainline
51678      Branch: perl
51679           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
51680           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
51681           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
51682           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
51683           !> t/lib/peek.t utf8.c
51684 ____________________________________________________________________________
51685 [  6358] By: gsar                                  on 2000/07/11  18:15:45
51686         Log: skip integrate of problematic change#6241 from cfgperl into mainline
51687      Branch: perl
51688           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
51689 ____________________________________________________________________________
51690 [  6357] By: jhi                                   on 2000/07/11  18:15:16
51691         Log: Fix for
51692              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
51693              From: Roderick Schertler <roderick@argon.org> 
51694              Date: Tue, 11 Jul 2000 13:55:05 -0400 
51695              Message-Id: <200007111755.NAA05077@jones.argon.org> 
51696      Branch: cfgperl
51697            ! doio.c
51698 ____________________________________________________________________________
51699 [  6356] By: jhi                                   on 2000/07/11  18:12:51
51700         Log: Typo in #6341.
51701      Branch: cfgperl
51702            ! pp_hot.c
51703 ____________________________________________________________________________
51704 [  6355] By: gsar                                  on 2000/07/11  18:12:10
51705         Log: integrate cfgperl changes#6231..6240 into mainline
51706      Branch: perl
51707           +> pod/perlutil.pod
51708           !> (integrate 35 files)
51709 ____________________________________________________________________________
51710 [  6354] By: jhi                                   on 2000/07/11  18:04:34
51711         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
51712              From: Dominic Dunlop <domo@computer.org> 
51713              Date: Tue, 11 Jul 2000 12:27:33 +0200 
51714              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
51715              
51716              Replaces change #6268.
51717      Branch: cfgperl
51718            ! t/op/sprintf.t
51719 ____________________________________________________________________________
51720 [  6353] By: gsar                                  on 2000/07/11  17:59:51
51721         Log: skip integrate of problematic change#6230 from cfgperl into mainline
51722              (a later version of File::Spec is already in mainline)
51723      Branch: perl
51724           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
51725           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
51726 ____________________________________________________________________________
51727 [  6352] By: gsar                                  on 2000/07/11  17:57:48
51728         Log: integrate cfgperl changes#6224..6229 into mainline
51729      Branch: perl
51730           +> lib/lib.pm.PL
51731            - lib/lib.pm
51732           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
51733           !> lib/English.pm op.c t/lib/english.t
51734 ____________________________________________________________________________
51735 [  6351] By: gsar                                  on 2000/07/11  17:50:10
51736         Log: skip integrate of problematic change#6223 from cfgperl into mainline
51737      Branch: perl
51738           !> doio.c
51739 ____________________________________________________________________________
51740 [  6350] By: gsar                                  on 2000/07/11  17:48:28
51741         Log: integrate cfgperl changes#6220..6222 into mainline
51742      Branch: perl
51743           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
51744           !> toke.c utf8.c win32/win32.h
51745 ____________________________________________________________________________
51746 [  6349] By: gsar                                  on 2000/07/11  17:46:13
51747         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
51748              mainline
51749      Branch: perl
51750           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
51751           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
51752           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
51753 ____________________________________________________________________________
51754 [  6348] By: jhi                                   on 2000/07/11  17:45:49
51755         Log: README.posix-bc podified from Thomas Dorner.
51756      Branch: cfgperl
51757            ! README.posix-bc
51758 ____________________________________________________________________________
51759 [  6347] By: gsar                                  on 2000/07/11  17:42:04
51760         Log: integrate cfgperl change#6217 into mainline
51761      Branch: perl
51762           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
51763           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
51764           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
51765 ____________________________________________________________________________
51766 [  6346] By: gsar                                  on 2000/07/11  17:39:37
51767         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
51768              mainline
51769      Branch: perl
51770           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
51771           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
51772           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
51773           !> perlapi.h pod/perlapi.pod
51774 ____________________________________________________________________________
51775 [  6345] By: gsar                                  on 2000/07/11  17:36:42
51776         Log: integrate cfgperl changes#6207..6210 into mainline
51777      Branch: perl
51778           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
51779           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
51780 ____________________________________________________________________________
51781 [  6344] By: gsar                                  on 2000/07/11  17:31:20
51782         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
51783              mainline
51784      Branch: perl
51785           !> (integrate 40 files)
51786 ____________________________________________________________________________
51787 [  6343] By: gsar                                  on 2000/07/11  17:19:08
51788         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
51789      Branch: perl
51790           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
51791            ! Changes
51792           !> (integrate 34 files)
51793 ____________________________________________________________________________
51794 [  6342] By: jhi                                   on 2000/07/11  16:05:48
51795         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
51796              To: perl5-porters@perl.org
51797              From: Karsten Sperling <spiff@phreax.net>
51798              Date: Mon, 10 Jul 2000 15:12:52 +0200
51799              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
51800      Branch: cfgperl
51801            ! lib/Symbol.pm
51802 ____________________________________________________________________________
51803 [  6341] By: jhi                                   on 2000/07/11  15:59:23
51804         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
51805              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51806              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
51807              Date: Fri, 07 Jul 2000 17:57:16 +0100
51808      Branch: cfgperl
51809            ! pp_hot.c
51810 ____________________________________________________________________________
51811 [  6340] By: jhi                                   on 2000/07/11  15:55:47
51812         Log: Subject: Re: format bug report  [Patch]
51813              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51814              Date: Wed, 05 Jul 2000 13:12:52 +0200
51815              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
51816              
51817              Subject: Re: format bug report  [Patch]
51818              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51819              Date: Wed, 05 Jul 2000 14:10:01 +0200
51820              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
51821      Branch: cfgperl
51822            ! t/op/write.t toke.c
51823 ____________________________________________________________________________
51824 [  6339] By: jhi                                   on 2000/07/11  13:54:09
51825         Log: Be less forgiving about ambiguous and illegal tr ranges.
51826              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
51827              From: Mark-Jason Dominus <mjd@plover.com>
51828              Date: Tue, 04 Jul 2000 10:00:12 -0400
51829              Message-ID: <20000704140012.17772.qmail@plover.com>
51830              
51831              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
51832              From: Mark-Jason Dominus <mjd@plover.com>
51833              Date: Wed, 05 Jul 2000 09:37:36 -0400
51834              Message-ID: <20000705133736.27293.qmail@plover.com>
51835      Branch: cfgperl
51836            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
51837 ____________________________________________________________________________
51838 [  6338] By: jhi                                   on 2000/07/11  13:31:24
51839         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
51840              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51841              Date: Tue, 11 Jul 2000 13:50:51 +0100
51842              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
51843      Branch: cfgperl
51844            ! sv.c
51845 ____________________________________________________________________________
51846 [  6337] By: jhi                                   on 2000/07/11  13:29:14
51847         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
51848              From: Hugo <hv@crypt.compulink.co.uk>
51849              Date: Tue, 11 Jul 2000 12:44:50 +0100
51850              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
51851      Branch: cfgperl
51852            ! regexec.c t/op/re_tests
51853 ____________________________________________________________________________
51854 [  6336] By: jhi                                   on 2000/07/11  13:26:47
51855         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
51856              From: simon@brecon.co.uk (Simon Cozens)
51857              Date: 7 Jul 2000 11:26:09 GMT
51858              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
51859      Branch: cfgperl
51860            ! mg.c
51861 ____________________________________________________________________________
51862 [  6335] By: jhi                                   on 2000/07/11  13:23:37
51863         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
51864              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
51865              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
51866              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
51867      Branch: cfgperl
51868            + ext/DynaLoader/hints/netbsd.pl
51869            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
51870 ____________________________________________________________________________
51871 [  6334] By: jhi                                   on 2000/07/11  13:20:38
51872         Log: Subject: PATCH perlguts.pod: Document D and d magic types
51873              From: mjd@plover.com
51874              Date: 5 Jul 2000 18:01:51 -0000
51875              Message-ID: <20000705180151.29413.qmail@plover.com>
51876      Branch: cfgperl
51877            ! pod/perlguts.pod
51878 ____________________________________________________________________________
51879 [  6333] By: jhi                                   on 2000/07/11  13:15:51
51880         Log: Precedence goof, fix based on
51881              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
51882              From: Hugo <hv@crypt.compulink.co.uk>
51883              Date: Tue, 11 Jul 2000 12:52:38 +0100
51884              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
51885      Branch: cfgperl
51886            ! t/op/taint.t
51887 ____________________________________________________________________________
51888 [  6332] By: jhi                                   on 2000/07/11  12:40:17
51889         Log: Integrate with Sarathy.
51890      Branch: cfgperl
51891           !> win32/win32sck.c
51892 ____________________________________________________________________________
51893 [  6331] By: jhi                                   on 2000/07/10  20:14:16
51894         Log: Sprinkle ldlibpath.
51895      Branch: cfgperl
51896            ! pod/Makefile.SH
51897 ____________________________________________________________________________
51898 [  6330] By: jhi                                   on 2000/07/10  17:54:49
51899         Log: More POSIX.pod tweaks.
51900      Branch: cfgperl
51901            ! ext/POSIX/POSIX.pod
51902 ____________________________________________________________________________
51903 [  6329] By: jhi                                   on 2000/07/10  14:02:12
51904         Log: Reorder perl.pod once more.
51905      Branch: cfgperl
51906            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
51907 ____________________________________________________________________________
51908 [  6328] By: gsar                                  on 2000/07/10  07:06:00
51909         Log: accept() leaks memory on windows due to incorrect ordering of
51910              closesocket() and fclose() calls
51911      Branch: perl
51912            ! win32/win32sck.c
51913 ____________________________________________________________________________
51914 [  6327] By: gsar                                  on 2000/07/10  06:49:17
51915         Log: winsock options weren't being set in all threads under ithreads
51916              (caused send()s from second and subsequent threads to fail)
51917      Branch: perl
51918            ! win32/win32sck.c
51919 ____________________________________________________________________________
51920 [  6326] By: jhi                                   on 2000/07/08  02:45:40
51921         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
51922              was cast to an unsigned (32-bit) integer with wild abandon.
51923      Branch: cfgperl
51924            ! ext/Devel/DProf/DProf.xs
51925 ____________________________________________________________________________
51926 [  6325] By: jhi                                   on 2000/07/07  18:50:33
51927         Log: Remove perlbook, update perlfaq book listing,
51928              rearrange perl.pod, regenerate perltoc.
51929      Branch: cfgperl
51930            - pod/perlbook.pod
51931            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
51932            ! pod/perlfaq2.pod pod/perltoc.pod
51933 ____________________________________________________________________________
51934 [  6324] By: jhi                                   on 2000/07/07  14:03:40
51935         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
51936      Branch: cfgperl
51937            ! sv.h toke.c
51938 ____________________________________________________________________________
51939 [  6323] By: jhi                                   on 2000/07/06  16:03:55
51940         Log: Fix complaints of buildtoc.
51941      Branch: cfgperl
51942            + lib/Win32.pod
51943            - pod/Win32.pod
51944            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
51945 ____________________________________________________________________________
51946 [  6322] By: jhi                                   on 2000/07/06  15:15:52
51947         Log: Add =head1 NAMEs so that buildtoc is happy.
51948              (The CGI::Util nit reported to Lincoln.)
51949      Branch: cfgperl
51950            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
51951            ! pod/perltoc.pod
51952 ____________________________________________________________________________
51953 [  6321] By: jhi                                   on 2000/07/06  03:16:04
51954         Log: Config is being used.
51955      Branch: cfgperl
51956            ! t/op/method.t
51957 ____________________________________________________________________________
51958 [  6320] By: jhi                                   on 2000/07/06  03:13:13
51959         Log: Integrate with Sarathy.
51960      Branch: cfgperl
51961           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
51962 ____________________________________________________________________________
51963 [  6319] By: jhi                                   on 2000/07/06  03:11:46
51964         Log: Autogenerate pod/Makefile and pod/buildtoc.
51965              buildtoc also checks whether the existin pods are
51966              mentioned in MANIFEST and perl.pod, and vice versa.
51967              (None of the thusly found discrepancies fixed yet.)
51968              roffitall also needs to be autogenerated similarly but it
51969              seems so badly out of date that I didn't touch it yet.
51970      Branch: cfgperl
51971            + pod/Makefile.SH pod/buildtoc.PL
51972            - pod/Makefile pod/buildtoc
51973            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
51974 ____________________________________________________________________________
51975 [  6318] By: gsar                                  on 2000/07/05  22:10:54
51976         Log: fix UNC path handling on Windows under ithreads, and chdir()
51977              return value when given a non-existent directory
51978      Branch: perl
51979            ! win32/vdir.h
51980 ____________________________________________________________________________
51981 [  6317] By: gsar                                  on 2000/07/05  22:08:19
51982         Log: winsock cleanup never done on Windows (leads to handle leaks)
51983      Branch: perl
51984            ! win32/perllib.c win32/win32sck.c
51985 ____________________________________________________________________________
51986 [  6316] By: gsar                                  on 2000/07/05  22:06:19
51987         Log: some debugger output does not go to the socket when RemotePort is set
51988      Branch: perl
51989            ! lib/perl5db.pl
51990 ____________________________________________________________________________
51991 [  6315] By: jhi                                   on 2000/07/05  00:25:21
51992         Log: Integrate with Sarathy, preliminary fix for unicos
51993              alignment problems in [ID 20000612.002] Perl problem on Cray system.
51994      Branch: cfgperl
51995            ! sv.h
51996           !> pp_hot.c
51997 ____________________________________________________________________________
51998 [  6314] By: gsar                                  on 2000/07/04  23:34:02
51999         Log: tyop in change#6306
52000      Branch: perl
52001            ! pp_hot.c
52002 ____________________________________________________________________________
52003 [  6313] By: jhi                                   on 2000/07/04  22:14:38
52004         Log: Multiline string literals ENONPORTABLE.
52005      Branch: cfgperl
52006            ! pp_hot.c
52007 ____________________________________________________________________________
52008 [  6312] By: jhi                                   on 2000/07/04  20:34:44
52009         Log: Integrate with Sarathy.
52010      Branch: cfgperl
52011           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
52012           !> t/op/method.t
52013 ____________________________________________________________________________
52014 [  6311] By: jhi                                   on 2000/07/04  20:30:56
52015         Log: More POSIX.pod embellishment.
52016      Branch: cfgperl
52017            ! ext/POSIX/POSIX.pod
52018 ____________________________________________________________________________
52019 [  6310] By: gsar                                  on 2000/07/04  17:28:48
52020         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
52021      Branch: perl
52022            ! t/lib/b.t
52023 ____________________________________________________________________________
52024 [  6309] By: jhi                                   on 2000/07/04  17:22:18
52025         Log: The #6308 required a little bit more.
52026      Branch: cfgperl
52027            ! Makefile.SH win32/Makefile
52028 ____________________________________________________________________________
52029 [  6308] By: jhi                                   on 2000/07/04  16:35:24
52030         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
52031      Branch: cfgperl
52032            + lib/lib_pm.PL
52033            - lib/lib.pm.PL
52034            ! MANIFEST Makefile.SH
52035 ____________________________________________________________________________
52036 [  6307] By: jhi                                   on 2000/07/04  16:28:58
52037         Log: Win32 patches for cfgperl from Sarathy.
52038      Branch: cfgperl
52039            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
52040            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
52041            ! thread.h toke.c util.c win32/Makefile win32/win32.c
52042 ____________________________________________________________________________
52043 [  6306] By: gsar                                  on 2000/07/04  16:28:40
52044         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
52045              (from Richard Soderberg <rs@oregonnet.com>)
52046      Branch: perl
52047            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
52048 ____________________________________________________________________________
52049 [  6305] By: jhi                                   on 2000/07/04  16:24:24
52050         Log: Integrate with Sarathy.
52051      Branch: cfgperl
52052           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
52053           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
52054           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
52055           !> proto.h win32/win32.c
52056 ____________________________________________________________________________
52057 [  6304] By: gsar                                  on 2000/07/04  16:17:24
52058         Log: missing perldiag entry for unpack("w",...) diagnostic (from
52059              Andreas Koenig)
52060      Branch: perl
52061            ! pod/perldiag.pod
52062 ____________________________________________________________________________
52063 [  6303] By: gsar                                  on 2000/07/04  16:14:44
52064         Log: remove rel2abs prototypes (from Barrie Slaymaker)
52065      Branch: perl
52066            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
52067            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
52068 ____________________________________________________________________________
52069 [  6302] By: gsar                                  on 2000/07/04  04:59:35
52070         Log: adjust change#6299
52071      Branch: perl
52072            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
52073            ! win32/win32.c
52074 ____________________________________________________________________________
52075 [  6301] By: jhi                                   on 2000/07/04  04:50:07
52076         Log: Integrate with Sarathy.
52077      Branch: cfgperl
52078           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
52079           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
52080           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
52081 ____________________________________________________________________________
52082 [  6300] By: gsar                                  on 2000/07/04  04:42:09
52083         Log: PERL_OBJECT build tweak
52084      Branch: perl
52085            ! perl.h
52086 ____________________________________________________________________________
52087 [  6299] By: gsar                                  on 2000/07/04  04:37:00
52088         Log: fix memory leak on Windows (PL_sys_intern contents were never
52089              freed)
52090      Branch: perl
52091            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
52092            ! perlapi.c proto.h win32/win32.c
52093 ____________________________________________________________________________
52094 [  6298] By: gsar                                  on 2000/07/04  04:15:59
52095         Log: fix large memory leak that has been around for ever, masked by
52096              -DPURIFY (most of the arenas were never freed!)
52097      Branch: perl
52098            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
52099 ____________________________________________________________________________
52100 [  6297] By: gsar                                  on 2000/07/04  04:07:46
52101         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
52102      Branch: perl
52103            ! perl.c
52104 ____________________________________________________________________________
52105 [  6296] By: jhi                                   on 2000/06/30  18:28:37
52106         Log: Elaborate POSIX.pod.  Still needs work.
52107      Branch: cfgperl
52108            ! ext/POSIX/POSIX.pod
52109 ____________________________________________________________________________
52110 [  6295] By: jhi                                   on 2000/06/30  14:58:18
52111         Log: Point to perlipc for more SysV IPC examples.
52112      Branch: cfgperl
52113            ! pod/perlfunc.pod
52114 ____________________________________________________________________________
52115 [  6294] By: gsar                                  on 2000/06/30  14:47:45
52116         Log: slurp mode fix in change#4736 still not quite right
52117      Branch: perl
52118            ! pp_hot.c t/io/argv.t
52119 ____________________________________________________________________________
52120 [  6293] By: jhi                                   on 2000/06/30  12:02:55
52121         Log: Integrate with Sarathy.
52122      Branch: cfgperl
52123           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
52124 ____________________________________________________________________________
52125 [  6292] By: jhi                                   on 2000/06/30  12:01:11
52126         Log: From: simon@brecon.co.uk (Simon Cozens)
52127              Subject: UTF8 concat
52128              Date: 30 Jun 2000 06:13:25 GMT
52129              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
52130      Branch: cfgperl
52131            ! pp_hot.c
52132 ____________________________________________________________________________
52133 [  6291] By: gsar                                  on 2000/06/30  04:37:33
52134         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
52135              when @_ is modified, causing coredumps
52136      Branch: perl
52137            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
52138 ____________________________________________________________________________
52139 [  6290] By: jhi                                   on 2000/06/30  02:21:44
52140         Log: Integrate with Sarathy.
52141      Branch: cfgperl
52142           !> vms/vms.c vms/vmsish.h
52143 ____________________________________________________________________________
52144 [  6289] By: jhi                                   on 2000/06/30  02:21:02
52145         Log: Check VERSIONs.
52146      Branch: cfgperl
52147            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
52148            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
52149            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
52150 ____________________________________________________________________________
52151 [  6288] By: jhi                                   on 2000/06/30  02:18:52
52152         Log: Integrate with Sarathy.
52153      Branch: cfgperl
52154           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
52155           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
52156           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
52157           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
52158 ____________________________________________________________________________
52159 [  6287] By: gsar                                  on 2000/06/30  02:17:08
52160         Log: integrate vmsperl changes into mainline
52161      Branch: perl
52162           !> vms/vms.c vms/vmsish.h
52163 ____________________________________________________________________________
52164 [  6285] By: gsar                                  on 2000/06/30  02:05:28
52165         Log: localize %INC in a Safe compartment so that use/require work
52166              (many other magic globals probably need similar treatment)
52167      Branch: perl
52168            ! ext/Opcode/Opcode.xs
52169 ____________________________________________________________________________
52170 [  6284] By: gsar                                  on 2000/06/30  01:54:54
52171         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
52172              about Windows
52173      Branch: perl
52174            ! pod/perlembed.pod
52175 ____________________________________________________________________________
52176 [  6283] By: jhi                                   on 2000/06/30  01:50:10
52177         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
52178              From: Barrie Slaymaker <barries@jester.slaysys.com>
52179              Date: Wed, 28 Jun 2000 11:35:29 -0400
52180              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
52181      Branch: perl
52182            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
52183            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
52184            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
52185            ! lib/File/Spec/Win32.pm
52186 ____________________________________________________________________________
52187 [  6282] By: jhi                                   on 2000/06/29  22:57:22
52188         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
52189              From: Dan Sugalski <dan@sidhe.org>
52190              Date: Tue, 06 Jun 2000 11:59:50 -0400
52191              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
52192      Branch: cfgperl
52193            ! vms/vms.c
52194 ____________________________________________________________________________
52195 [  6281] By: jhi                                   on 2000/06/29  22:52:50
52196         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
52197              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
52198              Date: Wed, 7 Jun 2000 04:02:04 -0500
52199              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
52200      Branch: cfgperl
52201            ! utils/h2xs.PL
52202 ____________________________________________________________________________
52203 [  6280] By: jhi                                   on 2000/06/29  22:45:47
52204         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
52205              From: rspier@pobox.com (Robert Spier)
52206              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
52207              Message-ID: <14654.31913.845602.610277@rls.cx>
52208      Branch: cfgperl
52209            ! utils/h2xs.PL
52210 ____________________________________________________________________________
52211 [  6279] By: jhi                                   on 2000/06/29  22:38:16
52212         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
52213              From: Tim Ayers <tayers@bridge.com>
52214              Date: Thu, 08 Jun 2000 08:11:06 +0200
52215              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
52216              [resent by Richard Foley, Message-Id probably wrong]
52217      Branch: cfgperl
52218            ! pod/perlsub.pod
52219 ____________________________________________________________________________
52220 [  6278] By: jhi                                   on 2000/06/29  22:21:45
52221         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
52222              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
52223              Date: Fri, 09 Jun 2000 12:39:27 -0400
52224              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
52225              (plus update the version "number" of Text::Wrap)
52226      Branch: cfgperl
52227            ! lib/Text/Wrap.pm
52228 ____________________________________________________________________________
52229 [  6277] By: jhi                                   on 2000/06/29  22:13:10
52230         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
52231              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52232              Date: Mon, 12 Jun 2000 14:55:59 +0100
52233              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
52234      Branch: cfgperl
52235            ! pod/perlfunc.pod
52236 ____________________________________________________________________________
52237 [  6276] By: jhi                                   on 2000/06/29  22:11:06
52238         Log: Subject: [PATCH] Re: eval documentation: context
52239              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52240              Date: Mon, 12 Jun 2000 15:07:29 +0100
52241              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
52242      Branch: cfgperl
52243            ! pod/perlfunc.pod
52244 ____________________________________________________________________________
52245 [  6275] By: jhi                                   on 2000/06/29  21:59:46
52246         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
52247              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
52248              Date: Tue, 13 Jun 2000 02:43:48 -0500
52249              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
52250      Branch: cfgperl
52251            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
52252 ____________________________________________________________________________
52253 [  6274] By: jhi                                   on 2000/06/29  21:56:14
52254         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
52255              From: Andy Dougherty <doughera@lafayette.edu>
52256              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
52257              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
52258      Branch: cfgperl
52259            ! ext/File/Glob/Glob.pm
52260 ____________________________________________________________________________
52261 [  6273] By: jhi                                   on 2000/06/29  21:49:09
52262         Log: Subject: [PATCH] xsub attributes
52263              From: Doug MacEachern <dougm@covalent.net>
52264              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
52265              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
52266      Branch: cfgperl
52267            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
52268            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
52269 ____________________________________________________________________________
52270 [  6272] By: jhi                                   on 2000/06/29  21:41:28
52271         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
52272              From: Tom Phoenix <rootbeer@redcat.com>
52273              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
52274              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
52275      Branch: cfgperl
52276            ! lib/Net/Ping.pm
52277 ____________________________________________________________________________
52278 [  6271] By: jhi                                   on 2000/06/29  21:36:55
52279         Log: Subject: PATCH pod/perltie.pod
52280              From: Ian Phillipps <Ian.Phillipps@iname.com>
52281              Date: Fri, 16 Jun 2000 00:17:19 +0100
52282              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
52283              (only the first hunk, the second hunk had already been done
52284              by some other patch)
52285      Branch: cfgperl
52286            ! pod/perltie.pod
52287 ____________________________________________________________________________
52288 [  6270] By: jhi                                   on 2000/06/29  21:24:51
52289         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
52290              From: Nicholas Clark <nick@talking.bollo.cx>
52291              Date: Fri, 23 Jun 2000 16:21:15 +0100
52292              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
52293      Branch: cfgperl
52294            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
52295            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
52296 ____________________________________________________________________________
52297 [  6269] By: jhi                                   on 2000/06/29  19:38:15
52298         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
52299              silence few compiler warnings.
52300      Branch: cfgperl
52301            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
52302 ____________________________________________________________________________
52303 [  6268] By: jhi                                   on 2000/06/29  18:21:50
52304         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
52305              From: Dominic Dunlop <domo@computer.org> 
52306              Date: Thu, 29 Jun 2000 12:32:39 +0200 
52307              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
52308      Branch: cfgperl
52309            ! t/op/sprintf.t
52310 ____________________________________________________________________________
52311 [  6267] By: jhi                                   on 2000/06/29  18:16:07
52312         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
52313              From: Doug MacEachern <dougm@covalent.net>
52314              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
52315              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
52316      Branch: cfgperl
52317            + t/op/method2entersub.t
52318            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
52319            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
52320            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
52321            ! xsutils.c
52322 ____________________________________________________________________________
52323 [  6266] By: jhi                                   on 2000/06/29  15:11:15
52324         Log: Subject: [PATCH 5.6.0] cygwin port
52325              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
52326              From: "Fifer, Eric" <EFifer@sanwaint.com>
52327              Date: Thu, 29 Jun 2000 12:58:29 +0100
52328      Branch: cfgperl
52329            ! cygwin/Makefile.SHs
52330 ____________________________________________________________________________
52331 [  6265] By: jhi                                   on 2000/06/29  15:04:05
52332         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
52333              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
52334              Date: Wed, 28 Jun 2000 17:50:12 -0700
52335              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
52336      Branch: cfgperl
52337            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
52338 ____________________________________________________________________________
52339 [  6264] By: jhi                                   on 2000/06/29  15:00:57
52340         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
52341              From: Marty Lucich <marty@netcom.com>
52342              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
52343              Message-Id: <200006282116.OAA11148@netcom.com>
52344              ccdlflags update (the BSD/OS 4.1 part had already been taken
52345              care of by #6141).
52346      Branch: cfgperl
52347            ! hints/bsdos.sh
52348 ____________________________________________________________________________
52349 [  6263] By: jhi                                   on 2000/06/29  13:47:44
52350         Log: tr fixes from Simon Cozens
52351      Branch: cfgperl
52352            ! doop.c
52353 ____________________________________________________________________________
52354 [  6262] By: jhi                                   on 2000/06/28  18:46:01
52355         Log: Subject: 5.6.0 Patch for EPOC
52356              From: Olaf Flebbe <o.flebbe@gmx.de>
52357              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
52358              Message-ID: <23449.960929969@www11.gmx.net>
52359      Branch: cfgperl
52360            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
52361            ! epoc/epocish.h
52362 ____________________________________________________________________________
52363 [  6261] By: jhi                                   on 2000/06/28  18:29:07
52364         Log: Subject: Re: [PATCH cfgperl] BOMs away!
52365              From: simon@brecon.co.uk (Simon Cozens)
52366              Date: 17 Jun 2000 11:49:57 GMT
52367              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
52368      Branch: cfgperl
52369            ! pod/perldiag.pod t/comp/require.t toke.c
52370 ____________________________________________________________________________
52371 [  6260] By: jhi                                   on 2000/06/28  17:47:16
52372         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
52373              From: simon@brecon.co.uk (Simon Cozens) 
52374              Date: 17 Jun 2000 11:56:44 GMT 
52375              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
52376              pack U0, pack C0
52377      Branch: cfgperl
52378            ! pod/perlfunc.pod pp.c t/op/pack.t
52379 ____________________________________________________________________________
52380 [  6259] By: jhi                                   on 2000/06/28  16:43:17
52381         Log: perlnewmod was missing from MANIFEST.
52382      Branch: cfgperl
52383            ! MANIFEST
52384 ____________________________________________________________________________
52385 [  6258] By: jhi                                   on 2000/06/28  15:54:30
52386         Log: linenumber tweak
52387      Branch: cfgperl
52388            ! t/pragma/warn/regcomp
52389 ____________________________________________________________________________
52390 [  6257] By: jhi                                   on 2000/06/28  15:50:44
52391         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
52392              From: Doug MacEachern <dougm@covalent.net>
52393              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
52394              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
52395              (one part of the patch had been applied earlier)
52396      Branch: cfgperl
52397            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
52398 ____________________________________________________________________________
52399 [  6256] By: jhi                                   on 2000/06/28  15:40:22
52400         Log: tweaks from Simon Cozens to further fix tr/// under utf8
52401      Branch: cfgperl
52402            ! doop.c
52403 ____________________________________________________________________________
52404 [  6255] By: jhi                                   on 2000/06/28  15:33:45
52405         Log: small thinko tweaks
52406      Branch: cfgperl
52407            ! lib/IPC/Open3.pm t/op/my_stash.t
52408 ____________________________________________________________________________
52409 [  6254] By: jhi                                   on 2000/06/28  15:33:25
52410         Log: Subject: tr///, help wanted.
52411              From: simon@brecon.co.uk (Simon Cozens)
52412              Date: 28 Jun 2000 11:29:04 GMT
52413              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
52414      Branch: cfgperl
52415            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
52416            ! pp_proto.h proto.h t/op/tr.t
52417 ____________________________________________________________________________
52418 [  6253] By: jhi                                   on 2000/06/28  15:09:17
52419         Log: Paranoia tweak on #6249.
52420              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
52421              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
52422              Date: Sun, 25 Jun 2000 23:43:12 -0400
52423              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
52424      Branch: cfgperl
52425            ! lib/IPC/Open3.pm
52426 ____________________________________________________________________________
52427 [  6252] By: jhi                                   on 2000/06/28  15:01:38
52428         Log: Document #6249 and #6251.
52429      Branch: cfgperl
52430            ! lib/Exporter.pm lib/IPC/Open3.pm
52431 ____________________________________________________________________________
52432 [  6251] By: jhi                                   on 2000/06/28  14:50:43
52433         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
52434              From: Doug MacEachern <dougm@covalent.net>
52435              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
52436              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
52437      Branch: cfgperl
52438            ! lib/Exporter.pm
52439 ____________________________________________________________________________
52440 [  6250] By: jhi                                   on 2000/06/28  14:45:23
52441         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
52442              From: Doug MacEachern <dougm@covalent.net>
52443              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
52444              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
52445      Branch: cfgperl
52446            + t/op/my_stash.t
52447            ! MANIFEST embed.pl global.sym proto.h toke.c
52448 ____________________________________________________________________________
52449 [  6249] By: jhi                                   on 2000/06/28  14:36:34
52450         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
52451              From: Frank Tobin <ftobin@uiuc.edu>
52452              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
52453              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
52454      Branch: cfgperl
52455            ! lib/IPC/Open3.pm
52456 ____________________________________________________________________________
52457 [  6248] By: jhi                                   on 2000/06/28  14:11:25
52458         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
52459              From: Mark-Jason Dominus <mjd@plover.com>
52460              Date: Tue, 27 Jun 2000 22:36:42 -0400
52461              Message-ID: <20000628023642.12166.qmail@plover.com>
52462      Branch: cfgperl
52463            ! pod/perlfunc.pod
52464 ____________________________________________________________________________
52465 [  6247] By: jhi                                   on 2000/06/27  12:46:37
52466         Log: Tweak $VERSION, patch from Doug MacEachern.
52467      Branch: cfgperl
52468            ! lib/File/Spec.pm
52469 ____________________________________________________________________________
52470 [  6246] By: jhi                                   on 2000/06/27  03:34:46
52471         Log: Allow for standalone testing.
52472      Branch: cfgperl
52473            ! t/lib/filefunc.t t/lib/filespec.t
52474 ____________________________________________________________________________
52475 [  6245] By: jhi                                   on 2000/06/27  02:50:02
52476         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
52477              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
52478              Date: Sat, 24 Jun 2000 13:06:20 +0100
52479              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
52480      Branch: cfgperl
52481            ! ext/DynaLoader/DynaLoader_pm.PL
52482 ____________________________________________________________________________
52483 [  6244] By: jhi                                   on 2000/06/27  02:46:10
52484         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
52485              From: Doug MacEachern <dougm@covalent.net>
52486              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
52487              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
52488      Branch: cfgperl
52489            ! gv.c sv.c t/lib/peek.t
52490 ____________________________________________________________________________
52491 [  6243] By: jhi                                   on 2000/06/27  02:38:07
52492         Log: Subject: [PATCH] is_utf8_string
52493              From: simon@brecon.co.uk (Simon Cozens)
52494              Date: 26 Jun 2000 02:25:59 GMT
52495              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
52496      Branch: cfgperl
52497            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
52498            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
52499            ! proto.h utf8.c
52500 ____________________________________________________________________________
52501 [  6242] By: jhi                                   on 2000/06/27  02:24:00
52502         Log: Subject: [PATCH] bytes<->utf8 fixes
52503              From: simon@brecon.co.uk (Simon Cozens)
52504              Date: 26 Jun 2000 04:55:45 GMT
52505              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
52506      Branch: cfgperl
52507            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
52508 ____________________________________________________________________________
52509 [  6241] By: jhi                                   on 2000/06/27  02:12:42
52510         Log: Do no -warn on \_, only on \alpha.
52511              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
52512              From: David Dyck <dcd@tc.fluke.com>
52513              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
52514              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
52515      Branch: cfgperl
52516            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
52517 ____________________________________________________________________________
52518 [  6240] By: jhi                                   on 2000/06/27  02:00:01
52519         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
52520              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
52521              Date: Mon, 26 Jun 2000 18:40:14 +0100
52522              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
52523      Branch: cfgperl
52524            ! utils/h2xs.PL
52525 ____________________________________________________________________________
52526 [  6239] By: jhi                                   on 2000/06/27  01:53:40
52527         Log: Configure maintenance.  Sever some dependency cycles,
52528              separate gccversion from the cc unit,
52529              address [ID 20000623.006] Configure script patch for using gcc on AIX
52530              (but solve it a little bit differently),
52531              unduplex some accidentally duplicated units,
52532              suggest using gcc if no cc available
52533              (p5p thread: "Solaris configure: counterproposal", 1999-09)
52534      Branch: cfgperl
52535            ! Configure Todo-5.6 config_h.SH
52536      Branch: metaconfig
52537            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
52538            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
52539      Branch: metaconfig/U/perl
52540            + gccvers.U
52541            ! d_getespwnam.U d_getprpwnam.U i_prot.U
52542 ____________________________________________________________________________
52543 [  6238] By: jhi                                   on 2000/06/25  18:04:56
52544         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
52545              From: Dan Sugalski <dan@sidhe.org>
52546              Date: Fri, 23 Jun 2000 17:00:00 -0400
52547              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
52548      Branch: cfgperl
52549            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
52550 ____________________________________________________________________________
52551 [  6237] By: jhi                                   on 2000/06/25  16:36:45
52552         Log: Tweak embed.pl, regen headers.
52553      Branch: cfgperl
52554            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
52555            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
52556            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
52557            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
52558            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
52559 ____________________________________________________________________________
52560 [  6236] By: jhi                                   on 2000/06/25  15:26:42
52561         Log: Regen headers.
52562      Branch: cfgperl
52563            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
52564            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
52565            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
52566            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
52567            ! regnodes.h warnings.h
52568 ____________________________________________________________________________
52569 [  6235] By: jhi                                   on 2000/06/23  19:39:35
52570         Log: The thread begun by
52571              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
52572              From: Kevin.Ruscoe@ubsw.com
52573              Date: Fri, 16 Jun 2000 16:38:51 +0100
52574              Message-Id: <H000019b03c300d6@MHS>
52575      Branch: cfgperl
52576            ! hints/solaris_2.sh
52577 ____________________________________________________________________________
52578 [  6234] By: jhi                                   on 2000/06/23  19:23:36
52579         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
52580              because when run as services (Win32ese for daemons)
52581              no environment variables are set and tmpdir ends up as /tmp,
52582              which is ambiguous.
52583              
52584              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
52585              From: matt@sergeant.org
52586              Date: 16 Jun 2000 16:30:43 -0000
52587              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
52588      Branch: cfgperl
52589            ! lib/File/Spec/Win32.pm
52590 ____________________________________________________________________________
52591 [  6233] By: jhi                                   on 2000/06/23  19:18:58
52592         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
52593              From: Mark-Jason Dominus <mjd@plover.com>
52594              Date: Fri, 16 Jun 2000 20:53:04 -0400
52595              Message-ID: <20000617005304.8008.qmail@plover.com>
52596      Branch: cfgperl
52597            ! op.h
52598 ____________________________________________________________________________
52599 [  6232] By: jhi                                   on 2000/06/23  16:10:02
52600         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
52601              From: simon@brecon.co.uk (Simon Cozens)
52602              Date: 19 Jun 2000 15:18:27 GMT
52603              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
52604              
52605              plus update pod/Makefile and regenerate perltoc
52606      Branch: cfgperl
52607            + pod/perlutil.pod
52608            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
52609 ____________________________________________________________________________
52610 [  6231] By: jhi                                   on 2000/06/23  15:19:18
52611         Log: Subject: [PATCH 5.6.0] cygwin port
52612              From: "Fifer, Eric" <EFifer@sanwaint.com>
52613              Date: Tue, 20 Jun 2000 14:30:58 +0100
52614              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
52615      Branch: cfgperl
52616            ! README.cygwin lib/File/Find.pm
52617 ____________________________________________________________________________
52618 [  6230] By: jhi                                   on 2000/06/23  14:25:21
52619         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
52620      Branch: cfgperl
52621            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
52622            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
52623            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
52624            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
52625 ____________________________________________________________________________
52626 [  6229] By: jhi                                   on 2000/06/23  14:13:34
52627         Log: Subject: README.hpux version 0.6.1
52628              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
52629              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
52630              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
52631      Branch: cfgperl
52632            ! README.hpux
52633 ____________________________________________________________________________
52634 [  6228] By: jhi                                   on 2000/06/23  14:07:20
52635         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
52636              From: Doug MacEachern <dougm@covalent.net>
52637              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
52638              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
52639      Branch: cfgperl
52640            ! op.c
52641 ____________________________________________________________________________
52642 [  6227] By: jhi                                   on 2000/06/23  14:01:06
52643         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
52644              From: Doug MacEachern <dougm@covalent.net>
52645              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
52646              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
52647      Branch: cfgperl
52648            + lib/lib.pm.PL
52649            - lib/lib.pm
52650            ! MANIFEST Makefile.SH
52651 ____________________________________________________________________________
52652 [  6226] By: jhi                                   on 2000/06/23  13:53:07
52653         Log: Subject: [PATCH] remove forward declarations in Socket.pm
52654              From: Doug MacEachern <dougm@covalent.net>
52655              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
52656              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
52657              
52658              From: Doug MacEachern <dougm@covalent.net>
52659              Subject: Re: [PATCH] remove forward declarations in Socket.pm
52660              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
52661              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
52662      Branch: cfgperl
52663            ! ext/Socket/Socket.pm op.c
52664 ____________________________________________________________________________
52665 [  6225] By: jhi                                   on 2000/06/23  13:41:52
52666         Log: Add source code filenames to apidoc.
52667              From: simon@brecon.co.uk (Simon Cozens)
52668              Subject: [PATCH embed.pl] Source X-ref
52669              Date: 22 Jun 2000 02:18:49 GMT
52670              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
52671      Branch: cfgperl
52672            ! embed.pl
52673 ____________________________________________________________________________
52674 [  6224] By: jhi                                   on 2000/06/23  13:32:33
52675         Log: A way to avoid English.pm performance hit.
52676              From: root <root@jester.slaysys.com>
52677              Subject: [YAPATCH English.pm] My turn to putt again
52678              Date: Thu, 22 Jun 2000 20:33:58 -0400
52679              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
52680      Branch: cfgperl
52681            ! lib/English.pm t/lib/english.t
52682 ____________________________________________________________________________
52683 [  6223] By: jhi                                   on 2000/06/23  13:27:06
52684         Log: Avoid double close().
52685              Subject: [PATCH] avoid double close()
52686              From: Doug MacEachern <dougm@covalent.net>
52687              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
52688              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
52689      Branch: cfgperl
52690            ! doio.c
52691 ____________________________________________________________________________
52692 [  6222] By: jhi                                   on 2000/06/23  13:25:54
52693         Log: doc typo fix
52694              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
52695              From: Ian Phillipps <Ian.Phillipps@iname.com>
52696              Date: Fri, 23 Jun 2000 10:40:58 +0100
52697              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
52698      Branch: cfgperl
52699            ! lib/Pod/Usage.pm
52700 ____________________________________________________________________________
52701 [  6221] By: jhi                                   on 2000/06/23  13:24:15
52702         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
52703              From: simon@brecon.co.uk (Simon Cozens)
52704              Subject: [PATCH] Eliminate tr///[CU][CU]
52705              Date: 23 Jun 2000 11:05:40 GMT
52706              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
52707      Branch: cfgperl
52708            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
52709 ____________________________________________________________________________
52710 [  6220] By: jhi                                   on 2000/06/22  16:07:51
52711         Log: Win32 patches from Benjamin Stuhl.
52712      Branch: cfgperl
52713            ! makedef.pl win32/win32.h
52714 ____________________________________________________________________________
52715 [  6219] By: jhi                                   on 2000/06/22  16:06:34
52716         Log: Bytecode patches from Benjamin Stuhl.
52717      Branch: cfgperl
52718            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
52719            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
52720            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
52721 ____________________________________________________________________________
52722 [  6218] By: jhi                                   on 2000/06/15  23:54:16
52723         Log: Bytecode patches from Benjamin Stuhl.
52724      Branch: cfgperl
52725            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
52726 ____________________________________________________________________________
52727 [  6217] By: jhi                                   on 2000/06/09  13:38:29
52728         Log: Rename the fdpid locking and integrate with Sarathy.
52729      Branch: cfgperl
52730            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
52731            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
52732            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
52733            ! win32/win32.c
52734           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
52735 ____________________________________________________________________________
52736 [  6216] By: gsar                                  on 2000/06/08  14:54:21
52737         Log: be more optimal about clearing @_
52738      Branch: perl
52739            ! cop.h
52740 ____________________________________________________________________________
52741 [  6215] By: gsar                                  on 2000/06/08  14:33:04
52742         Log: tweak comment about @DB::args
52743      Branch: perl
52744            ! av.h pp_ctl.c
52745 ____________________________________________________________________________
52746 [  6214] By: gsar                                  on 2000/06/08  13:57:54
52747         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
52748              caller() wants to populate @DB::args with it (causes a coredump
52749              in Carp::confess())
52750      Branch: perl
52751            ! cop.h t/op/runlevel.t
52752 ____________________________________________________________________________
52753 [  6213] By: gsar                                  on 2000/06/08  07:06:35
52754         Log: back out change#6106 (seems problematic)
52755      Branch: perl
52756            ! hints/solaris_2.sh
52757 ____________________________________________________________________________
52758 [  6212] By: jhi                                   on 2000/06/07  03:10:36
52759         Log: Continuing mopup for #6204.
52760      Branch: cfgperl
52761            ! ext/B/defsubs_h.PL
52762 ____________________________________________________________________________
52763 [  6211] By: jhi                                   on 2000/06/07  02:41:50
52764         Log: Mopup for #6204.
52765              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
52766              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
52767              This is comes from const() where POK isn't on when expected.
52768      Branch: cfgperl
52769            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
52770            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
52771            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
52772            ! perlapi.h pod/perlapi.pod
52773 ____________________________________________________________________________
52774 [  6210] By: jhi                                   on 2000/06/07  01:56:29
52775         Log: Mopup for #6207 and #6209.
52776      Branch: cfgperl
52777            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
52778 ____________________________________________________________________________
52779 [  6209] By: jhi                                   on 2000/06/07  01:33:12
52780         Log: Lock PL_fdpid against race conditions, based on:
52781              Subject: [PATCH 5.6.0]subprocess fixup for threads
52782              From: Dan Sugalski <dan@sidhe.org>
52783              To: perl5-porters@perl.org
52784              Date: Tue, 11 Apr 2000 17:02:32 -0400
52785              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
52786      Branch: cfgperl
52787            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
52788            ! win32/win32.c
52789 ____________________________________________________________________________
52790 [  6208] By: jhi                                   on 2000/06/07  01:05:23
52791         Log: Regen headers for #6207.
52792      Branch: cfgperl
52793            ! embed.h global.sym objXSUB.h proto.h
52794 ____________________________________________________________________________
52795 [  6207] By: jhi                                   on 2000/06/06  23:43:13
52796         Log: Subject: [PATCH 5.6.0] Threadsafe patches
52797              From: Dan Sugalski <dan@sidhe.org>
52798              To: perl5-porters@perl.org
52799              Date: Mon, 08 May 2000 18:08:13 -0400
52800              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
52801      Branch: cfgperl
52802            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
52803            ! proto.h sv.h util.c
52804 ____________________________________________________________________________
52805 [  6206] By: jhi                                   on 2000/06/06  23:21:23
52806         Log: Subject: [PATCH] Eliminate $a/$b in pod
52807              From: David Glasser <me@davidglasser.net>
52808              To: perl5-porters@perl.org
52809              Date: Mon, 29 May 2000 21:15:59 -0400
52810              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
52811      Branch: cfgperl
52812            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
52813            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
52814            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
52815            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
52816            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
52817            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
52818            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
52819            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
52820            ! pod/perlvar.pod pod/perlxs.pod
52821 ____________________________________________________________________________
52822 [  6205] By: jhi                                   on 2000/06/06  23:12:14
52823         Log: Subject: [PATCH] Win32 improvements
52824              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
52825              To: gsar@activestate.com, perl5-porters@perl.org
52826              Date: Mon, 29 May 2000 17:22:24 PDT
52827              Message-ID: <20000530002224.91142.qmail@hotmail.com>
52828              (MUA had mangled many lines by wordwrapping)
52829      Branch: cfgperl
52830            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
52831 ____________________________________________________________________________
52832 [  6204] By: jhi                                   on 2000/06/06  23:01:50
52833         Log: Subject: [PATCH] B::Bytecode patches
52834              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
52835              To: gsar@activestate.com, jhi@iki.fi
52836              Cc: perl5-porters@perl.org
52837              Message-ID: <20000602202526.48694.qmail@hotmail.com>
52838              (MUA had mangled many lines by wordwrapping)
52839      Branch: cfgperl
52840            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
52841            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
52842            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
52843            ! intrpvar.h perl.c
52844 ____________________________________________________________________________
52845 [  6203] By: jhi                                   on 2000/06/06  22:32:43
52846         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
52847              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
52848              Date: Tue, 06 Jun 2000 13:07:45 -0700
52849              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
52850      Branch: cfgperl
52851            ! pod/perldiag.pod
52852 ____________________________________________________________________________
52853 [  6202] By: jhi                                   on 2000/06/06  19:38:35
52854         Log: Integrate with Sarathy.
52855      Branch: cfgperl
52856           !> perl.c
52857 ____________________________________________________________________________
52858 [  6201] By: gsar                                  on 2000/06/06  00:42:59
52859         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
52860              does a PUSHMARK that's never ever POPMARKed; in general, only
52861              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
52862              Perl_eval_[sp]v() don't because they don't take any incoming
52863              arguments (this leak has been around since the original version
52864              of perl_eval_pv() in 5.003_97e)
52865      Branch: perl
52866            ! perl.c
52867 ____________________________________________________________________________
52868 [  6200] By: jhi                                   on 2000/06/04  03:44:52
52869         Log: Update to cperl-mode.el 4.31 from
52870              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
52871              Subject: A couple of notes
52872              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52873              To: Mailing list Perl5 <perl5-porters@perl.org>
52874              Date: Sat, 3 Jun 2000 23:33:32 -0400
52875              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
52876      Branch: cfgperl
52877            ! emacs/cperl-mode.el
52878 ____________________________________________________________________________
52879 [  6199] By: jhi                                   on 2000/06/03  15:11:05
52880         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
52881              From: Dan Sugalski <dan@sidhe.org>
52882              To: perl5-porters@perl.org, vmsperl@perl.org
52883              Date: Fri, 02 Jun 2000 17:30:51 -0400
52884              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
52885      Branch: cfgperl
52886            ! vms/descrip_mms.template vms/gen_shrfls.pl
52887 ____________________________________________________________________________
52888 [  6198] By: jhi                                   on 2000/06/03  14:59:15
52889         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
52890              From: Dan Sugalski <dan@sidhe.org>
52891              To: vmsperl@perl.org, perl5-porters@perl.org
52892              Date: Fri, 02 Jun 2000 16:00:41 -0400
52893              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
52894              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
52895      Branch: cfgperl
52896            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
52897            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
52898            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
52899 ____________________________________________________________________________
52900 [  6197] By: jhi                                   on 2000/06/03  14:41:30
52901         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
52902              From: John Borwick <jhborwic@unity.ncsu.edu>
52903              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
52904              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
52905      Branch: cfgperl
52906            ! pod/perlsyn.pod
52907 ____________________________________________________________________________
52908 [  6196] By: jhi                                   on 2000/06/03  14:38:09
52909         Log: Integrate with Sarathy.
52910      Branch: cfgperl
52911           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
52912           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
52913           !> vms/perly_c.vms
52914 ____________________________________________________________________________
52915 [  6195] By: gsar                                  on 2000/06/02  22:43:13
52916         Log: fix yet another eval"" leak under USE_ITHREADS
52917      Branch: perl
52918            ! op.c
52919 ____________________________________________________________________________
52920 [  6194] By: gsar                                  on 2000/06/02  18:22:06
52921         Log: fix small eval"" memory leaks under USE_ITHREADS
52922      Branch: perl
52923            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
52924            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
52925            ! vms/perly_c.vms
52926 ____________________________________________________________________________
52927 [  6193] By: jhi                                   on 2000/06/01  13:03:56
52928         Log: Signals-be-gone for microperl.
52929      Branch: cfgperl
52930            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
52931 ____________________________________________________________________________
52932 [  6192] By: jhi                                   on 2000/06/01  12:52:02
52933         Log: Integrate with Sarathy.
52934      Branch: cfgperl
52935           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
52936           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
52937           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
52938           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
52939           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
52940           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
52941           !> t/op/vec.t utils/h2xs.PL
52942 ____________________________________________________________________________
52943 [  6191] By: gsar                                  on 2000/06/01  09:38:21
52944         Log: vec() loses numericalness (modified version of patch suggested
52945              by Robin Barker)
52946      Branch: perl
52947            ! doop.c t/op/vec.t
52948 ____________________________________________________________________________
52949 [  6190] By: gsar                                  on 2000/06/01  09:26:15
52950         Log: submit missing embed.pl change
52951      Branch: perl
52952            ! embed.pl
52953 ____________________________________________________________________________
52954 [  6189] By: gsar                                  on 2000/06/01  09:05:34
52955         Log: counting tr/// corrupts later operation (from M.J.T Guy)
52956      Branch: perl
52957            ! doop.c t/op/tr.t
52958 ____________________________________________________________________________
52959 [  6188] By: gsar                                  on 2000/06/01  08:58:39
52960         Log: h2xs tweaks
52961      Branch: perl
52962            ! utils/h2xs.PL
52963 ____________________________________________________________________________
52964 [  6187] By: gsar                                  on 2000/06/01  08:50:07
52965         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
52966              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
52967      Branch: perl
52968            + lib/Pod/LaTeX.pm
52969            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
52970            ! pod/pod2latex.PL
52971 ____________________________________________________________________________
52972 [  6186] By: gsar                                  on 2000/06/01  08:24:40
52973         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
52974              <wolfgang.laun@alcatel.at>)
52975      Branch: perl
52976            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
52977            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
52978 ____________________________________________________________________________
52979 [  6185] By: gsar                                  on 2000/06/01  08:12:00
52980         Log: remove incorrect documentation about implicit split to @_ in
52981              list context, which never really worked in perl 5 (from
52982              M.J.T. Guy)
52983      Branch: perl
52984            ! pod/perlfunc.pod pod/perltrap.pod
52985 ____________________________________________________________________________
52986 [  6184] By: gsar                                  on 2000/06/01  07:52:27
52987         Log: tweak for change#6127
52988      Branch: perl
52989            ! perl.c
52990 ____________________________________________________________________________
52991 [  6183] By: gsar                                  on 2000/06/01  07:41:02
52992         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
52993              <nick@ccl4.org>)
52994      Branch: perl
52995            + t/lib/selfloader.t
52996            ! MANIFEST lib/SelfLoader.pm
52997 ____________________________________________________________________________
52998 [  6182] By: jhi                                   on 2000/06/01  00:34:42
52999         Log: Be Cleaner Part Deux.
53000      Branch: cfgperl
53001            ! Makefile.SH
53002 ____________________________________________________________________________
53003 [  6181] By: jhi                                   on 2000/06/01  00:32:09
53004         Log: Integrate with Sarathy.
53005      Branch: cfgperl
53006           !> pp.c t/op/arith.t
53007 ____________________________________________________________________________
53008 [  6180] By: jhi                                   on 2000/06/01  00:31:13
53009         Log: microperl nits from Simon Cozens.
53010      Branch: cfgperl
53011            + uconfig.h
53012            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
53013            ! unixish.h
53014 ____________________________________________________________________________
53015 [  6179] By: gsar                                  on 2000/05/31  22:37:51
53016         Log: buggy modulus on UVs introduced by change#3378 (resulted in
53017              4063328477 % 65535 amounting to 27406, instead of 27407)
53018      Branch: perl
53019            ! pp.c t/op/arith.t
53020 ____________________________________________________________________________
53021 [  6178] By: jhi                                   on 2000/05/31  21:52:41
53022         Log: Be cleaner.
53023      Branch: cfgperl
53024            ! Makefile.SH
53025 ____________________________________________________________________________
53026 [  6177] By: jhi                                   on 2000/05/31  21:47:33
53027         Log: Substitution utf8 patch from Simon Cozens.
53028      Branch: cfgperl
53029            ! pp_hot.c
53030 ____________________________________________________________________________
53031 [  6176] By: jhi                                   on 2000/05/31  21:45:34
53032         Log: Single-quoted utf8 patch from Simon Cozens.
53033      Branch: cfgperl
53034            ! toke.c
53035 ____________________________________________________________________________
53036 [  6175] By: jhi                                   on 2000/05/31  21:40:18
53037         Log: Integrate with Sarathy.
53038      Branch: cfgperl
53039           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
53040 ____________________________________________________________________________
53041 [  6174] By: jhi                                   on 2000/05/31  21:37:31
53042         Log: microperl changes from Simon Cozens; Makefile for microperl
53043              written from scratch; few casts added as microperl compilation
53044              doesn't have all prototypes available.
53045      Branch: cfgperl
53046            + Makefile.micro README.micro Todo.micro uconfig.sh
53047            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
53048            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
53049      Branch: metaconfig
53050            + U/modified/Config_h.U
53051 ____________________________________________________________________________
53052 [  6173] By: jhi                                   on 2000/05/31  20:00:24
53053         Log: metaconfig maintenance.
53054      Branch: metaconfig
53055            + U/modified/Inhdr.U U/typedefs/inotype.U
53056      Branch: metaconfig/U/perl
53057            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
53058            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
53059 ____________________________________________________________________________
53060 [  6172] By: gsar                                  on 2000/05/31  05:05:42
53061         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
53062              (from Ilya Zakharevich)
53063      Branch: perl
53064            ! regexec.c t/op/re_tests
53065 ____________________________________________________________________________
53066 [  6171] By: gsar                                  on 2000/05/31  05:01:47
53067         Log: scalar() doesn't force scalar context when used in void context
53068              (from Simon Cozens)
53069      Branch: perl
53070            ! op.c t/op/wantarray.t
53071 ____________________________________________________________________________
53072 [  6170] By: gsar                                  on 2000/05/31  04:41:33
53073         Log: change#6142 needs tweaks to tests to work where there's no symlink()
53074              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
53075      Branch: perl
53076            ! t/lib/filefind.t
53077 ____________________________________________________________________________
53078 [  6169] By: gsar                                  on 2000/05/31  04:29:49
53079         Log: integrate cfgperl contents into mainline
53080      Branch: perl
53081           +> pod/perlmodlib.PL pod/perlnewmod.pod
53082           !> (integrate 42 files)
53083 ____________________________________________________________________________
53084 [  6168] By: jhi                                   on 2000/05/30  22:53:37
53085         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
53086      Branch: cfgperl
53087            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53088            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
53089            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
53090            ! win32/config.bc win32/config.gc win32/config.vc
53091            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
53092            ! win32/config_h.PL win32/config_sh.PL
53093      Branch: metaconfig/U/perl
53094            ! perlxv.U
53095 ____________________________________________________________________________
53096 [  6167] By: jhi                                   on 2000/05/30  22:20:21
53097         Log: tweak todo 
53098      Branch: cfgperl
53099            ! Todo-5.6
53100 ____________________________________________________________________________
53101 [  6166] By: jhi                                   on 2000/05/30  22:11:51
53102         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
53103              in case somebody wants to write an extension for more
53104              shadow database interfaces.
53105      Branch: cfgperl
53106            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53107            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
53108            ! vos/config.def vos/config.h vos/config_h.SH_orig
53109            ! win32/config.bc win32/config.gc win32/config.vc
53110            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
53111      Branch: metaconfig
53112            ! U/modified/Myinit.U
53113      Branch: metaconfig/U/perl
53114            + d_getespwnam.U d_getprpwnam.U i_prot.U
53115 ____________________________________________________________________________
53116 [  6165] By: jhi                                   on 2000/05/30  18:35:34
53117         Log: Integrate with Sarathy.
53118      Branch: cfgperl
53119           !> op.c
53120 ____________________________________________________________________________
53121 [  6164] By: jhi                                   on 2000/05/30  18:30:16
53122         Log: detypo
53123      Branch: cfgperl
53124            ! Configure config_h.SH
53125      Branch: metaconfig/U/perl
53126            ! perlxv.U
53127 ____________________________________________________________________________
53128 [  6163] By: gsar                                  on 2000/05/30  03:24:03
53129         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
53130      Branch: perl
53131            ! op.c
53132 ____________________________________________________________________________
53133 [  6162] By: gsar                                  on 2000/05/30  03:09:38
53134         Log: fix memory leak in method call optimization (change#3768);
53135              made C<eval "$x->foo()"> leak
53136      Branch: perl
53137            ! op.c
53138 ____________________________________________________________________________
53139 [  6161] By: jhi                                   on 2000/05/29  17:56:26
53140         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
53141              both from Simon Cozens.
53142      Branch: cfgperl
53143            + pod/perlmodlib.PL pod/perlnewmod.pod
53144            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
53145            ! pod/perlmodlib.pod pod/perltoc.pod
53146 ____________________________________________________________________________
53147 [  6160] By: jhi                                   on 2000/05/29  17:23:55
53148         Log: Changes for the File::Temp 0.08 (change #6159) test suite
53149              to fit better into the Perl distribution test framework.
53150      Branch: cfgperl
53151            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
53152            ! t/lib/ftmp-tempfile.t
53153 ____________________________________________________________________________
53154 [  6159] By: jhi                                   on 2000/05/29  16:55:36
53155         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
53156      Branch: cfgperl
53157            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
53158            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
53159 ____________________________________________________________________________
53160 [  6158] By: bailey                                on 2000/05/29  16:22:08
53161         Log: Add fallback to tmpfile for use in cases where user's relying on
53162              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
53163              Lane's patch)
53164      Branch: vmsperl
53165            ! vms/vms.c vms/vmsish.h
53166 ____________________________________________________________________________
53167 [  6157] By: jhi                                   on 2000/05/29  03:10:36
53168         Log: Regen Configure to jive with #6149.
53169      Branch: cfgperl
53170            ! Configure
53171      Branch: metaconfig
53172            ! U/modified/Getfile.U
53173 ____________________________________________________________________________
53174 [  6156] By: jhi                                   on 2000/05/29  03:01:38
53175         Log: Integrate with Sarathy.
53176      Branch: cfgperl
53177           +> ext/DynaLoader/dl_mac.xs
53178           !> (integrate 38 files)
53179 ____________________________________________________________________________
53180 [  6155] By: gsar                                  on 2000/05/28  21:15:58
53181         Log: small bug in change#6144; remove random \xA0 character that snuck
53182              in via change#6145
53183      Branch: perl
53184            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
53185 ____________________________________________________________________________
53186 [  6154] By: gsar                                  on 2000/05/28  21:04:19
53187         Log: avoid type mismatch warning
53188      Branch: perl
53189            ! perl.c
53190 ____________________________________________________________________________
53191 [  6153] By: gsar                                  on 2000/05/28  20:58:31
53192         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
53193              <nick@Bagpuss.uk.boo.com>)
53194      Branch: perl
53195            ! lib/Test/Harness.pm
53196 ____________________________________________________________________________
53197 [  6152] By: gsar                                  on 2000/05/28  20:53:42
53198         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
53199      Branch: perl
53200            ! regexec.c
53201 ____________________________________________________________________________
53202 [  6151] By: gsar                                  on 2000/05/28  20:50:28
53203         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
53204      Branch: perl
53205            ! regexec.c
53206 ____________________________________________________________________________
53207 [  6150] By: gsar                                  on 2000/05/28  20:39:58
53208         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
53209      Branch: perl
53210            ! pod/perlrequick.pod
53211 ____________________________________________________________________________
53212 [  6149] By: gsar                                  on 2000/05/28  20:35:16
53213         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
53214              <troc@netrus.net>)
53215      Branch: perl
53216            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
53217            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
53218            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
53219            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
53220 ____________________________________________________________________________
53221 [  6148] By: gsar                                  on 2000/05/28  20:21:07
53222         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
53223      Branch: perl
53224            ! lib/ExtUtils/MM_Unix.pm
53225 ____________________________________________________________________________
53226 [  6147] By: gsar                                  on 2000/05/28  20:12:41
53227         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
53228              (from Peter Prymmer)
53229      Branch: perl
53230            ! vms/subconfigure.com
53231 ____________________________________________________________________________
53232 [  6146] By: gsar                                  on 2000/05/28  20:06:15
53233         Log: doc typo
53234      Branch: perl
53235            ! lib/warnings.pm warnings.h warnings.pl
53236 ____________________________________________________________________________
53237 [  6145] By: gsar                                  on 2000/05/28  18:44:33
53238         Log: make xsubpp skip embedded pod (from Matthias Neeracher
53239              <neeri@iis.ee.ethz.ch>)
53240      Branch: perl
53241            ! lib/ExtUtils/xsubpp
53242 ____________________________________________________________________________
53243 [  6144] By: gsar                                  on 2000/05/28  18:42:49
53244         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
53245              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
53246              <neeri@iis.ee.ethz.ch>)
53247      Branch: perl
53248            ! lib/AutoSplit.pm
53249 ____________________________________________________________________________
53250 [  6143] By: gsar                                  on 2000/05/28  18:41:12
53251         Log: MacOS support, part 1 (from Matthias Neeracher
53252              <neeri@iis.ee.ethz.ch>)
53253      Branch: perl
53254            + ext/DynaLoader/dl_mac.xs
53255            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
53256            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
53257            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
53258            ! util.h
53259 ____________________________________________________________________________
53260 [  6142] By: gsar                                  on 2000/05/28  18:21:51
53261         Log: File::Find fails to chdir when chasing symlinks (from
53262              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
53263      Branch: perl
53264            ! lib/File/Find.pm t/lib/filefind.t
53265 ____________________________________________________________________________
53266 [  6141] By: jhi                                   on 2000/05/28  14:25:15
53267         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
53268              forwarded by Peter Seebach from the bsdi-users mailing list.
53269              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
53270      Branch: perl
53271            ! hints/bsdos.sh
53272 ____________________________________________________________________________
53273 [  6140] By: jhi                                   on 2000/05/28  14:11:57
53274         Log: Integrate with Sarathy.
53275      Branch: cfgperl
53276           +> (branch 30 files)
53277           !> (integrate 93 files)
53278 ____________________________________________________________________________
53279 [  6139] By: gsar                                  on 2000/05/28  10:01:48
53280         Log: revise mktables.PL for bugs and newness in Unicode 3.0
53281              (from James Bence <jbence@amgen.com>)
53282      Branch: perl
53283            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
53284            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
53285            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
53286            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
53287            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
53288            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
53289            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
53290            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
53291            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
53292            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
53293            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
53294            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
53295            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
53296            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
53297            + lib/unicode/Is/SylWU.pl
53298            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
53299            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
53300            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
53301            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
53302            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
53303            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
53304            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
53305            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
53306            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
53307            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
53308            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
53309            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
53310            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
53311            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
53312            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
53313            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
53314            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
53315            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
53316            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
53317            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
53318            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
53319            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
53320            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
53321            ! lib/unicode/Makefile lib/unicode/mktables.PL
53322 ____________________________________________________________________________
53323 [  6138] By: gsar                                  on 2000/05/28  08:50:32
53324         Log: add note about the handling of negative indices to tied arrays
53325              (from Michael G Schwern <schwern@pobox.com>)
53326      Branch: perl
53327            ! pod/perltie.pod
53328 ____________________________________________________________________________
53329 [  6137] By: gsar                                  on 2000/05/28  08:46:10
53330         Log: fix bogus redeclaration warning for "our" variables in different
53331              scopes
53332      Branch: perl
53333            ! op.c t/pragma/strict-vars
53334 ____________________________________________________________________________
53335 [  6136] By: gsar                                  on 2000/05/28  08:31:20
53336         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
53337      Branch: perl
53338            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
53339 ____________________________________________________________________________
53340 [  6135] By: gsar                                  on 2000/05/28  08:17:50
53341         Log: enable Test::Harness to dynamically determine column width etc.
53342              (from Rob Napier <rnapier@employees.org>)
53343      Branch: perl
53344            ! lib/Test/Harness.pm
53345 ____________________________________________________________________________
53346 [  6134] By: gsar                                  on 2000/05/28  08:13:39
53347         Log: make Test::Harness use wait.h/WCOREDUMP if available
53348              (from Ben Tilly <ben_tilly@hotmail.com>)
53349      Branch: perl
53350            ! lib/Test/Harness.pm
53351 ____________________________________________________________________________
53352 [  6133] By: gsar                                  on 2000/05/28  08:08:05
53353         Log: elide bogus test in change#6132
53354      Branch: perl
53355            ! t/pragma/warn/9enabled
53356 ____________________________________________________________________________
53357 [  6132] By: gsar                                  on 2000/05/28  08:03:14
53358         Log: warnings::enabled() doesn't fall back to looking at $^W if
53359              caller isn't using lexical warnings (from Paul Marquess)
53360      Branch: perl
53361            ! pp_ctl.c t/pragma/warn/9enabled
53362 ____________________________________________________________________________
53363 [  6131] By: gsar                                  on 2000/05/28  07:57:47
53364         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
53365      Branch: perl
53366            ! ext/POSIX/POSIX.pm
53367 ____________________________________________________________________________
53368 [  6130] By: gsar                                  on 2000/05/28  07:29:12
53369         Log: fix places that mean C<"word" character> but say C<alphanumeric
53370              character>
53371      Branch: perl
53372            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
53373 ____________________________________________________________________________
53374 [  6129] By: gsar                                  on 2000/05/28  07:18:41
53375         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
53376      Branch: perl
53377            ! vms/test.com
53378 ____________________________________________________________________________
53379 [  6128] By: gsar                                  on 2000/05/28  07:12:55
53380         Log: new perlxstut example for passing/returning refs to arrays
53381              (from David Lowe <dlowe@pootpoot.com>)
53382      Branch: perl
53383            ! pod/perlxstut.pod
53384 ____________________________________________________________________________
53385 [  6127] By: gsar                                  on 2000/05/28  07:02:50
53386         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
53387              failed (from Gisle Aas)
53388      Branch: perl
53389            ! cop.h perl.c
53390 ____________________________________________________________________________
53391 [  6126] By: gsar                                  on 2000/05/28  06:39:53
53392         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
53393              (reworked variant of patch suggested by Simon Cozens)
53394      Branch: perl
53395            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
53396            ! pp_hot.c proto.h t/op/gv.t
53397 ____________________________________________________________________________
53398 [  6125] By: gsar                                  on 2000/05/28  05:14:55
53399         Log: enable propagating exception objects via Perl_croak() in XS code
53400              (from Gisle Aas)
53401      Branch: perl
53402            ! util.c
53403 ____________________________________________________________________________
53404 [  6124] By: gsar                                  on 2000/05/28  05:07:28
53405         Log: integrate vmsperl contents into mainline
53406      Branch: perl
53407           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
53408           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
53409           !> vms/vmsish.h
53410 ____________________________________________________________________________
53411 [  6123] By: gsar                                  on 2000/05/28  05:03:53
53412         Log: clarify gotcha with #line directives (from Rocco Caputo
53413              <troc@netrus.net>)
53414      Branch: perl
53415            ! pod/perldebug.pod pod/perlsyn.pod
53416 ____________________________________________________________________________
53417 [  6122] By: gsar                                  on 2000/05/28  04:58:29
53418         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
53419              (from Mark-Jason Dominus)
53420      Branch: perl
53421            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
53422            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
53423            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
53424            ! toke.c
53425 ____________________________________________________________________________
53426 [  6121] By: bailey                                on 2000/05/25  04:46:54
53427         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
53428              lists (based on fixes by Craig Berry)
53429      Branch: vmsperl
53430            ! lib/File/Spec/VMS.pm
53431 ____________________________________________________________________________
53432 [  6120] By: bailey                                on 2000/05/25  04:25:38
53433         Log: Add missing escape (Charles Lane)
53434      Branch: vmsperl
53435            ! t/op/lex_assign.t
53436 ____________________________________________________________________________
53437 [  6119] By: bailey                                on 2000/05/25  04:21:25
53438         Log: Quiet error messages in vmsish.t (Charles Lane)
53439      Branch: vmsperl
53440            ! vms/ext/vmsish.t
53441 ____________________________________________________________________________
53442 [  6118] By: bailey                                on 2000/05/25  04:17:57
53443         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
53444              Flatten case labels in switch statements uniformly (Charles Bailey)
53445      Branch: vmsperl
53446            ! vms/vms.c
53447 ____________________________________________________________________________
53448 [  6117] By: bailey                                on 2000/05/25  03:58:09
53449         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
53450      Branch: vmsperl
53451            ! vms/vmsish.h
53452 ____________________________________________________________________________
53453 [  6116] By: bailey                                on 2000/05/25  03:11:15
53454         Log: Miscellaneous cosmetic fixes (Charles Lane)
53455      Branch: vmsperl
53456            ! lib/ExtUtils/MM_VMS.pm
53457 ____________________________________________________________________________
53458 [  6115] By: bailey                                on 2000/05/25  03:10:36
53459         Log: Add bounds checking for several strings (Charles Lane)
53460      Branch: vmsperl
53461            ! vms/vms.c
53462 ____________________________________________________________________________
53463 [  6114] By: bailey                                on 2000/05/25  02:25:34
53464         Log: Urk -- undo previous removal of vmsish 'exit' change
53465      Branch: vmsperl
53466            ! vms/ext/vmsish.pm vms/vmsish.h
53467 ____________________________________________________________________________
53468 [  6113] By: bailey                                on 2000/05/24  02:24:40
53469         Log: Ugly workaround for version-specific RTL error
53470      Branch: vmsperl
53471            ! vms/vms.c
53472 ____________________________________________________________________________
53473 [  6112] By: bailey                                on 2000/05/24  02:19:55
53474         Log: Check for existence of file before trying to delete
53475      Branch: vmsperl
53476            ! vms/test.com
53477 ____________________________________________________________________________
53478 [  6111] By: bailey                                on 2000/05/23  23:35:13
53479         Log: Resync with mainline prior to post-5.6.0 updates
53480      Branch: vmsperl
53481           +> (branch 49 files)
53482            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
53483            ! vms/ext/vmsish.pm
53484           !> (integrate 334 files)
53485 ____________________________________________________________________________
53486 [  6110] By: jhi                                   on 2000/05/23  19:28:32
53487         Log: todo tweak
53488      Branch: cfgperl
53489            ! Todo-5.6
53490 ____________________________________________________________________________
53491 [  6109] By: jhi                                   on 2000/05/18  17:38:54
53492         Log: Integrate with Sarathy.
53493      Branch: cfgperl
53494           !> mg.c perl.h win32/perlhost.h
53495 ____________________________________________________________________________
53496 [  6108] By: gsar                                  on 2000/05/17  02:24:56
53497         Log: reenable fake signal handling on Windows, bugs and all
53498      Branch: perl
53499            ! mg.c perl.h win32/perlhost.h
53500 ____________________________________________________________________________
53501 [  6107] By: jhi                                   on 2000/05/15  18:01:41
53502         Log: Tweak the todo list.
53503      Branch: cfgperl
53504            ! Todo-5.6
53505 ____________________________________________________________________________
53506 [  6106] By: jhi                                   on 2000/05/15  13:41:48
53507         Log: The (Configure) script refuses to go on, after asking for
53508              'You may also choose to try maximal 64-bitness....'.
53509              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
53510              -- Patrick Zima
53511              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
53512      Branch: cfgperl
53513            ! hints/solaris_2.sh
53514 ____________________________________________________________________________
53515 [  6105] By: jhi                                   on 2000/05/11  14:37:43
53516         Log: Integrate with Sarathy.
53517      Branch: cfgperl
53518           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
53519           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
53520 ____________________________________________________________________________
53521 [  6104] By: gsar                                  on 2000/05/11  03:39:07
53522         Log: PL_sys_intern was being initialized too late on windows
53523      Branch: perl
53524            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
53525            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
53526 ____________________________________________________________________________
53527 [  6103] By: jhi                                   on 2000/05/09  19:42:20
53528         Log: Test tweaking for Unicos continues.
53529      Branch: cfgperl
53530            ! t/op/64bitint.t
53531 ____________________________________________________________________________
53532 [  6102] By: jhi                                   on 2000/05/09  16:47:27
53533         Log: The test suite tweak in #6101 wasn't quite right.
53534      Branch: cfgperl
53535            ! t/lib/complex.t
53536 ____________________________________________________________________________
53537 [  6101] By: jhi                                   on 2000/05/09  15:35:34
53538         Log: Hints and test tweaks for Unicos.
53539      Branch: cfgperl
53540            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
53541 ____________________________________________________________________________
53542 [  6100] By: jhi                                   on 2000/05/08  21:15:06
53543         Log: More compilation tweakery from Allen Smith.
53544      Branch: cfgperl
53545            ! hints/irix_6.sh
53546 ____________________________________________________________________________
53547 [  6099] By: jhi                                   on 2000/05/08  19:21:18
53548         Log: Tweaks for the cc bugs from Allen Smith.
53549      Branch: cfgperl
53550            ! hints/irix_6.sh
53551 ____________________________________________________________________________
53552 [  6098] By: jhi                                   on 2000/05/08  19:13:37
53553         Log: Add a note about other, yet unsupported, shadow password APIs.
53554      Branch: cfgperl
53555            ! pp_sys.c
53556 ____________________________________________________________________________
53557 [  6097] By: jhi                                   on 2000/05/08  18:46:34
53558         Log: Add a note about possible compilation problems from Allen Smith.
53559      Branch: cfgperl
53560            ! hints/irix_6.sh
53561 ____________________________________________________________________________
53562 [  6096] By: jhi                                   on 2000/05/08  17:33:10
53563         Log: Integrate with Sarathy.
53564      Branch: cfgperl
53565           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
53566           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
53567 ____________________________________________________________________________
53568 [  6095] By: jhi                                   on 2000/05/08  16:21:33
53569         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
53570              might be useful in future.
53571      Branch: cfgperl
53572            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53573            ! config_h.SH
53574      Branch: metaconfig
53575            ! U/installdirs/inc_version_list.U
53576      Branch: metaconfig/U/perl
53577            ! perlxv.U
53578 ____________________________________________________________________________
53579 [  6094] By: gsar                                  on 2000/05/08  14:22:22
53580         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
53581      Branch: perl
53582            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
53583            ! hints/cygwin.sh pp_sys.c
53584 ____________________________________________________________________________
53585 [  6093] By: gsar                                  on 2000/05/08  12:52:28
53586         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
53587              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
53588      Branch: perl
53589            ! pp_sys.c sv.c win32/perlhost.h
53590 ____________________________________________________________________________
53591 [  6092] By: jhi                                   on 2000/05/07  22:40:34
53592         Log: Regen perltoc with the fixed buildtoc.
53593      Branch: cfgperl
53594            ! pod/perltoc.pod
53595 ____________________________________________________________________________
53596 [  6091] By: jhi                                   on 2000/05/07  22:24:16
53597         Log: Integrate with Sarathy.
53598      Branch: cfgperl
53599           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
53600           !> t/op/substr.t toke.c
53601 ____________________________________________________________________________
53602 [  6090] By: gsar                                  on 2000/05/07  19:47:07
53603         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
53604              [NI]OK; added tests for both
53605      Branch: perl
53606            ! perl.c pp_hot.c sv.c t/op/substr.t
53607 ____________________________________________________________________________
53608 [  6089] By: gsar                                  on 2000/05/07  18:18:38
53609         Log: buildtoc tweak to fix newline lossage
53610      Branch: perl
53611            ! pod/buildtoc
53612 ____________________________________________________________________________
53613 [  6088] By: jhi                                   on 2000/05/07  16:35:36
53614         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
53615              because we do not use those.  The HAS_GETSPNAM remains,
53616              though, because we still do use that.
53617      Branch: cfgperl
53618            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53619            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
53620            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
53621            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
53622            ! win32/config.vc win32/config_H.bc win32/config_H.gc
53623            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
53624 ____________________________________________________________________________
53625 [  6087] By: gsar                                  on 2000/05/07  16:05:16
53626         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
53627      Branch: perl
53628            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
53629 ____________________________________________________________________________
53630 [  6086] By: jhi                                   on 2000/05/07  15:27:07
53631         Log: Integrate with Sarathy.
53632      Branch: cfgperl
53633           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
53634           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
53635           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
53636           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
53637           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
53638           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
53639 ____________________________________________________________________________
53640 [  6085] By: gsar                                  on 2000/05/07  05:52:02
53641         Log: repeat operator (x) doesn't preserve utf8-ness
53642      Branch: perl
53643            ! pp.c t/op/substr.t
53644 ____________________________________________________________________________
53645 [  6084] By: gsar                                  on 2000/05/07  05:39:55
53646         Log: substr() does not preserve utf8-ness (from Stefan Eissing
53647              <Eissing@medicaldataservice.de>); added tests
53648      Branch: perl
53649            ! pp.c t/op/substr.t
53650 ____________________________________________________________________________
53651 [  6083] By: gsar                                  on 2000/05/07  05:24:46
53652         Log: note about undocumented caller() return value (from M.J.T. Guy);
53653              yet another peek.t tweak
53654      Branch: perl
53655            ! pod/perlfunc.pod t/lib/peek.t
53656 ____________________________________________________________________________
53657 [  6082] By: gsar                                  on 2000/05/07  05:08:40
53658         Log: peek.t non-portable to ithreads
53659      Branch: perl
53660            ! t/lib/peek.t
53661 ____________________________________________________________________________
53662 [  6081] By: gsar                                  on 2000/05/07  04:17:04
53663         Log: better default perlbug categories for ok reports (from Richard Foley)
53664      Branch: perl
53665            ! utils/perlbug.PL
53666 ____________________________________________________________________________
53667 [  6080] By: gsar                                  on 2000/05/07  04:08:07
53668         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
53669              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
53670      Branch: perl
53671            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
53672            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
53673            ! AUTHORS MAINTAIN MANIFEST
53674 ____________________________________________________________________________
53675 [  6079] By: gsar                                  on 2000/05/07  04:01:38
53676         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
53677      Branch: perl
53678            ! lib/Carp/Heavy.pm
53679 ____________________________________________________________________________
53680 [  6078] By: gsar                                  on 2000/05/07  01:24:19
53681         Log: workaround for CRT bug in chdir() (from Charles Lane, via
53682              Peter Prymmer)
53683      Branch: perl
53684            ! iperlsys.h vms/vms.c vms/vmsish.h
53685 ____________________________________________________________________________
53686 [  6077] By: gsar                                  on 2000/05/07  01:22:23
53687         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
53688              and Tom Phoenix)
53689      Branch: perl
53690            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
53691 ____________________________________________________________________________
53692 [  6076] By: gsar                                  on 2000/05/06  17:36:29
53693         Log: integrate cfgperl contents into mainline
53694      Branch: perl
53695           +> t/lib/peek.t
53696           !> Configure MANIFEST Porting/Glossary Porting/config.sh
53697           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
53698           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
53699           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
53700 ____________________________________________________________________________
53701 [  6075] By: jhi                                   on 2000/05/05  18:56:10
53702         Log: Make the test more portable.
53703      Branch: cfgperl
53704            ! t/lib/peek.t
53705 ____________________________________________________________________________
53706 [  6074] By: jhi                                   on 2000/05/05  18:49:20
53707         Log: Introduce t/lib/peek.t.
53708      Branch: cfgperl
53709            + t/lib/peek.t
53710            ! MANIFEST
53711 ____________________________________________________________________________
53712 [  6073] By: jhi                                   on 2000/05/05  14:30:45
53713         Log: Complex tweaks.
53714      Branch: cfgperl
53715            ! lib/Math/Complex.pm t/lib/complex.t
53716 ____________________________________________________________________________
53717 [  6072] By: jhi                                   on 2000/05/05  12:27:13
53718         Log: Integrate with Sarathy.
53719      Branch: cfgperl
53720           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
53721           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
53722           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
53723           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
53724 ____________________________________________________________________________
53725 [  6071] By: gsar                                  on 2000/05/05  02:24:46
53726         Log: misformatted perllocal.pod (from Tim Jenness
53727              <t.jenness@jach.hawaii.edu>)
53728      Branch: perl
53729            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
53730 ____________________________________________________________________________
53731 [  6070] By: gsar                                  on 2000/05/05  02:16:52
53732         Log: remove misleading comment (from M.J.T. Guy)
53733      Branch: perl
53734            ! t/lib/anydbm.t
53735 ____________________________________________________________________________
53736 [  6069] By: gsar                                  on 2000/05/05  02:15:13
53737         Log: File::Spec compatibility update (from Barrie Slaymaker
53738              <barries@slaysys.com>)
53739      Branch: perl
53740            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
53741            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
53742 ____________________________________________________________________________
53743 [  6068] By: gsar                                  on 2000/05/05  02:01:50
53744         Log: note about values()
53745      Branch: perl
53746            ! pod/perlfunc.pod
53747 ____________________________________________________________________________
53748 [  6067] By: gsar                                  on 2000/05/05  01:33:09
53749         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
53750      Branch: perl
53751            ! win32/win32.c
53752 ____________________________________________________________________________
53753 [  6066] By: gsar                                  on 2000/05/05  01:23:43
53754         Log: s/END/CHECK/
53755      Branch: perl
53756            ! perl.c
53757 ____________________________________________________________________________
53758 [  6065] By: jhi                                   on 2000/05/04  17:30:22
53759         Log: Integrate with Sarathy.
53760      Branch: cfgperl
53761           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
53762 ____________________________________________________________________________
53763 [  6064] By: gsar                                  on 2000/05/04  17:26:14
53764         Log: change#5905 wasn't quite right--it's intent only applies when arguments
53765              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
53766      Branch: perl
53767            ! pp_sys.c sv.c
53768 ____________________________________________________________________________
53769 [  6063] By: gsar                                  on 2000/05/04  16:52:29
53770         Log: tokeq() could read unallocated field in argument
53771      Branch: perl
53772            ! toke.c
53773 ____________________________________________________________________________
53774 [  6062] By: gsar                                  on 2000/05/04  16:34:51
53775         Log: additional tests for utf8.t
53776      Branch: perl
53777            ! t/pragma/utf8.t
53778 ____________________________________________________________________________
53779 [  6061] By: gsar                                  on 2000/05/04  16:09:28
53780         Log: change#5921 neglected to make eq honor "use bytes"
53781      Branch: perl
53782            ! sv.c
53783 ____________________________________________________________________________
53784 [  6060] By: jhi                                   on 2000/05/04  15:30:16
53785         Log: Integrate with Sarathy.
53786      Branch: cfgperl
53787           !> perl.c regcomp.c t/pragma/utf8.t
53788 ____________________________________________________________________________
53789 [  6059] By: jhi                                   on 2000/05/04  15:26:37
53790         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
53791              in natively 64-bit platforms where a long is a quad (no need
53792              for long longs).  Also added bias for IVs.
53793      Branch: cfgperl
53794            ! toke.c
53795 ____________________________________________________________________________
53796 [  6058] By: gsar                                  on 2000/05/04  00:19:14
53797         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
53798              (spotted by Donald Kinzer <dkinzer@premia.com>)
53799      Branch: perl
53800            ! perl.c
53801 ____________________________________________________________________________
53802 [  6057] By: gsar                                  on 2000/05/03  18:34:01
53803         Log: fix broken parsing of /\x{ab}/
53804      Branch: perl
53805            ! regcomp.c t/pragma/utf8.t
53806 ____________________________________________________________________________
53807 [  6056] By: jhi                                   on 2000/05/03  17:57:16
53808         Log: The search of infinity continues, this time simplified.
53809      Branch: cfgperl
53810            ! lib/Math/Complex.pm
53811 ____________________________________________________________________________
53812 [  6055] By: jhi                                   on 2000/05/03  17:45:30
53813         Log: Detypo.
53814      Branch: cfgperl
53815            ! hints/unicos.sh
53816 ____________________________________________________________________________
53817 [  6054] By: jhi                                   on 2000/05/02  22:28:27
53818         Log: Be more forgiving in POSIX about HUGE_VALL.
53819      Branch: cfgperl
53820            ! ext/POSIX/POSIX.xs
53821 ____________________________________________________________________________
53822 [  6053] By: jhi                                   on 2000/05/02  22:25:05
53823         Log: Integrate with Sarathy.
53824      Branch: cfgperl
53825           !> hints/irix_6.sh pod/perlop.pod
53826 ____________________________________________________________________________
53827 [  6052] By: jhi                                   on 2000/05/02  22:24:31
53828         Log: Unicos hint tweak.
53829      Branch: cfgperl
53830            ! hints/unicos.sh
53831 ____________________________________________________________________________
53832 [  6051] By: jhi                                   on 2000/05/02  22:21:26
53833         Log: Complex tweakery.
53834      Branch: cfgperl
53835            ! lib/Math/Complex.pm t/lib/complex.t
53836 ____________________________________________________________________________
53837 [  6050] By: jhi                                   on 2000/05/02  19:26:22
53838         Log: Use setxxent()/endxxent().
53839      Branch: cfgperl
53840            ! t/op/grent.t t/op/pwent.t
53841 ____________________________________________________________________________
53842 [  6049] By: jhi                                   on 2000/05/02  19:06:02
53843         Log: Test both the scalar and list contexts.
53844      Branch: cfgperl
53845            ! t/op/grent.t t/op/pwent.t
53846 ____________________________________________________________________________
53847 [  6048] By: gsar                                  on 2000/05/02  18:29:10
53848         Log: add note about how $( doesn't interpolate in REs (from
53849              Philip Newton <newton@ficus.frogspace.net>)
53850      Branch: perl
53851            ! pod/perlop.pod
53852 ____________________________________________________________________________
53853 [  6047] By: jhi                                   on 2000/05/02  17:41:24
53854         Log: Call getspnam() only iff needd.
53855      Branch: cfgperl
53856            ! pp_sys.c
53857 ____________________________________________________________________________
53858 [  6046] By: gsar                                  on 2000/05/02  17:07:25
53859         Log: libscheck has insufficient checks for n32 libs (from
53860              Albert Chin-A-Young <china@thewrittenword.com>)
53861      Branch: perl
53862            ! hints/irix_6.sh
53863 ____________________________________________________________________________
53864 [  6045] By: jhi                                   on 2000/05/02  13:57:17
53865         Log: Integrate with Sarathy.
53866      Branch: cfgperl
53867           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
53868           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
53869 ____________________________________________________________________________
53870 [  6044] By: gsar                                  on 2000/05/02  06:48:19
53871         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
53872              such that underscores are only ignored in literal numbers,
53873              "\x{...}", and hex/oct argument
53874      Branch: perl
53875            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
53876 ____________________________________________________________________________
53877 [  6043] By: gsar                                  on 2000/05/02  02:22:29
53878         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
53879      Branch: perl
53880            ! pod/perlretut.pod
53881 ____________________________________________________________________________
53882 [  6042] By: gsar                                  on 2000/05/02  02:17:51
53883         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
53884      Branch: perl
53885            ! pod/perltrap.pod
53886 ____________________________________________________________________________
53887 [  6041] By: gsar                                  on 2000/05/02  01:53:51
53888         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
53889              to compensate
53890      Branch: perl
53891            ! Porting/makerel
53892 ____________________________________________________________________________
53893 [  6040] By: gsar                                  on 2000/05/02  01:51:57
53894         Log: missing files in MANIFEST
53895      Branch: perl
53896            ! MANIFEST
53897 ____________________________________________________________________________
53898 [  6039] By: jhi                                   on 2000/05/02  00:36:46
53899         Log: Infinite problems.
53900      Branch: cfgperl
53901            ! lib/Math/Complex.pm
53902 ____________________________________________________________________________
53903 [  6038] By: jhi                                   on 2000/05/02  00:06:38
53904         Log: pwent/spent #ifdef imbalance.
53905      Branch: cfgperl
53906            ! pp_sys.c
53907 ____________________________________________________________________________
53908 [  6037] By: jhi                                   on 2000/05/01  22:50:11
53909         Log: Use HUGE_VALL if applicable.
53910      Branch: cfgperl
53911            ! ext/POSIX/POSIX.xs util.c
53912 ____________________________________________________________________________
53913 [  6036] By: jhi                                   on 2000/05/01  22:20:53
53914         Log: Correct Freudian slip.
53915      Branch: cfgperl
53916            ! pp_sys.c
53917 ____________________________________________________________________________
53918 [  6035] By: jhi                                   on 2000/05/01  21:07:38
53919         Log: Continue on the pwent/spent case.
53920      Branch: cfgperl
53921            ! pp_sys.c
53922 ____________________________________________________________________________
53923 [  6034] By: jhi                                   on 2000/05/01  17:45:14
53924         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
53925              adjustments in 6032 conflicted badly with this, will have
53926              to revisit them later.
53927      Branch: cfgperl
53928           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
53929           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
53930           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
53931           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
53932           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
53933           !> t/lib/cgi-html.t t/lib/cgi-request.t
53934 ____________________________________________________________________________
53935 [  6033] By: jhi                                   on 2000/05/01  17:40:49
53936         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
53937      Branch: cfgperl
53938            ! pp_sys.c
53939 ____________________________________________________________________________
53940 [  6032] By: gsar                                  on 2000/05/01  15:56:32
53941         Log: whitespace adjustments
53942      Branch: perl
53943            ! pp_sys.c
53944 ____________________________________________________________________________
53945 [  6031] By: gsar                                  on 2000/05/01  15:19:41
53946         Log: small nits in diagnostics.pm (from Robin Barker)
53947      Branch: perl
53948            ! lib/diagnostics.pm pod/perldiag.pod
53949 ____________________________________________________________________________
53950 [  6030] By: gsar                                  on 2000/05/01  08:39:18
53951         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
53952              for @- and @+ (from Johan Vromans)
53953      Branch: perl
53954            ! lib/English.pm pod/perlvar.pod
53955 ____________________________________________________________________________
53956 [  6029] By: gsar                                  on 2000/05/01  08:16:10
53957         Log: add CGI.pm v2.66 (from Lincoln Stein)
53958      Branch: perl
53959            + lib/CGI/Util.pm t/lib/cgi-pretty.t
53960            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
53961            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
53962            ! t/lib/cgi-html.t t/lib/cgi-request.t
53963 ____________________________________________________________________________
53964 [  6028] By: gsar                                  on 2000/05/01  06:34:41
53965         Log: Pod::Man generates groff-incompatible macro definition (from
53966              Tom Christiansen)
53967      Branch: perl
53968            ! lib/Pod/Man.pm
53969 ____________________________________________________________________________
53970 [  6027] By: gsar                                  on 2000/05/01  06:31:36
53971         Log: podlators-1.02 update (from Russ Allbery)
53972      Branch: perl
53973            ! lib/Pod/Man.pm lib/Pod/Text.pm
53974 ____________________________________________________________________________
53975 [  6026] By: jhi                                   on 2000/04/30  23:24:23
53976         Log: Integrate with Sarathy.
53977      Branch: cfgperl
53978           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
53979           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
53980           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
53981           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
53982           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
53983           !> t/lib/syslog.t toke.c win32/win32.h
53984 ____________________________________________________________________________
53985 [  6025] By: gsar                                  on 2000/04/30  18:17:47
53986         Log: Is{Alnum,Alpha,Word} don't match titlecase
53987              
53988              TODO: IsSpace is defined recursively!
53989              
53990              (both spotted by Larry)
53991      Branch: perl
53992            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
53993            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
53994 ____________________________________________________________________________
53995 [  6024] By: gsar                                  on 2000/04/30  17:50:19
53996         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
53997              (from Hugo van der Sanden)
53998      Branch: perl
53999            ! toke.c
54000 ____________________________________________________________________________
54001 [  6023] By: gsar                                  on 2000/04/30  17:14:43
54002         Log: debugger stomps on $. (from M.J.T. Guy)
54003      Branch: perl
54004            ! lib/perl5db.pl
54005 ____________________________________________________________________________
54006 [  6022] By: gsar                                  on 2000/04/30  16:59:22
54007         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
54008      Branch: perl
54009            ! sv.c
54010 ____________________________________________________________________________
54011 [  6021] By: gsar                                  on 2000/04/29  21:00:08
54012         Log: remove Win2K issue in pod (fixed by change#6020)
54013      Branch: perl
54014            ! README.win32 pod/perl56delta.pod
54015 ____________________________________________________________________________
54016 [  6020] By: gsar                                  on 2000/04/29  20:51:49
54017         Log: test tweak
54018      Branch: perl
54019            ! t/lib/open3.t
54020 ____________________________________________________________________________
54021 [  6019] By: gsar                                  on 2000/04/29  20:34:27
54022         Log: windows portability tweaks
54023      Branch: perl
54024            ! t/lib/b.t win32/win32.h
54025 ____________________________________________________________________________
54026 [  6018] By: gsar                                  on 2000/04/29  19:55:24
54027         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
54028              make _PATH_LOG() return "" if unavailable
54029      Branch: perl
54030            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
54031            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
54032 ____________________________________________________________________________
54033 [  6017] By: jhi                                   on 2000/04/28  22:49:46
54034         Log: Integrate with Sarathy.
54035      Branch: cfgperl
54036           !> op.c perl.c pod/perldiag.pod t/lib/b.t
54037 ____________________________________________________________________________
54038 [  6016] By: jhi                                   on 2000/04/28  22:46:14
54039         Log: Do not warn that an infinity does not look like a number.
54040      Branch: cfgperl
54041            ! sv.c
54042 ____________________________________________________________________________
54043 [  6015] By: gsar                                  on 2000/04/28  22:35:49
54044         Log: tweak test for portability
54045      Branch: perl
54046            ! t/lib/b.t
54047 ____________________________________________________________________________
54048 [  6014] By: gsar                                  on 2000/04/28  22:05:31
54049         Log: glob() loading File::Glob behind the scenes may cause syntax errors
54050      Branch: perl
54051            ! op.c
54052 ____________________________________________________________________________
54053 [  6013] By: gsar                                  on 2000/04/28  21:25:22
54054         Log: tweak change#5945 to display correct switch name in diagnostic
54055      Branch: perl
54056            ! perl.c pod/perldiag.pod
54057 ____________________________________________________________________________
54058 [  6012] By: jhi                                   on 2000/04/28  21:08:12
54059         Log: Integrate with Sarathy.
54060      Branch: cfgperl
54061           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
54062           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
54063           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
54064 ____________________________________________________________________________
54065 [  6011] By: jhi                                   on 2000/04/28  21:04:46
54066         Log: &HUGE_VAL is not defined, it exists.
54067      Branch: cfgperl
54068            ! lib/Math/Complex.pm
54069 ____________________________________________________________________________
54070 [  6010] By: gsar                                  on 2000/04/28  21:02:58
54071         Log: clarify note about shadow password support (from
54072              gellyfish@gellyfish.com)
54073      Branch: perl
54074            ! pod/perlfunc.pod
54075 ____________________________________________________________________________
54076 [  6009] By: gsar                                  on 2000/04/28  21:00:00
54077         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
54078      Branch: perl
54079            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
54080 ____________________________________________________________________________
54081 [  6008] By: gsar                                  on 2000/04/28  20:56:33
54082         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
54083      Branch: perl
54084            ! installperl vms/subconfigure.com
54085 ____________________________________________________________________________
54086 [  6007] By: gsar                                  on 2000/04/28  20:51:21
54087         Log: note about compile failures and END blocks (from M.J.T. Guy)
54088      Branch: perl
54089            ! pod/perl56delta.pod pod/perlmod.pod
54090 ____________________________________________________________________________
54091 [  6006] By: jhi                                   on 2000/04/28  20:42:14
54092         Log: Regen Configure.
54093      Branch: cfgperl
54094            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54095            ! config_h.SH
54096 ____________________________________________________________________________
54097 [  6005] By: gsar                                  on 2000/04/28  20:41:16
54098         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
54099      Branch: perl
54100            ! utils/perldoc.PL
54101 ____________________________________________________________________________
54102 [  6004] By: jhi                                   on 2000/04/28  20:28:21
54103         Log: Integrate with Sarathy.
54104      Branch: cfgperl
54105           !> Configure INSTALL Porting/Glossary Porting/config.sh
54106           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
54107           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
54108           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
54109           !> win32/config.vc win32/win32.c
54110 ____________________________________________________________________________
54111 [  6003] By: gsar                                  on 2000/04/28  20:11:20
54112         Log: allow REG_EXPAND_SZ keys in Windows registry (from
54113              John Clayton <John.Clayton@barclayscapital.com>)
54114      Branch: perl
54115            ! win32/win32.c
54116 ____________________________________________________________________________
54117 [  6002] By: gsar                                  on 2000/04/28  19:34:16
54118         Log: destructive sv_setsv() can lose UV-ness from source, causing
54119              numeric promotions/comparisons to fail to do the right thing
54120      Branch: perl
54121            ! sv.c
54122 ____________________________________________________________________________
54123 [  6001] By: gsar                                  on 2000/04/28  18:44:15
54124         Log: support additional library locations via $Config{otherlibdirs}
54125              (from Andy Dougherty)
54126      Branch: perl
54127            ! Configure INSTALL Porting/Glossary Porting/config.sh
54128            ! Porting/config_H config_h.SH epoc/config.sh perl.c
54129            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
54130            ! win32/config.bc win32/config.gc win32/config.vc
54131 ____________________________________________________________________________
54132 [  6000] By: gsar                                  on 2000/04/28  18:26:58
54133         Log: reworked otherlibdirs.U (from Andy Dougherty)
54134      Branch: metaconfig
54135            ! U/installdirs/otherlibdirs.U
54136 ____________________________________________________________________________
54137 [  5999] By: gsar                                  on 2000/04/28  18:17:07
54138         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
54139      Branch: perl
54140            ! t/pragma/warn/toke toke.c
54141 ____________________________________________________________________________
54142 [  5998] By: jhi                                   on 2000/04/28  13:32:17
54143         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
54144      Branch: cfgperl
54145            ! lib/Math/Complex.pm
54146 ____________________________________________________________________________
54147 [  5997] By: jhi                                   on 2000/04/28  13:14:04
54148         Log: Preserve $!.
54149      Branch: cfgperl
54150            ! lib/Math/Complex.pm
54151 ____________________________________________________________________________
54152 [  5996] By: jhi                                   on 2000/04/28  12:59:23
54153         Log: Integrate with Sarathy.
54154      Branch: cfgperl
54155           +> pod/perlrequick.pod pod/perlretut.pod
54156           !> (integrate 51 files)
54157 ____________________________________________________________________________
54158 [  5995] By: gsar                                  on 2000/04/28  09:37:36
54159         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
54160      Branch: perl
54161            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
54162 ____________________________________________________________________________
54163 [  5994] By: gsar                                  on 2000/04/28  09:33:26
54164         Log: fix for missed accounting for null byte in pack("Z",...) (from
54165              M.J.T. Guy)
54166      Branch: perl
54167            ! pp.c t/op/pack.t
54168 ____________________________________________________________________________
54169 [  5993] By: gsar                                  on 2000/04/28  09:30:05
54170         Log: various minor tweaks seen on p5p
54171      Branch: perl
54172            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
54173 ____________________________________________________________________________
54174 [  5992] By: gsar                                  on 2000/04/28  09:08:19
54175         Log: pod nit (from Simon Cozens)
54176      Branch: perl
54177            ! pod/perlop.pod
54178 ____________________________________________________________________________
54179 [  5991] By: gsar                                  on 2000/04/28  09:06:36
54180         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
54181      Branch: perl
54182            ! README.posix-bc hints/posix-bc.sh
54183 ____________________________________________________________________________
54184 [  5990] By: gsar                                  on 2000/04/28  08:54:52
54185         Log: use $ENV{LIB} to search for libs under Visual C compiler
54186              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
54187      Branch: perl
54188            ! lib/ExtUtils/Liblist.pm
54189 ____________________________________________________________________________
54190 [  5989] By: gsar                                  on 2000/04/28  08:27:12
54191         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
54192              itself and no other (from Tom Hughes)
54193      Branch: perl
54194            ! t/op/array.t toke.c
54195 ____________________________________________________________________________
54196 [  5988] By: gsar                                  on 2000/04/28  08:01:38
54197         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
54198              <paul@miraclefish.com>)
54199      Branch: perl
54200            ! lib/ExtUtils/MakeMaker.pm
54201 ____________________________________________________________________________
54202 [  5987] By: gsar                                  on 2000/04/28  07:53:09
54203         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
54204      Branch: perl
54205            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
54206 ____________________________________________________________________________
54207 [  5986] By: gsar                                  on 2000/04/28  07:44:17
54208         Log: add regular expressions tutorial and quick-start guide (from
54209              Mark Kvale <kvale@phy.ucsf.edu>)
54210      Branch: perl
54211            + pod/perlrequick.pod pod/perlretut.pod
54212            ! AUTHORS MAINTAIN MANIFEST
54213 ____________________________________________________________________________
54214 [  5985] By: gsar                                  on 2000/04/28  07:30:28
54215         Log: forked child may not exit correctly if it failed to open
54216              /dev/console (from Graham Barr)
54217      Branch: perl
54218            ! ext/Sys/Syslog/Syslog.pm
54219 ____________________________________________________________________________
54220 [  5984] By: gsar                                  on 2000/04/28  07:27:20
54221         Log: attributes::reftype() doesn't work on tied argument
54222      Branch: perl
54223            ! xsutils.c
54224 ____________________________________________________________________________
54225 [  5983] By: gsar                                  on 2000/04/28  07:15:04
54226         Log: numeric conversion of non-number in change#3378 tramples on
54227              OOK offset, causing segfaults
54228      Branch: perl
54229            ! sv.c
54230 ____________________________________________________________________________
54231 [  5982] By: gsar                                  on 2000/04/28  04:48:25
54232         Log: avoid error in IO::Socket::INET when given an unknown service name
54233              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
54234      Branch: perl
54235            ! ext/IO/lib/IO/Socket/INET.pm
54236 ____________________________________________________________________________
54237 [  5981] By: gsar                                  on 2000/04/28  04:31:31
54238         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
54239              prototype mismatch with CORE::glob(); update pod and tests to
54240              suit (File::Glob::glob() is still available for backward
54241              compatibility, but should be considered deprecated)
54242      Branch: perl
54243            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
54244            ! t/lib/glob-taint.t
54245 ____________________________________________________________________________
54246 [  5980] By: gsar                                  on 2000/04/28  03:47:29
54247         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
54248              <ghudson@mit.edu>)
54249      Branch: metaconfig
54250            ! U/modified/Options.U
54251      Branch: perl
54252            ! Configure
54253 ____________________________________________________________________________
54254 [  5979] By: gsar                                  on 2000/04/28  03:07:54
54255         Log: under useithreads, constant pad entries could inadvertantly be
54256              shared across threads (from Eric Blood <eblood@xmission.com>);
54257              added Eric's test case to testsuite
54258      Branch: perl
54259            ! op.c t/op/misc.t
54260 ____________________________________________________________________________
54261 [  5978] By: gsar                                  on 2000/04/27  21:13:00
54262         Log: sync version numbers in File::Spec with the ones on CPAN
54263              (from Barrie Slaymaker)
54264      Branch: perl
54265            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
54266            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
54267            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
54268 ____________________________________________________________________________
54269 [  5977] By: gsar                                  on 2000/04/27  21:07:29
54270         Log: autoquote barewords followed by newline and arrow properly
54271              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
54272      Branch: perl
54273            ! t/pragma/warn/toke toke.c
54274 ____________________________________________________________________________
54275 [  5976] By: gsar                                  on 2000/04/27  20:41:20
54276         Log: DB_File v1.73 update (from Paul Marquess)
54277      Branch: perl
54278            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
54279            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
54280 ____________________________________________________________________________
54281 [  5975] By: gsar                                  on 2000/04/27  20:34:24
54282         Log: allow sort() reentrancy (variant of patch suggested by
54283              Hugo van der Sanden)
54284      Branch: perl
54285            ! pp_ctl.c t/op/sort.t
54286 ____________________________________________________________________________
54287 [  5974] By: gsar                                  on 2000/04/27  19:46:57
54288         Log: change#4197 somehow missed initializing PL_errors, meaning
54289              sytax error queueing wasn't working outside eval"" at all;
54290              also fixed eval"" to localize PL_error_count, so that compile-time
54291              eval's don't clobber the error state of the outer context
54292      Branch: perl
54293            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
54294            ! t/pragma/warn/toke
54295 ____________________________________________________________________________
54296 [  5973] By: gsar                                  on 2000/04/27  18:29:05
54297         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
54298      Branch: perl
54299            ! regcomp.c regexec.c t/op/re_tests
54300 ____________________________________________________________________________
54301 [  5972] By: jhi                                   on 2000/04/27  18:22:41
54302         Log: Integrate with Sarathy.
54303      Branch: cfgperl
54304           +> t/lib/b.t t/lib/syslog.t
54305           !> (integrate 31 files)
54306 ____________________________________________________________________________
54307 [  5971] By: jhi                                   on 2000/04/27  18:18:46
54308         Log: Unicos tweaks from Mark P. Lutz.
54309      Branch: cfgperl
54310            ! hints/unicos.sh lib/Math/Complex.pm
54311 ____________________________________________________________________________
54312 [  5970] By: gsar                                  on 2000/04/27  18:05:11
54313         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
54314              IV is >32bits
54315      Branch: perl
54316            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
54317 ____________________________________________________________________________
54318 [  5969] By: gsar                                  on 2000/04/27  17:50:56
54319         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
54320      Branch: perl
54321            + t/lib/syslog.t
54322            ! MANIFEST ext/Sys/Syslog/Syslog.pm
54323 ____________________________________________________________________________
54324 [  5968] By: gsar                                  on 2000/04/27  17:44:49
54325         Log: tolerate spaces in group names in test on solaris (from David Boyce
54326              <dsb@boyski.com>)
54327      Branch: perl
54328            ! t/op/groups.t
54329 ____________________________________________________________________________
54330 [  5967] By: gsar                                  on 2000/04/27  17:41:22
54331         Log: improved docs on the warn_uninit diagnostic (from David Glasser
54332              and Simon Cozens)
54333      Branch: perl
54334            ! pod/perldiag.pod
54335 ____________________________________________________________________________
54336 [  5966] By: gsar                                  on 2000/04/27  16:54:58
54337         Log: add testsuite for B backends, fix bug in B::Deparse (from
54338              Simon Cozens <simon@brecon.co.uk>)
54339      Branch: perl
54340            + t/lib/b.t
54341            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
54342 ____________________________________________________________________________
54343 [  5965] By: gsar                                  on 2000/04/27  16:10:37
54344         Log: avoid "will not stay shared" warnings for our variables (from
54345              Robin Barker)
54346      Branch: perl
54347            ! op.c t/pragma/warn/op
54348 ____________________________________________________________________________
54349 [  5964] By: gsar                                  on 2000/04/27  07:05:05
54350         Log: reformat to 72 columns (again)
54351      Branch: perl
54352            ! pod/perldiag.pod
54353 ____________________________________________________________________________
54354 [  5963] By: gsar                                  on 2000/04/27  06:28:31
54355         Log: patch from Larry to make (\&) prototype work; added tests for
54356              the same
54357      Branch: perl
54358            ! op.c t/comp/proto.t
54359 ____________________________________________________________________________
54360 [  5962] By: gsar                                  on 2000/04/27  06:15:47
54361         Log: updated README.hpux (from Jeff Okamoto)
54362      Branch: perl
54363            ! README.hpux
54364 ____________________________________________________________________________
54365 [  5961] By: gsar                                  on 2000/04/27  05:55:03
54366         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
54367      Branch: perl
54368            ! emacs/cperl-mode.el
54369 ____________________________________________________________________________
54370 [  5960] By: gsar                                  on 2000/04/27  05:49:26
54371         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
54372      Branch: perl
54373            ! INSTALL
54374 ____________________________________________________________________________
54375 [  5959] By: gsar                                  on 2000/04/27  05:33:41
54376         Log: doubled words in pods (from Simon Cozens
54377              <simon.p.cozens@jp.pwcglobal.com>)
54378      Branch: perl
54379            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
54380            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
54381            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
54382            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
54383            ! pod/perltootc.pod
54384 ____________________________________________________________________________
54385 [  5958] By: gsar                                  on 2000/04/27  05:11:39
54386         Log: change#3569 deleted some essential code, revert; avoid use of
54387              atexit() to make DynaLoader work properly on AIX under mod_perl
54388              (from Jens-Uwe Mager <jum@helios.de>)
54389      Branch: perl
54390            ! ext/DynaLoader/dl_aix.xs
54391 ____________________________________________________________________________
54392 [  5957] By: gsar                                  on 2000/04/27  04:54:51
54393         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
54394      Branch: perl
54395            ! pod/perlmod.pod
54396 ____________________________________________________________________________
54397 [  5956] By: gsar                                  on 2000/04/27  04:51:47
54398         Log: better diagnostics on failed tests (from Ilya Zakharevich)
54399      Branch: perl
54400            ! t/op/lex_assign.t
54401 ____________________________________________________________________________
54402 [  5955] By: gsar                                  on 2000/04/27  04:26:44
54403         Log: longstanding bug exposed by change#3307: sort arguments weren't
54404              compiled with the right wantarray context (ensuing runtime lookup
54405              via block_gimme() was getting the incidental context of the
54406              sort() itself)
54407      Branch: perl
54408            ! op.c t/op/sort.t
54409 ____________________________________________________________________________
54410 [  5954] By: gsar                                  on 2000/04/26  23:42:12
54411         Log: integrate cfgperl contents into mainline
54412      Branch: perl
54413           !> (integrate 30 files)
54414 ____________________________________________________________________________
54415 [  5953] By: jhi                                   on 2000/04/26  23:06:42
54416         Log: Integrate with Sarathy.
54417      Branch: cfgperl
54418           !> README.win32 ext/B/B/Deparse.pm
54419           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
54420           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
54421           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
54422           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
54423           !> utils/perldoc.PL vms/perlvms.pod
54424 ____________________________________________________________________________
54425 [  5952] By: jhi                                   on 2000/04/26  23:03:46
54426         Log: Undo "use integer" addition from 64bitint as it seems
54427              to break most of the subtests in Digital UNIX;
54428              Unicos needs to find another way.
54429      Branch: cfgperl
54430            ! t/op/64bitint.t
54431 ____________________________________________________________________________
54432 [  5951] By: jhi                                   on 2000/04/26  22:57:53
54433         Log: Be more robust on "extreme" (large absolute value)
54434              arguments.  Originally reported by Daniel Connelly
54435              as a problem with asinh() on large negative arguments,
54436              asinh() used to bail out because an argument to log()
54437              ended up being zero.  Ilya Zakharevich proposed using
54438              Taylor's series in such cases, which for such large
54439              arguments is a very good approximation.
54440      Branch: cfgperl
54441            ! lib/Math/Complex.pm t/lib/complex.t
54442 ____________________________________________________________________________
54443 [  5950] By: gsar                                  on 2000/04/25  19:13:12
54444         Log: reformat perldiag to avoid long lines
54445      Branch: perl
54446            ! pod/perldiag.pod
54447 ____________________________________________________________________________
54448 [  5949] By: gsar                                  on 2000/04/25  18:41:11
54449         Log: make perldoc use the pod2man from the same version (from
54450              M.J.T. Guy)
54451      Branch: perl
54452            ! utils/perldoc.PL
54453 ____________________________________________________________________________
54454 [  5948] By: gsar                                  on 2000/04/25  18:21:57
54455         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
54456              <kompas@kompas.usr.onet.pl>)
54457      Branch: perl
54458            ! lib/vars.pm
54459 ____________________________________________________________________________
54460 [  5947] By: gsar                                  on 2000/04/25  18:11:53
54461         Log: use &dl_error rather than &dl_load_file as the guard for calling
54462              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
54463              statically built perl)
54464      Branch: perl
54465            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
54466 ____________________________________________________________________________
54467 [  5946] By: jhi                                   on 2000/04/25  17:37:54
54468         Log: Document that tr() is not tr(1).
54469      Branch: cfgperl
54470            ! pod/perlop.pod
54471 ____________________________________________________________________________
54472 [  5945] By: gsar                                  on 2000/04/25  16:34:33
54473         Log: make module name mandatory after -M switch; reorder perldiag
54474              alphabetically (from Mark-Jason Dominus)
54475      Branch: perl
54476            ! perl.c pod/perldiag.pod
54477 ____________________________________________________________________________
54478 [  5944] By: jhi                                   on 2000/04/25  01:15:18
54479         Log: On second thoughts frexp() does have two arguments.
54480      Branch: cfgperl
54481            ! perl.h
54482 ____________________________________________________________________________
54483 [  5943] By: jhi                                   on 2000/04/24  22:56:32
54484         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
54485              Now pp_ncmp() returns undef is either operand is a NaN.
54486      Branch: cfgperl
54487            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54488            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
54489            ! vms/subconfigure.com vos/config.def vos/config.h
54490            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
54491            ! win32/config.vc win32/config_H.bc win32/config_H.gc
54492            ! win32/config_H.vc
54493      Branch: metaconfig/U/perl
54494            + d_modfl.U
54495 ____________________________________________________________________________
54496 [  5942] By: jhi                                   on 2000/04/24  19:45:17
54497         Log: Regen Configure to match #5937.
54498      Branch: cfgperl
54499            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54500            ! config_h.SH
54501      Branch: metaconfig
54502            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
54503 ____________________________________________________________________________
54504 [  5941] By: jhi                                   on 2000/04/24  19:24:11
54505         Log: Further Unicos fixes for Mark Lutz.
54506      Branch: cfgperl
54507            ! hints/unicos.sh pp_ctl.c
54508 ____________________________________________________________________________
54509 [  5940] By: jhi                                   on 2000/04/24  19:09:06
54510         Log: Various Unicos 10.0.0.6 fixes.
54511              
54512              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
54513              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
54514              Reply-To: tecmpl1@triton.ca.boeing.com 
54515              To: perl5-porters@perl.org 
54516              Date: Fri, 14 Apr 2000 20:21:00 GMT 
54517              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
54518      Branch: cfgperl
54519            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
54520 ____________________________________________________________________________
54521 [  5939] By: gsar                                  on 2000/04/24  19:01:24
54522         Log: more pod nits (from Larry Virden)
54523      Branch: perl
54524            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
54525            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
54526            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
54527 ____________________________________________________________________________
54528 [  5938] By: gsar                                  on 2000/04/24  18:54:01
54529         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
54530      Branch: perl
54531            ! ext/B/B/Deparse.pm
54532 ____________________________________________________________________________
54533 [  5937] By: jhi                                   on 2000/04/24  17:39:00
54534         Log: Integrate with Sarathy.
54535      Branch: cfgperl
54536           +> (branch 31 files)
54537           !> (integrate 73 files)
54538 ____________________________________________________________________________
54539 [  5936] By: gsar                                  on 2000/04/24  17:30:06
54540         Log: additional tests for change#5934 (from Paul Marquess, who also
54541              sent in the same fix)
54542      Branch: perl
54543            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
54544            ! t/pragma/warn/5nolint t/pragma/warn/6default
54545 ____________________________________________________________________________
54546 [  5935] By: jhi                                   on 2000/04/24  17:26:05
54547         Log: Do not assume sign propagation.
54548              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
54549              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
54550              To: payner@ncifcrf.gov, perl5-porters@perl.org 
54551              Date: Tue, 18 Apr 2000 18:24:49 +0100 
54552              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
54553      Branch: cfgperl
54554            ! t/op/bop.t t/op/misc.t
54555 ____________________________________________________________________________
54556 [  5934] By: gsar                                  on 2000/04/24  17:16:54
54557         Log: propagate lexical warnings from surrounding scope correctly
54558              within string eval()
54559      Branch: perl
54560            ! pp_ctl.c t/pragma/warn/pp_ctl
54561 ____________________________________________________________________________
54562 [  5933] By: jhi                                   on 2000/04/24  17:01:07
54563         Log: Flatten the cpp jungle doing the nosuid checking.
54564      Branch: cfgperl
54565            ! perl.c
54566 ____________________________________________________________________________
54567 [  5932] By: gsar                                  on 2000/04/24  09:08:14
54568         Log: add rsignal(), whichsig() and do_join() to public API list
54569              (mod_perl uses them to good advantage)
54570      Branch: perl
54571            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
54572 ____________________________________________________________________________
54573 [  5931] By: gsar                                  on 2000/04/24  09:01:40
54574         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
54575      Branch: perl
54576            ! pp_hot.c regexec.c t/op/pat.t
54577 ____________________________________________________________________________
54578 [  5930] By: gsar                                  on 2000/04/24  08:58:33
54579         Log: small os390 tweaks (from Peter Prymmer)
54580      Branch: perl
54581            ! config_h.SH makedepend.SH
54582 ____________________________________________________________________________
54583 [  5929] By: gsar                                  on 2000/04/24  08:55:25
54584         Log: pod nits
54585      Branch: perl
54586            ! pod/perlguts.pod
54587 ____________________________________________________________________________
54588 [  5928] By: gsar                                  on 2000/04/24  08:50:13
54589         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
54590      Branch: perl
54591            ! ext/IO/lib/IO/Poll.pm
54592 ____________________________________________________________________________
54593 [  5927] By: gsar                                  on 2000/04/24  08:43:24
54594         Log: arrange for next() to resume at the unstack op rather than the
54595              loop conditional, so that scope cleanup happens correctly
54596              (from Stephen McCamant)
54597      Branch: perl
54598            ! op.c pp_ctl.c t/op/misc.t
54599 ____________________________________________________________________________
54600 [  5926] By: gsar                                  on 2000/04/24  08:18:40
54601         Log: on windows, reserve 16M of stack rather than 128M (allows more
54602              threads to run concurrently)
54603      Branch: perl
54604            ! win32/Makefile win32/makefile.mk
54605 ____________________________________________________________________________
54606 [  5925] By: gsar                                  on 2000/04/24  08:13:52
54607         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
54608      Branch: perl
54609            ! toke.c
54610 ____________________________________________________________________________
54611 [  5924] By: gsar                                  on 2000/04/24  08:08:59
54612         Log: avoid using uninitialized memory in require version check
54613      Branch: perl
54614            ! pp_ctl.c universal.c
54615 ____________________________________________________________________________
54616 [  5923] By: gsar                                  on 2000/04/24  07:20:14
54617         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
54618      Branch: perl
54619            ! ext/IO/lib/IO/Poll.pm
54620 ____________________________________________________________________________
54621 [  5922] By: gsar                                  on 2000/04/24  07:08:42
54622         Log: commentary about IoTYPE() (from Nathan Torkington)
54623      Branch: perl
54624            ! sv.h
54625 ____________________________________________________________________________
54626 [  5921] By: gsar                                  on 2000/04/24  06:58:26
54627         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
54628              by fix
54629      Branch: perl
54630            ! sv.c t/lib/charnames.t t/pragma/utf8.t
54631 ____________________________________________________________________________
54632 [  5920] By: gsar                                  on 2000/04/24  06:37:59
54633         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
54634      Branch: perl
54635            ! doop.c t/op/ver.t
54636 ____________________________________________________________________________
54637 [  5919] By: gsar                                  on 2000/04/24  06:21:58
54638         Log: Configure might miss old directories when prefix must be
54639              expanded (from Robin Barker)
54640      Branch: metaconfig
54641            ! U/installdirs/inc_version_list.U
54642      Branch: perl
54643            ! Configure
54644 ____________________________________________________________________________
54645 [  5918] By: gsar                                  on 2000/04/24  06:16:11
54646         Log: VMS nits in glob() test (from Charles Lane)
54647      Branch: perl
54648            ! t/lib/glob-basic.t
54649 ____________________________________________________________________________
54650 [  5917] By: gsar                                  on 2000/04/24  06:11:56
54651         Log: various pod nits (from Larry Virden and others)
54652      Branch: perl
54653            ! README.amiga README.hpux README.machten README.os2
54654            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
54655            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
54656            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
54657            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
54658            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
54659            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
54660            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
54661            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
54662 ____________________________________________________________________________
54663 [  5916] By: gsar                                  on 2000/04/24  05:52:43
54664         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
54665              <wjones@tc.fluke.com>)
54666      Branch: perl
54667            ! t/lib/glob-basic.t
54668 ____________________________________________________________________________
54669 [  5915] By: gsar                                  on 2000/04/24  05:07:01
54670         Log: supported platforms mixed up
54671      Branch: perl
54672            ! pod/perl56delta.pod pod/perlport.pod
54673 ____________________________________________________________________________
54674 [  5914] By: gsar                                  on 2000/04/24  04:56:08
54675         Log: caller() wasn't returning the right number of elements for
54676              eval {...}
54677      Branch: perl
54678            ! pp_ctl.c t/pragma/warn/9enabled
54679 ____________________________________________________________________________
54680 [  5913] By: gsar                                  on 2000/04/24  04:35:41
54681         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
54682              Mark-Jason Dominus)
54683      Branch: perl
54684            ! pod/perlfunc.pod
54685 ____________________________________________________________________________
54686 [  5912] By: gsar                                  on 2000/04/24  04:17:15
54687         Log: fix totally broken caching in UNIVERSAL::isa() (from
54688              Nick Ing-Simmons)
54689      Branch: perl
54690            ! t/op/universal.t universal.c
54691 ____________________________________________________________________________
54692 [  5911] By: gsar                                  on 2000/04/24  03:39:47
54693         Log: add linebreak properties from unicode/LineBrk.txt (from
54694              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
54695      Branch: perl
54696            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
54697            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
54698            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
54699            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
54700            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
54701            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
54702            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
54703            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
54704            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
54705            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
54706            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
54707            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
54708            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
54709            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
54710            + lib/unicode/Is/LbrkZW.pl
54711            ! lib/unicode/mktables.PL
54712 ____________________________________________________________________________
54713 [  5910] By: gsar                                  on 2000/04/24  03:23:10
54714         Log: typo in pod
54715      Branch: perl
54716            ! ext/Thread/Thread.pm
54717 ____________________________________________________________________________
54718 [  5909] By: gsar                                  on 2000/04/24  03:22:03
54719         Log: mode argument to do_binmode() should be file mode, not boolean
54720      Branch: perl
54721            ! pp_sys.c
54722 ____________________________________________________________________________
54723 [  5908] By: gsar                                  on 2000/04/16  16:51:08
54724         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
54725              always returns a valid GV even when the symbol is trapped by strictures
54726              (avoids coredumps)
54727              
54728              TODO: the C<package;> hack needs similar treatment
54729      Branch: perl
54730            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
54731            ! t/pragma/strict-vars
54732 ____________________________________________________________________________
54733 [  5907] By: jhi                                   on 2000/03/31  23:42:56
54734         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
54735              an assumption which #5905 demolished.
54736      Branch: cfgperl
54737            ! pp_sys.c
54738 ____________________________________________________________________________
54739 [  5906] By: jhi                                   on 2000/03/31  18:54:37
54740         Log: Typo in #5905.
54741      Branch: cfgperl
54742            ! t/op/64bitint.t
54743 ____________________________________________________________________________
54744 [  5905] By: jhi                                   on 2000/03/31  18:50:54
54745         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
54746              reported by Joseph N. Hall.  The bug was that even with use64bitint
54747              one had to use the prefixes q, L, or ll with printf/sprintf,
54748              contrary to the documentation and common sense.
54749      Branch: cfgperl
54750            ! sv.c t/op/64bitint.t
54751 ____________________________________________________________________________
54752 [  5904] By: gsar                                  on 2000/03/28  02:31:32
54753         Log: add Changes, perldelta.pod
54754      Branch: perl
54755            + Changes pod/perldelta.pod
54756 ____________________________________________________________________________
54757 [  5903] By: gsar                                  on 2000/03/28  02:03:55
54758         Log: rename Changes and perldelta.pod
54759      Branch: perl
54760           +> Changes5.6 pod/perl56delta.pod
54761            - Changes pod/perldelta.pod
54762            ! MANIFEST
54763 ____________________________________________________________________________
54764 [  5902] By: gsar                                  on 2000/03/28  01:59:14
54765         Log: create maint-5.6 branch
54766      Branch: maint-5.6/perl
54767           +> (branch 1611 files)
54768 ____________________________________________________________________________
54769 [  5901] By: jhi                                   on 2000/03/23  05:48:43
54770         Log: Integrate with Sarathy.
54771      Branch: cfgperl
54772           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
54773 ____________________________________________________________________________
54774 [  5900] By: gsar                                  on 2000/03/23  05:42:43
54775         Log: three guesses on what this is :-)
54776      Branch: perl
54777            ! Changes