Update Changes.
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 perlhack.pod for the details.
7
8
9 [The "CAST AND CREW" list has been moved to AUTHORS.]
10
11 NOTE: Each change entry shows the change number; who checked it into the
12 repository; when; description of the change; which branch the change
13 happened in; and the affected files.  The file lists have a short symbolic
14 indicator:
15
16             !       modified
17             +       added
18             -       deleted
19             +>      branched (from elsewhere)
20             !>      merged changes (from elsewhere)
21
22 The Message-Ids in the change entries refer to the email messages sent
23 to the perl5-porters mailing list.  You can retrieve the messages for
24 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
25
26 This file contains only changes that affect the mainline branch,
27 not those that affect the (now decommissioned) cfgperl, or vmsperl,
28 or any other branch.
29
30 --------------
31 Version v5.7.1          Development release working toward v5.8
32 --------------
33
34 ____________________________________________________________________________
35 [  8866] By: jhi                                   on 2001/02/21  00:34:20
36         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
37              (Note: there were some conflicts due to EBCDIC and EPOC
38              patches, in general I preferred the repository code.)
39              (When 2.753 comes out, we need to synchronize.)
40      Branch: perl
41            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
42            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
43            ! t/lib/cgi-html.t
44 ____________________________________________________________________________
45 [  8865] By: jhi                                   on 2001/02/21  00:24:22
46         Log: Make pack("C", 0x100) to create Unicode, unless under the
47              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
48              will understand Unicode, unless you under know what.
49      Branch: perl
50            ! pp.c t/op/pack.t t/op/qu.t
51 ____________________________________________________________________________
52 [  8864] By: alanbur                               on 2001/02/20  22:35:34
53         Log: Resynchronised with parent
54      Branch: maint-5.6/pureperl
55           !> README.win32 ext/GDBM_File/GDBM_File.pm
56           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
57           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
58           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
59           !> t/lib/sdbm.t util.c
60 ____________________________________________________________________________
61 [  8863] By: jhi                                   on 2001/02/20  20:55:11
62         Log: Integrate change #8860,8861 from mainline into maintperl.
63              
64              "pseudo-literal j"
65              
66              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
67      Branch: maint-5.6/perl
68           !> lib/Test.pm pod/perlop.pod
69 ____________________________________________________________________________
70 [  8862] By: jhi                                   on 2001/02/20  20:30:07
71         Log: Don't do casting between pointers pointing to differently sized
72              integers.
73      Branch: perl
74            ! hv.c sv.c
75 ____________________________________________________________________________
76 [  8861] By: jhi                                   on 2001/02/20  19:53:44
77         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
78              From: Peter Prymmer <pvhp@forte.com>
79              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
80              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
81      Branch: perl
82            ! lib/Test.pm
83 ____________________________________________________________________________
84 [  8860] By: jhi                                   on 2001/02/20  19:48:02
85         Log: "pseudo-literal j", a documentation glitch reported to Debian.
86              The text recovered from Perl 5.005_03, and pseudo-literal replaced
87              by "backtick string".
88      Branch: perl
89            ! pod/perlop.pod
90 ____________________________________________________________________________
91 [  8859] By: jhi                                   on 2001/02/20  19:15:46
92         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
93              from Chris Nandor.
94      Branch: perl
95            ! makedef.pl
96 ____________________________________________________________________________
97 [  8858] By: jhi                                   on 2001/02/20  17:36:53
98         Log: Integrate pureperl changes #8844,8845,8850 to mainline
99              (via maintperl #8855).
100              
101              Fixed %^H scoping bug
102              
103              Removed GV <-> CV refcount loop
104              
105              Removed %ENV refcount loop
106      Branch: perl
107           !> gv.c op.c perl.c pp.c scope.c
108 ____________________________________________________________________________
109 [  8857] By: jhi                                   on 2001/02/20  17:34:32
110         Log: Integrate changes #8853,8854 from maintperl to mainline.
111              
112              EBDIC fixes, README.win32 Borland update.
113      Branch: perl
114           !> README.win32 handy.h util.c
115 ____________________________________________________________________________
116 [  8856] By: jhi                                   on 2001/02/20  17:33:16
117         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
118      Branch: maint-5.6/perl
119           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
120           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
121           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
122 ____________________________________________________________________________
123 [  8855] By: jhi                                   on 2001/02/20  17:32:13
124         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
125              
126              Fixed %^H scoping bug
127              
128              Removed GV <-> CV refcount loop
129              
130              Removed %ENV refcount loop
131      Branch: maint-5.6/perl
132           !> gv.c op.c perl.c pp.c scope.c
133 ____________________________________________________________________________
134 [  8854] By: jhi                                   on 2001/02/20  17:25:06
135         Log: Subject: Addition to readme.win32 for Borland C++ compilers
136              Date: Tue, 20 Feb 2001 02:15:25 +0300
137              From: "Vadim Konovalov" <watman@inbox.ru>
138              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
139              
140              Document Borland compiler misbehaviour.
141      Branch: maint-5.6/perl
142            ! README.win32
143 ____________________________________________________________________________
144 [  8853] By: jhi                                   on 2001/02/20  17:22:25
145         Log: The assimilation of ebcdic.c didn't quite work at the first try,
146              patches from Thomas Dorner.
147      Branch: maint-5.6/perl
148            ! handy.h util.c
149 ____________________________________________________________________________
150 [  8852] By: jhi                                   on 2001/02/20  17:20:15
151         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
152              From: Chris Nandor <pudge@pobox.com>
153              Date: Tue, 20 Feb 2001 08:32:45 -0500
154              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
155      Branch: maint-5.6/perl
156            ! makedef.pl mg.c
157 ____________________________________________________________________________
158 [  8851] By: jhi                                   on 2001/02/20  17:15:52
159         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
160      Branch: perl
161            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
162            ! t/lib/filter-util.t
163 ____________________________________________________________________________
164 [  8850] By: alanbur                               on 2001/02/20  17:12:40
165         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
166              and the magic pointer points back to the GV that contains the
167              %ENV hash.  This creates a refcount loop that prevents members
168              of %ENV from being freed correctly.  This change removes the
169              refcount loop - the magic pointer was never used anyway, the
170              only use of the magic was to check the type ('E') so that the
171              appropriate environment manipulation code is called when %ENV
172              is modified.
173      Branch: maint-5.6/pureperl
174            ! perl.c
175 ____________________________________________________________________________
176 [  8849] By: jhi                                   on 2001/02/20  17:12:20
177         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
178              From: "Craig A. Berry" <craigberry@mac.com>
179              Date: Mon, 19 Feb 2001 23:36:12 -0600
180              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
181              
182              Case-forgiving systems match TestInit.pm with TES*.
183      Branch: perl
184            ! t/lib/glob-basic.t
185 ____________________________________________________________________________
186 [  8848] By: jhi                                   on 2001/02/20  17:10:02
187         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
188      Branch: perl
189            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
190            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
191            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
192 ____________________________________________________________________________
193 [  8847] By: jhi                                   on 2001/02/20  15:34:41
194         Log: The #8843 wasn't quite right: %Config needs to imported.
195      Branch: perl
196            ! t/run/runenv.t
197 ____________________________________________________________________________
198 [  8846] By: jhi                                   on 2001/02/20  15:31:50
199         Log: Retract the #8838 and #8840 for now because of
200              the DB_File tie problem.
201      Branch: perl
202            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
203            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
204            ! proto.h sv.c
205 ____________________________________________________________________________
206 [  8845] By: alanbur                               on 2001/02/20  14:25:41
207         Log: Removed GV <-> CV refcount loop
208              CvGV(mycv) points to the parent GV of the CV, and was previously
209              refcounted.  The pointer remains, but the refcounting has been removed
210              as it causes a refcount loop between the CV and GV that means the CV
211              can't ever be deleted.
212      Branch: maint-5.6/pureperl
213            ! gv.c op.c pp.c
214 ____________________________________________________________________________
215 [  8844] By: alanbur                               on 2001/02/20  14:23:13
216         Log: Fixed %^H scoping bug
217      Branch: maint-5.6/pureperl
218            ! scope.c
219 ____________________________________________________________________________
220 [  8843] By: jhi                                   on 2001/02/19  13:38:08
221         Log: fork() not everywhere, cleanup temp files.
222      Branch: perl
223            ! t/run/runenv.t
224 ____________________________________________________________________________
225 [  8842] By: alanbur                               on 2001/02/19  12:42:07
226         Log: Resynchronised with parent
227      Branch: maint-5.6/pureperl
228           !> pod/perlfaq4.pod sv.c utf8.c
229 ____________________________________________________________________________
230 [  8841] By: jhi                                   on 2001/02/19  03:35:51
231         Log: Update Changes.
232      Branch: perl
233            ! Changes patchlevel.h
234 ____________________________________________________________________________
235 [  8840] By: jhi                                   on 2001/02/19  00:23:41
236         Log: Subject: [patch] add sv_setref_uv
237              From: Doug MacEachern <dougm@covalent.net>
238              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
239              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
240      Branch: perl
241            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
242            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
243 ____________________________________________________________________________
244 [  8839] By: jhi                                   on 2001/02/19  00:01:38
245         Log: Put to rest the 20010205.001, the email address checking (not) regex.
246      Branch: perl
247            ! pod/perlfaq9.pod
248 ____________________________________________________________________________
249 [  8838] By: jhi                                   on 2001/02/18  22:17:54
250         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
251              From: Doug MacEachern <dougm@covalent.net>
252              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
253              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
254      Branch: perl
255            ! lib/ExtUtils/xsubpp
256 ____________________________________________________________________________
257 [  8837] By: jhi                                   on 2001/02/18  22:16:50
258         Log: Subject: [patch] -Wall cleanup round 2
259              From: Doug MacEachern <dougm@covalent.net>
260              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
261              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
262      Branch: perl
263            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
264            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
265            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
266            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
267            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
268            ! ext/SDBM_File/SDBM_File.xs
269 ____________________________________________________________________________
270 [  8836] By: jhi                                   on 2001/02/18  22:11:20
271         Log: Misapplied regex optimizations when \C is present.
272              Fixes 20001230.002.
273              
274              What still remains broken is that the submatches that
275              have \C in them get their UTF8 flag on because their
276              parent SV has it on.  This will result in malformed
277              UTF8 if a \C happened to match a non-ASCII byte.
278      Branch: perl
279            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
280            ! t/pragma/utf8.t
281 ____________________________________________________________________________
282 [  8835] By: jhi                                   on 2001/02/18  20:12:02
283         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
284              
285              The hash key got wrongly UTF8fied.
286      Branch: perl
287            ! pod/perlapi.pod toke.c utf8.c
288 ____________________________________________________________________________
289 [  8834] By: jhi                                   on 2001/02/18  19:44:25
290         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
291              don't warn on magical or overloaded things.
292      Branch: perl
293            ! pp_hot.c
294 ____________________________________________________________________________
295 [  8833] By: nick                                  on 2001/02/18  19:31:22
296         Log: Integrate mainline
297      Branch: perlio
298           +> t/TestInit.pm t/run/runenv.t
299            - t/UTEST
300           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
301           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
302           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
303           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
304           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
305           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
306           !> utf8.c
307 ____________________________________________________________________________
308 [  8832] By: jhi                                   on 2001/02/18  19:21:18
309         Log: Integrate perlio.
310      Branch: perl
311           !> perlio.c pod/perldiag.pod
312 ____________________________________________________________________________
313 [  8831] By: jhi                                   on 2001/02/18  19:14:20
314         Log: Integrate change #8827 from mainline.
315              
316              UTF8 tweaks.
317      Branch: maint-5.6/perl
318           !> sv.c utf8.c
319 ____________________________________________________________________________
320 [  8830] By: nick                                  on 2001/02/18  19:10:34
321         Log: Apply the spirit of patch from Nick Clark:
322              Subject: [PATCH] Re: extensions that provide layers
323              From: Nicholas Clark <nick@ccl4.org>
324              Date: Mon, 12 Feb 2001 16:43:51 +0000
325              Message-Id: <20010212164350.Q3652@plum.flirble.org>
326      Branch: perlio
327            ! perlio.c pod/perldiag.pod
328 ____________________________________________________________________________
329 [  8829] By: jhi                                   on 2001/02/18  19:03:25
330         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
331              From: schwern@pobox.com 
332              Date: Sun, 18 Feb 2001 13:44:35 -0500
333              Message-ID: <20010218134435.A17544@magnonel.guild.net>
334              
335              Applied, but as t/TestInit.pm.
336      Branch: perl
337            + t/TestInit.pm
338            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
339            ! t/op/subst_wamp.t
340 ____________________________________________________________________________
341 [  8828] By: jhi                                   on 2001/02/18  18:43:52
342         Log: Integrate perlio.
343      Branch: perl
344           !> perlio.c
345 ____________________________________________________________________________
346 [  8827] By: jhi                                   on 2001/02/18  18:41:33
347         Log: UTF-8 tweaks.
348      Branch: perl
349            ! sv.c utf8.c
350 ____________________________________________________________________________
351 [  8826] By: nick                                  on 2001/02/18  17:40:59
352         Log: Fix [ID 20010217.002]
353              open FOO, "<:raw:perlio", ...
354              :raw now inserts default base layer below itself.
355              Also
356              open FOO, "<:unix", ...
357              works as well - but leaves buffer layer on stack under the unix layer.
358      Branch: perlio
359            ! perlio.c
360 ____________________________________________________________________________
361 [  8825] By: jhi                                   on 2001/02/18  17:15:39
362         Log: Integrate perlio.
363      Branch: perl
364           !> perlio.c perliol.h
365 ____________________________________________________________________________
366 [  8824] By: jhi                                   on 2001/02/18  17:10:53
367         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
368              From: schwern@pobox.com
369              Date: Sun, 18 Feb 2001 01:48:50 -0500
370              Message-ID: <20010218014850.C19957@magnonel.guild.net>
371      Branch: perl
372            ! lib/Test/Harness.pm t/TEST t/op/chop.t
373 ____________________________________________________________________________
374 [  8823] By: jhi                                   on 2001/02/18  17:01:06
375         Log: Add run/*.t to testables.
376      Branch: perl
377            ! t/TEST
378 ____________________________________________________________________________
379 [  8822] By: jhi                                   on 2001/02/18  16:58:58
380         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
381              From: schwern@pobox.com
382              Date: Sun, 18 Feb 2001 01:11:35 -0500
383              Message-ID: <20010218011135.A19957@magnonel.guild.net>
384              
385              Revive mjd's and Simon's PERL5OPT fix.
386      Branch: perl
387            + t/run/runenv.t
388            ! MANIFEST perl.c
389 ____________________________________________________________________________
390 [  8821] By: jhi                                   on 2001/02/18  16:53:46
391         Log: Subject: Re: Why t/TEST and not Test::Harness?
392              From: schwern@pobox.com
393              Date: Sat, 17 Feb 2001 22:44:44 -0500
394              Message-ID: <20010217224444.A6679@magnonel.guild.net>
395              
396              Replace UTEST with TEST -utf8.
397      Branch: perl
398            - t/UTEST
399            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
400            ! t/lib/glob-basic.t
401 ____________________________________________________________________________
402 [  8820] By: nick                                  on 2001/02/18  13:06:16
403         Log: Clean up a few core dumps when layers are used in unexpected ways.
404              (Still not "right"...)
405      Branch: perlio
406            ! perlio.c perliol.h
407 ____________________________________________________________________________
408 [  8819] By: jhi                                   on 2001/02/18  02:25:55
409         Log: Integrate change #8818 from maintperl, a FAQ nit.
410      Branch: perl
411           !> pod/perlfaq4.pod
412 ____________________________________________________________________________
413 [  8818] By: jhi                                   on 2001/02/18  02:24:50
414         Log: FAQ nit from Chris Fedde.
415      Branch: maint-5.6/perl
416            ! pod/perlfaq4.pod
417 ____________________________________________________________________________
418 [  8817] By: nick                                  on 2001/02/17  18:20:14
419         Log: Integrate mainline
420      Branch: perlio
421           +> lib/unicode/UCD.html lib/unicode/Unicode.html
422           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
423           +> pod/perlclib.pod
424            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
425            - lib/unicode/Unicode.301
426           !> (integrate 324 files)
427 ____________________________________________________________________________
428 [  8816] By: jhi                                   on 2001/02/17  16:56:58
429         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
430      Branch: perl
431            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
432            ! ext/Storable/Storable.xs t/lib/st-06compat.t
433            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
434 ____________________________________________________________________________
435 [  8815] By: jhi                                   on 2001/02/17  16:40:07
436         Log: Subject: [patch] -Wall
437              From: Doug MacEachern <dougm@covalent.net>
438              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
439              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
440      Branch: perl
441            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
442            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
443 ____________________________________________________________________________
444 [  8814] By: jhi                                   on 2001/02/16  19:27:18
445         Log: Document qu better.
446      Branch: perl
447            ! pod/perlop.pod
448 ____________________________________________________________________________
449 [  8813] By: jhi                                   on 2001/02/15  13:54:37
450         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
451              From: Hugo <hv@crypt.compulink.co.uk>
452              Date: Thu, 15 Feb 2001 13:39:49 +0000
453              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
454      Branch: perl
455            ! toke.c
456 ____________________________________________________________________________
457 [  8812] By: alanbur                               on 2001/02/15  13:52:16
458         Log: Resynchronised with parent
459      Branch: maint-5.6/pureperl
460            - ebcdic.c
461           !> (integrate 36 files)
462 ____________________________________________________________________________
463 [  8811] By: jhi                                   on 2001/02/15  13:51:16
464         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
465              
466              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
467              From: Jan Dubois <JanD@ActiveState.com>
468              Date: Wed, 31 Jan 2001 21:17:03 -0800
469              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
470              
471              tweak change#8659 to keep it simple
472              
473              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
474              From: Russ Allbery <rra@stanford.edu>
475              Date: 14 Feb 2001 10:15:41 -0800
476              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
477              
478              (8809 empty)
479
480              Upgrade to podlators 1.08, from Russ Allbery.
481      Branch: perl
482           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
483           !> utils/perldoc.PL
484 ____________________________________________________________________________
485 [  8810] By: jhi                                   on 2001/02/15  13:35:08
486         Log: Upgrade to podlators 1.08, from Russ Allbery.
487      Branch: maint-5.6/perl
488            ! lib/Pod/Man.pm lib/Pod/Text.pm
489 ____________________________________________________________________________
490 [  8809] By: jhi                                   on 2001/02/15  13:26:38
491         Log: (accidentally empty check-in)
492      Branch: maint-5.6/perl
493            ! lib/Test/Harness.pm
494 ____________________________________________________________________________
495 [  8808] By: jhi                                   on 2001/02/15  13:23:47
496         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
497              From: Russ Allbery <rra@stanford.edu>
498              Date: 14 Feb 2001 10:15:41 -0800
499              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
500              
501              perldoc was hardcoding $Config{installscript}, which breaks
502              when install* isn't where Perl ends up (such as with AFS).
503              
504              Use $Config{scriptdir} instead.
505      Branch: maint-5.6/perl
506            ! utils/perldoc.PL
507 ____________________________________________________________________________
508 [  8807] By: jhi                                   on 2001/02/14  14:37:27
509         Log: Update Changes.
510      Branch: perl
511            ! Changes patchlevel.h
512 ____________________________________________________________________________
513 [  8806] By: jhi                                   on 2001/02/14  14:25:31
514         Log: Integrate changes #8803,8804,8805 from mainline.
515              
516              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
517              
518              Don't skip too much of the locale error message if no environ array,
519              from Chris Nandor.
520              
521              More MacOS Classic fixes from Chris Nandor.
522      Branch: maint-5.6/perl
523           !> doop.c lib/Cwd.pm perl.c perl.h util.c
524 ____________________________________________________________________________
525 [  8805] By: jhi                                   on 2001/02/14  03:29:01
526         Log: More MacOS Classic fixes from Chris Nandor.
527      Branch: perl
528            ! doop.c lib/Cwd.pm
529 ____________________________________________________________________________
530 [  8804] By: jhi                                   on 2001/02/14  03:18:35
531         Log: Don't skip too much of the locale error message if no environ array,
532              from Chris Nandor.
533      Branch: perl
534            ! util.c
535 ____________________________________________________________________________
536 [  8803] By: jhi                                   on 2001/02/14  03:14:14
537         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
538      Branch: perl
539            ! perl.c perl.h
540 ____________________________________________________________________________
541 [  8802] By: jhi                                   on 2001/02/13  18:31:33
542         Log: AUTHORS update.
543      Branch: perl
544            ! AUTHORS
545 ____________________________________________________________________________
546 [  8801] By: jhi                                   on 2001/02/13  17:55:19
547         Log: Integrate change #8792 from mainline.
548              
549              Subject: buncha MacPerl patches for bleadperl
550              From: Chris Nandor <pudge@pobox.com>
551              Date: Tue, 13 Feb 2001 00:02:43 -0500
552              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
553      Branch: maint-5.6/perl
554           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
555           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
556           !> t/lib/basename.t toke.c util.h
557 ____________________________________________________________________________
558 [  8800] By: jhi                                   on 2001/02/13  17:46:43
559         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
560              to be forced to Off_t.
561              
562              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
563              From: nick@ccl4.org
564              Date: Thu, 1 Feb 2001 12:01:04 +0000
565              Message-Id: <20010201120103.E11401@plum.flirble.org>
566      Branch: maint-5.6/perl
567            ! iperlsys.h perlio.c
568 ____________________________________________________________________________
569 [  8799] By: jhi                                   on 2001/02/13  16:52:51
570         Log: Duplex duplex hunk hunk.
571      Branch: maint-5.6/perl
572            ! Makefile.SH
573 ____________________________________________________________________________
574 [  8797] By: jhi                                   on 2001/02/13  14:52:04
575         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
576              From: "Craig A. Berry" <craigberry@mac.com>
577              Date: Mon, 12 Feb 2001 11:05:25 -0600
578              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
579      Branch: perl
580            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
581 ____________________________________________________________________________
582 [  8796] By: jhi                                   on 2001/02/13  14:36:47
583         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
584              From: simon.cozens@pembroke.oxford.ac.uk 
585              Date: Sat, 10 Feb 2001 17:57:02 +0000
586              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
587              
588              Now it does include.
589      Branch: perl
590            ! pod/perldiag.pod
591 ____________________________________________________________________________
592 [  8795] By: jhi                                   on 2001/02/13  14:30:11
593         Log: Sort the MANIFEST.
594      Branch: perl
595            ! MANIFEST
596 ____________________________________________________________________________
597 [  8794] By: jhi                                   on 2001/02/13  14:26:51
598         Log: Integrate change #8793 from mainline, FAQ updates.
599      Branch: maint-5.6/perl
600           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
601 ____________________________________________________________________________
602 [  8793] By: jhi                                   on 2001/02/13  14:25:13
603         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
604      Branch: perl
605            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
606 ____________________________________________________________________________
607 [  8792] By: jhi                                   on 2001/02/13  14:22:50
608         Log: Subject: buncha MacPerl patches for bleadperl
609              From: Chris Nandor <pudge@pobox.com>
610              Date: Tue, 13 Feb 2001 00:02:43 -0500
611              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
612      Branch: perl
613            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
614            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
615            ! t/lib/basename.t toke.c util.h
616 ____________________________________________________________________________
617 [  8791] By: jhi                                   on 2001/02/13  14:10:39
618         Log: Integrate change #8790 from mainline.
619              
620              environ array wrongly assumed in Perl_init_i18nl10n(),
621      Branch: maint-5.6/perl
622           !> util.c
623 ____________________________________________________________________________
624 [  8790] By: jhi                                   on 2001/02/13  14:06:15
625         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
626              noticed by Chris Nandor in MacOS Classic.
627      Branch: perl
628            ! util.c
629 ____________________________________________________________________________
630 [  8789] By: jhi                                   on 2001/02/13  13:58:07
631         Log: Integrate changes #8373,8487,8544,8783 from mainline.
632              
633              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
634              hints files, the dynaloading, assimilate ebcdic into util.c.
635      Branch: maint-5.6/perl
636            - ebcdic.c
637            ! MANIFEST hints/posix-bc.sh
638           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
639           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
640           !> perlapi.c proto.h util.c
641 ____________________________________________________________________________
642 [  8788] By: alanbur                               on 2001/02/13  10:33:13
643         Log: Integrated changes from maint-5.6
644      Branch: maint-5.6/pureperl
645           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
646           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
647           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
648           !> vos/config.ga.h vos/configure_perl.cm
649 ____________________________________________________________________________
650 [  8787] By: jhi                                   on 2001/02/13  05:56:36
651         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
652      Branch: perl
653           !> Makefile.SH
654 ____________________________________________________________________________
655 [  8786] By: jhi                                   on 2001/02/13  05:54:34
656         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
657              From: Dorner Thomas <Thomas.Dorner@start.de>
658              Date: Mon, 12 Feb 2001 15:06:26 +0100
659              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
660      Branch: maint-5.6/perl
661            ! Makefile.SH
662 ____________________________________________________________________________
663 [  8785] By: jhi                                   on 2001/02/13  05:29:04
664         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
665      Branch: perl
666           !> hints/openbsd.sh
667 ____________________________________________________________________________
668 [  8784] By: jhi                                   on 2001/02/13  02:25:24
669         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
670              From: Peter Prymmer <pvhp@forte.com>
671              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
672              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
673      Branch: perl
674            ! pod/perlclib.pod
675 ____________________________________________________________________________
676 [  8783] By: jhi                                   on 2001/02/13  02:22:36
677         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
678      Branch: perl
679            - ebcdic.c
680            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
681            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
682            ! util.c
683 ____________________________________________________________________________
684 [  8782] By: jhi                                   on 2001/02/13  02:00:07
685         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
686      Branch: maint-5.6/perl
687            ! pod/perlport.pod
688 ____________________________________________________________________________
689 [  8781] By: jhi                                   on 2001/02/13  01:58:44
690         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
691      Branch: maint-5.6/perl
692            ! hints/openbsd.sh
693 ____________________________________________________________________________
694 [  8780] By: jhi                                   on 2001/02/13  01:57:33
695         Log: Synchronize the regexp tests between maintperl and mainline.
696      Branch: maint-5.6/perl
697           !> t/op/re_tests
698 ____________________________________________________________________________
699 [  8779] By: jhi                                   on 2001/02/13  01:49:35
700         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
701              From: Hugo <hv@crypt.compulink.co.uk>
702              Date: Tue, 13 Feb 2001 00:11:11 +0000
703              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
704      Branch: perl
705            ! regcomp.c t/op/re_tests
706 ____________________________________________________________________________
707 [  8778] By: jhi                                   on 2001/02/13  00:23:10
708         Log: Comments do not nest.
709      Branch: perl
710            ! perl.h
711 ____________________________________________________________________________
712 [  8777] By: jhi                                   on 2001/02/13  00:17:54
713         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
714              From: Hugo <hv@crypt.compulink.co.uk>
715              Date: Tue, 13 Feb 2001 00:11:11 +0000
716              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
717      Branch: maint-5.6/perl
718            ! regcomp.c t/op/re_tests
719 ____________________________________________________________________________
720 [  8776] By: jhi                                   on 2001/02/12  23:25:52
721         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
722      Branch: maint-5.6/perl
723            ! pod/perlport.pod
724 ____________________________________________________________________________
725 [  8775] By: jhi                                   on 2001/02/12  23:04:28
726         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
727      Branch: maint-5.6/perl
728            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
729            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
730            ! vos/configure_perl.cm
731 ____________________________________________________________________________
732 [  8774] By: jhi                                   on 2001/02/12  22:59:11
733         Log: Subject: Re: [patch] context for 'U' magic functions
734              From: Doug MacEachern <dougm@covalent.net>
735              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
736              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
737              
738              plus the suggestion by Nick Ing-Simmons to name the macro
739              as PERL_MG_UFUNC to avoid namespace pollution, plus add
740              the advice by Doug for XS writers to perl.h
741      Branch: perl
742            ! mg.c perl.h
743 ____________________________________________________________________________
744 [  8773] By: jhi                                   on 2001/02/11  20:14:12
745         Log: Update Changes.
746      Branch: perl
747            ! Changes patchlevel.h
748 ____________________________________________________________________________
749 [  8772] By: jhi                                   on 2001/02/11  18:47:52
750         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
751              From: Simon Cozens <simon@cozens.net>
752              Date: Wed, 31 Jan 2001 16:31:43 +0000
753              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
754      Branch: perl
755            + pod/perlclib.pod
756            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
757            ! pod/perltoc.pod
758 ____________________________________________________________________________
759 [  8771] By: jhi                                   on 2001/02/11  18:36:48
760         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
761              
762              Blocks-4d3.beta.txt
763              CaseFolding-3d4.beta.txt
764              CompositionExclusions-3d6.beta.txt
765              EastAsianWidth-4d4.beta.txt
766              LineBreak-6d3.beta.txt
767              NamesList-3.1.0d1.beta.txt
768              PropList-3.1.0d4.beta.txt
769              SpecialCasing-4d1.beta.txt
770              UnicodeData-3.1.0d6.beta.txt
771      Branch: perl
772            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
773           +> lib/unicode/UCD.html lib/unicode/Unicode.html
774            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
775            - lib/unicode/Unicode.301
776            ! (edit 257 files)
777 ____________________________________________________________________________
778 [  8770] By: jhi                                   on 2001/02/11  17:26:22
779         Log: UTF-8 documentation.
780      Branch: perl
781            ! utf8.h
782 ____________________________________________________________________________
783 [  8769] By: jhi                                   on 2001/02/11  17:12:49
784         Log: Retract #8762.
785      Branch: perl
786            ! regexec.c
787 ____________________________________________________________________________
788 [  8768] By: jhi                                   on 2001/02/11  16:54:45
789         Log: Subject: [PATCH] Test::Harness
790              From: andreas.koenig@anima.de (Andreas J. Koenig)
791              Date: 11 Feb 2001 14:37:00 +0100
792              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
793      Branch: perl
794            ! lib/Test/Harness.pm
795 ____________________________________________________________________________
796 [  8767] By: jhi                                   on 2001/02/11  16:53:52
797         Log: Subject: [PATCH] Document makepatch in Porting/patching
798              From: andreas.koenig@anima.de (Andreas J. Koenig)
799              Date: 11 Feb 2001 16:46:28 +0100
800              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
801      Branch: perl
802            ! Porting/patching.pod
803 ____________________________________________________________________________
804 [  8766] By: jhi                                   on 2001/02/11  06:30:23
805         Log: Subject: Re: [patch] GvSHARED
806              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
807              From: Doug MacEachern <dougm@covalent.net>
808              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
809              
810              Subject: Re: [patch] GvSHARED
811              From: Doug MacEachern <dougm@covalent.net>
812              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
813              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
814              
815              Subject: [patch] attributes.pm support for `shared'
816              From: Doug MacEachern <dougm@covalent.net>
817              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
818              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
819              
820              our() attributes were ignored, our :shared pieces missing,
821              allow attributes.pm to turn on shared.
822      Branch: perl
823            ! op.c t/op/attrs.t toke.c xsutils.c
824 ____________________________________________________________________________
825 [  8765] By: alanbur                               on 2001/02/10  23:11:19
826         Log: Resync with parent (hopefully sucessfully this time)
827      Branch: maint-5.6/pureperl
828           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
829           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
830           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
831           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
832           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
833           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
834           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
835 ____________________________________________________________________________
836 [  8764] By: jhi                                   on 2001/02/10  22:54:38
837         Log: Make TEST and UTEST more verbose in case something goes
838              wrong in running/compiling a script, suggested by Doug
839              MacEachern.
840      Branch: perl
841            ! t/TEST t/UTEST
842 ____________________________________________________________________________
843 [  8763] By: jhi                                   on 2001/02/10  22:11:34
844         Log: Bogus shebang.
845      Branch: perl
846            ! t/lib/texttabs.t
847 ____________________________________________________________________________
848 [  8762] By: jhi                                   on 2001/02/10  21:56:02
849         Log: (Retracted by #8769)
850      Branch: perl
851            ! regexec.c
852 ____________________________________________________________________________
853 [  8761] By: jhi                                   on 2001/02/10  21:26:15
854         Log: Subject: Re: [patch] GvSHARED 
855              From: Doug MacEachern <dougm@covalent.net>
856              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
857              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
858              
859              our @EXPORT : shared = (...);
860      Branch: perl
861            ! toke.c
862 ____________________________________________________________________________
863 [  8760] By: jhi                                   on 2001/02/10  21:25:07
864         Log: Subject: [patch] GvSHARED
865              From: Doug MacEachern <dougm@covalent.net>
866              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
867              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
868      Branch: perl
869            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
870 ____________________________________________________________________________
871 [  8759] By: alanbur                               on 2001/02/10  21:24:27
872         Log: Backed out mismerge.
873      Branch: maint-5.6/pureperl
874            ! MANIFEST README.hpux README.vmesa gv.c installhtml
875            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
876            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
877            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
878            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
879            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
880            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
881 ____________________________________________________________________________
882 [  8758] By: jhi                                   on 2001/02/10  18:01:17
883         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
884              
885              Fixed UMRs and leak in Perl_pmtrans()
886              
887              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
888              associated UTFied tr/// code.  Also fixed scoping leak of
889              PL_reg_start_tmp.
890              
891              newATTRSUB leaks when an attempt to redefine the active sort sub is
892              made.
893      Branch: maint-5.6/perl
894           !> op.c regcomp.c
895 ____________________________________________________________________________
896 [  8757] By: alanbur                               on 2001/02/10  17:56:46
897         Log: Resynchronised with parent
898      Branch: maint-5.6/pureperl
899           +> README.bs2000
900            - README.posix-bc
901            ! gv.c perl.c sv.c
902           !> MANIFEST README.hpux README.vmesa installhtml
903           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
904           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
905           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
906           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
907           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
908           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
909 ____________________________________________________________________________
910 [  8756] By: alanbur                               on 2001/02/10  17:51:15
911         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
912              made.
913      Branch: maint-5.6/pureperl
914            ! op.c
915 ____________________________________________________________________________
916 [  8755] By: jhi                                   on 2001/02/09  22:41:35
917         Log: Upgrade to CPAN 1.59_54, from Andreas König.
918      Branch: perl
919            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
920 ____________________________________________________________________________
921 [  8754] By: jhi                                   on 2001/02/09  22:29:20
922         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
923              
924              Didn't upgrade the fill.t since it has a dependency to File::Slurp
925              purely for debugging purposes, the actual test hasn't changed.
926      Branch: perl
927            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
928            ! t/lib/textwrap.t
929 ____________________________________________________________________________
930 [  8753] By: jhi                                   on 2001/02/09  20:17:50
931         Log: Integrate change #8682 from maintperl.
932              
933              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
934              to work correctly.
935      Branch: perl
936           !> hints/irix_6.sh
937 ____________________________________________________________________________
938 [  8752] By: jhi                                   on 2001/02/09  20:00:46
939         Log: Update Changes.
940      Branch: perl
941            ! Changes patchlevel.h
942 ____________________________________________________________________________
943 [  8751] By: nick                                  on 2001/02/09  19:48:37
944         Log: Integrate mainline
945      Branch: perlio
946           +> README.bs2000 t/lib/cgi-esc.t
947            - README.posix-bc
948           !> (integrate 53 files)
949 ____________________________________________________________________________
950 [  8750] By: nick                                  on 2001/02/09  19:25:16
951         Log: Subject: RE: Biannual Competition to Improve Hashing Function
952              From: Fisher Mark <fisherm@tce.com>
953              Date: Thu, 8 Feb 2001 10:44:00 -0500
954              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
955              Date: Thu, 8 Feb 2001 15:02:47 -0500
956              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
957      Branch: perl
958            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
959 ____________________________________________________________________________
960 [  8749] By: jhi                                   on 2001/02/09  19:02:35
961         Log: Forgotten fragment.
962      Branch: perl
963            ! pod/perlapi.pod
964 ____________________________________________________________________________
965 [  8748] By: jhi                                   on 2001/02/09  18:31:34
966         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
967              plus manual tweakage.
968              
969              Sync the perlfaq2 between mainline and maintperl.
970      Branch: maint-5.6/perl
971            ! pod/perlfaq2.pod
972      Branch: perl
973           !> pod/perlfaq2.pod
974 ____________________________________________________________________________
975 [  8747] By: jhi                                   on 2001/02/09  18:12:04
976         Log: Subject: versiononly and installperl
977              From: abigail@foad.org
978              Date: Wed, 7 Feb 2001 22:43:12 +0100
979              Message-ID: <20010207214312.7045.qmail@foad.org>    
980              
981              Add +v flag to force a normal install of the perl binary
982              and the utilities.
983              
984              Subject: [PATCH] installperl
985              From: Nicholas Clark <nick@ccl4.org>
986              Date: Fri, 9 Feb 2001 16:28:57 +0000
987              Message-ID: <20010209162857.B10931@plum.flirble.org>
988              
989              Add -A flag which also hardlinks the binary with
990              the full architecture name.
991      Branch: perl
992            ! installperl
993 ____________________________________________________________________________
994 [  8746] By: jhi                                   on 2001/02/09  18:03:43
995         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
996              
997              Subject: perlfaq2, re: perlmongers
998              
999              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
1000              
1001              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
1002              
1003              Subject: [ID 20010205.001] typo in perlfaq9
1004              
1005              Subject: [ID 20010208.002] unordered explanation in perlcall
1006      Branch: maint-5.6/perl
1007           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
1008           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
1009           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
1010 ____________________________________________________________________________
1011 [  8745] By: jhi                                   on 2001/02/09  17:59:09
1012         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
1013              From: abela@geneanet.org
1014              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
1015              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
1016      Branch: perl
1017            ! pod/perlcall.pod
1018 ____________________________________________________________________________
1019 [  8744] By: jhi                                   on 2001/02/09  17:48:16
1020         Log: Subject: [ID 20010205.001] typo in perlfaq9
1021              From: eserte@vran.herceg.de
1022              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
1023              Message-Id: <200102042244.XAA21926@vran.herceg.de>
1024      Branch: perl
1025            ! pod/perlfaq9.pod
1026 ____________________________________________________________________________
1027 [  8743] By: jhi                                   on 2001/02/09  17:25:12
1028         Log: Integrate change #8695 from maintperl.
1029              
1030              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
1031      Branch: perl
1032           !> thread.h
1033 ____________________________________________________________________________
1034 [  8742] By: jhi                                   on 2001/02/09  17:21:22
1035         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
1036              From: Andy Dougherty <doughera@lafayette.edu>
1037              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
1038              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
1039      Branch: perl
1040            ! embed.pl
1041 ____________________________________________________________________________
1042 [  8741] By: jhi                                   on 2001/02/09  17:05:19
1043         Log: Integrate changes #8738,8739,8740 from maintperl.
1044              
1045              Html files will be installed in a more logical and easier to
1046              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
1047              
1048              Html files will be generated with a header to make them look
1049              a little less bare.
1050              
1051              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
1052      Branch: perl
1053           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
1054 ____________________________________________________________________________
1055 [  8740] By: jhi                                   on 2001/02/09  17:03:46
1056         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
1057              From: "Brendan O'Dea" <bod@compusol.com.au>
1058              Date: Sun, 4 Feb 2001 11:17:56 +1100
1059              Message-ID: <20010204111756.A16301@compusol.com.au>
1060      Branch: maint-5.6/perl
1061            ! pod/perlfaq3.pod
1062 ____________________________________________________________________________
1063 [  8739] By: jhi                                   on 2001/02/09  17:01:59
1064         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
1065              From: "Indy Singh" <indy@nusphere.com>
1066              Date: Fri, 2 Feb 2001 15:09:59 -0500
1067              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
1068              
1069              Html files will be generated with a header to make them look
1070              a little less bare.
1071      Branch: maint-5.6/perl
1072            ! installhtml
1073 ____________________________________________________________________________
1074 [  8738] By: jhi                                   on 2001/02/09  16:58:48
1075         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
1076              From: "Indy Singh" <indy@nusphere.com>
1077              Date: Fri, 2 Feb 2001 15:08:23 -0500
1078              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
1079              
1080              Html files will be installed in a more logical and easier to
1081              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
1082      Branch: maint-5.6/perl
1083            ! win32/Makefile win32/makefile.mk
1084 ____________________________________________________________________________
1085 [  8737] By: jhi                                   on 2001/02/09  16:46:54
1086         Log: Integrate changes #8687,8736 from maintperl.
1087              
1088              HP-UX thread patches from Merijn H. Brand.
1089              
1090              Latin nit from Philip Newton.
1091      Branch: perl
1092           !> README.hpux hints/hpux.sh
1093 ____________________________________________________________________________
1094 [  8736] By: jhi                                   on 2001/02/09  16:42:31
1095         Log: Latin nit from Philip Newton.
1096      Branch: maint-5.6/perl
1097            ! README.hpux
1098 ____________________________________________________________________________
1099 [  8735] By: jhi                                   on 2001/02/09  16:24:03
1100         Log: Integrate changes #8704,8710 from pureperl.
1101              
1102              Fixed UMRs and leak in Perl_pmtrans()
1103              
1104              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
1105              associated UTFied tr/// code.  Also fixed scoping leak of
1106              PL_reg_start_tmp.
1107      Branch: perl
1108           !> op.c regcomp.c
1109 ____________________________________________________________________________
1110 [  8734] By: jhi                                   on 2001/02/09  15:40:21
1111         Log: Integrate change #8733 from maintperl.
1112              
1113              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
1114      Branch: perl
1115           !> pod/perlre.pod
1116 ____________________________________________________________________________
1117 [  8733] By: jhi                                   on 2001/02/09  15:35:47
1118         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
1119              From: Prymmer/Kahn <pvhp@best.com>
1120              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
1121              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
1122      Branch: maint-5.6/perl
1123            ! pod/perlre.pod
1124 ____________________________________________________________________________
1125 [  8732] By: jhi                                   on 2001/02/09  15:26:17
1126         Log: Rename README.posix-bc to README.bs2000 (to avoid the
1127              confusion of a "perlposix-bc.pod"), add a few missing
1128              arch pods, regen toc.
1129      Branch: maint-5.6/perl
1130           +> README.bs2000
1131            - README.posix-bc
1132            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
1133            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
1134 ____________________________________________________________________________
1135 [  8731] By: jhi                                   on 2001/02/09  15:23:39
1136         Log: De-cut-and-pasto.
1137      Branch: perl
1138            ! pod/perl.pod
1139 ____________________________________________________________________________
1140 [  8730] By: jhi                                   on 2001/02/09  15:11:13
1141         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
1142              when people think that perlposix-bc.pod tells anything about
1143              Perl and POSIX.  Regen toc.
1144      Branch: perl
1145           +> README.bs2000
1146            - README.posix-bc
1147            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
1148            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
1149 ____________________________________________________________________________
1150 [  8729] By: jhi                                   on 2001/02/09  14:52:28
1151         Log: The README.vmesa part of #8712 from maintperl.
1152      Branch: perl
1153            ! README.vmesa
1154 ____________________________________________________________________________
1155 [  8728] By: jhi                                   on 2001/02/09  14:46:06
1156         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
1157              From: Peter Prymmer <pvhp@forte.com>
1158              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
1159              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
1160      Branch: maint-5.6/perl
1161            ! README.vmesa win32/Makefile win32/makefile.mk
1162 ____________________________________________________________________________
1163 [  8727] By: jhi                                   on 2001/02/09  14:33:25
1164         Log: Integrate change #8712 from mainline.
1165              
1166              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
1167      Branch: maint-5.6/perl
1168           !> lib/Pod/Find.pm
1169 ____________________________________________________________________________
1170 [  8726] By: jhi                                   on 2001/02/09  14:30:28
1171         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
1172              From: Peter Prymmer <pvhp@forte.com>
1173              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
1174              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
1175      Branch: perl
1176            + t/lib/cgi-esc.t
1177            ! MANIFEST lib/CGI/Util.pm
1178 ____________________________________________________________________________
1179 [  8725] By: jhi                                   on 2001/02/09  04:56:47
1180         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
1181      Branch: maint-5.6/perl
1182            ! pod/perlport.pod
1183 ____________________________________________________________________________
1184 [  8724] By: jhi                                   on 2001/02/09  04:40:59
1185         Log: Integrate changes 7819,7820 from vmsperl into mainline.
1186              
1187              Add header for LIB$ prototypes (C. Berry)
1188              
1189              Convert fwrite()s to sockets to write()s, since some socket stacks
1190              don't take kindly to stdio.
1191              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
1192              (for often optional LNMs)
1193              Correct a few typos
1194              (C. Bailey)
1195      Branch: perl
1196           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
1197 ____________________________________________________________________________
1198 [  8723] By: jhi                                   on 2001/02/09  03:29:29
1199         Log: Integrate change #8722 from mainline.
1200              
1201              The Im() function wasn't returning zero for non-Math::Complex
1202              arguments.  The bug reported by John Gamble.
1203      Branch: maint-5.6/perl
1204           !> lib/Math/Complex.pm
1205 ____________________________________________________________________________
1206 [  8722] By: jhi                                   on 2001/02/09  03:28:33
1207         Log: The Im() function wasn't returning zero for non-Math::Complex
1208              arguments.  The bug reported by John Gamble.
1209      Branch: perl
1210            ! lib/Math/Complex.pm
1211 ____________________________________________________________________________
1212 [  8721] By: nick                                  on 2001/02/08  22:11:35
1213         Log: Correct the correction :-(
1214      Branch: perl
1215            ! perl.c
1216 ____________________________________________________________________________
1217 [  8720] By: bailey                                on 2001/02/08  20:59:22
1218         Log: Convert frwite()s to sockets to write()s, since some socket stacks
1219              don't take kindly to stdio.
1220              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
1221              (for often optional LNMs)
1222              Correct a few typos
1223              (C. Bailey)
1224      Branch: vmsperl
1225            ! vms/vms.c vms/vmsish.h
1226 ____________________________________________________________________________
1227 [  8719] By: bailey                                on 2001/02/08  20:51:02
1228         Log: Add header for LIB$ prototypes (C. Berry)
1229      Branch: vmsperl
1230            ! ext/Devel/DProf/DProf.xs
1231 ____________________________________________________________________________
1232 [  8718] By: bailey                                on 2001/02/08  20:49:00
1233         Log: SYN SYN
1234      Branch: vmsperl
1235           +> pod/perliol.pod t/lib/sample-tests/bailout
1236           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
1237           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
1238           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
1239           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
1240           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
1241           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
1242            - lib/unicode/Is/DCinital.pl
1243           !> (integrate 101 files)
1244 ____________________________________________________________________________
1245 [  8717] By: nick                                  on 2001/02/08  19:38:48
1246         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
1247              From: Robin Barker <rmb1@cise.npl.co.uk>
1248              Date: Thu, 8 Feb 2001 14:38:07 GMT
1249              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
1250      Branch: perl
1251            ! lib/CPAN.pm
1252 ____________________________________________________________________________
1253 [  8716] By: nick                                  on 2001/02/08  19:29:07
1254         Log: Generated files form 8713 etc.
1255      Branch: perl
1256            ! embed.h global.sym objXSUB.h perlapi.c proto.h
1257 ____________________________________________________________________________
1258 [  8715] By: nick                                  on 2001/02/08  19:26:08
1259         Log: Fixup non-ithread build after 8713
1260      Branch: perl
1261            ! perl.c
1262 ____________________________________________________________________________
1263 [  8714] By: nick                                  on 2001/02/08  19:17:45
1264         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
1265              From: nick@ccl4.org
1266              Date: Wed, 7 Feb 2001 00:27:47 +0000
1267              Message-Id: <20010207002747.B63724@plum.flirble.org>
1268      Branch: perl
1269            ! sv.c toke.c
1270 ____________________________________________________________________________
1271 [  8713] By: nick                                  on 2001/02/08  19:15:58
1272         Log: Subject: Re: [patch] Re: PL_ptr_table
1273              From: Doug Maceachern <dougm@covalent.net>
1274              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
1275              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
1276      Branch: perl
1277            ! embed.pl perl.c sv.c sv.h
1278 ____________________________________________________________________________
1279 [  8712] By: nick                                  on 2001/02/08  19:12:47
1280         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
1281              From: Peter Prymmer <pvhp@forte.com>
1282              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
1283              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
1284      Branch: perl
1285            ! lib/Pod/Find.pm
1286 ____________________________________________________________________________
1287 [  8711] By: nick                                  on 2001/02/07  21:06:11
1288         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
1289              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
1290              From: Alan Burlison <Alan.Burlison@uk.sun.com>
1291              Date: Tue, 06 Feb 2001 23:37:01 +0000
1292              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
1293      Branch: perl
1294            ! regcomp.c
1295 ____________________________________________________________________________
1296 [  8710] By: alanbur                               on 2001/02/07  00:22:04
1297         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
1298              associated UTFied tr/// code.  Also fixed scoping leak of
1299              PL_reg_start_tmp.
1300      Branch: maint-5.6/pureperl
1301            ! op.c regcomp.c
1302 ____________________________________________________________________________
1303 [  8709] By: nick                                  on 2001/02/06  21:16:49
1304         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
1305              From: Michael G Schwern <schwern@pobox.com>
1306              Date: Sun, 4 Feb 2001 19:47:14 -0500
1307              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
1308      Branch: perl
1309            ! pod/perlapi.pod pod/perlmodlib.PL
1310 ____________________________________________________________________________
1311 [  8708] By: nick                                  on 2001/02/06  20:41:20
1312         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
1313              From: Michael G Schwern <schwern@pobox.com>
1314              Date: Sun, 4 Feb 2001 21:17:49 -0500
1315              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
1316      Branch: perl
1317            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
1318            ! pod/perltootc.pod
1319 ____________________________________________________________________________
1320 [  8707] By: nick                                  on 2001/02/06  20:29:11
1321         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
1322              From: Michael G Schwern <schwern@pobox.com>
1323              Date: Tue, 6 Feb 2001 05:54:30 -0500
1324              Message-Id: <20010206055430.A951@blackrider.aocn.com>
1325      Branch: perl
1326            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
1327 ____________________________________________________________________________
1328 [  8706] By: nick                                  on 2001/02/06  20:21:40
1329         Log: Subject: RE: some win32 fixes
1330              Date: Tue, 6 Feb 2001 09:23:20 +0300
1331              From: Vadim Konovalov <vkonovalov@lucent.com>
1332              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
1333      Branch: perl
1334            ! toke.c win32/Makefile win32/config.bc win32/config.gc
1335            ! win32/config.vc win32/config_H.bc win32/makefile.mk
1336 ____________________________________________________________________________
1337 [  8705] By: alanbur                               on 2001/02/06  15:00:03
1338         Log: Synchronised with parent
1339      Branch: maint-5.6/pureperl
1340            ! regexec.c
1341           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
1342           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
1343 ____________________________________________________________________________
1344 [  8704] By: alanbur                               on 2001/02/06  14:55:24
1345         Log: Fixed UMRs and leak in Perl_pmtrans()
1346      Branch: maint-5.6/pureperl
1347            ! op.c
1348 ____________________________________________________________________________
1349 [  8703] By: gsar                                  on 2001/02/06  02:29:37
1350         Log: $(MAKE) distclean doesn't clean up properly on windows
1351      Branch: maint-5.6/perl
1352            ! win32/Makefile win32/makefile.mk
1353 ____________________________________________________________________________
1354 [  8702] By: gsar                                  on 2001/02/06  01:00:46
1355         Log: tweak change#8659 to keep it simple
1356      Branch: maint-5.6/perl
1357            ! utils/perldoc.PL
1358 ____________________________________________________________________________
1359 [  8701] By: gsar                                  on 2001/02/05  22:45:41
1360         Log: change#8693 was missing testsuite changes
1361      Branch: maint-5.6/perl
1362           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
1363 ____________________________________________________________________________
1364 [  8700] By: nick                                  on 2001/02/05  20:32:52
1365         Log: Integrate mainline
1366      Branch: perlio
1367           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
1368           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
1369           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
1370           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
1371           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
1372           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
1373           +> t/lib/test-harness.t
1374           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
1375           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
1376           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
1377           !> pod/perlutil.pod t/TEST utils/h2xs.PL
1378 ____________________________________________________________________________
1379 [  8699] By: nick                                  on 2001/02/05  19:41:07
1380         Log: Subject: perlfaq2, re: perlmongers
1381              From: David H. Adler <dha@panix.com>
1382              Date: Sun, 4 Feb 2001 23:48:23 -0500
1383              Message-Id: <20010204234823.A13429@panix.com>
1384      Branch: perl
1385            ! pod/perlfaq2.pod
1386 ____________________________________________________________________________
1387 [  8698] By: nick                                  on 2001/02/05  19:39:31
1388         Log: Missed file f#rom the testharness mess.
1389      Branch: perl
1390            + t/lib/test-harness.t
1391 ____________________________________________________________________________
1392 [  8697] By: nick                                  on 2001/02/05  19:37:21
1393         Log: Subject: [DOC PATCH] overload.pm nits
1394              From: John Tobey <jtobey@john-edwin-tobey.org>
1395              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
1396              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
1397      Branch: perl
1398            ! lib/overload.pm
1399 ____________________________________________________________________________
1400 [  8696] By: alanbur                               on 2001/02/05  11:56:00
1401         Log: Sync with parent
1402      Branch: maint-5.6/pureperl
1403           !> thread.h
1404 ____________________________________________________________________________
1405 [  8695] By: gsar                                  on 2001/02/05  03:27:34
1406         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
1407      Branch: maint-5.6/perl
1408            ! thread.h
1409 ____________________________________________________________________________
1410 [  8694] By: alanbur                               on 2001/02/05  00:07:47
1411         Log: Initial branch creation from //depot/maint-5.6/perl
1412      Branch: maint-5.6/pureperl
1413           +> (branch 1719 files)
1414 ____________________________________________________________________________
1415 [  8693] By: gsar                                  on 2001/02/04  22:38:49
1416         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
1417              changes)
1418      Branch: maint-5.6/perl
1419           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
1420           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
1421           !> ext/DB_File/version.c
1422 ____________________________________________________________________________
1423 [  8692] By: nick                                  on 2001/02/04  18:15:57
1424         Log: The missed t/TEST part of the grand testharness upgrade.
1425      Branch: perl
1426            ! t/TEST
1427 ____________________________________________________________________________
1428 [  8691] By: nick                                  on 2001/02/04  18:05:17
1429         Log: New improved test harness
1430              Subject: Re: [PATCH Test::Harness] Third time's a charm?
1431              From: Michael G Schwern <schwern@pobox.com>
1432              Date: Sun, 4 Feb 2001 08:01:20 -0500
1433              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
1434      Branch: perl
1435            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
1436            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
1437            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
1438            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
1439            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
1440            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
1441            ! MANIFEST lib/Test/Harness.pm
1442 ____________________________________________________________________________
1443 [  8690] By: nick                                  on 2001/02/04  17:57:51
1444         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
1445              From: Jonathan Stowe <gellyfish@gellyfish.com>
1446              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
1447              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
1448      Branch: perl
1449            ! utils/h2xs.PL
1450 ____________________________________________________________________________
1451 [  8689] By: nick                                  on 2001/02/04  17:55:24
1452         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
1453              From: Michael G Schwern <schwern@pobox.com>
1454              Date: Sat, 3 Feb 2001 22:46:38 -0500
1455              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
1456      Branch: perl
1457            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
1458            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
1459 ____________________________________________________________________________
1460 [  8688] By: nick                                  on 2001/02/04  17:43:55
1461         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
1462              length byfailing to spot lack of closing )
1463              From: nick@talking.bollo.cx
1464              Date: Sat, 03 Feb 2001 23:53:16 +0000
1465              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
1466      Branch: perl
1467            ! perlio.c pod/perldiag.pod
1468 ____________________________________________________________________________
1469 [  8687] By: jhi                                   on 2001/02/03  17:11:42
1470         Log: HP-UX thread patches from Merijn H. Brand.
1471      Branch: maint-5.6/perl
1472            ! README.hpux hints/hpux.sh
1473 ____________________________________________________________________________
1474 [  8686] By: jhi                                   on 2001/02/03  16:40:12
1475         Log: Metaconfig changes for #8685.
1476      Branch: metaconfig
1477            ! U/installdirs/instubperl.U
1478      Branch: metaconfig/U/perl
1479            ! Devel.U versiononly.U
1480 ____________________________________________________________________________
1481 [  8685] By: jhi                                   on 2001/02/03  16:39:49
1482         Log: For -Dusedevel builds turn off installusrbinperl and turn on
1483              versiononly, a combined idea of Richard Soderberg and Merijn
1484              H. Brand.  You can still override both of these from the command
1485              line if you need to, -Dinstallusrbinperl and -Uversiononly.
1486      Branch: perl
1487            ! Configure
1488 ____________________________________________________________________________
1489 [  8684] By: jhi                                   on 2001/02/03  16:16:34
1490         Log: Metaconfig unit fix for #8683.
1491      Branch: metaconfig
1492            ! U/compline/nblock_io.U
1493 ____________________________________________________________________________
1494 [  8683] By: jhi                                   on 2001/02/03  16:16:12
1495         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
1496              reported by Peter Prymmer for 5.6-TRIAL1.
1497      Branch: perl
1498            ! Configure
1499 ____________________________________________________________________________
1500 [  8682] By: jhi                                   on 2001/02/03  05:52:11
1501         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
1502              to work correctly.
1503      Branch: maint-5.6/perl
1504            ! hints/irix_6.sh
1505 ____________________________________________________________________________
1506 [  8681] By: jhi                                   on 2001/02/03  05:47:33
1507         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
1508      Branch: maint-5.6/perl
1509            ! pod/perlport.pod
1510 ____________________________________________________________________________
1511 [  8680] By: jhi                                   on 2001/02/02  21:39:49
1512         Log: perlport update from Peter Prymmer.
1513      Branch: maint-5.6/perl
1514            ! pod/perlport.pod
1515 ____________________________________________________________________________
1516 [  8679] By: nick                                  on 2001/02/02  20:50:48
1517         Log: Integrate mainline
1518      Branch: perlio
1519           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
1520           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
1521           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
1522 ____________________________________________________________________________
1523 [  8678] By: gsar                                  on 2001/02/02  16:02:12
1524         Log: note about bincompat, slightly modified (from Lupe Christoph)
1525      Branch: maint-5.6/perl
1526            ! README.solaris
1527 ____________________________________________________________________________
1528 [  8677] By: jhi                                   on 2001/02/02  15:46:20
1529         Log: Supported platforms updates.
1530      Branch: maint-5.6/perl
1531            ! pod/perlport.pod
1532 ____________________________________________________________________________
1533 [  8676] By: jhi                                   on 2001/02/02  03:41:26
1534         Log: A couple more perlfaq2 tweaks.
1535      Branch: maint-5.6/perl
1536            ! pod/perlfaq2.pod
1537 ____________________________________________________________________________
1538 [  8675] By: jhi                                   on 2001/02/02  03:17:44
1539         Log: Misedit in #8661.
1540      Branch: maint-5.6/perl
1541            ! Configure
1542 ____________________________________________________________________________
1543 [  8674] By: jhi                                   on 2001/02/02  03:14:38
1544         Log: Damien again.
1545      Branch: maint-5.6/perl
1546            ! pod/perlfaq2.pod
1547 ____________________________________________________________________________
1548 [  8673] By: jhi                                   on 2001/02/02  03:12:40
1549         Log: perlfaq update from Elaine Ashton.
1550      Branch: maint-5.6/perl
1551            ! pod/perlfaq2.pod
1552 ____________________________________________________________________________
1553 [  8672] By: jhi                                   on 2001/02/02  03:07:08
1554         Log: UTF-8 s/// patch from Inaba Hiroto.
1555      Branch: maint-5.6/perl
1556            ! pp_ctl.c pp_hot.c
1557 ____________________________________________________________________________
1558 [  8671] By: jhi                                   on 2001/02/01  22:34:31
1559         Log: Update Changes.
1560      Branch: perl
1561            ! Changes patchlevel.h
1562 ____________________________________________________________________________
1563 [  8670] By: jhi                                   on 2001/02/01  22:15:29
1564         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
1565              from maintperl.
1566              
1567              Upgrade to Getopt::Long 2.25, from Johan Vromans.
1568              
1569              more files need to be writable in the source distribution
1570              
1571              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
1572              
1573              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
1574              
1575              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
1576              
1577              Allow the float to be fuzzier.
1578              
1579              need to use INT2PTR instead of a straight cast or ia64 fails
1580              
1581              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
1582              
1583              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
1584      Branch: perl
1585           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
1586           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
1587           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
1588 ____________________________________________________________________________
1589 [  8669] By: jhi                                   on 2001/02/01  21:57:02
1590         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
1591              From: Robin Barker <rmb1@cise.npl.co.uk>
1592              Date: Thu, 1 Feb 2001 16:59:05 GMT
1593              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
1594      Branch: maint-5.6/perl
1595            ! pod/perlmodlib.PL
1596 ____________________________________________________________________________
1597 [  8668] By: nick                                  on 2001/02/01  19:41:40
1598         Log: Integrate mainline
1599      Branch: perlio
1600           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
1601           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
1602           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
1603 ____________________________________________________________________________
1604 [  8667] By: gsar                                  on 2001/02/01  16:59:11
1605         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
1606      Branch: maint-5.6/perl
1607            ! embed.pl embedvar.h
1608 ____________________________________________________________________________
1609 [  8666] By: gsar                                  on 2001/02/01  16:34:51
1610         Log: add missing entries to win32/config.?c
1611      Branch: maint-5.6/perl
1612            ! win32/config.bc win32/config.gc win32/config.vc
1613            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1614 ____________________________________________________________________________
1615 [  8665] By: jhi                                   on 2001/02/01  14:58:51
1616         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
1617              From: "Stephen P. Potter" <spp@spotter.yi.org>
1618              Date: Thu, 01 Feb 2001 10:45:46 -0500
1619              Message-Id: <200102011545.KAA31479@spotter.yi.org>
1620      Branch: maint-5.6/perl
1621            ! pod/perlfunc.pod
1622 ____________________________________________________________________________
1623 [  8664] By: gsar                                  on 2001/02/01  14:52:37
1624         Log: need to use INT2PTR instead of a straight cast or ia64 fails
1625              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
1626      Branch: maint-5.6/perl
1627            ! ext/POSIX/POSIX.xs
1628 ____________________________________________________________________________
1629 [  8663] By: jhi                                   on 2001/02/01  14:09:13
1630         Log: Allow the float to be fuzzier.
1631      Branch: maint-5.6/perl
1632            ! t/lib/peek.t
1633 ____________________________________________________________________________
1634 [  8662] By: jhi                                   on 2001/02/01  13:59:00
1635         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
1636              From: Robin Barker <rmb1@cise.npl.co.uk>
1637              Date: Thu, 1 Feb 2001 13:05:39 GMT
1638              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
1639      Branch: maint-5.6/perl
1640            ! pod/perlmodlib.pod
1641 ____________________________________________________________________________
1642 [  8661] By: jhi                                   on 2001/02/01  13:57:38
1643         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
1644              Date: Thu, 01 Feb 2001 14:15:41 +0100
1645              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1646              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
1647              
1648              Have the $ccflags in the gcc version test (strange, this change
1649              is claimed to be have been integrated already)
1650      Branch: maint-5.6/perl
1651            ! Configure
1652 ____________________________________________________________________________
1653 [  8660] By: jhi                                   on 2001/02/01  13:44:10
1654         Log: Integrate changes #7950,7964,7962 from mainline.
1655              
1656              Find the stdchar signedness using cpp, should fix some of
1657              the Solaris compiler warnings reported by Alan Burlison.
1658      Branch: maint-5.6/perl
1659           !> Configure config_h.SH
1660 ____________________________________________________________________________
1661 [  8659] By: jhi                                   on 2001/02/01  05:35:32
1662         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
1663              From: Jan Dubois <JanD@ActiveState.com>
1664              Date: Wed, 31 Jan 2001 21:17:03 -0800
1665              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
1666      Branch: maint-5.6/perl
1667            ! utils/perldoc.PL
1668 ____________________________________________________________________________
1669 [  8658] By: jhi                                   on 2001/02/01  04:33:17
1670         Log: Integrate the README.os390 and README.posix-bc parts of mainline
1671              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
1672              installperl parts were taken care of by #8657.)
1673      Branch: maint-5.6/perl
1674           !> README.os390 README.posix-bc
1675 ____________________________________________________________________________
1676 [  8657] By: jhi                                   on 2001/02/01  04:29:21
1677         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
1678              From: Peter Prymmer <pvhp@forte.com>
1679              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
1680              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
1681      Branch: maint-5.6/perl
1682            + ext/DynaLoader/dl_dllload.xs
1683            ! MANIFEST Makefile.SH hints/os390.sh installperl
1684 ____________________________________________________________________________
1685 [  8656] By: jhi                                   on 2001/02/01  04:25:45
1686         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
1687              From: Peter Prymmer <pvhp@forte.com>
1688              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
1689              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
1690      Branch: maint-5.6/perl
1691            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
1692 ____________________________________________________________________________
1693 [  8655] By: jhi                                   on 2001/02/01  04:14:47
1694         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
1695              From: troc@netrus.net
1696              Date: Wed, 31 Jan 2001 22:31:26 -0500
1697              Message-Id: <200102010331.WAA117.85@rocco.homenet>
1698      Branch: maint-5.6/perl
1699            ! os2/os2.c
1700 ____________________________________________________________________________
1701 [  8654] By: jhi                                   on 2001/02/01  04:12:52
1702         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
1703              as reported by Alan Burlison.
1704      Branch: maint-5.6/perl
1705            ! pp.h
1706 ____________________________________________________________________________
1707 [  8653] By: jhi                                   on 2001/02/01  04:05:12
1708         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
1709              From: dsugalski@northernlight.com
1710              Date: Wed, 31 Jan 2001 18:54:11 -0500
1711              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
1712      Branch: maint-5.6/perl
1713            ! configure.com
1714 ____________________________________________________________________________
1715 [  8652] By: jhi                                   on 2001/02/01  04:03:11
1716         Log: Misplaced #endif.
1717              
1718              Subject: [perl-5-6-1-trial2] patches for EPOC
1719              From: Olaf Flebbe <O.Flebbe@science-computing.de>
1720              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
1721              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
1722      Branch: maint-5.6/perl
1723            ! epoc/epocish.c
1724 ____________________________________________________________________________
1725 [  8651] By: jhi                                   on 2001/02/01  04:00:25
1726         Log: Integrate changes #8647,8648,8650 from mainline.
1727              
1728              Macrofy a magic UTF-8 test.
1729              
1730              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
1731              
1732              Watch out for cross compiling for EPOC (usually done on linux).
1733      Branch: maint-5.6/perl
1734           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
1735 ____________________________________________________________________________
1736 [  8650] By: jhi                                   on 2001/02/01  03:56:20
1737         Log: Watch out for cross compiling for EPOC (usually done on linux)
1738              
1739              Subject: [perl-5-6-1-trial2] patches for EPOC
1740              From: Olaf Flebbe <O.Flebbe@science-computing.de>
1741              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
1742              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
1743      Branch: perl
1744            ! ext/Errno/Errno_pm.PL
1745 ____________________________________________________________________________
1746 [  8649] By: gsar                                  on 2001/02/01  00:46:00
1747         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
1748      Branch: maint-5.6/perl
1749            ! sv.c
1750 ____________________________________________________________________________
1751 [  8648] By: jhi                                   on 2001/01/31  23:35:36
1752         Log: All the uses of PL_numeric_radix must be protected by
1753              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
1754              
1755              Subject: [perl-5-6-1-trial2] patches for EPOC
1756              From: Olaf Flebbe <O.Flebbe@science-computing.de>
1757              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
1758              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
1759      Branch: perl
1760            ! sv.c
1761 ____________________________________________________________________________
1762 [  8647] By: jhi                                   on 2001/01/31  22:56:16
1763         Log: Macrofy a magic UTF-8 test.
1764      Branch: perl
1765            ! utf8.c utf8.h
1766 ____________________________________________________________________________
1767 [  8646] By: gsar                                  on 2001/01/31  15:55:12
1768         Log: update Changes
1769      Branch: maint-5.6/perl
1770            ! Changes
1771 ____________________________________________________________________________
1772 [  8645] By: gsar                                  on 2001/01/31  15:10:14
1773         Log: Configure tweak suggested by Peter Prymmer
1774      Branch: maint-5.6/perl
1775            ! Configure
1776 ____________________________________________________________________________
1777 [  8644] By: gsar                                  on 2001/01/31  15:06:32
1778         Log: more files need to be writable in the source distribution
1779      Branch: maint-5.6/perl
1780            ! Porting/makerel
1781 ____________________________________________________________________________
1782 [  8643] By: jhi                                   on 2001/01/31  14:59:46
1783         Log: Integrate changes #8258,8278,8279 from mainline.
1784              
1785              Make the large file tests more robust/talkative.
1786      Branch: maint-5.6/perl
1787           !> t/lib/syslfs.t t/op/lfs.t
1788 ____________________________________________________________________________
1789 [  8642] By: gsar                                  on 2001/01/31  14:53:48
1790         Log: integrate changes#8311,8334 from mainline
1791              
1792              Add a new MakeMaker variable PM_FILTER that defines a Unix
1793              filter to be run on each .pm during the pm_to_blib() phase,
1794              a fixed version of
1795              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
1796              
1797              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
1798              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
1799              accurate reading of the "atime".  
1800      Branch: maint-5.6/perl
1801           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
1802           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
1803           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
1804 ____________________________________________________________________________
1805 [  8641] By: jhi                                   on 2001/01/31  14:46:37
1806         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
1807      Branch: maint-5.6/perl
1808            ! lib/Getopt/Long.pm
1809 ____________________________________________________________________________
1810 [  8640] By: gsar                                  on 2001/01/31  14:40:24
1811         Log: make regen_all
1812      Branch: maint-5.6/perl
1813            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
1814 ____________________________________________________________________________
1815 [  8639] By: gsar                                  on 2001/01/31  14:37:25
1816         Log: refresh windows config files
1817      Branch: maint-5.6/perl
1818            ! win32/Makefile win32/config_H.bc win32/config_H.gc
1819            ! win32/config_H.vc win32/makefile.mk
1820 ____________________________________________________________________________
1821 [  8638] By: gsar                                  on 2001/01/31  14:28:10
1822         Log: makefile tweaks for windows: introduce a bulk-switch to enable
1823              same options as ActivePerl; sync changes with makefile.mk
1824      Branch: maint-5.6/perl
1825            ! win32/Makefile win32/makefile.mk
1826 ____________________________________________________________________________
1827 [  8637] By: jhi                                   on 2001/01/31  04:41:30
1828         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
1829              From: Nicholas Clark <nick@ccl4.org>
1830              Date: Tue, 30 Jan 2001 19:51:05 +0000
1831              Message-ID: <20010130195105.R76607@plum.flirble.org> 
1832              
1833              op/inc cure.
1834      Branch: perl
1835            ! pp.c pp.h pp_hot.c t/op/arith.t
1836 ____________________________________________________________________________
1837 [  8636] By: jhi                                   on 2001/01/31  02:38:32
1838         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
1839              no perlio],8257,8380,8479,8515 from mainline.
1840              
1841              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
1842              
1843              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
1844              Subject: [PATCH perl@8133] fix-up for VMS extensions
1845              
1846              In VMS embedded perls couldn't access the statically built Socket.
1847              
1848              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
1849              
1850              Further VMS piping fixes from Charles Lane.
1851              
1852              Subject:  [PATCH] make t/op/misc.t work on VMS
1853              
1854              Add tracing for debugging extensions builds in VMS.
1855              
1856              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
1857      Branch: maint-5.6/perl
1858           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
1859           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
1860           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
1861 ____________________________________________________________________________
1862 [  8635] By: jhi                                   on 2001/01/31  01:46:41
1863         Log: Integrate change #7732 from mainline.
1864              
1865              Sparc 64-bit pack() fix from Jens Hamisch.
1866      Branch: maint-5.6/perl
1867           !> pp.c
1868 ____________________________________________________________________________
1869 [  8634] By: jhi                                   on 2001/01/31  01:41:16
1870         Log: One spot missing from #8626.
1871      Branch: maint-5.6/perl
1872            ! sv.c
1873 ____________________________________________________________________________
1874 [  8633] By: jhi                                   on 2001/01/31  00:49:17
1875         Log: Integrate change #7495 from mainline.
1876              
1877              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
1878      Branch: maint-5.6/perl
1879           !> MANIFEST ext/re/Makefile.PL
1880 ____________________________________________________________________________
1881 [  8632] By: jhi                                   on 2001/01/30  23:38:49
1882         Log: Integrate change #8396 from mainline.
1883              
1884              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
1885              better multicast support (resend)
1886      Branch: maint-5.6/perl
1887           !> ext/Socket/Socket.pm
1888 ____________________________________________________________________________
1889 [  8631] By: jhi                                   on 2001/01/30  23:28:03
1890         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
1891              
1892              More AIX lore. (7514, ext/re/hints/aix.pl)
1893              
1894              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
1895              
1896              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)
1897              
1898              Subject: [ID 20001214.002] Net::Ping patch
1899              
1900              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
1901              
1902              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
1903              
1904              Add ReuseAddr as a (preferred) alias for Reuse as we now
1905              also have ReusePort.
1906              
1907              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
1908      Branch: maint-5.6/perl
1909           +> ext/re/hints/aix.pl
1910           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
1911           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
1912 ____________________________________________________________________________
1913 [  8630] By: jhi                                   on 2001/01/30  23:03:59
1914         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
1915              
1916              read() documentation tweak for 20001121.004.
1917              
1918              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
1919      Branch: maint-5.6/perl
1920           !> pod/perlfunc.pod pod/perlre.pod
1921 ____________________________________________________________________________
1922 [  8629] By: jhi                                   on 2001/01/30  22:41:57
1923         Log: Integrate change #8098 from mainline.
1924              
1925              fastgetcwd is defined using a glob alias on a $^O dependent basis
1926              and there was no default assignment or perl subroutine.
1927      Branch: maint-5.6/perl
1928           !> lib/Cwd.pm
1929 ____________________________________________________________________________
1930 [  8628] By: jhi                                   on 2001/01/30  21:58:52
1931         Log: Integrate change #7866 from mainline.
1932              
1933              File::Temp 0.11.
1934      Branch: maint-5.6/perl
1935           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
1936 ____________________________________________________________________________
1937 [  8627] By: jhi                                   on 2001/01/30  21:39:44
1938         Log: Integrate changes #8075,8086,8228 from mainline.  
1939              
1940              Darwin is not Windows. (8075,8086)
1941              
1942              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
1943      Branch: maint-5.6/perl
1944           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
1945           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
1946           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
1947           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
1948 ____________________________________________________________________________
1949 [  8626] By: jhi                                   on 2001/01/30  21:22:11
1950         Log: Integrate with tweakery the change #8625 from mainline,
1951              the multibyte decimal separator fix ("fa_IR locale failure").
1952      Branch: maint-5.6/perl
1953            ! embedvar.h perlapi.h
1954           !> intrpvar.h perl.c perl.h sv.c util.c
1955 ____________________________________________________________________________
1956 [  8625] By: jhi                                   on 2001/01/30  20:26:33
1957         Log: Fix for the fa_IR locale failure.  The reason for the failure
1958              was that Perl was assuming the decimal separator aka the radix
1959              separator is one character.  The Farsi-Iranian locale crushed
1960              that bad assumption since there the separator is 'Momayyez',
1961              glyphwise looking somewhat like a slash, and in Unicode UTF-8
1962              encoded in two bytes, 0xd9 0xab.
1963      Branch: perl
1964            ! intrpvar.h perl.c perl.h sv.c util.c
1965 ____________________________________________________________________________
1966 [  8624] By: gsar                                  on 2001/01/30  20:17:03
1967         Log: regen_headers
1968      Branch: maint-5.6/perl
1969            ! Makefile.SH pod/perlintern.pod
1970 ____________________________________________________________________________
1971 [  8623] By: gsar                                  on 2001/01/30  19:42:34
1972         Log: backout change#7431 and its dependents (causes spurious rebuilds
1973              of autogenerated files)
1974              
1975              fix benign b.t failure
1976      Branch: maint-5.6/perl
1977            ! Makefile.SH t/lib/b.t
1978 ____________________________________________________________________________
1979 [  8622] By: jhi                                   on 2001/01/30  19:41:41
1980         Log: Microperl sync.
1981      Branch: perl
1982            ! mg.c perl.h
1983 ____________________________________________________________________________
1984 [  8621] By: gsar                                  on 2001/01/30  19:24:47
1985         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
1986              from mainline
1987              
1988              Subject: podlators 1.06 released
1989              
1990              Subject: [PATCH @8436] Eliminate op_children
1991              
1992              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
1993              
1994              (Replaced by #8448)  More op_children traces (cleanup of #8442).
1995              
1996              Subject: [PATCH #3 @8436] Re: Eliminate op_children
1997              Replace #8444 and #8445.
1998              
1999              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
2000              at the setting of the ofs_sv in new_struct_thread() as the
2001              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
2002              uninitialized fields are, uh, initialized with),
2003              SvREFCNT_inc()ing that invited a core dump.
2004              
2005              podlators 1.07, from Russ Allbery.
2006              
2007              Subject: [PATCH] regcomp.c old feature removal
2008              From: mjd@plover.com
2009              Date: 16 Jan 2001 14:43:18 -0000 
2010              Message-ID: <20010116144318.7140.qmail@plover.com> 
2011      Branch: maint-5.6/perl
2012           +> lib/Pod/Text/Overstrike.pm
2013           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
2014           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
2015           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
2016           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
2017           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
2018           !> util.c
2019 ____________________________________________________________________________
2020 [  8620] By: gsar                                  on 2001/01/30  18:48:32
2021         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
2022              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
2023              now fails one test)
2024              
2025              Subject: [PATCH] lvalue AUTOLOAD. No, really.
2026              
2027              Subject: [PATCH] Interesting syntax idea
2028              Make opens + bareword assigns do typeglob assigns.
2029              
2030              Tests for #8254.
2031              
2032              Subject: [PATCH @8269] Continue blocks and B::Deparse
2033              Make the peephole optimizer to bypass more null ops and
2034              and rewrite the deparse handling of continue blocks.
2035              
2036              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
2037              Doc tweak on #8313.
2038              
2039              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
2040              
2041              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
2042              
2043              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
2044              
2045              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
2046              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
2047              according to the platform.
2048              
2049              Subject: [PATCH @8404] Consolidated lvalue sub changes
2050              
2051              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
2052              
2053              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
2054              
2055              Subject: B::Concise -- an improved replacement for B::Terse 
2056              
2057              The B::Terse drop-in replacement wasn't quite drop-in.
2058              
2059              The LVRET macro needed an aTHX.
2060              
2061              Use the /^Perl_/-less form of is_lvalue_sub().
2062              
2063              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
2064      Branch: maint-5.6/perl
2065           +> ext/B/B/Concise.pm
2066           !> (integrate 27 files)
2067 ____________________________________________________________________________
2068 [  8619] By: nick                                  on 2001/01/30  18:40:28
2069         Log: Integrate mainline
2070      Branch: perlio
2071           !> (integrate 40 files)
2072 ____________________________________________________________________________
2073 [  8618] By: jhi                                   on 2001/01/30  18:37:18
2074         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
2075              Date: Mon, 29 Jan 2001 22:51:29 -0600
2076              From: "Craig A. Berry" <craigberry@mac.com>
2077              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
2078      Branch: perl
2079            ! vms/test.com
2080 ____________________________________________________________________________
2081 [  8617] By: jhi                                   on 2001/01/30  18:34:53
2082         Log: Subject: [PATCH] Add missing CV flags to dump.c
2083              From: Tim Jenness <t.jenness@jach.hawaii.edu>
2084              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
2085              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
2086      Branch: perl
2087            ! dump.c
2088 ____________________________________________________________________________
2089 [  8616] By: jhi                                   on 2001/01/30  18:20:58
2090         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
2091              part isn't applicable to maintperl.
2092              
2093              UTF-8 nit from Inaba Hiroto.
2094      Branch: maint-5.6/perl
2095           !> pod/perlapi.pod utf8.c
2096 ____________________________________________________________________________
2097 [  8615] By: jhi                                   on 2001/01/30  18:18:51
2098         Log: UTF-8 nit from Inaba Hiroto.
2099      Branch: perl
2100            ! pod/perlapi.pod t/op/each.t utf8.c
2101 ____________________________________________________________________________
2102 [  8614] By: jhi                                   on 2001/01/30  18:13:38
2103         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
2104              
2105              perl's internal variables are not for public consumption,
2106              move their docs from perlapi.pod to perlintern.pod
2107              
2108              support for -Dusethreads build under HP-UX 10.20 and DCE threads
2109              library (11.0 and later have pthreads but 10.x don't)
2110              
2111              avoid uninitialized value warnings
2112              
2113              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
2114              gets weird results)
2115              
2116              perldoc nit on windows
2117              
2118              make it possible to run the tests outside the source tree
2119              (there's still a dependency on ../lib being the library
2120              location)
2121      Branch: perl
2122           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
2123           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
2124           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
2125           !> win32/bin/search.pl win32/vdir.h
2126 ____________________________________________________________________________
2127 [  8613] By: gsar                                  on 2001/01/30  16:39:59
2128         Log: make it possible to run the tests outside the source tree
2129              (there's still a dependency on ../lib being the library
2130              location)
2131      Branch: maint-5.6/perl
2132            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
2133 ____________________________________________________________________________
2134 [  8612] By: gsar                                  on 2001/01/30  16:31:12
2135         Log: perldoc nit on windows
2136      Branch: maint-5.6/perl
2137            ! utils/perldoc.PL
2138 ____________________________________________________________________________
2139 [  8611] By: gsar                                  on 2001/01/30  16:22:54
2140         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
2141              gets weird results)
2142      Branch: maint-5.6/perl
2143            ! win32/vdir.h
2144 ____________________________________________________________________________
2145 [  8610] By: gsar                                  on 2001/01/30  16:12:45
2146         Log: avoid uninitialized value warnings
2147      Branch: maint-5.6/perl
2148            ! win32/bin/search.pl
2149 ____________________________________________________________________________
2150 [  8609] By: gsar                                  on 2001/01/30  16:08:01
2151         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
2152              library (11.0 and later have pthreads but 10.x don't)
2153      Branch: maint-5.6/perl
2154            ! hints/hpux.sh thread.h
2155 ____________________________________________________________________________
2156 [  8608] By: gsar                                  on 2001/01/30  15:48:55
2157         Log: perl's internal variables are not for public consumption,
2158              move their docs from perlapi.pod to perlintern.pod
2159      Branch: maint-5.6/perl
2160            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
2161            ! thrdvar.h
2162 ____________________________________________________________________________
2163 [  8607] By: gsar                                  on 2001/01/30  15:44:27
2164         Log: mistakenly branched perl56delta.pod, revert
2165      Branch: maint-5.6/perl
2166            - pod/perl56delta.pod
2167           !> pod/perldelta.pod
2168 ____________________________________________________________________________
2169 [  8606] By: gsar                                  on 2001/01/30  14:20:24
2170         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
2171              dTHR which has been a noop for a while now, except for the
2172              compatibility definition in thread.h)
2173      Branch: maint-5.6/perl
2174           !> (integrate 45 files)
2175 ____________________________________________________________________________
2176 [  8605] By: jhi                                   on 2001/01/30  05:43:58
2177         Log: Mark the UTF-8 APIs as experimental.
2178      Branch: maint-5.6/perl
2179            ! embed.pl pod/perlapi.pod
2180 ____________________________________________________________________________
2181 [  8604] By: jhi                                   on 2001/01/30  05:38:40
2182         Log: Nits from earlier integrates.
2183      Branch: maint-5.6/perl
2184            ! lib/Carp/Heavy.pm
2185           !> sv.c
2186 ____________________________________________________________________________
2187 [  8603] By: jhi                                   on 2001/01/30  05:27:26
2188         Log: Regenerate Porting files.
2189      Branch: maint-5.6/perl
2190            ! Porting/Glossary Porting/config.sh Porting/config_H
2191 ____________________________________________________________________________
2192 [  8602] By: jhi                                   on 2001/01/30  05:14:59
2193         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
2194              8310,8339,8447,8492,8493,8505,8525: documentation changes.
2195              
2196              Subject: Re: perlfaq style changes
2197              
2198              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
2199              
2200              Subject: [PATCH] docs on NaN
2201              
2202              Subject: [patch] perlfaq7
2203              
2204              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
2205              
2206              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
2207              
2208              Subject: [PATCH] open() example in perlfunc.pod
2209              
2210              Podify README.mpeix (a new version from the web)
2211              
2212              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
2213              
2214              Subject: [PATCH] format and rewording in perlfaq.pod
2215              
2216              Subject: [PATCH] API Variable documentation   
2217              
2218              Memory management calls documentation.
2219              
2220              Subject: [PATCH: perl@8482] README.vms URL updates
2221              
2222              Subject: Minor typos in perlfaq2.pod
2223              
2224              Subject: [PATCH] pod/perlvar.pod
2225      Branch: maint-5.6/perl
2226           +> pod/perl56delta.pod
2227            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
2228           !> README.amiga README.epoc README.mpeix README.vms
2229           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
2230           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
2231           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
2232           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
2233           !> pod/perlvar.pod thrdvar.h
2234 ____________________________________________________________________________
2235 [  8601] By: jhi                                   on 2001/01/30  04:38:35
2236         Log: Integrate changes #8036,8096,8253 from mainline:
2237              hints changes.
2238              
2239              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
2240              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
2241              
2242              Output the (apparent) version of gcc in Tru64.
2243      Branch: maint-5.6/perl
2244           +> ext/POSIX/hints/svr4.pl
2245           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
2246           !> hints/svr4.sh t/lib/bigfltpm.t
2247 ____________________________________________________________________________
2248 [  8600] By: jhi                                   on 2001/01/30  04:04:01
2249         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
2250              locale fixes.
2251              
2252              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
2253              
2254              Debian allows /usr/bin/locale to exist without any locales. (7868)
2255              
2256              Allow the locale test needing POSIX and the taint test
2257              needing IPC::SysV to run under 'minitest' (basically,
2258              bail out if loading the extension fails). (8384)
2259              
2260              Cleanup the locale.t output  (8480)
2261      Branch: maint-5.6/perl
2262           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
2263           !> t/pragma/locale.t
2264 ____________________________________________________________________________
2265 [  8599] By: jhi                                   on 2001/01/30  03:51:04
2266         Log: Missing generated files from #8598.
2267      Branch: maint-5.6/perl
2268            ! embed.h global.sym objXSUB.h perlapi.c proto.h
2269 ____________________________________________________________________________
2270 [  8598] By: jhi                                   on 2001/01/30  03:41:54
2271         Log: Integrate change #8555 from mainline, manually integrate parts
2272              of changes 8452 and 8583.
2273              
2274              Subject: [PATCH] utf8.c documentation (8452)
2275              
2276              No point in checking the length if the pointer is bogus. (8555)
2277              
2278              Introduce bytes_from_utf8() and implement sv_eq() using it,
2279              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
2280              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
2281              was malformed. (8583)
2282      Branch: maint-5.6/perl
2283            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
2284           !> pod/perlapi.pod sv.c utf8.c
2285 ____________________________________________________________________________
2286 [  8597] By: gsar                                  on 2001/01/30  02:37:26
2287         Log: get PERL_OBJECT build going again on windows
2288      Branch: maint-5.6/perl
2289            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
2290            ! pod/perlapi.pod proto.h sv.c
2291 ____________________________________________________________________________
2292 [  8596] By: jhi                                   on 2001/01/30  02:16:17
2293         Log: Signedness nit.
2294      Branch: perl
2295            ! sv.c
2296 ____________________________________________________________________________
2297 [  8595] By: jhi                                   on 2001/01/30  02:11:07
2298         Log: EBCDIC patch for Storable, from Peter Prymmer.
2299      Branch: perl
2300            ! t/lib/st-06compat.t
2301 ____________________________________________________________________________
2302 [  8594] By: jhi                                   on 2001/01/30  01:04:48
2303         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
2304              From: Peter Prymmer <pvhp@forte.com>
2305              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
2306              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
2307      Branch: perl
2308            ! t/lib/b.t
2309 ____________________________________________________________________________
2310 [  8593] By: jhi                                   on 2001/01/30  00:56:47
2311         Log: Subject: [PATCH: perl@8585] pod problems in io
2312              From: Peter Prymmer <pvhp@forte.com>
2313              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
2314              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
2315      Branch: perl
2316            ! pod/perlapio.pod pod/perliol.pod
2317 ____________________________________________________________________________
2318 [  8592] By: jhi                                   on 2001/01/30  00:48:20
2319         Log: Integrate perlio.
2320      Branch: perl
2321           !> pod/perlapio.pod pod/perliol.pod
2322 ____________________________________________________________________________
2323 [  8591] By: nick                                  on 2001/01/29  22:02:28
2324         Log: GNU 'merge' Simon's copy of perliol.pod with version
2325              patched by Craig's patch.
2326      Branch: perlio
2327            ! pod/perliol.pod
2328 ____________________________________________________________________________
2329 [  8590] By: nick                                  on 2001/01/29  21:55:10
2330         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
2331      Branch: perlio
2332            ! pod/perlapio.pod pod/perliol.pod
2333 ____________________________________________________________________________
2334 [  8589] By: jhi                                   on 2001/01/29  15:35:33
2335         Log: Integrate change #8586 from maint-5.6/perl.
2336              
2337              make the BOM detection code not call tell() until it has to
2338              (meant to fix esoteric compatibility issues where PL_rsfp
2339              is overridden)
2340      Branch: perl
2341           !> toke.c
2342 ____________________________________________________________________________
2343 [  8588] By: jhi                                   on 2001/01/29  15:29:11
2344         Log: Subject: MAking Solaris malloc() the default
2345              From: Lupe Christoph <lupe@lupe-christoph.de>
2346              Date: Mon, 29 Jan 2001 12:59:36 +0100
2347              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
2348              
2349              The README.solaris part slightly tweaked.
2350      Branch: perl
2351            ! README.solaris hints/solaris_2.sh
2352 ____________________________________________________________________________
2353 [  8587] By: jhi                                   on 2001/01/29  15:17:34
2354         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
2355              From: root@ak-75.mind.de
2356              Date: Sun, 28 Jan 2001 20:32:29 +0100
2357              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
2358      Branch: perl
2359            ! pod/perlre.pod
2360 ____________________________________________________________________________
2361 [  8586] By: gsar                                  on 2001/01/29  13:43:44
2362         Log: make the BOM detection code not call tell() until it has to
2363              (meant to fix esoteric compatibility issues where PL_rsfp
2364              is overridden)
2365      Branch: maint-5.6/perl
2366            ! toke.c
2367 ____________________________________________________________________________
2368 [  8585] By: jhi                                   on 2001/01/28  20:05:45
2369         Log: Update Changes.
2370      Branch: perl
2371            ! Changes patchlevel.h
2372 ____________________________________________________________________________
2373 [  8584] By: jhi                                   on 2001/01/28  19:30:02
2374         Log: Integrate perlio.
2375      Branch: perl
2376           +> pod/perliol.pod
2377           !> MANIFEST pod/perlapio.pod
2378 ____________________________________________________________________________
2379 [  8583] By: jhi                                   on 2001/01/28  19:28:40
2380         Log: Patch from Inaba Hiroto:
2381              - canonical UTF-8 hash keys: if a key string for a hash is
2382              UTF8-on, try downgrade the string and use it if
2383              unicode::distinct is not in effect.
2384              For the task, I added a function bytes_from_utf8() to utf8.c.
2385              It might resemble utf8_to_bytes() but it is not convenient
2386              to the task.
2387              Made a test for it and added to t/op/each.t
2388              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
2389              the mortal copy of the argument SV.
2390              And changed t/io/utf8.t test 18 which expects print() to
2391              upgrade its argument.
2392              - re-implement sv_eq with bytes_from_utf8()
2393              - some bug fixes
2394              - tr/// does not handle UTF8 range (\x{}-\x{})
2395              - \ before raw UTF8 character produced
2396              "Malformed UTF-8 character" warning.
2397              - "\x{100}\N{CENT SIGN}" is Malformed.
2398              Added tests for these 3.
2399              - and one silly bug (by me) with qu operator.
2400      Branch: perl
2401            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
2402            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
2403            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
2404 ____________________________________________________________________________
2405 [  8582] By: nick                                  on 2001/01/28  19:25:04
2406         Log: Add pod/perliol.pod to MANIFEST :-(
2407      Branch: perlio
2408            ! MANIFEST
2409 ____________________________________________________________________________
2410 [  8581] By: nick                                  on 2001/01/28  19:22:40
2411         Log: PerlIO documentation. Proofing and sub-editing requested.
2412      Branch: perlio
2413            + pod/perliol.pod
2414            ! pod/perlapio.pod
2415 ____________________________________________________________________________
2416 [  8580] By: jhi                                   on 2001/01/28  05:16:25
2417         Log: Revert the change to sv_2pv() done by #8054: Someone who
2418              did SvNV_set() on a scalar that also happened to be POK,
2419              followed by sv_2pv() won't get the right coercion anymore.
2420              [Sarathy]
2421      Branch: maint-5.6/perl
2422            ! sv.c
2423 ____________________________________________________________________________
2424 [  8579] By: jhi                                   on 2001/01/28  05:15:04
2425         Log: Remove the #8084 effect: do not allow -Q to be interpreted
2426              as -&Q(), this is too much wiggle room.
2427      Branch: maint-5.6/perl
2428            ! toke.c
2429 ____________________________________________________________________________
2430 [  8578] By: jhi                                   on 2001/01/28  05:12:45
2431         Log: Needed bits of #8439 (should have been in #8576),
2432              mainly for lval substr().
2433      Branch: maint-5.6/perl
2434            ! mg.c pp.c pp_hot.c
2435 ____________________________________________________________________________
2436 [  8577] By: jhi                                   on 2001/01/28  05:02:46
2437         Log: A missing check-in.
2438      Branch: maint-5.6/perl
2439            ! utf8.c
2440 ____________________________________________________________________________
2441 [  8576] By: jhi                                   on 2001/01/28  04:26:18
2442         Log: Integrate changes #8425,8436,8439,8517 from mainline.
2443              The 8439 was not truly integrated because it had too many
2444              dependencies on the development branch and because it introduced
2445              concepts too bold for a maintenance branch (such as the qu operator).
2446              
2447              Subject: [PATCH perl@8342] -Wformat
2448              
2449              Tighten some of the UTF-8 tests a bit.
2450              
2451              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
2452              - The substr lval was still not okay.
2453              - Now pp_stringify and sv_setsv copies source's UTF8 flag
2454              even if IN_BYTE.  pp_stringify is called from fold_constants
2455              at optimization phase and "\x{100}" was made SvUTF8_off under
2456              use bytes (the bytes pragma is for "byte semantics" and not
2457              for "do not produce UTF8 data")
2458      Branch: maint-5.6/perl
2459            ! t/lib/charnames.t t/op/substr.t toke.c
2460           !> sv.c t/pragma/utf8.t
2461 ____________________________________________________________________________
2462 [  8575] By: jhi                                   on 2001/01/28  04:01:51
2463         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
2464              
2465              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
2466              
2467              Subject: [ID 20001230.003] UTF-8 tr still hurts
2468              
2469              Test cases for #8385 (from Simon's "torture.pl")
2470              
2471              Start fixing UTF-8 lval substr() (8405)
2472      Branch: maint-5.6/perl
2473           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
2474           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
2475 ____________________________________________________________________________
2476 [  8574] By: jhi                                   on 2001/01/28  03:09:06
2477         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
2478              from mainline.
2479              
2480              UTF-8 cleanup.
2481              
2482              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
2483              
2484              "\x{FF}\xFF" was broken.
2485              
2486              Tests for #8329 and #8330.
2487              
2488              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
2489              
2490              IRIX compiler noticed that the bof initialization might be
2491              bypassed by control flow.
2492              
2493              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
2494      Branch: maint-5.6/perl
2495           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
2496           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
2497 ____________________________________________________________________________
2498 [  8573] By: jhi                                   on 2001/01/28  02:06:12
2499         Log: Retract #8552.
2500      Branch: perl
2501            ! lib/Text/Wrap.pm t/lib/textwrap.t
2502 ____________________________________________________________________________
2503 [  8572] By: jhi                                   on 2001/01/28  02:04:49
2504         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
2505              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
2506              not really integrated but instead salvaged by hand
2507              (they had too many dependencies on the development release
2508              to be cleanly integratable).
2509              
2510              Subject: more UTF8 test suites and an UTF8 patch
2511              
2512              Tweak for MULTIPLICITY/USE_PERLIO
2513              
2514              Signedness nit.
2515              
2516              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
2517              
2518              Use the UTF8_XXX macros in is_utf8_char().
2519              
2520              Rewrite pp_concat() in terms of sv_catsv().  The . operator
2521              should now be UTF-8-proof.
2522              
2523              Subject: [PATCH perl@8269] scanning two hex-constants
2524              fails on EBCDIC environment (script length.t)
2525              
2526              Add some Unicode chop() tests.
2527      Branch: maint-5.6/perl
2528            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
2529           !> sv.c t/op/chop.t utf8.h
2530 ____________________________________________________________________________
2531 [  8571] By: jhi                                   on 2001/01/28  00:35:59
2532         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
2533              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
2534              
2535              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
2536              
2537              The maxiters upper limit sanity check (guarding against
2538              non-progress) assumed bytes instead of characters in s///
2539              and split().
2540              
2541              Signedness nit.
2542              
2543              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
2544              join() should now be UTF-8-proof.
2545              
2546              More split // UTF-8 tests. (8250)
2547      Branch: maint-5.6/perl
2548           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
2549           !> util.c
2550 ____________________________________________________________________________
2551 [  8570] By: jhi                                   on 2001/01/27  22:15:46
2552         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
2553              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
2554              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
2555              8084,8204,8244,8333 from mainline.
2556              
2557              For -Q where Q might be a one-letter sub name one does no more
2558              get a warning about an unknown filetest (7941,7943,7944,8084).
2559              
2560              Subject: Re: [ID 20001130.011] expression parsing bug ?
2561              
2562              Make uv_to_utf8() to zero-terminate its output buffer.
2563              
2564              Split off t/op/length.t (7995)
2565              
2566              Split off t/op/utf8decode.t (7996)
2567              
2568              Remove an unnecessary 'use utf8' from the utf8.t (7998)
2569              
2570              Split off t/op/concat.t (8004)
2571              
2572              Split off t/op/ver.t (8005)
2573              
2574              Document utf8_length(), utf8_distance(), and utf8_hop().
2575              
2576              Document utf8_to_uv() better.
2577              
2578              Introduce macros for UTF8 decoding (8028,8033).
2579              
2580              Add test for reverse() (8030,8031).
2581              
2582              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
2583              
2584              Do not return the Unicode replacement character    on UTF-8
2585              decoding failure.
2586              
2587              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
2588              not this_utf8 i.e. the output string has one, but don't mess
2589              with source assumption. (8052,8053)
2590              
2591              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
2592              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
2593              was not expecting to be called with something that was already
2594              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
2595              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
2596              (8054)
2597              
2598              Recode the naughty binary bytes in utf8decode.t using the \xHH.
2599              
2600              Make some panic messages a bit more logical.
2601      Branch: maint-5.6/perl
2602           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
2603           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
2604           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
2605           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
2606           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
2607           !> utf8.c utf8.h
2608 ____________________________________________________________________________
2609 [  8569] By: jhi                                   on 2001/01/27  19:16:43
2610         Log: Integrate changes #7750 from perlio and #8566 from mainline.
2611      Branch: maint-5.6/perl
2612           !> regexec.c sv.c
2613 ____________________________________________________________________________
2614 [  8568] By: jhi                                   on 2001/01/27  18:06:51
2615         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
2616              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
2617              7935[-perlio.c],7936,7959,7965 from mainline.
2618              
2619              Change the "big byte" error message to "Wide character".
2620              (7355, the croak-if-wide-chars-in-print part ignored)
2621              
2622              Use UINT64_C().
2623              
2624              Introduce Perl_utf8_length().
2625              
2626              diff -se shows these as different (7753, forgotten check-ins)
2627              
2628              Subject: [PATCH] doop.c - UTF8 tr///
2629              
2630              If we use (aTHX_ ...) then put Perl_ on the front.
2631              
2632              Make utf8_length() and utf8_distance() to be less forgiving
2633              about bad UTF-8.
2634              
2635              Test line numbers are different with utf8.
2636              
2637              No need to scan till infinity, 13 is enough. (7872,7911)
2638              
2639              Subject: [PATCH] Tokeniser debugging
2640              
2641              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
2642              
2643              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
2644              
2645              Be more careful in Perl_sv_utf8_downgrade().
2646              
2647              Use DO_UTF8().
2648              
2649              Raw zero bytes in text files confuse at least GNU patch 2.1.
2650      Branch: maint-5.6/perl
2651           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
2652           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
2653           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
2654           !> t/pragma/utf8.t toke.c utf8.c utf8.h
2655 ____________________________________________________________________________
2656 [  8567] By: nick                                  on 2001/01/27  11:10:38
2657         Log: Integrate mainline
2658      Branch: perlio
2659           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
2660           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
2661           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
2662           !> toke.c
2663 ____________________________________________________________________________
2664 [  8566] By: jhi                                   on 2001/01/27  06:22:48
2665         Log: More documentation for the regexp context stack.
2666      Branch: perl
2667            ! regexec.c
2668 ____________________________________________________________________________
2669 [  8565] By: jhi                                   on 2001/01/27  05:21:57
2670         Log: Update Changes.
2671      Branch: perl
2672            ! Changes patchlevel.h
2673 ____________________________________________________________________________
2674 [  8564] By: jhi                                   on 2001/01/27  04:44:04
2675         Log: Threadedness patch for #8562 from Doug MacEachern.
2676      Branch: perl
2677            ! toke.c
2678 ____________________________________________________________________________
2679 [  8563] By: jhi                                   on 2001/01/27  04:26:24
2680         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
2681              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
2682              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
2683              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
2684      Branch: perl
2685            ! op.c
2686 ____________________________________________________________________________
2687 [  8562] By: jhi                                   on 2001/01/27  04:20:30
2688         Log: Subject: Re: Announce : Tokener reporting patch
2689              From: Simon Cozens <simon@cozens.net>
2690              Date: Mon, 22 Jan 2001 02:17:22 +0000
2691              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
2692      Branch: perl
2693            ! embed.h embed.pl proto.h toke.c
2694 ____________________________________________________________________________
2695 [  8561] By: jhi                                   on 2001/01/27  04:17:24
2696         Log: Forgot from #8545.  Oops.
2697      Branch: perl
2698            ! pp.c t/pragma/overload.t
2699 ____________________________________________________________________________
2700 [  8560] By: jhi                                   on 2001/01/27  03:01:47
2701         Log: A better module compilation test, use MANIFEST as suggested
2702              by Spider.
2703      Branch: perl
2704            ! t/lib/1_compile.t
2705 ____________________________________________________________________________
2706 [  8559] By: jhi                                   on 2001/01/27  02:50:48
2707         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
2708              From: Peter Prymmer <pvhp@forte.com>
2709              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
2710              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
2711      Branch: perl
2712            ! t/lib/b.t
2713 ____________________________________________________________________________
2714 [  8558] By: jhi                                   on 2001/01/27  02:27:05
2715         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
2716              From: Peter Prymmer <pvhp@forte.com>
2717              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
2718              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
2719      Branch: perl
2720            ! t/pragma/sub_lval.t
2721 ____________________________________________________________________________
2722 [  8557] By: jhi                                   on 2001/01/27  02:26:03
2723         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
2724              From: Peter Prymmer <pvhp@forte.com>
2725              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
2726              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
2727      Branch: perl
2728            ! t/lib/st-06compat.t
2729 ____________________________________________________________________________
2730 [  8556] By: jhi                                   on 2001/01/27  02:24:33
2731         Log: Subject: [PATCH: perl@8531] minor update to README.os390
2732              From: Peter Prymmer <pvhp@forte.com>
2733              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
2734              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
2735      Branch: perl
2736            ! README.os390
2737 ____________________________________________________________________________
2738 [  8555] By: jhi                                   on 2001/01/27  00:35:47
2739         Log: No point in checking the length before we know whether the pointer
2740              is bogus or not, fixes Abigail's odbm failures in Linux.
2741      Branch: perl
2742            ! sv.c
2743 ____________________________________________________________________________
2744 [  8554] By: nick                                  on 2001/01/26  19:01:31
2745         Log: Integrate mainline
2746      Branch: perlio
2747           !> lib/Text/Wrap.pm t/lib/textwrap.t
2748 ____________________________________________________________________________
2749 [  8553] By: jhi                                   on 2001/01/26  15:19:39
2750         Log: Integrate change #7792 from perlio (multiplicity fix),
2751              fix the AV leak in regex DEBUGGING (tiny part of the
2752              polymorphic regexp patch #8143).
2753      Branch: maint-5.6/perl
2754            ! regcomp.c
2755           !> scope.h
2756 ____________________________________________________________________________
2757 [  8552] By: jhi                                   on 2001/01/26  15:03:23
2758         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
2759              From: Michael G Schwern <schwern@pobox.com>
2760              Date: Fri, 26 Jan 2001 09:28:31 -0500
2761              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
2762      Branch: perl
2763            ! lib/Text/Wrap.pm t/lib/textwrap.t
2764 ____________________________________________________________________________
2765 [  8551] By: jhi                                   on 2001/01/26  02:33:19
2766         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
2767              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
2768              
2769              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
2770              
2771              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
2772              
2773              Message nit.
2774              
2775              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
2776              
2777              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
2778              
2779              (the cleanup of unused submatches in regtry() and regcppop())
2780              
2781              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
2782              stored and restored, and thusly was trounced by the utf8 swash
2783              routines.
2784              
2785              use utf8 not required to use \x{}.
2786              
2787              Removed two more tests that make no sense in UTF-8 since the test
2788              data is not in UTF-8.
2789              
2790              Get the three different space character classes right under utf8.
2791              
2792              Implement ANYOFUTF8 regprop() dumping.
2793              
2794              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
2795              
2796              Document the regex context pushing/popping a bit better.
2797      Branch: maint-5.6/perl
2798           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
2799           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
2800           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
2801           !> t/op/regmesg.t utf8.c
2802 ____________________________________________________________________________
2803 [  8550] By: nick                                  on 2001/01/25  19:42:30
2804         Log: Integrate mainline
2805      Branch: perlio
2806           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
2807           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
2808           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
2809           !> t/lib/bigint.t t/lib/bigintpm.t
2810 ____________________________________________________________________________
2811 [  8549] By: jhi                                   on 2001/01/25  15:22:28
2812         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
2813      Branch: maint-5.6/perl
2814            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
2815 ____________________________________________________________________________
2816 [  8548] By: jhi                                   on 2001/01/25  15:02:55
2817         Log: Integrate changes #7997,8063,8492,8547 from mainline.
2818              
2819              Subject: Re: STRLEN - what?
2820              
2821              Subject: [PATCH] perlguts.pod
2822              
2823              Memory management calls documentation.
2824              
2825              Layout using tabulator is not a good idea in a pod.
2826      Branch: maint-5.6/perl
2827           !> pod/perlguts.pod
2828 ____________________________________________________________________________
2829 [  8547] By: jhi                                   on 2001/01/25  14:49:05
2830         Log: Layout using tabulator is not a good idea in a pod.
2831      Branch: perl
2832            ! pod/perlguts.pod
2833 ____________________________________________________________________________
2834 [  8546] By: jhi                                   on 2001/01/25  14:31:12
2835         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
2836              from mainline.
2837              
2838              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
2839              
2840              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
2841              
2842              More Win32 editor/IDE/shell hints.
2843              
2844              More Win32 Perling.
2845              
2846              Yet another editor edit.
2847              
2848              Edit edit edit.
2849              
2850              IDE/editor section tweaking.
2851              
2852              Few more IDE/editor nits from p5p.
2853      Branch: maint-5.6/perl
2854           !> pod/perlfaq3.pod
2855 ____________________________________________________________________________
2856 [  8545] By: jhi                                   on 2001/01/25  04:16:32
2857         Log: Subject: [PATCH 5.7.0] overload int()
2858              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2859              Date: Wed, 24 Jan 2001 19:06:57 -0500
2860              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
2861      Branch: perl
2862            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
2863            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
2864            ! t/lib/bigintpm.t
2865 ____________________________________________________________________________
2866 [  8544] By: jhi                                   on 2001/01/25  04:15:11
2867         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
2868              From: Peter Prymmer <pvhp@forte.com>
2869              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
2870              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
2871      Branch: perl
2872            ! Makefile.SH README.os390 hints/os390.sh installperl
2873 ____________________________________________________________________________
2874 [  8543] By: jhi                                   on 2001/01/25  03:52:08
2875         Log: Integrate change #8462,8469 from mainline.
2876              
2877              In VMS Perl subversion (perl -V) is undef.
2878      Branch: maint-5.6/perl
2879           !> configure.com
2880 ____________________________________________________________________________
2881 [  8542] By: jhi                                   on 2001/01/25  03:44:55
2882         Log: Integrate changes #7835,7850,8315,8316 from mainline.
2883              
2884              Solaris hints.
2885      Branch: maint-5.6/perl
2886           !> hints/solaris_2.sh
2887 ____________________________________________________________________________
2888 [  8541] By: jhi                                   on 2001/01/25  03:39:28
2889         Log: Integrate #8336 from mainline.
2890      Branch: maint-5.6/perl
2891           !> hv.c
2892 ____________________________________________________________________________
2893 [  8540] By: jhi                                   on 2001/01/25  03:23:50
2894         Log: Retract #8539.
2895      Branch: maint-5.6/perl
2896            ! pod/perlfaq3.pod
2897 ____________________________________________________________________________
2898 [  8539] By: jhi                                   on 2001/01/25  03:21:55
2899         Log: (Retracted by #5940.)
2900      Branch: maint-5.6/perl
2901            ! pod/perlfaq3.pod
2902 ____________________________________________________________________________
2903 [  8538] By: jhi                                   on 2001/01/25  03:14:07
2904         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
2905              From: Peter Prymmer <pvhp@forte.com>
2906              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
2907              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
2908              
2909              The VMS bits.
2910      Branch: maint-5.6/perl
2911            ! configure.com vms/descrip_mms.template
2912 ____________________________________________________________________________
2913 [  8537] By: jhi                                   on 2001/01/25  03:06:09
2914         Log: Integrate #7710,7824,7973 from mainline.
2915      Branch: maint-5.6/perl
2916           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
2917           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
2918           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
2919           !> vos/config.ga.def vos/config.ga.h win32/config.bc
2920           !> win32/config.gc win32/config.vc
2921 ____________________________________________________________________________
2922 [  8536] By: jhi                                   on 2001/01/24  13:50:20
2923         Log: Revert the edits made by me so far to the 5.6 branch since
2924              the TRIAL1 since I did edits when I should have been using
2925              integrates.  Bad programmer.   (Will integrate them properly later.)
2926              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
2927              The #8353 will not be reapplied at least for now since
2928              the UTF-8 hash keys need more thinking.
2929              (The patches #8347, #8354, #8454, #8473 were okay since they
2930              were original edits made specifically for the 5.6.1-TRIAL1.)
2931      Branch: maint-5.6/perl
2932            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2933            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
2934            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
2935            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
2936            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
2937            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
2938            ! win32/config.bc win32/config.gc win32/config.vc
2939 ____________________________________________________________________________
2940 [  8535] By: bailey                                on 2001/01/24  06:37:02
2941         Log: SYN SYN
2942      Branch: vmsperl
2943           +> (branch 26 files)
2944           !> (integrate 130 files)
2945 ____________________________________________________________________________
2946 [  8534] By: nick                                  on 2001/01/23  19:30:57
2947         Log: Integrate mainline.
2948      Branch: perlio
2949           !> Changes Configure Porting/Glossary Porting/config.sh
2950           !> Porting/config_H embed.h embed.pl ext/Encode/compile
2951           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
2952           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
2953           !> pod/perlvar.pod proto.h t/lib/1_compile.t
2954 ____________________________________________________________________________
2955 [  8533] By: jhi                                   on 2001/01/23  16:15:46
2956         Log: Forgotten from #8501.
2957      Branch: perl
2958            ! Porting/Glossary Porting/config.sh Porting/config_H
2959 ____________________________________________________________________________
2960 [  8532] By: jhi                                   on 2001/01/23  16:13:27
2961         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
2962              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
2963              Date: Mon, 22 Jan 2001 17:51:58 +0100
2964              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
2965      Branch: perl
2966            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
2967 ____________________________________________________________________________
2968 [  8531] By: jhi                                   on 2001/01/23  15:46:01
2969         Log: Update Changes.
2970      Branch: perl
2971            ! Changes patchlevel.h
2972 ____________________________________________________________________________
2973 [  8530] By: jhi                                   on 2001/01/23  15:38:39
2974         Log: De-cut-and-pasto.
2975      Branch: perl
2976            ! t/lib/1_compile.t
2977 ____________________________________________________________________________
2978 [  8529] By: jhi                                   on 2001/01/23  15:11:04
2979         Log: Document the mkdir trailing slashes case.
2980      Branch: perl
2981            ! pod/perlfunc.pod
2982 ____________________________________________________________________________
2983 [  8528] By: jhi                                   on 2001/01/23  15:08:28
2984         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
2985              get installed:
2986              
2987              Subject: lib/lib.pm
2988              From: <abigail@foad.org>
2989              Date: Mon, 28 Aug 2000 20:35:08 -0400
2990              Message-ID: <20000829003508.21281.qmail@foad.org>
2991      Branch: perl
2992            ! installperl
2993 ____________________________________________________________________________
2994 [  8527] By: jhi                                   on 2001/01/23  14:44:04
2995         Log: Metaconfig unit change for #8526.
2996      Branch: metaconfig
2997            ! U/threads/archname.U
2998 ____________________________________________________________________________
2999 [  8526] By: jhi                                   on 2001/01/23  14:43:19
3000         Log: Attach -perlio to the archname if so selected.
3001      Branch: perl
3002            ! Configure
3003 ____________________________________________________________________________
3004 [  8525] By: jhi                                   on 2001/01/23  14:24:01
3005         Log: Subject: [PATCH] pod/perlvar.pod
3006              From: abigail@foad.org
3007              Date: Tue, 23 Jan 2001 01:41:10 +0100
3008              Message-ID: <20010123004110.22259.qmail@foad.org>
3009      Branch: perl
3010            ! pod/perlvar.pod
3011 ____________________________________________________________________________
3012 [  8524] By: jhi                                   on 2001/01/23  14:22:32
3013         Log: A bug introduced in #8217 (the undefined variable in the
3014              lib/safe1_t #3) fixed, by Charles Lane:
3015              
3016              The earlier patch made it so that stuff running in Safe
3017              compartments could do a "caller" and see "main".  That
3018              little change in name is done right before the code in
3019              the compartment is run, and apparantly the parser
3020              was picking up the stash name before it got changed.
3021              
3022              (why it was threaded vs. unthreaded Perl that was sensitive to this
3023              I still don't know...and it probably doesn't matter).
3024              
3025              I tryed removing the stash name-change and saw that threaded Perl
3026              did indeed pass the lib/safe1.t tests.
3027              
3028              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
3029              do the name change (and to connect _ in the compartment to the global
3030              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
3031              to call _safe_pkg_prep when creating a new compartment.
3032              
3033              Passes all tests with threaded perl on linux; passes all tests
3034              with unthreaded perl on VMS.
3035              
3036              At some point I'll probably want to revisit Safe and Opcode to
3037              provide more sensible handling of global variables...and to get
3038              formats working in Safe compartments, which they don't do currently.
3039      Branch: perl
3040            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
3041 ____________________________________________________________________________
3042 [  8523] By: jhi                                   on 2001/01/23  14:11:58
3043         Log: Also the lib/Thread.pm itself needs to be ignored if
3044              the Thread extension hasn't been built.
3045      Branch: perl
3046            ! t/lib/1_compile.t
3047 ____________________________________________________________________________
3048 [  8522] By: jhi                                   on 2001/01/23  13:51:28
3049         Log: print() instead of warn() so that stderr doesn't get
3050              unncessarily polluted.
3051      Branch: perl
3052            ! ext/Encode/compile
3053 ____________________________________________________________________________
3054 [  8521] By: jhi                                   on 2001/01/23  13:49:48
3055         Log: Integrate perlio.
3056      Branch: perl
3057           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
3058           !> ext/Encode/encode.h
3059 ____________________________________________________________________________
3060 [  8520] By: nick                                  on 2001/01/22  21:44:00
3061         Log: More messing with Encode:
3062              Extra fields in header to allow multiple names and to record
3063              other things "compile" knows.
3064              Re-organise compile to factor out common output routines.
3065      Branch: perlio
3066            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
3067 ____________________________________________________________________________
3068 [  8519] By: nick                                  on 2001/01/22  20:33:50
3069         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
3070      Branch: perlio
3071            ! ext/Encode/Makefile.PL ext/Encode/compile
3072 ____________________________________________________________________________
3073 [  8518] By: nick                                  on 2001/01/22  20:28:13
3074         Log: Integrate mainline
3075      Branch: perlio
3076           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
3077           !> vos/config.alpha.def vos/config.alpha.h
3078 ____________________________________________________________________________
3079 [  8517] By: jhi                                   on 2001/01/22  15:37:17
3080         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
3081              by Inaba Hiroto.
3082      Branch: perl
3083            ! sv.c
3084 ____________________________________________________________________________
3085 [  8516] By: jhi                                   on 2001/01/22  14:55:15
3086         Log: More SIG_SIZE fixes.
3087      Branch: perl
3088            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
3089 ____________________________________________________________________________
3090 [  8515] By: jhi                                   on 2001/01/22  14:50:27
3091         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
3092              From: "Craig A. Berry" <craigberry@mac.com>
3093              Date: Mon, 22 Jan 2001 00:42:24 -0600
3094              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
3095      Branch: perl
3096            ! configure.com
3097 ____________________________________________________________________________
3098 [  8514] By: jhi                                   on 2001/01/22  14:31:17
3099         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
3100              From: "Craig A. Berry" <craigberry@mac.com>
3101              Date: Sun, 21 Jan 2001 23:03:25 -0600
3102              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
3103      Branch: perl
3104            ! configure.com
3105 ____________________________________________________________________________
3106 [  8513] By: jhi                                   on 2001/01/22  14:14:00
3107         Log: Add the .ucm encoding tables to the MANIFEST.
3108      Branch: perl
3109            ! MANIFEST
3110 ____________________________________________________________________________
3111 [  8512] By: jhi                                   on 2001/01/22  13:43:33
3112         Log: Integrate perlio.
3113      Branch: perl
3114           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
3115           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
3116           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
3117           +> ext/Encode/Encode/iso8859-10.ucm
3118           +> ext/Encode/Encode/iso8859-13.ucm
3119           +> ext/Encode/Encode/iso8859-14.ucm
3120           +> ext/Encode/Encode/iso8859-15.ucm
3121           +> ext/Encode/Encode/iso8859-16.ucm
3122           +> ext/Encode/Encode/iso8859-2.ucm
3123           +> ext/Encode/Encode/iso8859-3.ucm
3124           +> ext/Encode/Encode/iso8859-4.ucm
3125           +> ext/Encode/Encode/iso8859-5.ucm
3126           +> ext/Encode/Encode/iso8859-6.ucm
3127           +> ext/Encode/Encode/iso8859-7.ucm
3128           +> ext/Encode/Encode/iso8859-8.ucm
3129           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
3130           +> ext/Encode/Encode/symbol.ucm
3131           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
3132           !> perliol.h
3133 ____________________________________________________________________________
3134 [  8511] By: nick                                  on 2001/01/21  23:44:47
3135         Log: Make "real" layers of ":utf8" and ":raw".
3136              So now PERLIO=utf8 perl ...
3137              does what Andreas wanted.
3138              Fix arg passing in open.pm (still have a Carp issue).
3139      Branch: perlio
3140            ! lib/open.pm perlio.c perliol.h
3141 ____________________________________________________________________________
3142 [  8510] By: jhi                                   on 2001/01/21  22:56:53
3143         Log: Document the regex context pushing/popping a bit better.
3144      Branch: perl
3145            ! regexec.c
3146 ____________________________________________________________________________
3147 [  8509] By: jhi                                   on 2001/01/21  22:55:44
3148         Log: Tweak the mkdir trailing slash code some more.
3149              
3150              TO DO: the same handling should probably be done for
3151              all the other filesystem functions that can have directories
3152              as their arguments.
3153      Branch: perl
3154            ! pp_sys.c
3155 ____________________________________________________________________________
3156 [  8508] By: nick                                  on 2001/01/21  21:37:43
3157         Log: Switch "compiled in" encodings to .ucm format.
3158              (Leave others as .enc till we can run-time load .ucm,
3159              or find some other way to load them.)
3160      Branch: perlio
3161            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
3162            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
3163            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
3164            + ext/Encode/Encode/iso8859-10.ucm
3165            + ext/Encode/Encode/iso8859-13.ucm
3166            + ext/Encode/Encode/iso8859-14.ucm
3167            + ext/Encode/Encode/iso8859-15.ucm
3168            + ext/Encode/Encode/iso8859-16.ucm
3169            + ext/Encode/Encode/iso8859-2.ucm
3170            + ext/Encode/Encode/iso8859-3.ucm
3171            + ext/Encode/Encode/iso8859-4.ucm
3172            + ext/Encode/Encode/iso8859-5.ucm
3173            + ext/Encode/Encode/iso8859-6.ucm
3174            + ext/Encode/Encode/iso8859-7.ucm
3175            + ext/Encode/Encode/iso8859-8.ucm
3176            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
3177            + ext/Encode/Encode/symbol.ucm
3178            ! ext/Encode/Makefile.PL ext/Encode/compile
3179 ____________________________________________________________________________
3180 [  8507] By: nick                                  on 2001/01/21  21:02:03
3181         Log: Integrate (partial) mainline.
3182      Branch: perlio
3183           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
3184           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
3185           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
3186 ____________________________________________________________________________
3187 [  8506] By: jhi                                   on 2001/01/21  20:09:30
3188         Log: Update Changes.
3189      Branch: perl
3190            ! Changes patchlevel.h
3191 ____________________________________________________________________________
3192 [  8505] By: jhi                                   on 2001/01/21  19:39:59
3193         Log: Subject: Minor typos in perlfaq2.pod
3194              From: "Stephen P. Potter" <spp@spotter.yi.org>
3195              Message-Id: <200101192101.QAA11911@spotter.yi.org>
3196              Date: Fri, 19 Jan 2001 16:01:13 -0500
3197              
3198              with a nit from Philip Netwon.
3199      Branch: perl
3200            ! pod/perlfaq2.pod
3201 ____________________________________________________________________________
3202 [  8504] By: jhi                                   on 2001/01/21  19:33:05
3203         Log: Metaconfig change for #8503.
3204      Branch: metaconfig
3205            ! U/threads/usethreads.U
3206 ____________________________________________________________________________
3207 [  8503] By: jhi                                   on 2001/01/21  19:32:21
3208         Log: Sanity check for conflicting thread flavours.
3209      Branch: perl
3210            ! Configure config_h.SH
3211 ____________________________________________________________________________
3212 [  8502] By: jhi                                   on 2001/01/21  19:23:00
3213         Log: Metaconfig change for #8501.
3214      Branch: metaconfig
3215            ! U/modified/sig_name.U
3216 ____________________________________________________________________________
3217 [  8501] By: jhi                                   on 2001/01/21  19:22:26
3218         Log: The SIG_SIZE is the number of the elements *excluding*
3219              the terminating NULL.
3220      Branch: perl
3221            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
3222            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
3223            ! win32/config_H.vc
3224 ____________________________________________________________________________
3225 [  8500] By: jhi                                   on 2001/01/21  18:31:31
3226         Log: Integrate perlio.
3227      Branch: perl
3228           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
3229           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
3230           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
3231           !> pp_sys.c proto.h sv.c
3232 ____________________________________________________________________________
3233 [  8499] By: jhi                                   on 2001/01/21  17:43:57
3234         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
3235              From: Hugo <hv@crypt.compulink.co.uk>
3236              Date: Sun, 21 Jan 2001 13:34:05 +0000
3237              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
3238              
3239              In sprintf UTF8ize only if necessary.
3240      Branch: perl
3241            ! sv.c
3242 ____________________________________________________________________________
3243 [  8498] By: nick                                  on 2001/01/21  16:25:32
3244         Log: Encode cleanup.
3245              Add command line control over "compile" so that Makefile.PL
3246              needs can be combined with other uses.
3247              Use command line options in Makefile.PL.
3248              Fix multi-byte parsing in .ucm files.
3249      Branch: perlio
3250            ! ext/Encode/Makefile.PL ext/Encode/compile
3251 ____________________________________________________________________________
3252 [  8497] By: nick                                  on 2001/01/21  12:56:27
3253         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
3254      Branch: perlio
3255            ! ext/Encode/Encode.xs
3256 ____________________________________________________________________________
3257 [  8496] By: nick                                  on 2001/01/21  12:18:45
3258         Log: Fixup after integrate:
3259              missed the .sym files that are changed by regen_headers
3260              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
3261      Branch: perlio
3262            ! global.sym pp.sym sv.c
3263 ____________________________________________________________________________
3264 [  8495] By: nick                                  on 2001/01/21  11:51:07
3265         Log: Integrate mainline.
3266      Branch: perlio
3267           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
3268           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
3269           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
3270           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
3271           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
3272           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
3273           !> win32/Makefile win32/makefile.mk
3274 ____________________________________________________________________________
3275 [  8494] By: jhi                                   on 2001/01/20  23:12:11
3276         Log: Forgot the expect_number() prototype.
3277      Branch: perl
3278            ! embed.h embed.pl proto.h
3279 ____________________________________________________________________________
3280 [  8493] By: jhi                                   on 2001/01/20  22:56:39
3281         Log: Subject: [PATCH: perl@8482] README.vms URL updates
3282              From: Peter Prymmer <pvhp@forte.com>
3283              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
3284              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
3285              
3286              Plus Craig A. Berry's suggestion to use compaq.com instead
3287              of digital.com.
3288      Branch: perl
3289            ! README.vms
3290 ____________________________________________________________________________
3291 [  8492] By: jhi                                   on 2001/01/20  22:50:05
3292         Log: Memory management calls documentation.
3293      Branch: perl
3294            ! pod/perlguts.pod
3295 ____________________________________________________________________________
3296 [  8491] By: jhi                                   on 2001/01/20  22:38:33
3297         Log: Signedness nit plus few memcpy/Copy nits.
3298      Branch: perl
3299            ! sv.c
3300 ____________________________________________________________________________
3301 [  8490] By: jhi                                   on 2001/01/20  22:25:53
3302         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
3303              From: Peter Prymmer <pvhp@forte.com>
3304              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
3305              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
3306      Branch: perl
3307            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
3308 ____________________________________________________________________________
3309 [  8489] By: jhi                                   on 2001/01/20  22:24:41
3310         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
3311              From: Peter Prymmer <pvhp@forte.com>
3312              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
3313              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
3314      Branch: perl
3315            ! win32/Makefile win32/makefile.mk
3316 ____________________________________________________________________________
3317 [  8488] By: jhi                                   on 2001/01/20  22:22:27
3318         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
3319              From: Peter Prymmer <pvhp@forte.com>
3320              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
3321              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
3322      Branch: perl
3323            ! Makefile.SH
3324 ____________________________________________________________________________
3325 [  8487] By: jhi                                   on 2001/01/20  22:21:18
3326         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
3327              From: Peter Prymmer <pvhp@forte.com>
3328              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
3329              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
3330      Branch: perl
3331            + ext/DynaLoader/dl_dllload.xs
3332            ! MANIFEST Makefile.SH hints/os390.sh
3333 ____________________________________________________________________________
3334 [  8486] By: jhi                                   on 2001/01/20  22:17:53
3335         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
3336              From: Peter Prymmer <pvhp@forte.com>
3337              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
3338              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
3339      Branch: perl
3340            ! README.os390 README.posix-bc
3341 ____________________________________________________________________________
3342 [  8485] By: jhi                                   on 2001/01/20  20:15:30
3343         Log: Document and test the new qu operator.
3344      Branch: perl
3345            + t/op/qu.t
3346            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
3347            ! pod/perlretut.pod pod/perlunicode.pod
3348 ____________________________________________________________________________
3349 [  8484] By: nick                                  on 2001/01/20  19:42:30
3350         Log: Infrastructure to allow:
3351              open($fh,"|-",@array);
3352              to be implemented
3353              i.e. mark pp_open as needing a stack mark, and make pp_open
3354              process its args in that style (and pass them _all_ to tied handles OPEN).
3355              Invent do_openn() which takes SV ** at allow it to see multiple args.
3356              Note this does not _do_ anything yet.
3357      Branch: perlio
3358            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
3359            ! perlapi.c pp_proto.h pp_sys.c proto.h
3360 ____________________________________________________________________________
3361 [  8483] By: nick                                  on 2001/01/20  17:23:14
3362         Log: Integrate mainline.
3363      Branch: perlio
3364           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
3365           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
3366 ____________________________________________________________________________
3367 [  8482] By: jhi                                   on 2001/01/19  15:37:49
3368         Log: Update Changes.
3369      Branch: perl
3370            ! Changes patchlevel.h
3371 ____________________________________________________________________________
3372 [  8481] By: jhi                                   on 2001/01/19  14:41:24
3373         Log: Subject: Re: new feature: s?printf parameter reordering 
3374              From: Hugo <hv@crypt.compulink.co.uk>
3375              Date: Thu, 11 Jan 2001 17:09:03 +0000
3376              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
3377              
3378              - support reordering for all parameters: %, *v, *, .*
3379              - lay down that the reordering specification must immediately
3380              follow that parameter: %3$, *v3$, *3$, .*3$
3381              - fix vectorisation of a zero-length string
3382              - factor out the code choosing the argument to format
3383              
3384              Possibly unwanted side-effects:
3385              - the special format specifiers ' +-0' must now precede any
3386              vectorisation specifier. Tests in op/sprintf and op/ver
3387              have been changed to reflect this.
3388              - sprintf.t test #214 changed its expectations because in many
3389              cases, the next parameter has already been consumed when an
3390              invalid type letter is detected.
3391              
3392              Probably wanted side-effects:
3393              - attempts to format a non-existent parameter will warn as if C<undef>
3394              - attempt to write to non-existent parameter with '%n' will complain
3395              of "attempt to modify read-only value" instead of being silent
3396      Branch: perl
3397            ! sv.c t/op/sprintf.t t/op/ver.t
3398 ____________________________________________________________________________
3399 [  8480] By: jhi                                   on 2001/01/19  14:08:37
3400         Log: Subject: PATCH pragma/locale.t
3401              From: andreas.koenig@anima.de (Andreas J. Koenig)
3402              Date: 18 Jan 2001 09:45:37 +0100
3403              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
3404      Branch: perl
3405            ! t/pragma/locale.t
3406 ____________________________________________________________________________
3407 [  8479] By: jhi                                   on 2001/01/19  13:19:58
3408         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
3409      Branch: perl
3410            ! configure.com
3411 ____________________________________________________________________________
3412 [  8478] By: jhi                                   on 2001/01/19  02:12:35
3413         Log: Automate 1_compile.t.
3414      Branch: perl
3415            ! t/lib/1_compile.t
3416 ____________________________________________________________________________
3417 [  8477] By: jhi                                   on 2001/01/19  01:49:56
3418         Log: Integrate perlio.
3419      Branch: perl
3420           !> sv.c win32/config.bc win32/config.gc win32/config.vc
3421           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
3422 ____________________________________________________________________________
3423 [  8476] By: nick                                  on 2001/01/18  21:51:52
3424         Log: Integrate mainline
3425      Branch: perlio
3426           +> t/lib/1_compile.t t/lib/compmod.pl
3427           !> MANIFEST configure.com lib/unicode/distinct.pm
3428 ____________________________________________________________________________
3429 [  8475] By: nick                                  on 2001/01/18  21:48:02
3430         Log: Win32 "safe signals" co-existance fix.
3431              Fix SIG_SIZE value.
3432              Clear PL_sig_pending when cloning (fork).
3433      Branch: perlio
3434            ! sv.c win32/config.bc win32/config.gc win32/config.vc
3435            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3436 ____________________________________________________________________________
3437 [  8474] By: jhi                                   on 2001/01/18  14:40:57
3438         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
3439      Branch: perl
3440            ! t/lib/1_compile.t
3441 ____________________________________________________________________________
3442 [  8473] By: gsar                                  on 2001/01/18  11:42:31
3443         Log: unsubmitted trial1 change
3444      Branch: maint-5.6/perl
3445            ! Changes
3446 ____________________________________________________________________________
3447 [  8472] By: jhi                                   on 2001/01/18  04:30:24
3448         Log: The first bug found by 1_compile.t.
3449      Branch: perl
3450            ! lib/unicode/distinct.pm
3451 ____________________________________________________________________________
3452 [  8471] By: jhi                                   on 2001/01/18  04:29:42
3453         Log: Add Schwern's 1_compile test.  The compile_module script renamed
3454              to be a bit shorter for the 8.3 people.
3455      Branch: perl
3456            + t/lib/1_compile.t t/lib/compmod.pl
3457            ! MANIFEST
3458 ____________________________________________________________________________
3459 [  8470] By: jhi                                   on 2001/01/18  04:16:00
3460         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)
3461              From: Peter Prymmer <pvhp@forte.com>
3462              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
3463              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
3464              Replace #8463.
3465      Branch: maint-5.6/perl
3466            ! configure.com
3467 ____________________________________________________________________________
3468 [  8469] By: jhi                                   on 2001/01/18  04:13:02
3469         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)
3470              From: Peter Prymmer <pvhp@forte.com>
3471              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
3472              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
3473              Replace #8462.
3474      Branch: perl
3475            ! configure.com
3476 ____________________________________________________________________________
3477 [  8468] By: jhi                                   on 2001/01/18  03:42:08
3478         Log: Integrate perlio.
3479      Branch: perl
3480           !> gv.c mg.c perlio.c util.c
3481 ____________________________________________________________________________
3482 [  8467] By: nick                                  on 2001/01/17  22:41:10
3483         Log: "Safe" signals - trial implementation.
3484              gv.c tweaked to zero PL_sig_pend array
3485              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
3486              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
3487              Odd thing is that it "works" with PERLIO=stdio as well (linux).
3488      Branch: perlio
3489            ! gv.c mg.c perlio.c util.c
3490 ____________________________________________________________________________
3491 [  8466] By: nick                                  on 2001/01/17  20:40:20
3492         Log: Integrate mainline.
3493      Branch: perlio
3494           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
3495           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
3496           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
3497           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
3498           !> vos/config.ga.h win32/config.bc win32/config.gc
3499           !> win32/config.vc
3500 ____________________________________________________________________________
3501 [  8465] By: jhi                                   on 2001/01/17  18:37:13
3502         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
3503              From: Nicholas Clark <nick@ccl4.org>
3504              Date: Wed, 17 Jan 2001 17:31:33 +0000
3505              Message-ID: <20010117173133.I2633@plum.flirble.org>
3506      Branch: perl
3507            ! t/op/int.t
3508 ____________________________________________________________________________
3509 [  8464] By: jhi                                   on 2001/01/17  14:43:17
3510         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
3511              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
3512              Date: Wed, 17 Jan 2001 15:16:43 +0100
3513              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
3514              
3515              pp_int() was dropping an NV to the floor,
3516              int(279964589018079/59) either returned not an integer
3517              4745162525730.15, or one got "Attempt to free unreferenced scalar."
3518      Branch: perl
3519            ! pp.c
3520 ____________________________________________________________________________
3521 [  8463] By: jhi                                   on 2001/01/17  06:12:42
3522         Log: (Replaced by #8470)
3523              
3524              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)
3525              From: "Craig A. Berry" <craigberry@mac.com>
3526              Date: Tue, 16 Jan 2001 23:38:46 -0600
3527              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
3528      Branch: maint-5.6/perl
3529            ! configure.com
3530 ____________________________________________________________________________
3531 [  8462] By: jhi                                   on 2001/01/17  06:11:31
3532         Log: (Replaced by #8469)
3533              
3534              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)
3535              From: "Craig A. Berry" <craigberry@mac.com>
3536              Date: Tue, 16 Jan 2001 23:38:46 -0600
3537              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
3538      Branch: perl
3539            ! configure.com
3540 ____________________________________________________________________________
3541 [  8461] By: jhi                                   on 2001/01/17  05:56:12
3542         Log: Allow for one trailing slash in the directory of mkdir().
3543      Branch: perl
3544            ! pp_sys.c
3545 ____________________________________________________________________________
3546 [  8460] By: jhi                                   on 2001/01/17  03:26:01
3547         Log: Metaconfig unit changes for #8459.
3548      Branch: metaconfig
3549            ! U/modified/Loc.U U/modified/sig_name.U
3550 ____________________________________________________________________________
3551 [  8459] By: jhi                                   on 2001/01/17  03:24:48
3552         Log: Define SIG_SIZE, the number of elements in the sig_name and
3553              sig_num arrays, including the final NULL entry.
3554      Branch: perl
3555            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3556            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
3557            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
3558            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
3559            ! win32/config.bc win32/config.gc win32/config.vc
3560 ____________________________________________________________________________
3561 [  8458] By: jhi                                   on 2001/01/17  01:41:33
3562         Log: Integrate perlio.
3563      Branch: perl
3564           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
3565           !> perlapi.h proto.h sv.c
3566 ____________________________________________________________________________
3567 [  8457] By: nick                                  on 2001/01/16  22:07:26
3568         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
3569              Provides all the "cost" but no benefit yet - it is to allow cost
3570              to be measured, and implementation experiments (just in mg.c?).
3571      Branch: perlio
3572            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
3573            ! perlapi.h proto.h sv.c
3574 ____________________________________________________________________________
3575 [  8456] By: nick                                  on 2001/01/16  21:07:07
3576         Log: Integrate mainline.
3577      Branch: perlio
3578           !> (integrate 51 files)
3579 ____________________________________________________________________________
3580 [  8455] By: jhi                                   on 2001/01/16  18:13:43
3581         Log: Subject: [PATCH] regcomp.c old feature removal
3582              From: mjd@plover.com
3583              Date: 16 Jan 2001 14:43:18 -0000 
3584              Message-ID: <20010116144318.7140.qmail@plover.com> 
3585      Branch: perl
3586            ! regcomp.c
3587 ____________________________________________________________________________
3588 [  8454] By: jhi                                   on 2001/01/16  16:12:39
3589         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
3590              From: "Indy Singh" <indy@nusphere.com>
3591              Date: Wed, 10 Jan 2001 20:17:49 -0500
3592              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
3593      Branch: maint-5.6/perl
3594            ! win32/Makefile
3595 ____________________________________________________________________________
3596 [  8453] By: jhi                                   on 2001/01/16  16:09:33
3597         Log: Update Changes.
3598      Branch: perl
3599            ! Changes patchlevel.h
3600 ____________________________________________________________________________
3601 [  8452] By: jhi                                   on 2001/01/16  15:42:04
3602         Log: Subject: Re: API Cleanup
3603              To: perl5-porters@perl.org
3604              Date: Tue, 16 Jan 2001 13:42:30 +0000
3605              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
3606              
3607              Subject: [PATCH] utf8.c documentation
3608              From: Simon Cozens <simon@cozens.net>
3609              Date: Tue, 16 Jan 2001 13:52:48 +0000
3610              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
3611              
3612              Subject: Re: API Cleanup
3613              From: Simon Cozens <simon@cozens.net>
3614              Date: Tue, 16 Jan 2001 14:58:55 +0000
3615              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
3616              
3617              UTF-8 doc patches.
3618      Branch: perl
3619            ! embed.pl pod/perlapi.pod utf8.c
3620 ____________________________________________________________________________
3621 [  8451] By: jhi                                   on 2001/01/16  14:41:39
3622         Log: podlators 1.07, from Russ Allbery.
3623      Branch: perl
3624            ! lib/Pod/Man.pm
3625 ____________________________________________________________________________
3626 [  8450] By: jhi                                   on 2001/01/16  14:24:19
3627         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
3628              From: "Indy Singh" <indy@nusphere.com>
3629              Date: Mon, 15 Jan 2001 20:59:40 -0500
3630              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
3631      Branch: perl
3632            ! win32/Makefile
3633 ____________________________________________________________________________
3634 [  8449] By: jhi                                   on 2001/01/16  03:42:55
3635         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
3636              at the setting of the ofs_sv in new_struct_thread() as the
3637              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
3638              that invited a core dump.
3639      Branch: perl
3640            ! util.c
3641 ____________________________________________________________________________
3642 [  8448] By: jhi                                   on 2001/01/16  01:49:07
3643         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
3644              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
3645              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
3646              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
3647              
3648              Replace #8444 and #8445.
3649      Branch: perl
3650            ! ext/B/B.xs ext/B/B/Debug.pm
3651 ____________________________________________________________________________
3652 [  8447] By: jhi                                   on 2001/01/15  21:05:35
3653         Log: Subject: [PATCH] API Variable documentation   
3654              From: Simon Cozens <simon@cozens.net>
3655              Date: Mon, 15 Jan 2001 19:35:54 +0000
3656              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
3657      Branch: perl
3658            ! pod/perlapi.pod thrdvar.h
3659 ____________________________________________________________________________
3660 [  8446] By: jhi                                   on 2001/01/15  20:49:20
3661         Log: Signedness nit.
3662      Branch: perl
3663            ! pp_ctl.c
3664 ____________________________________________________________________________
3665 [  8445] By: jhi                                   on 2001/01/15  20:28:48
3666         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
3667      Branch: perl
3668            ! ext/B/B/Debug.pm
3669 ____________________________________________________________________________
3670 [  8444] By: jhi                                   on 2001/01/15  13:09:10
3671         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
3672      Branch: perl
3673            ! ext/B/B.xs
3674 ____________________________________________________________________________
3675 [  8443] By: jhi                                   on 2001/01/15  13:06:26
3676         Log: Missing from #8439.
3677      Branch: perl
3678            ! keywords.h mg.c
3679 ____________________________________________________________________________
3680 [  8442] By: jhi                                   on 2001/01/15  13:02:38
3681         Log: Subject: [PATCH @8436] Eliminate op_children
3682              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
3683              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
3684              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
3685              
3686              Subject: [PATCH @8436] Re: Eliminate op_children
3687              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
3688              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
3689              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
3690      Branch: perl
3691            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
3692            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
3693            ! op.c op.h
3694 ____________________________________________________________________________
3695 [  8441] By: jhi                                   on 2001/01/15  12:57:08
3696         Log: Use the /^Perl_/-less form of is_lvalue_sub().
3697      Branch: perl
3698            ! pp.h
3699 ____________________________________________________________________________
3700 [  8440] By: jhi                                   on 2001/01/15  05:13:09
3701         Log: Revert #8437 and #8438, the Linux large files story is more complex.
3702      Branch: metaconfig/U/perl
3703            ! d_fpos64_t.U d_off64_t.U
3704      Branch: perl
3705            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3706            ! config_h.SH configure.com epoc/config.sh perl.h
3707            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
3708            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
3709            ! win32/config.bc win32/config.gc win32/config.vc
3710 ____________________________________________________________________________
3711 [  8439] By: jhi                                   on 2001/01/15  05:02:24
3712         Log: More UTF-8 patches from Inaba Hiroto.
3713              - The substr lval was still not okay.
3714              - Now pp_stringify and sv_setsv copies source's UTF8 flag
3715              even if IN_BYTE.  pp_stringify is called from fold_constants
3716              at optimization phase and "\x{100}" was made SvUTF8_off under
3717              use bytes (the bytes pragma is for "byte semantics" and not
3718              for "do not produce UTF8 data")
3719              - New `qu' operator to generate UTF8 string explicitly.
3720              Though I agree with the policy "0x00-0xff always produce bytes",
3721              sometimes want to such a string to be coded in UTF8.
3722              I can use pack"U0a*" but it requires more typing and has
3723              runtime overhead.
3724              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
3725              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
3726              string is not UTF8_on and has char 0x80-0xff.
3727              
3728              TODO: document and test qu.
3729      Branch: perl
3730            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
3731            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
3732            ! toke.c
3733 ____________________________________________________________________________
3734 [  8438] By: jhi                                   on 2001/01/14  05:10:23
3735         Log: Metaconfig unit changes for #8437.
3736      Branch: metaconfig/U/perl
3737            ! d_fpos64_t.U d_off64_t.U
3738 ____________________________________________________________________________
3739 [  8437] By: jhi                                   on 2001/01/14  04:55:34
3740         Log: Add <features.h> probing, seems to be needed for (some?)
3741              Linux largefileness.
3742      Branch: perl
3743            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3744            ! config_h.SH configure.com epoc/config.sh perl.h
3745            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
3746            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
3747            ! win32/config.bc win32/config.gc win32/config.vc
3748 ____________________________________________________________________________
3749 [  8436] By: jhi                                   on 2001/01/13  17:47:21
3750         Log: Tighten some of the tests a bit.
3751      Branch: perl
3752            ! t/pragma/utf8.t
3753 ____________________________________________________________________________
3754 [  8435] By: jhi                                   on 2001/01/13  17:31:54
3755         Log: Integrate perlio.
3756      Branch: perl
3757           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
3758           !> win32/config_H.gc win32/config_H.vc
3759 ____________________________________________________________________________
3760 [  8434] By: nick                                  on 2001/01/13  11:36:53
3761         Log: Run dmake regen_config_h for Win32
3762      Branch: perlio
3763            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3764 ____________________________________________________________________________
3765 [  8433] By: nick                                  on 2001/01/13  11:31:55
3766         Log: VMS friendly patch to Encode compile process
3767      Branch: perlio
3768            ! ext/Encode/Makefile.PL ext/Encode/compile
3769 ____________________________________________________________________________
3770 [  8432] By: nick                                  on 2001/01/13  11:06:44
3771         Log: Integrate mainline
3772      Branch: perlio
3773           +> ext/B/B/Concise.pm
3774           !> (integrate 52 files)
3775 ____________________________________________________________________________
3776 [  8431] By: jhi                                   on 2001/01/13  05:55:55
3777         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
3778              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
3779              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
3780              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
3781      Branch: perl
3782            ! ext/B/B/Concise.pm
3783 ____________________________________________________________________________
3784 [  8430] By: jhi                                   on 2001/01/13  04:24:18
3785         Log: The LVRET macro needed an aTHX.
3786      Branch: perl
3787            ! pp.h
3788 ____________________________________________________________________________
3789 [  8429] By: jhi                                   on 2001/01/13  02:12:42
3790         Log: Update Changes.
3791      Branch: perl
3792            ! Changes patchlevel.h
3793 ____________________________________________________________________________
3794 [  8428] By: jhi                                   on 2001/01/13  02:08:50
3795         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
3796              From: Peter Prymmer <pvhp@forte.com>
3797              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
3798              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
3799              
3800              Add a BEGIN guard for sloppy floating point division.
3801      Branch: perl
3802            ! lib/Math/BigInt.pm lib/bigint.pl
3803 ____________________________________________________________________________
3804 [  8427] By: jhi                                   on 2001/01/13  01:47:16
3805         Log: The B::Terse drop-in replacement wasn't quite drop-in.
3806      Branch: perl
3807            ! ext/B/B/Terse.pm
3808 ____________________________________________________________________________
3809 [  8426] By: jhi                                   on 2001/01/12  21:20:43
3810         Log: Use UVXf.
3811      Branch: perl
3812            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3813            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
3814            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
3815            ! vos/config.ga.def vos/config.ga.h win32/config.bc
3816            ! win32/config.gc win32/config.vc
3817 ____________________________________________________________________________
3818 [  8425] By: jhi                                   on 2001/01/12  20:20:14
3819         Log: Subject: [PATCH perl@8342] -Wformat
3820              From: Robin Barker <rmb1@cise.npl.co.uk>
3821              Date: Fri, 12 Jan 2001 20:03:14 GMT
3822              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
3823      Branch: perl
3824            ! ext/Encode/Encode.xs mg.c sv.c toke.c
3825 ____________________________________________________________________________
3826 [  8424] By: jhi                                   on 2001/01/12  20:01:48
3827         Log: Subject: B::Concise -- an improved replacement for B::Terse 
3828              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
3829              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
3830              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
3831      Branch: perl
3832            + ext/B/B/Concise.pm
3833            ! MANIFEST ext/B/B/Terse.pm
3834 ____________________________________________________________________________
3835 [  8423] By: jhi                                   on 2001/01/12  19:24:02
3836         Log: The new metaconfig unit from the #8421.
3837      Branch: metaconfig/U/perl
3838            + d_sigprocmask.U
3839 ____________________________________________________________________________
3840 [  8422] By: jhi                                   on 2001/01/12  19:23:43
3841         Log: Forgot the microperl config from the #8421.
3842      Branch: perl
3843            ! uconfig.h uconfig.sh
3844 ____________________________________________________________________________
3845 [  8421] By: jhi                                   on 2001/01/12  19:05:27
3846         Log: Add sigprocmask() probe, regen Configure, regen toc.
3847      Branch: perl
3848            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3849            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
3850            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
3851            ! vos/config.ga.h win32/config.bc win32/config.gc
3852            ! win32/config.vc
3853 ____________________________________________________________________________
3854 [  8420] By: jhi                                   on 2001/01/12  18:34:31
3855         Log: Add sockatmark() to the todo list.
3856      Branch: perl
3857            ! Todo-5.6
3858 ____________________________________________________________________________
3859 [  8419] By: jhi                                   on 2001/01/12  18:09:46
3860         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
3861      Branch: perl
3862            ! op.c
3863 ____________________________________________________________________________
3864 [  8418] By: jhi                                   on 2001/01/12  18:05:30
3865         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
3866              From: Radu Greab <radu@netsoft.ro>
3867              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
3868              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
3869      Branch: perl
3870            ! op.c t/pragma/sub_lval.t
3871 ____________________________________________________________________________
3872 [  8417] By: jhi                                   on 2001/01/12  16:09:09
3873         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
3874              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
3875              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
3876              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
3877      Branch: perl
3878            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
3879            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
3880            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
3881            ! t/pragma/sub_lval.t toke.c
3882 ____________________________________________________________________________
3883 [  8416] By: jhi                                   on 2001/01/12  15:42:06
3884         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
3885              From: "Richard Soderberg" <rs@crystalflame.net>
3886              Date: Fri, 12 Jan 2001 04:49:35 -0800
3887              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
3888              
3889              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
3890              according to the platform.
3891      Branch: perl
3892            ! op.c
3893 ____________________________________________________________________________
3894 [  8415] By: jhi                                   on 2001/01/12  15:33:41
3895         Log: One more UTF-8 fix from Inaba Hiroto.
3896      Branch: perl
3897            ! pp.c regexec.c t/pragma/utf8.t
3898 ____________________________________________________________________________
3899 [  8414] By: jhi                                   on 2001/01/12  15:30:18
3900         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
3901      Branch: perl
3902            ! regexec.c
3903 ____________________________________________________________________________
3904 [  8413] By: jhi                                   on 2001/01/12  15:22:10
3905         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
3906              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
3907              Date: Thu, 11 Jan 2001 12:53:36 +0100
3908              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
3909      Branch: perl
3910            ! toke.c
3911 ____________________________________________________________________________
3912 [  8412] By: jhi                                   on 2001/01/12  15:20:25
3913         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
3914              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
3915              Date: Fri, 12 Jan 2001 14:37:55 +0100
3916              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
3917      Branch: perl
3918            ! hints/posix-bc.sh
3919 ____________________________________________________________________________
3920 [  8411] By: jhi                                   on 2001/01/12  15:14:14
3921         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
3922              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
3923              Date: Fri, 12 Jan 2001 10:42:21 +0100
3924              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
3925      Branch: perl
3926            ! t/op/regmesg.t
3927 ____________________________________________________________________________
3928 [  8410] By: jhi                                   on 2001/01/12  05:48:55
3929         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
3930              From: Nicholas Clark <nick@ccl4.org> 
3931              Date: Sun, 7 Jan 2001 19:47:14 +0000
3932              Message-ID: <20010107194714.B1048@plum.flirble.org>
3933      Branch: perl
3934            ! t/op/numconvert.t
3935 ____________________________________________________________________________
3936 [  8409] By: jhi                                   on 2001/01/12  05:41:28
3937         Log: Integrate perlio.
3938      Branch: perl
3939           !> mg.c scope.h
3940 ____________________________________________________________________________
3941 [  8408] By: nick                                  on 2001/01/11  22:43:28
3942         Log: Remove variables that were used in experiments.
3943      Branch: perlio
3944            ! mg.c
3945 ____________________________________________________________________________
3946 [  8407] By: nick                                  on 2001/01/11  20:57:44
3947         Log: Catch die in %SIG handler and unblock the signal before re-dying.
3948              This make Linux work _without_ sigsetjmp().
3949              Turn off sigsetjmp() to see what else it does.
3950              May need Configure probe for sigprocmask() if anything has sigaction()
3951              but not sigprocmask().
3952      Branch: perlio
3953            ! mg.c scope.h
3954 ____________________________________________________________________________
3955 [  8406] By: nick                                  on 2001/01/11  19:32:07
3956         Log: Integrate mainline
3957      Branch: perlio
3958           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
3959           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
3960           !> t/op/substr.t
3961 ____________________________________________________________________________
3962 [  8405] By: jhi                                   on 2001/01/11  17:11:01
3963         Log: Fix UTF-8 lval substr().
3964      Branch: perl
3965            ! mg.c t/op/substr.t
3966 ____________________________________________________________________________
3967 [  8404] By: jhi                                   on 2001/01/11  05:13:58
3968         Log: Update Changes.
3969      Branch: perl
3970            ! Changes patchlevel.h
3971 ____________________________________________________________________________
3972 [  8403] By: jhi                                   on 2001/01/11  04:38:24
3973         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
3974              From: Hugo <hv@crypt.compulink.co.uk>
3975              Date: Mon, 30 Oct 2000 01:33:26 +0000
3976              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
3977      Branch: perl
3978            ! regexec.c t/op/re_tests
3979 ____________________________________________________________________________
3980 [  8402] By: jhi                                   on 2001/01/11  04:26:12
3981         Log: Integrate perlio.
3982      Branch: perl
3983           !> scope.h util.c
3984 ____________________________________________________________________________
3985 [  8401] By: nick                                  on 2001/01/10  22:52:55
3986         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
3987              (So Alan and Ilya can try setting via hints.)
3988              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
3989              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
3990              doing the save everywhere seems to restart read() correctly, but just
3991              doing it once "round" the handler does not.
3992      Branch: perlio
3993            ! scope.h
3994 ____________________________________________________________________________
3995 [  8400] By: jhi                                   on 2001/01/10  21:57:54
3996         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
3997              of IRIX, HP-UX is unaffected.
3998      Branch: perl
3999            ! perl.h
4000 ____________________________________________________________________________
4001 [  8399] By: nick                                  on 2001/01/10  21:29:19
4002         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
4003      Branch: perlio
4004            ! util.c
4005 ____________________________________________________________________________
4006 [  8398] By: jhi                                   on 2001/01/10  20:55:31
4007         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
4008              also have ReusePort.
4009      Branch: perl
4010            ! ext/IO/lib/IO/Socket/INET.pm
4011 ____________________________________________________________________________
4012 [  8397] By: jhi                                   on 2001/01/10  20:50:57
4013         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
4014              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
4015              Date: Wed, 10 Jan 2001 01:38:13 -0800
4016              Message-ID: <20010110013813.B41744@yahoo-inc.com>
4017      Branch: perl
4018            ! ext/IO/lib/IO/Socket/INET.pm
4019 ____________________________________________________________________________
4020 [  8396] By: jhi                                   on 2001/01/10  20:49:30
4021         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
4022              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
4023              Date: Wed, 10 Jan 2001 01:37:32 -0800
4024              Message-ID: <20010110013732.A41744@yahoo-inc.com>
4025      Branch: perl
4026            ! ext/Socket/Socket.pm
4027 ____________________________________________________________________________
4028 [  8395] By: jhi                                   on 2001/01/10  20:41:37
4029         Log: Test for bug id 20010105.016 (fixed by #8378).
4030      Branch: perl
4031            ! t/op/split.t
4032 ____________________________________________________________________________
4033 [  8394] By: jhi                                   on 2001/01/10  20:26:32
4034         Log: Integrate perlio.
4035      Branch: perl
4036            ! util.c
4037 ____________________________________________________________________________
4038 [  8393] By: nick                                  on 2001/01/10  19:34:30
4039         Log: Back out Simon's pid hackery for now.
4040      Branch: perlio
4041            ! util.c
4042 ____________________________________________________________________________
4043 [  8392] By: nick                                  on 2001/01/10  19:23:13
4044         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
4045      Branch: perlio
4046           !> (integrate 29 files)
4047 ____________________________________________________________________________
4048 [  8391] By: jhi                                   on 2001/01/10  18:43:15
4049         Log: Subject: [PATCH] Fix my_pclose segfault
4050              From: Simon Cozens <simon@cozens.net>
4051              Date: Wed, 10 Jan 2001 18:39:35 +0000
4052              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
4053      Branch: perl
4054            ! util.c
4055 ____________________________________________________________________________
4056 [  8390] By: jhi                                   on 2001/01/10  18:42:08
4057         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
4058              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4059              Date:     Wed, 10 Jan 2001 13:23:02 EST
4060              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
4061      Branch: perl
4062            ! ext/Opcode/Opcode.xs
4063 ____________________________________________________________________________
4064 [  8389] By: jhi                                   on 2001/01/10  15:16:07
4065         Log: Turn off the integer preservation for now.
4066      Branch: perl
4067            ! perl.h
4068 ____________________________________________________________________________
4069 [  8388] By: jhi                                   on 2001/01/10  15:01:25
4070         Log: Few more IDE/editor nits from p5p.
4071      Branch: perl
4072            ! pod/perlfaq3.pod
4073 ____________________________________________________________________________
4074 [  8387] By: jhi                                   on 2001/01/10  06:53:16
4075         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
4076              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
4077              Date: Tue, 9 Jan 2001 23:16:02 +0000
4078              Message-ID: <20010109231602.A81101@plum.flirble.org>
4079      Branch: perl
4080            ! sv.c
4081 ____________________________________________________________________________
4082 [  8386] By: jhi                                   on 2001/01/10  03:17:54
4083         Log: Test cases for #8385 (from Simon's "torture.pl")
4084      Branch: perl
4085            ! t/op/tr.t
4086 ____________________________________________________________________________
4087 [  8385] By: jhi                                   on 2001/01/10  03:17:11
4088         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
4089              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
4090              Date: Wed, 10 Jan 2001 11:39:39 +0900
4091              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
4092              
4093              Some more UTF-8 tr cases fixed.
4094      Branch: perl
4095            ! doop.c
4096 ____________________________________________________________________________
4097 [  8384] By: jhi                                   on 2001/01/09  22:45:40
4098         Log: Allow the locale test needing POSIX and the taint test
4099              needing IPC::SysV to run under 'minitest' (basically,
4100              bail out if loading the extension fails)
4101      Branch: perl
4102            ! t/op/misc.t t/op/taint.t
4103 ____________________________________________________________________________
4104 [  8383] By: jhi                                   on 2001/01/09  21:36:04
4105         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
4106              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
4107              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
4108              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
4109      Branch: perl
4110            ! t/io/openpid.t
4111 ____________________________________________________________________________
4112 [  8382] By: jhi                                   on 2001/01/09  21:06:08
4113         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
4114              Should finish up the bug id 20001205.022.
4115      Branch: perl
4116            ! pp.c pp_hot.c scope.c
4117 ____________________________________________________________________________
4118 [  8381] By: jhi                                   on 2001/01/09  18:27:43
4119         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
4120              From: Andy Dougherty <doughera@lafayette.edu>
4121              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
4122              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
4123              
4124              More robust yacc/bison error detection.
4125      Branch: perl
4126            ! t/comp/proto.t
4127 ____________________________________________________________________________
4128 [  8380] By: jhi                                   on 2001/01/09  15:21:38
4129         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
4130              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4131              Date:     Tue, 9 Jan 2001 07:53:55 EST
4132              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
4133      Branch: perl
4134            ! t/op/misc.t vms/test.com
4135 ____________________________________________________________________________
4136 [  8379] By: jhi                                   on 2001/01/09  15:20:38
4137         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
4138              From: jhi@cc.hut.fi
4139              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
4140              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
4141              
4142              The #8378 fixed this.
4143      Branch: perl
4144            ! t/op/tr.t
4145 ____________________________________________________________________________
4146 [  8378] By: jhi                                   on 2001/01/09  15:05:32
4147         Log: Subject: One more patch for UTF8 
4148              From: Inaba Hiroto <inaba@st.rim.or.jp>
4149              Date: Tue, 09 Jan 2001 01:04:32 +0900
4150              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
4151              
4152              UTF-8 fixes for 'x' and tr///.
4153      Branch: perl
4154            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
4155            ! regcomp.c regexec.c toke.c utf8.c
4156 ____________________________________________________________________________
4157 [  8377] By: jhi                                   on 2001/01/09  14:32:17
4158         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
4159      Branch: perl
4160            ! t/op/length.t
4161 ____________________________________________________________________________
4162 [  8376] By: jhi                                   on 2001/01/09  04:32:32
4163         Log: integrate changes #7775, #8316, #8316 from mainline
4164      Branch: maint-5.6/perl
4165            ! hints/solaris_2.sh
4166 ____________________________________________________________________________
4167 [  8375] By: jhi                                   on 2001/01/09  04:26:43
4168         Log: Update Changes.
4169      Branch: perl
4170            ! Changes patchlevel.h
4171 ____________________________________________________________________________
4172 [  8374] By: jhi                                   on 2001/01/09  04:14:32
4173         Log: IDE/editor section tweaking.
4174      Branch: perl
4175            ! pod/perlfaq3.pod
4176 ____________________________________________________________________________
4177 [  8373] By: jhi                                   on 2001/01/09  02:38:26
4178         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
4179              From: Peter Prymmer <pvhp@forte.com>
4180              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
4181              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
4182              
4183              In preparation os OS/390 dynamic loading.
4184      Branch: perl
4185            ! README.os390 hints/os390.sh
4186 ____________________________________________________________________________
4187 [  8372] By: jhi                                   on 2001/01/09  00:24:30
4188         Log: Integrate with perlio.
4189      Branch: perl
4190           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
4191 ____________________________________________________________________________
4192 [  8371] By: nick                                  on 2001/01/08  23:54:33
4193         Log: Fix "scalars leaked" bugs caused by overload magic
4194              (Highlighted by Ilya's DESTROY optimization.)
4195      Branch: perlio
4196            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
4197 ____________________________________________________________________________
4198 [  8370] By: nick                                  on 2001/01/08  20:19:41
4199         Log: Integrate mainline
4200      Branch: perlio
4201           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
4202           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
4203           !> t/op/64bitint.t
4204 ____________________________________________________________________________
4205 [  8369] By: jhi                                   on 2001/01/08  17:30:52
4206         Log: save_delete() Safefree() doesn't (anymore?) work with shared
4207              strings, one test failure in op/misc and almost all of lib/b.
4208              (Outcomments #8369.)
4209      Branch: perl
4210            ! scope.c
4211 ____________________________________________________________________________
4212 [  8368] By: jhi                                   on 2001/01/08  14:47:10
4213         Log: (Outcommented by #8369.)
4214              
4215              Subject: Re: Perl BugID 20001205.022 ---- save_delete
4216              From: Simon Cozens <simon@cozens.net>
4217              Date: Sat, 6 Jan 2001 11:48:40 +0000
4218              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
4219              
4220              The save_delete() does need the Safefree.
4221      Branch: perl
4222            ! scope.c
4223 ____________________________________________________________________________
4224 [  8367] By: bailey                                on 2001/01/08  08:53:52
4225         Log: Once again syncing after too long an absence
4226      Branch: vmsperl
4227           +> (branch 55 files)
4228            - MAINTAIN fix_pl vos/config.def vos/config.h
4229            - vos/config_h.SH_orig
4230           !> (integrate 498 files)
4231 ____________________________________________________________________________
4232 [  8366] By: jhi                                   on 2001/01/08  02:42:59
4233         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
4234              From: nick@ccl4.org
4235              Date: Sun, 7 Jan 2001 21:07:18 +0000
4236              Message-Id: <20010107210717.D1048@plum.flirble.org>
4237      Branch: perl
4238            ! sv.c t/op/64bitint.t
4239 ____________________________________________________________________________
4240 [  8365] By: jhi                                   on 2001/01/08  02:35:16
4241         Log: Subject: [PATCH] environ nit
4242              From: Simon Cozens <simon@cozens.net>
4243              Date: Sun, 7 Jan 2001 17:57:07 +0000
4244              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
4245              
4246              Use environ only if we have it.
4247      Branch: perl
4248            ! mg.c
4249 ____________________________________________________________________________
4250 [  8364] By: jhi                                   on 2001/01/08  02:24:51
4251         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
4252      Branch: perl
4253            ! ext/GDBM_File/GDBM_File.xs
4254 ____________________________________________________________________________
4255 [  8363] By: jhi                                   on 2001/01/08  02:19:24
4256         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
4257              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
4258              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
4259              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
4260      Branch: perl
4261            ! dump.c op.c
4262 ____________________________________________________________________________
4263 [  8362] By: jhi                                   on 2001/01/08  02:17:43
4264         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
4265              From: Doug MacEachern <dougm@covalent.net>
4266              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
4267              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
4268              
4269              Allow AUTOLOAD to be an xsub and allow such xsubs
4270              to avoid use of $AUTOLOAD.
4271      Branch: perl
4272            ! gv.c
4273 ____________________________________________________________________________
4274 [  8361] By: jhi                                   on 2001/01/08  02:16:07
4275         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
4276              From: Radu Greab <radu@netsoft.ro>
4277              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
4278              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
4279              
4280              No need for the potentially unportable $SIG{CHLD}.
4281      Branch: perl
4282            ! t/io/pipe.t
4283 ____________________________________________________________________________
4284 [  8360] By: jhi                                   on 2001/01/08  01:58:23
4285         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
4286      Branch: perl
4287            ! lib/Getopt/Long.pm
4288 ____________________________________________________________________________
4289 [  8359] By: jhi                                   on 2001/01/08  01:55:44
4290         Log: Integrate perlio.
4291      Branch: perl
4292           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
4293           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
4294           !> utf8.c win32/Makefile
4295 ____________________________________________________________________________
4296 [  8358] By: jhi                                   on 2001/01/07  21:16:50
4297         Log: Update the EPOC cross SDK URL.
4298      Branch: perl
4299            ! README.epoc
4300 ____________________________________________________________________________
4301 [  8357] By: jhi                                   on 2001/01/07  21:16:09
4302         Log: Update the EPOC cross SDK URL.
4303      Branch: maint-5.6/perl
4304            ! README.epoc
4305 ____________________________________________________________________________
4306 [  8356] By: nick                                  on 2001/01/06  21:47:52
4307         Log: FILE * in XS code for PerlIO world:
4308              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
4309              - Add FILE * T_STDIO typemap.
4310              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
4311      Branch: perlio
4312            ! lib/ExtUtils/typemap perlio.c perlio.h
4313 ____________________________________________________________________________
4314 [  8355] By: jhi                                   on 2001/01/06  20:27:15
4315         Log: integrate change #8336 from mainline
4316              
4317              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
4318      Branch: maint-5.6/perl
4319            ! hv.c
4320 ____________________________________________________________________________
4321 [  8354] By: jhi                                   on 2001/01/06  20:24:29
4322         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
4323              From: Robin Barker <rmb1@cise.npl.co.uk>
4324              Date: Fri, 22 Dec 2000 12:17:38 GMT
4325              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
4326              
4327              The patch reformats some long =item lines so they give
4328              correct output via pod2man | nroff -man
4329              
4330              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
4331              From: Robin Barker <rmb1@cise.npl.co.uk>
4332              Date: Tue, 2 Jan 2001 15:35:03 GMT
4333              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
4334              
4335              Here is a _further_ patch which corrects a few more errors:
4336              * an empty C<=item> in CPAN.pm
4337              * patching the wrong file (pod/perlamiga.pod not README.amiga)
4338              * leaving empty C<=item>s which formatted incorrectly
4339              * over long C<=item>s revealed by latest patch to Pod::Man
4340      Branch: maint-5.6/perl
4341            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
4342            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
4343            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
4344            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
4345            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
4346            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
4347 ____________________________________________________________________________
4348 [  8353] By: jhi                                   on 2001/01/06  20:21:10
4349         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
4350              
4351              UTF-8 hash keys.
4352      Branch: maint-5.6/perl
4353            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
4354 ____________________________________________________________________________
4355 [  8352] By: jhi                                   on 2001/01/06  20:18:44
4356         Log: Forgotten from #8438.
4357      Branch: maint-5.6/perl
4358            ! epoc/epocish.h
4359 ____________________________________________________________________________
4360 [  8351] By: jhi                                   on 2001/01/06  20:18:12
4361         Log: Forgotten from #8347.
4362      Branch: maint-5.6/perl
4363            ! config_h.SH
4364 ____________________________________________________________________________
4365 [  8350] By: jhi                                   on 2001/01/06  20:00:19
4366         Log: Thinko in #8347.
4367      Branch: maint-5.6/perl
4368            ! regcomp.c
4369 ____________________________________________________________________________
4370 [  8349] By: jhi                                   on 2001/01/06  18:05:30
4371         Log: Copy the FAQ3 IDE section from the development branch,
4372              changes originally by Peter Prymmer.
4373      Branch: maint-5.6/perl
4374            ! pod/perlfaq3.pod
4375 ____________________________________________________________________________
4376 [  8348] By: jhi                                   on 2001/01/06  18:03:02
4377         Log: EPOC updates for TRIAL1.
4378              
4379              Subject: [5.6.1 trial1] EPOC update
4380              From: Olaf Flebbe <O.Flebbe@science-computing.de>
4381              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
4382              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
4383              
4384              Subject: epoc patch2 for perl-5.6.1-trial1
4385              From: Olaf Flebbe <O.Flebbe@science-computing.de>
4386              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
4387              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
4388      Branch: maint-5.6/perl
4389            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
4390            ! epoc/epocish.c
4391 ____________________________________________________________________________
4392 [  8347] By: jhi                                   on 2001/01/06  17:29:10
4393         Log: integrate changes #7710,7824,7973 from mainline,
4394              plus VMS nits from Peter Prymmer and Dan Sugalski.
4395              
4396              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
4397              library (getprotobyname and getprotobynumber are outversioned by
4398              the same calls in libc, at least for xlc version 3.
4399              
4400              Add HAS_SBRK_PROTO.
4401              
4402              Fixes for signedness warnings noticed by VMSperlers.
4403      Branch: maint-5.6/perl
4404            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4405            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
4406            ! sv.c vms/descrip_mms.template vos/config.alpha.def
4407            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
4408            ! win32/config.bc win32/config.gc win32/config.vc
4409 ____________________________________________________________________________
4410 [  8346] By: nick                                  on 2001/01/06  14:36:01
4411         Log: Fixup accumulated integrate muddles (perlio == devperl again)
4412      Branch: perlio
4413            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
4414 ____________________________________________________________________________
4415 [  8345] By: nick                                  on 2001/01/06  14:24:58
4416         Log: Integrate mainline
4417      Branch: perlio
4418           !> (integrate 55 files)
4419 ____________________________________________________________________________
4420 [  8344] By: jhi                                   on 2001/01/06  02:24:02
4421         Log: Subject: [patch] PerlIO_cleanup() prototype
4422              From: Doug MacEachern <dougm@covalent.net>
4423              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
4424              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
4425      Branch: perl
4426            ! perlio.h
4427 ____________________________________________________________________________
4428 [  8343] By: jhi                                   on 2001/01/06  01:04:09
4429         Log: IRIX compiler noticed that the bof initialization might be
4430              bypassed by control flow.
4431      Branch: perl
4432            ! toke.c
4433 ____________________________________________________________________________
4434 [  8342] By: jhi                                   on 2001/01/06  00:10:48
4435         Log: Update Changes.
4436      Branch: perl
4437            ! Changes patchlevel.h
4438 ____________________________________________________________________________
4439 [  8341] By: jhi                                   on 2001/01/05  23:52:33
4440         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
4441      Branch: perl
4442            ! toke.c
4443 ____________________________________________________________________________
4444 [  8340] By: jhi                                   on 2001/01/05  22:44:08
4445         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
4446              From: Radu Greab <radu@netsoft.ro>
4447              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
4448              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
4449      Branch: perl
4450            ! t/io/pipe.t util.c
4451 ____________________________________________________________________________
4452 [  8339] By: jhi                                   on 2001/01/05  22:35:17
4453         Log: Subject: [PATCH] format and rewording in perlfaq.pod
4454              From: Robin Barker <rmb1@cise.npl.co.uk>
4455              Date: Fri, 5 Jan 2001 18:51:20 GMT
4456              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
4457      Branch: perl
4458            ! pod/perlfaq.pod
4459 ____________________________________________________________________________
4460 [  8338] By: jhi                                   on 2001/01/05  22:31:17
4461         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
4462              From: Peter Prymmer <pvhp@forte.com>
4463              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
4464              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
4465      Branch: perl
4466            ! utils/perlbug.PL
4467 ____________________________________________________________________________
4468 [  8337] By: jhi                                   on 2001/01/05  18:15:11
4469         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
4470              From: Robin Barker <rmb1@cise.npl.co.uk>
4471              Date: Tue, 2 Jan 2001 15:24:07 GMT
4472              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
4473              
4474              If you call configure as C<./Configure> or C<sh ./Configure>,
4475              $src is set to the absolute path name, not '.'.
4476              
4477              This, in turn, means -Dmksymlink tries to do its stuff because
4478              it does not think it is in the src directory.
4479              
4480              (plus a metaconfig nitfix)
4481      Branch: metaconfig
4482            ! U/compline/ccflags.U U/modified/src.U
4483      Branch: perl
4484            ! Configure config_h.SH
4485 ____________________________________________________________________________
4486 [  8336] By: jhi                                   on 2001/01/05  17:48:32
4487         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
4488              From: Alan Burlison <Alan.Burlison@uk.sun.com>
4489              Message-ID: <3A5606C4.473D2226@uk.sun.com>
4490              Date: Fri, 05 Jan 2001 17:39:16 +0000
4491      Branch: perl
4492            ! hv.c
4493 ____________________________________________________________________________
4494 [  8335] By: jhi                                   on 2001/01/05  16:05:44
4495         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
4496      Branch: perl
4497            ! lib/Getopt/Long.pm
4498 ____________________________________________________________________________
4499 [  8334] By: jhi                                   on 2001/01/05  16:00:51
4500         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
4501              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
4502              Date: Fri, 05 Jan 2001 13:46:51 +0100
4503              Message-ID: <13693.978698811@nice.ram.loc>
4504              
4505              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
4506              accurate reading of the "atime".  
4507      Branch: perl
4508            ! t/io/fs.t
4509 ____________________________________________________________________________
4510 [  8333] By: jhi                                   on 2001/01/05  15:57:37
4511         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
4512              From: Simon Cozens <simon@cozens.net>
4513              Date: Fri, 8 Dec 2000 13:33:31 +0000
4514              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
4515              
4516              A lost patch fragment.
4517      Branch: perl
4518            ! doop.c
4519 ____________________________________________________________________________
4520 [  8332] By: jhi                                   on 2001/01/05  15:40:42
4521         Log: Do away with strncpy() and a fixed length buffer.
4522      Branch: perl
4523            ! utf8.c
4524 ____________________________________________________________________________
4525 [  8331] By: jhi                                   on 2001/01/05  15:03:07
4526         Log: Tests for #8329 and #8330.
4527      Branch: perl
4528            ! t/op/bop.t
4529 ____________________________________________________________________________
4530 [  8330] By: jhi                                   on 2001/01/05  15:02:38
4531         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
4532              raw 8-bit form to the UTF-8 string.
4533      Branch: perl
4534            ! toke.c
4535 ____________________________________________________________________________
4536 [  8329] By: jhi                                   on 2001/01/05  14:55:13
4537         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
4538              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
4539              Date: Fri, 5 Jan 2001 12:28:52 +0100
4540              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
4541              
4542              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
4543              no effect.  (changed the strncpy() to Copy())
4544      Branch: perl
4545            ! toke.c
4546 ____________________________________________________________________________
4547 [  8328] By: jhi                                   on 2001/01/05  06:44:27
4548         Log: UTF-8 cleanup.
4549      Branch: perl
4550            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
4551            ! regexec.c sv.c toke.c
4552 ____________________________________________________________________________
4553 [  8327] By: jhi                                   on 2001/01/05  01:11:29
4554         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')
4555              From: Radu Greab <radu@netsoft.ro>
4556              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
4557              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
4558              
4559              Cleans up Harness to not use FileHandle, which uses IO.
4560      Branch: perl
4561            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
4562 ____________________________________________________________________________
4563 [  8326] By: jhi                                   on 2001/01/05  00:56:37
4564         Log: Update Changes.
4565      Branch: perl
4566            ! Changes patchlevel.h
4567 ____________________________________________________________________________
4568 [  8325] By: jhi                                   on 2001/01/05  00:53:18
4569         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
4570              From: Peter Prymmer <pvhp@forte.com>
4571              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
4572              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
4573              
4574              plus a couple more tailing whitespace removals.
4575      Branch: perl
4576            ! win32/Makefile
4577 ____________________________________________________________________________
4578 [  8324] By: jhi                                   on 2001/01/05  00:47:39
4579         Log: Add some Unicode chop() tests.
4580      Branch: perl
4581            ! t/op/chop.t
4582 ____________________________________________________________________________
4583 [  8323] By: jhi                                   on 2001/01/05  00:47:23
4584         Log: Unify UTF-8 malformedness handling.
4585      Branch: perl
4586            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
4587 ____________________________________________________________________________
4588 [  8322] By: jhi                                   on 2001/01/04  22:21:54
4589         Log: The new $issymlink was unknown to Mksymlinks.
4590      Branch: metaconfig/U/perl
4591            ! Mksymlinks.U issymlink.U
4592      Branch: perl
4593            ! Configure config_h.SH
4594 ____________________________________________________________________________
4595 [  8321] By: jhi                                   on 2001/01/04  21:51:05
4596         Log: The test didn't work under the core test framework.
4597      Branch: perl
4598            ! t/lib/st-lock.t
4599 ____________________________________________________________________________
4600 [  8320] By: jhi                                   on 2001/01/04  21:14:22
4601         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
4602      Branch: perl
4603            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
4604 ____________________________________________________________________________
4605 [  8319] By: jhi                                   on 2001/01/04  20:46:17
4606         Log: Typo in #8312 when manually appying a problematic patch fragment.
4607      Branch: perl
4608            ! ext/Storable/Storable.xs
4609 ____________________________________________________________________________
4610 [  8318] By: jhi                                   on 2001/01/04  20:43:01
4611         Log: The $sh_c didn't fly.
4612      Branch: metaconfig
4613            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
4614            ! U/modified/Loc.U U/modified/myhostname.U
4615            ! U/modified/spitshell.U
4616      Branch: metaconfig/U/perl
4617            ! issymlink.U
4618      Branch: perl
4619            ! Configure config_h.SH
4620 ____________________________________________________________________________
4621 [  8317] By: jhi                                   on 2001/01/04  19:58:01
4622         Log: AIX builtin test -h is broken, changes based on
4623              
4624              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
4625              Date: Tue, 02 Jan 2001 11:24:39 +0100
4626              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4627              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
4628      Branch: metaconfig
4629            + U/modified/spitshell.U
4630            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
4631            ! U/modified/Loc.U U/modified/myhostname.U
4632      Branch: metaconfig/U/perl
4633            ! Mksymlinks.U issymlink.U
4634      Branch: perl
4635            ! Configure
4636 ____________________________________________________________________________
4637 [  8316] By: jhi                                   on 2001/01/04  19:02:22
4638         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
4639              From: Andy Dougherty <doughera@lafayette.edu>
4640              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
4641              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
4642              
4643              Beware of GNU ld.
4644      Branch: perl
4645            ! hints/solaris_2.sh
4646 ____________________________________________________________________________
4647 [  8315] By: jhi                                   on 2001/01/04  18:56:48
4648         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
4649              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
4650              Date: Wed, 3 Jan 2001 07:58:51 +0100
4651              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
4652      Branch: perl
4653            ! hints/solaris_2.sh
4654 ____________________________________________________________________________
4655 [  8314] By: jhi                                   on 2001/01/04  18:54:07
4656         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
4657              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
4658              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
4659              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
4660              
4661              Doc tweak on #8313.
4662      Branch: perl
4663            ! ext/B/B/Deparse.pm
4664 ____________________________________________________________________________
4665 [  8313] By: jhi                                   on 2001/01/04  18:52:27
4666         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
4667              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
4668              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
4669              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
4670              
4671              Make the peephole optimizer to bypass more null ops and
4672              and rewrite the deparse handling of continue blocks.
4673      Branch: perl
4674            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
4675 ____________________________________________________________________________
4676 [  8312] By: jhi                                   on 2001/01/04  18:47:39
4677         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
4678      Branch: perl
4679            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
4680            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
4681            ! t/lib/st-lock.t
4682 ____________________________________________________________________________
4683 [  8311] By: jhi                                   on 2001/01/04  18:36:08
4684         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
4685              filter to be run on each .pm during the pm_to_blib() phase,
4686              a fixed version of
4687              
4688              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
4689              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
4690              Date: Wed, 03 Jan 2001 22:01:30 +0100
4691              Message-ID: <5296.978555690@nice.ram.loc>
4692      Branch: perl
4693            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
4694            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
4695            ! lib/ExtUtils/MakeMaker.pm
4696 ____________________________________________________________________________
4697 [  8310] By: jhi                                   on 2001/01/04  18:32:54
4698         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
4699              From: Robin Barker <rmb1@cise.npl.co.uk>
4700              Date: Tue, 2 Jan 2001 15:35:03 GMT
4701              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
4702      Branch: perl
4703            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
4704            ! pod/perlrequick.pod
4705 ____________________________________________________________________________
4706 [  8309] By: jhi                                   on 2001/01/04  18:29:07
4707         Log: Subject: Re: [patch] static-ize XS()
4708              From: Doug MacEachern <dougm@covalent.net>
4709              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
4710              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
4711              
4712              Provide prototypes for the XS functions.
4713      Branch: perl
4714            ! lib/ExtUtils/xsubpp
4715 ____________________________________________________________________________
4716 [  8308] By: jhi                                   on 2001/01/04  18:27:44
4717         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
4718              From: Doug MacEachern <dougm@covalent.net>
4719              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
4720              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
4721      Branch: perl
4722            ! lib/ExtUtils/typemap
4723 ____________________________________________________________________________
4724 [  8307] By: jhi                                   on 2001/01/04  18:25:25
4725         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
4726              From: Doug MacEachern <dougm@covalent.net>
4727              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
4728              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
4729              
4730              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
4731      Branch: perl
4732            ! lib/ExtUtils/MM_Unix.pm
4733 ____________________________________________________________________________
4734 [  8306] By: jhi                                   on 2001/01/04  18:23:00
4735         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
4736              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
4737              Date: Thu, 4 Jan 2001 12:47:10 +0100 
4738              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
4739              
4740              The toke.c part only, patching embed.h and proto.h is futile.
4741      Branch: perl
4742            ! toke.c
4743 ____________________________________________________________________________
4744 [  8305] By: jhi                                   on 2001/01/04  18:05:51
4745         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
4746              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
4747              Date: Thu, 4 Jan 2001 17:50:12 +0100 
4748              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
4749      Branch: perl
4750            ! toke.c
4751 ____________________________________________________________________________
4752 [  8304] By: jhi                                   on 2001/01/04  18:03:26
4753         Log: Subject: [PATCH perl@8269]
4754              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
4755              Date: Thu, 4 Jan 2001 12:53:39 +0100 
4756              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
4757              
4758              If running byacc write-enable also perly.h.
4759      Branch: perl
4760            ! Makefile.SH
4761 ____________________________________________________________________________
4762 [  8303] By: jhi                                   on 2001/01/04  15:40:49
4763         Log: Rewrite pp_concat() in terms of sv_catsv().
4764      Branch: perl
4765            ! pp_hot.c
4766 ____________________________________________________________________________
4767 [  8302] By: nick                                  on 2001/01/03  22:43:22
4768         Log: Integrate mainline.
4769      Branch: perlio
4770           !> ext/Encode/Encode.xs sv.c utf8.c
4771 ____________________________________________________________________________
4772 [  8301] By: jhi                                   on 2001/01/02  23:40:26
4773         Log: Variable naming tweak.
4774      Branch: perl
4775            ! sv.c
4776 ____________________________________________________________________________
4777 [  8300] By: jhi                                   on 2001/01/02  23:40:02
4778         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
4779              in is_utf8_string().
4780      Branch: perl
4781            ! utf8.c
4782 ____________________________________________________________________________
4783 [  8299] By: jhi                                   on 2001/01/02  22:14:40
4784         Log: Integrate perlio.
4785      Branch: perl
4786           !> pp.c pp_hot.c win32/Makefile
4787 ____________________________________________________________________________
4788 [  8298] By: nick                                  on 2001/01/02  22:03:06
4789         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
4790      Branch: perlio
4791            ! pp.c pp_hot.c
4792 ____________________________________________________________________________
4793 [  8297] By: jhi                                   on 2001/01/02  04:26:28
4794         Log: Signedness nit.
4795      Branch: perl
4796            ! ext/Encode/Encode.xs
4797 ____________________________________________________________________________
4798 [  8296] By: nick                                  on 2001/01/01  23:49:36
4799         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
4800      Branch: perlio
4801            ! win32/Makefile
4802 ____________________________________________________________________________
4803 [  8295] By: jhi                                   on 2001/01/01  23:05:48
4804         Log: Integrate perlio.
4805      Branch: perl
4806           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
4807           !> t/lib/encode.t
4808 ____________________________________________________________________________
4809 [  8294] By: nick                                  on 2001/01/01  22:48:34
4810         Log: Integrate mainline
4811      Branch: perlio
4812            ! pp_hot.c t/lib/encode.t
4813           !> (integrate 65 files)
4814 ____________________________________________________________________________
4815 [  8293] By: nick                                  on 2001/01/01  21:58:50
4816         Log: More rigor in UTF-8-ness of Encode's toUnicode
4817              XS export some of the utf8 internal functions.
4818              Test some of the functions.
4819              Fix pp_concat() bug shown by said tests.
4820      Branch: perlio
4821            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
4822            ! t/lib/encode.t
4823 ____________________________________________________________________________
4824 [  8292] By: jhi                                   on 2001/01/01  18:11:44
4825         Log: Integrate perlio.
4826      Branch: perl
4827           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
4828           !> ext/Encode/encengine.c ext/Encode/encode.h
4829 ____________________________________________________________________________
4830 [  8291] By: jhi                                   on 2001/01/01  18:10:58
4831         Log: Podify README.mpeix (a new version from the web),
4832              add a dummy NAME to Carp::Heavy, regen toc.
4833      Branch: perl
4834            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
4835            ! pod/perltoc.pod
4836 ____________________________________________________________________________
4837 [  8290] By: nick                                  on 2001/01/01  17:43:47
4838         Log: Loose the "Loading..." warning.
4839              Another bug in fallback support
4840      Branch: perlio
4841            ! ext/Encode/Encode.pm ext/Encode/encengine.c
4842 ____________________________________________________________________________
4843 [  8289] By: jhi                                   on 2001/01/01  00:01:57
4844         Log: Bump up Larry's copyright.
4845      Branch: perl
4846            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
4847            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
4848            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
4849            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
4850            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
4851            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
4852            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
4853            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
4854 ____________________________________________________________________________
4855 [  8288] By: nick                                  on 2000/12/31  21:27:53
4856         Log: Fix .ucm reading - forgot a chr()
4857              Start of .ucm write (for .enc to .ucm)
4858      Branch: perlio
4859            ! ext/Encode/compile
4860 ____________________________________________________________________________
4861 [  8287] By: jhi                                   on 2000/12/31  18:15:56
4862         Log: Comment away a diagnostic message as noted by Craig A. Berry
4863              (the unexpected message was confusing testing)
4864      Branch: perl
4865            ! ext/Encode/Encode.pm
4866 ____________________________________________________________________________
4867 [  8286] By: jhi                                   on 2000/12/31  18:14:51
4868         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
4869              Date: Sun, 31 Dec 2000 11:17:37 -0600
4870              From: "Craig A. Berry" <craigberry@mac.com>
4871              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
4872      Branch: perl
4873            ! ext/Encode/Makefile.PL
4874 ____________________________________________________________________________
4875 [  8285] By: nick                                  on 2000/12/31  18:11:54
4876         Log: Start of support of ICU-style .ucm files:
4877              - teach compile how to read a .ucm file
4878              - first guess at how to represent fallbacks in "tries".
4879              - use fallbacks if check == 0
4880              - new return code to indicate we used one.
4881      Branch: perlio
4882            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
4883            ! ext/Encode/encengine.c ext/Encode/encode.h
4884 ____________________________________________________________________________
4885 [  8284] By: jhi                                   on 2000/12/31  18:04:41
4886         Log: Pacify picky VMS compiler.
4887              
4888              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
4889              From: "Craig A. Berry" <craig.berry@psinetcs.com>
4890              Date: Sat, 30 Dec 2000 18:10:02 -0600
4891              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
4892      Branch: perl
4893            ! sv.c
4894 ____________________________________________________________________________
4895 [  8283] By: jhi                                   on 2000/12/31  16:11:47
4896         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
4897      Branch: perl
4898            ! t/lib/glob-basic.t
4899 ____________________________________________________________________________
4900 [  8282] By: jhi                                   on 2000/12/31  15:26:11
4901         Log: Integrate perlio.
4902      Branch: perl
4903           !> makedef.pl opcode.pl os2/os2.c perlio.c
4904 ____________________________________________________________________________
4905 [  8281] By: nick                                  on 2000/12/31  10:06:15
4906         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
4907              is available to be exported
4908      Branch: perlio
4909            ! makedef.pl perlio.c
4910 ____________________________________________________________________________
4911 [  8280] By: nick                                  on 2000/12/31  09:41:26
4912         Log: Ilya's OS2 patch (testing for damage on Win32)
4913      Branch: perlio
4914            ! makedef.pl opcode.pl os2/os2.c
4915 ____________________________________________________________________________
4916 [  8279] By: jhi                                   on 2000/12/30  21:52:07
4917         Log: Test nits.
4918      Branch: perl
4919            ! t/lib/syslfs.t t/op/lfs.t
4920 ____________________________________________________________________________
4921 [  8278] By: jhi                                   on 2000/12/30  21:47:49
4922         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
4923              From: andreas.koenig@anima.de (Andreas J. Koenig)
4924              Date: 30 Dec 2000 22:35:37 +0100
4925              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
4926              
4927              The 32-bit wraparound test wasn't quite right.
4928      Branch: perl
4929            ! t/lib/syslfs.t t/op/lfs.t
4930 ____________________________________________________________________________
4931 [  8277] By: jhi                                   on 2000/12/30  21:33:44
4932         Log: Subject: [PATCH] open() example in perlfunc.pod 
4933              From: Karsten Sperling <s_sperli@ira.uka.de>
4934              Date: Sat, 30 Dec 2000 22:27:09 +0100
4935              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
4936      Branch: perl
4937            ! pod/perlfunc.pod
4938 ____________________________________________________________________________
4939 [  8276] By: jhi                                   on 2000/12/30  20:32:40
4940         Log: Not quite that many tests yet.
4941      Branch: perl
4942            ! t/op/pat.t
4943 ____________________________________________________________________________
4944 [  8275] By: jhi                                   on 2000/12/30  20:26:58
4945         Log: Integrate perlio.
4946      Branch: perl
4947           !> toke.c
4948 ____________________________________________________________________________
4949 [  8274] By: jhi                                   on 2000/12/30  20:24:56
4950         Log: Signedness nit.
4951      Branch: perl
4952            ! utf8.c
4953 ____________________________________________________________________________
4954 [  8273] By: jhi                                   on 2000/12/30  20:15:46
4955         Log: Add a test case for 20000731.001 which was fixed by the #8267.
4956      Branch: perl
4957            ! t/op/pat.t
4958 ____________________________________________________________________________
4959 [  8272] By: nick                                  on 2000/12/30  19:47:51
4960         Log: Tweak for MULTIPLICITY/USE_PERLIO
4961      Branch: perlio
4962            ! toke.c
4963 ____________________________________________________________________________
4964 [  8271] By: nick                                  on 2000/12/30  19:46:45
4965         Log: Integrate mainline
4966      Branch: perlio
4967           +> lib/unicode/distinct.pm
4968           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
4969           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
4970           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
4971 ____________________________________________________________________________
4972 [  8270] By: jhi                                   on 2000/12/30  19:39:50
4973         Log: Subject: RE: perl@8269
4974              From: "Richard Soderberg" <rs@crystalflame.net>
4975              Date: Sat, 30 Dec 2000 11:36:27 -0800
4976              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
4977              
4978              A missing aTHX_.
4979      Branch: perl
4980            ! toke.c
4981 ____________________________________________________________________________
4982 [  8269] By: jhi                                   on 2000/12/30  18:55:48
4983         Log: Update Changes.
4984      Branch: perl
4985            ! Changes patchlevel.h
4986 ____________________________________________________________________________
4987 [  8268] By: jhi                                   on 2000/12/30  17:18:40
4988         Log: Add a test for Unicode split //.  The #8267 was the cure.
4989      Branch: perl
4990            ! t/op/split.t
4991 ____________________________________________________________________________
4992 [  8267] By: jhi                                   on 2000/12/30  17:14:19
4993         Log: Subject: more UTF8 test suites and an UTF8 patch
4994              From: Inaba Hiroto <inaba@st.rim.or.jp>
4995              Date: Sat, 30 Dec 2000 14:27:10 +0900
4996              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
4997              
4998              Just the patch part for now, and the pragma renamed
4999              as unicode::distinct.
5000      Branch: perl
5001            + lib/unicode/distinct.pm
5002            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
5003            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
5004            ! regcomp.h regexec.c sv.c toke.c utf8.c
5005 ____________________________________________________________________________
5006 [  8266] By: nick                                  on 2000/12/30  16:40:49
5007         Log: Integrate mainline
5008      Branch: perlio
5009           +> lib/Pod/Text/Overstrike.pm
5010           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
5011           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
5012           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
5013           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
5014           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
5015 ____________________________________________________________________________
5016 [  8265] By: jhi                                   on 2000/12/30  07:28:55
5017         Log: The sv_catsv() fix, take two.
5018      Branch: perl
5019            ! sv.c t/op/join.t
5020 ____________________________________________________________________________
5021 [  8264] By: jhi                                   on 2000/12/30  06:19:18
5022         Log: Undo all the join-related changes since #8248: relevant
5023              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
5024              The new sv_catsv() doesn't fly so it must go back to
5025              the drawing board.
5026      Branch: perl
5027            ! sv.c t/op/join.t t/pragma/utf8.t
5028 ____________________________________________________________________________
5029 [  8263] By: jhi                                   on 2000/12/30  01:08:32
5030         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
5031      Branch: perl
5032            ! sv.c
5033 ____________________________________________________________________________
5034 [  8262] By: jhi                                   on 2000/12/30  00:45:14
5035         Log: Retract #8261.
5036      Branch: perl
5037            ! hv.c util.c
5038 ____________________________________________________________________________
5039 [  8261] By: jhi                                   on 2000/12/30  00:38:32
5040         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
5041      Branch: perl
5042            ! hv.c util.c
5043 ____________________________________________________________________________
5044 [  8260] By: jhi                                   on 2000/12/29  22:51:33
5045         Log: (Retracted by #8264)  More fixing for #8251.
5046      Branch: perl
5047            ! sv.c
5048 ____________________________________________________________________________
5049 [  8259] By: jhi                                   on 2000/12/29  18:27:30
5050         Log: Subject: podlators 1.06 released
5051              From: Russ Allbery <rra@stanford.edu>
5052              Date: 25 Dec 2000 05:09:30 -0800
5053              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
5054      Branch: perl
5055            + lib/Pod/Text/Overstrike.pm
5056            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
5057            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
5058 ____________________________________________________________________________
5059 [  8258] By: jhi                                   on 2000/12/29  18:20:45
5060         Log: Make the large file tests more robust/talkative as suggested by
5061              
5062              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
5063              From: andreas.koenig@anima.de (Andreas J. Koenig)
5064              Date: 29 Dec 2000 14:23:01 +0100
5065              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
5066      Branch: perl
5067            ! t/lib/syslfs.t t/op/lfs.t
5068 ____________________________________________________________________________
5069 [  8257] By: jhi                                   on 2000/12/29  17:48:04
5070         Log: Further VMS piping fixes from Charles Lane:
5071              
5072              In summary, error messages produced when a subprocess terminated
5073              abnormally were being sent not just to the parent process, but to
5074              grandparents, because of default values for error output that were
5075              not completely overridden when the subprocess was started.
5076              
5077              This patch fixes this behavior by defining user-mode (i.e., temporary
5078              for the duration of the program) logical names for SYS$OUTPUT and
5079              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
5080              changes to make it so that the user-mode logicals are the ones that
5081              control where Perl's error messages go if it terminates abnormally.
5082              
5083              I also added some gratuitous fixes to the indentation of braces in
5084              the piping code.  It just looked ugly, before.
5085      Branch: perl
5086            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
5087 ____________________________________________________________________________
5088 [  8256] By: jhi                                   on 2000/12/29  17:45:12
5089         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
5090              From: "Casey R. Tweten" <crt@kiski.net>
5091              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
5092              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
5093              
5094              Tests for for #8240.
5095      Branch: perl
5096            ! t/pragma/constant.t
5097 ____________________________________________________________________________
5098 [  8255] By: jhi                                   on 2000/12/29  17:43:07
5099         Log: Subject: Re: [PATCH] Interesting syntax idea
5100              From: Simon Cozens <simon@cozens.net>
5101              Date: Fri, 29 Dec 2000 14:34:04 +0000
5102              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
5103              
5104              Tests for #8254.
5105      Branch: perl
5106            ! t/pragma/sub_lval.t
5107 ____________________________________________________________________________
5108 [  8254] By: jhi                                   on 2000/12/29  17:42:11
5109         Log: Subject: [PATCH] Interesting syntax idea
5110              From: Simon Cozens <simon@cozens.net>
5111              Date: Wed, 27 Dec 2000 05:08:57 +0000
5112              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
5113              
5114              Make opens + bareword assigns do typeglob assigns.
5115      Branch: perl
5116            ! op.c
5117 ____________________________________________________________________________
5118 [  8253] By: jhi                                   on 2000/12/29  17:36:45
5119         Log: Output the (apparent) version of gcc, as suggested by
5120              
5121              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
5122              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
5123              Date: 26 Dec 2000 04:29:17 -0500
5124              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
5125              
5126              (The patch as such didn't any more apply as the misparsing had
5127              already been addressed in #6474.)  Also change the wording about
5128              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
5129      Branch: perl
5130            ! hints/dec_osf.sh
5131 ____________________________________________________________________________
5132 [  8252] By: nick                                  on 2000/12/29  12:14:31
5133         Log: Integrate mainline
5134      Branch: perlio
5135           !> (integrate 27 files)
5136 ____________________________________________________________________________
5137 [  8251] By: jhi                                   on 2000/12/29  08:45:46
5138         Log: (Retracted by #8264)
5139              
5140              (Fixed by #8260.)
5141              
5142              sv_catsv() needs one more byte space than seems reasonable.
5143              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
5144              Curiouser and curiouser.
5145      Branch: perl
5146            ! sv.c
5147 ____________________________________________________________________________
5148 [  8250] By: jhi                                   on 2000/12/29  07:57:52
5149         Log: More split // UTF-8 tests.
5150      Branch: perl
5151            ! t/pragma/utf8.t
5152 ____________________________________________________________________________
5153 [  8249] By: jhi                                   on 2000/12/29  07:54:51
5154         Log: (Retracted by #8264)  More join() testing which was good because
5155              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
5156      Branch: perl
5157            ! pp.c t/op/join.t utf8.c utf8.h
5158 ____________________________________________________________________________
5159 [  8248] By: jhi                                   on 2000/12/29  07:08:32
5160         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
5161              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
5162              that the only cases to care about are byte+byte and byte+character.
5163              
5164              TODO: See how well pp_concat() could be implemented in terms
5165              of sv_catsv().
5166      Branch: perl
5167            ! doop.c sv.c t/op/join.t utf8.h
5168 ____________________________________________________________________________
5169 [  8247] By: jhi                                   on 2000/12/29  06:35:23
5170         Log: Signedness nit.
5171      Branch: perl
5172            ! pp_hot.c
5173 ____________________________________________________________________________
5174 [  8246] By: jhi                                   on 2000/12/29  01:23:31
5175         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
5176              From: Lupe Christoph <lupe@lupe-christoph.de>
5177              Date: Thu, 28 Dec 2000 23:00:00 +0100
5178              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
5179              
5180              Suggest rsync --delete --dry-run.
5181      Branch: perl
5182            ! pod/perlhack.pod
5183 ____________________________________________________________________________
5184 [  8245] By: jhi                                   on 2000/12/28  23:57:05
5185         Log: The maxiters upper limit sanity check (guarding against
5186              non-progress) assumed bytes instead of characters in s///
5187              and split().
5188      Branch: perl
5189            ! pp.c pp_hot.c
5190 ____________________________________________________________________________
5191 [  8244] By: jhi                                   on 2000/12/28  23:34:08
5192         Log: Make some panic messages a bit more logical.
5193      Branch: perl
5194            ! doop.c pod/perldiag.pod pp.c pp_hot.c
5195 ____________________________________________________________________________
5196 [  8243] By: jhi                                   on 2000/12/28  22:59:16
5197         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
5198              From: Simon Cozens <simon@cozens.net>
5199              Date: Wed, 27 Dec 2000 02:30:03 +0000
5200              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
5201      Branch: perl
5202            ! pp.c t/pragma/sub_lval.t
5203 ____________________________________________________________________________
5204 [  8242] By: jhi                                   on 2000/12/28  22:56:53
5205         Log: Subject: [PATCH blead] Fix B::Terse indentation
5206              From: Daniel Chetlin <daniel@chetlin.com>
5207              Date: Wed, 27 Dec 2000 06:43:30 -0800
5208              Message-ID: <20001227064329.B9573@darkstar>
5209      Branch: perl
5210            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
5211 ____________________________________________________________________________
5212 [  8241] By: jhi                                   on 2000/12/28  22:48:59
5213         Log: The latter patch from the
5214              
5215              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
5216              From: Peter Prymmer <pvhp@forte.com> 
5217              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
5218              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
5219              
5220              (the former patch from the above should have been
5221              taken care of by Nick I-S)
5222      Branch: perl
5223            ! win32/Makefile
5224 ____________________________________________________________________________
5225 [  8240] By: jhi                                   on 2000/12/28  22:45:22
5226         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
5227              From: "Casey R. Tweten" <crt@kiski.net>
5228              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
5229              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
5230      Branch: perl
5231            ! lib/constant.pm
5232 ____________________________________________________________________________
5233 [  8239] By: jhi                                   on 2000/12/28  22:37:45
5234         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
5235              From: Simon Cozens <simon@cozens.net>
5236              Date: Wed, 27 Dec 2000 14:12:44 +0000
5237              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
5238      Branch: perl
5239            ! t/op/method.t t/op/sort.t toke.c
5240 ____________________________________________________________________________
5241 [  8238] By: jhi                                   on 2000/12/28  22:30:32
5242         Log: Subject: [PATCH perl@8229] Call.pm
5243              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
5244              Date: Mon, 25 Dec 2000 10:47:15 -0000
5245              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
5246      Branch: perl
5247            ! ext/Filter/Util/Call/Call.pm
5248 ____________________________________________________________________________
5249 [  8237] By: jhi                                   on 2000/12/28  22:19:21
5250         Log: Subject: [PATCH blead] Fix problem with `&' prototype
5251              From: Daniel Chetlin <daniel@chetlin.com>
5252              Date: Wed, 27 Dec 2000 15:55:32 -0800
5253              Message-ID: <20001227155532.D9573@darkstar>
5254      Branch: perl
5255            ! op.c t/comp/proto.t
5256 ____________________________________________________________________________
5257 [  8236] By: jhi                                   on 2000/12/28  22:09:25
5258         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
5259              From: Daniel Chetlin <daniel@chetlin.com>
5260              Date: Sun, 24 Dec 2000 04:09:49 -0800
5261              Message-ID: <20001224040949.B3090@darkstar>
5262      Branch: perl
5263            ! gv.c mg.c t/op/attrs.t
5264 ____________________________________________________________________________
5265 [  8235] By: jhi                                   on 2000/12/28  22:07:11
5266         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
5267              From: Jan Dubois <jand@ActiveState.com>
5268              Date: Tue, 26 Dec 2000 20:57:31 -0800
5269              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
5270      Branch: perl
5271            ! win32/win32.c
5272 ____________________________________________________________________________
5273 [  8234] By: jhi                                   on 2000/12/28  21:52:42
5274         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
5275              From: Simon Cozens <simon@cozens.net>
5276              Date: Thu, 28 Dec 2000 20:33:13 +0000
5277              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
5278      Branch: perl
5279            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
5280 ____________________________________________________________________________
5281 [  8233] By: jhi                                   on 2000/12/28  19:40:49
5282         Log: Integrate perlio.
5283      Branch: perl
5284           !> ext/Encode/Makefile.PL ext/Encode/compile
5285 ____________________________________________________________________________
5286 [  8232] By: nick                                  on 2000/12/23  16:06:00
5287         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
5288              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
5289      Branch: perlio
5290            ! ext/Encode/Makefile.PL
5291 ____________________________________________________________________________
5292 [  8231] By: nick                                  on 2000/12/23  14:30:34
5293         Log: "Compiled" encode build cleanup
5294              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
5295              - .c files do not export sub-tables
5296      Branch: perlio
5297            ! ext/Encode/Makefile.PL ext/Encode/compile
5298 ____________________________________________________________________________
5299 [  8230] By: nick                                  on 2000/12/23  12:50:37
5300         Log: Integrate mainline
5301      Branch: perlio
5302           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
5303           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
5304           !> pod/perl5004delta.pod pod/perl5005delta.pod
5305           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
5306           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
5307           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
5308           !> pod/perlsub.pod
5309 ____________________________________________________________________________
5310 [  8229] By: jhi                                   on 2000/12/22  15:32:12
5311         Log: Integrate perlio.
5312      Branch: perl
5313           +> win32/distclean.bat
5314           !> MANIFEST t/io/utf8.t
5315 ____________________________________________________________________________
5316 [  8228] By: jhi                                   on 2000/12/22  15:29:40
5317         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
5318              From: Robin Barker <rmb1@cise.npl.co.uk>
5319              Date: Fri, 22 Dec 2000 12:17:38 GMT
5320              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
5321      Branch: perl
5322            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
5323            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
5324            ! pod/perl5004delta.pod pod/perl5005delta.pod
5325            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
5326            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
5327            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
5328            ! pod/perlsub.pod
5329 ____________________________________________________________________________
5330 [  8227] By: jhi                                   on 2000/12/22  15:24:28
5331         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
5332              From: "John L. Allen" <allen@grumman.com>
5333              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
5334              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
5335              
5336              Document APPLLIB_EXP.
5337      Branch: perl
5338            ! INSTALL
5339 ____________________________________________________________________________
5340 [  8226] By: nick                                  on 2000/12/21  22:11:50
5341         Log: Handy script for when one forgets to "dmake clean" 
5342      Branch: perlio
5343            + win32/distclean.bat
5344            ! MANIFEST
5345 ____________________________________________________________________________
5346 [  8225] By: nick                                  on 2000/12/21  21:54:04
5347         Log: CRLF platform issue with io/utf8 fix.
5348      Branch: perlio
5349            ! t/io/utf8.t
5350 ____________________________________________________________________________
5351 [  8224] By: nick                                  on 2000/12/21  21:02:20
5352         Log: Integrate mainline
5353      Branch: perlio
5354           !> Changes Configure Makefile.SH Porting/Glossary
5355           !> Porting/config.sh Porting/config_H configure.com
5356           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
5357           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
5358           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
5359           !> win32/config.bc win32/config.gc win32/config.vc
5360 ____________________________________________________________________________
5361 [  8223] By: jhi                                   on 2000/12/21  17:09:16
5362         Log: Update Changes.
5363      Branch: perl
5364            ! Changes patchlevel.h
5365 ____________________________________________________________________________
5366 [  8222] By: jhi                                   on 2000/12/21  16:24:01
5367         Log: Metaconfig unit changes for #8221.
5368      Branch: metaconfig/U/perl
5369           +> issymlink.U
5370            - testsyml.U
5371            ! Mksymlinks.U
5372 ____________________________________________________________________________
5373 [  8221] By: jhi                                   on 2000/12/21  16:23:48
5374         Log: Rename testsyml to issymlink.
5375      Branch: perl
5376            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5377            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
5378            ! win32/config.vc
5379 ____________________________________________________________________________
5380 [  8220] By: jhi                                   on 2000/12/21  15:47:26
5381         Log: Robustness support for #8218 (symlink forest) since the GNU
5382              tools seem to be overly picky about symlinkage depths.
5383      Branch: perl
5384            ! Makefile.SH t/io/fs.t
5385 ____________________________________________________________________________
5386 [  8219] By: jhi                                   on 2000/12/21  15:38:27
5387         Log: Metaconfig changes for #8218.
5388      Branch: metaconfig
5389            ! U/modified/Oldconfig.U
5390      Branch: metaconfig/U/perl
5391            + Mksymlinks.U
5392            ! testsyml.U
5393 ____________________________________________________________________________
5394 [  8218] By: jhi                                   on 2000/12/21  15:37:57
5395         Log: Add Configure option -Dmksymlinks which will create a symlink
5396              forest if the current/build differs from the source directory.
5397              TODO: mkdir -p is not portable.
5398      Branch: perl
5399            ! Configure
5400 ____________________________________________________________________________
5401 [  8217] By: jhi                                   on 2000/12/21  14:39:12
5402         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
5403              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
5404              Date: Thu, 21 Dec 2000 09:38:18 GMT
5405              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
5406              
5407              The ofs became an SV.
5408      Branch: perl
5409            ! ext/Thread/Thread.xs
5410 ____________________________________________________________________________
5411 [  8216] By: jhi                                   on 2000/12/21  05:40:21
5412         Log: The polymorphism seems to have fixed 20000517.001.
5413      Branch: perl
5414            ! t/pragma/utf8.t
5415 ____________________________________________________________________________
5416 [  8215] By: jhi                                   on 2000/12/21  04:44:52
5417         Log: read() documentation tweak for 20001121.004.
5418      Branch: perl
5419            ! pod/perlfunc.pod
5420 ____________________________________________________________________________
5421 [  8214] By: jhi                                   on 2000/12/21  03:54:11
5422         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
5423      Branch: perl
5424            ! pp_sys.c t/op/misc.t
5425 ____________________________________________________________________________
5426 [  8213] By: jhi                                   on 2000/12/21  00:28:10
5427         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
5428              From: Peter Prymmer <pvhp@forte.com>
5429              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
5430              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
5431      Branch: perl
5432            ! configure.com
5433 ____________________________________________________________________________
5434 [  8212] By: jhi                                   on 2000/12/21  00:26:21
5435         Log: Edit edit edit.
5436      Branch: perl
5437            ! pod/perlfaq3.pod
5438 ____________________________________________________________________________
5439 [  8211] By: jhi                                   on 2000/12/20  18:52:46
5440         Log: Update Changes.
5441      Branch: perl
5442            ! Changes patchlevel.h
5443 ____________________________________________________________________________
5444 [  8210] By: jhi                                   on 2000/12/20  18:34:47
5445         Log: Yet another editor edit.
5446      Branch: perl
5447            ! pod/perlfaq3.pod
5448 ____________________________________________________________________________
5449 [  8209] By: jhi                                   on 2000/12/20  15:33:28
5450         Log: More Win32 Perling.
5451      Branch: perl
5452            ! pod/perlfaq3.pod
5453 ____________________________________________________________________________
5454 [  8208] By: jhi                                   on 2000/12/20  15:07:46
5455         Log: More Win32 editor/IDE/shell hints.
5456      Branch: perl
5457            ! pod/perlfaq3.pod
5458 ____________________________________________________________________________
5459 [  8207] By: jhi                                   on 2000/12/20  03:54:08
5460         Log: Subject: [PATCH] obscure timing knowledge
5461              From: Nicholas Clark <nick@ccl4.org>
5462              Date: Tue, 19 Dec 2000 19:22:31 +0000
5463              Message-ID: <20001219192231.F2827@plum.flirble.org>
5464      Branch: perl
5465            ! sv.c
5466 ____________________________________________________________________________
5467 [  8206] By: jhi                                   on 2000/12/20  03:45:57
5468         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
5469              From: Spider Boardman <spider@leggy.zk3.dec.com>
5470              Date: Tue, 19 Dec 2000 21:30:16 -0500
5471              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
5472      Branch: perl
5473            ! sv.c
5474 ____________________________________________________________________________
5475 [  8205] By: jhi                                   on 2000/12/19  23:02:01
5476         Log: Update Changes.
5477      Branch: perl
5478            ! Changes patchlevel.h
5479 ____________________________________________________________________________
5480 [  8204] By: jhi                                   on 2000/12/19  22:58:18
5481         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
5482              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
5483              on editors and diffing/patching.
5484      Branch: perl
5485            ! t/op/utf8decode.t
5486 ____________________________________________________________________________
5487 [  8203] By: nick                                  on 2000/12/19  21:36:16
5488         Log: Integrate mainline (forgot my own change...)
5489      Branch: perlio
5490           !> ext/Encode/compile
5491 ____________________________________________________________________________
5492 [  8202] By: nick                                  on 2000/12/19  21:34:42
5493         Log: Integrate mainline.
5494      Branch: perlio
5495           !> (integrate 61 files)
5496 ____________________________________________________________________________
5497 [  8201] By: nick                                  on 2000/12/19  21:34:06
5498         Log: Avoid looking for File::Glob when we don't need it.
5499      Branch: perl
5500            ! ext/Encode/compile
5501 ____________________________________________________________________________
5502 [  8200] By: jhi                                   on 2000/12/19  18:35:49
5503         Log: Update Changes.
5504      Branch: perl
5505            ! Changes patchlevel.h
5506 ____________________________________________________________________________
5507 [  8199] By: jhi                                   on 2000/12/19  18:35:07
5508         Log: Microperl tweaks.
5509      Branch: perl
5510            ! sv.c uconfig.h uconfig.sh
5511 ____________________________________________________________________________
5512 [  8198] By: jhi                                   on 2000/12/19  18:29:59
5513         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
5514      Branch: perl
5515            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5516            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
5517 ____________________________________________________________________________
5518 [  8197] By: jhi                                   on 2000/12/19  17:55:29
5519         Log: In VMS embedded perls couldn't access the statically built Socket,
5520              from Charles Lane.
5521      Branch: perl
5522            ! configure.com
5523 ____________________________________________________________________________
5524 [  8196] By: jhi                                   on 2000/12/19  17:49:50
5525         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
5526              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
5527              Date: Sun, 17 Dec 2000 19:11:44 -0000
5528              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
5529      Branch: perl
5530            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5531            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
5532 ____________________________________________________________________________
5533 [  8195] By: jhi                                   on 2000/12/19  17:47:53
5534         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
5535              From: Jonathan Stowe <gellyfish@gellyfish.com>
5536              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
5537              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
5538      Branch: perl
5539            ! utils/h2xs.PL
5540 ____________________________________________________________________________
5541 [  8194] By: jhi                                   on 2000/12/19  17:46:28
5542         Log: Subject: Re: useless use of void context work-around
5543              From: andreas.koenig@anima.de (Andreas J. Koenig)
5544              Date: 16 Dec 2000 15:13:36 +0100
5545              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
5546              
5547              Document (comment) the q(di ds ig) trick in the code.
5548      Branch: perl
5549            ! op.c
5550 ____________________________________________________________________________
5551 [  8193] By: jhi                                   on 2000/12/19  17:10:57
5552         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
5553              From: "Mark J. Reed" <mreed@strange.turner.com>
5554              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
5555              Message-Id: <200012160222.VAA13986@strange.turner.com>
5556      Branch: perl
5557            ! ext/Sys/Syslog/Syslog.pm
5558 ____________________________________________________________________________
5559 [  8192] By: jhi                                   on 2000/12/19  17:07:45
5560         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
5561              From: Nicholas Clark <nick@ccl4.org>
5562              Date: Sat, 16 Dec 2000 19:03:13 +0000
5563              Message-ID: <20001216190313.D68304@plum.flirble.org>
5564      Branch: perl
5565            ! t/op/64bitint.t
5566 ____________________________________________________________________________
5567 [  8191] By: jhi                                   on 2000/12/19  17:06:13
5568         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
5569              From: Dominic Dunlop <domo@computer.org>
5570              Date: Mon, 18 Dec 2000 12:00:15 +0100
5571              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
5572              
5573              This patchlet is needed in order that perl can be statically linked.  
5574      Branch: perl
5575            ! regexec.c
5576 ____________________________________________________________________________
5577 [  8190] By: jhi                                   on 2000/12/19  17:03:08
5578         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
5579              From: "Craig A. Berry" <craig.berry@psinetcs.com>
5580              Date: Sun, 17 Dec 2000 00:18:35 -0600
5581              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
5582      Branch: perl
5583            ! perlio.h vms/gen_shrfls.pl
5584 ____________________________________________________________________________
5585 [  8189] By: jhi                                   on 2000/12/19  16:20:28
5586         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
5587              From: Prymmer/Kahn <pvhp@best.com>
5588              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
5589              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
5590              
5591              A better version of #8188.
5592      Branch: perl
5593            ! pod/perlfaq3.pod
5594 ____________________________________________________________________________
5595 [  8188] By: jhi                                   on 2000/12/19  15:57:06
5596         Log: (Replaced by #8189)
5597              
5598              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
5599              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
5600              From: Prymmer/Kahn <pvhp@best.com>
5601              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
5602              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
5603              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
5604              Date: Mon, 18 Dec 2000 11:10:45 -0500
5605              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
5606      Branch: perl
5607            ! pod/perlfaq3.pod
5608 ____________________________________________________________________________
5609 [  8187] By: jhi                                   on 2000/12/19  15:54:19
5610         Log: Email address fix for Anton Berezin.
5611      Branch: perl
5612            ! AUTHORS
5613 ____________________________________________________________________________
5614 [  8186] By: jhi                                   on 2000/12/19  15:38:54
5615         Log: Subject: [PATCH perl@8102] cygwin port
5616              From: "Eric Fifer" <efifer@dircon.co.uk> 
5617              Date: Thu, 14 Dec 2000 13:41:29 -0000
5618              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
5619              
5620              When compiling modules the data item that is being imported
5621              from libperl.dll needs to be tagged as imported/shared data:
5622              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
5623      Branch: perl
5624            ! perliol.h
5625 ____________________________________________________________________________
5626 [  8185] By: jhi                                   on 2000/12/19  14:53:24
5627         Log: Regen uconfig.h and uconfig.sh.
5628      Branch: perl
5629            ! uconfig.h uconfig.sh
5630 ____________________________________________________________________________
5631 [  8184] By: jhi                                   on 2000/12/18  20:43:49
5632         Log: Comments work so much better when they are closed.
5633      Branch: perl
5634            ! regcomp.c
5635 ____________________________________________________________________________
5636 [  8183] By: jhi                                   on 2000/12/18  18:04:02
5637         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
5638              Fixes the bug 20001218.016.
5639      Branch: perl
5640            ! regcomp.c
5641 ____________________________________________________________________________
5642 [  8182] By: gsar                                  on 2000/12/18  09:53:47
5643         Log: delete spurious files
5644      Branch: maint-5.6/perl
5645            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
5646            - vos/config.h vos/config_h.SH_orig
5647 ____________________________________________________________________________
5648 [  8181] By: gsar                                  on 2000/12/18  09:46:08
5649         Log: regen perltoc
5650      Branch: maint-5.6/perl
5651            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
5652 ____________________________________________________________________________
5653 [  8180] By: gsar                                  on 2000/12/18  09:20:27
5654         Log: integrate changes#7924..7926,7946,7952 from mainline
5655      Branch: maint-5.6/perl
5656           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
5657           !> lib/File/stat.pm t/lib/class-struct.t
5658 ____________________________________________________________________________
5659 [  8179] By: gsar                                  on 2000/12/18  08:55:54
5660         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
5661              7918,7919,7988,8907 from mainline (various)
5662      Branch: maint-5.6/perl
5663           +> t/lib/class-struct.t
5664           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
5665           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
5666           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
5667 ____________________________________________________________________________
5668 [  8178] By: gsar                                  on 2000/12/18  08:16:30
5669         Log: avoid redefinition warnings on windows due to sys/socket.h getting
5670              #included before win32.h
5671      Branch: maint-5.6/perl
5672            ! win32/include/sys/socket.h
5673 ____________________________________________________________________________
5674 [  8177] By: gsar                                  on 2000/12/18  05:24:04
5675         Log: make regen_headers; fix POSIX.xs problems; remove outdated
5676              code from sys/socket.h that makes build fail now
5677      Branch: maint-5.6/perl
5678            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
5679            ! pod/perlapi.pod
5680           !> win32/include/sys/socket.h
5681 ____________________________________________________________________________
5682 [  8176] By: gsar                                  on 2000/12/18  05:20:17
5683         Log: update Changes
5684      Branch: maint-5.6/perl
5685            ! Changes patchlevel.h
5686 ____________________________________________________________________________
5687 [  8175] By: gsar                                  on 2000/12/18  04:57:48
5688         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
5689              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
5690              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
5691              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
5692              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
5693              7823,7825,7838
5694      Branch: maint-5.6/perl
5695           +> lib/File/Spec/Epoc.pm
5696           !> (integrate 88 files)
5697 ____________________________________________________________________________
5698 [  8174] By: gsar                                  on 2000/12/18  03:53:09
5699         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
5700              7625..7629,7631..7634,7637,7639,7642 from mainline
5701      Branch: maint-5.6/perl
5702           +> README.solaris
5703           !> (integrate 26 files)
5704 ____________________________________________________________________________
5705 [  8173] By: gsar                                  on 2000/12/18  03:37:02
5706         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
5707              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
5708              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
5709              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
5710      Branch: maint-5.6/perl
5711           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
5712            - MAINTAIN
5713           !> (integrate 111 files)
5714 ____________________________________________________________________________
5715 [  8172] By: jhi                                   on 2000/12/18  02:49:27
5716         Log: Regen pods.
5717      Branch: perl
5718            ! pod/perlmodlib.pod pod/perltoc.pod
5719 ____________________________________________________________________________
5720 [  8171] By: gsar                                  on 2000/12/18  02:49:24
5721         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
5722              7465..7471 from mainline
5723              
5724              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
5725              in platforms that strictly require all the symbols being present
5726              at link time.
5727              
5728              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
5729              
5730              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
5731              
5732              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
5733              
5734              Subject: [PATCH] todo
5735              
5736              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
5737              
5738              Use $sort, $uniq (and $tr) consistently as wondered
5739              by Nicholas Clark.
5740              
5741              Too enthusiastic editing in #7460.
5742              
5743              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
5744              
5745              Upgrade to CPAN 1.58_55.
5746              Subject: CPAN.pm status
5747              
5748              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
5749              
5750              Make target reordering to avoid pointless re-makes.
5751              Subject: Re: Total re-make of 'make okfile' after 7451 ?
5752              
5753              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
5754              
5755              Subject: DOC PATCH 5.6.0
5756              
5757              Add the repository doc by Malcolm, Sarathy, and by Simon,
5758              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
5759      Branch: maint-5.6/perl
5760           +> Porting/repository.pod
5761           !> Configure MANIFEST Makefile.SH README.dos README.os2
5762           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
5763           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
5764           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
5765 ____________________________________________________________________________
5766 [  8169] By: gsar                                  on 2000/12/18  02:33:34
5767         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
5768              7435..7441,7445 from mainline
5769              
5770              Make the UTF-8 decoding stricter and more verbose when
5771              malformation happens.  This involved adding an argument
5772              to utf8_to_uv_chk(), which involved changing its prototype,
5773              and prefer STRLEN over I32 for the UTF-8 length, which as
5774              a domino effect necessitated changing the prototypes of
5775              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
5776              The stricter UTF-8 decoding checking uses Markus Kuhn's
5777              UTF-8 Decode Stress Tester from
5778              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
5779              
5780              Run vms/vms_yfix.pl, should have done that after changing
5781              perly.c in #7382.
5782              
5783              Subject: [PATCH 5.7.0] static linking with uninstalled perl
5784              
5785              (Replaced by #7440.)
5786              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
5787              
5788              Fix the bug ID 20001024.005, the bug introduced by #7416.
5789              
5790              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
5791              
5792              Fix the bug reported in
5793              From: andreas.koenig@anima.de (Andreas J. Koenig)
5794              Also make is_utf8_char() stricter.
5795              
5796              Missed the header file changes from #7425.
5797              
5798              Check if stdio supports tweaking lval and cnt simultaneously.
5799              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
5800              
5801              Stratus VOS updates from Paul Green.
5802              
5803              Podify README.epoc and README.vos.
5804              
5805              Add targets to Makefile.SH, most importantly
5806              'regen_all' which also remembers to update vms/perly*.
5807              
5808              Subject: Minor update to find2perl, for portability
5809              
5810              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
5811              
5812              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
5813              
5814              Rename UTF8LEN() to be UNISKIP(), too confusing to have
5815              UTF8LEN() and UTF8SKIP(). 
5816              
5817              Allow poking holes at the UTF-8 decoding strictness.
5818              
5819              Continue the internal UTF-8 API tweaking.
5820              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
5821              used much more than the simpler API, now called utf8_to_uv_simple().
5822              Still not quite happy with API, too much partial duplication
5823              of functionality.
5824              
5825              A new version of making the syslog test more robust.
5826              (Replaces #7421.)
5827              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
5828              
5829              buildtoc target tweaks.
5830              
5831              Integrate with vmsperl #7430 by Charles Bailey:
5832              
5833              Cleanup from prior patch (Charles Lane?):
5834              - improve handling of MFDs in Basename and Path
5835              - default to no xsubpp line # munging when building debug images
5836      Branch: maint-5.6/perl
5837           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
5838           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
5839           !> (integrate 67 files)
5840 ____________________________________________________________________________
5841 [  8168] By: gsar                                  on 2000/12/18  02:05:49
5842         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
5843              
5844              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
5845              From: Martin Husemann <martin@duskware.de>
5846              
5847              Subject: [PATCH 5.7.0] restore match data on backtracing
5848              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5849      Branch: maint-5.6/perl
5850           !> regcomp.c regexec.c t/op/re_tests
5851 ____________________________________________________________________________
5852 [  8167] By: gsar                                  on 2000/12/18  01:55:22
5853         Log: integrate changes#7858,7986 from mainline
5854              
5855              C<foreach my $x ...> in pseudo-fork()ed process may diddle
5856              parent's memory; fix it by keeping track of the actual pad
5857              offset rather than a raw pointer (this change is probably also
5858              relevant to non-ithreads case to avoid fallout from reallocs of
5859              the pad array, but is currently only enabled for the ithreads
5860              case in the interests of minimal disruption to existing "well
5861              tested" code)
5862              
5863              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
5864              due to the notorious GetFileType() bug in Windows 9x, which fstat()
5865              tickles)
5866      Branch: maint-5.6/perl
5867           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
5868           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
5869           !> win32/win32.c win32/win32.h win32/win32sck.c
5870 ____________________________________________________________________________
5871 [  8166] By: gsar                                  on 2000/12/18  01:52:59
5872         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
5873              from mainline (xsubpp and ExtUtils::LibList fixups, various
5874              other small items)
5875      Branch: maint-5.6/perl
5876           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
5877           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
5878           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
5879           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
5880           !> win32/bin/search.pl
5881 ____________________________________________________________________________
5882 [  8165] By: gsar                                  on 2000/12/18  01:28:45
5883         Log: integrate changes#7533,7563,7611,7623 from mainline (various
5884              malloc.c embellishments)
5885      Branch: maint-5.6/perl
5886           !> malloc.c pod/perldiag.pod
5887 ____________________________________________________________________________
5888 [  8164] By: gsar                                  on 2000/12/18  01:23:33
5889         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
5890              fixups)
5891      Branch: maint-5.6/perl
5892           !> utils/h2xs.PL
5893 ____________________________________________________________________________
5894 [  8163] By: gsar                                  on 2000/12/18  01:17:50
5895         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
5896              fixups)
5897      Branch: maint-5.6/perl
5898           !> Makefile.SH utils/perlbug.PL
5899 ____________________________________________________________________________
5900 [  8162] By: gsar                                  on 2000/12/18  00:25:43
5901         Log: always export Perl_deb() (it is required by re.xs whether
5902              Perl is built with or without -DDEBUGGING)
5903      Branch: maint-5.6/perl
5904            ! makedef.pl
5905 ____________________________________________________________________________
5906 [  8161] By: gsar                                  on 2000/12/18  00:23:38
5907         Log: integrate change#7414 from mainline
5908              
5909              Undo the basename() part of #7412 since the lib/basename
5910              tests would need upgrading too.
5911              
5912              squelch two tests in tr.t that rely on tr/// paranoia change
5913              that's not in 5.6.x
5914      Branch: maint-5.6/perl
5915            ! t/op/tr.t
5916           !> lib/File/Basename.pm
5917 ____________________________________________________________________________
5918 [  8160] By: gsar                                  on 2000/12/18  00:05:30
5919         Log: missing change in previous integrate
5920      Branch: maint-5.6/perl
5921           !> README.aix
5922 ____________________________________________________________________________
5923 [  8159] By: gsar                                  on 2000/12/18  00:03:38
5924         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
5925              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
5926              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
5927              7410..7413 from mainline
5928      Branch: maint-5.6/perl
5929           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
5930           +> t/lib/tie-splice.t
5931            - lib/unicode/Is/DCinital.pl
5932           !> (integrate 112 files)
5933 ____________________________________________________________________________
5934 [  8158] By: jhi                                   on 2000/12/17  23:04:24
5935         Log: Subject: [PATCHES] RE: perl@8150 
5936              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
5937              Date: Sun, 17 Dec 2000 21:46:39 +0100
5938              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
5939              
5940              Neither cygwin has a getpwuid() one can trust on.
5941      Branch: perl
5942            ! t/lib/glob-basic.t
5943 ____________________________________________________________________________
5944 [  8157] By: jhi                                   on 2000/12/17  23:01:54
5945         Log: More MAN.PODS => {} fixes.
5946      Branch: perl
5947            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
5948            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
5949            ! os2/OS2/REXX/Makefile.PL
5950 ____________________________________________________________________________
5951 [  8156] By: gsar                                  on 2000/12/17  22:49:13
5952         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
5953              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
5954              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
5955              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
5956              7201,7204 from mainline
5957      Branch: maint-5.6/perl
5958           !> (integrate 121 files)
5959 ____________________________________________________________________________
5960 [  8155] By: jhi                                   on 2000/12/17  22:30:58
5961         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
5962              From: "Craig A. Berry" <craigberry@mac.com>
5963              Date: Sun, 17 Dec 2000 13:09:28 -0600
5964              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
5965              
5966              MAN.PODS => ' ' is naughty.
5967      Branch: perl
5968            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
5969 ____________________________________________________________________________
5970 [  8154] By: nick                                  on 2000/12/17  22:07:13
5971         Log: MULTIPLICITY nit.
5972      Branch: perl
5973            ! mg.c
5974 ____________________________________________________________________________
5975 [  8153] By: gsar                                  on 2000/12/17  21:23:05
5976         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
5977              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
5978              from mainline
5979              
5980              Document the SvIOK_.*UV().
5981              
5982              Update Unicode todo list.
5983              
5984              Guard against bad string->int conversion for quads.
5985              
5986              Subject: small apidoc fix
5987              
5988              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
5989              
5990              Subject: [PATCH] Tied filehandle documentation
5991              
5992              Subject: [PATCH] Modernize Opcode.pm documentation
5993              
5994              Make Data::Dumper (non-XS) to work with changed semantics of ref().
5995              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
5996              [applied even though said semantics didn't change in 5.6.x]
5997              
5998              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
5999              
6000              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
6001              
6002              Fix the URL, but the server is still missing in action.
6003              Subject: [ID 20000905.002] perlfaq1.pod URL error
6004              
6005              Subject: [ID 20000903.001] \w in utf8-strings
6006              
6007              Fix the ccversion detection for 5.1 and beyond.
6008              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
6009              
6010              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
6011              
6012              Subject: [ID 20000904.008] Tiny fix for perldiag
6013              
6014              Subject: Re: [ID 20000906.004] segfault with bad perl statement
6015              
6016              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
6017              
6018              Subject: [ID 20000908.002] perlipc documentation bug.
6019              
6020              Subject: [PATCH lib/Benchmark.pm]
6021              
6022              Re-allow vec() for characters > 255.
6023              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
6024              
6025              Do away with memory models cruft.  Sorry, PDP users.
6026              
6027              Continue #7041.
6028              
6029              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
6030              
6031              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
6032              
6033              Upgrade to CPAN 1.57_65, from Andreas König.
6034              
6035              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
6036              by Russ Allbery.
6037              
6038              Silence t/pod/*.t about alternate quote-mappings now implemented
6039              by Pod::Text, from Brad Appleton.
6040              
6041              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
6042              Subject: borland C++ win32.c tweak
6043              
6044              C<@a = @b = split(...)> optimization coredumps under ithreads
6045              (missed a spot when fixing up op_pmreplroot hack for ithreads)
6046              
6047              Document the SvUTF8*().
6048              
6049              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
6050              
6051              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
6052              
6053              Do in VMS as the #7054 does.
6054              
6055              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
6056              
6057              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
6058              
6059              Subject: [patch: perl@7045] vms updates
6060              
6061              Test for the #7049.
6062              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
6063              
6064              Break up the myconfig lines a bit.
6065              Subject: perlbug/perl -V output format
6066              
6067              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
6068              
6069              The #7054 truncated Configure badly.
6070              
6071              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
6072              initialization in all the threads on Windows
6073              
6074              Allow for whitespace between "#" and "line" in cpp output.
6075              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
6076              
6077              Remove vestiges of tr//CU.
6078              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
6079              
6080              The return value of setlocale must be copied away.
6081              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
6082              
6083              Allow chop() and chomp() to be overridden.
6084              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
6085              
6086              Hints optimization.
6087              Subject: Minor nit
6088              
6089              Subject: [PATCH] de-wall t/README
6090              
6091              Subject: Re: Two advertising clauses need to be removed
6092      Branch: maint-5.6/perl
6093           !> (integrate 75 files)
6094 ____________________________________________________________________________
6095 [  8152] By: gsar                                  on 2000/12/17  20:30:11
6096         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
6097              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
6098              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
6099              
6100              Don't attach -ld to the archname if pointless.
6101              
6102              Document UNTIE in a very minimalistic way.
6103              
6104              POSIX doesn't report long double values under -Duselongdouble
6105              when the long doubles are "real" (bigger than doubles).
6106              
6107              More author updates.
6108              
6109              Try to deduce NV_MAX.  Really should be Configure fodder.
6110              
6111              :: not allowed in pathnames, change to .
6112              Subject: [PATCH perl@6938] cygwin port
6113              
6114              Forget about NV_MAX (#6951).  Various floating point tweaks,
6115              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
6116              
6117              Move the Solaris 7 scan to use64bitall, make the
6118              failure to find 64-bot sparc libc to mention the
6119              possibility of being in an intel, from Lupe and Alan.
6120              
6121              Regen perltoc.
6122              
6123              AUTHORS tweaks, from Peter Prymmer.
6124              
6125              More address tweaking.
6126              
6127              Small tweaks all over.
6128              
6129              File::Temp patches from Andreas König,
6130              
6131              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
6132              
6133              Subject: CPAN.pm beta 1.57_57 for the core
6134              
6135              Part of the solution.
6136              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
6137              
6138              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
6139              
6140              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
6141              
6142              Add the overload warnings to perldiag.
6143              
6144              Drop unused argument.
6145              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
6146              
6147              Subject: Nit in Configure (bleadperl@6961)
6148              
6149              Update to PodParser 1.18, from Brad Appleton.
6150              
6151              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
6152              
6153              Subject: [PATCH: 6948] add SCNfldbl to configure.com
6154              
6155              Document UNTIE. Also tweak implementation to suppress the 'inner references'
6156              warning when UNTIE exists and instead pass the cound of extra references to
6157              the UNTIE method.
6158              
6159              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
6160              so that case-ignoring systems like DCL can tell them from
6161              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
6162              
6163              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
6164              
6165              Feature ordering tweak.
6166              
6167              Regen perltoc.
6168              
6169              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
6170              
6171              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
6172              
6173              Subject: http:// in L<>
6174              
6175              Detypo.
6176              
6177              change#6791 accidentally clobbered change#6710, put it back
6178              
6179              Only the first line, thank you very much.
6180              
6181              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
6182              plus rework the http: spots as suggested by Tom Christiansen,
6183              plus regen perltoc.
6184              
6185              Undo part of change 6489 which looks like a bulk edit which
6186              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
6187              The supressing of main:: on return from select() is undesirable.
6188              
6189              Apparently avoiding the swapping is too costly.
6190              
6191              Various Configure nits by Philip Newton,
6192              plus the ebcdic one by me.
6193              
6194              Make certain cc is set before trying to run it.
6195              
6196              If overloaded %{} etc. return the object do not loop.
6197              Thus  sub deref { $_[0] } functions if object is wanted type.
6198              
6199              Update perlhist.
6200              
6201              More %{} and other deref special casing - do not pass to 'nomethod'.
6202      Branch: maint-5.6/perl
6203           !> (integrate 59 files)
6204 ____________________________________________________________________________
6205 [  8151] By: gsar                                  on 2000/12/17  19:14:38
6206         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
6207              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
6208              
6209              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
6210              
6211              Make the epsilon to be relative, not absolute.
6212              
6213              Put back the flags dump as reasoned in
6214              Subject: Re: [PATCH] Glob dumping
6215              
6216              Introduce ccname to keep track of what compiler kind of we have.
6217              
6218              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
6219              
6220              Put back the slice accidentally removed by #6907.
6221              
6222              Reset archname and archname64 always, forcing them be
6223              recomputed at each Configure run, make Configure and
6224              the hints files agree on the naming of largefiles variables.
6225              
6226              Don't say "Perl 5.0 source kit".
6227              
6228              Subject: [PATCH] fix misc cast warnings
6229              
6230              Subject: typos in pods
6231              
6232              NVs not necessarily doubles, as pointed out by Yitzchak.
6233              
6234              Subject: [PATCH 6889] add a few ldbl formats to configure.com
6235              
6236              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
6237              
6238              Better options for rsync.
6239              
6240              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
6241              
6242              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
6243              
6244              Subject: [PATCH] Re: UNTIE method 
6245              
6246              A better fix for the Socket building problem from Craig Berry.
6247              
6248              Retract the dummy test, skip the security tests (instead of failing),
6249              explain what the warnings mean.
6250              
6251              Heap decorruption.
6252              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
6253              
6254              Update to Unicode 3.0.1.
6255              
6256              Missed one Unicode file.
6257              
6258              Subject: Re: typos in pods
6259              
6260              The #6929 was too skimpy.
6261              
6262              sscanf() may be the only way to read long doubles from strings.
6263              
6264              Reveal Borland's isnan.
6265              Subject: build with BC++ tweak
6266              
6267              Issue useful diagnostic on unknown pod commands.
6268              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
6269              
6270              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
6271              
6272              Clarify the third case of ftmp-security warnings.
6273              
6274              Make -Dusemorebits find long doubles in Solaris.
6275              
6276              Wrap the test in eval.
6277      Branch: maint-5.6/perl
6278           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
6279           +> lib/unicode/PropList.txt lib/unicode/README.perl
6280           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
6281           +> lib/unicode/Unicode.301 vms/vmspipe.com
6282            - lib/unicode/Props.txt lib/unicode/UCD300.html
6283            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
6284           !> (integrate 305 files)
6285 ____________________________________________________________________________
6286 [  8150] By: jhi                                   on 2000/12/17  18:47:57
6287         Log: Uncheckedin generated files.
6288      Branch: perl
6289            ! global.sym perlapi.c pod/perlapi.pod
6290 ____________________________________________________________________________
6291 [  8149] By: jhi                                   on 2000/12/17  18:41:22
6292         Log: Update Changes.
6293      Branch: perl
6294            ! Changes patchlevel.h
6295 ____________________________________________________________________________
6296 [  8148] By: jhi                                   on 2000/12/17  18:39:16
6297         Log: Subject: [PATCH] Fcntl constants speedup
6298              From: Nicholas Clark <nick@ccl4.org>
6299              Date: Sun, 17 Dec 2000 16:29:24 +0000
6300              Message-ID: <20001217162924.E97668@plum.flirble.org>
6301              
6302              Use IVs for the Fcntl constants instead of NVs.
6303      Branch: perl
6304            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
6305 ____________________________________________________________________________
6306 [  8147] By: jhi                                   on 2000/12/17  18:33:41
6307         Log: Add test for #8145 (binmode() warning), add warning for
6308              ioctl() and sockpair(), document them. (fileno() cannot
6309              be tripwired with the same kind of warning because
6310              'defined fileno($foo)' seems to be an idiom.)
6311      Branch: perl
6312            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
6313 ____________________________________________________________________________
6314 [  8146] By: gsar                                  on 2000/12/17  18:09:08
6315         Log: update Changes
6316      Branch: maint-5.6/perl
6317            ! Changes
6318 ____________________________________________________________________________
6319 [  8145] By: jhi                                   on 2000/12/17  17:39:35
6320         Log: Subject: [PATCH] Re: The long awaited feature ...
6321              From: Simon Cozens <simon@cozens.net>
6322              Date: Sun, 17 Dec 2000 12:31:56 +0000
6323              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
6324              
6325              Add a warning to binmode() about using bad filehandles
6326              (can happen e.g. if someone forgets the filehandle argument)
6327      Branch: perl
6328            ! pp_sys.c
6329 ____________________________________________________________________________
6330 [  8144] By: jhi                                   on 2000/12/17  17:33:48
6331         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
6332              From: Jonathan Stowe <gellyfish@gellyfish.com>
6333              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
6334              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
6335      Branch: perl
6336            ! lib/Net/Ping.pm
6337 ____________________________________________________________________________
6338 [  8143] By: jhi                                   on 2000/12/17  05:31:37
6339         Log: Polymorphic regexps.
6340              
6341              Fixes at least the bugs 20001028.003 (both of them...) and
6342              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
6343              also to be fixed by now, probably already before this patch.
6344      Branch: perl
6345            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
6346            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
6347            ! t/op/utf8decode.t t/pragma/utf8.t
6348 ____________________________________________________________________________
6349 [  8142] By: jhi                                   on 2000/12/16  17:16:05
6350         Log: Subject: [patch perl@8102] dos/djgpp update
6351              From: Laszlo Molnar <ml1050@freemail.hu>
6352              Date: Sat, 16 Dec 2000 01:40:52 +0100
6353              Message-ID: <20001216014052.A335@freemail.hu>
6354      Branch: perl
6355            ! djgpp/config.over t/base/commonsense.t
6356 ____________________________________________________________________________
6357 [  8141] By: jhi                                   on 2000/12/16  17:09:27
6358         Log: Few uncheckedin files.
6359      Branch: perl
6360            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
6361 ____________________________________________________________________________
6362 [  8140] By: nick                                  on 2000/12/15  22:14:31
6363         Log: Integrate mainline
6364      Branch: perlio
6365           !> (integrate 53 files)
6366 ____________________________________________________________________________
6367 [  8139] By: jhi                                   on 2000/12/15  19:49:49
6368         Log: One more IVUV tweak from Nicholas Clark.
6369      Branch: perl
6370            ! sv.c
6371 ____________________________________________________________________________
6372 [  8138] By: jhi                                   on 2000/12/15  19:17:06
6373         Log: Return of the IVUV-preservation, now seems to be happy even
6374              in Digital UNIX (the broken strtoul brokenness detection
6375              seems to have been the fly in the ointment).
6376      Branch: perl
6377            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6378            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
6379            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
6380            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
6381            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
6382            ! vos/config.ga.h win32/config.bc win32/config.gc
6383            ! win32/config.vc
6384 ____________________________________________________________________________
6385 [  8137] By: jhi                                   on 2000/12/15  18:12:14
6386         Log: Metaconfig unit change for #8136.
6387      Branch: metaconfig
6388            ! U/modified/d_strtoul.U
6389      Branch: metaconfig/U/perl
6390            ! d_strtoull.U d_strtouq.U
6391 ____________________________________________________________________________
6392 [  8136] By: jhi                                   on 2000/12/15  18:11:35
6393         Log: I don't think it's sensible or portable to test the strtou*
6394              on /^-/ strings.
6395      Branch: perl
6396            ! Configure
6397 ____________________________________________________________________________
6398 [  8135] By: jhi                                   on 2000/12/15  17:18:49
6399         Log: Metaconfig unit change for #8134.
6400      Branch: metaconfig
6401            ! U/modified/d_strtoul.U
6402 ____________________________________________________________________________
6403 [  8134] By: jhi                                   on 2000/12/15  17:14:13
6404         Log: If longsize is 8 we don't need a LL suffix for integer constants.
6405      Branch: perl
6406            ! Configure config_h.SH
6407 ____________________________________________________________________________
6408 [  8133] By: jhi                                   on 2000/12/15  16:00:23
6409         Log: Update Changes.
6410      Branch: perl
6411            ! Changes patchlevel.h
6412 ____________________________________________________________________________
6413 [  8132] By: jhi                                   on 2000/12/15  15:44:16
6414         Log: Some compilers get huffy if you do not cast a const pointer
6415              to a non-const when assigning.
6416      Branch: perl
6417            ! gv.c
6418 ____________________________________________________________________________
6419 [  8131] By: jhi                                   on 2000/12/15  15:38:30
6420         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
6421              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6422              Date: Fri, 15 Dec 2000 05:26:57 -0500
6423              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
6424      Branch: perl
6425            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
6426            ! t/pragma/overload.t
6427 ____________________________________________________________________________
6428 [  8130] By: jhi                                   on 2000/12/15  15:36:08
6429         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
6430              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6431              Date: Thu, 14 Dec 2000 22:02:43 -0500
6432              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
6433      Branch: perl
6434            ! gv.c perl.h
6435 ____________________________________________________________________________
6436 [  8129] By: jhi                                   on 2000/12/15  15:34:16
6437         Log: Subject: PATCH: h2xs nit
6438              From: Tim Jenness <t.jenness@jach.hawaii.edu>
6439              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
6440              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
6441              
6442              Add a template README.
6443      Branch: perl
6444            ! utils/h2xs.PL
6445 ____________________________________________________________________________
6446 [  8128] By: jhi                                   on 2000/12/15  15:32:22
6447         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
6448      Branch: perl
6449            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
6450 ____________________________________________________________________________
6451 [  8127] By: jhi                                   on 2000/12/15  15:19:34
6452         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
6453              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6454              Date:     Thu, 14 Dec 2000 20:04:42 EST
6455              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
6456      Branch: perl
6457            ! ext/Opcode/Opcode.xs
6458 ____________________________________________________________________________
6459 [  8126] By: jhi                                   on 2000/12/15  15:17:49
6460         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
6461              From: Peter Prymmer <pvhp@forte.com>
6462              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
6463              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
6464      Branch: perl
6465            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
6466            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
6467            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
6468 ____________________________________________________________________________
6469 [  8125] By: jhi                                   on 2000/12/15  15:11:05
6470         Log: This seems to be a stage sane and stable enough to checkin.
6471              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
6472      Branch: perl
6473            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
6474            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
6475            ! t/op/cmp.t t/op/numconvert.t
6476 ____________________________________________________________________________
6477 [  8124] By: jhi                                   on 2000/12/15  04:20:26
6478         Log: Something is really wonky.
6479      Branch: perl
6480            ! sv.c
6481 ____________________________________________________________________________
6482 [  8123] By: jhi                                   on 2000/12/15  04:00:50
6483         Log: Fixes for the IV UV patches to compile in Digital UNIX.
6484      Branch: perl
6485            ! sv.c
6486 ____________________________________________________________________________
6487 [  8122] By: jhi                                   on 2000/12/15  02:53:40
6488         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
6489              From: "Craig A. Berry" <craigberry@mac.com>
6490              Date: Thu, 14 Dec 2000 19:10:49 -0600
6491              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
6492      Branch: perl
6493            ! vms/vms.c
6494 ____________________________________________________________________________
6495 [  8121] By: jhi                                   on 2000/12/15  02:50:00
6496         Log: Metaconfig changes for #8120.
6497      Branch: metaconfig
6498            + U/modified/d_strtoul.U
6499      Branch: metaconfig/U/perl
6500            ! d_strtoull.U d_strtouq.U
6501 ____________________________________________________________________________
6502 [  8120] By: jhi                                   on 2000/12/15  02:49:42
6503         Log: From: Nicholas Clark <nick@ccl4.org> 
6504              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
6505              Date: Thu, 14 Dec 2000 18:38:57 +0000
6506              Message-ID: <20001214183857.B97909@plum.flirble.org>
6507      Branch: perl
6508            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6509            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
6510            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
6511            ! vos/config.ga.def vos/config.ga.h win32/config.bc
6512            ! win32/config.gc win32/config.vc
6513 ____________________________________________________________________________
6514 [  8119] By: jhi                                   on 2000/12/14  23:40:58
6515         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
6516              From: Nicholas Clark <nick@ccl4.org>
6517              Date: Wed, 13 Dec 2000 20:08:50 +0000
6518              Message-ID: <20001213200849.B71166@plum.flirble.org>
6519      Branch: perl
6520            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
6521            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
6522 ____________________________________________________________________________
6523 [  8118] By: jhi                                   on 2000/12/14  22:46:26
6524         Log: Integrate perlio.
6525      Branch: perl
6526           !> MANIFEST ext/Encode/compile makedef.pl
6527 ____________________________________________________________________________
6528 [  8117] By: nick                                  on 2000/12/14  22:38:53
6529         Log: Win32 tweaks to get Encode to build
6530              - temp hack to makedef.pl till PerlIO is properly "exported".
6531              - MSVC dislikes  
6532              static encpage_t foo[];
6533              so make 'em extern for now.
6534      Branch: perlio
6535            ! ext/Encode/compile makedef.pl
6536 ____________________________________________________________________________
6537 [  8116] By: nick                                  on 2000/12/14  22:00:53
6538         Log: Document the new files
6539      Branch: perlio
6540            ! MANIFEST
6541 ____________________________________________________________________________
6542 [  8115] By: jhi                                   on 2000/12/14  21:58:01
6543         Log: MANIFEST new files of #8114.
6544      Branch: perl
6545            ! MANIFEST
6546 ____________________________________________________________________________
6547 [  8114] By: jhi                                   on 2000/12/14  21:50:49
6548         Log: Integrate perlio.
6549      Branch: perl
6550           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
6551           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
6552           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
6553           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
6554           !> ext/Encode/Makefile.PL
6555 ____________________________________________________________________________
6556 [  8113] By: jhi                                   on 2000/12/14  21:48:49
6557         Log: The documentation part of the
6558              
6559              Subject: [ID 20001214.002] Net::Ping patch
6560              From: Jonathan Stowe <gellyfish@gellyfish.com>
6561              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
6562              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
6563              since the #7529 had already addressed the same problem.
6564      Branch: perl
6565            ! lib/Net/Ping.pm
6566 ____________________________________________________________________________
6567 [  8112] By: jhi                                   on 2000/12/14  21:42:57
6568         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
6569              From: Dominic Dunlop <domo@computer.org>
6570              Date: Tue, 12 Dec 2000 10:47:10 +0100
6571              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
6572              
6573              Document how elusive subroutines can be.
6574      Branch: perl
6575            ! pod/perlfunc.pod
6576 ____________________________________________________________________________
6577 [  8111] By: jhi                                   on 2000/12/14  21:38:05
6578         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
6579              From: Dominic Dunlop <domo@computer.org>
6580              Date: Thu, 14 Dec 2000 10:13:51 +0100
6581              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
6582      Branch: perl
6583            ! ext/POSIX/POSIX.pod
6584 ____________________________________________________________________________
6585 [  8110] By: jhi                                   on 2000/12/14  21:36:32
6586         Log: Subject: [patch] perlfaq7
6587              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
6588              Date: Thu, 14 Dec 2000 15:31:07 +0100
6589              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
6590      Branch: perl
6591            ! pod/perlfaq7.pod
6592 ____________________________________________________________________________
6593 [  8109] By: jhi                                   on 2000/12/14  21:29:20
6594         Log: Subject: [8104] Encode
6595              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6596              Date: Thu, 14 Dec 2000 14:49:34 +0100
6597              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
6598              
6599              Type casting for nervous compilers.
6600      Branch: perl
6601            ! ext/Encode/Encode.xs
6602 ____________________________________________________________________________
6603 [  8108] By: jhi                                   on 2000/12/14  21:26:17
6604         Log: Subject: [8104] DB_File
6605              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6606              Date: Thu, 14 Dec 2000 14:49:35 +0100
6607              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
6608              
6609              Type definition incorrect for DB 2.7.7.  Not known when it
6610              changed, so only changed it for a known revision.
6611      Branch: perl
6612            ! ext/DB_File/DB_File.xs
6613 ____________________________________________________________________________
6614 [  8107] By: jhi                                   on 2000/12/14  21:23:41
6615         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
6616              From: Peter Prymmer <pvhp@forte.com>
6617              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
6618              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
6619              
6620              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
6621      Branch: perl
6622            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
6623            ! ext/Encode/Encode/posix-bc.enc
6624 ____________________________________________________________________________
6625 [  8106] By: nick                                  on 2000/12/14  20:36:13
6626         Log: "Cold" build correction to Encode's Makefile.PL
6627      Branch: perlio
6628            ! ext/Encode/Makefile.PL
6629 ____________________________________________________________________________
6630 [  8105] By: nick                                  on 2000/12/14  20:09:37
6631         Log: "Compiled" encodings.
6632              Correct replacement character in EBCDIC .enc files
6633              Add 0x7F to ASCII repertoire.
6634      Branch: perlio
6635            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
6636            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
6637            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
6638            ! ext/Encode/Makefile.PL ext/Encode/compile
6639            ! ext/Encode/encengine.c ext/Encode/encode.h
6640 ____________________________________________________________________________
6641 [  8104] By: nick                                  on 2000/12/14  00:38:20
6642         Log: Integrate mainline
6643      Branch: perlio
6644           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
6645           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
6646           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
6647           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
6648           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
6649           !> t/lib/db-hash.t t/lib/db-recno.t
6650 ____________________________________________________________________________
6651 [  8103] By: nick                                  on 2000/12/13  23:16:13
6652         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
6653              so far and so it does not get lost.
6654      Branch: perlio
6655            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
6656 ____________________________________________________________________________
6657 [  8102] By: jhi                                   on 2000/12/13  17:14:22
6658         Log: Update Changes.
6659      Branch: perl
6660            ! Changes patchlevel.h
6661 ____________________________________________________________________________
6662 [  8101] By: jhi                                   on 2000/12/13  16:53:41
6663         Log: Move the proto of start_glob() to a better place; regen api files.
6664      Branch: perl
6665            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
6666 ____________________________________________________________________________
6667 [  8100] By: jhi                                   on 2000/12/13  16:47:11
6668         Log: Metaconfig change for #8099.
6669      Branch: metaconfig
6670            ! U/modified/Head.U
6671 ____________________________________________________________________________
6672 [  8099] By: jhi                                   on 2000/12/13  16:46:48
6673         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
6674              From: Andy Dougherty <doughera@lafayette.edu>
6675              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
6676              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
6677      Branch: perl
6678            ! Configure
6679 ____________________________________________________________________________
6680 [  8098] By: jhi                                   on 2000/12/13  16:39:02
6681         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
6682              From: rspier@pobox.com (Robert Spier)
6683              Date: Tue, 12 Dec 2000 21:12:39 -0500
6684              Message-ID: <14902.56087.678086.725773@rls.cx>
6685              
6686              fastgetcwd is defined using a glob alias on a $^O dependent basis -
6687              and there was no default assignment or perl subroutine.
6688      Branch: perl
6689            ! lib/Cwd.pm
6690 ____________________________________________________________________________
6691 [  8097] By: jhi                                   on 2000/12/13  16:16:01
6692         Log: Subject: [PATCH] move startglob out of pp_hot.c
6693              From: Nicholas Clark <nick@ccl4.org>
6694              Date: Mon, 11 Dec 2000 23:16:39 +0000
6695              Message-ID: <20001211231638.A55550@plum.flirble.org>
6696      Branch: perl
6697            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
6698 ____________________________________________________________________________
6699 [  8096] By: jhi                                   on 2000/12/13  15:26:23
6700         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
6701              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
6702              Date: Wed, 13 Dec 2000 14:01:37 +0100
6703              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
6704              
6705              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
6706              in turn requires libpthread in libswanted.
6707      Branch: perl
6708            ! hints/hpux.sh
6709 ____________________________________________________________________________
6710 [  8095] By: jhi                                   on 2000/12/12  19:51:05
6711         Log: The integration wars continue.
6712      Branch: perl
6713           !> sv.c
6714 ____________________________________________________________________________
6715 [  8094] By: jhi                                   on 2000/12/12  19:48:26
6716         Log: Subject: [PATCH perl@8070] DB_File-1.74  
6717              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
6718              Date: Mon, 11 Dec 2000 23:07:17 -0000
6719              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
6720      Branch: perl
6721            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6722            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
6723            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
6724            ! t/lib/db-recno.t
6725 ____________________________________________________________________________
6726 [  8093] By: nick                                  on 2000/12/12  19:42:13
6727         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
6728      Branch: perlio
6729            ! sv.c
6730           !> lib/File/DosGlob.pm
6731 ____________________________________________________________________________
6732 [  8092] By: jhi                                   on 2000/12/12  19:28:11
6733         Log: Integrate perlio.
6734      Branch: perl
6735           !> sv.c
6736 ____________________________________________________________________________
6737 [  8091] By: nick                                  on 2000/12/12  18:49:45
6738         Log: Fix for Tk, and upgrading shared SVs.
6739      Branch: perlio
6740            ! sv.c
6741 ____________________________________________________________________________
6742 [  8090] By: jhi                                   on 2000/12/12  16:48:59
6743         Log: Subject: [PATCH] Re: Breadperl & Tk
6744              From: Nick Ing-Simmons <nik@tiuk.ti.com>
6745              Date: Tue, 12 Dec 2000 14:48:27 GMT
6746              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
6747      Branch: perl
6748            ! sv.c
6749 ____________________________________________________________________________
6750 [  8089] By: jhi                                   on 2000/12/12  03:37:19
6751         Log: Subject: DosGlob.pm diff for bash style brace expansion.
6752              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
6753              Date: Fri, 8 Dec 2000 10:45:30 -0600
6754              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
6755      Branch: perl
6756            ! lib/File/DosGlob.pm
6757 ____________________________________________________________________________
6758 [  8088] By: nick                                  on 2000/12/11  23:59:59
6759         Log: Integrate mainline
6760      Branch: perlio
6761           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
6762           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
6763           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
6764           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
6765           !> t/op/local.t t/pragma/warn/toke toke.c
6766 ____________________________________________________________________________
6767 [  8087] By: jhi                                   on 2000/12/11  23:20:23
6768         Log: Integrate perlio.
6769      Branch: perl
6770           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
6771 ____________________________________________________________________________
6772 [  8086] By: jhi                                   on 2000/12/11  22:50:59
6773         Log: Tune further the OS detection of CGI.
6774      Branch: perl
6775            ! lib/CGI.pm
6776 ____________________________________________________________________________
6777 [  8085] By: nick                                  on 2000/12/11  22:50:46
6778         Log: Finish 1st pass of "encoding" layer e.g. :
6779              open($fh,"<encoding(iso8859-7)",$greek) || die;
6780      Branch: perlio
6781            ! ext/Encode/Encode.xs perlio.c perliol.h
6782 ____________________________________________________________________________
6783 [  8084] By: jhi                                   on 2000/12/11  22:32:06
6784         Log: Revert the -f ambiguousity patch, seems to cause
6785              too much hassle (the interpret -Q as a function
6786              where Q is not a known filetest part is left in).
6787      Branch: perl
6788            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
6789            ! toke.c
6790 ____________________________________________________________________________
6791 [  8083] By: jhi                                   on 2000/12/11  22:27:23
6792         Log: (accidentally empty check-in)
6793      Branch: perl
6794            ! lib/File/DosGlob.pm
6795 ____________________________________________________________________________
6796 [  8082] By: nick                                  on 2000/12/11  19:09:51
6797         Log: Restore mmap function (broken by tweaks to shared buffer
6798              layer for encode(xxxx)).
6799      Branch: perlio
6800            ! perlio.c
6801 ____________________________________________________________________________
6802 [  8081] By: jhi                                   on 2000/12/11  18:29:13
6803         Log: Subject: Re: The long awaited feature ...
6804              From: Simon Cozens <simon@cozens.net>
6805              Date: Mon, 11 Dec 2000 15:54:24 +0000
6806              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
6807              
6808              More io/utf8 tests.
6809      Branch: perl
6810            ! t/io/utf8.t
6811 ____________________________________________________________________________
6812 [  8080] By: jhi                                   on 2000/12/11  18:19:36
6813         Log: Subject: PATCH MakeMaker manpage clarification
6814              From: andreas.koenig@anima.de (Andreas J. Koenig)
6815              Date: 10 Dec 2000 20:46:13 +0100
6816              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
6817      Branch: perl
6818            ! lib/ExtUtils/MakeMaker.pm
6819 ____________________________________________________________________________
6820 [  8079] By: jhi                                   on 2000/12/11  15:35:07
6821         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
6822              From: Simon Cozens <simon@cozens.net>
6823              Date: Sun, 10 Dec 2000 19:06:19 +0000
6824              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
6825      Branch: perl
6826            ! ext/B/B/Deparse.pm t/lib/b.t
6827 ____________________________________________________________________________
6828 [  8078] By: jhi                                   on 2000/12/11  15:09:11
6829         Log: Subject: [PATCH] docs on NaN
6830              From: Nicholas Clark <nick@ccl4.org>
6831              Date: Mon, 11 Dec 2000 01:48:38 +0000
6832              Message-ID: <20001211014838.B99205@plum.flirble.org>
6833      Branch: perl
6834            ! pod/perlop.pod
6835 ____________________________________________________________________________
6836 [  8077] By: jhi                                   on 2000/12/11  15:02:21
6837         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
6838              From: Simon Cozens <simon@cozens.net>
6839              Date: Mon, 11 Dec 2000 01:21:45 +0000
6840              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
6841      Branch: perl
6842            ! pp.c pp_hot.c scope.c t/op/local.t
6843 ____________________________________________________________________________
6844 [  8076] By: nick                                  on 2000/12/10  20:43:32
6845         Log: Not merge worthy...
6846              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
6847              syntax is modelled on attributes.
6848              Untested fix for io/utf8 on Win32 etc.
6849              Very clumsy start to the encode layer.
6850      Branch: perlio
6851            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
6852 ____________________________________________________________________________
6853 [  8075] By: jhi                                   on 2000/12/10  18:39:33
6854         Log: Darwin is not Windows.
6855      Branch: perl
6856            ! lib/CGI.pm
6857 ____________________________________________________________________________
6858 [  8074] By: jhi                                   on 2000/12/10  18:31:27
6859         Log: Subject: Ambiguous -%c() resolved as a file test
6860              From: "Paul Marquess" <Paul.Marquess@openwave.com>
6861              Date: Sun, 10 Dec 2000 15:35:07 -0000
6862              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
6863      Branch: perl
6864            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
6865 ____________________________________________________________________________
6866 [  8073] By: jhi                                   on 2000/12/10  18:16:29
6867         Log: Subject: PATCH installperl misinformed 
6868              From: andreas.koenig@anima.de (Andreas J. Koenig)
6869              Date: 10 Dec 2000 13:01:32 +0100 
6870              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
6871      Branch: perl
6872            ! installperl
6873 ____________________________________________________________________________
6874 [  8072] By: jhi                                   on 2000/12/10  18:07:55
6875         Log: The walkoptree confusion rages; walkoptree() seems to be coming
6876              from B.xs, while walkoptree_slow() comes from B.pm.
6877      Branch: perl
6878            ! ext/B/B.pm
6879 ____________________________________________________________________________
6880 [  8071] By: nick                                  on 2000/12/10  11:45:47
6881         Log: Integrate mainline
6882      Branch: perlio
6883           +> t/base/commonsense.t
6884           !> (integrate 37 files)
6885 ____________________________________________________________________________
6886 [  8070] By: jhi                                   on 2000/12/10  04:46:21
6887         Log: Update Changes.
6888      Branch: perl
6889            ! Changes patchlevel.h
6890 ____________________________________________________________________________
6891 [  8069] By: jhi                                   on 2000/12/10  04:39:19
6892         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
6893              From: andreas.koenig@anima.de (Andreas J. Koenig)
6894              Date: 09 Dec 2000 17:14:25 +0100
6895              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
6896      Branch: perl
6897            + t/base/commonsense.t
6898            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
6899 ____________________________________________________________________________
6900 [  8068] By: jhi                                   on 2000/12/10  04:17:36
6901         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
6902              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
6903              Date: Sat, 9 Dec 2000 16:47:22 -0000
6904              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
6905      Branch: perl
6906            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
6907            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
6908            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
6909            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
6910            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
6911            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
6912            ! t/lib/sdbm.t
6913 ____________________________________________________________________________
6914 [  8067] By: jhi                                   on 2000/12/10  03:52:02
6915         Log: Test case for #8066.
6916      Branch: perl
6917            ! t/op/misc.t
6918 ____________________________________________________________________________
6919 [  8066] By: jhi                                   on 2000/12/10  03:50:30
6920         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
6921              From: Simon Cozens <simon@cozens.net>
6922              Date: Sun, 10 Dec 2000 00:55:37 +0000
6923              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
6924      Branch: perl
6925            ! pp_sys.c
6926 ____________________________________________________________________________
6927 [  8065] By: jhi                                   on 2000/12/10  03:44:52
6928         Log: Test case for #8064.
6929      Branch: perl
6930            ! t/comp/proto.t
6931 ____________________________________________________________________________
6932 [  8064] By: jhi                                   on 2000/12/10  03:42:32
6933         Log: Subject: Re: prototype of substr
6934              From: Simon Cozens <simon@cozens.net>
6935              Date: Sun, 10 Dec 2000 00:13:33 +0000
6936              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
6937              
6938              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
6939      Branch: perl
6940            ! pp.c
6941 ____________________________________________________________________________
6942 [  8063] By: jhi                                   on 2000/12/10  03:39:42
6943         Log: Subject: [PATCH] perlguts.pod
6944              From: Simon Cozens <simon@cozens.net>
6945              Date: Sun, 10 Dec 2000 00:06:47 +0000
6946              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
6947              
6948              Documentation of the different types of ops,
6949              plus the functions in dump.c
6950      Branch: perl
6951            ! pod/perlguts.pod
6952 ____________________________________________________________________________
6953 [  8062] By: jhi                                   on 2000/12/10  03:30:04
6954         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
6955              From: Nicholas Clark <nick@talking.bollo.cx>
6956              Date: Sat, 09 Dec 2000 18:57:25 +0000
6957              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
6958              
6959              Be more robust in weird hostname setups.
6960      Branch: perl
6961            ! t/lib/net-hostent.t
6962 ____________________________________________________________________________
6963 [  8061] By: jhi                                   on 2000/12/10  03:28:21
6964         Log: Pacify fussy compiler. 
6965      Branch: perl
6966            ! pp_sys.c
6967 ____________________________________________________________________________
6968 [  8060] By: jhi                                   on 2000/12/10  02:52:46
6969         Log: Integrate perlio.
6970      Branch: perl
6971           !> pp_sys.c t/io/utf8.t
6972 ____________________________________________________________________________
6973 [  8059] By: nick                                  on 2000/12/09  23:40:14
6974         Log: read/sysread/recv should now be utf8 aware.
6975              Basic test for utf8 read.
6976      Branch: perlio
6977            ! pp_sys.c t/io/utf8.t
6978 ____________________________________________________________________________
6979 [  8058] By: jhi                                   on 2000/12/09  21:56:02
6980         Log: Integrate perlio.
6981      Branch: perl
6982           +> t/io/utf8.t
6983           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
6984 ____________________________________________________________________________
6985 [  8057] By: jhi                                   on 2000/12/09  21:53:35
6986         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
6987              From: Inaba Hiroto <inaba@st.rim.or.jp>
6988              Date: Sun, 10 Dec 2000 05:53:21 +0900
6989              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
6990              
6991              Tests for #8056.
6992      Branch: perl
6993            ! t/op/each.t
6994 ____________________________________________________________________________
6995 [  8056] By: jhi                                   on 2000/12/09  21:51:16
6996         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
6997              From: Inaba Hiroto <inaba@st.rim.or.jp>
6998              Date: Sat, 09 Dec 2000 18:02:00 +0900
6999              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
7000              
7001              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
7002      Branch: perl
7003            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
7004 ____________________________________________________________________________
7005 [  8055] By: nick                                  on 2000/12/09  20:11:48
7006         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
7007              than raw PerlIO_write() - does not seem to break any tests.
7008      Branch: perlio
7009            ! pp_sys.c
7010 ____________________________________________________________________________
7011 [  8054] By: nick                                  on 2000/12/09  19:47:30
7012         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
7013              (sysread, recv and write i.e. formats still to do...)
7014              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
7015              open($fh,">:utf8","name")
7016              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
7017              so no extra overhead is involved.
7018              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
7019              to a non-utf8 stream.
7020              Add initial io/utf8.t
7021              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
7022              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
7023              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
7024      Branch: perlio
7025            + t/io/utf8.t
7026            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
7027 ____________________________________________________________________________
7028 [  8053] By: nick                                  on 2000/12/09  19:26:37
7029         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
7030              was only testing this_utf8.
7031      Branch: perlio
7032            ! toke.c
7033 ____________________________________________________________________________
7034 [  8052] By: nick                                  on 2000/12/09  19:09:41
7035         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
7036              i.e. the output string has one, but don't mess with source assumption.
7037      Branch: perlio
7038            ! toke.c
7039 ____________________________________________________________________________
7040 [  8051] By: jhi                                   on 2000/12/09  16:55:17
7041         Log: Integrate perlio.
7042      Branch: perl
7043           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
7044           !> sv.c thrdvar.h util.c
7045 ____________________________________________________________________________
7046 [  8050] By: jhi                                   on 2000/12/09  16:48:07
7047         Log: Nits noticed by Peter Prymmer.
7048      Branch: perl
7049            ! lib/ExtUtils/MM_VMS.pm
7050 ____________________________________________________________________________
7051 [  8049] By: nick                                  on 2000/12/09  13:49:40
7052         Log: UTF8 output prework.
7053              - Store $\ and $, as SVs so they can have SvUTF8 flag
7054              - use do_print() rather than raw PerlIO_write() to print them.
7055      Branch: perlio
7056            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
7057            ! thrdvar.h util.c
7058 ____________________________________________________________________________
7059 [  8048] By: nick                                  on 2000/12/09  12:30:43
7060         Log: Integrate mainline.
7061      Branch: perlio
7062           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
7063           +> t/op/reverse.t
7064           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
7065           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
7066           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
7067           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
7068           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
7069           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
7070 ____________________________________________________________________________
7071 [  8047] By: jhi                                   on 2000/12/09  00:23:27
7072         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
7073              From: Michael G Schwern <schwern@pobox.com>
7074              Date: Fri, 8 Dec 2000 14:43:04 -0600
7075      Branch: perl
7076            ! lib/ExtUtils/MM_VMS.pm
7077 ____________________________________________________________________________
7078 [  8046] By: jhi                                   on 2000/12/08  23:10:27
7079         Log: A missed check-in.
7080      Branch: perl
7081            ! lib/ExtUtils/Manifest.pm
7082 ____________________________________________________________________________
7083 [  8045] By: jhi                                   on 2000/12/08  21:57:12
7084         Log: (null check-in)
7085      Branch: perl
7086            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
7087 ____________________________________________________________________________
7088 [  8044] By: jhi                                   on 2000/12/08  21:11:06
7089         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
7090              at the final draft stage.
7091      Branch: perl
7092            + ext/Encode/Encode/iso8859-16.enc
7093            ! MANIFEST
7094 ____________________________________________________________________________
7095 [  8043] By: jhi                                   on 2000/12/08  16:39:04
7096         Log: Update Changes.
7097      Branch: perl
7098            ! Changes patchlevel.h
7099 ____________________________________________________________________________
7100 [  8042] By: jhi                                   on 2000/12/08  16:33:39
7101         Log: Do not return the Unicode replacement character if UTF-8
7102              decoding goes awry, it should be up to the caller to decide.
7103      Branch: perl
7104            ! pod/perlapi.pod utf8.c
7105 ____________________________________________________________________________
7106 [  8041] By: jhi                                   on 2000/12/08  16:22:28
7107         Log: metaconfig maintenance.
7108      Branch: metaconfig
7109            ! U/modified/stdchar.U
7110      Branch: metaconfig/U/perl
7111            + testsyml.U
7112 ____________________________________________________________________________
7113 [  8040] By: jhi                                   on 2000/12/08  16:03:08
7114         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
7115              From: sthoenna@efn.org
7116              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
7117              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
7118      Branch: perl
7119            ! Changes lib/ExtUtils/MM_OS2.pm
7120 ____________________________________________________________________________
7121 [  8039] By: jhi                                   on 2000/12/08  15:57:11
7122         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
7123              From: Simon Cozens <simon@cozens.net>
7124              Date: Fri, 8 Dec 2000 13:33:31 +0000
7125              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
7126              
7127              (The pp_hot part needed a rewrite.)
7128      Branch: perl
7129            ! doop.c pp_hot.c utf8.c
7130 ____________________________________________________________________________
7131 [  8038] By: jhi                                   on 2000/12/08  15:25:08
7132         Log: Subject: djSP
7133              From: Michael Stevens <michael@etla.org>
7134              Date: Wed, 6 Dec 2000 23:24:01 +0000
7135              Message-ID: <20001206232400.A21381@firedrake.org>
7136              
7137              Plus a note from Nick Ing-Simmons.
7138      Branch: perl
7139            ! pp.h
7140 ____________________________________________________________________________
7141 [  8037] By: jhi                                   on 2000/12/08  15:18:35
7142         Log: Filetype is text.
7143      Branch: perl
7144            ! t/op/utf8decode.t
7145 ____________________________________________________________________________
7146 [  8036] By: jhi                                   on 2000/12/08  03:31:27
7147         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
7148              From: Andy Dougherty <doughera@lafayette.edu>
7149              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
7150              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
7151              
7152              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
7153              From: Andy Dougherty <doughera@lafayette.edu>
7154              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
7155              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
7156      Branch: perl
7157            + ext/POSIX/hints/svr4.pl
7158            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
7159 ____________________________________________________________________________
7160 [  8035] By: jhi                                   on 2000/12/08  03:26:01
7161         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
7162              From: Andy Dougherty <doughera@lafayette.edu>
7163              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
7164              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
7165      Branch: perl
7166            ! t/README t/base/term.t
7167 ____________________________________________________________________________
7168 [  8034] By: jhi                                   on 2000/12/08  03:21:59
7169         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
7170              From: mjd@plover.com  
7171              Date: 7 Dec 2000 21:04:20 -0000
7172              Message-ID: <20001207210420.22282.qmail@plover.com>
7173              
7174              Plus -z doc.
7175      Branch: perl
7176            ! pod/perlfunc.pod
7177 ____________________________________________________________________________
7178 [  8033] By: jhi                                   on 2000/12/08  03:19:03
7179         Log: Use the UTF8 macros a bit.  They can't be used with abandon
7180              everywhere because we do generate illegal UTF-8 in some situations.
7181              This is of course naughty.
7182      Branch: perl
7183            ! pod/perlapi.pod utf8.c utf8.h
7184 ____________________________________________________________________________
7185 [  8032] By: jhi                                   on 2000/12/08  03:00:09
7186         Log: Out of sync?
7187      Branch: perl
7188            ! t/pragma/warn/utf8
7189 ____________________________________________________________________________
7190 [  8031] By: jhi                                   on 2000/12/08  02:22:39
7191         Log: Cnt spl.
7192      Branch: perl
7193            ! MANIFEST
7194 ____________________________________________________________________________
7195 [  8030] By: jhi                                   on 2000/12/08  01:23:54
7196         Log: Add test for reverse().
7197      Branch: perl
7198            + t/op/reverse.t
7199            ! MANIFEST
7200 ____________________________________________________________________________
7201 [  8029] By: jhi                                   on 2000/12/08  01:21:47
7202         Log: Integrate perlio.
7203      Branch: perl
7204           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
7205           !> perlio.c perlio.h perlsdio.h warnings.pl
7206 ____________________________________________________________________________
7207 [  8028] By: jhi                                   on 2000/12/08  01:19:08
7208         Log: Introduce macros for UTF8 decoding.
7209      Branch: perl
7210            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
7211 ____________________________________________________________________________
7212 [  8027] By: nick                                  on 2000/12/07  22:18:19
7213         Log: Integrate mainline
7214      Branch: perlio
7215           !> embed.pl pod/perlapi.pod utf8.c
7216 ____________________________________________________________________________
7217 [  8026] By: nick                                  on 2000/12/07  21:45:08
7218         Log: Various oddities p4 diff -se showed up
7219              Remove 'our' from warnings.pl
7220      Branch: perlio
7221            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
7222 ____________________________________________________________________________
7223 [  8025] By: nick                                  on 2000/12/07  21:43:32
7224         Log: Change PerlIO_(get|set)pos to take SV *
7225              Should fix, OS/2, VMS, (sfio??)
7226      Branch: perlio
7227            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
7228 ____________________________________________________________________________
7229 [  8024] By: jhi                                   on 2000/12/07  19:05:32
7230         Log: Document utf8_to_uv() better.
7231      Branch: perl
7232            ! pod/perlapi.pod utf8.c
7233 ____________________________________________________________________________
7234 [  8023] By: jhi                                   on 2000/12/07  18:23:47
7235         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
7236      Branch: perl
7237            ! embed.pl pod/perlapi.pod utf8.c
7238 ____________________________________________________________________________
7239 [  8022] By: jhi                                   on 2000/12/07  04:13:51
7240         Log: Integrate perlio.
7241      Branch: perl
7242           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
7243           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
7244           !> win32/makefile.mk
7245 ____________________________________________________________________________
7246 [  8021] By: nick                                  on 2000/12/07  00:28:14
7247         Log: Various attempts at MSVC debug - not sure what has
7248              changed but works now. 
7249              Seems atexit() _may_ work for DLLs built with MSVC so don't
7250              call cleanup that way.
7251      Branch: perlio
7252            ! perlio.c win32/makefile.mk
7253 ____________________________________________________________________________
7254 [  8020] By: nick                                  on 2000/12/06  19:57:20
7255         Log: Integrate mainline
7256      Branch: perlio
7257           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
7258           !> (integrate 75 files)
7259 ____________________________________________________________________________
7260 [  8019] By: nick                                  on 2000/12/06  19:28:21
7261         Log: Add useperlio to config.vc
7262              Turn off binmode in config_H.PL
7263              Regen all the config_H.xx
7264              Attempt to get debugging build with MSVC.
7265      Branch: perlio
7266            ! win32/config.vc win32/config_H.bc win32/config_H.gc
7267            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
7268 ____________________________________________________________________________
7269 [  8018] By: nick                                  on 2000/12/06  19:21:57
7270         Log: Test various dup/external program options on all platforms.
7271      Branch: perlio
7272            ! t/io/dup.t
7273 ____________________________________________________________________________
7274 [  8017] By: nick                                  on 2000/12/06  19:20:47
7275         Log: Fix harness to be less picky
7276      Branch: perlio
7277            ! lib/Test/Harness.pm
7278 ____________________________________________________________________________
7279 [  8016] By: jhi                                   on 2000/12/06  16:45:12
7280         Log: Update Changes.
7281      Branch: perl
7282            ! Changes patchlevel.h
7283 ____________________________________________________________________________
7284 [  8015] By: jhi                                   on 2000/12/06  16:41:03
7285         Log: Test \x{...} with ord().
7286      Branch: perl
7287            ! t/op/ord.t
7288 ____________________________________________________________________________
7289 [  8014] By: jhi                                   on 2000/12/06  16:20:33
7290         Log: Test tweak because of #8013.
7291      Branch: perl
7292            ! t/lib/b.t
7293 ____________________________________________________________________________
7294 [  8013] By: jhi                                   on 2000/12/06  16:09:09
7295         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
7296              From: Michael G Schwern <schwern@pobox.com>
7297              Date: Tue, 5 Dec 2000 21:23:28 -0500
7298              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
7299              
7300              Carp::Heavy parts not very applicable because of recent changes.
7301      Branch: perl
7302            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
7303            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
7304            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
7305            ! lib/Exporter.pm lib/Exporter/Heavy.pm
7306            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
7307            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
7308            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
7309            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
7310            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
7311            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
7312            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
7313            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
7314            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
7315            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
7316            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
7317            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
7318            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
7319            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
7320            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
7321            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
7322            ! warnings.pl
7323 ____________________________________________________________________________
7324 [  8012] By: jhi                                   on 2000/12/06  15:22:38
7325         Log: Subject: [PATCH] Re: New harness is failing things
7326              From: Nick Ing-Simmons <nik@tiuk.ti.com>
7327              Date: Wed, 6 Dec 2000 13:00:30 GMT
7328              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
7329      Branch: perl
7330            ! lib/Test/Harness.pm
7331 ____________________________________________________________________________
7332 [  8011] By: jhi                                   on 2000/12/06  15:12:08
7333         Log: Subject: installhtml changes
7334              From: Michael Stevens <michael@etla.org>
7335              Date: Wed, 6 Dec 2000 13:15:53 +0000
7336              Message-ID: <20001206131553.A27317@firedrake.org>
7337      Branch: perl
7338            ! installhtml
7339 ____________________________________________________________________________
7340 [  8010] By: jhi                                   on 2000/12/06  15:06:05
7341         Log: Subject: the dTHR hits
7342              From: Michael Stevens <michael@etla.org>
7343              Date: Wed, 6 Dec 2000 12:06:03 +0000
7344              Message-ID: <20001206120603.A24581@firedrake.org>
7345              
7346              More, errrm, less dTHRs.
7347      Branch: perl
7348            ! bytecode.pl ext/B/B/C.pm
7349 ____________________________________________________________________________
7350 [  8009] By: jhi                                   on 2000/12/06  15:04:25
7351         Log: Subject: MakeMaker mailing list gone?
7352              From: Michael G Schwern <schwern@pobox.com>
7353              Date: Tue, 5 Dec 2000 19:29:59 -0500
7354              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
7355              
7356              The MakeMaker mailing list is dead, perlbug is the right
7357              address to report bugs.
7358      Branch: perl
7359            ! lib/ExtUtils/MakeMaker.pm
7360 ____________________________________________________________________________
7361 [  8008] By: jhi                                   on 2000/12/06  15:00:32
7362         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
7363              From: Michael G Schwern <schwern@pobox.com>
7364              Date: Tue, 5 Dec 2000 19:21:21 -0500
7365              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
7366              
7367              Add a default MANIFEST skip that ignores things like
7368              version control files, editor temporary files, and the Makefile.
7369      Branch: perl
7370            + lib/ExtUtils/MANIFEST.SKIP
7371            ! MANIFEST lib/ExtUtils/Manifest.pm
7372 ____________________________________________________________________________
7373 [  8007] By: jhi                                   on 2000/12/06  14:57:20
7374         Log: In Amiga more manual hackery of the scripts seems to be needed,
7375              from Jan-Erik Karlsson.  Why Configure does not get this right
7376              is unknown, may be shell-induced.
7377      Branch: perl
7378            ! README.amiga
7379 ____________________________________________________________________________
7380 [  8006] By: jhi                                   on 2000/12/05  23:53:12
7381         Log: Add TOPm1s to peek at the second topmost stack item.
7382      Branch: perl
7383            ! pp.h
7384 ____________________________________________________________________________
7385 [  8005] By: jhi                                   on 2000/12/05  23:13:55
7386         Log: Avaunt, you foul UTF-8 tests.
7387      Branch: perl
7388            ! t/op/ver.t t/pragma/utf8.t
7389 ____________________________________________________________________________
7390 [  8004] By: jhi                                   on 2000/12/05  23:09:54
7391         Log: Continue utf8 dispersal. 
7392      Branch: perl
7393            + t/op/concat.t
7394            ! MANIFEST t/pragma/utf8.t
7395 ____________________________________________________________________________
7396 [  8003] By: nick                                  on 2000/12/05  23:02:39
7397         Log: Integrate mainline.
7398      Branch: perlio
7399           +> t/op/length.t t/op/utf8decode.t
7400           !> (integrate 69 files)
7401 ____________________________________________________________________________
7402 [  8002] By: jhi                                   on 2000/12/05  22:59:28
7403         Log: Integrate perlio.
7404      Branch: perl
7405           !> iperlsys.h perl.c perlio.c win32/perllib.c
7406 ____________________________________________________________________________
7407 [  8001] By: nick                                  on 2000/12/05  22:07:52
7408         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
7409              - calloc/free suffer from damage on TerminateThread()
7410              - use PerlMemShared (as originally planned) now fixed
7411              - avoid doing anything important on DLL "detach".
7412      Branch: perlio
7413            ! perl.c perlio.c win32/perllib.c
7414 ____________________________________________________________________________
7415 [  8000] By: nick                                  on 2000/12/05  21:05:09
7416         Log: Fix gross PerlMemShared issue.
7417      Branch: perlio
7418            ! iperlsys.h
7419 ____________________________________________________________________________
7420 [  7999] By: jhi                                   on 2000/12/05  20:46:58
7421         Log: Test for Unicode (UTF-8) hash keys.
7422      Branch: perl
7423            ! t/op/each.t
7424 ____________________________________________________________________________
7425 [  7998] By: jhi                                   on 2000/12/05  20:30:35
7426         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
7427              is now always UTF-8), empty line cosmetics.
7428      Branch: perl
7429            ! t/pragma/utf8.t
7430 ____________________________________________________________________________
7431 [  7997] By: jhi                                   on 2000/12/05  20:15:40
7432         Log: Subject: Re: STRLEN - what?
7433              From: Andy Dougherty <doughera@lafayette.edu>
7434              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
7435              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
7436              
7437              Explain STRLEN.
7438      Branch: perl
7439            ! pod/perlguts.pod
7440 ____________________________________________________________________________
7441 [  7996] By: jhi                                   on 2000/12/05  20:13:34
7442         Log: Split off the UTF-8 decoder tests, make them to check also
7443              the error message.
7444      Branch: perl
7445            + t/op/utf8decode.t
7446            ! MANIFEST t/pragma/utf8.t utf8.c
7447 ____________________________________________________________________________
7448 [  7995] By: jhi                                   on 2000/12/05  16:39:47
7449         Log: Start migrating bits of pragma/utf8 to elsewhere
7450              (since the long term plan is to obsolete 'use utf8').
7451      Branch: perl
7452            + t/op/length.t
7453            ! MANIFEST t/pragma/utf8.t
7454 ____________________________________________________________________________
7455 [  7994] By: jhi                                   on 2000/12/05  16:30:21
7456         Log: Fix a manual edit typo from #7993, fix the message formatting
7457              for Unicode, add few our declarations.
7458      Branch: perl
7459            ! lib/Carp/Heavy.pm
7460 ____________________________________________________________________________
7461 [  7993] By: jhi                                   on 2000/12/05  16:09:15
7462         Log: Subject: Need help with warnings :-(
7463              From: "Ben Tilly" <ben_tilly@hotmail.com>
7464              Date: Tue, 05 Dec 2000 01:35:54 -0500
7465              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
7466              
7467              Subject: UPDATE: Carp/Heavy now passes all tests
7468              From: "Ben Tilly" <ben_tilly@hotmail.com>
7469              Date: Tue, 05 Dec 2000 07:59:41 -0500
7470              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
7471              
7472              The Brave New Carp.
7473      Branch: perl
7474            ! lib/Carp.pm lib/Carp/Heavy.pm
7475 ____________________________________________________________________________
7476 [  7992] By: jhi                                   on 2000/12/05  15:55:08
7477         Log: Subject: [PATCH perl@7979] cygwin port
7478              From: "Eric Fifer" <efifer@dircon.co.uk>
7479              Date: Tue, 5 Dec 2000 14:04:09 -0000
7480              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
7481      Branch: perl
7482            ! t/lib/net-hostent.t
7483 ____________________________________________________________________________
7484 [  7991] By: jhi                                   on 2000/12/05  15:52:34
7485         Log: Subject: Re: [PATCH] The largest hoax of all times?
7486              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7487              Date: Tue, 5 Dec 2000 00:40:25 -0500
7488              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
7489              
7490              Subject: Re: [PATCH] The largest hoax of all times?
7491              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7492              Date: Mon, 4 Dec 2000 23:55:53 -0500
7493              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
7494              
7495              Subject: Re: [PATCH] The largest hoax of all times?
7496              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7497              Date: Tue, 5 Dec 2000 01:28:45 -0500
7498              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
7499              
7500              Fix the unpredictable order of DESTROYs.
7501      Branch: perl
7502            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
7503            ! sv.c sv.h t/op/ref.t
7504 ____________________________________________________________________________
7505 [  7990] By: jhi                                   on 2000/12/05  14:38:53
7506         Log: Subject: [PATCH] shrink pp_hot fractionally
7507              From: Nicholas Clark <nick@ccl4.org>
7508              Date: Tue, 5 Dec 2000 12:44:31 +0000
7509              Message-ID: <20001205124431.E74518@plum.flirble.org>
7510              
7511              Use report_evil_fh().
7512      Branch: perl
7513            ! opcode.pl opnames.h pp_hot.c util.c
7514 ____________________________________________________________________________
7515 [  7989] By: jhi                                   on 2000/12/05  14:21:27
7516         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
7517              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
7518              Date: Mon, 04 Dec 2000 22:21:59 -0800
7519              Message-ID: <HmIL6gzkgepS092yn@efn.org>
7520              
7521              Harness shouldn't ignore responses like "ok 3\r\r\n".
7522      Branch: perl
7523            ! lib/Test/Harness.pm
7524 ____________________________________________________________________________
7525 [  7988] By: jhi                                   on 2000/12/05  13:51:28
7526         Log: Integrate the "skip" messages to explain().
7527      Branch: perl
7528            ! t/lib/syslfs.t t/op/lfs.t
7529 ____________________________________________________________________________
7530 [  7987] By: jhi                                   on 2000/12/05  12:34:54
7531         Log: The one that got away in #7984.
7532              
7533              Subject: Re: dTHR - what and why?
7534              From: Michael Stevens <michael@etla.org> 
7535              Date: Tue, 5 Dec 2000 11:15:52 +0000
7536              Message-ID: <20001205111552.A4647@firedrake.org>
7537      Branch: perl
7538            ! sv.h
7539 ____________________________________________________________________________
7540 [  7986] By: gsar                                  on 2000/12/05  09:14:44
7541         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
7542              due to the notorious GetFileType() bug in Windows 9x, which fstat()
7543              tickles)
7544      Branch: perl
7545            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
7546 ____________________________________________________________________________
7547 [  7985] By: jhi                                   on 2000/12/05  05:49:03
7548         Log: Integrate perlio.
7549      Branch: perl
7550           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
7551           !> win32/perlhost.h win32/perllib.c
7552 ____________________________________________________________________________
7553 [  7984] By: jhi                                   on 2000/12/05  05:48:16
7554         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
7555      Branch: perl
7556            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
7557            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
7558            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
7559            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
7560            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
7561            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
7562            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
7563            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
7564            ! win32/win32.c
7565 ____________________________________________________________________________
7566 [  7983] By: nick                                  on 2000/12/04  23:27:43
7567         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
7568      Branch: perlio
7569            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
7570            ! win32/perlhost.h win32/perllib.c
7571 ____________________________________________________________________________
7572 [  7982] By: jhi                                   on 2000/12/04  19:44:09
7573         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
7574              uncovered by #7980.
7575      Branch: perl
7576            ! op.c
7577 ____________________________________________________________________________
7578 [  7981] By: jhi                                   on 2000/12/04  19:42:07
7579         Log: Subject: [PATCH] Trivial dump.c feature
7580              From: Simon Cozens <simon@cozens.net>
7581              Date: Mon, 4 Dec 2000 18:08:38 +0000
7582              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
7583              
7584              Show whether a constant is UTF-8.
7585      Branch: perl
7586            ! dump.c
7587 ____________________________________________________________________________
7588 [  7980] By: jhi                                   on 2000/12/04  19:36:51
7589         Log: UTF-8 hash keys, patch from Inaba Hiroto.
7590      Branch: perl
7591            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
7592 ____________________________________________________________________________
7593 [  7979] By: jhi                                   on 2000/12/04  17:36:28
7594         Log: Update Changes.
7595      Branch: perl
7596            ! Changes patchlevel.h
7597 ____________________________________________________________________________
7598 [  7978] By: jhi                                   on 2000/12/04  16:42:17
7599         Log: Retract #7977, still too volatile (the euphemism of the day
7600              for unfinished and buggy :-)
7601      Branch: perl
7602            ! doop.c hv.c pp.c sv.h
7603 ____________________________________________________________________________
7604 [  7977] By: jhi                                   on 2000/12/04  16:25:15
7605         Log: (Retracted by #7978, too shaky yet.)
7606              
7607              Subject: Re: utf8 in hash keys, implementor missing
7608              From: Simon Cozens <simon@cozens.net>
7609              Date: Sat, 2 Dec 2000 19:49:35 +0000
7610              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
7611              
7612              The first step at UTF-8 hash keys.
7613      Branch: perl
7614            ! doop.c hv.c pp.c sv.h
7615 ____________________________________________________________________________
7616 [  7976] By: jhi                                   on 2000/12/04  16:13:53
7617         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
7618              From: sthoenna@efn.org
7619              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
7620              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
7621      Branch: perl
7622            ! os2/os2.c perlio.c
7623 ____________________________________________________________________________
7624 [  7975] By: jhi                                   on 2000/12/04  16:05:25
7625         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
7626              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
7627              Date: Thu, 30 Nov 2000 20:50:37 -0800
7628              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
7629      Branch: perl
7630            ! os2/os2.c
7631 ____________________________________________________________________________
7632 [  7974] By: jhi                                   on 2000/12/04  16:03:57
7633         Log: Subject: [PATCH] ++ 20% faster
7634              From: Nicholas Clark <nick@ccl4.org>
7635              Date: Mon, 4 Dec 2000 12:17:27 +0000
7636              Message-ID: <20001204121726.B52976@plum.flirble.org>
7637              
7638              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
7639      Branch: perl
7640            ! sv.c
7641 ____________________________________________________________________________
7642 [  7973] By: jhi                                   on 2000/12/04  16:00:48
7643         Log: 
7644              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
7645              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7646              Date: Mon, 04 Dec 2000 12:30:45 +0100
7647              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
7648              
7649              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
7650              library (getprotobyname and getprotobynumber are outversioned by
7651              the same calls in libc, at least for xlc version 3.
7652      Branch: perl
7653            ! hints/aix.sh
7654 ____________________________________________________________________________
7655 [  7972] By: jhi                                   on 2000/12/04  02:58:31
7656         Log: Integrate perlio.
7657      Branch: perl
7658           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
7659           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
7660           !> win32/win32.h win32/win32iop.h win32/win32thread.h
7661 ____________________________________________________________________________
7662 [  7971] By: nick                                  on 2000/12/04  00:24:33
7663         Log: Quieten some noise in Win32 builds:
7664              - win32.h is included after <sys/socket.h>, so need to 
7665              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
7666              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
7667      Branch: perlio
7668            ! doio.c perl.h toke.c win32/win32.h
7669 ____________________________________________________________________________
7670 [  7970] By: nick                                  on 2000/12/03  22:57:46
7671         Log: PERL_IMPLICIT_SYS compiles but does not work.
7672      Branch: perlio
7673            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
7674            ! win32/perlhost.h win32/perllib.c win32/win32.h
7675            ! win32/win32iop.h win32/win32thread.h
7676 ____________________________________________________________________________
7677 [  7969] By: jhi                                   on 2000/12/03  22:12:58
7678         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
7679              used to swash_init(), makes regprop() dumps more informative
7680              (+utf8::IsAlpha, -utf8::IsDigit, for example).
7681      Branch: perl
7682            ! regcomp.c regexec.c
7683 ____________________________________________________________________________
7684 [  7968] By: jhi                                   on 2000/12/03  21:39:56
7685         Log: Implement ANYOFUTF8 regprop() dumping.
7686      Branch: perl
7687            ! regcomp.c
7688 ____________________________________________________________________________
7689 [  7967] By: jhi                                   on 2000/12/03  20:57:19
7690         Log: Make uv_to_utf8() to zero-terminate its output buffer,
7691              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
7692      Branch: perl
7693            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
7694 ____________________________________________________________________________
7695 [  7966] By: nick                                  on 2000/12/03  18:41:21
7696         Log: Integrate mainline (STDCHAR)
7697      Branch: perlio
7698           !> Configure t/pragma/utf8.t
7699 ____________________________________________________________________________
7700 [  7965] By: jhi                                   on 2000/12/03  17:58:20
7701         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
7702      Branch: perl
7703            ! t/pragma/utf8.t
7704 ____________________________________________________________________________
7705 [  7964] By: jhi                                   on 2000/12/03  17:35:56
7706         Log: Integrate perlio.
7707      Branch: perl
7708           !> iperlsys.h perlio.c
7709 ____________________________________________________________________________
7710 [  7963] By: jhi                                   on 2000/12/03  17:33:55
7711         Log: Metaconfig unit change for #7962.
7712      Branch: metaconfig
7713            ! U/modified/stdchar.U
7714 ____________________________________________________________________________
7715 [  7962] By: jhi                                   on 2000/12/03  17:33:27
7716         Log: Untangle the <stdio.h> #include nest for the stdchar test,
7717              from Andy Dougherty.
7718      Branch: perl
7719            ! Configure
7720 ____________________________________________________________________________
7721 [  7961] By: nick                                  on 2000/12/03  16:53:00
7722         Log: Make iperlsys.h vector stdio not PerlIO.
7723      Branch: perlio
7724            ! iperlsys.h perlio.c
7725 ____________________________________________________________________________
7726 [  7960] By: nick                                  on 2000/12/03  14:43:01
7727         Log: Integrate mainline
7728      Branch: perlio
7729           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
7730           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
7731 ____________________________________________________________________________
7732 [  7959] By: jhi                                   on 2000/12/03  08:16:36
7733         Log: Use DO_UTF8().
7734      Branch: perl
7735            ! op.c
7736 ____________________________________________________________________________
7737 [  7958] By: jhi                                   on 2000/12/02  18:33:05
7738         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
7739              From: Mike Guy <mjtg@cam.ac.uk>         
7740              Date: Sat, 02 Dec 2000 17:27:13 +0000
7741              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
7742              
7743              An extraneous argument.
7744      Branch: perl
7745            ! toke.c
7746 ____________________________________________________________________________
7747 [  7957] By: jhi                                   on 2000/12/02  18:22:32
7748         Log: A missing hunk.
7749      Branch: perl
7750            ! t/lib/net-hostent.t
7751 ____________________________________________________________________________
7752 [  7956] By: jhi                                   on 2000/12/02  18:06:20
7753         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
7754              From: Nicholas Clark <nick@ccl4.org>
7755              Date: Sat, 2 Dec 2000 14:28:27 +0000
7756              Message-ID: <20001202142827.A12308@plum.flirble.org>
7757              
7758              Test robustness.
7759      Branch: perl
7760            ! t/lib/net-hostent.t
7761 ____________________________________________________________________________
7762 [  7955] By: jhi                                   on 2000/12/02  17:58:06
7763         Log: Metaconfig unit change for #7954.
7764      Branch: metaconfig
7765            ! U/modified/stdchar.U
7766 ____________________________________________________________________________
7767 [  7954] By: jhi                                   on 2000/12/02  17:54:32
7768         Log: An inconvenient hang would happen if the stdio _ptr wasn't
7769              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
7770              would be grepping stdin for all eternity for the _ptr.)
7771      Branch: perl
7772            ! Configure
7773 ____________________________________________________________________________
7774 [  7953] By: jhi                                   on 2000/12/02  00:07:15
7775         Log: Update Changes.
7776      Branch: perl
7777            ! Changes patchlevel.h
7778 ____________________________________________________________________________
7779 [  7952] By: jhi                                   on 2000/12/01  23:54:47
7780         Log: Subject: Re: long shell lines
7781              From: Andy Dougherty <doughera@lafayette.edu>
7782              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
7783              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
7784              
7785              Split overly long shell command lines.
7786      Branch: perl
7787            ! lib/ExtUtils/MM_Unix.pm
7788 ____________________________________________________________________________
7789 [  7951] By: jhi                                   on 2000/12/01  23:48:02
7790         Log: The metaconfig unit change for #7950.
7791      Branch: metaconfig
7792            + U/modified/stdchar.U
7793 ____________________________________________________________________________
7794 [  7950] By: jhi                                   on 2000/12/01  23:47:39
7795         Log: Try to find stdchar also from <stdio_impl.h>.
7796      Branch: perl
7797            ! Configure config_h.SH
7798 ____________________________________________________________________________
7799 [  7949] By: jhi                                   on 2000/12/01  23:46:45
7800         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
7801              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
7802              Date: Fri, 1 Dec 2000 16:26:08 -0500
7803              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
7804              
7805              Reword the diagnostic message.
7806      Branch: perl
7807            ! pod/perldiag.pod
7808 ____________________________________________________________________________
7809 [  7948] By: nick                                  on 2000/12/01  22:49:43
7810         Log: Integrate mainline (for s/y/m as sub names stuff).
7811      Branch: perlio
7812           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
7813           !> t/pragma/warn/toke toke.c
7814 ____________________________________________________________________________
7815 [  7947] By: jhi                                   on 2000/12/01  20:55:41
7816         Log: Integrate perlio.
7817      Branch: perl
7818           !> perlio.c perliol.h t/io/pipe.t
7819 ____________________________________________________________________________
7820 [  7946] By: jhi                                   on 2000/12/01  20:36:51
7821         Log: Upgrade to CPAN 1.59_51, from Andreas König.
7822      Branch: perl
7823            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
7824 ____________________________________________________________________________
7825 [  7945] By: nick                                  on 2000/12/01  20:31:32
7826         Log: Integrate mainline
7827      Branch: perlio
7828           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
7829           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
7830           +> t/lib/net-hostent.t
7831           !> (integrate 35 files)
7832 ____________________________________________________________________________
7833 [  7944] By: jhi                                   on 2000/12/01  20:23:29
7834         Log: Some help for 20001130.011.  Now one gets warnings like
7835              "Ambiguous -f() resolved as a file test ..."
7836      Branch: perl
7837            ! pod/perldiag.pod t/pragma/warn/toke toke.c
7838 ____________________________________________________________________________
7839 [  7943] By: jhi                                   on 2000/12/01  19:44:44
7840         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
7841              that also breaks using them as methods. 
7842      Branch: perl
7843            ! pod/perldiag.pod t/op/misc.t toke.c
7844 ____________________________________________________________________________
7845 [  7942] By: nick                                  on 2000/12/01  17:56:46
7846         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
7847              Make 'unix' pass most tests
7848              - do unread by temporary push of layer ("pending") holding unread chars
7849              - fast_gets is now based on per-handle flag
7850              - relax one of io/pipe.t tests to allow print to fail and close to
7851              succeed so that it passes on unbuffered "unix" layer.
7852              Remaining fail is sporadic and a genuine race condition between
7853              parent/child in fork test.
7854      Branch: perlio
7855            ! perlio.c perliol.h t/io/pipe.t
7856 ____________________________________________________________________________
7857 [  7941] By: jhi                                   on 2000/12/01  15:28:58
7858         Log: (Retracted by #7943.)
7859              
7860              Reserve the short named string operator names.
7861      Branch: perl
7862            ! pod/perldiag.pod t/op/misc.t toke.c
7863 ____________________________________________________________________________
7864 [  7940] By: jhi                                   on 2000/12/01  06:45:53
7865         Log: Get the three different space character classes right under utf8.
7866      Branch: perl
7867            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
7868            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
7869            ! regexec.c t/op/pat.t utf8.c
7870 ____________________________________________________________________________
7871 [  7939] By: jhi                                   on 2000/12/01  03:26:26
7872         Log: Two more tests that make no sense in UTF-8 since the test
7873              data is not in UTF-8.
7874      Branch: perl
7875            ! t/op/regexp.t
7876 ____________________________________________________________________________
7877 [  7938] By: jhi                                   on 2000/12/01  03:20:39
7878         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
7879              should it be required inside regexen?
7880      Branch: perl
7881            ! regcomp.c t/op/regmesg.t
7882 ____________________________________________________________________________
7883 [  7937] By: jhi                                   on 2000/12/01  02:58:53
7884         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
7885              stored and restored, and thusly was trounced by the utf8 swash
7886              routines.
7887      Branch: perl
7888            ! regcomp.c
7889 ____________________________________________________________________________
7890 [  7936] By: jhi                                   on 2000/11/30  20:41:39
7891         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
7892              Why the different platforms behave so differently (core dump vs
7893              no core dump) on this bug is a but of a mystery, but if I had to
7894              guess I would mumble something like 'alignment'.
7895      Branch: perl
7896            ! sv.c
7897 ____________________________________________________________________________
7898 [  7935] By: jhi                                   on 2000/11/30  16:17:02
7899         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
7900              From: Robin Barker <rmb1@cise.npl.co.uk>
7901              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
7902              Date: Thu, 30 Nov 2000 14:27:12 GMT
7903      Branch: perl
7904            ! perlio.c toke.c
7905 ____________________________________________________________________________
7906 [  7934] By: jhi                                   on 2000/11/30  16:04:49
7907         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
7908      Branch: perl
7909            ! t/lib/net-hostent.t
7910 ____________________________________________________________________________
7911 [  7933] By: jhi                                   on 2000/11/30  06:07:26
7912         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
7913              From: Peter Prymmer <pvhp@forte.com>
7914              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
7915              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
7916              
7917              In VMS the localhost may be LOCALHOST.
7918      Branch: perl
7919            ! t/lib/net-hostent.t
7920 ____________________________________________________________________________
7921 [  7932] By: jhi                                   on 2000/11/30  01:11:11
7922         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
7923              From: Peter Prymmer <pvhp@forte.com>
7924              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
7925              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
7926              
7927              plus regen perlapi.pod.
7928      Branch: perl
7929            ! pod/perlapi.pod utf8.c
7930 ____________________________________________________________________________
7931 [  7931] By: jhi                                   on 2000/11/30  01:06:19
7932         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
7933              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7934              Date:     Wed, 29 Nov 2000 17:15:11 EST
7935              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
7936      Branch: perl
7937            ! t/lib/filter-util.pl t/lib/filter-util.t
7938 ____________________________________________________________________________
7939 [  7930] By: jhi                                   on 2000/11/29  18:51:55
7940         Log: Update Changes.
7941      Branch: perl
7942            ! Changes patchlevel.h
7943 ____________________________________________________________________________
7944 [  7929] By: jhi                                   on 2000/11/29  18:50:55
7945         Log: Update the va_copy() metaconfig unit.
7946      Branch: metaconfig/U/perl
7947            ! need_va_copy.U
7948 ____________________________________________________________________________
7949 [  7928] By: jhi                                   on 2000/11/29  17:50:43
7950         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
7951              From: Dominic Dunlop <domo@computer.org>
7952              Date: Tue, 28 Nov 2000 16:41:57 +0100
7953              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
7954              
7955              Patch to catch a core dump in the Configure va_copy test.
7956      Branch: perl
7957            ! Configure config_h.SH
7958 ____________________________________________________________________________
7959 [  7927] By: jhi                                   on 2000/11/29  17:31:59
7960         Log: Retract #7921, the patch shouldn't be needed.
7961      Branch: perl
7962            ! sv.c
7963 ____________________________________________________________________________
7964 [  7926] By: jhi                                   on 2000/11/29  17:01:41
7965         Log: Make the Class::Struct import() wiser.
7966      Branch: perl
7967            ! lib/Class/Struct.pm t/lib/class-struct.t
7968 ____________________________________________________________________________
7969 [  7925] By: jhi                                   on 2000/11/29  16:36:33
7970         Log: All the core library users of Class::Struct seem to be
7971              using "use Class::Struct 'struct';" instead of the bare
7972              "use Class::Struct;", which isn't documented in Class::Struct.
7973              This can't be right.
7974      Branch: perl
7975            ! lib/File/stat.pm
7976 ____________________________________________________________________________
7977 [  7924] By: jhi                                   on 2000/11/29  16:32:15
7978         Log: A test works better if it has the right 1..$n output.
7979      Branch: perl
7980            ! t/lib/class-struct.t
7981 ____________________________________________________________________________
7982 [  7923] By: jhi                                   on 2000/11/29  16:29:11
7983         Log: Forgot to MANIFEST the new Net::hostent test.
7984      Branch: perl
7985            ! MANIFEST
7986 ____________________________________________________________________________
7987 [  7922] By: jhi                                   on 2000/11/29  16:27:49
7988         Log: Integrate perlio.
7989      Branch: perl
7990           !> iperlsys.h perlio.c
7991 ____________________________________________________________________________
7992 [  7921] By: jhi                                   on 2000/11/29  16:27:10
7993         Log: (Retracted by #7927.)
7994              
7995              Subject: [PATCH] Is infinity a number?
7996              From: Simon Cozens <simon@cozens.net>
7997              Date: Wed, 29 Nov 2000 14:48:20 +0000
7998              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
7999      Branch: perl
8000            ! sv.c
8001 ____________________________________________________________________________
8002 [  7920] By: jhi                                   on 2000/11/29  16:23:02
8003         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
8004              From: rspier@pobox.com (Robert Spier)
8005              Date: Wed, 29 Nov 2000 02:17:49 -0500
8006              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
8007              
8008              Add a test for Net::hostent.
8009      Branch: perl
8010            + t/lib/net-hostent.t
8011 ____________________________________________________________________________
8012 [  7919] By: jhi                                   on 2000/11/29  16:21:31
8013         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
8014              add a test for Class::Struct.
8015      Branch: perl
8016            + t/lib/class-struct.t
8017            ! MANIFEST lib/Class/Struct.pm
8018 ____________________________________________________________________________
8019 [  7918] By: jhi                                   on 2000/11/29  15:48:40
8020         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
8021              From: rspier@pobox.com (Robert Spier)
8022              Date: Wed, 29 Nov 2000 02:25:39 -0500
8023              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
8024              
8025              More checking in case someone has broken their services or
8026              protocol databases.
8027      Branch: perl
8028            ! ext/Sys/Syslog/Syslog.pm
8029 ____________________________________________________________________________
8030 [  7917] By: jhi                                   on 2000/11/29  15:46:25
8031         Log: Subject: [PATCH] $^O  win32 -> MSWin32
8032              From: rspier@pobox.com (Robert Spier)
8033              Date: Wed, 29 Nov 2000 02:17:38 -0500
8034              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
8035              
8036              plus similar nits for vms, err, VMS, and UNICOS.
8037      Branch: perl
8038            ! t/lib/syslfs.t t/op/lfs.t
8039 ____________________________________________________________________________
8040 [  7916] By: jhi                                   on 2000/11/29  15:42:51
8041         Log: Subject: [PATCH] Tokeniser debugging
8042              From: Simon Cozens <simon@cozens.net>
8043              Date: Wed, 29 Nov 2000 14:15:45 +0000
8044              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
8045      Branch: perl
8046            ! perl.c perl.h pod/perlrun.pod toke.c
8047 ____________________________________________________________________________
8048 [  7915] By: jhi                                   on 2000/11/29  15:41:36
8049         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
8050              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8051              Date: Wed, 29 Nov 2000 02:13:14 -0500
8052              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
8053              
8054              OUT keyword nits.
8055              
8056              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
8057              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8058              Date: Wed, 29 Nov 2000 03:09:04 -0500
8059              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
8060              
8061              OUT and IN_OUT documentation.
8062      Branch: perl
8063            ! lib/ExtUtils/xsubpp pod/perlxs.pod
8064 ____________________________________________________________________________
8065 [  7914] By: jhi                                   on 2000/11/29  03:35:01
8066         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
8067              From: John Tobey <jtobey@john-edwin-tobey.org>
8068              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
8069              Message-Id: <m140e1N-000FOoC@feynman.localnet>
8070              
8071              plus a performance speedup noticed by Sarathy.
8072      Branch: perl
8073            ! op.c
8074 ____________________________________________________________________________
8075 [  7913] By: jhi                                   on 2000/11/29  03:16:59
8076         Log: Use "1 while unlink" so that VMS gets clean, too.
8077      Branch: perl
8078            ! t/lib/filter-util.t
8079 ____________________________________________________________________________
8080 [  7912] By: jhi                                   on 2000/11/29  03:09:08
8081         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
8082              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8083              Date: Tue, 28 Nov 2000 03:27:09 -0500
8084              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
8085      Branch: perl
8086            ! lib/ExtUtils/xsubpp
8087 ____________________________________________________________________________
8088 [  7911] By: jhi                                   on 2000/11/29  03:06:30
8089         Log: This should have been part of #7872: no need to scan UTF-8
8090              until eternity.
8091      Branch: perl
8092            ! utf8.c
8093 ____________________________________________________________________________
8094 [  7910] By: jhi                                   on 2000/11/29  02:50:04
8095         Log: One more perltie.pod nit from Casey R. Tweten.
8096      Branch: perl
8097            ! pod/perltie.pod
8098 ____________________________________________________________________________
8099 [  7909] By: jhi                                   on 2000/11/29  02:44:23
8100         Log: Document the known sprintf test failures, exact standard
8101              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
8102      Branch: perl
8103            ! pod/perldelta.pod t/op/sprintf.t
8104 ____________________________________________________________________________
8105 [  7908] By: jhi                                   on 2000/11/29  02:36:23
8106         Log: Add the Encoding table format documentation.
8107      Branch: perl
8108            + ext/Encode/Encode/EncodeFormat.pod
8109            ! MANIFEST
8110 ____________________________________________________________________________
8111 [  7907] By: jhi                                   on 2000/11/29  02:07:24
8112         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
8113              From: "Casey R. Tweten" <crt@kiski.net>
8114              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
8115              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
8116              
8117              Subject: Re: [PATCH] Updating perltie.pod for arrays
8118              From: "Casey R. Tweten" <crt@kiski.net>
8119              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
8120              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
8121      Branch: perl
8122            ! pod/perltie.pod
8123 ____________________________________________________________________________
8124 [  7906] By: nick                                  on 2000/11/28  22:40:59
8125         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
8126      Branch: perlio
8127            ! iperlsys.h perlio.c
8128 ____________________________________________________________________________
8129 [  7905] By: nick                                  on 2000/11/28  22:04:34
8130         Log: Integrate mainline
8131      Branch: perlio
8132           !> (integrate 39 files)
8133 ____________________________________________________________________________
8134 [  7904] By: jhi                                   on 2000/11/28  16:44:43
8135         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
8136              From: Nicholas Clark <nick@babyhippo.co.uk>
8137              Date: Tue, 28 Nov 2000 11:16:57 +0000
8138              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
8139      Branch: perl
8140            ! pod/perlipc.pod
8141 ____________________________________________________________________________
8142 [  7903] By: jhi                                   on 2000/11/28  16:40:31
8143         Log: Subject: [PATCH] Updating perltie.pod for arrays
8144              From: "Casey R. Tweten" <crt@kiski.net>
8145              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
8146              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
8147      Branch: perl
8148            ! pod/perltie.pod
8149 ____________________________________________________________________________
8150 [  7902] By: jhi                                   on 2000/11/28  16:39:37
8151         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
8152              From: Robin Barker <rmb1@cise.npl.co.uk>
8153              Date: Mon, 27 Nov 2000 17:56:44 GMT
8154              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
8155      Branch: perl
8156            ! pod/perlfunc.pod t/op/split.t
8157 ____________________________________________________________________________
8158 [  7901] By: jhi                                   on 2000/11/28  16:28:04
8159         Log: setmode() is a DOSish-only thing.
8160      Branch: perl
8161            ! perlio.c
8162 ____________________________________________________________________________
8163 [  7900] By: jhi                                   on 2000/11/28  16:21:46
8164         Log: Subject: [PATCH] perlcc.PL cleanups
8165              From: Simon Cozens <simon@cozens.net>
8166              Date: Tue, 28 Nov 2000 12:44:35 +0000
8167              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
8168      Branch: perl
8169            ! utils/perlcc.PL
8170 ____________________________________________________________________________
8171 [  7899] By: gsar                                  on 2000/11/28  06:32:55
8172         Log: reintegrate files missed by change#7895
8173      Branch: maint-5.6/perl
8174           +> ext/ByteLoader/bytecode.h utils/Makefile
8175            - utils/perlbc.PL
8176 ____________________________________________________________________________
8177 [  7897] By: gsar                                  on 2000/11/27  18:22:47
8178         Log: can't integrate these two files, for some reason
8179      Branch: maint-5.6/perl
8180            - ext/ByteLoader/bytecode.h utils/Makefile
8181 ____________________________________________________________________________
8182 [  7895] By: gsar                                  on 2000/11/27  18:11:21
8183         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
8184              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
8185              6757..6890,6892..6901 from mainline
8186              
8187              Bytecompiler patches from Benjamin Stuhl.
8188              
8189              More bytecompiler.
8190              
8191              Subject: [PATCH blead] B:: missing dependency
8192              
8193              Subject: [PATCH: 6757] configure.com updates and syslog build
8194              
8195              Long double Gconvert fixes from Yitzchak Scott-Thoennes
8196              and Spider Boardman.
8197              
8198              Subject: [PATCH blead] nextchar() abuse misses an optimisation
8199              
8200              Long double fixes from Spider Boardman.
8201              
8202              Make the selection of NVff et al stricter.
8203              
8204              cSVOPo_*v things index into the current PL_curpad
8205              under ithreads, which is different from the curpad
8206              used by the XSUB.  (In other words, the code as-is
8207              before this patch wouldn't work under ithreads.)
8208              
8209              Be portable.
8210              
8211              VMS MMS (make) wants null action.
8212              
8213              Mac and other portability updates from Chris Nandor.
8214              
8215              Storable support, v-version fixes.
8216              Subject: CPAN.pm beta for testing available
8217              
8218              Portability fix from Hugo van der Sanden.
8219              
8220              Bad makefile.
8221              
8222              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
8223              
8224              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
8225              
8226              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
8227              
8228              Replace #6705 with a minimal doc patch.
8229              Subject: [PATCH 5.6.0] replace change #6705
8230              
8231              Drop the separate perlbc, perlcc -b should be enough.
8232              
8233              installperl couldn't tell whether it had run tests or not.
8234              Subject: [PATCH] Re: installperl and t/TEST
8235              
8236              Add silencer flags to installperl.
8237              Subject: [PATCH] Making installperl silent.
8238              
8239              Make "make install" by default silent.  A new "install-verbose"
8240              target is verbose.
8241              
8242              More liberal parsing of version numbers.
8243              Subject: Re: CPAN.pm beta for testing available
8244              
8245              Create directories in silence.
8246              Subject: [PATCH] Another silencer for MakeMaker
8247              
8248              DOS patches and portability/porting notes, from Tim Jenness.
8249              
8250              Make installman to recognize the silence flag -S.
8251              
8252              Actually do something with the silencer option.
8253              
8254              Continue silencing.
8255              
8256              Show the doc file, not the temp file.
8257              
8258              Regen perltoc.
8259              
8260              Subject: [PATCH] More silencing of installman.
8261              
8262              Better wording for the vec lvalue diagnostic.
8263              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
8264              
8265              Subject: [PATCH: 6805] several more tweaks to configure.com
8266              
8267              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
8268              
8269              Missing parts of 
8270              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
8271              
8272              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
8273              (applied slightly modified)
8274              
8275              installperl --verbose and --silent.
8276              Subject: Re: [PATCH] More silencing of installman.
8277              
8278              Add install-silent target.
8279              
8280              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
8281              the problem reported in
8282              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
8283              
8284              Tweak the sfio/useperlio logic, hopefully as wished in
8285              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
8286              
8287              One forgotten file from #6816.
8288              
8289              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
8290              
8291              Remove duplicately applied patch shards.
8292              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
8293              
8294              Support preserving extremely big/small angles.
8295              
8296              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
8297              
8298              Subject: [PATCH] installation not quite silent yet.
8299              
8300              Update the test count.
8301              
8302              Use UVxf, PTR2UV, NVff.
8303              
8304              Document PTR2XX and INT2PTR.
8305              
8306              no-install target a la make -n.
8307              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
8308              
8309              grep -e isn't portable.
8310              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
8311              
8312              Can't get the test to reliably work thanks to the
8313              inaccurateness of floating point.  "Resolves" bug ids
8314              20000826.003, 20000826.009, 20000826.010,
8315              
8316              Subject: installman buglet
8317              
8318              DJGPP update from Laszlo Molnar.
8319              
8320              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
8321              
8322              Passing -R in ldflags makes now it to appear in the default
8323              for lddlflags, just like with -L.
8324              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
8325              
8326              Test nit.
8327              
8328              Use the actual thread type, not the pointer-to-struct.
8329              
8330              Provice virtual $Config{ccflags_nolargefiles} etc. 
8331              
8332              display_format used as a class method without arguments was broken,
8333              reported in
8334              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
8335              
8336              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
8337              
8338              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
8339              
8340              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
8341              
8342              opmini.o may be left around if a build is interrupted.
8343              
8344              Typo in #6858.
8345              
8346              Fix for ID 20000828.001, long doubles were not formatted
8347              correctly (showed up in $], which stopped installing perl).
8348              
8349              An attempt to fix the problem reported in
8350              Subject: Building perl@6856 using gcc/AIX 4.3.3 
8351              I can't test this properly since the gcc installation I have
8352              access to seems to be botched (gcc is calling the AIX cpp,
8353              a losing proposition...)
8354              
8355              Add -ld to archname on long tr...double platforms.
8356              
8357              Subject: hv.h Doc Patch
8358              
8359              Potential cruft.
8360              
8361              Subject: [PATCH bleedperl@6856] warnings fixes
8362              
8363              -S is the silent flag, -s is the strip flag.
8364              Subject: [PATCH] Re: [PATCH] make no-install          
8365              
8366              Take out the SUIDMAIL thing, that will not be
8367              a problem in 5.7.*.
8368              
8369              Subject: [PATCH bleedperl@6866] spellings
8370              
8371              Subject: [PATCH] Re: files not cleaned even by veryclean
8372              
8373              Use minimal @INC in tests, most of the time just '../lib',
8374              so that we simply can't pick up stuff from other Perls than
8375              the one we are testing.  Pointed out by
8376              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
8377              
8378              Update to Getopt::Long 2.24, from Johan Vromans.
8379              
8380              Fix for thinko in #6848.
8381              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
8382              
8383              Patches all over for people and the files they (hopefully) care about.
8384              
8385              Subject: Net::protoent does not export 'getproto'
8386              
8387              Missed a change in #6869.
8388              
8389              Subject: [PATCH] Warnings in B::Deparse
8390              
8391              Subject: [PATCH] Glob dumping
8392              
8393              Disable one of the tests for now.
8394              
8395              Disabling the one test is a bit tricky.
8396              
8397              Don't forget to tidy up.
8398              
8399              The #6881 removed one dump line.
8400              
8401              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
8402              
8403              Under usethreads the dumped variable is IN_PAD.
8404              Subject: Re: [PATCH] Glob dumping
8405              
8406              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
8407              
8408              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
8409              
8410              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
8411              
8412              Regen Configure for #6894.
8413              
8414              Subject: [PATCH: 6889] updates to perlebcdic.pod
8415              
8416              Undo namespace pollution of #6878.
8417              Subject: Re: Net::protoent does not export 'getproto'
8418              
8419              Admit that we are leaking scalars.
8420              
8421              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
8422      Branch: maint-5.6/perl
8423           !> (integrate 271 files)
8424 ____________________________________________________________________________
8425 [  7894] By: gsar                                  on 2000/11/27  16:00:34
8426         Log: a couple of nits
8427      Branch: maint-5.6/perl
8428            ! MANIFEST pp_sys.c
8429 ____________________________________________________________________________
8430 [  7893] By: gsar                                  on 2000/11/27  15:10:56
8431         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
8432              6740..6745,6747..6757,6760
8433              
8434              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
8435              
8436              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
8437              
8438              Doc nits spotted by Richard Soderberg.
8439              
8440              move WNOHANG definition to where other such things are
8441              
8442              Make $Config{byteorder} more magical so that it is
8443              dynamically computed: nice for 'fat binaries'.
8444              Subject: [PATCH]: default byteorder
8445              
8446              Subject: [PATCH] Cwd.pm now uses strict
8447              
8448              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
8449              
8450              Get -DLEAKTEST to compile (not necessarily to work, mind)
8451              Subject: [ID 20000724.006] -DLEAKTEST problem
8452              
8453              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
8454              
8455              Add perlebcdic from Peter Prymmer, regen toc.
8456              
8457              Don't propose using modules built for 5.005 if no binary
8458              compatibility with 5.005 is attempted.
8459              
8460              Do not use prototyping here.
8461              Subject: [ID 20000817.016] [PATCH] Peek.xs
8462              
8463              Document what the backtick returns if the command fails.
8464              
8465              Add byteorder to the myconfig output.
8466              
8467              Introduce NVef, NVff, and NVgf, use the middle one.
8468              (helps for lib/peek + Linux + long doubles)  Reported in
8469              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
8470              Use NVs in POSIX math, not doubles.
8471              Subject: [ID 20000817.014] POSIX & modfl
8472              
8473              Subject: [PATCH 5.6.0+] newSVrv() memory leak
8474              
8475              The byteorder code in #6671 was wrong.
8476              
8477              Fix the lib/complex failure of
8478              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
8479              Linux long double accuracy issue: something that
8480              when printed with %g looks like "2" but int() of it is 1.
8481              
8482              Propagate new Configure vars.
8483              
8484              Unbuffer the output.
8485              
8486              Subject: [PATCH] perltrap.pod spring cleaning
8487              
8488              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
8489              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
8490              
8491              Tiny Getopt::Long patch from Johan Vromans.
8492              
8493              Document code point which makes if (defined %stash::) to work
8494              (noted by Spider Boardman).
8495              
8496              Subject: [PATCH perl@6698] cygwin port
8497              
8498              Document the NDBM_File and ODBM_File as SDBM_File
8499              was documented in #6417.
8500              
8501              The new tests were missing from #6415.
8502              
8503              Add [[:blank:]] as suggested in
8504              Subject: [ID 20000716.024] [=cc=] / [:blank:]
8505              (the [=cc=] has already been taken care of by #6439
8506              so the whole bug report can be closed)
8507              and make [[:space:]] to be equivalent to isspace(3)
8508              (as opposed to \s, which is isSPACE()).  The difference
8509              is that now [[:space:]] matches the mythical vertical tab,
8510              while \s doesn't.
8511              
8512              Don't eat leading os from index entries.
8513              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
8514              
8515              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
8516              
8517              Typo in pp_complement().
8518              Subject: [PATCH perl-current] Deparse
8519              
8520              Add warnif(), check warnings further up the stack,
8521              all the warnings functions now can take an optional object reference.
8522              Subject: [PATCH bleedperl@6691] warnings pragma update
8523              
8524              Fix a core dump in lib/selfloader under -DDEBUGGING.
8525              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
8526              
8527              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
8528              
8529              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
8530              
8531              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
8532              Put back the long double avoidance code to POSIX.xs
8533              because VMS seems to need it still.
8534              
8535              Introduce a 'veryclean' target that is like 'distclean'
8536              but also removes *~ and *.orig.
8537              
8538              Subject: [ID 20000817.023] endianness description in perlfunc.pod
8539              
8540              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
8541              
8542              Let's try #6717 again.
8543              
8544              UTF8 concat fixes.
8545              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
8546              
8547              pp_open() could pass an uninitialized filename down to do_open9().
8548              
8549              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
8550              
8551              Update to CGI 2.72, from Lincoln Stein.
8552              
8553              Subject: [PATCH] Silence MakeMaker (Was: installman)
8554              
8555              Use temporary directory instead of current directory.
8556              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
8557              
8558              Document odd vs even subreleases and -Dusedevel.
8559              
8560              The veryclean target needs to clobber.
8561              
8562              Use File::Spec->tmpdir().
8563              
8564              Document the number of exponent digits.
8565              
8566              Mention perlebcdic and perlposix-bc.
8567              
8568              s/this one/the 5.6.0 release/
8569              
8570              The #6724 is here.
8571              
8572              The correct cleaning order is an art.
8573              
8574              small tweaks for change#6705: avoid C++ style comments in C code;
8575              use Perl's malloc API rather than the low level system one
8576              
8577              Array context keeps slithering in.
8578              
8579              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
8580              
8581              Subject: [PATCH] os2.c fix for use64bitint
8582              
8583              Update to Pod::LaTeX 0.53.
8584              Subject: [PATCH] lib/Pod/LaTeX.pm updates
8585              
8586              Document the endianness of Alpha more precisely.
8587              
8588              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
8589              
8590              Rename the macro argument because some preprocessors
8591              can't tell the difference and expand arguments also inside
8592              double quoted strings.
8593              
8594              free TLS slot properly on Windows
8595              
8596              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
8597              
8598              Unicos/mk requires elaborate paranoia.
8599              
8600              Tweak the floating point output routine preferences.
8601              
8602              Also under djgpp the timestamps are funky.
8603              
8604              Apply some PodParser 1.18 patches; the Pod/Find.pm
8605              patches cannot be applied since #6712 conflicts.
8606              
8607              Use PodParser 1.18 new test.
8608              
8609              A pod nit.
8610              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
8611              
8612              Be verydeepclean.
8613      Branch: maint-5.6/perl
8614           +> pod/perlebcdic.pod
8615           !> (integrate 106 files)
8616 ____________________________________________________________________________
8617 [  7892] By: jhi                                   on 2000/11/27  15:02:32
8618         Log: Update Changes.
8619      Branch: perl
8620            ! Changes patchlevel.h
8621 ____________________________________________________________________________
8622 [  7891] By: jhi                                   on 2000/11/27  14:57:23
8623         Log: Subject: Re: perlfaq style changes
8624              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
8625              Date: Sat, 25 Nov 2000 23:32:26 -0800
8626              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
8627              
8628              plus a note from Ronald Kimball.
8629      Branch: perl
8630            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
8631 ____________________________________________________________________________
8632 [  7890] By: jhi                                   on 2000/11/27  14:53:14
8633         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
8634              From: Benjamin Holzman <bah@ecnvantage.com>
8635              Date: Sun, 26 Nov 2000 16:27:33 -0500
8636              Message-ID: <20001126162733.J25040@ecnvantage.com>
8637      Branch: perl
8638            ! gv.c
8639 ____________________________________________________________________________
8640 [  7889] By: jhi                                   on 2000/11/27  14:43:11
8641         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
8642              From: lvirden@cas.org
8643              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
8644              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
8645      Branch: perl
8646            ! README.amiga
8647 ____________________________________________________________________________
8648 [  7888] By: jhi                                   on 2000/11/27  14:32:34
8649         Log: Restore also the locale test to no-sprintf-taint state.
8650              Fixes the bug 20001127.003.
8651      Branch: perl
8652            ! sv.c t/pragma/locale.t
8653 ____________________________________________________________________________
8654 [  7887] By: gsar                                  on 2000/11/27  14:13:05
8655         Log: integrate changes#6613..6616,6620..6665 from mainline
8656              
8657              VMS configure.com update continues.
8658              
8659              Subject: Test fails / warnings with perl-current #6612
8660              
8661              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
8662              
8663              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
8664              
8665              For now remove the mail code.
8666              
8667              Subject: Re: [PATCH] @+, @- readonly
8668              
8669              Subject: warning: storage class after type is obsolescent
8670              
8671              Subject: sfio2000
8672              
8673              Subject: Re: File::Temp problems on VMS in bleedperl
8674              
8675              README.os2 update.
8676              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
8677              
8678              Make the user to give up his firstborn, err, to knowingly
8679              verify installing an unstable developer release.  Also bump
8680              the release to 5.7.0, but leave a patch tag in the local
8681              patches saying that this is not yet the real thing.
8682              
8683              Update (kinda) to Test 1.14, from Joshua Pritikin.
8684              
8685              make ok etc also for win32.
8686              
8687              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
8688              
8689              Don't blow limited stacks, a lower number is enough to
8690              tickle the lookbehind limit.
8691              
8692              Use -Dusedevel; regen Configure and the respective Porting stuff.
8693              
8694              Subject: [PATCH] debugger exit code should reflect user exit code
8695              
8696              Subject: [PATCH perl@6620] cygwin port
8697              
8698              Missed a file from #6638.
8699              
8700              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)
8701              
8702              magic callbacks all need to have same type signature
8703              
8704              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
8705              
8706              Fix a dependency problem.
8707              Subject: [PATCH: 6640] VMS Makefile.SH update
8708              
8709              The numeric locale was reset to "C" by s?printf and never restored.
8710              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
8711              No test since adding the failing example to locale.t
8712              does not fail -- probably because the locale settings are so
8713              thoroughly tweaked by that time.  Running the example standalone
8714              does fail, though.  UPDATE: test case added at change #7540.
8715              
8716              Subject: [ID 20000324.040] minor fix to perlhpux.pod
8717              
8718              Update to CPAN 1.57.
8719              
8720              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
8721              
8722              Change the perlbug address to perl.org since it's more forgiving.
8723              
8724              Change the regx compilation error markers to use = instead of <
8725              since pod makes using the latter quite messy.  Reported in
8726              ID 20000814.006 by Abigail and in
8727              Subject: Unknown escape E<> ?
8728              
8729              Update to perldebtut 1.9, from Richard Foley.
8730              
8731              check that the number pseudo children doesn't exceed
8732              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
8733              the WaitForMultipleObjects() limit that would cause wait()
8734              to crash)
8735              wait() and waitpid() could potentially be rewritten to use
8736              more than one thread to do the waiting to eliminate this
8737              limitation
8738              
8739              change#6328 could make close(SOCKET) return false on windows
8740              when it shouldn't
8741              
8742              pod nit seen in passing
8743              
8744              on windows, the return values from wait() and waitpid() don't
8745              match those of pseudo-pids
8746              
8747              waitpid() now handles externally spawned pids correctly;
8748              fixes for backtick/wait/waitpid failures on Windows 9x
8749              these changes make the pid returned by process functions on
8750              Windows 9x always positive by clearing the high bit (which
8751              is always set on Win9x); pseudo-process PIDs are likewise
8752              always negative now on Win9x (just as on NT/2000)
8753              
8754              trailing new %ENV entries weren't being pushed into the real
8755              environment of subprocesses on Windows
8756              
8757              Tweak the regex compilation errors once more.
8758              
8759              avoid warnings from dense compiler
8760              
8761              add "ok" targets from change#6632 in makefile.mk
8762      Branch: maint-5.6/perl
8763            - lib/Pod/PlainText.pm vms/configure.com
8764           !> (integrate 66 files)
8765 ____________________________________________________________________________
8766 [  7886] By: jhi                                   on 2000/11/27  13:54:18
8767         Log: __FUNCTION__ isn't portable and trying to emulate it leads
8768              into practically spelling out the name of the function.
8769              Takes care of the bug 20001127.001.
8770      Branch: perl
8771            ! perlio.c
8772 ____________________________________________________________________________
8773 [  7885] By: gsar                                  on 2000/11/27  13:53:18
8774         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
8775              6610..6611 from mainline
8776              
8777              Make regular expression parse error messages easier to understand.
8778              Subject: Re: enhanced(?) regex error messages
8779              
8780              Tiny tidying on report_evil_fh().
8781              
8782              Subject: Re: enhanced(?) regex error messages 
8783              plus Capitalize the error messages, plus perldiag them.
8784              
8785              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
8786              
8787              Document here-doc better.
8788              
8789              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
8790              
8791              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
8792              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
8793              (either perlbug or p5p ate the original), plus regen
8794              perlapi and perltoc. 
8795              
8796              Regen global.sym.
8797              
8798              Double check that we have a dirhandle.
8799              
8800              Subject: Re: enhanced(?) regex error messages
8801              (plus two small patches sent privately)
8802              (this still seems to leave few test failures)
8803              
8804              warn is a macro, avoid using at a variable to avoid warnings
8805              in some configurations; readdir.t is too conservative in
8806              estimating number of *.t's
8807              
8808              Get back into sync with Jeffrey on the enhanced regex warnings.
8809              
8810              Subject: [PATCH 5.6.0] cygwin port
8811              
8812              Zero entries were skipped, fix from Adrian Goalby
8813              <argoalby@yahoo.co.uk>
8814              
8815              Subject: Remove dead entry in perldiag
8816              
8817              Amend the description of Perl6.
8818              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
8819              
8820              detypo
8821              
8822              It's the 2ndO'ROSSC.
8823              
8824              Revert the sv.c part of #6559, a better fix is needed.
8825              
8826              Iterating perl6 description.
8827              
8828              Update to Term::ANSIColor 1.03, from Russ Allbery.
8829              
8830              Update to Getopt::Long 2.23_05, from Johan Vromans.
8831              
8832              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
8833              
8834              Update to Pod::Parser 1.17, from Brad Appleton.
8835              
8836              Update to CPAN 1.56, from Andreas König.
8837              
8838              Update to CGI 2.70, from Lincoln Stein.
8839              
8840              Put back the std @INC thing.
8841              
8842              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
8843              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
8844              
8845              Document the IO::Select timeout.
8846              
8847              sleep(1) does not necessarily return 1.
8848              Subject: [PATCH bleadperl] op/lex_assign.t  
8849              
8850              Subject: debugger "d" command doesnt check line number
8851              
8852              B::Deparse didn't do sub attributes.
8853              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
8854              
8855              Preprocessing and postprocessing for File::Find.
8856              Subject: Patch to Find::File.pm to allow alphabetical results
8857              
8858              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
8859              
8860              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
8861              
8862              Subject: Re: [ID 20000730.003] utf8::length() bad
8863              
8864              Subject: Getting perlio and threads to compile
8865              (the Solaris version changes in Configure skipped)
8866              
8867              Tests for #6589.
8868              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
8869              
8870              Add Perl debugging tutorial, regen toc. 
8871              Subject: perldebtut.pod
8872              
8873              Add a few missing files, update MANIFEST.
8874              
8875              Rewrite of vms/subconfigure.com as configure.com,
8876              from Peter Prymmer and the vmsperl crew.
8877              
8878              Should have deleted this in #6603.
8879              
8880              Fix the test for 5005threads.
8881              
8882              Fix-n-skip the tests under 5005threads.
8883              
8884              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
8885              
8886              Upgrade to CGI 2.71, from Lincoln Stein.
8887      Branch: maint-5.6/perl
8888           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
8889           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
8890           +> t/op/regmesg.t t/pod/find.t vms/configure.com
8891            - vms/subconfigure.com
8892            ! lib/lib.pm
8893           !> (integrate 115 files)
8894 ____________________________________________________________________________
8895 [  7884] By: jhi                                   on 2000/11/27  13:44:33
8896         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
8897              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8898              Date:     Mon, 27 Nov 2000 08:23:54 EST
8899              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
8900      Branch: perl
8901            ! vms/descrip_mms.template vms/test.com
8902 ____________________________________________________________________________
8903 [  7883] By: gsar                                  on 2000/11/27  11:50:46
8904         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
8905              6511..6513,6515..6523,6525..6536
8906              
8907              The swallow_bom() saga continues.  The #23 of require.t
8908              (UTF16-LE) still fails (silently, no output) but the #22
8909              (UTF16-BE) seems to be working now.  The root of the
8910              failure may be in sv_gets(): is it UTF-16LE-aware,
8911              especially when it comes to line endings? 
8912              
8913              Document the problem with -P in HP-UX and its workaround.
8914              
8915              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
8916              (aka ID 20000730.002)
8917              
8918              Subject: fix and question re: waitpid() under win32
8919              
8920              Make the safety catch for buggy gccs work with triple version
8921              numbers like 2.95.2.  Reported in
8922              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
8923              
8924              In Digital UNIX warn if gcc explicitly chosen because even
8925              2.95.2 is known to cause problems.
8926              
8927              Make chr() for values >127 to create utf8 when under utf8.
8928              
8929              various syntax errors and such (not fixed: comp/require.t#22 coredump
8930              on Windows)
8931              
8932              Stash away the largefiles flags and libswanted.
8933              
8934              BOM patching from Simon Cozens.
8935              
8936              If gccosandvers is equal to osname, clear gccosandvers.
8937              
8938              Make p4desc to skip non-mainperl branches by default.
8939              
8940              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
8941              
8942              The test from this
8943              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
8944              
8945              In new BSDs changes to argv[] do not show up in ps(1) output,
8946              instead one must use setproctitle().  This was already addressed
8947              by change #6457, but the below has a new variant for FreeBSD 4.0
8948              or later, and the matter is also documented more.
8949              
8950              FreeBSD 3.* updates from
8951              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
8952              
8953              regen_headers, regen perltoc.
8954              
8955              Document in one place the memory abstractions used in Perl core.
8956              
8957              memcpy has n o in it, as pinted ut by Sarathy.
8958              
8959              Remove the extraneous "main::" prefix from all the
8960              "opened only for", "on closed", and "never opened" warnings.
8961              
8962              The name of a filehandle does not have <these>.
8963              
8964              The tr utf8 patching continues.
8965              
8966              The new setproctitle() feature is available only in 
8967              bleeding edge FreeBSD.  From Paul Saab.
8968              
8969              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
8970              
8971              Dump UVs as UVs in Data::Dumper.
8972              
8973              detypo #6494
8974              
8975              Document the IVdf UVuf UVof UVxf.
8976              
8977              require.t needs binmode() to work on windows
8978              
8979              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
8980              that are hopefully soon put into use.
8981              
8982              Allow "no Module;" even if there is no 'unimport'.
8983              
8984              Better skip message for the test; one of the two problems in
8985              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
8986              
8987              The subtest 4 may fail also on VOBS, as pointed out
8988              by Nick Ing-Simmons in November 1999, bug id 19991124.003
8989              (but the failure in that bug report isn't the subtest 4).
8990              
8991              Be more informative on what is skipped and why,
8992              also repeat the list at the end.
8993              
8994              Add a URL for FSF.
8995              
8996              Subject: [PATCH] sv.h documentation - SvLEN
8997              
8998              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
8999              
9000              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
9001              
9002              Subject: [PATCH] bad cppsymbols on os2 + Configure question
9003              
9004              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
9005              
9006              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
9007              mention the idea of @( and @)
9008              
9009              This is 6512.  Really.
9010              
9011              Subject: [ID 19990721.004] Documentation bug in perlfunc
9012              
9013              Subject: Minor tweak to perlvar.pod
9014              
9015              In the warnings call filehandles consistently so;
9016              add "unopened" warning for stat().
9017              
9018              After the #6519 a warning about stat() is just that,
9019              not about a filetest, which now have their own warning.
9020              
9021              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
9022              
9023              Subject: Re: Array vs. List context
9024              
9025              Subject: New perlcc, take 2
9026              
9027              Weed buglets pointed out by
9028              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
9029              
9030              gcc versions might have (parentheses) in them.
9031              
9032              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
9033              
9034              Essential prototype changes were missing from #6527.
9035              Also make report_evil_fh() more bomb-proof.
9036              
9037              Zap lib/Sys directory when cleaning up.
9038              
9039              Change the Policy policy: now -Dprefix= with an existing
9040              Policy.sh and prefix == siteprefix == vendorprefix, then all
9041              of them follow along the new prefix.
9042              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
9043              
9044              Continue fixing the io warnings.  This also
9045              sort of fixes bug ID 20000802.003: the core dump
9046              is no more.  Whether the current behaviour is correct
9047              (giving a warning: "Not a format reference"), is another matter.
9048              
9049              Have symbols for the IoTYPEs.
9050              
9051              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
9052              
9053              Document a bit that UDP is not what you might think.
9054              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
9055              tr memory corruption fix from Simon Cozens.
9056              
9057              Plug the security hole described in the Aug 05 2000 bugtraq message
9058              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
9059              The security hole exists only in suidperls, which isn't
9060              installed or even built by default.
9061      Branch: maint-5.6/perl
9062           !> (integrate 71 files)
9063 ____________________________________________________________________________
9064 [  7882] By: gsar                                  on 2000/11/27  10:25:36
9065         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
9066              from mainline
9067              
9068              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
9069              to be fatal errors (instead of by default ignoring them, and
9070              ignoring with a bug: even though -w gave an error, the opening [
9071              was left in)  Reported in:
9072              
9073              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
9074              
9075              Subject: [PATCH] split /^/
9076              
9077              MacOS nits from Matthias Neeracher.
9078              
9079              More split() doc and test patches from Mike Guy.
9080              
9081              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
9082              from Graham Barr in the module list.
9083              
9084              docfix from Peter Scott <Peter@PSDT.com>.
9085              
9086              File::Temp patches for VMS and OS/2 from Tim Jenness.
9087              
9088              open() wariness in perlbug.
9089              
9090              Subject: [PATCH] minor doc change - perlguts
9091              
9092              Subject: Minor doc patch: handy.h
9093              
9094              Be wary of close()s, too.
9095              
9096              Further File::Temp patches from Yitzchak Scott-Thoennes
9097              and Craig A. Berry.
9098              
9099              Subject: [PATCH] fixes bug 20000508.004
9100              
9101              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
9102              
9103              Allow "no AutoLoader;", based on change #6444,
9104              suggested by Graham Barr.
9105              
9106              Use setproctitle() if available to modify $0.
9107              
9108              Warn if the version of the operating system used to compile gcc
9109              differs from the current version of the operating system.
9110              Also display the gcc compilation os and version in myconfig.
9111              Inspiration from
9112              
9113              Tiny fixes for #6460.
9114              
9115              The problem described in this
9116              Subject: [ID 20000322.018] named chars aren't magical enough
9117              has been fixed in perl 5.6.0 but just in case added a test
9118              to keep it away.  (The report from Joseph Hall.)
9119              
9120              Tune the comments and hopefully stop a memory leak.
9121              
9122              Subject: UTF8 concat
9123              (with a memory leak fixed, plus a few casts added)
9124              This also seems to help for
9125              Subject: [ID 20000716.015] join UTF8 weirdness
9126              
9127              Do not upgrade SVs into utf8 just because they participate
9128              in eq or cmp.  Reported and fix suggested in
9129              Subject: [ID 20000720.009] sv_eq UTF8 bug
9130              
9131              Fix the HALF_UPGRADE() macro introduced in #6263.
9132              
9133              Find green threads before native threads.
9134              Subject: Re: Patch to jpl/JNI/Makefile.PL
9135      Branch: maint-5.6/perl
9136           !> (integrate 30 files)
9137 ____________________________________________________________________________
9138 [  7881] By: jhi                                   on 2000/11/27  05:48:41
9139         Log: It seems that *both* the unused submatch loop cleanup
9140              codes are needed.
9141      Branch: perl
9142            ! regexec.c
9143 ____________________________________________________________________________
9144 [  7880] By: jhi                                   on 2000/11/27  04:50:07
9145         Log: Clean .exists deeper.
9146      Branch: perl
9147            ! Makefile.SH
9148 ____________________________________________________________________________
9149 [  7879] By: jhi                                   on 2000/11/27  02:31:35
9150         Log: The code in regcppop() (see #7878) contains the correct lower
9151              limit for the unused submatch 'cleanup' loop so that under
9152              "use utf8" the following code wouldn't dump core:
9153              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
9154              the cleanup loop in regtry() stomped beyond allocated area
9155              in the startp[] array.  Therefore, copied the correct lower
9156              loop limit (*PL_reglastparen) to regtry().  Note: something
9157              may still not be quite right: why was the _higher_ loop limit
9158              (prog->nparens) different in the utf8 case?
9159              
9160              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
9161              without core dumps, there were about 17 of them before
9162              the patch (with us since Perl 5.7.0).  Two failures, still:
9163              496 and 505 (though these may not be severe).
9164              
9165              Patch #7881 is also needed since both the cleanup loops
9166              seem to be needed.
9167              
9168              Also, the t/op/pat#44 seems to core dump under utf8.
9169              Plus a couple of failures.  UGH-8.
9170      Branch: perl
9171            ! regexec.c
9172 ____________________________________________________________________________
9173 [  7878] By: jhi                                   on 2000/11/27  02:21:17
9174         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
9175              the code in regcppop() seems to be redundant for the test suite --
9176              but it contains a germ of truth, and it needed for the build
9177              process itself: see #7879 and #7881.
9178      Branch: perl
9179            ! regexec.c
9180 ____________________________________________________________________________
9181 [  7877] By: jhi                                   on 2000/11/27  01:53:09
9182         Log: Comment on comment.
9183      Branch: perl
9184            ! regexec.c
9185 ____________________________________________________________________________
9186 [  7876] By: jhi                                   on 2000/11/27  00:49:59
9187         Log: Adjust the docs to agree with #7875.
9188      Branch: perl
9189            ! pod/perllocale.pod
9190 ____________________________________________________________________________
9191 [  7875] By: jhi                                   on 2000/11/27  00:49:27
9192         Log: Retract #7863.  It makes more sense not to taint formatted output,
9193              not even by sprintf().
9194      Branch: perl
9195            ! sv.c
9196 ____________________________________________________________________________
9197 [  7874] By: jhi                                   on 2000/11/26  23:36:02
9198         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
9199              Not really fixed (should really dump the UTF-8 charclass),
9200              but stopped displaying the garbage.
9201              
9202              Also add a note on the (missing) Unicode PSXSPC and BLANK.
9203      Branch: perl
9204            ! regcomp.c
9205 ____________________________________________________________________________
9206 [  7873] By: jhi                                   on 2000/11/26  21:31:13
9207         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
9208      Branch: perl
9209            ! regexec.c
9210 ____________________________________________________________________________
9211 [  7872] By: jhi                                   on 2000/11/26  21:06:04
9212         Log: No need to scan till infinity, 13 is enough.
9213      Branch: perl
9214            ! handy.h utf8.c
9215 ____________________________________________________________________________
9216 [  7871] By: jhi                                   on 2000/11/26  20:20:32
9217         Log: Test line numbers are different with utf8.
9218      Branch: perl
9219            ! t/op/re_tests
9220 ____________________________________________________________________________
9221 [  7870] By: jhi                                   on 2000/11/26  20:10:12
9222         Log: Message nit.
9223      Branch: perl
9224            ! regcomp.c
9225 ____________________________________________________________________________
9226 [  7869] By: jhi                                   on 2000/11/26  19:01:05
9227         Log: Make utf8_length() and utf8_distance() (the latter of which
9228              is unused at the moment) to be less forgiving about bad UTF-8.
9229      Branch: perl
9230            ! embed.h embed.pl objXSUB.h proto.h utf8.c
9231 ____________________________________________________________________________
9232 [  7868] By: jhi                                   on 2000/11/26  18:45:56
9233         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
9234              From: Benjamin Holzman <bah@ecnvantage.com>
9235              Date: Sat, 25 Nov 2000 20:40:20 -0500       
9236              Message-ID: <20001125204020.A25040@ecnvantage.com>              
9237              
9238              Debian allows installing /usr/bin/locale without installing
9239              any locales, an error message will ensue.
9240      Branch: perl
9241            ! t/pragma/locale.t
9242 ____________________________________________________________________________
9243 [  7867] By: jhi                                   on 2000/11/26  18:31:12
9244         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
9245              From: Benjamin Holzman <bah@ecnvantage.com>
9246              Date: Sun, 26 Nov 2000 02:42:34 -0500
9247              Message-ID: <20001126024234.G25040@ecnvantage.com>
9248              
9249              Patch for the bug 20000212.002.
9250      Branch: perl
9251            ! sv.c t/op/array.t
9252 ____________________________________________________________________________
9253 [  7866] By: jhi                                   on 2000/11/26  18:28:09
9254         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
9255              From: Tim Jenness <t.jenness@jach.hawaii.edu>
9256              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
9257              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
9258              
9259              File::Temp 0.11.
9260      Branch: perl
9261            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
9262 ____________________________________________________________________________
9263 [  7865] By: jhi                                   on 2000/11/26  18:24:22
9264         Log: The metaconfig unit change for #7864.
9265      Branch: metaconfig/U/perl
9266            ! need_va_copy.U
9267 ____________________________________________________________________________
9268 [  7864] By: jhi                                   on 2000/11/26  18:23:41
9269         Log: Make the va_copy() test not to be so talkative.
9270      Branch: perl
9271            ! Configure config_h.SH
9272 ____________________________________________________________________________
9273 [  7863] By: jhi                                   on 2000/11/26  18:11:02
9274         Log: Fix locale inconsistencies unearthed by Hugo's work.
9275              Now the floating point sprintf really does taint the result
9276              string as perllocale promises (has promised for a long time)
9277              if "use locale" is in the lexical scope.
9278      Branch: perl
9279            ! sv.c t/pragma/locale.t
9280 ____________________________________________________________________________
9281 [  7862] By: jhi                                   on 2000/11/26  00:35:15
9282         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
9283              From: Nicholas Clark <nick@ccl4.org>
9284              Date: Sun, 26 Nov 2000 00:07:50 +0000
9285              Message-ID: <20001126000750.A22446@plum.flirble.org>
9286              
9287              Infinit.
9288      Branch: perl
9289            ! sv.c
9290 ____________________________________________________________________________
9291 [  7861] By: jhi                                   on 2000/11/26  00:01:26
9292         Log: Integrate perlio.
9293      Branch: perl
9294           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
9295 ____________________________________________________________________________
9296 [  7860] By: nick                                  on 2000/11/25  22:04:17
9297         Log: Correct relative path from new ext\Filter\Util\Call location
9298              back to miniperl.
9299      Branch: perlio
9300            ! win32/makefile.mk
9301 ____________________________________________________________________________
9302 [  7859] By: nick                                  on 2000/11/25  21:26:54
9303         Log: Integrate mainline.
9304      Branch: perlio
9305           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
9306           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
9307           +> t/lib/filter-util.t
9308            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
9309            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
9310            - t/lib/filt-util.t
9311           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
9312           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
9313           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
9314           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
9315           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
9316           !> win32/makefile.mk
9317 ____________________________________________________________________________
9318 [  7858] By: gsar                                  on 2000/11/25  20:52:17
9319         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
9320              parent's memory; fix it by keeping track of the actual pad
9321              offset rather than a raw pointer (this change is probably also
9322              relevant to non-ithreads case to avoid fallout from reallocs of
9323              the pad array, but is currently only enabled for the ithreads
9324              case in the interests of minimal disruption to existing "well
9325              tested" code)
9326      Branch: perl
9327            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
9328            ! proto.h scope.c scope.h sv.c t/op/fork.t
9329 ____________________________________________________________________________
9330 [  7857] By: nick                                  on 2000/11/25  20:01:28
9331         Log: All tests pass on Win32/gcc/USE_PERLIO.
9332              - when crlf layer is pushed make unix-level binary.
9333              - remove :crlf injection in pp_backtick in pp_sys.c
9334              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
9335      Branch: perlio
9336            ! doio.c perlio.c pp_sys.c win32/makefile.mk
9337 ____________________________________________________________________________
9338 [  7856] By: jhi                                   on 2000/11/25  18:38:30
9339         Log: Update the metaconfig units for #7855.
9340      Branch: metaconfig/U/perl
9341            ! useperlio.U usesocks.U
9342 ____________________________________________________________________________
9343 [  7855] By: jhi                                   on 2000/11/25  18:37:54
9344         Log: Undo the SOCKS workarounds, instead start using PerlIO
9345              if SOCKS is selected.
9346              
9347              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
9348              From: Jens Hamisch <jens@Strawberry.COM>
9349              Date: Fri, 24 Nov 2000 18:31:30 +0100
9350              Message-ID: <20001124183130.E28337@Strawberry.COM>
9351              
9352              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
9353              From: Jens Hamisch <jens@Strawberry.COM>
9354              Date: Fri, 24 Nov 2000 19:11:51 +0100
9355              Message-ID: <20001124191151.A28753@Strawberry.COM>
9356      Branch: perl
9357            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
9358            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
9359 ____________________________________________________________________________
9360 [  7854] By: jhi                                   on 2000/11/25  17:39:08
9361         Log: Undo #7848.  Some of the code seems to use walkoptree(),
9362              some walkoptree_slow().  An unfinished renaming?
9363              Now the sub is walkoptree() (which is @EXPORT_OK),
9364              the walkoptree_slow() is a typeglob alias to walkoptree.
9365              This makes the tests to pass, at least.
9366      Branch: perl
9367            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
9368 ____________________________________________________________________________
9369 [  7853] By: nick                                  on 2000/11/24  22:24:33
9370         Log: Re-arrange crlf vs binary for platforms that care.
9371              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
9372              Lip-service to making stdio layer work on such platfroms (untested).
9373              Now fails 3 tests rather than one, checkin to see if I can debug 
9374              the issue under linux. (Do not merge.)
9375      Branch: perlio
9376            ! doio.c perlio.c perliol.h
9377 ____________________________________________________________________________
9378 [  7852] By: jhi                                   on 2000/11/24  18:57:39
9379         Log: AUTHORS edits.
9380      Branch: perl
9381            ! AUTHORS
9382 ____________________________________________________________________________
9383 [  7851] By: jhi                                   on 2000/11/24  17:34:56
9384         Log: Add Jan-Erik Karlsson.
9385      Branch: perl
9386            ! AUTHORS
9387 ____________________________________________________________________________
9388 [  7850] By: jhi                                   on 2000/11/24  17:27:56
9389         Log: Configure should find stdchar on its own.
9390      Branch: perl
9391            ! hints/solaris_2.sh
9392 ____________________________________________________________________________
9393 [  7849] By: jhi                                   on 2000/11/24  17:24:55
9394         Log: Subject: PATCH over 7848: Filter test flawed
9395              From: andreas.koenig@anima.de (Andreas J. Koenig)
9396              Date: 24 Nov 2000 10:28:29 +0100
9397              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
9398      Branch: perl
9399            ! t/lib/filter-util.t
9400 ____________________________________________________________________________
9401 [  7848] By: jhi                                   on 2000/11/24  17:22:15
9402         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
9403              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
9404              Date: Fri, 24 Nov 2000 16:12:58 +0000
9405              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
9406      Branch: perl
9407            ! ext/B/B.pm
9408 ____________________________________________________________________________
9409 [  7847] By: jhi                                   on 2000/11/24  03:07:01
9410         Log: Integrate perlio.
9411      Branch: perl
9412           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
9413           !> win32/makefile.mk
9414 ____________________________________________________________________________
9415 [  7846] By: gsar                                  on 2000/11/24  00:55:57
9416         Log: integrate changes#6415..6418,6420..6438 from mainline
9417              
9418              Fix the bitvector ops for utf8 (tricky since past 7 bits
9419              the utf8 'characters' can be more than one octet).
9420              
9421              MPE/ix updates for perl 5.6.0 from Mark Bixby.
9422              
9423              Subject: SDBM_File documentation
9424              
9425              Detypo.
9426              
9427              Decutandpasto.
9428              
9429              Send all installperl messages to STDERR and be -w clean.
9430              
9431              Out-of-date note removed.
9432              
9433              Protect against "wild next"s, that is, callbacks doing "next"
9434              instead of "return".
9435              
9436              Use STDOUT consistently.
9437              
9438              The output might have been produced in the wrong order.
9439              
9440              A missing 'break' after the [[:space:]] switch case.
9441              
9442              Add tests for
9443              [ID 19991110.003] another matching finding by pcre author
9444              which has already been fixed by some patch, as verified in
9445              
9446              Documentation to explain the behaviour of map().
9447              
9448              Add an optimization for map-maps-a-list-element-to-more-list-elements
9449              case, but add also notes explaining the relationship of this
9450              patch and the earlier notes by Sarathy.
9451              
9452              Subject: [ID 20000716.023] syslog test fails without sockets
9453              
9454              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
9455              Test cases for #6431.
9456              
9457              File::Spec::VMS fixup for tmpdir from Craig Berry.
9458              
9459              Make the "uninit variable" warning to say "concat or string"
9460              or "join or string" when in concat or join .
9461              
9462              Get UTF16 BOMs working.  Patch from
9463              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
9464              
9465              Subject: [PATCH] Make large file tests deal with SIGXFSZ
9466              
9467              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
9468              
9469              Subject: [PATCH] av.c apidoc
9470      Branch: maint-5.6/perl
9471           !> (integrate 43 files)
9472 ____________________________________________________________________________
9473 [  7845] By: gsar                                  on 2000/11/24  00:20:45
9474         Log: integrate changes#6406..6414 from mainline
9475              
9476              Merge perlhacktut into perlhack, update perlguts.
9477              
9478              Fix AutoSplit to use File::Spec the right way in VMS,
9479              from Peter Prymmer.
9480              
9481              The bug report
9482              [ID 19991110.002] minimal matching discrepancy found by pcre author
9483              seems to have been fixed (though differently from what was suggested
9484              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
9485              
9486              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
9487              not in pod, from Peter Prymmer
9488              
9489              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
9490              From: Hugo <hv@crypt.compulink.co.uk>
9491              Date: Fri, 14 Jul 2000 23:05:20 +0100
9492              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
9493              
9494              Didn't anymore apply, but that point still could use another fix.
9495              
9496              lib/b test fixes from Peter Prymmer.
9497              
9498              More docs for sv functions.
9499              
9500              perlvms.pod whitespace cleanup to keep pod utils happy.
9501              
9502              another VMS build tweak from Peter Prymmer
9503      Branch: maint-5.6/perl
9504           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
9505           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
9506           !> vms/descrip_mms.template vms/perlvms.pod
9507 ____________________________________________________________________________
9508 [  7844] By: nick                                  on 2000/11/23  23:42:45
9509         Log: Win32/perlio Now just fails one io/argv.t test - lack 
9510              of default :crlf on standard streams.
9511      Branch: perlio
9512            ! doio.c perlio.c
9513 ____________________________________________________________________________
9514 [  7843] By: nick                                  on 2000/11/23  23:04:05
9515         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
9516              peek fail is showing a real problem (multiple crlf layers
9517              are getting pushed.)
9518      Branch: perlio
9519            ! doio.c perlio.c win32/makefile.mk
9520 ____________________________________________________________________________
9521 [  7842] By: nick                                  on 2000/11/23  19:46:23
9522         Log: Implement PerlIO_binmode()
9523              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
9524              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
9525              make binmode in t/lib/io_tell.t unconditional so that works.
9526              Checkin just so Win32 machine can see these changes.
9527      Branch: perlio
9528            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
9529 ____________________________________________________________________________
9530 [  7841] By: jhi                                   on 2000/11/23  19:30:00
9531         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
9532      Branch: perl
9533            ! README.amiga
9534 ____________________________________________________________________________
9535 [  7840] By: jhi                                   on 2000/11/23  17:18:02
9536         Log: SOCKS wrestling continues, patches from Jens Hamisch.
9537      Branch: perl
9538            ! doio.c embed.h embed.pl perlsdio.h proto.h
9539 ____________________________________________________________________________
9540 [  7839] By: jhi                                   on 2000/11/23  16:54:14
9541         Log: Push Filter::Util::Call one level deeper.
9542      Branch: perl
9543            + t/lib/filter-util.t
9544           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
9545           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
9546            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
9547            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
9548            - t/lib/filt-util.t
9549            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
9550            ! win32/Makefile win32/makefile.mk
9551 ____________________________________________________________________________
9552 [  7838] By: jhi                                   on 2000/11/23  16:52:40
9553         Log: Reach back one higher up when searching for PERL_SRC.
9554      Branch: perl
9555            ! lib/ExtUtils/MM_Unix.pm
9556 ____________________________________________________________________________
9557 [  7837] By: jhi                                   on 2000/11/23  16:05:41
9558         Log: Subject: Re: perl@7826
9559              Date: Thu, 23 Nov 2000 02:20:25 -0600
9560              From: "Craig A. Berry" <craigberry@mac.com>
9561              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
9562              
9563              Make VMS to like Filter::Util::Call. 
9564      Branch: perl
9565            ! configure.com ext/Filter/Util/Makefile.PL
9566 ____________________________________________________________________________
9567 [  7836] By: nick                                  on 2000/11/23  16:04:08
9568         Log: Implement crlf layer - not ready for merge.
9569      Branch: perlio
9570            ! perlio.c win32/makefile.mk
9571 ____________________________________________________________________________
9572 [  7835] By: jhi                                   on 2000/11/23  15:56:52
9573         Log: STDCHAR is different in Sparc v9 vs x86.
9574      Branch: perl
9575            ! hints/solaris_2.sh
9576 ____________________________________________________________________________
9577 [  7834] By: jhi                                   on 2000/11/23  15:50:47
9578         Log: The type needs to be visible to protos.
9579      Branch: perl
9580            ! perl.h
9581 ____________________________________________________________________________
9582 [  7833] By: jhi                                   on 2000/11/23  15:40:46
9583         Log: Finish unfinished SOCKS workaround changes.
9584      Branch: perl
9585            ! doio.c
9586 ____________________________________________________________________________
9587 [  7832] By: jhi                                   on 2000/11/23  15:33:30
9588         Log: Integrate perlio.
9589      Branch: perl
9590           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
9591           !> win32/makefile.mk
9592 ____________________________________________________________________________
9593 [  7831] By: nick                                  on 2000/11/23  10:31:07
9594         Log: Correct makefile.mk dependancies for ext/Filter/Util
9595              Build ext/Encode
9596              Run dmake regen_config_h
9597      Branch: perlio
9598            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9599            ! win32/makefile.mk
9600 ____________________________________________________________________________
9601 [  7830] By: nick                                  on 2000/11/23  08:05:07
9602         Log: Integrate mainline
9603      Branch: perlio
9604           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
9605           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
9606           +> t/lib/filt-util.pl t/lib/filt-util.t
9607           !> (integrate 41 files)
9608 ____________________________________________________________________________
9609 [  7829] By: gsar                                  on 2000/11/23  03:07:11
9610         Log: build the Filter extension on windows
9611      Branch: perl
9612            ! win32/Makefile win32/makefile.mk
9613 ____________________________________________________________________________
9614 [  7828] By: gsar                                  on 2000/11/23  02:46:35
9615         Log: regenerate win32/config* and fix some inconsistencies in the
9616              makefiles; always export Perl_deb() because it is needed
9617              by ext/re/* (whether perl itself is built with -DDEBUGGING
9618              or not)
9619      Branch: perl
9620            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
9621            ! win32/config_H.vc win32/makefile.mk
9622 ____________________________________________________________________________
9623 [  7827] By: gsar                                  on 2000/11/23  02:18:38
9624         Log: get sources building on windows+MSVC again (untested with other
9625              compilers)
9626      Branch: perl
9627            ! win32/include/sys/socket.h win32/perllib.c
9628 ____________________________________________________________________________
9629 [  7826] By: jhi                                   on 2000/11/23  01:18:26
9630         Log: Update Changes.
9631      Branch: perl
9632            ! Changes patchlevel.h
9633 ____________________________________________________________________________
9634 [  7825] By: jhi                                   on 2000/11/23  00:20:41
9635         Log: Subject: Re: av.c patch (having slight problems)
9636              From: "Ben Tilly" <ben_tilly@hotmail.com>
9637              Date: Tue, 21 Nov 2000 23:29:31 -0500
9638              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
9639              
9640              unshift() speedup.
9641      Branch: perl
9642            ! av.c
9643 ____________________________________________________________________________
9644 [  7824] By: jhi                                   on 2000/11/22  23:59:15
9645         Log: Fixes for signedness warnings noticed by VMSperlers.
9646      Branch: perl
9647            ! ext/Storable/Storable.xs regcomp.c sv.c
9648 ____________________________________________________________________________
9649 [  7823] By: jhi                                   on 2000/11/22  23:19:31
9650         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
9651              From: Peter Prymmer <pvhp@forte.com>
9652              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
9653              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
9654      Branch: perl
9655            ! t/pragma/warn/pp_hot
9656 ____________________________________________________________________________
9657 [  7822] By: jhi                                   on 2000/11/22  22:52:20
9658         Log: Be clean.
9659      Branch: perl
9660            ! Makefile.SH
9661 ____________________________________________________________________________
9662 [  7821] By: jhi                                   on 2000/11/22  22:46:39
9663         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
9664              by Damian Conway, as suggested by Paul Marquess.
9665      Branch: perl
9666            + lib/Filter/Simple.pm
9667 ____________________________________________________________________________
9668 [  7820] By: jhi                                   on 2000/11/22  22:45:51
9669         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
9670      Branch: perl
9671            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
9672            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
9673            + t/lib/filt-util.t
9674            ! MANIFEST
9675 ____________________________________________________________________________
9676 [  7819] By: jhi                                   on 2000/11/22  22:03:27
9677         Log: Integrate perlio.
9678      Branch: perl
9679           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
9680           !> win32/makefile.mk
9681 ____________________________________________________________________________
9682 [  7818] By: jhi                                   on 2000/11/22  21:56:02
9683         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
9684      Branch: perl
9685            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
9686            ! t/lib/io_sock.t
9687 ____________________________________________________________________________
9688 [  7817] By: jhi                                   on 2000/11/22  21:39:49
9689         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
9690              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9691              Date: Wed, 22 Nov 2000 16:08:12 -0500
9692              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
9693      Branch: perl
9694            ! lib/ExtUtils/Liblist.pm
9695 ____________________________________________________________________________
9696 [  7816] By: jhi                                   on 2000/11/22  21:38:25
9697         Log: Go ahead and #include <unistd.h> in perl.h.
9698      Branch: perl
9699            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
9700            ! util.c
9701 ____________________________________________________________________________
9702 [  7815] By: jhi                                   on 2000/11/22  21:22:52
9703         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
9704              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9705              Date: Mon, 20 Nov 2000 18:30:52 -0500
9706              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
9707      Branch: perl
9708            ! pod/perlre.pod regcomp.c t/op/re_tests
9709 ____________________________________________________________________________
9710 [  7814] By: jhi                                   on 2000/11/22  21:21:46
9711         Log: Subject: [PATCH 5.7.0] Liblist finally works
9712              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9713              Date: Tue, 21 Nov 2000 22:02:17 -0500
9714              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
9715      Branch: perl
9716            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
9717            ! lib/ExtUtils/MakeMaker.pm
9718 ____________________________________________________________________________
9719 [  7813] By: jhi                                   on 2000/11/22  21:20:23
9720         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
9721              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9722              Date: Wed, 22 Nov 2000 17:53:15 +0100
9723              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
9724              
9725              AIX dynaloader and perlio patch.
9726      Branch: perl
9727            ! ext/DynaLoader/dl_aix.xs
9728 ____________________________________________________________________________
9729 [  7812] By: jhi                                   on 2000/11/22  21:17:52
9730         Log: (Accidentally empty patch.)
9731      Branch: perl
9732            ! av.c
9733 ____________________________________________________________________________
9734 [  7811] By: jhi                                   on 2000/11/22  21:16:31
9735         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
9736              From: Peter Prymmer <pvhp@forte.com>
9737              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
9738              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
9739      Branch: perl
9740            ! vms/test.com
9741 ____________________________________________________________________________
9742 [  7810] By: jhi                                   on 2000/11/22  21:15:36
9743         Log: Subject: Re: perl@7777 
9744              From: "John P. Linderman" <jpl@research.att.com>
9745              Date: Wed, 22 Nov 2000 13:11:11 -0500
9746              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
9747              
9748              Detypoing.
9749      Branch: perl
9750            ! lib/CPAN.pm
9751 ____________________________________________________________________________
9752 [  7809] By: jhi                                   on 2000/11/22  21:14:19
9753         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
9754              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9755              Date:     Wed, 22 Nov 2000 13:51:37 EST
9756              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
9757      Branch: perl
9758            ! perlsdio.h
9759 ____________________________________________________________________________
9760 [  7808] By: jhi                                   on 2000/11/22  21:13:27
9761         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
9762              From: Casey Tweten <crt@kiski.net>
9763              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
9764              Message-Id: <200011201653.LAA10194@home.kiski.net>
9765      Branch: perl
9766            ! t/lib/io_udp.t
9767 ____________________________________________________________________________
9768 [  7807] By: jhi                                   on 2000/11/22  21:12:35
9769         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
9770              From: Casey Tweten <crt@kiski.net>
9771              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
9772              Message-Id: <200011201636.LAA07227@home.kiski.net>
9773      Branch: perl
9774            ! t/lib/io_sock.t
9775 ____________________________________________________________________________
9776 [  7806] By: jhi                                   on 2000/11/22  21:10:59
9777         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
9778              From: "Casey R. Tweten" <crt@kiski.net>
9779              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
9780              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
9781      Branch: perl
9782            ! utils/h2xs.PL
9783 ____________________________________________________________________________
9784 [  7805] By: nick                                  on 2000/11/22  21:05:06
9785         Log: Integrate mainline
9786      Branch: perlio
9787           !> Changes Porting/genlog ext/DB_File/DB_File.xs
9788           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
9789           !> utils/perlbug.PL
9790 ____________________________________________________________________________
9791 [  7804] By: jhi                                   on 2000/11/22  21:01:12
9792         Log: Subject: [PATCH] Test.pm POD peculiarity
9793              From: "Casey R. Tweten" <crt@kiski.net>
9794              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
9795              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
9796      Branch: perl
9797            ! lib/Test.pm
9798 ____________________________________________________________________________
9799 [  7803] By: jhi                                   on 2000/11/22  20:59:59
9800         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
9801              From: "Philip Newton" <pnewton@gmx.de>
9802              Date: Wed, 22 Nov 2000 14:25:53 +0100
9803              Message-Id: <3A1BD771.25462.1939FAD@localhost>
9804              
9805              Be case-understanding also on 's', and use the -oi of sendmail
9806              not to terminate the transmission on a lone '.'.
9807      Branch: perl
9808            ! utils/perlbug.PL
9809 ____________________________________________________________________________
9810 [  7802] By: nick                                  on 2000/11/22  20:51:42
9811         Log: Win32 PerlIO intermediate state now working as expected.
9812              - In current state we are still using C runtime in text/binary
9813              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
9814              - PERLIO=stdio and PERLIO=unix pass all expected tests.
9815              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
9816              and PerlIO_seek() and the dummy crlf layer is not making adjustments
9817              for CRLF translation happening in C runtime. All other tests pass.
9818              
9819              Added note to README.win32 to point out the snags of doing a perl build
9820              with Norton AntiVirus turned on.
9821              
9822              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
9823              which file a fail comes from.
9824              
9825              Updated "canned" config.h to match the one generated.
9826      Branch: perlio
9827            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
9828            ! win32/makefile.mk
9829 ____________________________________________________________________________
9830 [  7801] By: jhi                                   on 2000/11/22  06:50:20
9831         Log: Nickety nits.
9832      Branch: perl
9833            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
9834 ____________________________________________________________________________
9835 [  7800] By: jhi                                   on 2000/11/22  01:29:55
9836         Log: Changes had accidentally gone too silent on non-main branches.
9837      Branch: perl
9838            ! Changes Porting/genlog patchlevel.h
9839 ____________________________________________________________________________
9840 [  7799] By: gsar                                  on 2000/11/22  01:02:56
9841         Log: some lib_pm.PL changes snuck in via change#7772
9842      Branch: maint-5.6/perl
9843            ! Makefile.SH
9844 ____________________________________________________________________________
9845 [  7798] By: nick                                  on 2000/11/21  21:59:40
9846         Log: Integrate mainline
9847      Branch: perlio
9848           !> (integrate 28 files)
9849 ____________________________________________________________________________
9850 [  7797] By: jhi                                   on 2000/11/21  21:01:45
9851         Log: Integrate perlio.
9852      Branch: perl
9853           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
9854 ____________________________________________________________________________
9855 [  7796] By: nick                                  on 2000/11/21  20:36:22
9856         Log: Win32 builds and runs (mostly) with USE_PERLIO.
9857              PERLIO=perlio passes all tests. 
9858              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
9859      Branch: perlio
9860            ! perlio.c win32/perllib.c win32/win32.c
9861 ____________________________________________________________________________
9862 [  7795] By: jhi                                   on 2000/11/21  19:03:44
9863         Log: Update Changes.
9864      Branch: perl
9865            ! Changes patchlevel.h
9866 ____________________________________________________________________________
9867 [  7794] By: jhi                                   on 2000/11/21  18:56:34
9868         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
9869              From: "Craig A. Berry" <craigberry@mac.com>
9870              Date: Mon, 20 Nov 2000 20:27:06 -0600
9871              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
9872              
9873              A cut-and-pasto.
9874      Branch: perl
9875            ! perlio.h
9876 ____________________________________________________________________________
9877 [  7793] By: jhi                                   on 2000/11/21  18:54:41
9878         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
9879              From: Dominic Dunlop <domo@computer.org> 
9880              Date: Mon, 20 Nov 2000 18:55:29 +0100
9881              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
9882              
9883              va_copy() and the need of it.
9884              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
9885      Branch: metaconfig/U/perl
9886            + need_va_copy.U
9887      Branch: perl
9888            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9889            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
9890            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
9891            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
9892            ! win32/config.bc win32/config.gc win32/config.vc
9893 ____________________________________________________________________________
9894 [  7792] By: jhi                                   on 2000/11/21  17:04:10
9895         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
9896      Branch: perl
9897           !> scope.h
9898 ____________________________________________________________________________
9899 [  7791] By: jhi                                   on 2000/11/21  17:01:16
9900         Log: Export the SOCKS workaround symbols only if necessary.
9901      Branch: perl
9902            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
9903 ____________________________________________________________________________
9904 [  7790] By: nick                                  on 2000/11/20  23:57:11
9905         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
9906      Branch: perlio
9907            ! scope.h
9908 ____________________________________________________________________________
9909 [  7789] By: nick                                  on 2000/11/20  23:38:33
9910         Log: Integrate mainline
9911      Branch: perlio
9912           +> lib/File/Spec/Epoc.pm
9913           !> (integrate 34 files)
9914 ____________________________________________________________________________
9915 [  7788] By: nick                                  on 2000/11/20  23:20:18
9916         Log: Make extra buffer layer work (dummy crlf layer)
9917      Branch: perlio
9918            ! doio.c perlio.c perlio.h
9919 ____________________________________________________________________________
9920 [  7787] By: jhi                                   on 2000/11/20  22:44:04
9921         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
9922              From: Peter Prymmer <pvhp@forte.com>
9923              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
9924              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
9925      Branch: perl
9926            ! t/pragma/locale.t
9927 ____________________________________________________________________________
9928 [  7786] By: jhi                                   on 2000/11/20  22:29:10
9929         Log: Subject: DOC PATCH 5.6.0 perlreftut
9930              From: mjd@plover.com
9931              Date: 20 Nov 2000 19:45:06 -0000
9932              Message-ID: <20001120194506.9505.qmail@plover.com>
9933      Branch: perl
9934            ! pod/perlreftut.pod
9935 ____________________________________________________________________________
9936 [  7785] By: jhi                                   on 2000/11/20  22:27:44
9937         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
9938              From: David Dyck <dcd@tc.fluke.com>
9939              Date: Mon, 20 Nov 2000 11:43:40 -0800
9940              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
9941      Branch: perl
9942            ! lib/Cwd.pm
9943 ____________________________________________________________________________
9944 [  7784] By: jhi                                   on 2000/11/20  22:23:21
9945         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
9946              Date: Mon, 20 Nov 2000 17:06:10 -0500
9947              To: Mailing list Perl5 <perl5-porters@perl.org>
9948              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
9949      Branch: perl
9950            ! pp_ctl.c t/op/pat.t
9951 ____________________________________________________________________________
9952 [  7783] By: jhi                                   on 2000/11/20  22:11:18
9953         Log: Subject: [PATCH] doop.c - UTF8 tr///               
9954              From: Simon Cozens <simon@cozens.net>
9955              Date: Sat, 18 Nov 2000 18:49:30 +0000
9956              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
9957              
9958              Subject: Re: [PATCH] doop.c - UTF8 tr///           
9959              From: Simon Cozens <simon@cozens.net>
9960              Date: Mon, 20 Nov 2000 20:45:22 +0000
9961              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
9962              
9963              Make tr on UTF-8 better but still not correct.
9964      Branch: perl
9965            ! doop.c
9966 ____________________________________________________________________________
9967 [  7782] By: jhi                                   on 2000/11/20  22:02:16
9968         Log: Remove the shared object before attempting to create
9969              (by linking) a new one.  E.g. in AIX not removing
9970              becomes quite painful if one tries to do more than one
9971              build in the same tree (an interrupted build, for example),
9972              since the AIX' shared dynaloader seemingly keeps the shared
9973              objects open and therefore 'busy' for quite a while, even when
9974              nobody is using the objects, leading into link failures.
9975      Branch: perl
9976            ! lib/ExtUtils/MM_Unix.pm
9977 ____________________________________________________________________________
9978 [  7781] By: gsar                                  on 2000/11/20  19:02:55
9979         Log: type mismatch due to faulty integration
9980      Branch: maint-5.6/perl
9981            ! toke.c win32/Makefile
9982 ____________________________________________________________________________
9983 [  7780] By: gsar                                  on 2000/11/20  17:31:55
9984         Log: integrate changes#6392,6394..6399,6401..6404
9985              
9986              The {multiplier} of a fixed substring was overlooked which
9987              caused a wrong initial search offset for that substring.
9988              
9989              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
9990              From: Hugo <hv@crypt.compulink.co.uk>
9991              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
9992              Date: Thu, 13 Jul 2000 19:27:13 +0100
9993              
9994              Fix the BOM bug: not a byteorder bug, a signedness bug.
9995              
9996              Replace change #6337 with a better one.
9997              
9998              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
9999              From: Hugo <hv@crypt.compulink.co.uk>
10000              Date: Fri, 14 Jul 2000 04:16:20 +0100
10001              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
10002              
10003              MakeMaker should not remove editor backups (*~) on `make clean`
10004              by default (completes change#6383)
10005              
10006              move new variables to the end of the interpreter structure (for
10007              bincompat in code that doesn't #include XSUB.h)
10008              
10009              rename totally bletcherous SvLOCK() thingy (doesn't do what the
10010              name suggests anyway)
10011              
10012              various cleanups (typos, misformatted code, and small bugs)
10013              
10014              typecasts needed for change#6394
10015              
10016              typos in change#6399, regen headers
10017              
10018              inconsistent types needs casts
10019              
10020              PERL_OBJECT build tweaks
10021      Branch: maint-5.6/perl
10022           !> MANIFEST doop.c embed.h embed.pl embedvar.h
10023           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
10024           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
10025           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
10026           !> toke.c util.c
10027 ____________________________________________________________________________
10028 [  7779] By: gsar                                  on 2000/11/20  17:06:29
10029         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
10030              
10031              Cosmetics and perldelta.
10032              
10033              Fix nits noticed by Boston.pm.
10034              
10035              Do the cc sanity check both before the hints and
10036              after the cc selction.
10037              
10038              get sprintf.t to adjust properly for 3-digit exponents
10039              
10040              don't clobber *.orig files on *clean targets
10041              
10042              fix bugs in processing %v-*d and similar format specs (from
10043              Avi Finkel <avi@finkel.org>)
10044              
10045              sprintf test tweaks (from Dominic Dunlop)
10046              
10047              new selfloader.t in change#6183 doesn't close DATA handles,
10048              and thus fails to clean up tmp files on dosish platforms
10049              
10050              typos (spotted by Peter Prymmer)
10051              
10052              typo fix from Craig Berry
10053      Branch: maint-5.6/perl
10054           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
10055           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
10056           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
10057           !> x2p/Makefile.SH
10058 ____________________________________________________________________________
10059 [  7778] By: gsar                                  on 2000/11/20  16:46:51
10060         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
10061              
10062              Subject: Re: format bug report  [Patch]
10063              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10064              Date: Wed, 05 Jul 2000 13:12:52 +0200
10065              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
10066              
10067              Subject: Re: format bug report  [Patch]
10068              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10069              Date: Wed, 05 Jul 2000 14:10:01 +0200
10070              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
10071              
10072              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
10073              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
10074              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
10075              Date: Fri, 07 Jul 2000 17:57:16 +0100
10076              
10077              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
10078              To: perl5-porters@perl.org
10079              From: Karsten Sperling <spiff@phreax.net>
10080              Date: Mon, 10 Jul 2000 15:12:52 +0200
10081              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
10082              
10083              README.posix-bc podified from Thomas Dorner.
10084              
10085              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
10086              From: Dominic Dunlop <domo@computer.org>
10087              Date: Tue, 11 Jul 2000 12:27:33 +0200
10088              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
10089              
10090              Typo in #6341.
10091              
10092              Fix for
10093              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
10094              From: Roderick Schertler <roderick@argon.org>
10095              Date: Tue, 11 Jul 2000 13:55:05 -0400
10096              Message-Id: <200007111755.NAA05077@jones.argon.org>
10097              
10098              Minor cleanups on the booklist.
10099              
10100              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
10101              regen perltoc.
10102              
10103              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
10104      Branch: maint-5.6/perl
10105           +> pod/perlbook.pod
10106           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
10107           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
10108           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
10109 ____________________________________________________________________________
10110 [  7777] By: jhi                                   on 2000/11/20  16:08:49
10111         Log: Update Changes.
10112      Branch: perl
10113            ! Changes patchlevel.h
10114 ____________________________________________________________________________
10115 [  7776] By: jhi                                   on 2000/11/20  15:27:56
10116         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
10117              This may be overly harsh but until proven otherwise, we think this
10118              way, or until we have a simple test for Configure (having to start
10119              up servers is does not count as simple) to check for the problems.
10120      Branch: perl
10121            ! perl.h
10122 ____________________________________________________________________________
10123 [  7775] By: jhi                                   on 2000/11/20  15:22:17
10124         Log: Solaris hints tweaks.
10125      Branch: perl
10126            ! hints/solaris_2.sh
10127 ____________________________________________________________________________
10128 [  7774] By: jhi                                   on 2000/11/20  15:01:20
10129         Log: Add a workaround to SOCKS 64-bit problems.
10130      Branch: perl
10131            ! doio.c embed.h embed.pl perlsdio.h proto.h
10132 ____________________________________________________________________________
10133 [  7773] By: jhi                                   on 2000/11/20  14:51:47
10134         Log: sysseek() instead of seek().
10135      Branch: perl
10136            ! t/lib/syslfs.t
10137 ____________________________________________________________________________
10138 [  7772] By: gsar                                  on 2000/11/20  13:06:23
10139         Log: integrate changes#6315..6319,6321..6331,6333..6338
10140              
10141              Integrate with Sarathy, preliminary fix for unicos
10142              alignment problems in [ID 20000612.002] Perl problem on Cray system.
10143              
10144              some debugger output does not go to the socket when RemotePort is set
10145              
10146              winsock cleanup never done on Windows (leads to handle leaks)
10147              
10148              fix UNC path handling on Windows under ithreads, and chdir()
10149              return value when given a non-existent directory
10150              
10151              Autogenerate pod/Makefile and pod/buildtoc.
10152              buildtoc also checks whether the existin pods are
10153              mentioned in MANIFEST and perl.pod, and vice versa.
10154              (None of the thusly found discrepancies fixed yet.)
10155              roffitall also needs to be autogenerated similarly but it
10156              seems so badly out of date that I didn't touch it yet.
10157              
10158              Config is being used.
10159              
10160              Add =head1 NAMEs so that buildtoc is happy.
10161              (The CGI::Util nit reported to Lincoln.)
10162              
10163              Fix complaints of buildtoc.
10164              
10165              Fix the alignment problem in Crays ([ID 20000612.002]).
10166              
10167              Remove perlbook, update perlfaq book listing,
10168              rearrange perl.pod, regenerate perltoc.
10169              
10170              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
10171              was cast to an unsigned (32-bit) integer with wild abandon.
10172              
10173              winsock options weren't being set in all threads under ithreads
10174              (caused send()s from second and subsequent threads to fail)
10175              
10176              accept() leaks memory on windows due to incorrect ordering of
10177              closesocket() and fclose() calls
10178              
10179              Reorder perl.pod once more.
10180              
10181              More POSIX.pod tweaks.
10182              
10183              Sprinkle ldlibpath.
10184              
10185              Precedence goof, fix based on
10186              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
10187              From: Hugo <hv@crypt.compulink.co.uk>
10188              Date: Tue, 11 Jul 2000 12:52:38 +0100
10189              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
10190              
10191              Subject: PATCH perlguts.pod: Document D and d magic types
10192              From: mjd@plover.com
10193              Date: 5 Jul 2000 18:01:51 -0000
10194              Message-ID: <20000705180151.29413.qmail@plover.com>
10195              
10196              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
10197              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
10198              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
10199              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
10200              
10201              Subject: [PATCH cfgperl] $& segfaults if you trick it
10202              From: simon@brecon.co.uk (Simon Cozens)
10203              Date: 7 Jul 2000 11:26:09 GMT
10204              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
10205              
10206              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
10207              From: Hugo <hv@crypt.compulink.co.uk>
10208              Date: Tue, 11 Jul 2000 12:44:50 +0100
10209              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
10210              
10211              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
10212              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
10213              Date: Tue, 11 Jul 2000 13:50:51 +0100
10214              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
10215      Branch: maint-5.6/perl
10216           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
10217           +> pod/buildtoc.PL
10218            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
10219           !> (integrate 26 files)
10220 ____________________________________________________________________________
10221 [  7771] By: gsar                                  on 2000/11/20  12:31:42
10222         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
10223              6310,6311,6314
10224              
10225              Subject: [PATCH bleedperl] File::Spec 0.82 beta
10226              From: Barrie Slaymaker <barries@jester.slaysys.com>
10227              Date: Wed, 28 Jun 2000 11:35:29 -0400
10228              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
10229              
10230              tweak perlembed for multiplicity/usethreads sanity; correct notes
10231              about Windows
10232              
10233              localize %INC in a Safe compartment so that use/require work
10234              (many other magic globals probably need similar treatment)
10235              
10236              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
10237              when @_ is modified, causing coredumps
10238              
10239              slurp mode fix in change#4736 still not quite right
10240              
10241              Point to perlipc for more SysV IPC examples.
10242              
10243              Elaborate POSIX.pod.  Still needs work.
10244              
10245              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
10246              
10247              fix large memory leak that has been around for ever, masked by
10248              -DPURIFY (most of the arenas were never freed!)
10249              
10250              fix memory leak on Windows (PL_sys_intern contents were never
10251              freed)
10252              
10253              PERL_OBJECT build tweak
10254              
10255              adjust change#6299
10256              
10257              remove rel2abs prototypes (from Barrie Slaymaker)
10258              
10259              missing perldiag entry for unpack("w",...) diagnostic (from
10260              Andreas Koenig)
10261              
10262              better diagnostic on Frob->stuff() when Frob:: doesn't exist
10263              (from Richard Soderberg <rs@oregonnet.com>)
10264              
10265              Win32 patches for cfgperl from Sarathy.
10266              
10267              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
10268              
10269              More POSIX.pod embellishment.
10270              
10271              tyop in change#6306
10272      Branch: maint-5.6/perl
10273           !> (integrate 44 files)
10274 ____________________________________________________________________________
10275 [  7770] By: gsar                                  on 2000/11/20  11:51:00
10276         Log: integrate changes#6268..6282 from cfgperl branch
10277              
10278              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
10279              From: Dominic Dunlop <domo@computer.org>
10280              Date: Thu, 29 Jun 2000 12:32:39 +0200
10281              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
10282              
10283              Regen headers for #6261 (and update embed.pl for this) and #6267,
10284              silence few compiler warnings.
10285              
10286              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
10287              From: Nicholas Clark <nick@talking.bollo.cx>
10288              Date: Fri, 23 Jun 2000 16:21:15 +0100
10289              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
10290              
10291              Subject: PATCH pod/perltie.pod
10292              From: Ian Phillipps <Ian.Phillipps@iname.com>
10293              Date: Fri, 16 Jun 2000 00:17:19 +0100
10294              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
10295              (only the first hunk, the second hunk had already been done
10296              by some other patch)
10297              
10298              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
10299              From: Tom Phoenix <rootbeer@redcat.com>
10300              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
10301              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
10302              
10303              Subject: [PATCH] xsub attributes
10304              From: Doug MacEachern <dougm@covalent.net>
10305              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
10306              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
10307              
10308              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
10309              From: Andy Dougherty <doughera@lafayette.edu>
10310              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
10311              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
10312              
10313              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
10314              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
10315              Date: Tue, 13 Jun 2000 02:43:48 -0500
10316              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
10317              
10318              Subject: [PATCH] Re: eval documentation: context
10319              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
10320              Date: Mon, 12 Jun 2000 15:07:29 +0100
10321              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
10322              
10323              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
10324              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
10325              Date: Mon, 12 Jun 2000 14:55:59 +0100
10326              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
10327              
10328              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
10329              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
10330              Date: Fri, 09 Jun 2000 12:39:27 -0400
10331              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
10332              (plus update the version "number" of Text::Wrap)
10333              
10334              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
10335              From: Tim Ayers <tayers@bridge.com>
10336              Date: Thu, 08 Jun 2000 08:11:06 +0200
10337              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
10338              [resent by Richard Foley, Message-Id probably wrong]
10339              
10340              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
10341              From: rspier@pobox.com (Robert Spier)
10342              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
10343              Message-ID: <14654.31913.845602.610277@rls.cx>
10344              
10345              Subject: [PATCH 5.6.0] utils/h2xs.PL
10346              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
10347              Date: Wed, 7 Jun 2000 04:02:04 -0500
10348              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
10349              
10350              Subject: [PATCH 5.6.0]ITHREADs for VMS
10351              From: Dan Sugalski <dan@sidhe.org>
10352              Date: Tue, 06 Jun 2000 11:59:50 -0400
10353              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
10354      Branch: maint-5.6/perl
10355           !> (integrate 31 files)
10356 ____________________________________________________________________________
10357 [  7769] By: gsar                                  on 2000/11/20  11:29:06
10358         Log: integrate changes#6261..6266 from cfgperl
10359              
10360              Subject: Re: [PATCH cfgperl] BOMs away!
10361              From: simon@brecon.co.uk (Simon Cozens)
10362              Date: 17 Jun 2000 11:49:57 GMT
10363              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
10364              
10365              Subject: 5.6.0 Patch for EPOC
10366              From: Olaf Flebbe <o.flebbe@gmx.de>
10367              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
10368              Message-ID: <23449.960929969@www11.gmx.net>
10369              
10370              tr fixes from Simon Cozens
10371              
10372              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
10373              From: Marty Lucich <marty@netcom.com>
10374              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
10375              Message-Id: <200006282116.OAA11148@netcom.com>
10376              ccdlflags update (the BSD/OS 4.1 part had already been taken
10377              care of by #6141).
10378              
10379              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
10380              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
10381              Date: Wed, 28 Jun 2000 17:50:12 -0700
10382              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
10383              
10384              Subject: [PATCH 5.6.0] cygwin port
10385              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
10386              From: "Fifer, Eric" <EFifer@sanwaint.com>
10387              Date: Thu, 29 Jun 2000 12:58:29 +0100
10388      Branch: maint-5.6/perl
10389           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
10390           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
10391           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
10392           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
10393 ____________________________________________________________________________
10394 [  7768] By: gsar                                  on 2000/11/20  11:13:44
10395         Log: integrate changes#6252..6256,6259..6260
10396              
10397              Paranoia tweak on #6249.
10398              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
10399              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
10400              Date: Sun, 25 Jun 2000 23:43:12 -0400
10401              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
10402              
10403              Subject: tr///, help wanted.
10404              From: simon@brecon.co.uk (Simon Cozens)
10405              Date: 28 Jun 2000 11:29:04 GMT
10406              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
10407              
10408              small thinko tweaks
10409              
10410              tweaks from Simon Conzes to further fix tr/// under utf8
10411              
10412              perlnewmod was missing from MANIFEST.
10413              
10414              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
10415              From: simon@brecon.co.uk (Simon Cozens)
10416              Date: 17 Jun 2000 11:56:44 GMT
10417              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
10418              pack U0, pack C0
10419      Branch: maint-5.6/perl
10420           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
10421           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
10422           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
10423           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
10424 ____________________________________________________________________________
10425 [  7767] By: gsar                                  on 2000/11/20  10:51:38
10426         Log: integrate change#6250 from cfgperl
10427              
10428              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
10429              From: Doug MacEachern <dougm@covalent.net>
10430              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
10431              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
10432      Branch: maint-5.6/perl
10433           +> t/op/my_stash.t
10434           !> MANIFEST embed.pl global.sym proto.h toke.c
10435 ____________________________________________________________________________
10436 [  7766] By: gsar                                  on 2000/11/20  10:48:34
10437         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
10438              
10439              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
10440              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
10441              Date: Mon, 26 Jun 2000 18:40:14 +0100
10442              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
10443              
10444              Subject: [PATCH] bytes<->utf8 fixes
10445              From: simon@brecon.co.uk (Simon Cozens)
10446              Date: 26 Jun 2000 04:55:45 GMT
10447              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
10448              
10449              Subject: [PATCH] is_utf8_string
10450              From: simon@brecon.co.uk (Simon Cozens)
10451              Date: 26 Jun 2000 02:25:59 GMT
10452              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
10453              
10454              Subject: [PATCH] avoid mg_ptr in '*' magic
10455              From: Doug MacEachern <dougm@covalent.net>
10456              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
10457              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
10458              
10459              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
10460              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
10461              Date: Sat, 24 Jun 2000 13:06:20 +0100
10462              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
10463              
10464              Allow for standalone testing.
10465              
10466              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
10467              From: Mark-Jason Dominus <mjd@plover.com>
10468              Date: Tue, 27 Jun 2000 22:36:42 -0400
10469              Message-ID: <20000628023642.12166.qmail@plover.com>
10470              
10471              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
10472              From: Frank Tobin <ftobin@uiuc.edu>
10473              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
10474              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
10475      Branch: maint-5.6/perl
10476           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
10477           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
10478           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
10479           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
10480           !> utf8.c utils/h2xs.PL
10481 ____________________________________________________________________________
10482 [  7765] By: gsar                                  on 2000/11/20  10:29:13
10483         Log: integrate change#6239 from cfgperl
10484              
10485              Configure maintenance.  Sever some dependency cycles,
10486              separate gccversion from the cc unit,
10487              address [ID 20000623.006] Configure script patch for using gcc on AIX
10488              (but solve it a little bit differently),
10489              unduplex some accidentally duplicated units,
10490              suggest using gcc if no cc available
10491              (p5p thread: "Solaris configure: counterproposal", 1999-09)
10492      Branch: maint-5.6/perl
10493           !> Configure Todo-5.6 config_h.SH
10494 ____________________________________________________________________________
10495 [  7764] By: gsar                                  on 2000/11/20  10:25:55
10496         Log: integrate changes#6233..6238 from cfgperl
10497              
10498              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
10499              From: Mark-Jason Dominus <mjd@plover.com>
10500              Date: Fri, 16 Jun 2000 20:53:04 -0400
10501              Message-ID: <20000617005304.8008.qmail@plover.com>
10502              
10503              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
10504              because when run as services (Win32ese for daemons)
10505              no environment variables are set and tmpdir ends up as /tmp,
10506              which is ambiguous.
10507              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
10508              From: matt@sergeant.org
10509              Date: 16 Jun 2000 16:30:43 -0000
10510              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
10511              
10512              The thread begun by
10513              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
10514              From: Kevin.Ruscoe@ubsw.com
10515              Date: Fri, 16 Jun 2000 16:38:51 +0100
10516              Message-Id: <H000019b03c300d6@MHS>
10517              
10518              Tweak embed.pl, regen headers.
10519              
10520              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
10521              From: Dan Sugalski <dan@sidhe.org>
10522              Date: Fri, 23 Jun 2000 17:00:00 -0400
10523              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
10524      Branch: maint-5.6/perl
10525           !> (integrate 27 files)
10526 ____________________________________________________________________________
10527 [  7763] By: gsar                                  on 2000/11/20  10:08:08
10528         Log: s/perl56delta/perldelta/g
10529      Branch: maint-5.6/perl
10530            ! pod/Makefile
10531 ____________________________________________________________________________
10532 [  7762] By: gsar                                  on 2000/11/20  10:04:00
10533         Log: integrate changes#6225,6229,6231,6232 from cfgperl
10534              
10535              Add source code filenames to apidoc.
10536              From: simon@brecon.co.uk (Simon Cozens)
10537              Subject: [PATCH embed.pl] Source X-ref
10538              Date: 22 Jun 2000 02:18:49 GMT
10539              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
10540              
10541              Subject: README.hpux version 0.6.1
10542              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
10543              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
10544              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
10545              
10546              Subject: [PATCH 5.6.0] cygwin port
10547              From: "Fifer, Eric" <EFifer@sanwaint.com>
10548              Date: Tue, 20 Jun 2000 14:30:58 +0100
10549              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
10550              
10551              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
10552              From: simon@brecon.co.uk (Simon Cozens)
10553              Date: 19 Jun 2000 15:18:27 GMT
10554              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
10555              
10556              plus update pod/Makefile and regenerate perltoc
10557      Branch: maint-5.6/perl
10558           +> pod/perlutil.pod
10559           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
10560           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
10561 ____________________________________________________________________________
10562 [  7761] By: jhi                                   on 2000/11/20  04:09:55
10563         Log: Miraculous typo.
10564      Branch: perl
10565            ! t/op/pat.t
10566 ____________________________________________________________________________
10567 [  7760] By: jhi                                   on 2000/11/20  04:06:08
10568         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
10569              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10570              Date: Sun, 19 Nov 2000 22:30:26 -0500
10571              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
10572      Branch: perl
10573            ! regexec.c scope.h t/op/pat.t
10574 ____________________________________________________________________________
10575 [  7759] By: jhi                                   on 2000/11/20  02:05:22
10576         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
10577      Branch: perl
10578            ! perl.h
10579 ____________________________________________________________________________
10580 [  7758] By: jhi                                   on 2000/11/20  01:58:11
10581         Log: Subject: [perl 7711: EPOC] updates
10582              From: Olaf Flebbe <o.flebbe@gmx.de>
10583              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
10584              Message-ID: <25575.974658810@www23.gmx.net>               
10585      Branch: perl
10586            + lib/File/Spec/Epoc.pm
10587            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
10588            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
10589            ! lib/File/Spec.pm perl.c sv.c
10590 ____________________________________________________________________________
10591 [  7757] By: jhi                                   on 2000/11/20  01:53:11
10592         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
10593      Branch: perl
10594            ! MANIFEST
10595 ____________________________________________________________________________
10596 [  7756] By: jhi                                   on 2000/11/20  01:47:22
10597         Log: Integrate perlio.
10598      Branch: perl
10599            - ext/re/hints/MSWin32.pl
10600           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
10601           !> win32/config.gc win32/config_H.gc win32/win32sck.c
10602 ____________________________________________________________________________
10603 [  7755] By: nick                                  on 2000/11/19  20:57:17
10604         Log: Add dummy crlf layer (just as buffer)
10605              Correct 1st bug - one layer of indirection.
10606      Branch: perlio
10607            ! perlio.c perlio.h perliol.h
10608 ____________________________________________________________________________
10609 [  7754] By: nick                                  on 2000/11/19  20:56:12
10610         Log: Work-round to Perl_deb_nocontext is no longer required
10611      Branch: perlio
10612            - ext/re/hints/MSWin32.pl
10613 ____________________________________________________________________________
10614 [  7753] By: nick                                  on 2000/11/19  20:01:16
10615         Log: diff -se shows these as different
10616      Branch: perlio
10617            ! global.sym pod/perlapi.pod
10618 ____________________________________________________________________________
10619 [  7752] By: nick                                  on 2000/11/19  18:57:30
10620         Log: Configure GCC/Win32 build -Duseperlio
10621              Fix a couple of gross issues
10622              - double-include of ../deb.o in re.dll
10623              - win32sck.c needs PerlIO and FILE 
10624      Branch: perlio
10625            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
10626            ! win32/win32sck.c
10627 ____________________________________________________________________________
10628 [  7751] By: nick                                  on 2000/11/19  17:05:36
10629         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
10630      Branch: perlio
10631            ! perlio.c
10632 ____________________________________________________________________________
10633 [  7750] By: nick                                  on 2000/11/19  16:57:14
10634         Log: Missing aTHX_
10635      Branch: perlio
10636            ! sv.c
10637 ____________________________________________________________________________
10638 [  7749] By: jhi                                   on 2000/11/19  16:28:40
10639         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
10640              From: "Peter J. Farley III" <pjfarley@banet.net>
10641              Date: Sun, 19 Nov 2000 01:42:58 -0500
10642              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
10643      Branch: perl
10644            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
10645 ____________________________________________________________________________
10646 [  7748] By: jhi                                   on 2000/11/19  16:08:10
10647         Log: Subject: podlators 1.05 available        
10648              From: Russ Allbery <rra@stanford.edu>   
10649              Date: 18 Nov 2000 22:04:28 -0800
10650              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
10651      Branch: perl
10652            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
10653 ____________________________________________________________________________
10654 [  7747] By: nick                                  on 2000/11/19  11:19:39
10655         Log: Integrate mainline
10656      Branch: perlio
10657           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
10658           !> util.c
10659 ____________________________________________________________________________
10660 [  7746] By: jhi                                   on 2000/11/19  06:42:22
10661         Log: Make hex scanning warn on "\x{x}" and "\xx".
10662              "\x" and and hex("x") are still valid.
10663      Branch: perl
10664            ! util.c
10665 ____________________________________________________________________________
10666 [  7745] By: nick                                  on 2000/11/18  22:52:28
10667         Log: Integrate mainline
10668      Branch: perlio
10669           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
10670           !> perl.h perlio.c proto.h regcomp.c regcomp.h
10671 ____________________________________________________________________________
10672 [  7744] By: jhi                                   on 2000/11/18  22:50:28
10673         Log: Introduce Perl_utf8_length().  Use it.
10674      Branch: perl
10675            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
10676 ____________________________________________________________________________
10677 [  7743] By: jhi                                   on 2000/11/18  22:38:51
10678         Log: Compiler denit.
10679      Branch: perl
10680            ! perlio.c
10681 ____________________________________________________________________________
10682 [  7742] By: jhi                                   on 2000/11/18  20:33:05
10683         Log: Integrate perlio.
10684      Branch: perl
10685           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
10686           !> perlio.h pp_ctl.c pp_sys.c sv.c
10687 ____________________________________________________________________________
10688 [  7741] By: jhi                                   on 2000/11/18  20:31:27
10689         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
10690              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10691              Date: Fri, 17 Nov 2000 20:35:11 -0500
10692              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
10693              
10694              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
10695              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10696              Date: Fri, 17 Nov 2000 21:03:47 -0500
10697              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
10698              
10699              Plus a little bit of tweaking in pregcomp().
10700      Branch: perl
10701            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
10702 ____________________________________________________________________________
10703 [  7740] By: nick                                  on 2000/11/18  20:17:22
10704         Log: Lexical use open ... support:
10705              add ->cop_io to COP structure in cop.h.
10706              Make mg.c and gv.c associate it with ${^OPEN}.
10707              Make lib/open.pm set it.
10708              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
10709              manner similar to ->cop_warnings.
10710              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
10711              call new PerlIO_apply_layers().
10712              Declare latter in perlio.h and define in perlio.c
10713      Branch: perlio
10714            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
10715            ! perlio.h pp_ctl.c pp_sys.c sv.c
10716 ____________________________________________________________________________
10717 [  7739] By: jhi                                   on 2000/11/18  19:54:00
10718         Log: Integrate perlio.
10719      Branch: perl
10720           !> doio.c perlio.c pp.c
10721 ____________________________________________________________________________
10722 [  7738] By: jhi                                   on 2000/11/18  17:16:13
10723         Log: Subject: [PATCH 5.7.0] etags broken again
10724              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10725              Date: Sat, 18 Nov 2000 02:41:36 -0500
10726              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
10727      Branch: perl
10728            ! emacs/ptags
10729 ____________________________________________________________________________
10730 [  7737] By: jhi                                   on 2000/11/18  17:12:18
10731         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
10732      Branch: perl
10733            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
10734 ____________________________________________________________________________
10735 [  7736] By: nick                                  on 2000/11/18  14:06:20
10736         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
10737              part to be isolated.
10738      Branch: perlio
10739            ! doio.c perlio.c
10740 ____________________________________________________________________________
10741 [  7735] By: nick                                  on 2000/11/18  11:03:32
10742         Log: Integrate mainline
10743      Branch: perlio
10744           !> Changes README.amiga README.win32 patchlevel.h
10745           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
10746 ____________________________________________________________________________
10747 [  7734] By: jhi                                   on 2000/11/18  01:18:56
10748         Log: Update Changes.
10749      Branch: perl
10750            ! Changes patchlevel.h
10751 ____________________________________________________________________________
10752 [  7733] By: jhi                                   on 2000/11/18  00:32:54
10753         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
10754              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10755              Date: Fri, 17 Nov 2000 17:28:02 -0500
10756              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
10757      Branch: perl
10758            ! regcomp.c regexec.c t/op/re_tests
10759 ____________________________________________________________________________
10760 [  7732] By: jhi                                   on 2000/11/18  00:28:56
10761         Log: Sparc 64-bit pack() fix from Jens Hamisch.
10762      Branch: perl
10763            ! pp.c
10764 ____________________________________________________________________________
10765 [  7731] By: jhi                                   on 2000/11/18  00:18:39
10766         Log: Explain in more detail the {} syntax ambiguousity.
10767              
10768              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
10769              From: Nicholas Clark <nick@ccl4.org>
10770              Date: Fri, 17 Nov 2000 22:10:28 +0000
10771              Message-ID: <20001117221028.A88930@plum.flirble.org>
10772      Branch: perl
10773            ! pod/perlfunc.pod
10774 ____________________________________________________________________________
10775 [  7730] By: jhi                                   on 2000/11/18  00:12:18
10776         Log: Subject: Fix for README.amiga (20000323.033)
10777              From: "Stephen P. Potter" <spp@spotter.yi.org>
10778              Date: Fri, 17 Nov 2000 12:25:51 -0500
10779              Message-Id: <200011171725.MAA05768@spotter.yi.org>
10780      Branch: perl
10781            ! README.amiga
10782 ____________________________________________________________________________
10783 [  7729] By: jhi                                   on 2000/11/18  00:08:34
10784         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
10785              From: "A. C. Yardley" <yardley@tanet.net>
10786              Date: Mon, 3 Apr 2000 11:35:33 -0700
10787              Message-ID: <3483.000403@tanet.net>
10788      Branch: perl
10789            ! README.win32
10790 ____________________________________________________________________________
10791 [  7728] By: nick                                  on 2000/11/17  21:59:47
10792         Log: Integrate mainline
10793      Branch: perlio
10794           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
10795           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
10796           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
10797           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
10798 ____________________________________________________________________________
10799 [  7727] By: nick                                  on 2000/11/17  21:56:31
10800         Log: Experiment on use of attributes.pm interface.
10801              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
10802              SVt_PVRV if not already something better (else vivify of say magic gets
10803              core dump).
10804      Branch: perlio
10805            ! perlio.c pp.c
10806 ____________________________________________________________________________
10807 [  7726] By: jhi                                   on 2000/11/17  14:15:49
10808         Log: Subject: Fix for 20000815.006
10809              From: "Stephen P. Potter" <spp@spotter.yi.org>
10810              Date: Fri, 17 Nov 2000 08:57:45 -0500
10811              Message-Id: <200011171357.IAA05122@spotter.yi.org>
10812              
10813              It's really 20000518.006.
10814      Branch: perl
10815            ! pod/perlmodlib.PL
10816 ____________________________________________________________________________
10817 [  7725] By: jhi                                   on 2000/11/17  14:12:31
10818         Log: Subject: Fix for 20000409.001
10819              From: "Stephen P. Potter" <spp@spotter.yi.org>
10820              Date: Fri, 17 Nov 2000 08:55:45 -0500
10821              Message-Id: <200011171355.IAA05104@spotter.yi.org>
10822      Branch: perl
10823            ! pod/perlfaq9.pod
10824 ____________________________________________________________________________
10825 [  7724] By: jhi                                   on 2000/11/17  14:08:58
10826         Log: Undo #7627 now that we have =head3.
10827      Branch: perl
10828            ! pod/perlhack.pod
10829 ____________________________________________________________________________
10830 [  7723] By: jhi                                   on 2000/11/17  14:04:09
10831         Log: As surmised the #7719 wasn't a good move.
10832      Branch: perl
10833            ! hints/solaris_2.sh
10834 ____________________________________________________________________________
10835 [  7722] By: jhi                                   on 2000/11/17  13:59:04
10836         Log: Also the 64bitall hints can be either here or there.
10837      Branch: perl
10838            ! hints/solaris_2.sh
10839 ____________________________________________________________________________
10840 [  7721] By: jhi                                   on 2000/11/17  02:26:23
10841         Log: Test tweak for the open pragma.
10842      Branch: perl
10843            ! t/lib/b.t
10844 ____________________________________________________________________________
10845 [  7720] By: jhi                                   on 2000/11/17  00:23:22
10846         Log: The long double hints can be here or there.
10847      Branch: perl
10848            ! hints/solaris_2.sh
10849 ____________________________________________________________________________
10850 [  7719] By: jhi                                   on 2000/11/17  00:14:06
10851         Log: For Solaris use64bitall the stdchar needs a little bit of help.
10852      Branch: perl
10853            ! hints/solaris_2.sh
10854 ____________________________________________________________________________
10855 [  7718] By: jhi                                   on 2000/11/16  23:27:34
10856         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
10857              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
10858              Date: Wed, 15 Nov 2000 08:56:32 +0100
10859              Message-ID: <3A1241B0.64477E00@alcatel.at>
10860      Branch: perl
10861            ! lib/Carp/Heavy.pm
10862 ____________________________________________________________________________
10863 [  7717] By: jhi                                   on 2000/11/16  23:23:29
10864         Log: Subject: [PATCH] Re: 20001101.003 PDL
10865              From: Nicholas Clark <nick@ccl4.org>
10866              Date: Thu, 16 Nov 2000 16:48:25 +0000
10867              Message-ID: <20001116164825.B93487@plum.flirble.org>
10868      Branch: perl
10869            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
10870 ____________________________________________________________________________
10871 [  7716] By: jhi                                   on 2000/11/16  23:21:31
10872         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
10873              From: "Casey R. Tweten" <crt@kiski.net>
10874              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
10875              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
10876      Branch: perl
10877            ! lib/Pod/Checker.pm pod/perlpod.pod
10878 ____________________________________________________________________________
10879 [  7715] By: jhi                                   on 2000/11/16  23:19:40
10880         Log: Avoid an infinite loop in VMS when utils scripts are run
10881              with no arguments, from Charles Lane.
10882      Branch: perl
10883            ! configure.com
10884 ____________________________________________________________________________
10885 [  7714] By: jhi                                   on 2000/11/16  23:17:08
10886         Log: Subject: perllocale.pod changes
10887              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
10888              Date: Mon, 13 Nov 2000 10:09:22 +0300
10889              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
10890      Branch: perl
10891            ! pod/perllocale.pod
10892 ____________________________________________________________________________
10893 [  7713] By: jhi                                   on 2000/11/16  23:14:06
10894         Log: Integrate perlio.
10895      Branch: perl
10896           !> doio.c perlio.c perlio.h util.c
10897 ____________________________________________________________________________
10898 [  7712] By: nick                                  on 2000/11/16  21:10:58
10899         Log: Integrate mainline
10900      Branch: perlio
10901           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
10902           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
10903           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
10904           !> vos/config.ga.def vos/config.ga.h win32/config.bc
10905           !> win32/config.gc win32/config.vc
10906 ____________________________________________________________________________
10907 [  7711] By: nick                                  on 2000/11/16  19:56:41
10908         Log: Minor tweaks:
10909              consistent way of getting 'rb', 'wb' etc. for binary opens
10910              move *perlio::layers to *open::layers
10911              a #define to show layers available
10912              DOSISH popen/PerlIO had export/import sense inverted.
10913      Branch: perlio
10914            ! doio.c perlio.c perlio.h util.c
10915 ____________________________________________________________________________
10916 [  7710] By: jhi                                   on 2000/11/16  15:46:05
10917         Log: Add HAS_SBRK_PROTO.
10918      Branch: metaconfig/U/perl
10919            + d_sbrkproto.U
10920      Branch: perl
10921            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10922            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
10923            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
10924            ! vos/config.ga.def vos/config.ga.h win32/config.bc
10925            ! win32/config.gc win32/config.vc
10926 ____________________________________________________________________________
10927 [  7709] By: nick                                  on 2000/11/16  07:31:49
10928         Log: Integrate mainline
10929      Branch: perlio
10930           !> (integrate 35 files)
10931 ____________________________________________________________________________
10932 [  7708] By: jhi                                   on 2000/11/16  05:33:03
10933         Log: These files are text, not binary.
10934      Branch: perl
10935            ! ext/Encode/Encode/iso8859-10.enc
10936            ! ext/Encode/Encode/iso8859-13.enc
10937            ! ext/Encode/Encode/iso8859-14.enc
10938            ! ext/Encode/Encode/iso8859-15.enc
10939 ____________________________________________________________________________
10940 [  7707] By: jhi                                   on 2000/11/16  01:53:37
10941         Log: Update Changes.
10942      Branch: perl
10943            ! Changes patchlevel.h
10944 ____________________________________________________________________________
10945 [  7706] By: jhi                                   on 2000/11/16  01:35:59
10946         Log: More #undefing of stdio.
10947      Branch: perl
10948            ! fakesdio.h nostdio.h
10949 ____________________________________________________________________________
10950 [  7705] By: jhi                                   on 2000/11/16  01:34:18
10951         Log: Add fwalk() probe to the configuration files and regen perltoc.
10952      Branch: perl
10953            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10954            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
10955            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
10956            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
10957            ! win32/config.bc win32/config.gc win32/config.vc
10958 ____________________________________________________________________________
10959 [  7704] By: jhi                                   on 2000/11/16  01:33:07
10960         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
10961              an optional third argument to Inlibc?)
10962      Branch: metaconfig/U/perl
10963            + d__fwalk.U
10964 ____________________________________________________________________________
10965 [  7703] By: jhi                                   on 2000/11/16  01:09:22
10966         Log: The type of the hash_cb() size argument is tricky.
10967      Branch: perl
10968            ! ext/DB_File/DB_File.xs
10969 ____________________________________________________________________________
10970 [  7702] By: jhi                                   on 2000/11/15  23:01:16
10971         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
10972      Branch: perl
10973            ! nostdio.h
10974 ____________________________________________________________________________
10975 [  7701] By: jhi                                   on 2000/11/15  22:52:32
10976         Log: Detypo.
10977      Branch: perl
10978            ! t/lib/bigfltpm.t
10979 ____________________________________________________________________________
10980 [  7700] By: jhi                                   on 2000/11/15  22:51:56
10981         Log: UINT64_C() work continues.
10982      Branch: perl
10983            ! handy.h perl.h utf8.h
10984 ____________________________________________________________________________
10985 [  7699] By: jhi                                   on 2000/11/15  14:13:04
10986         Log: SOCKS has its own USE_THREADS, based on
10987              
10988              Subject: [ID 20001114.002] et. al. bugfix followup
10989              From: Jens Hamisch <jens@Strawberry.COM> 
10990              Date: Wed, 15 Nov 2000 14:23:11 +0100
10991              Message-ID: <20001115142311.A21164@Strawberry.COM>
10992      Branch: perl
10993            ! perl.h
10994 ____________________________________________________________________________
10995 [  7698] By: jhi                                   on 2000/11/15  03:50:56
10996         Log: Add few missing #undefs and sort them.
10997      Branch: perl
10998            ! fakesdio.h
10999 ____________________________________________________________________________
11000 [  7697] By: jhi                                   on 2000/11/15  03:39:14
11001         Log: Linenumber fix.
11002      Branch: perl
11003            ! t/pragma/warn/utf8
11004 ____________________________________________________________________________
11005 [  7696] By: jhi                                   on 2000/11/15  02:55:26
11006         Log: EBCDIC tweaks.
11007              
11008              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
11009              From: Peter Prymmer <pvhp@forte.com>
11010              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
11011              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
11012      Branch: perl
11013            ! t/op/regmesg.t t/pragma/warn/utf8
11014 ____________________________________________________________________________
11015 [  7695] By: jhi                                   on 2000/11/15  02:53:58
11016         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
11017              From: Peter Prymmer <pvhp@forte.com>
11018              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
11019              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
11020      Branch: perl
11021            ! utf8.c
11022 ____________________________________________________________________________
11023 [  7694] By: jhi                                   on 2000/11/15  02:50:55
11024         Log: Subject: [PATCH: perl@7674] updates to README.os390
11025              From: Prymmer/Kahn <pvhp@best.com>
11026              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
11027              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
11028      Branch: perl
11029            ! README.os390
11030 ____________________________________________________________________________
11031 [  7693] By: jhi                                   on 2000/11/15  02:48:37
11032         Log: Quit utf8_to_uv() instantly if curlen == 0.
11033      Branch: perl
11034            ! utf8.c
11035 ____________________________________________________________________________
11036 [  7692] By: jhi                                   on 2000/11/15  02:24:29
11037         Log: Use u_int32_t for the size of hash_cb(), not size_t.
11038              
11039              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
11040              From: Jens Hamisch <jens@Strawberry.COM>     
11041              Date: Tue, 14 Nov 2000 19:03:55 +0100
11042              Message-Id: <20001114190355.A20559@Strawberry.COM>
11043      Branch: perl
11044            ! ext/DB_File/DB_File.xs
11045 ____________________________________________________________________________
11046 [  7691] By: jhi                                   on 2000/11/15  02:20:12
11047         Log: Use UINT64_C().
11048              
11049              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
11050              From: Jens Hamisch <jens@Strawberry.COM>
11051              Date: Tue, 14 Nov 2000 19:16:23 +0100
11052              Message-Id: <20001114191623.G20559@Strawberry.COM>
11053      Branch: perl
11054            ! utf8.c utf8.h
11055 ____________________________________________________________________________
11056 [  7690] By: jhi                                   on 2000/11/15  02:17:06
11057         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
11058              (a macro to define signed and unsigned integer constants).
11059      Branch: perl
11060            ! handy.h
11061 ____________________________________________________________________________
11062 [  7689] By: jhi                                   on 2000/11/15  01:56:51
11063         Log: Regen Configure.
11064      Branch: perl
11065            ! Configure
11066 ____________________________________________________________________________
11067 [  7688] By: jhi                                   on 2000/11/15  01:56:32
11068         Log: Make the unit know about SOCKS.
11069      Branch: metaconfig
11070            ! U/protos/socksizetype.U
11071 ____________________________________________________________________________
11072 [  7687] By: jhi                                   on 2000/11/15  01:54:47
11073         Log: Remove unused dependencies.
11074      Branch: metaconfig
11075            ! U/compline/d_getpagsz.U
11076 ____________________________________________________________________________
11077 [  7686] By: nick                                  on 2000/11/14  21:25:13
11078         Log: Integrate mainline.
11079      Branch: perlio
11080           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
11081           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
11082           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
11083           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
11084           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
11085           !> win32/config.bc win32/config.gc win32/config.vc
11086           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
11087 ____________________________________________________________________________
11088 [  7685] By: jhi                                   on 2000/11/14  17:54:56
11089         Log: Integrate perlio.
11090      Branch: perl
11091           +> fakesdio.h perliol.h
11092           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
11093           !> perlsdio.h perlsfio.h pod/perlfunc.pod
11094 ____________________________________________________________________________
11095 [  7684] By: nick                                  on 2000/11/14  17:43:04
11096         Log: PerlIO #include and #ifdef re-work.
11097      Branch: perlio
11098            + fakesdio.h perliol.h
11099            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
11100            ! perlsdio.h perlsfio.h
11101 ____________________________________________________________________________
11102 [  7683] By: jhi                                   on 2000/11/14  15:42:40
11103         Log: Hoist the duplicated socket/netdb include logic to perl.h;
11104              undef SETERRNO in case SOCKS has defined it.  Based on:
11105              
11106              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
11107              From: Jens Hamisch <jens@Strawberry.COM> 
11108              Date: Tue, 14 Nov 2000 11:34:40 +0100
11109              Message-Id: <20001114113440.A20005@Strawberry.COM>
11110      Branch: perl
11111            ! doio.c perl.h pp_sys.c
11112 ____________________________________________________________________________
11113 [  7682] By: jhi                                   on 2000/11/14  14:07:28
11114         Log: Subject: some additions for makefiles for win32 (for perl@7674)
11115              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
11116              Date: Tue, 14 Nov 2000 09:31:13 +0300
11117              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
11118      Branch: perl
11119            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
11120            ! win32/makefile.mk
11121 ____________________________________________________________________________
11122 [  7681] By: jhi                                   on 2000/11/14  14:01:41
11123         Log: Subject: tiny typo in perl5db.pl
11124              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
11125              Date: Tue, 14 Nov 2000 09:29:28 +0300
11126              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
11127      Branch: perl
11128            ! lib/perl5db.pl
11129 ____________________________________________________________________________
11130 [  7680] By: jhi                                   on 2000/11/14  04:13:50
11131         Log: Redo #7679 with LFs instead of CRLFs.
11132      Branch: perl
11133            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
11134            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
11135            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
11136 ____________________________________________________________________________
11137 [  7679] By: jhi                                   on 2000/11/14  01:21:09
11138         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
11139              From: Benjamin Stuhl <tiriath@yahoo.com> 
11140              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
11141              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
11142      Branch: perl
11143            + win32/bin/mdelete.bat
11144            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
11145            ! makedef.pl perlio.c win32/Makefile win32/config.gc
11146            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
11147 ____________________________________________________________________________
11148 [  7678] By: jhi                                   on 2000/11/14  01:19:20
11149         Log: Fix the re extension building for Win32.
11150              
11151              Subject: [PATCH perl@7638] Get PerlIO building on Win32
11152              From: Benjamin Stuhl <tiriath@yahoo.com> 
11153              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
11154              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
11155      Branch: perl
11156            + ext/re/hints/MSWin32.pl
11157            ! MANIFEST
11158 ____________________________________________________________________________
11159 [  7677] By: jhi                                   on 2000/11/14  01:13:54
11160         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
11161              From: sthoenna@efn.org
11162              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
11163              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
11164      Branch: perl
11165            ! doop.c pp.c toke.c utf8.c utf8.h
11166 ____________________________________________________________________________
11167 [  7676] By: jhi                                   on 2000/11/13  20:23:15
11168         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
11169              From: Nicholas Clark <nick@ccl4.org>
11170              Date: Mon, 13 Nov 2000 18:55:04 +0000
11171              Message-ID: <20001113185504.J29183@plum.flirble.org>
11172      Branch: perl
11173            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
11174 ____________________________________________________________________________
11175 [  7675] By: nick                                  on 2000/11/13  20:21:57
11176         Log: Integrate mainline ...
11177      Branch: perlio
11178           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
11179           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
11180           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
11181           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
11182 ____________________________________________________________________________
11183 [  7674] By: jhi                                   on 2000/11/13  15:07:56
11184         Log: Update Changes.
11185      Branch: perl
11186            ! Changes patchlevel.h
11187 ____________________________________________________________________________
11188 [  7673] By: jhi                                   on 2000/11/13  14:42:42
11189         Log: Remove the new two tests of lib/io_xs for now, they seem to
11190              fail under perlio on some platforms.
11191      Branch: perl
11192            ! t/lib/io_xs.t
11193 ____________________________________________________________________________
11194 [  7672] By: jhi                                   on 2000/11/13  13:57:53
11195         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
11196      Branch: perl
11197            ! perlio.c
11198 ____________________________________________________________________________
11199 [  7671] By: jhi                                   on 2000/11/13  05:30:48
11200         Log: Placate nervous compilers that see longer than ints switch()ing.
11201      Branch: perl
11202            ! utf8.c
11203 ____________________________________________________________________________
11204 [  7670] By: jhi                                   on 2000/11/13  05:14:21
11205         Log: fputs() does return EOF on error but here we don't care.
11206      Branch: perl
11207            ! perlio.c
11208 ____________________________________________________________________________
11209 [  7669] By: jhi                                   on 2000/11/13  05:02:45
11210         Log: Declare reg_data like reg_substr_data.
11211      Branch: perl
11212            ! regexp.h
11213 ____________________________________________________________________________
11214 [  7668] By: jhi                                   on 2000/11/13  04:54:34
11215         Log: Typos in #7667.
11216      Branch: perl
11217            ! perl.h
11218 ____________________________________________________________________________
11219 [  7667] By: jhi                                   on 2000/11/13  04:49:49
11220         Log: Cleanup messy #ifdef.
11221      Branch: perl
11222            ! perl.h
11223 ____________________________________________________________________________
11224 [  7666] By: jhi                                   on 2000/11/13  04:17:34
11225         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
11226              From: Nicholas Clark <nick@talking.bollo.cx>
11227              Date: Sun, 12 Nov 2000 21:14:11 +0000
11228              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
11229              
11230              Note: only one breakage of the two reported is fixed by this patch.
11231      Branch: perl
11232            ! perlio.c
11233 ____________________________________________________________________________
11234 [  7665] By: jhi                                   on 2000/11/13  04:05:07
11235         Log: Tweak the definition of the bit complement on UTF-8 data:
11236              if none of the characters in the string are > 0xff,
11237              the result is a complemented byte string, not a (UTF-8)
11238              char string.  Based on the summary in
11239              
11240              Subject: Re: [ID 20000918.005] ~ on wide chars
11241              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
11242              Date: Fri, 10 Nov 2000 09:47:15 -0800
11243              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
11244              
11245              This should give us the maximum backward (pre-char string)
11246              compatibility and utf8 compatibility.  The other alternative
11247              would be to limit the bit complement to be always byte only,
11248              taking the least significant byte of the chars.
11249      Branch: perl
11250            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
11251 ____________________________________________________________________________
11252 [  7664] By: jhi                                   on 2000/11/13  00:23:44
11253         Log: Couple of tests from #7660 salvaged.
11254      Branch: perl
11255            - t/op/tell.t
11256            ! MANIFEST t/io/tell.t
11257 ____________________________________________________________________________
11258 [  7663] By: jhi                                   on 2000/11/13  00:02:48
11259         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
11260              From: Nicholas Clark <nick@talking.bollo.cx>
11261              Date: Sun, 12 Nov 2000 21:23:43 +0000
11262              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
11263      Branch: perl
11264            ! perlsfio.h
11265 ____________________________________________________________________________
11266 [  7662] By: jhi                                   on 2000/11/13  00:01:39
11267         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
11268              From: Nicholas Clark <nick@talking.bollo.cx>
11269              Date: Sun, 12 Nov 2000 21:30:04 +0000
11270              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
11271      Branch: perl
11272            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
11273 ____________________________________________________________________________
11274 [  7661] By: jhi                                   on 2000/11/12  23:57:29
11275         Log: Document tell() on special streams.
11276      Branch: perl
11277            ! pod/perlfunc.pod
11278 ____________________________________________________________________________
11279 [  7660] By: jhi                                   on 2000/11/12  23:54:22
11280         Log: (Subsumed by #7664)
11281      Branch: perl
11282            + t/op/tell.t
11283            ! MANIFEST
11284 ____________________________________________________________________________
11285 [  7659] By: jhi                                   on 2000/11/12  22:55:25
11286         Log: Many subdocumented return values of the IO extension now documented.
11287              ungetc and write still left subdocumented.
11288              
11289              Subject: [PATCH] (was Re: IO::Handle::ungetc)
11290              From: Nicholas Clark <nick@talking.bollo.cx>
11291              Date: Sun, 12 Nov 2000 21:35:53 +0000
11292              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
11293      Branch: perl
11294            ! ext/IO/lib/IO/Handle.pm
11295 ____________________________________________________________________________
11296 [  7658] By: jhi                                   on 2000/11/12  21:37:06
11297         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
11298              From: Nicholas Clark <nick@talking.bollo.cx>
11299              Date: Sun, 12 Nov 2000 20:03:22 +0000
11300              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
11301      Branch: perl
11302            ! pod/perlfunc.pod
11303 ____________________________________________________________________________
11304 [  7657] By: jhi                                   on 2000/11/12  20:34:55
11305         Log: Integrate perlio.
11306      Branch: perl
11307           !> perlio.c
11308 ____________________________________________________________________________
11309 [  7656] By: nick                                  on 2000/11/12  19:25:06
11310         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
11311      Branch: perlio
11312            ! perlio.c
11313 ____________________________________________________________________________
11314 [  7655] By: nick                                  on 2000/11/12  19:09:41
11315         Log: Integrate mainline
11316      Branch: perlio
11317           +> README.solaris ext/Encode/Encode/cp1006.enc
11318           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
11319           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
11320           +> ext/Encode/Encode/iso8859-13.enc
11321           +> ext/Encode/Encode/iso8859-14.enc
11322           +> ext/Encode/Encode/iso8859-15.enc
11323           !> (integrate 34 files)
11324 ____________________________________________________________________________
11325 [  7654] By: jhi                                   on 2000/11/12  19:00:22
11326         Log: Add a metaconfig unit for fsync.
11327      Branch: metaconfig/U/perl
11328            + d_fsync.U
11329 ____________________________________________________________________________
11330 [  7653] By: jhi                                   on 2000/11/12  19:00:01
11331         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
11332      Branch: perl
11333            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11334            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
11335            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
11336            ! vos/config.ga.h win32/config.bc win32/config.gc
11337            ! win32/config.vc
11338 ____________________________________________________________________________
11339 [  7652] By: jhi                                   on 2000/11/11  21:12:01
11340         Log: Copy the s// information of README.hpux also to the perlrun.
11341      Branch: perl
11342            ! README.hpux pod/perlrun.pod
11343 ____________________________________________________________________________
11344 [  7651] By: jhi                                   on 2000/11/11  21:03:13
11345         Log: More README.solaris updates from Andy Dougherty.
11346      Branch: perl
11347            ! README.solaris
11348 ____________________________________________________________________________
11349 [  7650] By: jhi                                   on 2000/11/11  18:38:57
11350         Log: More descriptive error for unknown perlio layers.
11351              
11352              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
11353              From: Dominic Dunlop <domo@computer.org> 
11354              Date: Sat, 11 Nov 2000 18:20:32 +0100             
11355              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
11356      Branch: perl
11357            ! perlio.c pod/perldiag.pod
11358 ____________________________________________________________________________
11359 [  7649] By: jhi                                   on 2000/11/11  18:37:52
11360         Log: MachTen doesn't really do mmap() and munmap().
11361              
11362              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
11363              From: Dominic Dunlop <domo@computer.org> 
11364              Date: Sat, 11 Nov 2000 18:20:32 +0100             
11365              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
11366      Branch: perl
11367            ! hints/machten.sh
11368 ____________________________________________________________________________
11369 [  7648] By: jhi                                   on 2000/11/11  18:36:46
11370         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
11371              From: rspier@pobox.com (Robert Spier)
11372              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
11373              Message-ID: <14861.32839.491271.985797@rls.cx>
11374      Branch: perl
11375            ! Porting/Contract pod/perltoot.pod
11376 ____________________________________________________________________________
11377 [  7647] By: jhi                                   on 2000/11/11  18:35:30
11378         Log: Simplify the getpagesize() unit by dropping the
11379              pagesize probe since it's nowadays slightly more
11380              complicated because of sysconf(). (Note: if some
11381              platform really needs the -lPW for getpagesize,
11382              I just broke it.)
11383              
11384              TODO: a new pagesize unit.
11385      Branch: metaconfig
11386            ! U/compline/d_getpagsz.U
11387 ____________________________________________________________________________
11388 [  7646] By: jhi                                   on 2000/11/11  18:33:23
11389         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
11390      Branch: perl
11391            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11392            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
11393            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
11394            ! vos/config.ga.h win32/config.bc win32/config.gc
11395            ! win32/config.vc
11396 ____________________________________________________________________________
11397 [  7645] By: jhi                                   on 2000/11/11  16:45:15
11398         Log: Use sysconf() or getpagesize() to find out the pagesize.
11399      Branch: perl
11400            ! perlio.c
11401 ____________________________________________________________________________
11402 [  7644] By: jhi                                   on 2000/11/11  15:46:08
11403         Log: Integrate perlio.
11404      Branch: perl
11405           !> perlio.c
11406 ____________________________________________________________________________
11407 [  7643] By: jhi                                   on 2000/11/11  15:33:36
11408         Log: Subject: Re: [PATCH] README.solaris
11409              From: Lupe Christoph <lupe@lupe-christoph.de>
11410              Date: Sat, 11 Nov 2000 14:08:10 +0100
11411              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
11412      Branch: perl
11413            ! README.solaris
11414 ____________________________________________________________________________
11415 [  7642] By: jhi                                   on 2000/11/11  15:22:12
11416         Log: Subject: [PATCH perl@7638] cygwin port
11417              From: "Eric Fifer" <egf7@columbia.edu>            
11418              Date: Fri, 10 Nov 2000 19:30:30 -0000
11419              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
11420      Branch: perl
11421            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
11422 ____________________________________________________________________________
11423 [  7641] By: nick                                  on 2000/11/11  14:50:36
11424         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
11425              Also call "Buf" layer directly when unread'ing non-read chars.
11426      Branch: perlio
11427            ! perlio.c
11428 ____________________________________________________________________________
11429 [  7640] By: jhi                                   on 2000/11/11  02:05:02
11430         Log: Add more encoding tables.
11431      Branch: perl
11432            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
11433            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
11434            + ext/Encode/Encode/iso8859-10.enc
11435            + ext/Encode/Encode/iso8859-13.enc
11436            + ext/Encode/Encode/iso8859-14.enc
11437            + ext/Encode/Encode/iso8859-15.enc
11438            ! MANIFEST
11439 ____________________________________________________________________________
11440 [  7639] By: jhi                                   on 2000/11/10  18:49:25
11441         Log: Subject: [PATCH] README.solaris
11442              From: Andy Dougherty <doughera@lafayette.edu>
11443              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
11444              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
11445      Branch: perl
11446            + README.solaris
11447            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
11448            ! pod/perl.pod pod/perltoc.pod
11449 ____________________________________________________________________________
11450 [  7638] By: jhi                                   on 2000/11/10  15:04:15
11451         Log: Update Changes.
11452      Branch: perl
11453            ! Changes patchlevel.h
11454 ____________________________________________________________________________
11455 [  7637] By: jhi                                   on 2000/11/10  14:14:28
11456         Log: Explain better why certain regex tests are skipped.
11457              
11458              Subject: Re: tests skipped: unknown reason
11459              From: Lupe Christoph <lupe@lupe-christoph.de>
11460              Date: Fri, 10 Nov 2000 09:08:56 +0100
11461              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
11462      Branch: perl
11463            ! t/op/regexp.t
11464 ____________________________________________________________________________
11465 [  7636] By: nick                                  on 2000/11/10  13:40:00
11466         Log: Integrate mainline.
11467      Branch: perlio
11468           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
11469           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
11470           !> win32/bin/search.pl
11471 ____________________________________________________________________________
11472 [  7635] By: nick                                  on 2000/11/10  13:25:52
11473         Log: Re-instate stdio large file support via perlio.
11474      Branch: perl
11475            ! perlio.c
11476 ____________________________________________________________________________
11477 [  7634] By: jhi                                   on 2000/11/10  04:49:55
11478         Log: Amdahl UTS hints updates.
11479              
11480              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
11481              From: hom00@utsglobal.com (Harold O Morris)
11482              Date: Thu, 9 Nov 2000 20:02 PST
11483              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
11484      Branch: perl
11485            ! hints/uts.sh
11486 ____________________________________________________________________________
11487 [  7633] By: jhi                                   on 2000/11/09  23:33:28
11488         Log: Subject: [PATCH] IO::Seekable pod
11489              From: Nicholas Clark <nick@talking.bollo.cx>
11490              Date: Thu, 9 Nov 2000 20:29:45 +0000
11491              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
11492      Branch: perl
11493            ! ext/IO/lib/IO/Handle.pm
11494 ____________________________________________________________________________
11495 [  7632] By: jhi                                   on 2000/11/09  21:55:41
11496         Log: Various doc oddball characters.
11497              
11498              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
11499              From: Michael Somos <somos@grail.cba.csuohio.edu>
11500              Date: Mon, 6 Nov 2000 17:44:20 -0500
11501              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
11502      Branch: perl
11503            ! emacs/cperl-mode.el lib/unicode/syllables.txt
11504            ! win32/bin/search.pl
11505 ____________________________________________________________________________
11506 [  7631] By: jhi                                   on 2000/11/09  21:12:29
11507         Log: Subject: Re: bash -c exit and linux hints 
11508              From: "John P. Linderman" <jpl@research.att.com>
11509              Date: Thu, 02 Nov 2000 09:37:25 -0500
11510              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
11511      Branch: perl
11512            ! hints/linux.sh
11513 ____________________________________________________________________________
11514 [  7630] By: nick                                  on 2000/11/09  20:34:11
11515         Log: Integrate mainline.
11516      Branch: perlio
11517           !> (integrate 91 files)
11518 ____________________________________________________________________________
11519 [  7629] By: jhi                                   on 2000/11/09  19:46:31
11520         Log: Missing dTHXs.
11521              
11522              Subject: RE: perl@7595 builds not on cygwin
11523              From: "Eric Fifer" <egf7@columbia.edu>
11524              Date: Thu, 9 Nov 2000 19:26:50 -0000
11525              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
11526      Branch: perl
11527            ! ext/Devel/Peek/Peek.xs
11528 ____________________________________________________________________________
11529 [  7628] By: jhi                                   on 2000/11/09  14:48:27
11530         Log: Disable only the tests 99 and 166 for UTF-8 locales.
11531      Branch: perl
11532            ! t/pragma/locale.t
11533 ____________________________________________________________________________
11534 [  7627] By: jhi                                   on 2000/11/09  14:40:27
11535         Log: There's no =head3.
11536      Branch: perl
11537            ! pod/perlhack.pod
11538 ____________________________________________________________________________
11539 [  7626] By: jhi                                   on 2000/11/09  13:54:26
11540         Log: The generated boot_* headers are wrong.  Pickier compiler,
11541              such as KAI C++ will refuse to compile the resulting perlmain.
11542              
11543              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
11544              From: Harri Pasanen <harri.pasanen@trema.com>
11545              Date: Thu, 09 Nov 2000 14:23:28 +0100
11546              Message-Id: <3A0AA550.26D548A3@trema.com>
11547      Branch: perl
11548            ! minimod.pl
11549 ____________________________________________________________________________
11550 [  7625] By: jhi                                   on 2000/11/09  13:50:44
11551         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
11552              From: Prymmer/Kahn <pvhp@best.com>
11553              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
11554              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
11555              
11556              All except the "cow orker" change.
11557      Branch: perl
11558            ! Porting/pumpkin.pod
11559 ____________________________________________________________________________
11560 [  7624] By: jhi                                   on 2000/11/09  13:45:33
11561         Log: Fix for
11562              
11563              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
11564              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
11565              Date: Thu, 09 Nov 2000 11:05:52 +0100
11566              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
11567      Branch: perl
11568            ! pod/perldiag.pod t/pragma/warn/pp_sys
11569 ____________________________________________________________________________
11570 [  7623] By: jhi                                   on 2000/11/09  13:37:16
11571         Log: Typo in an ifndef.
11572              
11573              Subject: Re: [PATCH 5.7.0] better messages from malloc()
11574              From: Joe Smith <jms@inwap.com>         
11575              Date: Thu, 09 Nov 2000 01:33:14 -0800
11576              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
11577      Branch: perl
11578            ! malloc.c
11579 ____________________________________________________________________________
11580 [  7622] By: jhi                                   on 2000/11/09  13:31:18
11581         Log: Remove unused extra arguments.
11582      Branch: metaconfig/U/perl
11583            ! perlxv.U
11584      Branch: perl
11585            ! Configure config_h.SH
11586 ____________________________________________________________________________
11587 [  7621] By: jhi                                   on 2000/11/09  13:16:36
11588         Log: More VMS moves on environment handling, from Charles Lane.
11589      Branch: perl
11590            ! t/pragma/locale.t
11591 ____________________________________________________________________________
11592 [  7620] By: jhi                                   on 2000/11/09  04:42:38
11593         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
11594              From: David Dyck <dcd@tc.fluke.com>
11595              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
11596              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
11597      Branch: perl
11598            ! pp_sys.c
11599 ____________________________________________________________________________
11600 [  7619] By: jhi                                   on 2000/11/09  04:36:21
11601         Log: Forgot from #7618.
11602      Branch: perl
11603            ! lib/File/stat.pm
11604 ____________________________________________________________________________
11605 [  7618] By: jhi                                   on 2000/11/09  04:28:44
11606         Log: Make deleting for %ENV work for (newer versions of) VMS,
11607              from Craig A. Berry.
11608      Branch: perl
11609            ! vms/vms.c
11610 ____________________________________________________________________________
11611 [  7617] By: jhi                                   on 2000/11/09  04:25:05
11612         Log: Subject: [PATCH] Class::Struct at compile time
11613              From: "Casey R. Tweten" <crt@kiski.net>
11614              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
11615              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
11616      Branch: perl
11617            ! lib/Class/Struct.pm
11618 ____________________________________________________________________________
11619 [  7616] By: jhi                                   on 2000/11/09  04:15:17
11620         Log: Subject: [ID 20001108.013] spelling
11621              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
11622              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
11623              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
11624      Branch: perl
11625            ! lib/ftp.pl
11626 ____________________________________________________________________________
11627 [  7615] By: jhi                                   on 2000/11/09  04:12:42
11628         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
11629              From: Peter Prymmer <pvhp@forte.com>
11630              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
11631              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
11632      Branch: perl
11633            ! configure.com
11634 ____________________________________________________________________________
11635 [  7614] By: jhi                                   on 2000/11/08  22:42:55
11636         Log: A missing aTHX_.
11637      Branch: perl
11638            ! ext/IPC/SysV/SysV.xs
11639 ____________________________________________________________________________
11640 [  7613] By: jhi                                   on 2000/11/08  19:30:21
11641         Log: Update Changes.
11642      Branch: perl
11643            ! Changes patchlevel.h
11644 ____________________________________________________________________________
11645 [  7612] By: jhi                                   on 2000/11/08  18:35:25
11646         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
11647              From: David Dyck <dcd@tc.fluke.com>
11648              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
11649              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
11650      Branch: perl
11651            ! pp_sys.c
11652 ____________________________________________________________________________
11653 [  7611] By: jhi                                   on 2000/11/08  18:30:26
11654         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
11655              From: Dominic Dunlop <domo@computer.org>
11656              Date: Tue, 7 Nov 2000 12:05:25 +0100
11657              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
11658      Branch: perl
11659            ! malloc.c
11660 ____________________________________________________________________________
11661 [  7610] By: jhi                                   on 2000/11/08  18:25:14
11662         Log: Do not test UTF-8 locales since that the tests would require
11663              polymorphic regexen.
11664      Branch: perl
11665            ! t/pragma/locale.t
11666 ____________________________________________________________________________
11667 [  7609] By: jhi                                   on 2000/11/08  17:12:51
11668         Log: Locale buglets.
11669              
11670              Subject: RE: Locales support (setlocale) fixes
11671              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
11672              Date: Wed, 8 Nov 2000 20:01:39 +0300
11673              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
11674      Branch: perl
11675            ! t/pragma/locale.t util.c
11676 ____________________________________________________________________________
11677 [  7608] By: jhi                                   on 2000/11/08  17:00:16
11678         Log: Deleting $ENV{PATH} in VMS is not recommendable.
11679      Branch: perl
11680            ! t/pragma/locale.t
11681 ____________________________________________________________________________
11682 [  7607] By: jhi                                   on 2000/11/08  16:58:26
11683         Log: Subject: PATCH std stdio for (Free)BSD
11684              From: Nicholas Clark <nick@ccl4.org>
11685              Date: Wed, 8 Nov 2000 15:36:29 +0000
11686              Message-ID: <20001108153629.D98736@plum.flirble.org>
11687      Branch: metaconfig
11688            ! U/compline/d_stdstdio.U
11689      Branch: perl
11690            ! Configure config_h.SH
11691 ____________________________________________________________________________
11692 [  7606] By: jhi                                   on 2000/11/08  16:43:31
11693         Log: Forgot to bump the line numbers in #7601.
11694      Branch: perl
11695            ! t/pragma/warn/pp_sys
11696 ____________________________________________________________________________
11697 [  7605] By: jhi                                   on 2000/11/08  16:39:12
11698         Log: More careful detection of how well NVs and UVs mix.
11699              
11700              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))
11701              From: Nicholas Clark <nick@ccl4.org>
11702              Date: Wed, 8 Nov 2000 15:14:12 +0000
11703              Message-ID: <20001108151412.B98736@plum.flirble.org>
11704              
11705              Added some SIGFPE paranoia.
11706      Branch: metaconfig/U/perl
11707            ! perlxv.U
11708      Branch: perl
11709            ! Configure config_h.SH
11710 ____________________________________________________________________________
11711 [  7604] By: jhi                                   on 2000/11/08  14:39:10
11712         Log: Subject: [patch perl@7595] VMS configure.com tweak
11713              From: "Craig A. Berry" <craigberry@mac.com>
11714              Date: Wed, 8 Nov 2000 00:24:12 -0600
11715              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
11716      Branch: perl
11717            ! configure.com
11718 ____________________________________________________________________________
11719 [  7603] By: jhi                                   on 2000/11/08  14:27:11
11720         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
11721              From: Robin Barker <rmb1@cise.npl.co.uk>
11722              Date: Wed, 8 Nov 2000 11:11:39 GMT
11723              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
11724      Branch: perl
11725            ! perlio.c
11726 ____________________________________________________________________________
11727 [  7602] By: jhi                                   on 2000/11/08  14:25:03
11728         Log: Fix for the tie-refhash string table leaks.
11729              
11730              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
11731              Date: Wed, 8 Nov 2000 13:03:04 GMT
11732              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
11733      Branch: perl
11734            ! t/lib/tie-refhash.t
11735 ____________________________________________________________________________
11736 [  7601] By: jhi                                   on 2000/11/08  14:21:08
11737         Log: Try to avoid flockless and emulationless places.
11738      Branch: perl
11739            ! t/pragma/warn/pp_sys
11740 ____________________________________________________________________________
11741 [  7600] By: jhi                                   on 2000/11/08  02:28:54
11742         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
11743              
11744              Subject: [PATCH] prototyped functions that should be overrideable
11745              From: "Casey R. Tweten" <crt@kiski.net>
11746              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
11747              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
11748      Branch: perl
11749            ! toke.c
11750 ____________________________________________________________________________
11751 [  7599] By: jhi                                   on 2000/11/08  01:12:05
11752         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
11753              
11754              Subject: [PATCH] perlbug.PL
11755              From: "Kurt D. Starsinic" <kstar@chapin.edu>
11756              Date: Mon, 6 Nov 2000 21:39:01 -0500
11757              Message-ID: <20001106213901.B20955@O2.chapin.edu>
11758      Branch: perl
11759            ! utils/perlbug.PL
11760 ____________________________________________________________________________
11761 [  7598] By: jhi                                   on 2000/11/07  23:42:00
11762         Log: Bad thinko in #7581 (I used the test program with the expanded
11763              values as-is).
11764      Branch: metaconfig
11765            ! U/compline/d_stdstdio.U
11766      Branch: perl
11767            ! Configure
11768 ____________________________________________________________________________
11769 [  7597] By: jhi                                   on 2000/11/07  21:43:29
11770         Log: Subject: [PATCH perl@7573] cygwin port
11771              From: "Fifer, Eric" <EFifer@sanwaint.com>
11772              Date: Tue, 7 Nov 2000 18:08:51 -0000 
11773              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
11774              
11775              Synchronize with Cygwin 1.1.5.
11776      Branch: perl
11777            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
11778            ! pod/perlport.pod unixish.h util.c
11779 ____________________________________________________________________________
11780 [  7596] By: jhi                                   on 2000/11/07  21:39:25
11781         Log: perlhack updates from H.Merijn Brand.
11782      Branch: perl
11783            ! pod/perlhack.pod
11784 ____________________________________________________________________________
11785 [  7595] By: jhi                                   on 2000/11/07  20:21:41
11786         Log: Update Changes.
11787      Branch: perl
11788            ! Changes patchlevel.h
11789 ____________________________________________________________________________
11790 [  7594] By: jhi                                   on 2000/11/07  19:18:58
11791         Log: Be more robust in Dynaloader.pm.
11792      Branch: perl
11793            ! ext/DynaLoader/DynaLoader_pm.PL
11794 ____________________________________________________________________________
11795 [  7593] By: jhi                                   on 2000/11/07  16:49:31
11796         Log: AUTHORS update.
11797      Branch: perl
11798            ! AUTHORS
11799 ____________________________________________________________________________
11800 [  7592] By: gsar                                  on 2000/11/07  16:39:51
11801         Log: normalize relative paths in virtualized current directory on windows,
11802              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
11803              returns)
11804      Branch: perl
11805            ! win32/vdir.h
11806 ____________________________________________________________________________
11807 [  7591] By: jhi                                   on 2000/11/07  16:04:26
11808         Log: Too profiler-happy: with optimization the #7590 actually makes
11809              the test to run 0.5% _slower_.  Requires much more instrumentation.
11810              Retract #7590.
11811      Branch: perl
11812            ! regcomp.c regcomp.h
11813 ____________________________________________________________________________
11814 [  7590] By: jhi                                   on 2000/11/07  15:51:13
11815         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
11816              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
11817              by using memset() and testing bytewise (as opposed to bitwise).
11818      Branch: perl
11819            ! regcomp.c regcomp.h
11820 ____________________________________________________________________________
11821 [  7589] By: jhi                                   on 2000/11/07  12:56:39
11822         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
11823              From: "Craig A. Berry" <craig.berry@psinetcs.com>
11824              Date: Mon, 06 Nov 2000 23:45:30 -0500
11825              Message-Id: <0011079735.AA973576259@univpress.com>
11826      Branch: perl
11827            ! configure.com t/lib/st-lock.t
11828 ____________________________________________________________________________
11829 [  7588] By: jhi                                   on 2000/11/07  01:03:28
11830         Log: Tweak #7587.
11831      Branch: perl
11832            ! pod/perldiag.pod
11833 ____________________________________________________________________________
11834 [  7587] By: jhi                                   on 2000/11/07  01:00:27
11835         Log: A doc addition for bug id 20001105.019, beware \p.
11836      Branch: perl
11837            ! pod/perldiag.pod
11838 ____________________________________________________________________________
11839 [  7586] By: jhi                                   on 2000/11/07  00:32:22
11840         Log: Fake support of holey files in win/dosish platforms.
11841              
11842              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
11843              From: kipp@shonanblue.ne.jp
11844              Date: Mon, 6 Nov 2000 13:30:55 -0800
11845              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
11846      Branch: perl
11847            ! ext/SDBM_File/sdbm/sdbm.c
11848 ____________________________________________________________________________
11849 [  7585] By: jhi                                   on 2000/11/07  00:12:54
11850         Log: Subject: Pod updates
11851              From: "Stephen P. Potter" <spp@spotter.yi.org>
11852              Date: Mon, 06 Nov 2000 18:56:43 -0500
11853              Message-Id: <200011062357.SAA18173@spotter.yi.org>
11854      Branch: perl
11855            ! README.dos README.os2 README.win32 pod/buildtoc.PL
11856            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
11857            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
11858            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
11859            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
11860            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
11861            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
11862            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
11863            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
11864            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
11865            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
11866            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
11867            ! pod/perltootc.pod pod/perlunicode.pod
11868 ____________________________________________________________________________
11869 [  7584] By: jhi                                   on 2000/11/07  00:04:17
11870         Log: Varargs don't always work too well if one puts an unsigned
11871              char on the stack and pop an unsigned quad off the stack.
11872              
11873              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
11874              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
11875              Date: Mon, 06 Nov 2000 15:19:05 -0800
11876              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
11877      Branch: perl
11878            ! utf8.c
11879 ____________________________________________________________________________
11880 [  7583] By: jhi                                   on 2000/11/06  23:58:48
11881         Log: %ENV note tweaks from Dan Sugalski.
11882      Branch: perl
11883            ! pod/perlport.pod vms/perlvms.pod
11884 ____________________________________________________________________________
11885 [  7582] By: jhi                                   on 2000/11/06  23:05:49
11886         Log: glibc5 detection by __GNU_LIBRARY__.
11887      Branch: perl
11888            ! toke.c
11889 ____________________________________________________________________________
11890 [  7581] By: jhi                                   on 2000/11/06  22:51:29
11891         Log: Make the stdio test program of 7427 less noisy while being 
11892              compiled so that Digital UNIX wouldn't get both
11893              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
11894              undefined.  This makes perlio happy.
11895      Branch: metaconfig
11896            ! U/compline/d_stdstdio.U
11897      Branch: perl
11898            ! Configure config_h.SH
11899 ____________________________________________________________________________
11900 [  7580] By: jhi                                   on 2000/11/06  22:41:41
11901         Log: Document %ENV = () portability issues.
11902      Branch: perl
11903            ! pod/perlport.pod vms/perlvms.pod
11904 ____________________________________________________________________________
11905 [  7579] By: jhi                                   on 2000/11/06  21:29:24
11906         Log: VOS updates from Paul Green.
11907      Branch: perl
11908            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
11909 ____________________________________________________________________________
11910 [  7578] By: jhi                                   on 2000/11/06  21:00:40
11911         Log: Sanitize the environment further.
11912      Branch: perl
11913            ! t/pragma/locale.t
11914 ____________________________________________________________________________
11915 [  7577] By: jhi                                   on 2000/11/06  20:53:51
11916         Log: Re-introduce 7552 lost in integration.
11917      Branch: perl
11918            ! perlio.c
11919 ____________________________________________________________________________
11920 [  7576] By: jhi                                   on 2000/11/06  20:33:46
11921         Log: Admit that the test leaks scalars.
11922      Branch: perl
11923            ! t/comp/proto.t
11924 ____________________________________________________________________________
11925 [  7575] By: jhi                                   on 2000/11/06  20:17:08
11926         Log: Integrate perlio.
11927      Branch: perl
11928           !> perlio.c
11929 ____________________________________________________________________________
11930 [  7574] By: nick                                  on 2000/11/06  20:07:28
11931         Log: Remove debug. Try (Mmap_t) on madvise() call.
11932      Branch: perlio
11933            ! perlio.c
11934 ____________________________________________________________________________
11935 [  7573] By: jhi                                   on 2000/11/06  13:56:05
11936         Log: Update Changes.
11937      Branch: perl
11938            ! Changes patchlevel.h
11939 ____________________________________________________________________________
11940 [  7572] By: jhi                                   on 2000/11/06  13:48:41
11941         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
11942              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11943              Date: Mon, 06 Nov 2000 10:11:42 +0100
11944              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
11945      Branch: perl
11946            ! pod/perlhack.pod
11947 ____________________________________________________________________________
11948 [  7571] By: jhi                                   on 2000/11/06  01:45:51
11949         Log: AUTHORS updates.
11950      Branch: perl
11951            ! AUTHORS
11952 ____________________________________________________________________________
11953 [  7570] By: jhi                                   on 2000/11/06  00:18:00
11954         Log: Fix for
11955              
11956              Subject: [ID 20000728.005] perl -P broken
11957              From: David Dyck <dcd@tc.fluke.com>
11958              Date: Fri, 28 Jul 2000 17:19:16 -0700
11959              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
11960              
11961              (hopefully).  The fix is also not complete, it seems to break
11962              BOM swallowing for libc5 systems, but until someone figures
11963              out a way to do this without ftell(), this will do.
11964      Branch: perl
11965            ! toke.c
11966 ____________________________________________________________________________
11967 [  7569] By: jhi                                   on 2000/11/06  00:05:30
11968         Log: Document that the evaled syntax errors cause scalar leaks.
11969      Branch: perl
11970            ! t/comp/proto.t
11971 ____________________________________________________________________________
11972 [  7568] By: jhi                                   on 2000/11/05  23:14:47
11973         Log: opmini.o can linger from Configures past.
11974      Branch: perl
11975            ! Makefile.SH
11976 ____________________________________________________________________________
11977 [  7567] By: jhi                                   on 2000/11/05  21:28:39
11978         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
11979              first argument correctly.
11980      Branch: perl
11981            ! perlio.c
11982 ____________________________________________________________________________
11983 [  7566] By: jhi                                   on 2000/11/05  21:15:56
11984         Log: Integrate perlio.
11985      Branch: perl
11986           !> perlio.c
11987 ____________________________________________________________________________
11988 [  7565] By: jhi                                   on 2000/11/05  21:15:13
11989         Log: Use -dM for gcc (the suggested patch did it only for Linux,
11990              but I think it can be generalized).
11991              
11992              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
11993              From: Pixel <pixel@mandrakesoft.com>
11994              Date: 05 Nov 2000 21:49:34 +0100 
11995              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
11996      Branch: perl
11997            ! ext/Errno/Errno_pm.PL
11998 ____________________________________________________________________________
11999 [  7564] By: nick                                  on 2000/11/05  21:09:18
12000         Log: Added a mmap layer as a "subclass" of perlio.
12001              PERLIO=mmap ./perl harness passes
12002      Branch: perlio
12003            ! perlio.c
12004 ____________________________________________________________________________
12005 [  7563] By: jhi                                   on 2000/11/05  19:48:55
12006         Log: Add a note for future generations about bug id 20000229.006.
12007      Branch: perl
12008            ! malloc.c
12009 ____________________________________________________________________________
12010 [  7562] By: jhi                                   on 2000/11/05  19:38:24
12011         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
12012      Branch: perl
12013            ! pp_ctl.c t/op/pos.t
12014 ____________________________________________________________________________
12015 [  7561] By: jhi                                   on 2000/11/05  18:21:46
12016         Log: Add =pod to be tidy.
12017      Branch: perl
12018            ! lib/Math/Complex.pm
12019 ____________________________________________________________________________
12020 [  7560] By: jhi                                   on 2000/11/05  17:38:46
12021         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
12022      Branch: perl
12023            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
12024            ! ext/Storable/Storable.xs t/lib/st-recurse.t
12025 ____________________________________________________________________________
12026 [  7559] By: jhi                                   on 2000/11/05  17:32:59
12027         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
12028              From: "Peter J. Farley III" <pjfarley@banet.net>
12029              Date: Sun, 05 Nov 2000 11:55:59 -0500
12030              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
12031      Branch: perl
12032            ! t/lib/syslog.t
12033 ____________________________________________________________________________
12034 [  7558] By: jhi                                   on 2000/11/05  17:29:19
12035         Log: Integrate perlio.
12036      Branch: perl
12037           !> perlio.c
12038 ____________________________________________________________________________
12039 [  7557] By: jhi                                   on 2000/11/05  17:22:01
12040         Log: A fix of sorts for 20000329.026, a better error message
12041              for a missing "use charnames" when using the \N{...}. 
12042      Branch: perl
12043            ! pod/perldiag.pod toke.c
12044 ____________________________________________________________________________
12045 [  7556] By: jhi                                   on 2000/11/05  16:33:50
12046         Log: Test tweak: show also the failed locales.
12047              
12048              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
12049              From: Lupe Christoph <lupe@lupe-christoph.de>         
12050              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
12051              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
12052      Branch: perl
12053            ! t/pragma/locale.t
12054 ____________________________________________________________________________
12055 [  7555] By: nick                                  on 2000/11/05  11:09:34
12056         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
12057              open RDWR so does not fail. (pragma/warnings 303 again...)
12058      Branch: perlio
12059            ! perlio.c
12060 ____________________________________________________________________________
12061 [  7554] By: nick                                  on 2000/11/05  10:10:13
12062         Log: Fix case where ungetc(f,EOF) was allowed.
12063              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
12064              so we can see similarities.
12065              Use types more carefully and a STDCHAR array in hope that this will
12066              fix Jarrko's 64bit machine.
12067      Branch: perlio
12068            ! perlio.c
12069 ____________________________________________________________________________
12070 [  7553] By: jhi                                   on 2000/11/05  01:12:16
12071         Log: Fix for
12072              
12073              Subject: [ID 20001004.007] taint propogation is inconsistent
12074              From: pimlott@idiomtech.com (Andrew Pimlott) 
12075              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
12076              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
12077              
12078              The culprit was sv_setsv() which was rather blindly
12079              propagating taint, which lead to behaviour where if
12080              a tainted anon hash value was seen all the hash values
12081              from then on at that level became tainted, or at any
12082              upper levels in the case of nested anon hashes.
12083      Branch: perl
12084            ! sv.c t/op/taint.t
12085 ____________________________________________________________________________
12086 [  7552] By: jhi                                   on 2000/11/04  23:44:18
12087         Log: Some cpps don't like splitting conditionals across several lines.
12088      Branch: perl
12089            ! perlio.c
12090 ____________________________________________________________________________
12091 [  7551] By: nick                                  on 2000/11/04  23:40:44
12092         Log: Integrate mainline
12093      Branch: perlio
12094           !> pp_hot.c t/op/taint.t
12095 ____________________________________________________________________________
12096 [  7550] By: nick                                  on 2000/11/04  23:39:05
12097         Log: Integrate mainline again
12098      Branch: perlio
12099           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
12100           !> t/lib/b.t t/op/misc.t util.c
12101 ____________________________________________________________________________
12102 [  7549] By: jhi                                   on 2000/11/04  23:14:01
12103         Log: Fix for
12104              
12105              Subject: [ID 20001004.006] undef is never tainted
12106              From: pimlott@idiomtech.com (Andrew Pimlott)
12107              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
12108              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
12109              
12110              An undef read from a slurped file was not tainted.
12111      Branch: perl
12112            ! pp_hot.c t/op/taint.t
12113 ____________________________________________________________________________
12114 [  7548] By: jhi                                   on 2000/11/04  22:56:21
12115         Log: Test tweak ($Config{useperlio} is by default undef) .
12116      Branch: perl
12117            ! t/lib/b.t
12118 ____________________________________________________________________________
12119 [  7547] By: jhi                                   on 2000/11/04  22:43:56
12120         Log: Integrate perlio.
12121      Branch: perl
12122           +> lib/perlio.pm
12123           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
12124           !> pod/perlapi.pod t/lib/b.t
12125 ____________________________________________________________________________
12126 [  7546] By: jhi                                   on 2000/11/04  22:40:59
12127         Log: Configure would use a bad $myuname from an old config.sh.
12128              
12129              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
12130              From: Andy Dougherty <doughera@lafayette.edu>
12131              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
12132              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
12133      Branch: metaconfig
12134            ! U/modified/Oldconfig.U
12135      Branch: perl
12136            ! Configure config_h.SH
12137 ____________________________________________________________________________
12138 [  7545] By: jhi                                   on 2000/11/04  22:36:54
12139         Log: Subject: Locales support (setlocale) fixes
12140              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
12141              Date: Sat, 4 Nov 2000 10:15:48 +0300 
12142              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
12143              
12144              Modified quite a bit to be more portable.
12145      Branch: perl
12146            ! embed.h embed.pl perl.h proto.h util.c
12147 ____________________________________________________________________________
12148 [  7544] By: jhi                                   on 2000/11/04  22:32:47
12149         Log: Dying is too strict here, better just skip.
12150      Branch: perl
12151            ! t/op/misc.t
12152 ____________________________________________________________________________
12153 [  7543] By: nick                                  on 2000/11/04  21:55:13
12154         Log: Merge mainline
12155      Branch: perlio
12156           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
12157           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
12158           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
12159           !> (integrate 64 files)
12160 ____________________________________________________________________________
12161 [  7542] By: jhi                                   on 2000/11/04  21:09:28
12162         Log: More Changes tweakery.
12163      Branch: perl
12164            ! Changes Porting/genlog
12165 ____________________________________________________________________________
12166 [  7541] By: jhi                                   on 2000/11/04  20:58:18
12167         Log: Changes fixups.
12168      Branch: perl
12169            ! Changes
12170 ____________________________________________________________________________
12171 [  7540] By: jhi                                   on 2000/11/04  20:42:38
12172         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
12173              create a "fast path" for locale name probing using "locale -a"
12174              if available, squash finally hopefully the s?printf resetting
12175              the numeric locale (since, IIUC perllocale, it never shouldn't). 
12176      Branch: perl
12177            ! sv.c t/op/misc.t t/pragma/locale.t
12178 ____________________________________________________________________________
12179 [  7539] By: nick                                  on 2000/11/04  19:56:10
12180         Log: PerlIO infrastructure complete.
12181      Branch: perlio
12182            + lib/perlio.pm
12183            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
12184 ____________________________________________________________________________
12185 [  7538] By: nick                                  on 2000/11/04  14:31:32
12186         Log: Type tweaks + less contorted allocation scheme
12187      Branch: perlio
12188            ! perlio.c
12189 ____________________________________________________________________________
12190 [  7537] By: nick                                  on 2000/11/04  12:40:42
12191         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
12192              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
12193              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
12194              sensible) which lead to some interesting fails.
12195      Branch: perlio
12196            ! perlio.c
12197 ____________________________________________________________________________
12198 [  7536] By: jhi                                   on 2000/11/04  00:20:02
12199         Log: Add FCNTL_CAN_LOCK.
12200              
12201              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
12202              From: Andy Dougherty <doughera@lafayette.edu>
12203              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
12204              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
12205              
12206              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
12207              From: Andy Dougherty <doughera@lafayette.edu>
12208              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
12209              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
12210      Branch: metaconfig/U/perl
12211            + d_fcntl_can_lock.U
12212            ! startperl.U
12213      Branch: perl
12214            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12215            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
12216            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
12217            ! vos/config.ga.h win32/config.bc win32/config.gc
12218            ! win32/config.vc
12219 ____________________________________________________________________________
12220 [  7535] By: nick                                  on 2000/11/03  22:19:10
12221         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
12222              - Works on Linux with
12223              perlio + unix
12224              stdio
12225              - Works on Solaris with
12226              perlio + unix
12227              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
12228              - Fails (hangs in openpid) if you try and stack
12229              perlio + stdio - Linux stdio's read() logic is hanging.
12230      Branch: perlio
12231            ! iperlsys.h perlio.c
12232 ____________________________________________________________________________
12233 [  7534] By: jhi                                   on 2000/11/03  15:16:02
12234         Log: Subject: Re: README.aix
12235              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12236              Date: Fri, 03 Nov 2000 16:03:15 +0100
12237              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
12238      Branch: perl
12239            ! README.aix
12240 ____________________________________________________________________________
12241 [  7533] By: jhi                                   on 2000/11/03  03:59:02
12242         Log: Subject: [PATCH 5.7.0] better messages from malloc()
12243              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12244              Date: Wed, 1 Nov 2000 23:39:56 -0500
12245              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
12246      Branch: perl
12247            ! malloc.c pod/perldiag.pod
12248 ____________________________________________________________________________
12249 [  7532] By: jhi                                   on 2000/11/03  00:11:56
12250         Log: The #7521 touched things it shouldn't have.
12251      Branch: perl
12252            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
12253 ____________________________________________________________________________
12254 [  7531] By: jhi                                   on 2000/11/02  22:32:33
12255         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
12256              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12257              Date:     Thu, 2 Nov 2000 16:58:36 EST
12258              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
12259      Branch: perl
12260            ! vms/gen_shrfls.pl
12261 ____________________________________________________________________________
12262 [  7530] By: jhi                                   on 2000/11/02  22:08:49
12263         Log: Fix the problem discussed in
12264              
12265              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
12266              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
12267              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
12268              
12269              originally from Linc Madison.  Also Andreas König's comments
12270              taken into account.  Some other problems with Tie::SubstrHash
12271              fixed: didn't croak when the table exceeded the requested number
12272              of entries (as documented) but instead when the number of entries
12273              exceeded the size of the table, a croak() had an unnecessary \n,
12274              didn't have a CLEAR method, documented that there is no exists().
12275              Didn't fix to be strict-proof because the module uses &foo; and
12276              dynamic scope.  Added a test script exercizing both first tamely 
12277              the basic functionality, and then the failure cases reported by
12278              Linc Madison.
12279      Branch: perl
12280            + t/lib/tie-substrhash.t
12281            ! MANIFEST lib/Tie/SubstrHash.pm
12282 ____________________________________________________________________________
12283 [  7529] By: jhi                                   on 2000/11/02  17:58:08
12284         Log: recv() can fail and return undef.
12285              
12286              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
12287              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
12288              Date: Thu, 2 Nov 2000 20:12:20 +0300
12289              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
12290      Branch: perl
12291            ! lib/Net/Ping.pm
12292 ____________________________________________________________________________
12293 [  7528] By: jhi                                   on 2000/11/02  17:49:09
12294         Log: Detpyo.
12295      Branch: perl
12296            ! pod/perlop.pod
12297 ____________________________________________________________________________
12298 [  7527] By: jhi                                   on 2000/11/02  15:48:37
12299         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
12300              fix a autovivification bug in Tie::RefHash, add tests for both.
12301              
12302              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
12303              From: Edward Avis <epa98@doc.ic.ac.uk>
12304              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
12305              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
12306      Branch: perl
12307            + t/lib/tie-refhash.t
12308            ! MANIFEST lib/Tie/RefHash.pm
12309 ____________________________________________________________________________
12310 [  7526] By: jhi                                   on 2000/11/02  13:56:26
12311         Log: Test::Harness revealed buglets in the new DynaLoader.
12312              
12313              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
12314              From: andreas.koenig@anima.de (Andreas J. Koenig)
12315              Date: 02 Nov 2000 11:26:48 +0100 
12316              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
12317      Branch: perl
12318            ! ext/DynaLoader/DynaLoader_pm.PL
12319 ____________________________________________________________________________
12320 [  7525] By: jhi                                   on 2000/11/01  23:52:08
12321         Log: The entry for #7503 was missing.
12322      Branch: perl
12323            ! Changes
12324 ____________________________________________________________________________
12325 [  7524] By: jhi                                   on 2000/11/01  23:40:52
12326         Log: Update Changes.
12327      Branch: perl
12328            ! Changes patchlevel.h
12329 ____________________________________________________________________________
12330 [  7523] By: jhi                                   on 2000/11/01  22:57:09
12331         Log: More tweaking on the #7522 theme.
12332      Branch: perl
12333            ! ext/DynaLoader/DynaLoader_pm.PL
12334 ____________________________________________________________________________
12335 [  7522] By: jhi                                   on 2000/11/01  22:06:15
12336         Log: Expand %Config variables and %ENV variables only if
12337              so requested during build time using the
12338              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
12339              Not expanding makes relocating distributions easier.
12340      Branch: perl
12341            ! ext/DynaLoader/DynaLoader_pm.PL
12342 ____________________________________________________________________________
12343 [  7521] By: jhi                                   on 2000/11/01  20:56:34
12344         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
12345              and setgid() because they were just changing $< and $( which means
12346              only changing the real uid/gid, as opposed to changing both
12347              real and effective ids.  (The alternative way could have been
12348              in POSIX.pm to change $> and $), too, but making a direct call
12349              to the C API feels cleaner.)  Fixes the bug
12350              
12351              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
12352              From: "Garry T. Williams" <garry@zvolve.com>
12353              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
12354              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
12355      Branch: perl
12356            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
12357            ! ext/POSIX/typemap pod/perlvar.pod
12358 ____________________________________________________________________________
12359 [  7520] By: jhi                                   on 2000/11/01  20:08:33
12360         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
12361              From: "Garry T. Williams" <garry@zvolve.com>
12362              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
12363              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
12364      Branch: perl
12365            ! pod/perlsec.pod
12366 ____________________________________________________________________________
12367 [  7519] By: jhi                                   on 2000/11/01  20:01:22
12368         Log: Locale warning explanation tweak.
12369      Branch: perl
12370            ! pod/perldiag.pod
12371 ____________________________________________________________________________
12372 [  7518] By: jhi                                   on 2000/11/01  18:57:13
12373         Log: C.pm part of
12374              
12375              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
12376              From: Jarkko Hietaniemi <jhi@iki.fi>
12377              Date: Tue, 10 Oct 2000 08:22:28 -0500
12378              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
12379      Branch: perl
12380            ! ext/B/B/C.pm
12381 ____________________________________________________________________________
12382 [  7517] By: jhi                                   on 2000/11/01  18:41:59
12383         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
12384              From: Martien Verbruggen <mgjv@comdyn.com.au>
12385              Date: Fri, 6 Oct 2000 14:09:10 +1100
12386              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
12387      Branch: perl
12388            ! pod/perlop.pod
12389 ____________________________________________________________________________
12390 [  7516] By: jhi                                   on 2000/11/01  18:34:55
12391         Log: Generalize the Camel wording.
12392              
12393              Subject: Re: perlfaq style changes
12394              From: John Borwick <jhborwic@unity.ncsu.edu>
12395              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
12396              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
12397      Branch: perl
12398            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
12399 ____________________________________________________________________________
12400 [  7515] By: jhi                                   on 2000/11/01  16:52:31
12401         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
12402              From: pimlott@idiomtech.com (Andrew Pimlott)
12403              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
12404              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
12405      Branch: perl
12406            ! pod/perlsec.pod
12407 ____________________________________________________________________________
12408 [  7514] By: jhi                                   on 2000/11/01  15:03:40
12409         Log: More AIX lore.
12410      Branch: perl
12411            ! ext/re/hints/aix.pl
12412 ____________________________________________________________________________
12413 [  7513] By: jhi                                   on 2000/11/01  14:48:30
12414         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
12415              From: root <root@chronos.fi.muni.cz>
12416              Date: Wed, 1 Nov 2000 12:31:32 +0100
12417              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
12418      Branch: perl
12419            ! lib/Net/Ping.pm
12420 ____________________________________________________________________________
12421 [  7512] By: jhi                                   on 2000/11/01  14:46:47
12422         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
12423              From: Martin Husemann <martin@duskware.de>
12424              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
12425              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
12426      Branch: perl
12427            ! regcomp.c
12428 ____________________________________________________________________________
12429 [  7511] By: jhi                                   on 2000/11/01  14:39:50
12430         Log: AUTHORS updates.
12431      Branch: perl
12432            ! AUTHORS
12433 ____________________________________________________________________________
12434 [  7510] By: jhi                                   on 2000/11/01  14:29:50
12435         Log: Subject: [PATCH] startperl to respect versiononly
12436              From: Robin Barker <rmb1@cise.npl.co.uk> 
12437              Date: Tue, 31 Oct 2000 16:29:36 GMT
12438              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
12439      Branch: metaconfig/U/perl
12440            ! startperl.U
12441      Branch: perl
12442            ! Configure config_h.SH
12443 ____________________________________________________________________________
12444 [  7509] By: jhi                                   on 2000/11/01  14:19:53
12445         Log: printf UVs the correct way, noticed by Robin Barker.
12446      Branch: perl
12447            ! utf8.c
12448 ____________________________________________________________________________
12449 [  7508] By: jhi                                   on 2000/11/01  14:10:03
12450         Log: Do not cleanup *% because the % has special meanings in some
12451              shell environments.
12452      Branch: perl
12453            ! ext/Storable/Makefile.PL
12454 ____________________________________________________________________________
12455 [  7507] By: jhi                                   on 2000/11/01  14:06:00
12456         Log: The NonStop-UX libraries have a novel way to say NaN.
12457      Branch: perl
12458            ! t/lib/bigfltpm.t
12459 ____________________________________________________________________________
12460 [  7506] By: jhi                                   on 2000/11/01  14:03:35
12461         Log: The osname has been lowercased by now, from Tom Bates.
12462      Branch: metaconfig
12463            ! U/modified/Oldconfig.U
12464      Branch: perl
12465            ! Configure config_h.SH
12466 ____________________________________________________________________________
12467 [  7505] By: jhi                                   on 2000/10/31  19:18:39
12468         Log: The compiler is either gcc or cc, from Tom Bates.
12469      Branch: perl
12470            ! hints/nonstopux.sh
12471 ____________________________________________________________________________
12472 [  7504] By: jhi                                   on 2000/10/31  14:53:42
12473         Log: Update Changes.
12474      Branch: perl
12475            ! Changes patchlevel.h
12476 ____________________________________________________________________________
12477 [  7503] By: jhi                                   on 2000/10/31  14:30:50
12478         Log: Whitespace style tweak.  Was originally going to see to
12479              
12480              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
12481              From: Joe Smith <jms@inwap.com>
12482              Date: Mon, 30 Oct 2000 18:47:57 -0800
12483              Message-Id: <39FE32DD.24AAC4D@inwap.com>
12484              
12485              but that had already been taken care of.
12486      Branch: metaconfig
12487            ! U/compline/d_stdstdio.U
12488      Branch: perl
12489            ! Configure config_h.SH
12490 ____________________________________________________________________________
12491 [  7502] By: jhi                                   on 2000/10/31  14:25:02
12492         Log: AUTHORS tweaks.
12493      Branch: perl
12494            ! AUTHORS
12495 ____________________________________________________________________________
12496 [  7501] By: jhi                                   on 2000/10/31  14:23:59
12497         Log: Subject: perlfaq style changes
12498              From: John Borwick <jhborwic@unity.ncsu.edu>
12499              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
12500              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
12501      Branch: perl
12502            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
12503            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
12504            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
12505            ! pod/perlfaq9.pod
12506 ____________________________________________________________________________
12507 [  7500] By: jhi                                   on 2000/10/31  14:22:15
12508         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
12509              
12510              Subject: Re: [ID 20000918.005] ~ on wide chars
12511              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12512              Date: Mon, 30 Oct 2000 21:09:55 -0800
12513              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
12514              
12515              (The ord() part of the patch skipped.)
12516      Branch: perl
12517            ! doop.c
12518 ____________________________________________________________________________
12519 [  7499] By: jhi                                   on 2000/10/31  14:20:08
12520         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
12521              From: Jens Hamisch <jens@Strawberry.COM>
12522              Date: Mon, 30 Oct 2000 15:17:07 +0100
12523              Message-Id: <20001030151707.A9597@Strawberry.COM>
12524      Branch: perl
12525            ! av.c
12526 ____________________________________________________________________________
12527 [  7498] By: jhi                                   on 2000/10/31  14:16:29
12528         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
12529              From: Peter Prymmer <pvhp@forte.com>
12530              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
12531              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
12532      Branch: perl
12533            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
12534            + ext/Encode/Encode/posix-bc.enc
12535            ! MANIFEST t/lib/encode.t
12536 ____________________________________________________________________________
12537 [  7497] By: jhi                                   on 2000/10/31  14:13:22
12538         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
12539              From: Peter Prymmer <pvhp@forte.com>
12540              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
12541              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
12542      Branch: perl
12543            ! t/lib/cgi-html.t
12544 ____________________________________________________________________________
12545 [  7496] By: jhi                                   on 2000/10/31  14:12:05
12546         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
12547              From: Peter Prymmer <pvhp@forte.com>
12548              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
12549              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
12550      Branch: perl
12551            ! t/lib/cgi-function.t
12552 ____________________________________________________________________________
12553 [  7495] By: jhi                                   on 2000/10/31  14:11:08
12554         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
12555              From: Peter Prymmer <pvhp@forte.com>
12556              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
12557              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
12558      Branch: perl
12559            + ext/re/hints/aix.pl
12560            ! MANIFEST ext/re/Makefile.PL
12561 ____________________________________________________________________________
12562 [  7494] By: jhi                                   on 2000/10/31  14:08:32
12563         Log: Use Errno magic.
12564              
12565              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
12566              From: Casey Tweten <perl@ctweten.amsite.com>
12567              Date: Mon, 30 Oct 2000 15:51:17 -0500
12568              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
12569      Branch: perl
12570            ! lib/File/Temp.pm
12571 ____________________________________________________________________________
12572 [  7493] By: jhi                                   on 2000/10/31  14:05:07
12573         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
12574              
12575              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
12576              From: Nicholas Clark <nick@ccl4.org>
12577              Date: Mon, 30 Oct 2000 17:38:45 +0000
12578              Message-ID: <20001030173845.O60355@plum.flirble.org>
12579      Branch: perl
12580            ! Makefile.SH utils/perlbug.PL
12581 ____________________________________________________________________________
12582 [  7492] By: nick                                  on 2000/10/30  19:37:23
12583         Log: Change files which are mysteriously different to mainline to be
12584              copies of mainline.
12585      Branch: perlio
12586            ! objXSUB.h perlapi.c pod/perlapi.pod
12587 ____________________________________________________________________________
12588 [  7491] By: nick                                  on 2000/10/30  18:05:54
12589         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
12590              - typo in endian code in putc.
12591              - Don't allow read of write-only files and vice-versa
12592              - and off-by-one in flush-all loop.
12593              Remove debug calls as they were using GCC specific features.
12594      Branch: perlio
12595            ! perlio.c
12596 ____________________________________________________________________________
12597 [  7490] By: nick                                  on 2000/10/29  21:45:45
12598         Log: Integrate mainline to perlio
12599      Branch: perlio
12600           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
12601           !> toke.c
12602 ____________________________________________________________________________
12603 [  7489] By: jhi                                   on 2000/10/29  21:11:08
12604         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
12605              From: andreas.koenig@anima.de (Andreas J. Koenig)
12606              Date: 29 Oct 2000 22:05:59 +0100
12607              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
12608      Branch: perl
12609            ! lib/ExtUtils/Manifest.pm
12610 ____________________________________________________________________________
12611 [  7488] By: jhi                                   on 2000/10/29  21:07:47
12612         Log: Tests for #7487.
12613              
12614              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
12615              From: andreas.koenig@anima.de (Andreas J. Koenig)
12616              Date: 29 Oct 2000 19:37:09 +0100
12617              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
12618      Branch: perl
12619            ! t/comp/proto.t
12620 ____________________________________________________________________________
12621 [  7487] By: jhi                                   on 2000/10/29  21:06:27
12622         Log: constsub spillage.
12623              
12624              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
12625              From: John Tobey <jtobey@john-edwin-tobey.org>
12626              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
12627              Message-Id: <m13pvSr-000FObC@feynman.localnet>
12628      Branch: perl
12629            ! op.c
12630 ____________________________________________________________________________
12631 [  7486] By: nick                                  on 2000/10/29  21:05:04
12632         Log: Integrate mainline to perlio branch
12633      Branch: perlio
12634           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
12635           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
12636           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
12637           +> vos/install_perl.cm
12638            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
12639            - vos/config.h vos/config_h.SH_orig
12640           !> (integrate 141 files)
12641 ____________________________________________________________________________
12642 [  7485] By: jhi                                   on 2000/10/29  21:00:47
12643         Log: Make \x{...} consistently produce UTF-8.
12644              
12645              Subject: Re: \x{...} is confused 
12646              From: Simon Cozens <simon@cozens.net>
12647              Date: Sun, 29 Oct 2000 19:36:48 +0000
12648              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
12649      Branch: perl
12650            ! t/pragma/utf8.t toke.c
12651 ____________________________________________________________________________
12652 [  7484] By: nick                                  on 2000/10/29  20:05:29
12653         Log: PerlIO passes all tests.
12654      Branch: perlio
12655            ! perlio.c
12656 ____________________________________________________________________________
12657 [  7483] By: jhi                                   on 2000/10/29  18:06:55
12658         Log: Update Changes.
12659      Branch: perl
12660            ! Changes patchlevel.h
12661 ____________________________________________________________________________
12662 [  7482] By: nick                                  on 2000/10/29  17:43:28
12663         Log: Include <unistd.h> to get correct lseek() prototype etc.
12664              (I thought perl.h did that) - down to two fails
12665              - comp/require.t (last test)
12666              - lib/io_xs.t - possibly import/export of FILE * ?
12667      Branch: perlio
12668            ! perlio.c
12669 ____________________________________________________________________________
12670 [  7481] By: jhi                                   on 2000/10/29  17:02:37
12671         Log: UTF-8 decoder tweak.
12672      Branch: perl
12673            ! utf8.c
12674 ____________________________________________________________________________
12675 [  7480] By: nick                                  on 2000/10/29  16:26:11
12676         Log: Fixed two bugs:
12677              - error code not being set on close (of broken pipe)
12678              - append mode was truncating.
12679              At least one seek/tell bug remains.
12680      Branch: perlio
12681            ! perlio.c
12682 ____________________________________________________________________________
12683 [  7479] By: nick                                  on 2000/10/29  11:18:16
12684         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
12685              in case of accidents. Still several worrying fails, no line disciplines yet.
12686      Branch: perlio
12687            ! iperlsys.h perlio.c
12688 ____________________________________________________________________________
12689 [  7478] By: jhi                                   on 2000/10/29  02:04:01
12690         Log: Add also emailless people.
12691      Branch: perl
12692            ! AUTHORS
12693 ____________________________________________________________________________
12694 [  7477] By: jhi                                   on 2000/10/29  01:36:00
12695         Log: The #7476 needs a MANIFEST change, too.
12696      Branch: perl
12697            ! MANIFEST
12698 ____________________________________________________________________________
12699 [  7476] By: jhi                                   on 2000/10/29  01:35:21
12700         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
12701      Branch: perl
12702            - MAINTAIN
12703            ! AUTHORS Changes
12704 ____________________________________________________________________________
12705 [  7475] By: jhi                                   on 2000/10/28  23:57:25
12706         Log: De-quoted-unreadable to ISO Latin 1.
12707              (There's one ISO-2022-JP name in Changes5.004.)
12708      Branch: perl
12709            ! Changes Changes5.6
12710 ____________________________________________________________________________
12711 [  7474] By: jhi                                   on 2000/10/28  19:13:06
12712         Log: Subject: [ID 20001027.007] uniq array in perlfaq
12713              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
12714              Date: Fri, 27 Oct 2000 19:28:30 +0200
12715              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
12716      Branch: perl
12717            ! pod/perlfaq4.pod
12718 ____________________________________________________________________________
12719 [  7473] By: jhi                                   on 2000/10/28  18:02:05
12720         Log: Locking null mutexes is not recommendable.
12721              
12722              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
12723              From: Hugo <hv@crypt.compulink.co.uk>
12724              Date: Sat, 28 Oct 2000 18:41:12 +0100
12725              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
12726      Branch: perl
12727            ! op.c
12728 ____________________________________________________________________________
12729 [  7472] By: jhi                                   on 2000/10/28  17:52:58
12730         Log: Better create a true mailing list for the repository keepers.
12731      Branch: perl
12732            ! Porting/repository.pod
12733 ____________________________________________________________________________
12734 [  7471] By: jhi                                   on 2000/10/28  17:28:24
12735         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
12736              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
12737      Branch: perl
12738            + Porting/repository.pod
12739            ! MANIFEST
12740 ____________________________________________________________________________
12741 [  7470] By: jhi                                   on 2000/10/28  17:20:54
12742         Log: Subject: DOC PATCH 5.6.0
12743              From: mjd@plover.com
12744              Date: 27 Oct 2000 17:32:44 -0000
12745              Message-ID: <20001027173244.23754.qmail@plover.com>
12746      Branch: perl
12747            ! pod/perlfunc.pod
12748 ____________________________________________________________________________
12749 [  7469] By: jhi                                   on 2000/10/28  17:16:45
12750         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
12751              From: "Peter J. Farley III" <pjfarley@banet.net>
12752              Date: Fri, 27 Oct 2000 20:32:56 -0400
12753              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
12754      Branch: perl
12755            ! README.dos
12756 ____________________________________________________________________________
12757 [  7468] By: jhi                                   on 2000/10/28  17:07:18
12758         Log: Make target reordering to avoid pointless re-makes.
12759              
12760              Subject: Re: Total re-make of 'make okfile' after 7451 ?
12761              From: Nicholas Clark <nick@ccl4.org>
12762              Date: Sat, 28 Oct 2000 00:31:02 +0100
12763              Message-ID: <20001028003101.A54517@plum.flirble.org>
12764      Branch: perl
12765            ! Makefile.SH
12766 ____________________________________________________________________________
12767 [  7467] By: jhi                                   on 2000/10/28  17:05:31
12768         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
12769              From: lvirden@cas.org
12770              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
12771              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
12772      Branch: perl
12773            ! README.os2
12774 ____________________________________________________________________________
12775 [  7466] By: jhi                                   on 2000/10/28  16:09:16
12776         Log: Upgrade to CPAN 1.58_55.
12777              
12778              Subject: CPAN.pm status
12779              From: andreas.koenig@anima.de (Andreas J. Koenig) 
12780              Date: 28 Oct 2000 08:18:00 +0200 
12781              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
12782      Branch: perl
12783            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
12784 ____________________________________________________________________________
12785 [  7465] By: jhi                                   on 2000/10/28  16:02:47
12786         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
12787      Branch: perl
12788            ! embed.h embed.pl perl.h proto.h toke.c
12789 ____________________________________________________________________________
12790 [  7464] By: nick                                  on 2000/10/28  10:43:44
12791         Log: Fix for sv_2iv() on "shared" value from keys %hash.
12792      Branch: perl
12793            ! sv.c
12794 ____________________________________________________________________________
12795 [  7463] By: jhi                                   on 2000/10/27  16:18:29
12796         Log: Update Changes.
12797      Branch: perl
12798            ! Changes patchlevel.h
12799 ____________________________________________________________________________
12800 [  7462] By: jhi                                   on 2000/10/27  16:17:44
12801         Log: Too enthusiastic editing in #7460.
12802      Branch: metaconfig
12803            ! U/modified/Oldsym.U
12804      Branch: perl
12805            ! Configure config_h.SH
12806 ____________________________________________________________________________
12807 [  7461] By: jhi                                   on 2000/10/27  15:37:38
12808         Log: Retract #7459, the script needs more work.
12809      Branch: perl
12810            - mkreef
12811            ! MANIFEST
12812 ____________________________________________________________________________
12813 [  7460] By: jhi                                   on 2000/10/27  15:23:14
12814         Log: Use $sort, $uniq (and $tr) consistently as wondered
12815              by Nicholas Clark.
12816      Branch: metaconfig
12817            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
12818            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
12819            ! U/modified/libc.U
12820      Branch: perl
12821            ! Configure config_h.SH
12822 ____________________________________________________________________________
12823 [  7459] By: jhi                                   on 2000/10/27  15:02:07
12824         Log: (Retracted by #7461)
12825              
12826              Add a shell script for creating/removing symbolic link farms,
12827              useful for keeping the source code read-only and doing the
12828              builds somewhere else.
12829      Branch: perl
12830            + mkreef
12831            ! MANIFEST
12832 ____________________________________________________________________________
12833 [  7458] By: jhi                                   on 2000/10/27  14:42:20
12834         Log: Do away with the fix_pl.
12835      Branch: perl
12836            - fix_pl
12837            ! MANIFEST Makefile.SH
12838 ____________________________________________________________________________
12839 [  7457] By: jhi                                   on 2000/10/27  12:43:13
12840         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
12841              From: Jens Hamisch <jens@Strawberry.COM>
12842              Date: Fri, 27 Oct 2000 14:38:21 +0200
12843              Message-Id: <20001027143821.B3366@Strawberry.COM>
12844      Branch: perl
12845            ! perl.h
12846 ____________________________________________________________________________
12847 [  7456] By: jhi                                   on 2000/10/27  12:33:42
12848         Log: Subject: [PATCH] todo
12849              From: Nicholas Clark <nick@ccl4.org>
12850              Date: Thu, 26 Oct 2000 22:32:29 +0100
12851              Message-ID: <20001026223229.A44540@plum.flirble.org>
12852      Branch: perl
12853            ! pod/perltodo.pod
12854 ____________________________________________________________________________
12855 [  7455] By: jhi                                   on 2000/10/27  12:02:21
12856         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
12857              From: John Tobey <jtobey@john-edwin-tobey.org>
12858              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
12859              Message-Id: <m13ozHF-000FObC@feynman.localnet>
12860      Branch: perl
12861            ! op.c t/pragma/sub_lval.t
12862 ____________________________________________________________________________
12863 [  7454] By: jhi                                   on 2000/10/27  11:59:42
12864         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
12865              From: sthoenna@efn.org
12866              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
12867              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
12868      Branch: perl
12869            ! pp.c t/op/assignwarn.t
12870 ____________________________________________________________________________
12871 [  7453] By: jhi                                   on 2000/10/27  00:15:08
12872         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
12873      Branch: perl
12874            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
12875            ! ext/Storable/Storable.xs t/lib/st-lock.t
12876 ____________________________________________________________________________
12877 [  7452] By: jhi                                   on 2000/10/26  13:05:52
12878         Log: Undo #7451, this seems to be a deficiency in Perforce,
12879              there is no per-file line-terminator type, only per-client.
12880      Branch: perl
12881            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
12882            ! win32/makefile.mk
12883 ____________________________________________________________________________
12884 [  7451] By: jhi                                   on 2000/10/26  04:56:03
12885         Log: Experimenting in DOS arcana.
12886      Branch: perl
12887            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
12888            ! win32/makefile.mk
12889 ____________________________________________________________________________
12890 [  7450] By: jhi                                   on 2000/10/26  04:50:52
12891         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
12892              From: "Peter J. Farley III" <pjfarley@banet.net>            
12893              Date: Wed, 25 Oct 2000 23:10:18 -0400
12894              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
12895      Branch: perl
12896            ! t/io/open.t
12897 ____________________________________________________________________________
12898 [  7449] By: jhi                                   on 2000/10/26  04:49:16
12899         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
12900              From: Hugo <hv@crypt.compulink.co.uk>
12901              Date: Thu, 26 Oct 2000 01:55:17 +0100
12902              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
12903              
12904              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
12905      Branch: perl
12906            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
12907 ____________________________________________________________________________
12908 [  7448] By: jhi                                   on 2000/10/26  04:38:36
12909         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
12910              From: Peter Prymmer <pvhp@forte.com>
12911              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
12912              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
12913      Branch: perl
12914            ! configure.com
12915 ____________________________________________________________________________
12916 [  7447] By: jhi                                   on 2000/10/25  23:20:02
12917         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
12918              in platforms that strictly require all the symbols being present
12919              at link time.
12920      Branch: perl
12921            ! handy.h
12922 ____________________________________________________________________________
12923 [  7446] By: jhi                                   on 2000/10/25  21:55:57
12924         Log: Update Changes.
12925      Branch: perl
12926            ! Changes patchlevel.h
12927 ____________________________________________________________________________
12928 [  7445] By: jhi                                   on 2000/10/25  21:27:08
12929         Log: Integrate with vmsperl #7430 by Charles Bailey:
12930              
12931              Cleanup from prior patch (Charles Lane?):
12932              - improve handling of MFDs in Basename and Path
12933              - default to no xsubpp line # munging when building debug images
12934      Branch: perl
12935           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
12936 ____________________________________________________________________________
12937 [  7444] By: jhi                                   on 2000/10/25  21:03:50
12938         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
12939              From: John Peacock <JPeacock@UnivPress.com>
12940              Date: Thu, 18 May 2000 11:55:27 -0400
12941              Message-ID: <3924126F.A58BE57A@UnivPress.com>
12942      Branch: perl
12943            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
12944            ! t/op/write.t
12945 ____________________________________________________________________________
12946 [  7443] By: jhi                                   on 2000/10/25  20:43:10
12947         Log: Temporary stopgap for the self-tying issue: for now only
12948              array and hash self-ties are verboten.  The real fix, of
12949              course, would be to comprehensively test (and implement?)
12950              and debug (and document) self-ties.
12951      Branch: perl
12952            ! pod/perldiag.pod pp_sys.c t/op/tie.t
12953 ____________________________________________________________________________
12954 [  7442] By: jhi                                   on 2000/10/25  20:14:30
12955         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
12956              From: Dan Sugalski <dan@sidhe.org>
12957              Date: Wed, 25 Oct 2000 13:36:35 -0400
12958              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
12959              
12960              plus regen global.sym.
12961      Branch: perl
12962            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
12963            ! thrdvar.h util.c
12964 ____________________________________________________________________________
12965 [  7441] By: jhi                                   on 2000/10/25  20:12:20
12966         Log: buildtoc target tweaks.
12967      Branch: perl
12968            ! pod/Makefile.SH
12969 ____________________________________________________________________________
12970 [  7440] By: jhi                                   on 2000/10/25  20:03:53
12971         Log: A new version of making the syslog test more robust.
12972              (Replaces #7421.)
12973              
12974              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
12975              From: "Kurt D. Starsinic" <kstar@chapin.edu>
12976              Date: Wed, 25 Oct 2000 12:13:54 -0400
12977              Message-ID: <20001025121354.B2264@O2.chapin.edu>
12978      Branch: perl
12979            ! t/lib/syslog.t
12980 ____________________________________________________________________________
12981 [  7439] By: jhi                                   on 2000/10/25  20:00:48
12982         Log: Continue the internal UTF-8 API tweaking.
12983              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
12984              used much more than the simpler API, now called utf8_to_uv_simple().
12985              Still not quite happy with API, too much partial duplication
12986              of functionality.
12987      Branch: perl
12988            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
12989            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
12990            ! regcomp.c regexec.c sv.c toke.c utf8.c
12991 ____________________________________________________________________________
12992 [  7438] By: jhi                                   on 2000/10/25  18:52:30
12993         Log: Allow poking holes at the UTF-8 decoding strictness.
12994      Branch: perl
12995            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
12996            ! utf8.h
12997 ____________________________________________________________________________
12998 [  7437] By: jhi                                   on 2000/10/25  13:53:05
12999         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
13000              UTF8LEN() and UTF8SKIP(). 
13001      Branch: perl
13002            ! pp.c utf8.c utf8.h
13003 ____________________________________________________________________________
13004 [  7436] By: jhi                                   on 2000/10/25  13:51:37
13005         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
13006              From: Nicholas Clark <nick@ccl4.org>
13007              Date: Wed, 25 Oct 2000 14:44:05 +0100
13008              Message-ID: <20001025144404.D27253@plum.flirble.org>
13009      Branch: perl
13010            ! pod/perlrun.pod
13011 ____________________________________________________________________________
13012 [  7435] By: jhi                                   on 2000/10/25  13:49:32
13013         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
13014              From: Mike Guy <mjtg@cam.ac.uk>
13015              Date: Tue, 24 Oct 2000 14:59:40 +0100
13016              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
13017      Branch: perl
13018            ! scope.c
13019 ____________________________________________________________________________
13020 [  7434] By: jhi                                   on 2000/10/25  13:48:41
13021         Log: AIX is picky about its symbol exports.  Solution for now
13022              is to include the deb.o explicitly to the re extension build.
13023              
13024              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
13025              From: Peter Prymmer <pvhp@forte.com>
13026              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
13027              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
13028      Branch: perl
13029            ! ext/re/Makefile.PL hints/aix.sh
13030 ____________________________________________________________________________
13031 [  7433] By: jhi                                   on 2000/10/25  13:46:49
13032         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
13033              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13034              Date: Wed, 25 Oct 2000 12:02:20 +0200
13035              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
13036      Branch: perl
13037            ! perlsdio.h
13038 ____________________________________________________________________________
13039 [  7432] By: jhi                                   on 2000/10/25  13:44:28
13040         Log: Subject: Minor update to find2perl, for portability
13041              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
13042              Date: Wed, 25 Oct 2000 12:05:47 +0100
13043              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
13044      Branch: perl
13045            ! x2p/find2perl.PL
13046 ____________________________________________________________________________
13047 [  7431] By: jhi                                   on 2000/10/25  13:40:39
13048         Log: Add targets to Makefile.SH, most importantly
13049              'regen_all' which also remembers to update vms/perly*.
13050      Branch: perl
13051            ! Makefile.SH
13052 ____________________________________________________________________________
13053 [  7430] By: bailey                                on 2000/10/25  03:13:53
13054         Log: Cleanup from prior patch (Charles Lane?):
13055              - improve handling of MFDs in Basename and Path
13056              - default to no xsubpp line # munging when building debug images
13057      Branch: vmsperl
13058            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
13059 ____________________________________________________________________________
13060 [  7429] By: jhi                                   on 2000/10/24  20:03:40
13061         Log: Podify README.epoc and README.vos.
13062      Branch: perl
13063            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
13064            ! pod/perlport.pod pod/perltoc.pod
13065 ____________________________________________________________________________
13066 [  7428] By: jhi                                   on 2000/10/24  19:10:33
13067         Log: Stratus VOS updates from Paul Green.
13068      Branch: perl
13069            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
13070            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
13071            - vos/config.def vos/config.h vos/config_h.SH_orig
13072            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
13073            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
13074 ____________________________________________________________________________
13075 [  7427] By: jhi                                   on 2000/10/24  18:59:48
13076         Log: Check if stdio supports tweaking lval and cnt simultaneously.
13077              
13078              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
13079              From: Nicholas Clark <nick@ccl4.org>
13080              Date: Mon, 23 Oct 2000 15:39:32 +0100
13081              Message-ID: <20001023153932.A10786@plum.flirble.org>
13082      Branch: metaconfig
13083            ! U/compline/d_stdstdio.U
13084      Branch: perl
13085            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13086            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
13087            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
13088            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
13089            ! vos/config.h vos/config_h.SH_orig win32/config.bc
13090            ! win32/config.gc win32/config.vc
13091 ____________________________________________________________________________
13092 [  7426] By: jhi                                   on 2000/10/24  17:57:44
13093         Log: Missed the header file changes from #7425.
13094      Branch: perl
13095            ! embed.h embed.pl objXSUB.h proto.h
13096 ____________________________________________________________________________
13097 [  7425] By: jhi                                   on 2000/10/24  17:55:17
13098         Log: Fix the bug reported in
13099              
13100              From: andreas.koenig@anima.de (Andreas J. Koenig)
13101              Subject: Encode bug?
13102              Date: 24 Oct 2000 14:01:26 +0200 
13103              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
13104              
13105              Also make is_utf8_char() stricter.
13106      Branch: perl
13107            ! ext/Encode/Encode.xs utf8.c
13108 ____________________________________________________________________________
13109 [  7424] By: jhi                                   on 2000/10/24  15:15:39
13110         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
13111              From: Peter Scott <Peter@PSDT.com>
13112              Date: Mon, 23 Oct 2000 19:46:01 -0700
13113              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
13114      Branch: perl
13115            ! pod/perlfaq5.pod
13116 ____________________________________________________________________________
13117 [  7423] By: jhi                                   on 2000/10/24  14:25:30
13118         Log: Test tweak to avoid pulling in the whole Config.
13119      Branch: perl
13120            ! t/lib/st-lock.t
13121 ____________________________________________________________________________
13122 [  7422] By: jhi                                   on 2000/10/24  14:03:16
13123         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
13124      Branch: perl
13125            ! pp.c
13126 ____________________________________________________________________________
13127 [  7421] By: jhi                                   on 2000/10/24  13:32:09
13128         Log: (Replaced by #7440.)
13129              
13130              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
13131              From: "Kurt D. Starsinic" <kstar@chapin.edu>
13132              Date: Mon, 23 Oct 2000 16:40:54 -0400
13133              Message-ID: <20001023164054.B14491@O2.chapin.edu>
13134      Branch: perl
13135            ! t/lib/syslog.t
13136 ____________________________________________________________________________
13137 [  7420] By: jhi                                   on 2000/10/24  13:30:53
13138         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
13139              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13140              Date: Mon, 23 Oct 2000 17:29:03 -0400
13141              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
13142      Branch: perl
13143            ! lib/ExtUtils/MM_Unix.pm
13144 ____________________________________________________________________________
13145 [  7419] By: jhi                                   on 2000/10/24  13:29:57
13146         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
13147              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13148              Date: Mon, 23 Oct 2000 19:01:32 -0400
13149              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
13150      Branch: perl
13151            ! utils/h2xs.PL
13152 ____________________________________________________________________________
13153 [  7418] By: jhi                                   on 2000/10/24  13:26:04
13154         Log: Replace #7409 with
13155              
13156              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
13157              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
13158              Date: Mon, 23 Oct 2000 20:08:56 +0200
13159              Message-ID: <20001023200855.A14850@nice.ram.loc>
13160      Branch: perl
13161            ! ext/Storable/Storable.pm t/lib/st-lock.t
13162 ____________________________________________________________________________
13163 [  7417] By: jhi                                   on 2000/10/24  13:17:52
13164         Log: Run vms/vms_yfix.pl, should have done that after changing
13165              perly.c in #7382.
13166      Branch: perl
13167            ! vms/perly_c.vms vms/perly_h.vms
13168 ____________________________________________________________________________
13169 [  7416] By: jhi                                   on 2000/10/24  02:55:33
13170         Log: Make the UTF-8 decoding stricter and more verbose when
13171              malformation happens.  This involved adding an argument
13172              to utf8_to_uv_chk(), which involved changing its prototype,
13173              and prefer STRLEN over I32 for the UTF-8 length, which as
13174              a domino effect necessitated changing the prototypes of
13175              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
13176              The stricter UTF-8 decoding checking uses Markus Kuhn's
13177              UTF-8 Decode Stress Tester from
13178              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
13179      Branch: perl
13180            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
13181            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
13182            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
13183            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
13184 ____________________________________________________________________________
13185 [  7415] By: jhi                                   on 2000/10/23  14:06:06
13186         Log: Update Changes.
13187      Branch: perl
13188            ! Changes patchlevel.h
13189 ____________________________________________________________________________
13190 [  7414] By: jhi                                   on 2000/10/23  12:39:52
13191         Log: Undo the basename() part of #7412 since the lib/basename
13192              tests would need upgrading too.
13193      Branch: perl
13194            ! lib/File/Basename.pm
13195 ____________________________________________________________________________
13196 [  7413] By: jhi                                   on 2000/10/23  12:19:27
13197         Log: Document PERL_INSTALL_ROOT of #7210.
13198      Branch: perl
13199            ! lib/ExtUtils/Install.pm
13200 ____________________________________________________________________________
13201 [  7412] By: jhi                                   on 2000/10/23  12:16:47
13202         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
13203      Branch: perl
13204            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
13205            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
13206 ____________________________________________________________________________
13207 [  7411] By: jhi                                   on 2000/10/23  12:07:41
13208         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
13209              From: Prymmer/Kahn <pvhp@best.com>
13210              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
13211              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
13212      Branch: perl
13213            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
13214 ____________________________________________________________________________
13215 [  7410] By: jhi                                   on 2000/10/23  04:10:11
13216         Log: The change #7187 was not so good on VMS.
13217              
13218              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
13219              From: "Craig A. Berry" <craig.berry@psinetcs.com>
13220              Date: Sun, 22 Oct 2000 23:03:08 -0500
13221              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
13222      Branch: perl
13223            ! utils/perldoc.PL
13224 ____________________________________________________________________________
13225 [  7409] By: jhi                                   on 2000/10/23  03:57:36
13226         Log: Avoid Storable locking on DJGPP for now.
13227              
13228              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
13229              From: "Peter J. Farley III" <pjfarley@banet.net>
13230              Date: Sun, 22 Oct 2000 20:00:00 -0400
13231              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
13232      Branch: perl
13233            ! ext/Storable/Storable.pm t/lib/st-lock.t
13234 ____________________________________________________________________________
13235 [  7408] By: jhi                                   on 2000/10/23  03:50:24
13236         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
13237              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
13238              Date: Sun, 22 Oct 2000 21:12:22 -0400
13239              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
13240      Branch: perl
13241            ! lib/vars.pm
13242 ____________________________________________________________________________
13243 [  7407] By: jhi                                   on 2000/10/23  03:43:12
13244         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
13245              From: Hugo <hv@crypt.compulink.co.uk>
13246              Date: Mon, 23 Oct 2000 00:47:22 +0100
13247              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
13248      Branch: perl
13249            ! regexec.c t/op/pat.t
13250 ____________________________________________________________________________
13251 [  7406] By: jhi                                   on 2000/10/23  03:40:29
13252         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
13253      Branch: perl
13254            ! lib/ExtUtils/MakeMaker.pm
13255 ____________________________________________________________________________
13256 [  7405] By: jhi                                   on 2000/10/22  21:32:00
13257         Log: Doc patch.
13258              
13259              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
13260              From: rspier@pobox.com (Robert Spier)
13261              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
13262              Message-ID: <14835.16112.13457.447971@rls.cx>
13263      Branch: perl
13264            ! lib/strict.pm
13265 ____________________________________________________________________________
13266 [  7404] By: jhi                                   on 2000/10/22  21:30:51
13267         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
13268              From: rspier@pobox.com (Robert Spier)
13269              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
13270              Message-ID: <14835.17223.72448.705566@rls.cx>
13271      Branch: perl
13272            ! lib/ExtUtils/MakeMaker.pm
13273 ____________________________________________________________________________
13274 [  7403] By: jhi                                   on 2000/10/22  21:24:11
13275         Log: Subject: [PATCH bleadperl] ripples from constsub patch
13276              From: John Tobey <jtobey@john-edwin-tobey.org>
13277              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
13278              Message-Id: <m13nSOB-000FObC@feynman.localnet>
13279      Branch: perl
13280            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
13281 ____________________________________________________________________________
13282 [  7402] By: jhi                                   on 2000/10/22  20:59:35
13283         Log: Support s?printf parameter reordering.
13284      Branch: perl
13285            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
13286 ____________________________________________________________________________
13287 [  7401] By: jhi                                   on 2000/10/22  19:19:14
13288         Log: Expand %Config variables only if explicitly so requested
13289              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
13290              
13291              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
13292              From: Gurusamy Sarathy <gsar@ActiveState.com>
13293              Date: Sun, 22 Oct 2000 11:47:32 -0700
13294              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
13295      Branch: perl
13296            ! Makefile.SH lib/lib_pm.PL
13297 ____________________________________________________________________________
13298 [  7400] By: jhi                                   on 2000/10/22  18:24:10
13299         Log: Move the #7390 test from warn/op to comp/redef.
13300              
13301              Subject: Re: Creating const subs for constants.
13302              From: John Tobey <jtobey@john-edwin-tobey.org>
13303              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
13304              Message-Id: <m13nG72-000FObC@feynman.localnet>               
13305      Branch: perl
13306            ! t/comp/redef.t t/pragma/warn/op
13307 ____________________________________________________________________________
13308 [  7399] By: jhi                                   on 2000/10/22  17:49:59
13309         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
13310              From: Nicholas Clark <nick@ccl4.org>
13311              Date: Sat, 21 Oct 2000 22:23:19 +0100
13312              Message-ID: <20001021222319.B45586@plum.flirble.org>
13313      Branch: perl
13314            ! ext/DynaLoader/DynaLoader_pm.PL
13315 ____________________________________________________________________________
13316 [  7398] By: jhi                                   on 2000/10/22  17:47:35
13317         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
13318              From: Hugo <hv@crypt.compulink.co.uk>
13319              Date: Sat, 21 Oct 2000 18:19:59 +0100
13320              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
13321      Branch: perl
13322            ! ext/B/B.pm ext/B/B/C.pm
13323 ____________________________________________________________________________
13324 [  7397] By: jhi                                   on 2000/10/22  17:35:18
13325         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
13326              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
13327              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
13328              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
13329      Branch: perl
13330            ! hints/openbsd.sh
13331 ____________________________________________________________________________
13332 [  7396] By: jhi                                   on 2000/10/22  17:19:46
13333         Log: Subject: installman go-faster stripes
13334              From: Nicholas Clark <nick@talking.bollo.cx>
13335              Date: Sat, 21 Oct 2000 17:24:53 +0100
13336              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
13337              
13338              Subject: Re: installman go-faster stripes
13339              From: Russ Allbery <rra@stanford.edu>
13340              Date: 21 Oct 2000 11:04:13 -0700
13341              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
13342      Branch: perl
13343            ! installman pod/pod2man.PL
13344 ____________________________________________________________________________
13345 [  7395] By: jhi                                   on 2000/10/22  17:17:35
13346         Log: Hints tweak from Anton Berezin.
13347      Branch: perl
13348            ! hints/freebsd.sh
13349 ____________________________________________________________________________
13350 [  7394] By: jhi                                   on 2000/10/22  04:50:04
13351         Log: Tweak the Is* definitions of Unicode character classes
13352              to better match the official categorizations; embrace
13353              the official categorizations; add the combining marks
13354              as alpha (and -numeric); fix DCinital (a typo and edito)
13355              to be DCmedial.
13356      Branch: perl
13357            + lib/unicode/Is/DCmedial.pl
13358            - lib/unicode/Is/DCinital.pl
13359            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
13360            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
13361            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
13362            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
13363 ____________________________________________________________________________
13364 [  7393] By: jhi                                   on 2000/10/21  18:06:05
13365         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
13366              From: Daniel Chetlin <daniel@chetlin.com>
13367              Date: Sat, 21 Oct 2000 02:57:03 -0700
13368              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
13369      Branch: perl
13370            + t/lib/tie-splice.t
13371            ! MANIFEST lib/Tie/Array.pm
13372 ____________________________________________________________________________
13373 [  7392] By: gsar                                  on 2000/10/21  18:05:15
13374         Log: resync utfperl branch with mainline
13375      Branch: utfperl
13376           !> (integrate 1760 files)
13377 ____________________________________________________________________________
13378 [  7391] By: jhi                                   on 2000/10/21  14:37:49
13379         Log: Testcases for a #7383,#7385 related bug.
13380              
13381              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
13382              From: Nicholas Clark <nick@ccl4.org>
13383              Date: Sat, 21 Oct 2000 15:04:51 +0100
13384              Message-ID: <20001021150451.A51566@plum.flirble.org>
13385      Branch: perl
13386            ! t/pragma/utf8.t
13387 ____________________________________________________________________________
13388 [  7390] By: jhi                                   on 2000/10/21  14:35:57
13389         Log: Add a testcase for #7389.
13390      Branch: perl
13391            ! t/pragma/warn/op
13392 ____________________________________________________________________________
13393 [  7389] By: jhi                                   on 2000/10/21  14:26:45
13394         Log: Subject: Re: Creating const subs for constants.
13395              From: John Tobey <jtobey@john-edwin-tobey.org>
13396              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
13397              Message-Id: <m13mo0N-000FObC@feynman.localnet>
13398      Branch: perl
13399            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
13400            ! proto.h sv.c
13401 ____________________________________________________________________________
13402 [  7388] By: nick                                  on 2000/10/21  11:44:23
13403         Log: Populate perlio branch
13404      Branch: perlio
13405           +> (branch 1760 files)
13406 ____________________________________________________________________________
13407 [  7387] By: nick                                  on 2000/10/21  10:52:05
13408         Log: Get branch back as replica of mainline via :
13409              p4 integrate -b utfperl
13410              p4 resolve -at ./...
13411      Branch: utfperl
13412           +> (branch 269 files)
13413            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
13414            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
13415            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
13416            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
13417            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
13418            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
13419            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
13420            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
13421            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
13422            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
13423            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
13424            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
13425            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
13426            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
13427            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
13428            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
13429            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
13430            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
13431            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
13432            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
13433            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
13434            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
13435            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
13436            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
13437            - lib/unicode/UCD300.html lib/unicode/Unicode.300
13438            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
13439            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
13440            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
13441            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
13442           !> (integrate 965 files)
13443 ____________________________________________________________________________
13444 [  7386] By: jhi                                   on 2000/10/21  01:31:12
13445         Log: Update Changes.
13446      Branch: perl
13447            ! Changes patchlevel.h
13448 ____________________________________________________________________________
13449 [  7385] By: jhi                                   on 2000/10/21  01:28:42
13450         Log: The #7383 was right only in the context of the original bug report,
13451              not in more general case.
13452      Branch: perl
13453            ! pp_hot.c
13454 ____________________________________________________________________________
13455 [  7384] By: jhi                                   on 2000/10/21  01:08:23
13456         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
13457      Branch: perl
13458            ! ext/IO/lib/IO/Select.pm
13459 ____________________________________________________________________________
13460 [  7383] By: jhi                                   on 2000/10/21  00:44:18
13461         Log: Fix for ID 20001020.006, concatenating an unset submatch
13462              with utf8 resulted in "Modification of a read-only value".
13463      Branch: perl
13464            ! pp_hot.c t/pragma/utf8.t
13465 ____________________________________________________________________________
13466 [  7382] By: jhi                                   on 2000/10/20  20:44:31
13467         Log: Make scan_num() reëntrant, as suggested in
13468              
13469              Subject: [PATCH perl@7229] Rentrant parser and yylex()
13470              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
13471              Date: Fri, 20 Oct 2000 14:17:27 +0100
13472              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
13473      Branch: perl
13474            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
13475            ! toke.c
13476 ____________________________________________________________________________
13477 [  7381] By: jhi                                   on 2000/10/20  20:07:29
13478         Log: Reëntrancy fix.
13479              
13480              Subject: [PATCH perl@7229] Rentrant parser and yylex()
13481              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
13482              Date: Fri, 20 Oct 2000 14:17:27 +0100
13483              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
13484      Branch: perl
13485            ! embed.h embed.pl perl.h proto.h toke.c
13486 ____________________________________________________________________________
13487 [  7380] By: jhi                                   on 2000/10/20  19:15:54
13488         Log: Don't write double values through long double pointers,
13489              based on a part of
13490              
13491              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
13492              From: Jens Hamisch <jens@Strawberry.COM>
13493              Date: Tue, 17 Oct 2000 08:39:36 +0200
13494              Message-Id: <20001017083936.A11104@Strawberry.COM>
13495      Branch: perl
13496            ! perl.h pp.c
13497 ____________________________________________________________________________
13498 [  7379] By: jhi                                   on 2000/10/20  18:43:37
13499         Log: Portability tweak on #7377.
13500              
13501              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
13502              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13503              Date:     Fri, 20 Oct 2000 13:13:41 EDT
13504              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
13505      Branch: perl
13506            ! t/lib/dprof.t
13507 ____________________________________________________________________________
13508 [  7378] By: jhi                                   on 2000/10/20  12:57:19
13509         Log: SOCKS function redefinitions need prototypes, too, otherwise
13510              for example 32 bit versus 64 bit differences cause a lot of
13511              problems.  Part of
13512              
13513              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
13514              From: Jens Hamisch <jens@Strawberry.COM>
13515              Date: Tue, 17 Oct 2000 08:39:36 +0200
13516              Message-Id: <20001017083936.A11104@Strawberry.COM>
13517      Branch: perl
13518            ! doio.c pp_sys.c
13519 ____________________________________________________________________________
13520 [  7377] By: jhi                                   on 2000/10/20  12:37:12
13521         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
13522              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13523              Date:     Fri, 20 Oct 2000 08:26:04 EDT
13524              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
13525      Branch: perl
13526            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
13527 ____________________________________________________________________________
13528 [  7376] By: jhi                                   on 2000/10/20  12:35:31
13529         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
13530              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13531              Date:     Fri, 20 Oct 2000 07:48:15 EDT
13532              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
13533      Branch: perl
13534            ! configure.com vms/gen_shrfls.pl
13535 ____________________________________________________________________________
13536 [  7375] By: bailey                                on 2000/10/20  04:44:37
13537         Log: SYN SYN
13538      Branch: vmsperl
13539           +> (branch 134 files)
13540            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
13541            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
13542            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
13543            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
13544            - eg/cgi/frameset.cgi eg/cgi/index.html
13545            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
13546            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
13547            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
13548            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
13549            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
13550            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
13551            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
13552            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
13553            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
13554            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
13555            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
13556            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
13557            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
13558            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
13559            - lib/unicode/Props.txt lib/unicode/UCD300.html
13560            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
13561            - utils/perlbc.PL vms/subconfigure.com
13562           !> (integrate 785 files)
13563 ____________________________________________________________________________
13564 [  7374] By: jhi                                   on 2000/10/20  00:59:48
13565         Log: In the latest compiler builds cccdlflags must not become -fpic,
13566              from Wilfredo Sánchez.
13567      Branch: perl
13568            ! hints/darwin.sh
13569 ____________________________________________________________________________
13570 [  7373] By: jhi                                   on 2000/10/20  00:56:35
13571         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
13572              From: Tony Cook <tony@develop-help.com>
13573              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
13574              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
13575      Branch: perl
13576            ! pod/perlop.pod
13577 ____________________________________________________________________________
13578 [  7372] By: jhi                                   on 2000/10/19  19:34:40
13579         Log: Typo noted by Mark Lutz.
13580      Branch: perl
13581            ! t/op/64bitint.t
13582 ____________________________________________________________________________
13583 [  7371] By: jhi                                   on 2000/10/19  19:33:13
13584         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
13585      Branch: metaconfig
13586            ! U/modified/Cppsym.U U/modified/Oldconfig.U
13587      Branch: metaconfig/U/perl
13588            ! End.U dlsrc.U libperl.U
13589      Branch: perl
13590            + hints/nonstopux.sh
13591            ! Configure MANIFEST config_h.SH
13592 ____________________________________________________________________________
13593 [  7370] By: jhi                                   on 2000/10/19  17:18:08
13594         Log: Subject: PATCH do_print has 2 PerlIO_error()s
13595              From: nick@ccl4.org
13596              Date: Thu, 19 Oct 2000 18:09:20 +0100
13597              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
13598      Branch: perl
13599            ! doio.c
13600 ____________________________________________________________________________
13601 [  7369] By: jhi                                   on 2000/10/19  14:01:49
13602         Log: Update Changes.
13603      Branch: perl
13604            ! Changes patchlevel.h
13605 ____________________________________________________________________________
13606 [  7368] By: jhi                                   on 2000/10/19  13:04:29
13607         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
13608              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13609              Date: Wed, 18 Oct 2000 13:12:01 +0200
13610              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
13611      Branch: perl
13612            ! hints/aix.sh
13613 ____________________________________________________________________________
13614 [  7367] By: jhi                                   on 2000/10/19  02:22:40
13615         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
13616              of a 'pmshort' anywhere in the B, so the offending line was simply
13617              removed.
13618      Branch: perl
13619            ! ext/B/B/Debug.pm
13620 ____________________________________________________________________________
13621 [  7366] By: jhi                                   on 2000/10/19  02:12:37
13622         Log: Add the test case for the bug id 20000730.004 which seems
13623              to have been fixed by now.
13624      Branch: perl
13625            ! t/pragma/utf8.t
13626 ____________________________________________________________________________
13627 [  7365] By: jhi                                   on 2000/10/18  23:36:24
13628         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
13629              From: Hugo <hv@crypt.compulink.co.uk>
13630              Date: Wed, 18 Oct 2000 23:25:58 +0100
13631              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
13632      Branch: perl
13633            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
13634 ____________________________________________________________________________
13635 [  7364] By: jhi                                   on 2000/10/18  21:12:53
13636         Log: (retracted)
13637      Branch: perl
13638            ! pp.c
13639 ____________________________________________________________________________
13640 [  7363] By: jhi                                   on 2000/10/18  20:55:38
13641         Log: Missing change from #7362.
13642      Branch: perl
13643            ! win32/perlhost.h
13644 ____________________________________________________________________________
13645 [  7362] By: jhi                                   on 2000/10/18  20:52:01
13646         Log: Borland C fstat() never saw the fd as writable.
13647              
13648              Subject: fix for Borland's weak "stat" (perl@7211)
13649              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
13650              Date: Mon, 16 Oct 2000 09:55:03 +0400
13651              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
13652      Branch: perl
13653            ! win32/win32.c
13654 ____________________________________________________________________________
13655 [  7361] By: jhi                                   on 2000/10/18  17:43:50
13656         Log: Regen toc.
13657      Branch: perl
13658            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
13659 ____________________________________________________________________________
13660 [  7360] By: jhi                                   on 2000/10/18  17:07:44
13661         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13662              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
13663              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
13664              Date: Mon, 16 Oct 2000 15:19:49 +0200
13665      Branch: perl
13666            + README.aix
13667            ! MANIFEST
13668 ____________________________________________________________________________
13669 [  7359] By: jhi                                   on 2000/10/18  17:04:49
13670         Log: Subject: Pod patch for Devel::Peek
13671              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13672              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
13673              Date: Mon, 16 Oct 2000 12:26:34 +0200
13674      Branch: perl
13675            ! ext/Devel/Peek/Peek.pm
13676 ____________________________________________________________________________
13677 [  7358] By: jhi                                   on 2000/10/18  17:03:15
13678         Log: Make Cwd more bulletproof in chrooted environments.
13679              
13680              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
13681              From: "Eric E. Coe" <Eric.Coe@oracle.com>
13682              Date: Wed, 18 Oct 2000 04:03:54 -0400
13683              Message-Id: <39ED596A.70E599FE@oracle.com>
13684      Branch: perl
13685            ! lib/Cwd.pm
13686 ____________________________________________________________________________
13687 [  7357] By: jhi                                   on 2000/10/18  16:37:26
13688         Log: Disable the UTF8 downgrade croakage for now to avoid
13689              too many not okay messages.
13690      Branch: perl
13691            ! doio.c
13692 ____________________________________________________________________________
13693 [  7356] By: jhi                                   on 2000/10/17  23:29:41
13694         Log: Show the failed remote port, instead of the failing line number.
13695              
13696              Subject: [PATCH 5.6.1 Debugger] More diagnostics
13697              From: David Sparks <daves@ActiveState.com>
13698              Date: Tue, 17 Oct 2000 15:00:24 -0700
13699              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
13700      Branch: perl
13701            ! lib/perl5db.pl
13702 ____________________________________________________________________________
13703 [  7355] By: jhi                                   on 2000/10/17  14:11:31
13704         Log: On output try to downgrade to bytes, croak if impossible,
13705              from Simon Cozens.  This means that outputting >255 UTF8
13706              is impossible.  Consider this as a strong incentive to get
13707              the I/O disciplines implemented.
13708      Branch: perl
13709            ! doio.c pod/perldiag.pod sv.c
13710 ____________________________________________________________________________
13711 [  7354] By: jhi                                   on 2000/10/17  13:42:23
13712         Log: Clarify documentation on 'use bytes'.
13713              
13714              Subject: Re: What does 'use bytes' "mean" ?
13715              From: Simon Cozens <simon@cozens.net>
13716              Date: Mon, 18 Sep 2000 18:24:25 +0100
13717              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
13718      Branch: perl
13719            ! lib/bytes.pm
13720 ____________________________________________________________________________
13721 [  7353] By: jhi                                   on 2000/10/17  13:28:12
13722         Log: Workaround for a sfio bug where the stream error indicator
13723              is not cleared as documented.
13724              
13725              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
13726              From: Nicholas Clark <nick@ccl4.org>
13727              Date: Mon, 16 Oct 2000 18:28:23 +0100
13728              Message-ID: <20001016182823.J19700@plum.flirble.org>
13729      Branch: perl
13730            ! doio.c
13731 ____________________________________________________________________________
13732 [  7352] By: jhi                                   on 2000/10/17  13:06:19
13733         Log: More IoTYPE sprinkling.
13734      Branch: perl
13735            ! doio.c pp_hot.c
13736 ____________________________________________________________________________
13737 [  7351] By: jhi                                   on 2000/10/16  22:47:07
13738         Log: Detect early whether the std streams have gone bad.
13739              
13740              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
13741              Date: Mon, 16 Oct 2000 23:28:42 +0100
13742              From: Nicholas Clark <nick@ccl4.org>
13743              Message-ID: <20001016232842.A37942@plum.flirble.org>
13744      Branch: perl
13745            ! t/op/misc.t
13746 ____________________________________________________________________________
13747 [  7350] By: jhi                                   on 2000/10/16  22:45:16
13748         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
13749              From: "Peter J. Farley III" <pjfarley@banet.net>
13750              Date: Mon, 16 Oct 2000 18:15:59 -0400
13751              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
13752      Branch: perl
13753            ! djgpp/djgpp.c dosish.h t/io/open.t
13754 ____________________________________________________________________________
13755 [  7349] By: jhi                                   on 2000/10/16  22:36:45
13756         Log: perldelta tweak.
13757      Branch: perl
13758            ! pod/perldelta.pod
13759 ____________________________________________________________________________
13760 [  7348] By: jhi                                   on 2000/10/16  15:17:53
13761         Log: Update Changes.
13762      Branch: perl
13763            ! Changes patchlevel.h
13764 ____________________________________________________________________________
13765 [  7347] By: jhi                                   on 2000/10/16  13:55:27
13766         Log: Add the capability to include/exclude branches.
13767      Branch: perl
13768            ! Porting/genlog
13769 ____________________________________________________________________________
13770 [  7346] By: jhi                                   on 2000/10/16  13:18:04
13771         Log: Add Charles Lane.
13772      Branch: perl
13773            ! AUTHORS Changes
13774 ____________________________________________________________________________
13775 [  7345] By: jhi                                   on 2000/10/16  13:13:21
13776         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
13777      Branch: perl
13778            ! pod/perldelta.pod
13779 ____________________________________________________________________________
13780 [  7344] By: gsar                                  on 2000/10/16  09:30:21
13781         Log: integrate change#6220 from cfgperl
13782              
13783              Win32 patches from Benjamin Stuhl.
13784      Branch: maint-5.6/perl
13785           !> makedef.pl win32/win32.h
13786 ____________________________________________________________________________
13787 [  7343] By: gsar                                  on 2000/10/16  08:32:19
13788         Log: integrate changes#6221,6222 from cfgperl
13789              
13790              Remove tr///CU (the feature is to be obsoleted by better interfaces).
13791              From: simon@brecon.co.uk (Simon Cozens)
13792              Subject: [PATCH] Eliminate tr///[CU][CU]
13793              Date: 23 Jun 2000 11:05:40 GMT
13794              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
13795              
13796              doc typo fix
13797              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
13798              From: Ian Phillipps <Ian.Phillipps@iname.com>
13799              Date: Fri, 23 Jun 2000 10:40:58 +0100
13800              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
13801      Branch: maint-5.6/perl
13802           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
13803 ____________________________________________________________________________
13804 [  7342] By: gsar                                  on 2000/10/16  08:28:08
13805         Log: integrate change#6217 from cfgperl (in part)
13806              
13807              Rename the fdpid locking and integrate with Sarathy.
13808      Branch: maint-5.6/perl
13809           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
13810           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
13811           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
13812           !> win32/win32.c
13813 ____________________________________________________________________________
13814 [  7341] By: gsar                                  on 2000/10/16  08:23:39
13815         Log: integrate changes#6214..6216 from mainline
13816              
13817              @_ can't have junk in it even in the non-USE_ITHREADS case because
13818              caller() wants to populate @DB::args with it (causes a coredump
13819              in Carp::confess())
13820              
13821              tweak comment about @DB::args
13822              
13823              be more optimal about clearing @_
13824      Branch: maint-5.6/perl
13825           !> av.h cop.h pp_ctl.c t/op/runlevel.t
13826 ____________________________________________________________________________
13827 [  7340] By: gsar                                  on 2000/10/16  08:20:37
13828         Log: integrate changes#6207..6210 from cfgperl
13829              
13830              Subject: [PATCH 5.6.0] Threadsafe patches
13831              From: Dan Sugalski <dan@sidhe.org>
13832              To: perl5-porters@perl.org
13833              Date: Mon, 08 May 2000 18:08:13 -0400
13834              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
13835              
13836              Regen headers for #6207.
13837              
13838              Lock PL_fdpid against race conditions, based on:
13839              Subject: [PATCH 5.6.0]subprocess fixup for threads
13840              From: Dan Sugalski <dan@sidhe.org>
13841              To: perl5-porters@perl.org
13842              Date: Tue, 11 Apr 2000 17:02:32 -0400
13843              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
13844              
13845              Mopup for #6207 and #6209.
13846      Branch: maint-5.6/perl
13847           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
13848           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
13849           !> win32/win32.c
13850 ____________________________________________________________________________
13851 [  7339] By: gsar                                  on 2000/10/16  08:14:34
13852         Log: integrate change#6203 from cfgperl
13853              
13854              perldiag should refer to perlos2.pod not README.os2
13855      Branch: maint-5.6/perl
13856           !> pod/perldiag.pod
13857 ____________________________________________________________________________
13858 [  7338] By: gsar                                  on 2000/10/16  08:11:42
13859         Log: integrate change#6201 from mainline
13860              
13861              Perl_eval_pv() leaks 4 bytes every time it is called because it
13862              does a PUSHMARK that's never ever POPMARKed; in general, only
13863              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
13864              Perl_eval_[sp]v() don't because they don't take any incoming
13865              arguments (this leak has been around since the original version
13866              of perl_eval_pv() in 5.003_97e)
13867      Branch: maint-5.6/perl
13868           !> perl.c
13869 ____________________________________________________________________________
13870 [  7337] By: gsar                                  on 2000/10/16  08:08:47
13871         Log: integrate changes#6197..6200 from cfgperl
13872              
13873              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
13874              From: John Borwick <jhborwic@unity.ncsu.edu>
13875              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
13876              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
13877              
13878              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
13879              From: Dan Sugalski <dan@sidhe.org>
13880              To: vmsperl@perl.org, perl5-porters@perl.org
13881              Date: Fri, 02 Jun 2000 16:00:41 -0400
13882              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
13883              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
13884              
13885              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
13886              From: Dan Sugalski <dan@sidhe.org>
13887              To: perl5-porters@perl.org, vmsperl@perl.org
13888              Date: Fri, 02 Jun 2000 17:30:51 -0400
13889              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
13890              
13891              Update to cperl-mode.el 4.31 from
13892              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
13893              Subject: A couple of notes
13894              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13895              To: Mailing list Perl5 <perl5-porters@perl.org>
13896              Date: Sat, 3 Jun 2000 23:33:32 -0400
13897              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
13898      Branch: maint-5.6/perl
13899           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
13900           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
13901           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
13902           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
13903           !> vms/vmsish.h
13904 ____________________________________________________________________________
13905 [  7336] By: gsar                                  on 2000/10/16  08:03:46
13906         Log: integrate changes#6194,6195 from mainline
13907              
13908              fix small eval"" memory leaks under USE_ITHREADS
13909              
13910              fix yet another eval"" leak under USE_ITHREADS
13911      Branch: maint-5.6/perl
13912           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
13913           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
13914           !> vms/perly_c.vms
13915 ____________________________________________________________________________
13916 [  7335] By: gsar                                  on 2000/10/16  08:02:15
13917         Log: integrate changes#6190,6191 from mainline
13918              
13919              submit missing embed.pl change
13920              
13921              vec() loses numericalness (modified version of patch suggested
13922              by Robin Barker)
13923      Branch: maint-5.6/perl
13924           !> doop.c embed.pl t/op/vec.t
13925 ____________________________________________________________________________
13926 [  7334] By: gsar                                  on 2000/10/16  08:01:03
13927         Log: integrate change#6189 from mainline
13928              
13929              counting tr/// corrupts later operation (from M.J.T Guy)
13930      Branch: maint-5.6/perl
13931           !> doop.c t/op/tr.t
13932 ____________________________________________________________________________
13933 [  7333] By: gsar                                  on 2000/10/16  07:59:07
13934         Log: integrate changes#6183..6188 from mainline
13935              
13936              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
13937              <nick@ccl4.org>)
13938              
13939              tweak for change#6127
13940              
13941              remove incorrect documentation about implicit split to @_ in
13942              list context, which never really worked in perl 5 (from
13943              M.J.T. Guy)
13944              
13945              further qualify references to "alphanumeric" (from Wolfgang Laun
13946              <wolfgang.laun@alcatel.at>)
13947              
13948              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
13949              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
13950              
13951              h2xs tweaks
13952      Branch: maint-5.6/perl
13953           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
13954           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
13955           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
13956           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
13957           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
13958           !> pod/pod2latex.PL utils/h2xs.PL
13959 ____________________________________________________________________________
13960 [  7332] By: gsar                                  on 2000/10/16  07:53:52
13961         Log: integrate change#6179 from mainline
13962              
13963              buggy modulus on UVs introduced by change#3378 (resulted in
13964              4063328477 % 65535 amounting to 27406, instead of 27407)
13965      Branch: maint-5.6/perl
13966           !> pp.c t/op/arith.t
13967 ____________________________________________________________________________
13968 [  7331] By: gsar                                  on 2000/10/16  07:52:49
13969         Log: integrate changes#6176,6177,6178,6182 from cfgperl
13970              
13971              Single-quoted utf8 patch from Simon Cozens.
13972              
13973              Substitution utf8 patch from Simon Cozens.
13974              
13975              Be cleaner.
13976              
13977              Be Cleaner Part Deux.
13978      Branch: maint-5.6/perl
13979           !> Makefile.SH pp_hot.c toke.c
13980 ____________________________________________________________________________
13981 [  7330] By: gsar                                  on 2000/10/16  07:41:36
13982         Log: integrate change#6172 from mainline
13983              
13984              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
13985              (from Ilya Zakharevich)
13986      Branch: maint-5.6/perl
13987           !> regexec.c t/op/re_tests
13988 ____________________________________________________________________________
13989 [  7329] By: gsar                                  on 2000/10/16  07:40:25
13990         Log: integrate change#6171 from mainline
13991              
13992              scalar() doesn't force scalar context when used in void context
13993              (from Simon Cozens)
13994      Branch: maint-5.6/perl
13995           !> op.c t/op/wantarray.t
13996 ____________________________________________________________________________
13997 [  7328] By: gsar                                  on 2000/10/16  07:39:33
13998         Log: integrate change#6170 from mainline
13999              
14000              change#6142 needs tweaks to tests to work where there's no
14001              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
14002      Branch: maint-5.6/perl
14003           !> t/lib/filefind.t
14004 ____________________________________________________________________________
14005 [  7327] By: gsar                                  on 2000/10/16  07:35:34
14006         Log: integrate changes#6166..6168 from cfgperl
14007              
14008              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
14009              in case somebody wants to write an extension for more
14010              shadow database interfaces.
14011              
14012              tweak todo
14013              
14014              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
14015      Branch: maint-5.6/perl
14016           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
14017           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
14018           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
14019           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
14020           !> win32/config.vc win32/config_H.bc win32/config_H.gc
14021           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
14022 ____________________________________________________________________________
14023 [  7326] By: gsar                                  on 2000/10/16  07:29:05
14024         Log: integrate changes#6157,6159..6161,6164 from cfgperl
14025              
14026              Regen Configure to jive with #6149.
14027              
14028              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
14029              
14030              Changes for the File::Temp 0.08 (change #6159) test suite
14031              to fit better into the Perl distribution test framework.
14032              
14033              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
14034              both from Simon Cozens.
14035              
14036              detypo
14037      Branch: maint-5.6/perl
14038           +> pod/perlmodlib.PL pod/perlnewmod.pod
14039           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
14040           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
14041           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
14042           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
14043 ____________________________________________________________________________
14044 [  7325] By: gsar                                  on 2000/10/16  07:25:13
14045         Log: integrate change#6158 from vmsperl
14046              
14047              Add fallback to tmpfile for use in cases where user's relying on
14048              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
14049              Lane's patch)
14050      Branch: maint-5.6/perl
14051           !> vms/vms.c vms/vmsish.h
14052 ____________________________________________________________________________
14053 [  7324] By: gsar                                  on 2000/10/16  07:20:50
14054         Log: integrate changes#6153..6155 from mainline
14055              
14056              prettier Test::Harness output on failed tests (from Nicholas Clark
14057              <nick@Bagpuss.uk.boo.com>)
14058              
14059              avoid type mismatch warning
14060              
14061              small bug in change#6144; remove random \xA0 character that snuck
14062              in via change#6145
14063      Branch: maint-5.6/perl
14064           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
14065           !> perl.c
14066 ____________________________________________________________________________
14067 [  7323] By: gsar                                  on 2000/10/16  07:18:47
14068         Log: integrate changes#6151,6152 from mainline
14069              
14070              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
14071              
14072              cosmetic fixups of RE debug output (from Ilya Zakharevich)
14073      Branch: maint-5.6/perl
14074           !> regexec.c
14075 ____________________________________________________________________________
14076 [  7322] By: gsar                                  on 2000/10/16  07:17:25
14077         Log: integrate changes#6146..6150 from mainline
14078              
14079              doc typo
14080              
14081              add a make entry to Config.pm so "perl -V:make" works on VMS
14082              (from Peter Prymmer)
14083              
14084              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
14085              
14086              OS/2 tweaks for usethreads build (from Rocco Caputo
14087              <troc@netrus.net>)
14088              
14089              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
14090      Branch: maint-5.6/perl
14091           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
14092           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
14093           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
14094           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
14095           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
14096           !> warnings.pl x2p/a2p.h
14097 ____________________________________________________________________________
14098 [  7321] By: gsar                                  on 2000/10/16  07:14:02
14099         Log: integrate changes#6143..6145 from mainline
14100              
14101              MacOS support, part 1 (from Matthias Neeracher
14102              <neeri@iis.ee.ethz.ch>)
14103              
14104              MacOS support, part 2: make AutoSplit use File::Spec instead
14105              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
14106              <neeri@iis.ee.ethz.ch>)
14107              
14108              make xsubpp skip embedded pod (from Matthias Neeracher
14109              <neeri@iis.ee.ethz.ch>)
14110      Branch: maint-5.6/perl
14111           +> ext/DynaLoader/dl_mac.xs
14112           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
14113           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
14114           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
14115           !> pp_ctl.c proto.h toke.c util.c util.h
14116 ____________________________________________________________________________
14117 [  7320] By: gsar                                  on 2000/10/16  07:12:13
14118         Log: integrate changes#6141,6142 from mainline
14119              
14120              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
14121              forwarded by Peter Seebach from the bsdi-users mailing list.
14122              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
14123              
14124              File::Find fails to chdir when chasing symlinks (from
14125              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
14126      Branch: maint-5.6/perl
14127           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
14128 ____________________________________________________________________________
14129 [  7319] By: gsar                                  on 2000/10/16  07:04:30
14130         Log: integrate change#6139 from mainline
14131              
14132              revise mktables.PL for bugs and newness in Unicode 3.0
14133              (from James Bence <jbence@amgen.com>)
14134      Branch: maint-5.6/perl
14135           +> (branch 30 files)
14136           !> (integrate 49 files)
14137 ____________________________________________________________________________
14138 [  7318] By: gsar                                  on 2000/10/16  07:01:01
14139         Log: integrate changes#6137,6138 from mainline
14140              
14141              fix bogus redeclaration warning for "our" variables in different
14142              scopes
14143              
14144              add note about the handling of negative indices to tied arrays
14145              (from Michael G Schwern <schwern@pobox.com>)
14146      Branch: maint-5.6/perl
14147           !> op.c pod/perltie.pod t/pragma/strict-vars
14148 ____________________________________________________________________________
14149 [  7317] By: gsar                                  on 2000/10/16  06:58:46
14150         Log: integrate changes#6127..6136 from mainline
14151              
14152              call_method(...,G_EVAL) can longjmp() out if the method probing
14153              failed (from Gisle Aas)
14154              
14155              new perlxstut example for passing/returning refs to arrays
14156              (from David Lowe <dlowe@pootpoot.com>)
14157              
14158              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
14159              
14160              fix places that mean C<"word" character> but say C<alphanumeric
14161              character>
14162              
14163              avoid warnings in POSIX.pm (from Barrie Slaymaker)
14164              
14165              warnings::enabled() doesn't fall back to looking at $^W if
14166              caller isn't using lexical warnings (from Paul Marquess)
14167              
14168              elide bogus test in change#6132
14169              
14170              make Test::Harness use wait.h/WCOREDUMP if available
14171              (from Ben Tilly <ben_tilly@hotmail.com>)
14172              
14173              enable Test::Harness to dynamically determine column width etc.
14174              (from Rob Napier <rnapier@employees.org>)
14175              
14176              random pod typos (from Peter Scott <Peter@PSDT.com>)
14177      Branch: maint-5.6/perl
14178           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
14179           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
14180           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
14181           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
14182 ____________________________________________________________________________
14183 [  7316] By: gsar                                  on 2000/10/16  06:53:23
14184         Log: integrate change#6126 from mainline
14185              
14186              change#2879 broke rvalue autovivification of magicals such as
14187              ${$num} (reworked variant of patch suggested by Simon Cozens)
14188      Branch: maint-5.6/perl
14189           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
14190           !> pp_hot.c proto.h t/op/gv.t
14191 ____________________________________________________________________________
14192 [  7315] By: gsar                                  on 2000/10/16  06:51:38
14193         Log: integrate changes#6123,6125 from mainline
14194              
14195              clarify gotcha with #line directives (from Rocco Caputo
14196              <troc@netrus.net>)
14197              
14198              enable propagating exception objects via Perl_croak() in XS code
14199              (from Gisle Aas)
14200      Branch: maint-5.6/perl
14201           !> pod/perldebug.pod pod/perlsyn.pod util.c
14202 ____________________________________________________________________________
14203 [  7314] By: gsar                                  on 2000/10/16  06:49:28
14204         Log: integrate change#6122 from mainline
14205              
14206              downgrade fatal error on C<"foo@nosucharray.com"> to optional
14207              warning (from Mark-Jason Dominus)
14208      Branch: maint-5.6/perl
14209           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
14210           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
14211           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
14212           !> toke.c
14213 ____________________________________________________________________________
14214 [  7313] By: gsar                                  on 2000/10/16  06:46:54
14215         Log: integrate changes#6112..6121 from vmsperl
14216              
14217              Check for existence of file before trying to delete
14218              
14219              Ugly workaround for version-specific RTL error
14220              
14221              Urk -- undo previous removal of vmsish 'exit' change
14222              
14223              Add bounds checking for several strings (Charles Lane)
14224              
14225              Miscellaneous cosmetic fixes (Charles Lane)
14226              
14227              Treat sockets as special in sys(read|write) (Charles Lane et al.)
14228              
14229              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
14230              Flatten case labels in switch statements uniformly (Charles Bailey)
14231              
14232              Quiet error messages in vmsish.t (Charles Lane)
14233              
14234              Add missing escape (Charles Lane)
14235              
14236              Allow eliminate_macros() and fixpath() to handle space-delimited
14237              lists (based on fixes by Craig Berry)
14238      Branch: maint-5.6/perl
14239           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
14240           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
14241           !> vms/vmsish.h
14242 ____________________________________________________________________________
14243 [  7312] By: gsar                                  on 2000/10/16  06:41:18
14244         Log: integrate changes#6107,6110 from cfgperl
14245              
14246              Tweak the todo list.
14247              
14248              todo tweak
14249      Branch: maint-5.6/perl
14250           !> Todo-5.6
14251 ____________________________________________________________________________
14252 [  7311] By: gsar                                  on 2000/10/16  06:38:38
14253         Log: integrate changes#6104,6108 from mainline
14254              
14255              PL_sys_intern was being initialized too late on windows
14256              
14257              reenable fake signal handling on Windows, bugs and all
14258      Branch: maint-5.6/perl
14259           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
14260           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
14261           !> win32/win32.c
14262 ____________________________________________________________________________
14263 [  7310] By: gsar                                  on 2000/10/16  06:36:03
14264         Log: integrate changes#6095,6097..6103 from cfgperl
14265              
14266              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
14267              might be useful in future.
14268              
14269              Add a note about possible compilation problems from Allen Smith.
14270              
14271              Add a note about other, yet unsupported, shadow password APIs.
14272              
14273              Tweaks for the cc bugs from Allen Smith.
14274              
14275              More compilation tweakery from Allen Smith.
14276              
14277              Hints and test tweaks for Unicos.
14278              
14279              The test suite tweak in #6101 wasn't quite right.
14280              
14281              Test tweaking for Unicos continues.
14282      Branch: maint-5.6/perl
14283           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
14284           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
14285           !> t/lib/complex.t t/op/64bitint.t
14286 ____________________________________________________________________________
14287 [  7309] By: gsar                                  on 2000/10/16  06:29:41
14288         Log: integrate changes#6093,6094 from mainline
14289              
14290              fork() failure to create pseudo process sets errno=EAGAIN and returns
14291              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
14292              
14293              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
14294      Branch: maint-5.6/perl
14295           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
14296           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
14297 ____________________________________________________________________________
14298 [  7308] By: gsar                                  on 2000/10/16  06:27:29
14299         Log: integrate change#6092 from cfgperl
14300              
14301              Regen perltoc with the fixed buildtoc.
14302      Branch: maint-5.6/perl
14303           !> pod/perltoc.pod
14304 ____________________________________________________________________________
14305 [  7307] By: gsar                                  on 2000/10/16  06:26:40
14306         Log: integrate changes#6089,6090 from mainline
14307              
14308              buildtoc tweak to fix newline lossage
14309              
14310              concat doesn't preserve utf8-ness, and doesn't invalidate
14311              [NI]OK; added tests for both
14312      Branch: maint-5.6/perl
14313           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
14314 ____________________________________________________________________________
14315 [  7306] By: gsar                                  on 2000/10/16  06:24:05
14316         Log: integrate change#6088 from cfgperl
14317              
14318              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
14319              because we do not use those.  The HAS_GETSPNAM remains,
14320              though, because we still do use that.
14321      Branch: maint-5.6/perl
14322           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
14323           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
14324           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
14325           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
14326           !> win32/config.vc win32/config_H.bc win32/config_H.gc
14327           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
14328 ____________________________________________________________________________
14329 [  7305] By: gsar                                  on 2000/10/16  06:15:52
14330         Log: integrate changes#6084,6085,6087 from mainline
14331              
14332              substr() does not preserve utf8-ness (from Stefan Eissing
14333              <Eissing@medicaldataservice.de>); added tests
14334              
14335              repeat operator (x) doesn't preserve utf8-ness
14336              
14337              reverse() and quotemeta() weren't preserving utf8-ness; add tests
14338      Branch: maint-5.6/perl
14339           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
14340 ____________________________________________________________________________
14341 [  7304] By: gsar                                  on 2000/10/16  06:13:10
14342         Log: integrate changes#6077..6083 from mainline
14343              
14344              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
14345              and Tom Phoenix)
14346              
14347              workaround for CRT bug in chdir() (from Charles Lane, via
14348              Peter Prymmer)
14349              
14350              remove outdated kludge in Carp (NULLs are permitted in diagnostics
14351              now)
14352              
14353              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
14354              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
14355              
14356              better default perlbug categories for ok reports (from Richard Foley)
14357              
14358              peek.t non-portable to ithreads
14359              
14360              note about undocumented caller() return value (from M.J.T. Guy);
14361              yet another peek.t tweak
14362      Branch: maint-5.6/perl
14363           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
14364           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
14365           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
14366           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
14367           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
14368           !> vms/vmsish.h
14369 ____________________________________________________________________________
14370 [  7303] By: gsar                                  on 2000/10/16  06:03:18
14371         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
14372              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
14373              
14374              &HUGE_VAL is not defined, it exists.
14375              
14376              Do not warn that an infinity does not look like a number.
14377              
14378              Rewrite the pwent/spent logic to be a little bit more clearer.
14379              
14380              Continue on the pwent/spent case.
14381              
14382              Correct Freudian slip.
14383              
14384              Use HUGE_VALL if applicable.
14385              
14386              pwent/spent #ifdef imbalance.
14387              
14388              Infinite problems.
14389              
14390              Call getspnam() only iff needd.
14391              
14392              Test both the scalar and list contexts.
14393              
14394              Use setxxent()/endxxent().
14395              
14396              Complex tweakery.
14397              
14398              Unicos hint tweak.
14399              
14400              Be more forgiving in POSIX about HUGE_VALL.
14401              
14402              Detypo.
14403              
14404              The search of infinity continues, this time simplified.
14405              
14406              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
14407              in natively 64-bit platforms where a long is a quad (no need
14408              for long longs).  Also added bias for IVs.
14409              
14410              Complex tweaks.
14411              
14412              Introduce t/lib/peek.t.
14413              
14414              Make the test more portable.
14415      Branch: maint-5.6/perl
14416           +> t/lib/peek.t
14417            ! pp_sys.c
14418           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
14419           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
14420           !> t/op/pwent.t toke.c util.c
14421 ____________________________________________________________________________
14422 [  7302] By: gsar                                  on 2000/10/16  05:03:37
14423         Log: integrate changes#6066..6071 from mainline
14424              
14425              s/END/CHECK/
14426              
14427              replace direct call to sighandler() with (*PL_sighandlerp)()
14428              
14429              note about values()
14430              
14431              File::Spec compatibility update (from Barrie Slaymaker
14432              <barries@slaysys.com>)
14433              
14434              remove misleading comment (from M.J.T. Guy)
14435              
14436              misformatted perllocal.pod (from Tim Jenness
14437              <t.jenness@jach.hawaii.edu>)
14438      Branch: maint-5.6/perl
14439           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
14440           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
14441           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
14442           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
14443 ____________________________________________________________________________
14444 [  7301] By: gsar                                  on 2000/10/16  05:00:08
14445         Log: integrate changes#6061..6063 from mainline
14446              
14447              change#5921 neglected to make eq honor "use bytes"
14448              
14449              additional tests for utf8.t
14450              
14451              tokeq() could read unallocated field in argument
14452      Branch: maint-5.6/perl
14453           !> sv.c t/pragma/utf8.t toke.c
14454 ____________________________________________________________________________
14455 [  7300] By: gsar                                  on 2000/10/16  04:56:54
14456         Log: integrate changes#6046,6048,6057,6058 from mainline
14457              
14458              libscheck has insufficient checks for n32 libs (from
14459              Albert Chin-A-Young <china@thewrittenword.com>)
14460              
14461              add note about how $( doesn't interpolate in REs (from
14462              Philip Newton <newton@ficus.frogspace.net>)
14463              
14464              fix broken parsing of /\x{ab}/
14465              
14466              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
14467              (spotted by Donald Kinzer <dkinzer@premia.com>)
14468      Branch: maint-5.6/perl
14469           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
14470           !> t/pragma/utf8.t
14471 ____________________________________________________________________________
14472 [  7299] By: gsar                                  on 2000/10/16  04:52:50
14473         Log: integrate change#6044 from mainline
14474              
14475              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
14476              such that underscores are only ignored in literal numbers,
14477              "\x{...}", and hex/oct argument
14478      Branch: maint-5.6/perl
14479           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
14480 ____________________________________________________________________________
14481 [  7298] By: gsar                                  on 2000/10/16  04:50:53
14482         Log: integrate changes#6027..6043 from mainline
14483              
14484              podlators-1.02 update (from Russ Allbery)
14485              
14486              Pod::Man generates groff-incompatible macro definition (from
14487              Tom Christiansen)
14488              
14489              add CGI.pm v2.66 (from Lincoln Stein)
14490              
14491              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
14492              for @- and @+ (from Johan Vromans)
14493              
14494              small nits in diagnostics.pm (from Robin Barker)
14495              
14496              whitespace adjustments
14497              
14498              missing files in MANIFEST
14499              
14500              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
14501              to compensate
14502              
14503              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
14504              
14505              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
14506      Branch: maint-5.6/perl
14507           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
14508           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
14509           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
14510           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
14511           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
14512           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
14513           !> t/lib/cgi-html.t t/lib/cgi-request.t
14514 ____________________________________________________________________________
14515 [  7297] By: gsar                                  on 2000/10/16  04:44:30
14516         Log: integrate change#6025 from mainline
14517              
14518              Is{Alnum,Alpha,Word} don't match titlecase
14519              TODO: IsSpace is defined recursively!
14520              (both spotted by Larry)
14521      Branch: maint-5.6/perl
14522           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
14523           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
14524 ____________________________________________________________________________
14525 [  7296] By: gsar                                  on 2000/10/16  04:39:30
14526         Log: integrate change#6023 from mainline
14527              
14528              debugger stomps on $. (from M.J.T. Guy)
14529      Branch: maint-5.6/perl
14530           !> lib/perl5db.pl
14531 ____________________________________________________________________________
14532 [  7295] By: gsar                                  on 2000/10/16  04:38:02
14533         Log: integrate change#6022 from mainline
14534              
14535              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
14536      Branch: maint-5.6/perl
14537           !> sv.c
14538 ____________________________________________________________________________
14539 [  7294] By: gsar                                  on 2000/10/16  04:37:05
14540         Log: integrate changes#6018..6021 from mainline
14541              
14542              make lib/syslog.t portable to systems that don't have _PATH_LOG,
14543              make _PATH_LOG() return "" if unavailable
14544              
14545              windows portability tweaks
14546              
14547              test tweak
14548              
14549              remove Win2K issue in pod (fixed by change#6020)
14550      Branch: maint-5.6/perl
14551           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
14552           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
14553           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
14554 ____________________________________________________________________________
14555 [  7293] By: gsar                                  on 2000/10/16  04:20:00
14556         Log: integrate changes#6013..6015 from mainline
14557              
14558              tweak change#5945 to display correct switch name in diagnostic
14559              
14560              glob() loading File::Glob behind the scenes may cause syntax errors
14561              
14562              tweak test for portability
14563      Branch: maint-5.6/perl
14564           !> op.c perl.c pod/perldiag.pod t/lib/b.t
14565 ____________________________________________________________________________
14566 [  7292] By: gsar                                  on 2000/10/16  04:18:11
14567         Log: integrate changes#6005..6010 from mainline, cfgperl
14568              
14569              perldoc might fail via "use blib" (from Hugo van der Sanden)
14570              
14571              Regen Configure.
14572              
14573              note about compile failures and END blocks (from M.J.T. Guy)
14574              
14575              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
14576              
14577              (change#6009 integrated earlier in change#7255)
14578              
14579              clarify note about shadow password support (from
14580              gellyfish@gellyfish.com)
14581      Branch: maint-5.6/perl
14582           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
14583           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
14584           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
14585 ____________________________________________________________________________
14586 [  7291] By: gsar                                  on 2000/10/16  04:12:03
14587         Log: integrate changes#6002,6003 from mainline
14588              
14589              destructive sv_setsv() can lose UV-ness from source, causing
14590              numeric promotions/comparisons to fail to do the right thing
14591              
14592              allow REG_EXPAND_SZ keys in Windows registry (from
14593              John Clayton <John.Clayton@barclayscapital.com>)
14594      Branch: maint-5.6/perl
14595           !> sv.c win32/win32.c
14596 ____________________________________________________________________________
14597 [  7290] By: gsar                                  on 2000/10/16  04:10:19
14598         Log: integrate change#6001 from mainline
14599              
14600              support additional library locations via $Config{otherlibdirs}
14601              (from Andy Dougherty)
14602      Branch: maint-5.6/perl
14603           !> Configure INSTALL Porting/Glossary Porting/config.sh
14604           !> Porting/config_H config_h.SH epoc/config.sh perl.c
14605           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
14606           !> win32/config.bc win32/config.gc win32/config.vc
14607 ____________________________________________________________________________
14608 [  7289] By: gsar                                  on 2000/10/16  04:08:28
14609         Log: integrate change#5999 from mainline
14610              
14611              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
14612      Branch: maint-5.6/perl
14613           !> t/pragma/warn/toke toke.c
14614 ____________________________________________________________________________
14615 [  7288] By: gsar                                  on 2000/10/16  04:07:01
14616         Log: integrate changes#5997,5998 from cfgperl
14617              
14618              Preserve $!.
14619              
14620              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
14621      Branch: maint-5.6/perl
14622           !> lib/Math/Complex.pm
14623 ____________________________________________________________________________
14624 [  7287] By: gsar                                  on 2000/10/16  04:04:37
14625         Log: integrate change#5995 from mainline
14626              
14627              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
14628      Branch: maint-5.6/perl
14629           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
14630 ____________________________________________________________________________
14631 [  7286] By: gsar                                  on 2000/10/16  04:03:21
14632         Log: integrate change#5994 from mainline
14633              
14634              fix for missed accounting for null byte in pack("Z",...) (from
14635              M.J.T. Guy)
14636      Branch: maint-5.6/perl
14637           !> pp.c t/op/pack.t
14638 ____________________________________________________________________________
14639 [  7285] By: gsar                                  on 2000/10/16  04:02:11
14640         Log: integrate changes#5989..5993 from mainline
14641              
14642              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
14643              itself and no other (from Tom Hughes)
14644              
14645              use $ENV{LIB} to search for libs under Visual C compiler
14646              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
14647              
14648              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
14649              
14650              pod nit (from Simon Cozens)
14651              
14652              various minor tweaks seen on p5p
14653      Branch: maint-5.6/perl
14654           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
14655           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
14656           !> t/op/array.t toke.c
14657 ____________________________________________________________________________
14658 [  7284] By: gsar                                  on 2000/10/16  03:59:00
14659         Log: integrate changes#5978..5988 from mainline
14660              
14661              sync version numbers in File::Spec with the ones on CPAN
14662              (from Barrie Slaymaker)
14663              
14664              under useithreads, constant pad entries could inadvertantly be
14665              shared across threads (from Eric Blood <eblood@xmission.com>);
14666              added Eric's test case to testsuite
14667              
14668              allow Configure -S to run non-interactively (spotted by Greg Hudson
14669              <ghudson@mit.edu>)
14670              
14671              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
14672              prototype mismatch with CORE::glob(); update pod and tests to
14673              suit (File::Glob::glob() is still available for backward
14674              compatibility, but should be considered deprecated)
14675              
14676              avoid error in IO::Socket::INET when given an unknown service name
14677              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
14678              
14679              numeric conversion of non-number in change#3378 tramples on
14680              OOK offset, causing segfaults
14681              
14682              attributes::reftype() doesn't work on tied argument
14683              
14684              forked child may not exit correctly if it failed to open
14685              /dev/console (from Graham Barr)
14686              
14687              add regular expressions tutorial and quick-start guide (from
14688              Mark Kvale <kvale@phy.ucsf.edu>)
14689              
14690              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
14691              
14692              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
14693              <paul@miraclefish.com>)
14694      Branch: maint-5.6/perl
14695           +> pod/perlrequick.pod pod/perlretut.pod
14696           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
14697           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
14698           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
14699           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
14700           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
14701           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
14702           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
14703           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
14704 ____________________________________________________________________________
14705 [  7283] By: gsar                                  on 2000/10/16  03:52:14
14706         Log: integrate change#5977 from mainline
14707              
14708              autoquote barewords followed by newline and arrow properly
14709              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
14710      Branch: maint-5.6/perl
14711           !> t/pragma/warn/toke toke.c
14712 ____________________________________________________________________________
14713 [  7282] By: gsar                                  on 2000/10/16  03:50:48
14714         Log: integrate change#5976 from mainline
14715              
14716              DB_File v1.73 update (from Paul Marquess)
14717      Branch: maint-5.6/perl
14718           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
14719           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
14720 ____________________________________________________________________________
14721 [  7281] By: gsar                                  on 2000/10/16  03:49:14
14722         Log: integrate change#5975 from mainline
14723              
14724              allow sort() reentrancy (variant of patch suggested by
14725              Hugo van der Sanden)
14726      Branch: maint-5.6/perl
14727           !> pp_ctl.c t/op/sort.t
14728 ____________________________________________________________________________
14729 [  7280] By: gsar                                  on 2000/10/16  03:48:22
14730         Log: integrate change#5974 from mainline
14731              
14732              change#4197 somehow missed initializing PL_errors, meaning
14733              syntax error queueing wasn't working outside eval"" at all;
14734              also fixed eval"" to localize PL_error_count, so that compile-time
14735              eval's don't clobber the error state of the outer context
14736      Branch: maint-5.6/perl
14737           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
14738           !> t/pragma/warn/toke
14739 ____________________________________________________________________________
14740 [  7279] By: gsar                                  on 2000/10/16  03:46:21
14741         Log: integrate change#5973 from mainline
14742              
14743              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
14744      Branch: maint-5.6/perl
14745           !> regcomp.c regexec.c t/op/re_tests
14746 ____________________________________________________________________________
14747 [  7278] By: gsar                                  on 2000/10/16  03:44:54
14748         Log: integrate change#5971 from cfgperl
14749              
14750              Unicos tweaks from Mark P. Lutz.
14751      Branch: maint-5.6/perl
14752           !> hints/unicos.sh lib/Math/Complex.pm
14753 ____________________________________________________________________________
14754 [  7277] By: gsar                                  on 2000/10/16  03:42:59
14755         Log: integrate changes#5966..5970 from mainline
14756              
14757              add testsuite for B backends, fix bug in B::Deparse (from
14758              Simon Cozens <simon@brecon.co.uk>)
14759              
14760              improved docs on the warn_uninit diagnostic (from David Glasser
14761              and Simon Cozens)
14762              
14763              tolerate spaces in group names in test on solaris (from David Boyce
14764              <dsb@boyski.com>)
14765              
14766              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
14767              
14768              Data::Dumper fumbles negative numbers on 32-bit platforms where
14769              IV is >32bits
14770      Branch: maint-5.6/perl
14771           +> t/lib/b.t t/lib/syslog.t
14772           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
14773           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
14774           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
14775 ____________________________________________________________________________
14776 [  7276] By: gsar                                  on 2000/10/16  03:39:30
14777         Log: integrate change#5965 from mainline
14778              
14779              avoid "will not stay shared" warnings for our variables (from
14780              Robin Barker)
14781      Branch: maint-5.6/perl
14782           !> op.c t/pragma/warn/op
14783 ____________________________________________________________________________
14784 [  7275] By: gsar                                  on 2000/10/16  03:38:18
14785         Log: integrate change#5964 from mainline
14786              
14787              reformat to 72 columns (again)
14788      Branch: maint-5.6/perl
14789           !> pod/perldiag.pod
14790 ____________________________________________________________________________
14791 [  7274] By: gsar                                  on 2000/10/16  03:36:58
14792         Log: integrate change#5963 from mainline
14793              
14794              patch from Larry to make (\&) prototype work; added tests for
14795              the same
14796      Branch: maint-5.6/perl
14797           !> op.c t/comp/proto.t
14798 ____________________________________________________________________________
14799 [  7273] By: gsar                                  on 2000/10/16  03:35:51
14800         Log: integrate changes#5956..5962 from mainline
14801              
14802              better diagnostics on failed tests (from Ilya Zakharevich)
14803              
14804              pod nits (from A. C. Yardley <yardley@tanet.net>)
14805              
14806              change#3569 deleted some essential code, revert; avoid use of
14807              atexit() to make DynaLoader work properly on AIX under mod_perl
14808              (from Jens-Uwe Mager <jum@helios.de>)
14809              
14810              doubled words in pods (from Simon Cozens
14811              <simon.p.cozens@jp.pwcglobal.com>)
14812              
14813              better INSTALL notes on Solaris issues (from Dominic Dunlop)
14814              
14815              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
14816              
14817              updated README.hpux (from Jeff Okamoto)
14818      Branch: maint-5.6/perl
14819           !> INSTALL README.hpux emacs/cperl-mode.el
14820           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
14821           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
14822           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
14823           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
14824           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
14825           !> t/op/lex_assign.t
14826 ____________________________________________________________________________
14827 [  7272] By: gsar                                  on 2000/10/16  03:31:22
14828         Log: integrate change#5955 from mainline
14829              
14830              longstanding bug exposed by change#3307: sort arguments weren't
14831              compiled with the right wantarray context (ensuing runtime lookup
14832              via block_gimme() was getting the incidental context of the
14833              sort() itself)
14834      Branch: maint-5.6/perl
14835           !> op.c t/op/sort.t
14836 ____________________________________________________________________________
14837 [  7271] By: gsar                                  on 2000/10/16  03:29:11
14838         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
14839              branch
14840              
14841              Flatten the cpp jungle doing the nosuid checking.
14842              
14843              Do not assume sign propagation. (from M.J.T. Guy)
14844              
14845              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
14846              
14847              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
14848              Now pp_ncmp() returns undef is either operand is a NaN.
14849              
14850              On second thoughts frexp() does have two arguments.
14851              
14852              Document that tr() is not tr(1).
14853              
14854              Be more robust on "extreme" (large absolute value)
14855              arguments.  Originally reported by Daniel Connelly
14856              as a problem with asinh() on large negative arguments,
14857              asinh() used to bail out because an argument to log()
14858              ended up being zero.  Ilya Zakharevich proposed using
14859              Taylor's series in such cases, which for such large
14860              arguments is a very good approximation.
14861              
14862              Undo "use integer" addition from 64bitint as it seems
14863              to break most of the subtests in Digital UNIX;
14864              Unicos needs to find another way.
14865      Branch: maint-5.6/perl
14866           !> (integrate 29 files)
14867 ____________________________________________________________________________
14868 [  7270] By: gsar                                  on 2000/10/16  03:09:44
14869         Log: integrate changes#5948,5949,5950 from mainline
14870              
14871              typo in vars.pm that leads to cryptic message (from Piotr
14872              Piatkowski <kompas@kompas.usr.onet.pl>)
14873              
14874              make perldoc use the pod2man from the same version (from
14875              M.J.T. Guy)
14876              
14877              reformat perldiag to avoid long lines
14878      Branch: maint-5.6/perl
14879           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
14880 ____________________________________________________________________________
14881 [  7269] By: gsar                                  on 2000/10/16  03:05:54
14882         Log: integrate change#5947 from mainline
14883              
14884              use &dl_error rather than &dl_load_file as the guard for calling
14885              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
14886              statically built perl)
14887      Branch: maint-5.6/perl
14888           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
14889 ____________________________________________________________________________
14890 [  7268] By: gsar                                  on 2000/10/16  03:04:48
14891         Log: integrate change#5945 from mainline
14892              
14893              make module name mandatory after -M switch; reorder perldiag
14894              alphabetically (from Mark-Jason Dominus)
14895      Branch: maint-5.6/perl
14896           !> perl.c pod/perldiag.pod
14897 ____________________________________________________________________________
14898 [  7267] By: gsar                                  on 2000/10/16  03:03:01
14899         Log: integrate change#5939 from mainline
14900              
14901              more pod nits (from Larry Virden)
14902      Branch: maint-5.6/perl
14903           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
14904           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
14905           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
14906 ____________________________________________________________________________
14907 [  7266] By: gsar                                  on 2000/10/16  03:01:39
14908         Log: integrate change#5938 from mainline
14909              
14910              Consolidated B::Deparse fixes (from Stephen McCamant)
14911      Branch: maint-5.6/perl
14912           !> ext/B/B/Deparse.pm
14913 ____________________________________________________________________________
14914 [  7265] By: gsar                                  on 2000/10/16  03:00:43
14915         Log: integrate change#5936 from mainline
14916              
14917              additional tests for change#7263 (from Paul Marquess)
14918      Branch: maint-5.6/perl
14919           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
14920           !> t/pragma/warn/5nolint t/pragma/warn/6default
14921 ____________________________________________________________________________
14922 [  7264] By: gsar                                  on 2000/10/16  02:58:34
14923         Log: integrate change#5934 from mainline
14924              
14925              propagate lexical warnings from surrounding scope correctly
14926              within string eval() (from Paul Marquess)
14927      Branch: maint-5.6/perl
14928           !> pp_ctl.c t/pragma/warn/pp_ctl
14929 ____________________________________________________________________________
14930 [  7263] By: gsar                                  on 2000/10/16  02:56:53
14931         Log: integrate change#5932 from mainline
14932              
14933              add rsignal(), whichsig() and do_join() to public API list
14934              (mod_perl uses them to good advantage)
14935      Branch: maint-5.6/perl
14936           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
14937 ____________________________________________________________________________
14938 [  7262] By: gsar                                  on 2000/10/16  02:55:53
14939         Log: integrate change#5931 from mainline
14940              
14941              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
14942      Branch: maint-5.6/perl
14943           !> pp_hot.c regexec.c t/op/pat.t
14944 ____________________________________________________________________________
14945 [  7261] By: gsar                                  on 2000/10/16  02:55:01
14946         Log: integrate change#5930 from mainline
14947              
14948              small os390 tweaks (from Peter Prymmer)
14949      Branch: maint-5.6/perl
14950           !> config_h.SH makedepend.SH
14951 ____________________________________________________________________________
14952 [  7260] By: gsar                                  on 2000/10/16  02:54:10
14953         Log: integrate change#5929 from mainline
14954              
14955              pod nits
14956      Branch: maint-5.6/perl
14957           !> pod/perlguts.pod
14958 ____________________________________________________________________________
14959 [  7259] By: gsar                                  on 2000/10/16  02:52:55
14960         Log: integrate change#5927 from mainline
14961              
14962              arrange for next() to resume at the unstack op rather than the
14963              loop conditional, so that scope cleanup happens correctly
14964              (from Stephen McCamant)
14965      Branch: maint-5.6/perl
14966           !> op.c pp_ctl.c t/op/misc.t
14967 ____________________________________________________________________________
14968 [  7258] By: gsar                                  on 2000/10/16  02:51:38
14969         Log: integrate change#5926 from mainline
14970              
14971              on windows, reserve 16M of stack rather than 128M (allows more
14972              threads to run concurrently)
14973      Branch: maint-5.6/perl
14974           !> win32/Makefile win32/makefile.mk
14975 ____________________________________________________________________________
14976 [  7257] By: gsar                                  on 2000/10/16  02:50:37
14977         Log: integrate change#5925 from mainline
14978              
14979              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
14980      Branch: maint-5.6/perl
14981           !> toke.c
14982 ____________________________________________________________________________
14983 [  7256] By: gsar                                  on 2000/10/16  02:49:36
14984         Log: integrate change#5924 from mainline
14985              
14986              avoid using uninitialized memory in require version check
14987      Branch: maint-5.6/perl
14988           !> pp_ctl.c universal.c
14989 ____________________________________________________________________________
14990 [  7255] By: gsar                                  on 2000/10/16  02:48:03
14991         Log: integrate changes#5923,5928,6009 from mainline
14992              
14993              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
14994      Branch: maint-5.6/perl
14995           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
14996 ____________________________________________________________________________
14997 [  7254] By: gsar                                  on 2000/10/16  02:44:46
14998         Log: integrate change#5922 from mainline
14999              
15000              commentary about IoTYPE() (from Nathan Torkington)
15001      Branch: maint-5.6/perl
15002           !> sv.h
15003 ____________________________________________________________________________
15004 [  7253] By: gsar                                  on 2000/10/16  02:43:49
15005         Log: integrate change#5921 from mainline
15006              
15007              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
15008      Branch: maint-5.6/perl
15009           !> sv.c t/lib/charnames.t t/pragma/utf8.t
15010 ____________________________________________________________________________
15011 [  7252] By: gsar                                  on 2000/10/16  02:42:31
15012         Log: integrate change#5920 from mainline
15013              
15014              Larry's fix for buggy propagation of utf8-ness in join(); add test
15015      Branch: maint-5.6/perl
15016           !> doop.c t/op/ver.t
15017 ____________________________________________________________________________
15018 [  7251] By: gsar                                  on 2000/10/16  02:41:14
15019         Log: integrate changes#5915..5919 from mainline
15020              
15021              various (pod tweaks &c)
15022      Branch: maint-5.6/perl
15023           !> (integrate 33 files)
15024 ____________________________________________________________________________
15025 [  7250] By: gsar                                  on 2000/10/16  02:38:16
15026         Log: integrate change#5914 from mainline
15027              
15028              caller() wasn't returning the right number of elements for
15029              eval {...}
15030      Branch: maint-5.6/perl
15031           !> pp_ctl.c t/pragma/warn/9enabled
15032 ____________________________________________________________________________
15033 [  7249] By: gsar                                  on 2000/10/16  02:37:02
15034         Log: integrate change#5913 from mainline
15035              
15036              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
15037              (from Mark-Jason Dominus)
15038      Branch: maint-5.6/perl
15039           !> pod/perlfunc.pod
15040 ____________________________________________________________________________
15041 [  7248] By: gsar                                  on 2000/10/16  02:35:58
15042         Log: integrate change#5912 from mainline
15043              
15044              fix totally broken caching in UNIVERSAL::isa() (from
15045              Nick Ing-Simmons)
15046      Branch: maint-5.6/perl
15047           !> t/op/universal.t universal.c
15048 ____________________________________________________________________________
15049 [  7247] By: gsar                                  on 2000/10/16  02:34:27
15050         Log: integrate changes#5910,5911 from mainline
15051              
15052              typo in pod
15053              
15054              add linebreak properties from unicode/LineBrk.txt (from
15055              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
15056      Branch: maint-5.6/perl
15057           +> (branch 29 files)
15058           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
15059 ____________________________________________________________________________
15060 [  7246] By: gsar                                  on 2000/10/16  02:33:29
15061         Log: integrate change#5909 from mainline
15062              
15063              mode argument to do_binmode() should be file mode, not boolean
15064      Branch: maint-5.6/perl
15065           !> pp_sys.c
15066 ____________________________________________________________________________
15067 [  7245] By: gsar                                  on 2000/10/16  02:31:04
15068         Log: integrate change#5908 from mainline
15069              
15070              introduce illegal symbols into null package so that
15071              gv_fetchpv(...,TRUE) always returns a valid GV even when the
15072              symbol is trapped by strictures (avoids coredumps)
15073      Branch: maint-5.6/perl
15074           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
15075           !> t/pragma/strict-vars
15076 ____________________________________________________________________________
15077 [  7244] By: jhi                                   on 2000/10/16  02:29:54
15078         Log: Subject: $Carp::ExportLevel confusion in Exporter
15079              From: "Ben Tilly" <ben_tilly@hotmail.com>
15080              Date: Sat, 14 Oct 2000 16:44:34 EDT
15081              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
15082      Branch: perl
15083            ! lib/Exporter/Heavy.pm
15084 ____________________________________________________________________________
15085 [  7243] By: jhi                                   on 2000/10/16  02:28:33
15086         Log: Subject: [PATCH perlguts.pod] Document offset hack
15087              From: Simon Cozens <simon@cozens.net>
15088              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
15089              Date: Sat, 14 Oct 2000 19:32:25 +0100
15090      Branch: perl
15091            ! pod/perlguts.pod
15092 ____________________________________________________________________________
15093 [  7242] By: gsar                                  on 2000/10/16  02:26:51
15094         Log: integrate changes#5905,5906,5907,6064 from mainline
15095              
15096              printf/sprintf didn't get quad types right under use64bitint
15097      Branch: maint-5.6/perl
15098           !> pp_sys.c sv.c t/op/64bitint.t
15099 ____________________________________________________________________________
15100 [  7241] By: jhi                                   on 2000/10/16  02:22:44
15101         Log: Subject: small pod patch
15102              From: Dan Boorstein <dan_boo@bellsouth.net>
15103              Date: Sat, 14 Oct 2000 14:29:24 -0400
15104              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
15105      Branch: perl
15106            ! pod/perlfaq7.pod pod/perlmod.pod
15107 ____________________________________________________________________________
15108 [  7240] By: jhi                                   on 2000/10/16  02:13:46
15109         Log: -w cleanup.
15110              
15111              Subject: Re: Problems with bleadperl 
15112              From: "Stephen P. Potter" <spp@ds.net>
15113              Date: Fri, 13 Oct 2000 13:32:49 -0400
15114              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
15115      Branch: perl
15116            ! t/pragma/overload.t
15117 ____________________________________________________________________________
15118 [  7239] By: jhi                                   on 2000/10/16  01:41:18
15119         Log: One more ~utf8 tweak.
15120      Branch: perl
15121            ! t/op/bop.t
15122 ____________________________________________________________________________
15123 [  7238] By: jhi                                   on 2000/10/16  01:34:14
15124         Log: Tweak the test of #7235.
15125      Branch: perl
15126            ! t/op/bop.t
15127 ____________________________________________________________________________
15128 [  7237] By: jhi                                   on 2000/10/16  01:25:04
15129         Log: Fix a couple of compiler-noted nits in #7235.
15130      Branch: perl
15131            ! pp.c
15132 ____________________________________________________________________________
15133 [  7236] By: jhi                                   on 2000/10/16  01:22:46
15134         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
15135      Branch: perl
15136            ! pp.c pp_hot.c
15137 ____________________________________________________________________________
15138 [  7235] By: jhi                                   on 2000/10/15  16:24:44
15139         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
15140              
15141              From: Simon Cozens <simon@cozens.net>
15142              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
15143              Date: Sat, 14 Oct 2000 20:52:13 +0100
15144              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
15145      Branch: perl
15146            ! pp.c t/op/bop.t utf8.h
15147 ____________________________________________________________________________
15148 [  7234] By: jhi                                   on 2000/10/15  15:19:29
15149         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
15150              The problem was that rx->minlen was in chars while pp_split()
15151              thought it would be in bytes. 
15152      Branch: perl
15153            ! pp.c t/pragma/utf8.t
15154 ____________________________________________________________________________
15155 [  7233] By: jhi                                   on 2000/10/14  20:24:24
15156         Log: Document FNCASE=y as discussed in the bug 20000902.009.
15157      Branch: perl
15158            ! README.dos
15159 ____________________________________________________________________________
15160 [  7232] By: jhi                                   on 2000/10/14  18:52:21
15161         Log: Add test for bug id 20000427.003 (which seems to have
15162              been fixed) (also duplicate as 20000427.004, though
15163              with a higher severity).  Move one utf8 from op/append
15164              to pragma/utf8, tag the tests with bug ids.
15165      Branch: perl
15166            ! t/op/append.t t/pragma/utf8.t
15167 ____________________________________________________________________________
15168 [  7231] By: jhi                                   on 2000/10/14  17:28:37
15169         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
15170      Branch: perl
15171            ! t/pragma/utf8.t
15172 ____________________________________________________________________________
15173 [  7230] By: jhi                                   on 2000/10/14  14:24:50
15174         Log: Needs to be conditional on SunOS 4.
15175              
15176              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
15177              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
15178              Date: Sat, 14 Oct 2000 13:37:49 +0100
15179              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
15180      Branch: metaconfig/U/perl
15181            ! End.U
15182      Branch: perl
15183            ! Configure myconfig.SH pod/perldelta.pod
15184 ____________________________________________________________________________
15185 [  7229] By: jhi                                   on 2000/10/14  00:49:22
15186         Log: Update Changes.
15187      Branch: perl
15188            ! Changes patchlevel.h
15189 ____________________________________________________________________________
15190 [  7228] By: jhi                                   on 2000/10/14  00:46:10
15191         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
15192              From: Peter Prymmer <pvhp@forte.com>
15193              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
15194              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
15195      Branch: perl
15196            ! lib/utf8.pm
15197 ____________________________________________________________________________
15198 [  7227] By: jhi                                   on 2000/10/13  23:20:30
15199         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
15200      Branch: perl
15201            ! t/op/tie.t
15202 ____________________________________________________________________________
15203 [  7226] By: jhi                                   on 2000/10/13  22:14:32
15204         Log: Tweak #7225.
15205              
15206              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
15207              From: Peter Prymmer <pvhp@forte.com>
15208              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
15209              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
15210      Branch: perl
15211            ! t/op/sprintf.t
15212 ____________________________________________________________________________
15213 [  7225] By: jhi                                   on 2000/10/13  22:11:31
15214         Log: op/sprintf.t patch for OS/390 (and any other host with limited
15215              floating-point exponent length)
15216              
15217              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
15218              From: Dominic Dunlop <domo@computer.org>
15219              Date: Fri, 13 Oct 2000 19:17:57 +0200
15220              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
15221      Branch: perl
15222            ! t/op/sprintf.t
15223 ____________________________________________________________________________
15224 [  7224] By: jhi                                   on 2000/10/13  18:40:48
15225         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
15226      Branch: perl
15227            ! toke.c
15228 ____________________________________________________________________________
15229 [  7223] By: jhi                                   on 2000/10/13  18:37:13
15230         Log: Thinko in #7222.
15231      Branch: perl
15232            ! utf8.c
15233 ____________________________________________________________________________
15234 [  7222] By: jhi                                   on 2000/10/13  18:05:23
15235         Log: Use UTF8SKIP(), from Simon Cozens.
15236      Branch: perl
15237            ! utf8.c
15238 ____________________________________________________________________________
15239 [  7221] By: jhi                                   on 2000/10/13  15:43:19
15240         Log: (accidentally empty check-in)
15241      Branch: perl
15242            ! utf8.c
15243 ____________________________________________________________________________
15244 [  7220] By: jhi                                   on 2000/10/13  15:23:51
15245         Log: Add (optimistically) Storable to static extensions.
15246      Branch: perl
15247            ! hints/uwin.sh hints/vmesa.sh
15248 ____________________________________________________________________________
15249 [  7219] By: jhi                                   on 2000/10/13  15:20:05
15250         Log: Amdahl UTS doesn't seem to do dynaloading.
15251      Branch: perl
15252            ! hints/uts.sh
15253 ____________________________________________________________________________
15254 [  7218] By: jhi                                   on 2000/10/13  15:15:20
15255         Log: Slight tweak of the code to appease Amdahl UTS cc.
15256      Branch: perl
15257            ! pp.c
15258 ____________________________________________________________________________
15259 [  7217] By: jhi                                   on 2000/10/13  14:50:42
15260         Log: In Amdahl UTS "struct sv" is defined by a system header,
15261              <ksync.h>.
15262      Branch: perl
15263            ! perl.h sv.h
15264 ____________________________________________________________________________
15265 [  7216] By: jhi                                   on 2000/10/13  11:58:25
15266         Log: Ilya implemented the memory profiling API.
15267      Branch: perl
15268            ! Todo
15269 ____________________________________________________________________________
15270 [  7215] By: jhi                                   on 2000/10/13  02:56:38
15271         Log: Subject: [PATCH 5.7.0] Perl API for mstats
15272              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15273              Date: Thu, 12 Oct 2000 22:52:40 -0400
15274              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
15275      Branch: perl
15276            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
15277 ____________________________________________________________________________
15278 [  7214] By: jhi                                   on 2000/10/13  02:55:38
15279         Log: Subject: [PATCH 5.7.0] IVs in mtats
15280              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15281              Date: Thu, 12 Oct 2000 22:51:04 -0400
15282              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
15283      Branch: perl
15284            ! malloc.c perl.h
15285 ____________________________________________________________________________
15286 [  7213] By: jhi                                   on 2000/10/13  02:31:47
15287         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
15288      Branch: perl
15289            ! pod/perldiag.pod pp_sys.c
15290 ____________________________________________________________________________
15291 [  7212] By: jhi                                   on 2000/10/13  01:27:38
15292         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
15293              From: Peter Prymmer <pvhp@forte.com>
15294              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
15295              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
15296      Branch: perl
15297            ! t/op/oct.t
15298 ____________________________________________________________________________
15299 [  7211] By: jhi                                   on 2000/10/13  00:35:09
15300         Log: Update Changes.
15301      Branch: perl
15302            ! Changes patchlevel.h
15303 ____________________________________________________________________________
15304 [  7210] By: jhi                                   on 2000/10/12  23:59:40
15305         Log: The Install.pm third of
15306              
15307              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
15308              From: Bill Campbell <bill@celestial.com>
15309              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
15310              Date: Thu, 5 Oct 2000 18:04:51 -0700
15311      Branch: perl
15312            ! lib/ExtUtils/Install.pm
15313 ____________________________________________________________________________
15314 [  7209] By: jhi                                   on 2000/10/12  23:58:43
15315         Log: Two thirds of
15316              
15317              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
15318              Date: Thu, 5 Oct 2000 18:04:51 -0700
15319              From: Bill Campbell <bill@celestial.com>
15320              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
15321              
15322              The Install.pm changes will be submitted separately because
15323              they need some work and discussion still.
15324      Branch: perl
15325            ! lib/getopts.pl lib/termcap.pl
15326 ____________________________________________________________________________
15327 [  7208] By: jhi                                   on 2000/10/12  23:41:19
15328         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
15329              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15330              Date:     Thu, 12 Oct 2000 07:30:02 EDT
15331              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
15332      Branch: perl
15333            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
15334            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
15335 ____________________________________________________________________________
15336 [  7207] By: jhi                                   on 2000/10/12  23:39:01
15337         Log: An updated EBCDIC tr patch.
15338              
15339              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
15340              From: Peter Prymmer <pvhp@forte.com>
15341              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
15342              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
15343      Branch: perl
15344            ! t/op/tr.t
15345 ____________________________________________________________________________
15346 [  7206] By: jhi                                   on 2000/10/12  23:34:55
15347         Log: Upgrade to CPAN 1.58, from Andreas König.
15348      Branch: perl
15349            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
15350 ____________________________________________________________________________
15351 [  7205] By: jhi                                   on 2000/10/12  23:29:08
15352         Log: Introduce the man[24-8] variables, from Andy Dougherty.
15353      Branch: metaconfig/U/perl
15354            + mandirs.U mandirstyle.U
15355      Branch: perl
15356            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15357            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
15358            ! vos/config.h vos/config.pl vos/config_h.SH_orig
15359            ! win32/config.bc win32/config.gc win32/config.vc
15360 ____________________________________________________________________________
15361 [  7204] By: gsar                                  on 2000/10/12  18:11:24
15362         Log: restore change#7202
15363      Branch: perl
15364            ! mg.c
15365 ____________________________________________________________________________
15366 [  7203] By: gsar                                  on 2000/10/12  18:09:40
15367         Log: another test of the Emergency Broadcast System--back out 
15368              change#7202
15369      Branch: perl
15370            ! mg.c
15371 ____________________________________________________________________________
15372 [  7202] By: gsar                                  on 2000/10/12  16:40:47
15373         Log: (submitted on behalf of Jarkko)
15374              Fix the lib/encode.t subtest 6 failure as reported by Andreas
15375              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
15376              was unearthed by change 7182, as was a bug in HTML::Entities.
15377      Branch: perl
15378            ! mg.c
15379 ____________________________________________________________________________
15380 [  7201] By: jhi                                   on 2000/10/11  03:16:05
15381         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
15382      Branch: perl
15383            ! pp_hot.c t/pragma/utf8.t
15384 ____________________________________________________________________________
15385 [  7200] By: jhi                                   on 2000/10/11  00:40:30
15386         Log: The #7198 was a false alarm.
15387      Branch: perl
15388            ! pp_hot.c
15389 ____________________________________________________________________________
15390 [  7199] By: jhi                                   on 2000/10/11  00:26:04
15391         Log: Remove duplicated code.
15392      Branch: perl
15393            ! t/lib/cgi-html.t
15394 ____________________________________________________________________________
15395 [  7198] By: jhi                                   on 2000/10/10  23:30:46
15396         Log: (Retracted by #7200.)
15397      Branch: perl
15398            ! pp_hot.c
15399 ____________________________________________________________________________
15400 [  7197] By: jhi                                   on 2000/10/10  21:49:30
15401         Log: Add the test case for #7190, from the original bug report
15402              by Andreas König.
15403      Branch: perl
15404            ! t/pragma/utf8.t
15405 ____________________________________________________________________________
15406 [  7196] By: jhi                                   on 2000/10/10  21:40:49
15407         Log: Reapply Andy's patch and regen Configure.
15408      Branch: perl
15409            ! Configure INSTALL Makefile.SH Porting/Glossary
15410            ! Porting/config.sh config_h.SH epoc/config.sh installperl
15411            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
15412            ! win32/config.vc
15413 ____________________________________________________________________________
15414 [  7195] By: jhi                                   on 2000/10/10  21:09:30
15415         Log: Use the versiononly instead of the installscripts,
15416              retract the changes 7146 and 7147.
15417      Branch: perl
15418            ! Configure INSTALL Makefile.SH Porting/Glossary
15419            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
15420            ! installperl uconfig.sh vos/config.def win32/config.bc
15421            ! win32/config.gc win32/config.vc
15422 ____________________________________________________________________________
15423 [  7194] By: jhi                                   on 2000/10/10  21:06:15
15424         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
15425              From: Peter Prymmer <pvhp@forte.com>
15426              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
15427              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
15428      Branch: perl
15429            ! t/op/ver.t
15430 ____________________________________________________________________________
15431 [  7193] By: jhi                                   on 2000/10/10  21:05:12
15432         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
15433              From: Peter Prymmer <pvhp@forte.com>
15434              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
15435              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
15436      Branch: perl
15437            ! t/op/tr.t
15438 ____________________________________________________________________________
15439 [  7192] By: jhi                                   on 2000/10/10  20:57:30
15440         Log: Add versiononly, delete installscripts, from Andy Dougherty.
15441      Branch: metaconfig
15442            - U/installdirs/installscripts.U
15443      Branch: metaconfig/U/perl
15444            + versiononly.U
15445 ____________________________________________________________________________
15446 [  7191] By: jhi                                   on 2000/10/10  19:41:21
15447         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
15448              From: Peter Prymmer <pvhp@forte.com>
15449              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
15450              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
15451      Branch: perl
15452            ! pod/perlebcdic.pod
15453 ____________________________________________________________________________
15454 [  7190] By: jhi                                   on 2000/10/10  19:26:14
15455         Log: Subject: Re: utf8 concat, mg_get
15456              From: Simon Cozens <simon@cozens.net>
15457              Date: Tue, 10 Oct 2000 17:40:17 +0100
15458              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
15459      Branch: perl
15460            ! pp_hot.c
15461 ____________________________________________________________________________
15462 [  7189] By: jhi                                   on 2000/10/10  19:23:03
15463         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
15464              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
15465              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
15466              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
15467      Branch: perl
15468            ! lib/ExtUtils/MM_Unix.pm
15469 ____________________________________________________________________________
15470 [  7188] By: jhi                                   on 2000/10/10  15:31:24
15471         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
15472              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
15473              Date: Fri, 14 Jul 2000 10:47:36 +0100
15474              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
15475      Branch: perl
15476            ! README.win32
15477 ____________________________________________________________________________
15478 [  7187] By: jhi                                   on 2000/10/10  13:30:10
15479         Log: Quote the temp file name, needed in Win32 because the
15480              default name unfortunately contains spaces, shouldn't
15481              hurt elsewhere.
15482              
15483              Subject: FW: perldoc fails if $TEMP contains spaces
15484              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
15485              Date: Thu, 14 Sep 2000 08:58:45 +0100
15486              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
15487      Branch: perl
15488            ! utils/perldoc.PL
15489 ____________________________________________________________________________
15490 [  7186] By: jhi                                   on 2000/10/10  13:16:27
15491         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
15492              From: hv@hugo.hybyte.com
15493              Date: Tue, 10 Oct 2000 14:10:20 +0100
15494              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
15495      Branch: perl
15496            ! t/lib/thr5005.t util.c
15497 ____________________________________________________________________________
15498 [  7185] By: jhi                                   on 2000/10/10  12:06:22
15499         Log: Upgrade to podlators 1.04, from Russ Allbery.
15500      Branch: perl
15501            ! lib/Pod/Man.pm lib/Pod/Text.pm
15502 ____________________________________________________________________________
15503 [  7184] By: jhi                                   on 2000/10/10  12:01:32
15504         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
15505      Branch: perl
15506            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
15507 ____________________________________________________________________________
15508 [  7183] By: jhi                                   on 2000/10/09  23:47:15
15509         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
15510              From: Peter Prymmer <pvhp@forte.com>
15511              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
15512              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
15513      Branch: perl
15514            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
15515 ____________________________________________________________________________
15516 [  7182] By: jhi                                   on 2000/10/09  23:43:16
15517         Log: Make eq work again with utf8 (disabling the upgrading
15518              should no more be necessary since the copies of the
15519              scalars are upgraded, not the scalars themselves).
15520              Takes care of ID 20001009.001.  (The claimed length()
15521              bug in 20001009.001 seems bogus to me.)
15522      Branch: perl
15523            ! sv.c t/pragma/utf8.t
15524 ____________________________________________________________________________
15525 [  7181] By: gsar                                  on 2000/10/09  19:41:54
15526         Log: tweak for change#7173
15527      Branch: perl
15528            ! win32/win32sck.c
15529 ____________________________________________________________________________
15530 [  7180] By: gsar                                  on 2000/10/09  19:26:56
15531         Log: on Windows, clean targets might not work under some flavors of the shell
15532      Branch: perl
15533            ! win32/Makefile win32/makefile.mk
15534 ____________________________________________________________________________
15535 [  7179] By: jhi                                   on 2000/10/09  19:21:02
15536         Log: Update Changes.
15537      Branch: perl
15538            ! Changes patchlevel.h
15539 ____________________________________________________________________________
15540 [  7178] By: jhi                                   on 2000/10/09  19:18:23
15541         Log: Warn about unknown scripts.
15542              
15543              Subject: Re: ideas? patches? [PATCH bleadperl]
15544              From: Dominic Dunlop <domo@computer.org>
15545              Date: Mon, 9 Oct 2000 14:57:17 +0200
15546              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
15547      Branch: perl
15548            ! lib/charnames.pm
15549 ____________________________________________________________________________
15550 [  7177] By: jhi                                   on 2000/10/09  19:13:27
15551         Log: Change #7160 had a nasty typo.
15552      Branch: metaconfig
15553            ! U/compline/Compile.U
15554      Branch: perl
15555            ! Configure config_h.SH
15556 ____________________________________________________________________________
15557 [  7176] By: gsar                                  on 2000/10/09  18:59:33
15558         Log: pod nit
15559      Branch: perl
15560            ! pod/perlport.pod
15561 ____________________________________________________________________________
15562 [  7175] By: gsar                                  on 2000/10/09  18:54:28
15563         Log: Windows9x doesn't support link(), despite what Config.pm
15564              might think
15565      Branch: perl
15566            ! lib/ExtUtils/Manifest.pm
15567 ____________________________________________________________________________
15568 [  7174] By: gsar                                  on 2000/10/09  18:50:03
15569         Log: avoid nonportable example code
15570      Branch: perl
15571            ! lib/File/Copy.pm
15572 ____________________________________________________________________________
15573 [  7173] By: gsar                                  on 2000/10/09  18:46:54
15574         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
15575              being used) when closing a socket handle
15576      Branch: perl
15577            ! win32/win32.c win32/win32.h win32/win32sck.c
15578 ____________________________________________________________________________
15579 [  7172] By: gsar                                  on 2000/10/09  18:41:40
15580         Log: on Windows, cwd strings in the environment should be of the
15581              form =X:=X:\foo instead of =X=X:\foo\
15582      Branch: perl
15583            ! win32/vdir.h
15584 ____________________________________________________________________________
15585 [  7171] By: gsar                                  on 2000/10/09  18:30:09
15586         Log: on Windows, LoadLibrary() could load an extension DLL multiple
15587              times if forward slashes are used in the path
15588      Branch: perl
15589            ! win32/win32.c
15590 ____________________________________________________________________________
15591 [  7170] By: jhi                                   on 2000/10/09  17:53:59
15592         Log: Add a todo note about overloadable assertions.
15593      Branch: perl
15594            ! Todo-5.6
15595 ____________________________________________________________________________
15596 [  7169] By: jhi                                   on 2000/10/09  13:43:45
15597         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
15598              From: mjd@plover.com
15599              Date: 9 Oct 2000 00:24:44 -0000
15600              Message-ID: <20001009002444.10616.qmail@plover.com>
15601      Branch: perl
15602            ! pod/perldebguts.pod
15603 ____________________________________________________________________________
15604 [  7168] By: nick                                  on 2000/10/08  13:16:33
15605         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
15606              is not right thing to do on (e.g. x86). Network order is also "right" for
15607              X fonts.
15608      Branch: perl
15609            ! ext/Encode/Encode.pm
15610 ____________________________________________________________________________
15611 [  7167] By: nick                                  on 2000/10/08  12:54:42
15612         Log: Make "encodings" work post-install when Encode/*.enc files may not
15613              be in same directory as Encode.pm
15614      Branch: perl
15615            ! ext/Encode/Encode.pm
15616 ____________________________________________________________________________
15617 [  7166] By: nick                                  on 2000/10/08  11:51:26
15618         Log: Work round the fact that $hash->{$key} does not take into account
15619              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
15620              so that key is always in the "expected" encoding - i.e. same way we put
15621              it in the hash.
15622      Branch: perl
15623            ! ext/Encode/Encode.pm
15624 ____________________________________________________________________________
15625 [  7165] By: gsar                                  on 2000/10/08  04:15:29
15626         Log: save_re_context() could reset PL_curcop to freed memory, causing core
15627              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
15628      Branch: perl
15629            ! pp_ctl.c
15630 ____________________________________________________________________________
15631 [  7164] By: jhi                                   on 2000/10/06  20:51:48
15632         Log: UTF8ize split() so that the cloned substrings get the UTF8
15633              flag of the original scalar.  Problem reported by Simon Cozens.
15634      Branch: perl
15635            ! pp.c t/pragma/utf8.t
15636 ____________________________________________________________________________
15637 [  7163] By: nick                                  on 2000/10/06  20:48:34
15638         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
15639              got a false +ve and so did not reach code which would have un-FAKEd the SV.
15640      Branch: perl
15641            ! sv.c
15642 ____________________________________________________________________________
15643 [  7162] By: nick                                  on 2000/10/06  20:25:37
15644         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
15645              To fix  (sort {$a <=> $b} keys %hash) in particular but
15646              should cover a number of other as-yet-unknown cases as well.
15647      Branch: perl
15648            ! sv.c
15649 ____________________________________________________________________________
15650 [  7161] By: jhi                                   on 2000/10/06  19:56:18
15651         Log: Change the version number of Tie::Handle in the core to 4.0,
15652              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
15653              
15654              Subject: Note on Tie::Handle
15655              From: andreas.koenig@anima.de (Andreas J. Koenig)
15656              Date:      06 Oct 2000 21:48:58 +0200
15657              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
15658      Branch: perl
15659            ! lib/Tie/Handle.pm
15660 ____________________________________________________________________________
15661 [  7160] By: jhi                                   on 2000/10/06  18:20:35
15662         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
15663              as the first option of cc/ld because of ultrapicky compilers
15664              (e.g. OS/390 R2.5)
15665      Branch: metaconfig
15666            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
15667            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
15668            ! U/compline/orderlib.U U/modified/Cppsym.U
15669            ! U/modified/d_access.U
15670      Branch: metaconfig/U/perl
15671            ! Checkcc.U d_dlsymun.U gccvers.U
15672      Branch: perl
15673            ! Configure config_h.SH
15674 ____________________________________________________________________________
15675 [  7159] By: jhi                                   on 2000/10/06  13:56:39
15676         Log: Update Changes.
15677      Branch: perl
15678            ! Changes patchlevel.h
15679 ____________________________________________________________________________
15680 [  7158] By: jhi                                   on 2000/10/06  12:48:40
15681         Log: Eliminate $Is_VMS code from the test.
15682              
15683              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
15684              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15685              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
15686              Date:     Thu, 5 Oct 2000 07:46:33 EDT
15687      Branch: perl
15688            ! t/lib/b.t
15689 ____________________________________________________________________________
15690 [  7157] By: jhi                                   on 2000/10/06  12:47:13
15691         Log: Also the $ccflags is needed for the C compiler check.
15692              
15693              Subject: Configure (check for C-compiler)
15694              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15695              Date: Fri, 06 Oct 2000 08:47:15 +0200
15696              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
15697      Branch: metaconfig/U/perl
15698            ! Checkcc.U
15699      Branch: perl
15700            ! Configure config_h.SH
15701 ____________________________________________________________________________
15702 [  7156] By: jhi                                   on 2000/10/06  11:45:15
15703         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
15704      Branch: perl
15705            ! perl.c pp_ctl.c sv.h utf8.c
15706 ____________________________________________________________________________
15707 [  7155] By: jhi                                   on 2000/10/06  11:40:41
15708         Log: IO::Handle->syswrite() did not handle length omission
15709              like CORE::syswrite() does.
15710              
15711              Subject: [Fwd] IO::Handle, syswrite and arguments
15712              From: Graham Barr <gbarr@pobox.com>
15713              Date: Fri, 6 Oct 2000 10:22:05 +0100
15714              Message-ID: <20001006102205.U6312@pobox.com>
15715              
15716              The original patch from andrew@ugh.net.au.
15717      Branch: perl
15718            ! ext/IO/lib/IO/Handle.pm
15719 ____________________________________________________________________________
15720 [  7154] By: jhi                                   on 2000/10/06  01:42:15
15721         Log: Tweak #7153.
15722      Branch: perl
15723            ! utf8.h
15724 ____________________________________________________________________________
15725 [  7153] By: jhi                                   on 2000/10/06  00:39:55
15726         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
15727      Branch: perl
15728            ! utf8.h
15729 ____________________________________________________________________________
15730 [  7152] By: jhi                                   on 2000/10/06  00:38:11
15731         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
15732      Branch: perl
15733            ! perl.c pp_ctl.c sv.h utf8.c
15734 ____________________________________________________________________________
15735 [  7151] By: jhi                                   on 2000/10/06  00:36:38
15736         Log: Subject: Re: Questions about Tie::Array and perl modules
15737              From: Nick Ing-Simmons <nik@tiuk.ti.com>
15738              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
15739              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
15740              
15741              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
15742      Branch: perl
15743            ! lib/Tie/Array.pm t/op/array.t
15744 ____________________________________________________________________________
15745 [  7150] By: jhi                                   on 2000/10/05  00:20:45
15746         Log: Regen Changes.
15747      Branch: perl
15748            ! Changes patchlevel.h
15749 ____________________________________________________________________________
15750 [  7149] By: jhi                                   on 2000/10/05  00:20:01
15751         Log: Regen toc.
15752      Branch: perl
15753            ! pod/perltoc.pod
15754 ____________________________________________________________________________
15755 [  7148] By: jhi                                   on 2000/10/04  23:35:08
15756         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
15757              reported several times by Dominic Dunlop, for example in
15758              ID 20000315.008.  Patch from Dominic.  Patch affects at
15759              least MachTen, and possibly other oldish BSDs. Should not
15760              break non-broken platforms (tested on LinuxPPC). 
15761      Branch: perl
15762            ! doio.c
15763 ____________________________________________________________________________
15764 [  7147] By: jhi                                   on 2000/10/04  23:26:34
15765         Log: The one that got away from 7146.
15766      Branch: metaconfig
15767            + U/installdirs/installscripts.U
15768 ____________________________________________________________________________
15769 [  7146] By: jhi                                   on 2000/10/04  23:25:04
15770         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
15771              suggested by H. Merijn Brand.
15772      Branch: perl
15773            ! Configure INSTALL Makefile.SH Porting/Glossary
15774            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
15775            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
15776            ! win32/config.vc
15777 ____________________________________________________________________________
15778 [  7145] By: jhi                                   on 2000/10/04  22:08:21
15779         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
15780              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15781              Date: Wed, 4 Oct 2000 17:37:46 -0400
15782              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
15783      Branch: perl
15784            ! utils/h2xs.PL
15785 ____________________________________________________________________________
15786 [  7144] By: jhi                                   on 2000/10/04  18:11:41
15787         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
15788              From: Jeff Pinyan <jeffp@crusoe.net>
15789              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
15790              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
15791      Branch: perl
15792            ! pod/perlrun.pod
15793 ____________________________________________________________________________
15794 [  7143] By: jhi                                   on 2000/10/04  18:09:58
15795         Log: Subject: perlhack.pod Patch for Externals Tools
15796              From: Fisher Mark <fisherm@tce.com>
15797              Date: Tue, 3 Oct 2000 15:43:27 -0500 
15798              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
15799      Branch: perl
15800            ! pod/perlhack.pod
15801 ____________________________________________________________________________
15802 [  7142] By: jhi                                   on 2000/10/04  18:08:41
15803         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
15804              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15805              Date:     Wed, 4 Oct 2000 12:11:11 EDT
15806              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
15807      Branch: perl
15808            ! vms/vms.c
15809 ____________________________________________________________________________
15810 [  7141] By: jhi                                   on 2000/10/04  12:20:16
15811         Log: Subject: [PATCH 5.7.0] h2xs not working
15812              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15813              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
15814              Date: Tue, 3 Oct 2000 21:43:01 -0400
15815              
15816              Subject: [PATCH 5.7.0] h2xs not documenting the created module
15817              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15818              Date: Tue, 3 Oct 2000 22:55:19 -0400
15819              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
15820      Branch: perl
15821            ! utils/h2xs.PL
15822 ____________________________________________________________________________
15823 [  7140] By: jhi                                   on 2000/10/04  11:53:44
15824         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
15825              From: nick@babyhippo.com
15826              Date: Wed, 4 Oct 2000 12:06:45 +0100
15827              Message-Id: <20001004120645.A7356@babyhippo.com>
15828              
15829              Retract 7118 and 7135.
15830      Branch: perl
15831            ! installman installperl op.c t/pragma/subs.t
15832 ____________________________________________________________________________
15833 [  7139] By: jhi                                   on 2000/10/03  22:09:41
15834         Log: It is possible to have no hosts database at all.  Pointed out in
15835              
15836              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
15837              From: Peter Prymmer <pvhp@forte.com>
15838              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
15839              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
15840      Branch: metaconfig
15841            ! U/modified/myhostname.U
15842      Branch: perl
15843            ! Configure config_h.SH
15844 ____________________________________________________________________________
15845 [  7138] By: jhi                                   on 2000/10/03  21:49:49
15846         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
15847              From: Peter Prymmer <pvhp@forte.com>
15848              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
15849              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
15850      Branch: perl
15851            ! pp_sys.c
15852 ____________________________________________________________________________
15853 [  7137] By: jhi                                   on 2000/10/03  20:10:05
15854         Log: One remaining nit less at the VMS mailbox sizing.
15855      Branch: perl
15856            ! vms/vms.c
15857 ____________________________________________________________________________
15858 [  7136] By: jhi                                   on 2000/10/03  20:08:47
15859         Log: Test harness update to sync with the new perlcc,
15860              from Simon Cozens.
15861      Branch: perl
15862            ! t/TEST t/UTEST
15863 ____________________________________________________________________________
15864 [  7135] By: jhi                                   on 2000/10/03  15:15:42
15865         Log: Subject: Re: PATCH for 20001003.004
15866              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
15867              From: "AARON B. DOSSETT" <aaron@iglou.com>
15868              Message-Id: <E13gTay-0006od-00@iglou.com>
15869      Branch: perl
15870            ! installman installperl
15871 ____________________________________________________________________________
15872 [  7134] By: jhi                                   on 2000/10/03  15:00:34
15873         Log: Subject: [ID 20001003.006] B::Debug not -w clean
15874              From: Nicholas Clark <nick@babyhippo.co.uk>
15875              Date: Tue, 03 Oct 2000 15:46:32 +0100
15876              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
15877      Branch: perl
15878            ! ext/B/B/Debug.pm
15879 ____________________________________________________________________________
15880 [  7133] By: jhi                                   on 2000/10/03  14:58:39
15881         Log: Scale down the VMS message boxes, by Charles Lane.
15882              Fix for ID 20000903.009, workaround at
15883              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
15884      Branch: perl
15885            ! vms/vms.c
15886 ____________________________________________________________________________
15887 [  7132] By: jhi                                   on 2000/10/03  11:20:37
15888         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
15889      Branch: perl
15890            + t/lib/st-lock.t t/lib/st-utf8.t
15891            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
15892            ! ext/Storable/Storable.xs t/lib/st-recurse.t
15893 ____________________________________________________________________________
15894 [  7131] By: jhi                                   on 2000/10/03  03:38:23
15895         Log: Encode nits.
15896      Branch: perl
15897            ! MANIFEST Makefile.SH
15898 ____________________________________________________________________________
15899 [  7130] By: jhi                                   on 2000/10/03  03:31:05
15900         Log: Update Changes.
15901      Branch: perl
15902            ! Changes patchlevel.h
15903 ____________________________________________________________________________
15904 [  7129] By: jhi                                   on 2000/10/03  02:24:02
15905         Log: Misplaced else.
15906      Branch: metaconfig/U/perl
15907            ! d_strtoll.U
15908      Branch: perl
15909            ! Configure config_h.SH
15910 ____________________________________________________________________________
15911 [  7128] By: jhi                                   on 2000/10/03  02:08:29
15912         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
15913              From: sthoenna@efn.org
15914              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
15915              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
15916      Branch: metaconfig/U/perl
15917            ! d_strtoll.U
15918      Branch: perl
15919            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
15920 ____________________________________________________________________________
15921 [  7127] By: jhi                                   on 2000/10/03  01:13:14
15922         Log: Update Changes.
15923      Branch: perl
15924            ! Changes patchlevel.h
15925 ____________________________________________________________________________
15926 [  7126] By: jhi                                   on 2000/10/03  00:57:08
15927         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
15928              as suggested by Olaf Flebbe and Nick Clark.
15929      Branch: perl
15930            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
15931 ____________________________________________________________________________
15932 [  7125] By: jhi                                   on 2000/10/03  00:50:56
15933         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
15934              From: Nick Clark <nick@plum.flirble.org>
15935              Date: Mon, 2 Oct 2000 11:03:24 +0100
15936              Message-Id: <20001002110324.D20073@plum.flirble.org>
15937              
15938              Also fixes bug ID 20001002.005.
15939      Branch: perl
15940            ! t/lib/encode.t
15941 ____________________________________________________________________________
15942 [  7124] By: jhi                                   on 2000/10/03  00:34:59
15943         Log: Subject: [PATCH 5.7.0] Epoc update
15944              From: Olaf Flebbe <o.flebbe@gmx.de>
15945              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
15946              Message-ID: <26423.969484586@www10.gmx.net>
15947      Branch: perl
15948            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
15949            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
15950            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
15951            ! util.c util.h
15952 ____________________________________________________________________________
15953 [  7123] By: jhi                                   on 2000/10/03  00:30:07
15954         Log: Regen headers.
15955      Branch: perl
15956            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
15957 ____________________________________________________________________________
15958 [  7122] By: jhi                                   on 2000/10/03  00:10:48
15959         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
15960      Branch: perl
15961            ! hints/openbsd.sh
15962 ____________________________________________________________________________
15963 [  7121] By: jhi                                   on 2000/10/03  00:05:06
15964         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
15965              From: <abigail@foad.org>
15966              Date: Tue, 26 Sep 2000 13:36:14 -0400
15967              Message-ID: <20000926173614.4356.qmail@foad.org>
15968      Branch: perl
15969            ! pod/perlop.pod
15970 ____________________________________________________________________________
15971 [  7120] By: jhi                                   on 2000/10/03  00:04:00
15972         Log: Inside require() $^S was always left undefined.
15973              
15974              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
15975              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15976              Date: Wed, 27 Sep 2000 18:54:49 -0400
15977              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
15978      Branch: perl
15979            ! cop.h mg.c pp_ctl.c util.c
15980 ____________________________________________________________________________
15981 [  7119] By: jhi                                   on 2000/10/03  00:00:16
15982         Log: Subject: [PATCH] DLL not restartabke with threaded perl
15983              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
15984              Date: Thu, 28 Sep 2000 09:20:46 +0100
15985              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
15986      Branch: perl
15987            ! perl.c
15988 ____________________________________________________________________________
15989 [  7118] By: jhi                                   on 2000/10/02  23:59:20
15990         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
15991              From: Nicholas Clark <nick@ccl4.org>
15992              Date: Thu, 28 Sep 2000 11:52:24 +0100
15993              Message-ID: <20000928115224.D7924@plum.flirble.org>
15994      Branch: perl
15995            ! op.c
15996 ____________________________________________________________________________
15997 [  7117] By: jhi                                   on 2000/10/02  23:57:51
15998         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
15999              From: Nicholas Clark <nick@babyhippo.co.uk>
16000              Date: Thu, 28 Sep 2000 12:18:10 +0100
16001              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
16002              
16003              Did not apply cleanly, manual intervention was needed.
16004      Branch: perl
16005            ! ext/B/B/Bytecode.pm utils/perlcc.PL
16006 ____________________________________________________________________________
16007 [  7116] By: jhi                                   on 2000/10/02  23:50:40
16008         Log: Document the issue (is not a syntax error, kind of)
16009              
16010              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
16011              From: Nicholas Clark <nick@ccl4.org>
16012              Date: Thu, 28 Sep 2000 17:12:42 +0100
16013              Message-ID: <20000928171242.K7924@plum.flirble.org>
16014      Branch: perl
16015            ! pod/perldata.pod
16016 ____________________________________________________________________________
16017 [  7115] By: jhi                                   on 2000/10/02  23:48:58
16018         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
16019              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16020              Date: Thu, 28 Sep 2000 21:55:31 -0400
16021              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
16022      Branch: perl
16023            ! regexec.c
16024 ____________________________________________________________________________
16025 [  7114] By: jhi                                   on 2000/10/02  23:47:57
16026         Log: Subject: DOC PATCH 5.6.0
16027              From: mjd@plover.com
16028              Date: 30 Sep 2000 06:02:34 -0000
16029              Message-ID: <20000930060234.4559.qmail@plover.com>
16030      Branch: perl
16031            ! pod/perldebguts.pod
16032 ____________________________________________________________________________
16033 [  7113] By: jhi                                   on 2000/10/02  23:46:43
16034         Log: SOCK_DGRAM and listen() do not mix as reported in
16035              
16036              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
16037              From: Petter Reinholdtsen <pere@hungry.com>
16038              Date: Sun, 1 Oct 2000 10:57:20 +0800
16039              Message-Id: <200010010257.KAA05735@localhost.localdomain>
16040              
16041              The patch for 5.7.0+ had to be reengineered, though.
16042      Branch: perl
16043            ! ext/IO/lib/IO/Socket/UNIX.pm
16044 ____________________________________________________________________________
16045 [  7112] By: jhi                                   on 2000/10/02  23:36:57
16046         Log: Subject: Re: [PATCH 5.005_64 missed]
16047              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16048              Date: Sun, 1 Oct 2000 18:50:10 -0400
16049              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
16050      Branch: perl
16051            ! pod/perlxs.pod
16052 ____________________________________________________________________________
16053 [  7111] By: jhi                                   on 2000/10/02  23:35:40
16054         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
16055              From: Radu Greab <radu@netsoft.ro>
16056              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
16057              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
16058      Branch: perl
16059            ! op.c opcode.pl t/op/substr.t
16060 ____________________________________________________________________________
16061 [  7110] By: jhi                                   on 2000/10/02  23:32:38
16062         Log: Subject: [PATCH] Fix aliasing of tied filehandles
16063              From: Daniel Chetlin <daniel@chetlin.com>
16064              Date: Mon, 2 Oct 2000 14:53:27 -0700
16065              Message-ID: <20001002145327.C1617@ilmd>
16066      Branch: perl
16067            ! perl.h pp_hot.c t/op/tiehandle.t
16068 ____________________________________________________________________________
16069 [  7109] By: jhi                                   on 2000/10/02  23:31:30
16070         Log: s/Robin Parker/Robin Barker/
16071      Branch: perl
16072            ! Changes5.6
16073 ____________________________________________________________________________
16074 [  7108] By: jhi                                   on 2000/10/02  23:15:46
16075         Log: Retract #7091 as suggested in
16076              
16077              From: Robin Barker <rmb1@cise.npl.co.uk> 
16078              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
16079              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
16080              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
16081      Branch: perl
16082            ! embed.pl proto.h
16083 ____________________________________________________________________________
16084 [  7107] By: nick                                  on 2000/10/02  18:23:14
16085         Log: A few tweaks to get Tk803 to work with Encode scheme.
16086      Branch: perl
16087            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
16088 ____________________________________________________________________________
16089 [  7106] By: nick                                  on 2000/10/01  21:34:14
16090         Log: Add checking cases to Encode's toUnicode and fromUnicode.
16091      Branch: perl
16092            ! ext/Encode/Encode.pm
16093 ____________________________________________________________________________
16094 [  7105] By: nick                                  on 2000/10/01  17:18:01
16095         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
16096              To read and use them.
16097              Add a lib/encode.t which checks a few things.
16098      Branch: perl
16099            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
16100            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
16101            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
16102            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
16103            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
16104            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
16105            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
16106            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
16107            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
16108            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
16109            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
16110            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
16111            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
16112            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
16113            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
16114            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
16115            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
16116            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
16117            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
16118            + ext/Encode/Encode/iso2022-jp.enc
16119            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
16120            + ext/Encode/Encode/iso8859-1.enc
16121            + ext/Encode/Encode/iso8859-2.enc
16122            + ext/Encode/Encode/iso8859-3.enc
16123            + ext/Encode/Encode/iso8859-4.enc
16124            + ext/Encode/Encode/iso8859-5.enc
16125            + ext/Encode/Encode/iso8859-6.enc
16126            + ext/Encode/Encode/iso8859-7.enc
16127            + ext/Encode/Encode/iso8859-8.enc
16128            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
16129            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
16130            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
16131            + ext/Encode/Encode/macCentEuro.enc
16132            + ext/Encode/Encode/macCroatian.enc
16133            + ext/Encode/Encode/macCyrillic.enc
16134            + ext/Encode/Encode/macDingbats.enc
16135            + ext/Encode/Encode/macGreek.enc
16136            + ext/Encode/Encode/macIceland.enc
16137            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
16138            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
16139            + ext/Encode/Encode/macTurkish.enc
16140            + ext/Encode/Encode/macUkraine.enc
16141            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
16142            + t/lib/encode.t
16143            ! MANIFEST ext/Encode/Encode.pm
16144 ____________________________________________________________________________
16145 [  7104] By: nick                                  on 2000/09/30  13:04:30
16146         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
16147              From: Daniel Chetlin <daniel@chetlin.com>
16148              Date: Mon, 18 Sep 2000 05:05:40 -0700
16149              Message-Id: <20000918050540.C652@ilmd>
16150      Branch: perl
16151            ! lib/overload.pm sv.c t/pragma/overload.t
16152 ____________________________________________________________________________
16153 [  7103] By: nick                                  on 2000/09/30  12:53:36
16154         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
16155              From: Johan Vromans <jvromans@squirrel.nl>
16156              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
16157              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
16158      Branch: perl
16159            ! pod/Makefile.SH
16160 ____________________________________________________________________________
16161 [  7102] By: nick                                  on 2000/09/30  12:52:31
16162         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
16163              From: Spider Boardman <spider@Orb.Nashua.NH.US>
16164              Date: Sat, 16 Sep 2000 16:36:45 -0400
16165              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
16166      Branch: perl
16167            ! ext/B/B/Deparse.pm
16168 ____________________________________________________________________________
16169 [  7101] By: nick                                  on 2000/09/30  12:51:41
16170         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
16171              From: Craig A. Berry <craig.berry@psinetcs.com>
16172              Date: Sat, 16 Sep 2000 10:11:10 -0500
16173              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
16174      Branch: perl
16175            ! vms/vms.c
16176 ____________________________________________________________________________
16177 [  7100] By: nick                                  on 2000/09/30  12:50:33
16178         Log: Subject: Re: unicode support and perl [ID 20000901.097]
16179              From: Spider Boardman <spider@Orb.Nashua.NH.US>
16180              Date: Fri, 15 Sep 2000 16:37:58 -0400
16181              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
16182      Branch: perl
16183            ! t/op/append.t
16184 ____________________________________________________________________________
16185 [  7099] By: nick                                  on 2000/09/30  12:49:35
16186         Log: Subject: Re: unicode support and perl [ID 20000901.097]
16187              From: Spider Boardman <spider@Orb.Nashua.NH.US>
16188              Date: Fri, 15 Sep 2000 16:25:30 -0400
16189              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
16190      Branch: perl
16191            ! pp_hot.c
16192 ____________________________________________________________________________
16193 [  7098] By: nick                                  on 2000/09/30  12:48:00
16194         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
16195              From: Gisle Aas <gisle@ActiveState.com>
16196              Date: 15 Sep 2000 16:23:41 +0200
16197              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
16198      Branch: perl
16199            ! toke.c
16200 ____________________________________________________________________________
16201 [  7097] By: nick                                  on 2000/09/30  12:45:16
16202         Log: Subject: [PATCH] Nits in perlmod.pod
16203              From: Daniel Chetlin <daniel@chetlin.com>
16204              Date: Fri, 15 Sep 2000 02:04:09 -0700
16205              Message-Id: <20000915020409.A2104@ilmd>
16206      Branch: perl
16207            ! pod/perlmod.pod
16208 ____________________________________________________________________________
16209 [  7096] By: nick                                  on 2000/09/30  12:18:00
16210         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
16211              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
16212              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
16213              0 to checking to get the warning.
16214      Branch: perl
16215            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
16216            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
16217            ! regexec.c sv.c toke.c utf8.c
16218 ____________________________________________________________________________
16219 [  7095] By: nick                                  on 2000/09/15  16:55:59
16220         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
16221              
16222              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
16223              From: Spider Boardman <spider@Orb.Nashua.NH.US>
16224              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
16225              Date: Fri, 15 Sep 2000 06:37:30 -0400
16226      Branch: perl
16227            ! ext/Encode/Encode.xs sv.c
16228 ____________________________________________________________________________
16229 [  7094] By: jhi                                   on 2000/09/15  03:23:32
16230         Log: Update Changes.
16231      Branch: perl
16232            ! Changes patchlevel.h
16233 ____________________________________________________________________________
16234 [  7093] By: jhi                                   on 2000/09/15  03:11:44
16235         Log: Fix for the charnames.t failures from Spider Boardman.
16236      Branch: perl
16237            ! toke.c
16238 ____________________________________________________________________________
16239 [  7092] By: jhi                                   on 2000/09/15  00:15:48
16240         Log: Botched the #7090 check-in.
16241      Branch: perl
16242            ! sv.c
16243 ____________________________________________________________________________
16244 [  7091] By: jhi                                   on 2000/09/14  23:33:24
16245         Log: Part of #7081 didn't come through.
16246      Branch: perl
16247            ! embed.pl proto.h
16248 ____________________________________________________________________________
16249 [  7090] By: jhi                                   on 2000/09/14  23:17:39
16250         Log: Subject: Re: perl@7078 
16251              From: Spider Boardman <spider@web.zk3.dec.com>
16252              Date: Thu, 14 Sep 2000 19:06:36 -0400
16253              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
16254      Branch: perl
16255            ! sv.c toke.c
16256 ____________________________________________________________________________
16257 [  7089] By: jhi                                   on 2000/09/14  23:11:21
16258         Log: Small portability tweaks.
16259      Branch: perl
16260            ! ext/Encode/Encode.xs
16261 ____________________________________________________________________________
16262 [  7088] By: jhi                                   on 2000/09/14  22:57:23
16263         Log: Fake return to pacify picky compilers.
16264      Branch: perl
16265            ! ext/Encode/Encode.xs
16266 ____________________________________________________________________________
16267 [  7087] By: jhi                                   on 2000/09/14  22:53:37
16268         Log: Subject: [PATCH] utf8.c apidoc
16269              From: Simon Cozens <simon@cozens.net>
16270              Date: Thu, 14 Sep 2000 23:46:57 +0100
16271              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
16272      Branch: perl
16273            ! perlapi.c pod/perlapi.pod utf8.c
16274 ____________________________________________________________________________
16275 [  7086] By: jhi                                   on 2000/09/14  22:40:38
16276         Log: We don't need to count the high bit bytes, a boolean is enough. 
16277      Branch: perl
16278            ! sv.c
16279 ____________________________________________________________________________
16280 [  7085] By: jhi                                   on 2000/09/14  21:20:09
16281         Log: Replace #7084 with
16282              
16283              Subject: Re: perl@7078 
16284              From: Spider Boardman <spider@web.zk3.dec.com>
16285              Date: Thu, 14 Sep 2000 17:09:36 -0400
16286              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
16287      Branch: perl
16288            ! sv.c utf8.c
16289 ____________________________________________________________________________
16290 [  7084] By: jhi                                   on 2000/09/14  20:03:34
16291         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
16292              convertable to bytes by checking it doesn't go above 0xc3
16293              
16294              Subject: Re: perl@7078
16295              From: Simon Cozens <simon@cozens.net>
16296              Date: Thu, 14 Sep 2000 20:59:19 +0100
16297              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
16298      Branch: perl
16299            ! utf8.c
16300 ____________________________________________________________________________
16301 [  7083] By: jhi                                   on 2000/09/14  19:38:47
16302         Log: Subject: Re: perl@7078
16303              From: Simon Cozens <simon@cozens.net>
16304              Date: Thu, 14 Sep 2000 20:13:09 +0100
16305              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
16306      Branch: perl
16307            ! t/op/bop.t
16308 ____________________________________________________________________________
16309 [  7082] By: jhi                                   on 2000/09/14  17:50:44
16310         Log: The one that got away.
16311      Branch: perl
16312            ! lib/File/Find.pm
16313 ____________________________________________________________________________
16314 [  7081] By: jhi                                   on 2000/09/14  17:45:35
16315         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
16316              From: Robin Barker <rmb1@cise.npl.co.uk>
16317              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
16318              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
16319      Branch: perl
16320            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
16321            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
16322            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
16323            ! regcomp.c toke.c universal.c
16324 ____________________________________________________________________________
16325 [  7080] By: jhi                                   on 2000/09/14  17:40:35
16326         Log: Problems picked up by AIX cc.
16327              
16328              Subject: Re: perl@7078 (patch included)
16329              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16330              Date: Thu, 14 Sep 2000 18:53:30 +0200
16331              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
16332      Branch: perl
16333            ! ext/Encode/Encode.xs
16334 ____________________________________________________________________________
16335 [  7079] By: jhi                                   on 2000/09/14  17:38:27
16336         Log: Subject: File::Find 5.7.0 POD nits
16337              From: Rich Morin <rdm@cfcl.com>
16338              Date: Wed, 13 Sep 2000 22:03:58 -0700
16339              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
16340      Branch: perl
16341            ! lib/File/Find.pm
16342 ____________________________________________________________________________
16343 [  7078] By: jhi                                   on 2000/09/14  14:58:20
16344         Log: Update Changes.
16345      Branch: perl
16346            ! Changes patchlevel.h
16347 ____________________________________________________________________________
16348 [  7077] By: jhi                                   on 2000/09/14  14:55:54
16349         Log: Compilation warnings and an error.
16350      Branch: perl
16351            ! sv.c
16352 ____________________________________________________________________________
16353 [  7076] By: jhi                                   on 2000/09/14  14:42:56
16354         Log: Fix for a parsing bug, not for the original bug.
16355              
16356              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
16357              From: Spider Boardman <spider@web.zk3.dec.com>
16358              Date: Wed, 13 Sep 2000 17:52:20 -0400
16359              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
16360      Branch: perl
16361            ! regcomp.c
16362 ____________________________________________________________________________
16363 [  7075] By: jhi                                   on 2000/09/14  14:40:40
16364         Log: Batch of UTF-8 patches from Simon Cozens.
16365      Branch: perl
16366            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
16367            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
16368            ! toke.c utf8.c
16369 ____________________________________________________________________________
16370 [  7074] By: jhi                                   on 2000/09/14  14:29:58
16371         Log: Subject: Re: Two advertising clauses need to be removed
16372              From: Russ Allbery <rra@stanford.edu>
16373              Date: 13 Sep 2000 18:50:26 -0700
16374              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
16375      Branch: perl
16376            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
16377 ____________________________________________________________________________
16378 [  7073] By: jhi                                   on 2000/09/14  14:28:20
16379         Log: Subject: [PATCH] de-wall t/README
16380              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16381              Date: Wed, 13 Sep 2000 17:46:55 -0700
16382              Message-ID: <//Bw5gzkge/e092yn@efn.org>
16383      Branch: perl
16384            ! t/README
16385 ____________________________________________________________________________
16386 [  7072] By: jhi                                   on 2000/09/14  14:25:10
16387         Log: Hints optimization.
16388              
16389              Subject: Minor nit
16390              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16391              Date: Wed, 13 Sep 2000 21:42:07 +0200
16392              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
16393      Branch: perl
16394            ! hints/hpux.sh
16395 ____________________________________________________________________________
16396 [  7071] By: jhi                                   on 2000/09/14  14:23:30
16397         Log: Allow chop() and chomp() to be overridden.
16398              
16399              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
16400              From: "Casey R. Tweten" <crt@kiski.net>
16401              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
16402              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
16403      Branch: perl
16404            ! toke.c
16405 ____________________________________________________________________________
16406 [  7070] By: jhi                                   on 2000/09/14  14:20:36
16407         Log: The return value of setlocale must be copied away.
16408              
16409              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
16410              From: Alan Burlison <Alan.Burlison@uk.sun.com>
16411              Date: Wed, 13 Sep 2000 16:27:37 +0100 
16412              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
16413      Branch: perl
16414            ! util.c
16415 ____________________________________________________________________________
16416 [  7069] By: jhi                                   on 2000/09/14  14:16:27
16417         Log: Remove vestiges of tr//CU.
16418              
16419              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
16420              From: Nick Clark <nick@plum.flirble.org>
16421              Date: Tue, 12 Sep 2000 22:50:14 +0100
16422              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
16423              
16424              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
16425              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16426              Date: Tue, 12 Sep 2000 21:38:48 -0700
16427              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
16428      Branch: perl
16429            ! op.h pod/perlunicode.pod
16430 ____________________________________________________________________________
16431 [  7068] By: jhi                                   on 2000/09/13  14:18:39
16432         Log: Add the Encode extension.  The code is still largely just skeleton.
16433      Branch: perl
16434            + ext/Encode/Encode.pm ext/Encode/Encode.xs
16435            + ext/Encode/Makefile.PL ext/Encode/Todo
16436            ! MANIFEST Todo-5.6
16437 ____________________________________________________________________________
16438 [  7067] By: jhi                                   on 2000/09/12  17:43:33
16439         Log: Allow for whitespace between "#" and "line" in cpp output.
16440              
16441              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
16442              From: Calle Dybedahl <calle@lysator.liu.se>
16443              Date: 12 Sep 2000 19:38:02 +0200 
16444              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
16445      Branch: perl
16446            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
16447 ____________________________________________________________________________
16448 [  7066] By: gsar                                  on 2000/09/12  17:24:29
16449         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
16450              initialization in all the threads on Windows
16451      Branch: perl
16452            ! win32/win32.c
16453 ____________________________________________________________________________
16454 [  7065] By: jhi                                   on 2000/09/12  15:11:31
16455         Log: Update Changes.
16456      Branch: perl
16457            ! Changes patchlevel.h
16458 ____________________________________________________________________________
16459 [  7064] By: jhi                                   on 2000/09/12  14:54:54
16460         Log: Retract #7062, the pod tests are not ready.
16461      Branch: perl
16462            ! t/TEST t/harness
16463 ____________________________________________________________________________
16464 [  7063] By: jhi                                   on 2000/09/12  14:25:41
16465         Log: The #7054 truncated Configure badly.
16466      Branch: metaconfig/U/perl
16467            ! End.U
16468      Branch: perl
16469            ! Configure config_h.SH
16470 ____________________________________________________________________________
16471 [  7062] By: jhi                                   on 2000/09/12  14:08:32
16472         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
16473              From: sthoenna@efn.org
16474              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
16475              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
16476      Branch: perl
16477            ! t/TEST t/harness
16478 ____________________________________________________________________________
16479 [  7061] By: jhi                                   on 2000/09/12  14:07:18
16480         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
16481              From: sthoenna@efn.org
16482              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
16483              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
16484      Branch: perl
16485            ! pod/perlxs.pod
16486 ____________________________________________________________________________
16487 [  7060] By: jhi                                   on 2000/09/12  14:06:08
16488         Log: Break up the myconfig lines a bit.
16489              
16490              Subject: perlbug/perl -V output format
16491              From: sthoenna@efn.org
16492              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
16493              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
16494      Branch: perl
16495            ! myconfig.SH
16496 ____________________________________________________________________________
16497 [  7059] By: jhi                                   on 2000/09/12  14:05:04
16498         Log: Test for the #7049.
16499              
16500              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
16501              From: andreas.koenig@anima.de (Andreas J. Koenig)
16502              Date: 12 Sep 2000 06:42:01 +0200
16503              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
16504      Branch: perl
16505            ! t/op/my.t
16506 ____________________________________________________________________________
16507 [  7058] By: jhi                                   on 2000/09/12  14:03:05
16508         Log: Subject: [patch: perl@7045] vms updates
16509              From: Peter Prymmer <pvhp@forte.com>
16510              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
16511              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
16512      Branch: perl
16513            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
16514 ____________________________________________________________________________
16515 [  7057] By: jhi                                   on 2000/09/12  14:00:51
16516         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
16517              From: sthoenna@efn.org
16518              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
16519              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
16520      Branch: perl
16521            ! t/op/64bitint.t
16522 ____________________________________________________________________________
16523 [  7056] By: jhi                                   on 2000/09/12  13:58:14
16524         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
16525              From: Jeff Pinyan <jeffp@crusoe.net>
16526              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
16527              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
16528      Branch: perl
16529            ! pod/perlfunc.pod
16530 ____________________________________________________________________________
16531 [  7055] By: jhi                                   on 2000/09/12  13:56:32
16532         Log: Do in VMS as the #7054 does.
16533      Branch: perl
16534            ! configure.com
16535 ____________________________________________________________________________
16536 [  7054] By: jhi                                   on 2000/09/12  13:50:31
16537         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
16538              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
16539              Date: Mon, 11 Sep 2000 08:33:09 +0100
16540              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
16541      Branch: metaconfig/U/perl
16542            ! End.U
16543      Branch: perl
16544            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
16545            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
16546 ____________________________________________________________________________
16547 [  7053] By: jhi                                   on 2000/09/12  13:29:19
16548         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
16549              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16550              Date:     Tue, 12 Sep 2000 08:35:59 EDT
16551              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
16552      Branch: perl
16553            ! vms/test.com
16554 ____________________________________________________________________________
16555 [  7052] By: jhi                                   on 2000/09/11  23:01:50
16556         Log: Document the SvUTF8*().
16557      Branch: perl
16558            ! pod/perlapi.pod sv.h
16559 ____________________________________________________________________________
16560 [  7051] By: gsar                                  on 2000/09/11  14:46:30
16561         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
16562              (missed a spot when fixing up op_pmreplroot hack for ithreads)
16563      Branch: perl
16564            ! op.c t/op/split.t
16565 ____________________________________________________________________________
16566 [  7050] By: nick                                  on 2000/09/11  10:03:51
16567         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
16568              
16569              Subject: borland C++ win32.c tweak
16570              From: Vadim Konovalov <vkonovalov@lucent.com>
16571              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
16572              Date: Mon, 11 Sep 2000 11:22:33 +0400
16573      Branch: perl
16574            ! win32/win32.c
16575 ____________________________________________________________________________
16576 [  7049] By: nick                                  on 2000/09/11  09:57:33
16577         Log: Point fix for s/// on foreach (keys %xxx).
16578      Branch: perl
16579            ! pp_hot.c
16580 ____________________________________________________________________________
16581 [  7048] By: jhi                                   on 2000/09/10  23:37:09
16582         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
16583              by Pod::Text, from Brad Appleton.
16584      Branch: perl
16585            ! t/pod/testp2pt.pl
16586 ____________________________________________________________________________
16587 [  7047] By: jhi                                   on 2000/09/10  14:32:53
16588         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
16589              by Russ Allbery.
16590      Branch: perl
16591            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
16592 ____________________________________________________________________________
16593 [  7046] By: jhi                                   on 2000/09/10  14:15:08
16594         Log: Upgrade to CPAN 1.57_65, from Andreas König.
16595      Branch: perl
16596            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
16597 ____________________________________________________________________________
16598 [  7045] By: jhi                                   on 2000/09/08  21:36:32
16599         Log: Update Changes.
16600      Branch: perl
16601            ! Changes patchlevel.h
16602 ____________________________________________________________________________
16603 [  7044] By: jhi                                   on 2000/09/08  21:29:56
16604         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
16605              From: Peter Prymmer <pvhp@forte.com>
16606              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
16607              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
16608      Branch: perl
16609            ! configure.com
16610 ____________________________________________________________________________
16611 [  7043] By: jhi                                   on 2000/09/08  21:27:50
16612         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
16613              From: Peter Prymmer <pvhp@forte.com>
16614              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
16615              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
16616      Branch: perl
16617            ! Makefile.SH installperl
16618 ____________________________________________________________________________
16619 [  7042] By: jhi                                   on 2000/09/08  21:23:21
16620         Log: Continue #7041.
16621      Branch: perl
16622            ! cygwin/Makefile.SHs os2/Makefile.SHs
16623 ____________________________________________________________________________
16624 [  7041] By: jhi                                   on 2000/09/08  21:18:10
16625         Log: Do away with memory models cruft.  Sorry, PDP users.
16626      Branch: metaconfig
16627            ! U/modified/cc.U U/modified/libpth.U
16628      Branch: perl
16629            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
16630            ! Porting/config_H cflags.SH config_h.SH configure.com
16631            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
16632            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
16633            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
16634 ____________________________________________________________________________
16635 [  7040] By: jhi                                   on 2000/09/08  14:34:18
16636         Log: Major rewrite of s2p.  And I mean really major, it is
16637              an implementation of sed in perl.  If called as s2p it
16638              will function as s2p.  Note: needs non-UNIXifying.
16639              
16640              Subject: s2p
16641              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
16642              Date: Mon, 28 Aug 2000 14:05:12 +0200
16643              Message-ID: <39AA5578.2102E2AA@alcatel.at>
16644      Branch: perl
16645            ! x2p/s2p.PL
16646 ____________________________________________________________________________
16647 [  7039] By: jhi                                   on 2000/09/08  14:19:49
16648         Log: Re-allow vec() for characters > 255.
16649              
16650              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
16651              From: Spider Boardman <spider@web.zk3.dec.com>
16652              Date: Fri, 08 Sep 2000 02:21:02 -0400
16653              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
16654      Branch: perl
16655            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
16656            ! t/op/vec.t
16657 ____________________________________________________________________________
16658 [  7038] By: jhi                                   on 2000/09/08  14:14:18
16659         Log: Subject: [PATCH lib/Benchmark.pm]
16660              From: <abigail@foad.org>
16661              Date: Thu, 7 Sep 2000 15:03:20 -0400
16662              Message-ID: <20000907190320.888.qmail@foad.org>
16663      Branch: perl
16664            ! lib/Benchmark.pm
16665 ____________________________________________________________________________
16666 [  7037] By: jhi                                   on 2000/09/08  14:11:06
16667         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
16668              
16669              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
16670              From: Spider Boardman <spider@web.zk3.dec.com>
16671              Date: Fri, 08 Sep 2000 01:30:27 -0400
16672              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
16673      Branch: perl
16674            ! op.c
16675 ____________________________________________________________________________
16676 [  7036] By: jhi                                   on 2000/09/08  14:08:58
16677         Log: Subject: [ID 20000908.002] perlipc documentation bug.
16678              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
16679              Date: Fri, 08 Sep 2000 12:38:32 +0200
16680              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
16681      Branch: perl
16682            ! pod/perlipc.pod
16683 ____________________________________________________________________________
16684 [  7035] By: jhi                                   on 2000/09/08  14:03:12
16685         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
16686              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16687              Date: Fri, 08 Sep 2000 11:47:34 +0200
16688              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
16689      Branch: perl
16690            ! hints/dec_osf.sh
16691 ____________________________________________________________________________
16692 [  7034] By: jhi                                   on 2000/09/08  13:59:35
16693         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
16694              From: Simon Cozens <simon@cozens.net>
16695              Date: Thu, 7 Sep 2000 20:40:38 +0100
16696              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
16697      Branch: perl
16698            ! pp_hot.c
16699 ____________________________________________________________________________
16700 [  7033] By: jhi                                   on 2000/09/08  04:03:03
16701         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
16702              From: "Larry W. Virden" <lvirden@cas.org>
16703              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
16704              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
16705      Branch: perl
16706            ! pod/perldiag.pod
16707 ____________________________________________________________________________
16708 [  7032] By: jhi                                   on 2000/09/07  22:18:30
16709         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
16710              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
16711              Date: Mon, 04 Sep 2000 13:16:38 -0700
16712              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
16713      Branch: perl
16714            ! lib/perl5db.pl
16715 ____________________________________________________________________________
16716 [  7031] By: jhi                                   on 2000/09/07  22:02:29
16717         Log: Fix the ccversion detection for 5.1 and beyond.
16718              
16719              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
16720              From: Spider Boardman <spider@leggy.zk3.dec.com>
16721              Date: Thu, 7 Sep 2000 17:54:27 -0400
16722              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
16723      Branch: perl
16724            ! hints/dec_osf.sh
16725 ____________________________________________________________________________
16726 [  7030] By: jhi                                   on 2000/09/07  19:12:28
16727         Log: Fix for
16728              
16729              Subject: [ID 20000903.001] \w in utf8-strings
16730              From: Marc Lehmann <pcg@goof.com>
16731              Date: Sun, 03 Sep 2000 09:44:29 +0200
16732              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
16733              
16734              and various related nits.
16735      Branch: perl
16736            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
16737 ____________________________________________________________________________
16738 [  7029] By: jhi                                   on 2000/09/07  18:49:09
16739         Log: Fix the URL, but the server is still missing in action.
16740              
16741              Subject: [ID 20000905.002] perlfaq1.pod URL error
16742              From: "Larry W. Virden" <lvirden@cas.org>
16743              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
16744              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
16745      Branch: perl
16746            ! pod/perlfaq1.pod
16747 ____________________________________________________________________________
16748 [  7028] By: jhi                                   on 2000/09/07  18:47:13
16749         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
16750              From: Hugo <hv@crypt.compulink.co.uk>
16751              Date: Tue, 05 Sep 2000 14:13:37 +0100
16752              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
16753      Branch: perl
16754            ! toke.c
16755 ____________________________________________________________________________
16756 [  7027] By: jhi                                   on 2000/09/07  18:45:35
16757         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
16758              From: Daniel Chetlin <daniel@chetlin.com>
16759              Date: Tue, 5 Sep 2000 04:57:07 -0700
16760              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
16761      Branch: perl
16762            ! pod/perlfaq6.pod pod/perlop.pod
16763 ____________________________________________________________________________
16764 [  7026] By: jhi                                   on 2000/09/07  18:44:01
16765         Log: Document the new ref() semantics.
16766              
16767              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
16768              From: Gisle Aas <gisle@ActiveState.com>
16769              Date: 05 Sep 2000 08:10:30 +0200
16770              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
16771      Branch: perl
16772            ! pod/perldelta.pod
16773 ____________________________________________________________________________
16774 [  7025] By: jhi                                   on 2000/09/07  18:42:27
16775         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
16776              
16777              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
16778              From: Gisle Aas <gisle@ActiveState.com>
16779              Date: 05 Sep 2000 08:11:40 +0200
16780              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
16781      Branch: perl
16782            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
16783 ____________________________________________________________________________
16784 [  7024] By: jhi                                   on 2000/09/07  18:39:32
16785         Log: Subject: [PATCH] Modernize Opcode.pm documentation
16786              From: Gisle Aas <gisle@ActiveState.com>
16787              Date: 4 Sep 2000 00:18:55 -0000
16788              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
16789      Branch: perl
16790            ! ext/Opcode/Opcode.pm
16791 ____________________________________________________________________________
16792 [  7023] By: jhi                                   on 2000/09/07  18:37:42
16793         Log: Subject: [PATCH] Tied filehandle documentation
16794              From: Gisle Aas <gisle@ActiveState.com>
16795              Date: 4 Sep 2000 00:14:40 -0000
16796              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
16797      Branch: perl
16798            ! pod/perlfunc.pod pod/perltie.pod
16799 ____________________________________________________________________________
16800 [  7022] By: jhi                                   on 2000/09/07  18:35:37
16801         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
16802              From: Gisle Aas <gisle@ActiveState.com>
16803              Date: 4 Sep 2000 00:04:22 -0000
16804              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
16805      Branch: perl
16806            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
16807 ____________________________________________________________________________
16808 [  7021] By: jhi                                   on 2000/09/07  18:33:22
16809         Log: Subject: small apidoc fix
16810              From: Marc Lehmann <pcg@goof.com>
16811              Date: Sun, 3 Sep 2000 05:12:06 +0200
16812              Message-ID: <20000903051206.A5909@cerebro.laendle>
16813      Branch: perl
16814            ! pod/perlapi.pod utf8.c
16815 ____________________________________________________________________________
16816 [  7020] By: jhi                                   on 2000/09/07  16:14:57
16817         Log: Tiny perldelta nits.
16818      Branch: perl
16819            ! pod/perldelta.pod
16820 ____________________________________________________________________________
16821 [  7019] By: jhi                                   on 2000/09/07  16:04:20
16822         Log: Guard against bad string->int conversion for quads.
16823      Branch: perl
16824            ! t/op/64bitint.t
16825 ____________________________________________________________________________
16826 [  7018] By: jhi                                   on 2000/09/06  17:07:03
16827         Log: Update Unicode todo list.
16828      Branch: perl
16829            ! Todo-5.6
16830 ____________________________________________________________________________
16831 [  7017] By: jhi                                   on 2000/09/05  21:16:01
16832         Log: Document the SvIOK_.*UV().
16833      Branch: perl
16834            ! pod/perlapi.pod sv.h
16835 ____________________________________________________________________________
16836 [  7016] By: nick                                  on 2000/09/03  21:54:46
16837         Log: Hash lookup of constant strings optimization:
16838              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
16839              to string table (as per sharepvn). Add newSV_pvn_share to create such
16840              a thing. Make hv.c compare addresses of strings and skip string compare
16841              if equal. Make method_named and helem ops use these shared-string SVs
16842              when arg is constant. Make keys op return shared-string SVs (less clearly
16843              a win).
16844      Branch: perl
16845            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
16846            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
16847            ! pod/perlintern.pod pp_hot.c proto.h sv.c
16848 ____________________________________________________________________________
16849 [  7015] By: jhi                                   on 2000/09/02  17:48:59
16850         Log: This is 5.7.0.
16851      Branch: perl
16852            ! Changes
16853 ____________________________________________________________________________
16854 [  7014] By: jhi                                   on 2000/09/02  17:35:45
16855         Log: Changes and patchlevel tweaks.
16856      Branch: perl
16857            ! Changes patchlevel.h
16858 ____________________________________________________________________________
16859 [  7013] By: jhi                                   on 2000/09/02  17:30:50
16860         Log: Update Changes.
16861      Branch: perl
16862            ! Changes patchlevel.h
16863 ____________________________________________________________________________
16864 [  7012] By: nick                                  on 2000/09/02  17:25:20
16865         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
16866      Branch: perl
16867            ! gv.c lib/overload.pm
16868 ____________________________________________________________________________
16869 [  7011] By: jhi                                   on 2000/09/02  17:16:25
16870         Log: Update perlhist.
16871      Branch: perl
16872            ! pod/perlhist.pod
16873 ____________________________________________________________________________
16874 [  7010] By: jhi                                   on 2000/09/02  17:01:35
16875         Log: perldelta nits.
16876      Branch: perl
16877            ! pod/perldelta.pod
16878 ____________________________________________________________________________
16879 [  7009] By: nick                                  on 2000/09/02  16:48:35
16880         Log: If overloaded %{} etc. return the object do not loop.
16881              Thus  sub deref { $_[0] } functions if object is wanted type.
16882      Branch: perl
16883            ! pp.h
16884 ____________________________________________________________________________
16885 [  7008] By: jhi                                   on 2000/09/02  16:26:11
16886         Log: Retab MANIFEST.
16887      Branch: perl
16888            ! ext/Storable/MANIFEST
16889 ____________________________________________________________________________
16890 [  7007] By: jhi                                   on 2000/09/02  16:23:02
16891         Log: Make certain cc is set before trying to run it.
16892      Branch: perl
16893            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
16894 ____________________________________________________________________________
16895 [  7006] By: jhi                                   on 2000/09/02  15:45:41
16896         Log: Unicode notes.
16897      Branch: perl
16898            ! pod/perldelta.pod
16899 ____________________________________________________________________________
16900 [  7005] By: jhi                                   on 2000/09/02  15:42:11
16901         Log: Various Configure nits by Philip Newton,
16902              plus the ebcdic one by me.
16903      Branch: metaconfig
16904            + U/modified/pager.U
16905            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
16906      Branch: metaconfig/U/perl
16907            ! Devel.U quadfio.U
16908      Branch: perl
16909            ! Configure config_h.SH
16910 ____________________________________________________________________________
16911 [  7004] By: jhi                                   on 2000/09/02  15:06:14
16912         Log: Apparently avoiding the swapping is too costly.
16913              
16914              From: "Ben Tilly" <ben_tilly@hotmail.com>
16915              Subject: Re: the door is closed.
16916              Date: Fri, 01 Sep 2000 20:23:16 EDT
16917              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
16918      Branch: perl
16919            ! pod/perlfaq4.pod
16920 ____________________________________________________________________________
16921 [  7003] By: nick                                  on 2000/09/02  12:26:04
16922         Log: Undo part of change 6489 which looks like a bulk edit which
16923              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
16924              The supressing of main:: on return from select() is undesirable.
16925      Branch: perl
16926            ! pp_sys.c
16927 ____________________________________________________________________________
16928 [  7002] By: jhi                                   on 2000/09/01  23:08:54
16929         Log: Update Changes.
16930      Branch: perl
16931            ! Changes patchlevel.h
16932 ____________________________________________________________________________
16933 [  7001] By: jhi                                   on 2000/09/01  23:00:13
16934         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
16935              From: Peter Prymmer <pvhp@forte.com>
16936              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
16937              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
16938              
16939              plus rework the http: spots as suggested by Tom Christiansen,
16940              plus regen perltoc.
16941      Branch: perl
16942            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
16943            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
16944 ____________________________________________________________________________
16945 [  7000] By: jhi                                   on 2000/09/01  22:36:01
16946         Log: Only the first line, thank you very much.
16947      Branch: perl
16948            ! hints/solaris_2.sh
16949 ____________________________________________________________________________
16950 [  6999] By: gsar                                  on 2000/09/01  22:16:40
16951         Log: change#6791 accidentally clobbered change#6710, put it back
16952      Branch: perl
16953            ! win32/win32.c
16954 ____________________________________________________________________________
16955 [  6998] By: jhi                                   on 2000/09/01  22:14:16
16956         Log: Mention the HP-UX LP64 freak failure.
16957      Branch: perl
16958            ! pod/perldelta.pod
16959 ____________________________________________________________________________
16960 [  6997] By: jhi                                   on 2000/09/01  21:48:32
16961         Log: Detypo.
16962      Branch: perl
16963            ! hints/hpux.sh
16964 ____________________________________________________________________________
16965 [  6996] By: jhi                                   on 2000/09/01  21:27:10
16966         Log: Update Changes.
16967      Branch: perl
16968            ! Changes patchlevel.h
16969 ____________________________________________________________________________
16970 [  6995] By: jhi                                   on 2000/09/01  21:14:24
16971         Log: Mi splgn s gnin.g
16972      Branch: perl
16973            ! pp_ctl.c
16974 ____________________________________________________________________________
16975 [  6994] By: jhi                                   on 2000/09/01  21:09:54
16976         Log: Subject: http:// in L<>
16977              From: Nicholas Clark <nick@ccl4.org>
16978              Date: Fri, 1 Sep 2000 22:03:21 +0100
16979              Message-ID: <20000901220321.B72074@plum.flirble.org>
16980      Branch: perl
16981            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
16982 ____________________________________________________________________________
16983 [  6993] By: jhi                                   on 2000/09/01  21:06:54
16984         Log: Update to Storable 1.0, from Raphael Manfredi.
16985      Branch: perl
16986            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
16987            ! ext/Storable/Makefile.PL ext/Storable/README
16988            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
16989            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
16990            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
16991            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
16992            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
16993            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
16994 ____________________________________________________________________________
16995 [  6992] By: jhi                                   on 2000/09/01  20:43:05
16996         Log: Mention known sfio+linux buglet.
16997      Branch: perl
16998            ! pod/perldelta.pod
16999 ____________________________________________________________________________
17000 [  6991] By: jhi                                   on 2000/09/01  20:40:11
17001         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
17002              From: Peter Prymmer <pvhp@forte.com>
17003              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
17004              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
17005      Branch: perl
17006            ! vms/vms.c
17007 ____________________________________________________________________________
17008 [  6990] By: jhi                                   on 2000/09/01  20:25:26
17009         Log: Retract #6986.
17010      Branch: perl
17011            ! hints/solaris_2.sh
17012 ____________________________________________________________________________
17013 [  6989] By: jhi                                   on 2000/09/01  20:23:00
17014         Log: Mergesort is back.
17015      Branch: perl
17016            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
17017 ____________________________________________________________________________
17018 [  6988] By: jhi                                   on 2000/09/01  19:37:40
17019         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
17020              From: Mike Guy <mjtg@cam.ac.uk>
17021              Date: Fri, 01 Sep 2000 17:43:33 +0100
17022              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
17023      Branch: perl
17024            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
17025            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
17026 ____________________________________________________________________________
17027 [  6987] By: jhi                                   on 2000/09/01  19:17:10
17028         Log: Regen perltoc.
17029      Branch: perl
17030            ! pod/perltoc.pod
17031 ____________________________________________________________________________
17032 [  6986] By: jhi                                   on 2000/09/01  18:51:10
17033         Log: Subject: Re: Solaris x86 has no SPARC libraries!
17034              From: Lupe Christoph <lupe@lupe-christoph.de>
17035              Date: Fri, 1 Sep 2000 20:41:20 +0200
17036              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
17037      Branch: perl
17038            ! hints/solaris_2.sh
17039 ____________________________________________________________________________
17040 [  6985] By: jhi                                   on 2000/09/01  18:28:10
17041         Log: Update Changes.
17042      Branch: perl
17043            ! Changes patchlevel.h
17044 ____________________________________________________________________________
17045 [  6984] By: jhi                                   on 2000/09/01  18:26:53
17046         Log: Feature ordering tweak.
17047      Branch: perl
17048            ! myconfig.SH
17049 ____________________________________________________________________________
17050 [  6983] By: jhi                                   on 2000/09/01  18:19:50
17051         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
17052              From: <abigail@foad.org>
17053              Date: Fri, 1 Sep 2000 13:07:32 -0400
17054              Message-ID: <20000901170732.18249.qmail@foad.org>
17055      Branch: perl
17056            ! t/pragma/overload.t
17057 ____________________________________________________________________________
17058 [  6982] By: jhi                                   on 2000/09/01  18:17:54
17059         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
17060              so that case-ignoring systems like DCL can tell them from
17061              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
17062      Branch: metaconfig/U/perl
17063            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
17064      Branch: perl
17065            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17066            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
17067            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
17068            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
17069            ! vos/config.def vos/config.h vos/config_h.SH_orig
17070            ! win32/config.bc win32/config.gc win32/config.vc
17071 ____________________________________________________________________________
17072 [  6981] By: nick                                  on 2000/09/01  17:21:57
17073         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
17074              warning when UNTIE exists and instead pass the cound of extra references to
17075              the UNTIE method.
17076      Branch: perl
17077            ! pod/perltie.pod pp_sys.c
17078 ____________________________________________________________________________
17079 [  6980] By: jhi                                   on 2000/09/01  16:54:44
17080         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
17081              From: Peter Prymmer <pvhp@forte.com>
17082              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
17083              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
17084      Branch: perl
17085            ! configure.com
17086 ____________________________________________________________________________
17087 [  6979] By: jhi                                   on 2000/09/01  16:06:20
17088         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
17089              From: Mike Guy <mjtg@cam.ac.uk> 
17090              Date: Fri, 01 Sep 2000 16:49:27 +0100
17091              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
17092      Branch: perl
17093            ! t/base/rs.t
17094 ____________________________________________________________________________
17095 [  6978] By: jhi                                   on 2000/09/01  16:00:42
17096         Log: Update to PodParser 1.18, from Brad Appleton.
17097      Branch: perl
17098            ! lib/Pod/Checker.pm t/pod/find.t
17099 ____________________________________________________________________________
17100 [  6977] By: jhi                                   on 2000/09/01  14:48:58
17101         Log: Subject: Nit in Configure (bleadperl@6961)
17102              From: Lupe Christoph <lupe@lupe-christoph.de>
17103              Date: Fri, 1 Sep 2000 16:34:29 +0200
17104              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
17105      Branch: metaconfig
17106            ! U/compline/ccflags.U
17107      Branch: perl
17108            ! Configure config_h.SH
17109 ____________________________________________________________________________
17110 [  6976] By: jhi                                   on 2000/09/01  14:39:52
17111         Log: Update Changes.
17112      Branch: perl
17113            ! Changes patchlevel.h
17114 ____________________________________________________________________________
17115 [  6975] By: jhi                                   on 2000/09/01  14:37:36
17116         Log: microperl config update.
17117      Branch: perl
17118            ! uconfig.h uconfig.sh
17119 ____________________________________________________________________________
17120 [  6974] By: jhi                                   on 2000/09/01  14:36:53
17121         Log: Document known deficiencies.
17122      Branch: perl
17123            ! pod/perldelta.pod
17124 ____________________________________________________________________________
17125 [  6973] By: jhi                                   on 2000/09/01  14:10:20
17126         Log: Mention warnings fixes and updates.
17127      Branch: perl
17128            ! pod/perldelta.pod
17129 ____________________________________________________________________________
17130 [  6972] By: jhi                                   on 2000/09/01  14:01:52
17131         Log: Drop unused argument.
17132              
17133              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
17134              From: Spider Boardman <spider@web.zk3.dec.com>
17135              Date: Thu, 31 Aug 2000 16:10:15 -0400
17136              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
17137      Branch: perl
17138            ! toke.c
17139 ____________________________________________________________________________
17140 [  6971] By: jhi                                   on 2000/09/01  13:59:24
17141         Log: Add the overload warnings to perldiag.
17142      Branch: perl
17143            ! lib/overload.pm pod/perldiag.pod
17144 ____________________________________________________________________________
17145 [  6970] By: jhi                                   on 2000/09/01  13:55:10
17146         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
17147              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
17148              Date: Fri, 1 Sep 2000 13:43:15 +0100 
17149              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
17150      Branch: perl
17151            ! lib/overload.pm t/pragma/overload.t
17152 ____________________________________________________________________________
17153 [  6969] By: jhi                                   on 2000/09/01  13:52:27
17154         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
17155              From: <abigail@foad.org>
17156              Date: Fri, 1 Sep 2000 05:46:54 -0400
17157              Message-ID: <20000901094654.6476.qmail@foad.org>
17158      Branch: perl
17159            ! lib/overload.pm
17160 ____________________________________________________________________________
17161 [  6968] By: jhi                                   on 2000/09/01  13:50:05
17162         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
17163              From: Daniel Chetlin <daniel@chetlin.com>
17164              Date: Fri, 1 Sep 2000 02:10:55 -0700
17165              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
17166      Branch: perl
17167            ! pod/perlretut.pod
17168 ____________________________________________________________________________
17169 [  6967] By: jhi                                   on 2000/09/01  13:47:54
17170         Log: Part of the solution.
17171              
17172              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
17173              From: Mike Guy <mjtg@cam.ac.uk>
17174              Date: Fri, 01 Sep 2000 14:16:01 +0100
17175              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
17176      Branch: perl
17177            ! gv.c mg.c
17178 ____________________________________________________________________________
17179 [  6966] By: jhi                                   on 2000/09/01  13:46:17
17180         Log: Subject: CPAN.pm beta 1.57_57 for the core
17181              From: andreas.koenig@anima.de (Andreas J. Koenig)
17182              Date: 01 Sep 2000 15:16:31 +0200
17183              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
17184      Branch: perl
17185            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
17186 ____________________________________________________________________________
17187 [  6965] By: jhi                                   on 2000/09/01  13:43:18
17188         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
17189              From: "Craig A. Berry" <craig.berry@psinetcs.com>
17190              Date: Fri, 01 Sep 2000 01:47:22 -0500
17191              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
17192      Branch: perl
17193            ! pod/perldelta.pod vms/vms.c
17194 ____________________________________________________________________________
17195 [  6964] By: jhi                                   on 2000/09/01  13:35:35
17196         Log: File::Temp patches from Andreas König,
17197              
17198              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
17199              From: andreas.koenig@anima.de (Andreas J. Koenig)
17200              Date: 01 Sep 2000 10:07:20 +0200
17201              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
17202              
17203              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
17204              From: andreas.koenig@anima.de (Andreas J. Koenig)
17205              Date: 31 Aug 2000 23:26:08 +0200
17206              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
17207      Branch: perl
17208            ! lib/File/Temp.pm t/lib/ftmp-security.t
17209 ____________________________________________________________________________
17210 [  6963] By: jhi                                   on 2000/09/01  02:22:24
17211         Log: Retract the mergesort code, way too incompatible licensing
17212              and copyrights.
17213      Branch: perl
17214            ! pod/perldelta.pod pp_ctl.c
17215 ____________________________________________________________________________
17216 [  6962] By: jhi                                   on 2000/08/31  23:27:32
17217         Log: Update Changes.
17218      Branch: perl
17219            ! Changes patchlevel.h
17220 ____________________________________________________________________________
17221 [  6961] By: jhi                                   on 2000/08/31  23:20:04
17222         Log: Small tweaks all over.
17223      Branch: metaconfig
17224            ! U/compline/d_gconvert.U
17225      Branch: perl
17226            ! AUTHORS Configure config_h.SH pp_ctl.c
17227 ____________________________________________________________________________
17228 [  6960] By: jhi                                   on 2000/08/31  22:39:36
17229         Log: Further rewording.
17230      Branch: perl
17231            ! pp_ctl.c
17232 ____________________________________________________________________________
17233 [  6959] By: jhi                                   on 2000/08/31  21:26:44
17234         Log: More address tweaking.
17235      Branch: perl
17236            ! AUTHORS Changes
17237 ____________________________________________________________________________
17238 [  6958] By: jhi                                   on 2000/08/31  20:47:25
17239         Log: AUTHORS tweaks, from Peter Prymmer.
17240              
17241              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
17242              From: Peter Prymmer <pvhp@forte.com>
17243              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
17244              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
17245      Branch: perl
17246            ! AUTHORS MAINTAIN
17247 ____________________________________________________________________________
17248 [  6957] By: jhi                                   on 2000/08/31  20:34:43
17249         Log: perldelta tweaks.
17250      Branch: perl
17251            ! pod/perldelta.pod
17252 ____________________________________________________________________________
17253 [  6956] By: jhi                                   on 2000/08/31  19:11:06
17254         Log: Regen perltoc.
17255      Branch: perl
17256            ! pod/perltoc.pod
17257 ____________________________________________________________________________
17258 [  6955] By: jhi                                   on 2000/08/31  19:06:30
17259         Log: Clarify the mergesort situation.
17260      Branch: perl
17261            ! pp_ctl.c
17262 ____________________________________________________________________________
17263 [  6954] By: jhi                                   on 2000/08/31  18:24:17
17264         Log: Move the Solaris 7 scan to use64bitall, make the
17265              failure to find 64-bot sparc libc to mention the
17266              possibility of being in an intel, from Lupe and Alan.
17267      Branch: perl
17268            ! hints/solaris_2.sh
17269 ____________________________________________________________________________
17270 [  6953] By: jhi                                   on 2000/08/31  18:09:20
17271         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
17272              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
17273      Branch: metaconfig
17274            ! U/compline/d_gconvert.U U/threads/archname.U
17275      Branch: metaconfig/U/perl
17276            ! perlxv.U
17277      Branch: perl
17278            ! Configure config_h.SH sv.c
17279 ____________________________________________________________________________
17280 [  6952] By: jhi                                   on 2000/08/31  17:42:24
17281         Log: :: not allowed in pathnames, change to .
17282              
17283              Subject: [PATCH perl@6938] cygwin port
17284              From: "Fifer, Eric" <EFifer@sanwaint.com>
17285              Date: Thu, 31 Aug 2000 16:32:59 +0100
17286              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
17287      Branch: metaconfig/U/perl
17288            ! perlxv.U
17289 ____________________________________________________________________________
17290 [  6951] By: jhi                                   on 2000/08/31  17:02:05
17291         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
17292      Branch: perl
17293            ! perl.h
17294 ____________________________________________________________________________
17295 [  6950] By: jhi                                   on 2000/08/31  16:26:08
17296         Log: More author updates.
17297              
17298              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
17299              From: Simon Cozens <simon@cozens.net>
17300              Date: Thu, 31 Aug 2000 17:13:32 +0100
17301              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
17302      Branch: perl
17303            ! AUTHORS
17304 ____________________________________________________________________________
17305 [  6949] By: jhi                                   on 2000/08/31  16:04:49
17306         Log: POSIX doesn't report long double values under -Duselongdouble
17307              when the long doubles are "real" (bigger than doubles).
17308              
17309              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
17310              From: Spider Boardman <spider@peano.zk3.dec.com>
17311              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
17312              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
17313      Branch: perl
17314            ! ext/POSIX/POSIX.xs
17315 ____________________________________________________________________________
17316 [  6948] By: jhi                                   on 2000/08/31  15:25:10
17317         Log: Update Changes.
17318      Branch: perl
17319            ! Changes patchlevel.h
17320 ____________________________________________________________________________
17321 [  6947] By: jhi                                   on 2000/08/31  15:22:29
17322         Log: Document UNTIE in a very minimalistic way.
17323      Branch: perl
17324            ! pod/perlfunc.pod pod/perltie.pod
17325 ____________________________________________________________________________
17326 [  6946] By: jhi                                   on 2000/08/31  15:15:23
17327         Log: Document known failures.
17328      Branch: perl
17329            ! pod/perldelta.pod
17330 ____________________________________________________________________________
17331 [  6945] By: jhi                                   on 2000/08/31  15:07:00
17332         Log: Don't attach -ld to the archname if pointless.
17333      Branch: metaconfig
17334            ! U/threads/archname.U
17335      Branch: perl
17336            ! Configure config_h.SH
17337 ____________________________________________________________________________
17338 [  6944] By: jhi                                   on 2000/08/31  14:37:42
17339         Log: Wrap the test in eval.
17340              
17341              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
17342              From: Tim Jenness <timj@jach.hawaii.edu>
17343              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
17344              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
17345      Branch: perl
17346            ! t/lib/ftmp-security.t
17347 ____________________________________________________________________________
17348 [  6943] By: jhi                                   on 2000/08/31  14:30:57
17349         Log: Make -Dusemorebits find long doubles in Solaris.
17350      Branch: perl
17351            ! hints/solaris_2.sh
17352 ____________________________________________________________________________
17353 [  6942] By: jhi                                   on 2000/08/31  13:48:45
17354         Log: Clarify the third case of ftmp-security warnings.
17355      Branch: perl
17356            ! INSTALL
17357 ____________________________________________________________________________
17358 [  6941] By: jhi                                   on 2000/08/31  13:40:31
17359         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
17360              From: <abigail@foad.org>
17361              Date: Thu, 31 Aug 2000 01:35:05 -0400
17362              Message-ID: <20000831053505.32120.qmail@foad.org>
17363      Branch: perl
17364            ! pod/perldelta.pod
17365 ____________________________________________________________________________
17366 [  6940] By: jhi                                   on 2000/08/31  13:38:48
17367         Log: Issue useful diagnostic on unknown pod commands.
17368              
17369              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
17370              From: <abigail@foad.org>
17371              Date: Thu, 31 Aug 2000 03:41:18 -0400
17372              Message-ID: <20000831074118.24880.qmail@foad.org>
17373      Branch: perl
17374            ! lib/Pod/Man.pm
17375 ____________________________________________________________________________
17376 [  6939] By: jhi                                   on 2000/08/31  13:34:33
17377         Log: Reveal Borland's isnan.
17378              
17379              Subject: build with BC++ tweak
17380              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
17381              Date: Thu, 31 Aug 2000 13:09:37 +0400
17382              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
17383      Branch: perl
17384            ! win32/win32.h
17385 ____________________________________________________________________________
17386 [  6938] By: jhi                                   on 2000/08/31  05:01:20
17387         Log: Update Changes.
17388      Branch: perl
17389            ! Changes patchlevel.h
17390 ____________________________________________________________________________
17391 [  6937] By: jhi                                   on 2000/08/31  04:26:23
17392         Log: sscanf() may be the only way to read long doubles from strings.
17393      Branch: metaconfig/U/perl
17394            ! longdblfio.U
17395      Branch: perl
17396            ! Configure config_h.SH perl.h util.c
17397 ____________________________________________________________________________
17398 [  6936] By: jhi                                   on 2000/08/31  04:18:19
17399         Log: The #6929 was too skimpy.
17400      Branch: perl
17401            ! sv.c
17402 ____________________________________________________________________________
17403 [  6935] By: jhi                                   on 2000/08/31  02:47:07
17404         Log: Subject: Re: typos in pods
17405              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17406              Date: Wed, 30 Aug 2000 19:25:34 -0700
17407              Message-ID: <eIcr5gzkg25X092yn@efn.org>
17408      Branch: perl
17409            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
17410 ____________________________________________________________________________
17411 [  6934] By: jhi                                   on 2000/08/31  02:42:55
17412         Log: Missed one Unicode file.
17413      Branch: perl
17414            + lib/unicode/UCDFF301.html
17415 ____________________________________________________________________________
17416 [  6933] By: jhi                                   on 2000/08/30  23:42:27
17417         Log: Update Changes.
17418      Branch: perl
17419            ! Changes patchlevel.h
17420 ____________________________________________________________________________
17421 [  6932] By: jhi                                   on 2000/08/30  23:40:07
17422         Log: Mention UNTIE in perldelta.  Still needs documenting
17423              in perltie et alia.
17424      Branch: perl
17425            ! pod/perldelta.pod
17426 ____________________________________________________________________________
17427 [  6931] By: jhi                                   on 2000/08/30  23:36:02
17428         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
17429              From: <abigail@foad.org>
17430              Date: Wed, 30 Aug 2000 19:28:07 -0400
17431              Message-ID: <20000830232807.305.qmail@foad.org>
17432      Branch: perl
17433            ! pod/perldelta.pod
17434 ____________________________________________________________________________
17435 [  6930] By: jhi                                   on 2000/08/30  23:32:40
17436         Log: Update to Unicode 3.0.1.
17437      Branch: perl
17438            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
17439            + lib/unicode/PropList.txt lib/unicode/README.perl
17440            + lib/unicode/UCD301.html lib/unicode/Unicode.301
17441            - lib/unicode/Props.txt lib/unicode/UCD300.html
17442            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
17443            ! (edit 257 files)
17444 ____________________________________________________________________________
17445 [  6929] By: jhi                                   on 2000/08/30  22:38:18
17446         Log: Heap decorruption.
17447              
17448              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
17449              From: Alan Burlison <Alan.Burlison@uk.sun.com>
17450              Date: Wed, 30 Aug 2000 22:39:52 +0100
17451              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
17452      Branch: perl
17453            ! sv.c
17454 ____________________________________________________________________________
17455 [  6928] By: jhi                                   on 2000/08/30  22:29:34
17456         Log: Retract the dummy test, skip the security tests (instead of failing),
17457              explain what the warnings mean.
17458      Branch: perl
17459            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
17460 ____________________________________________________________________________
17461 [  6927] By: jhi                                   on 2000/08/30  22:14:13
17462         Log: Change the internal implementation of sort() to be mergesort
17463              instead of quicksort, from John Linderman <jpl@research.att.com>.
17464              Gives us better worst case, better average case, and stability.
17465              What's there not to like?  (Small fixes for threaded builds
17466              were required).
17467      Branch: perl
17468            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
17469 ____________________________________________________________________________
17470 [  6926] By: jhi                                   on 2000/08/30  20:55:20
17471         Log: A better fix for the Socket building problem from Craig Berry.
17472      Branch: perl
17473            ! vms/vms.c
17474 ____________________________________________________________________________
17475 [  6925] By: jhi                                   on 2000/08/30  20:20:25
17476         Log: Subject: [PATCH] Re: UNTIE method 
17477              From: Nick Ing-Simmons <nik@tiuk.ti.com>
17478              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
17479              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
17480      Branch: perl
17481            ! pp_sys.c t/op/tie.t
17482 ____________________________________________________________________________
17483 [  6924] By: jhi                                   on 2000/08/30  20:17:11
17484         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
17485              From: "Craig A. Berry" <craig.berry@psinetcs.com>
17486              Date: Wed, 30 Aug 2000 15:03:14 -0500
17487              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
17488      Branch: perl
17489            ! vms/vms.c
17490 ____________________________________________________________________________
17491 [  6923] By: jhi                                   on 2000/08/30  20:15:18
17492         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
17493              From: "Craig A. Berry" <craig.berry@psinetcs.com>
17494              Date: Wed, 30 Aug 2000 13:30:36 -0500
17495              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
17496      Branch: perl
17497            ! vms/vms.c
17498 ____________________________________________________________________________
17499 [  6922] By: jhi                                   on 2000/08/30  19:54:43
17500         Log: Better options for rsync.
17501      Branch: perl
17502            ! pod/perlhack.pod
17503 ____________________________________________________________________________
17504 [  6921] By: jhi                                   on 2000/08/30  19:40:16
17505         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
17506              From: Rick Delaney <rick@consumercontact.com>
17507              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
17508              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
17509      Branch: perl
17510            ! pod/perlfunc.pod
17511 ____________________________________________________________________________
17512 [  6920] By: jhi                                   on 2000/08/30  19:36:40
17513         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
17514              From: Peter Prymmer <pvhp@forte.com>
17515              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
17516              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
17517      Branch: perl
17518            ! configure.com
17519 ____________________________________________________________________________
17520 [  6919] By: jhi                                   on 2000/08/30  14:52:02
17521         Log: Update Changes.
17522      Branch: perl
17523            ! Changes patchlevel.h
17524 ____________________________________________________________________________
17525 [  6918] By: jhi                                   on 2000/08/30  14:48:34
17526         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
17527      Branch: perl
17528            ! lib/ExtUtils/typemap
17529 ____________________________________________________________________________
17530 [  6917] By: jhi                                   on 2000/08/30  14:46:34
17531         Log: Subject: typos in pods
17532              From: Nicholas Clark <nick@ccl4.org>
17533              Date: Wed, 30 Aug 2000 01:12:50 +0100
17534              Message-ID: <20000830011249.A61388@plum.flirble.org>
17535      Branch: perl
17536            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
17537            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
17538            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
17539            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
17540 ____________________________________________________________________________
17541 [  6916] By: jhi                                   on 2000/08/30  14:19:09
17542         Log: Document Storable problems on Crays.  (Will have
17543              to document all the other Storable problems, too.)
17544      Branch: perl
17545            ! pod/perldelta.pod
17546 ____________________________________________________________________________
17547 [  6915] By: jhi                                   on 2000/08/30  14:06:02
17548         Log: Subject: [PATCH] fix misc cast warnings
17549              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17550              Date: Tue, 29 Aug 2000 23:16:14 -0700
17551              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
17552      Branch: perl
17553            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
17554            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
17555            ! os2/os2ish.h
17556 ____________________________________________________________________________
17557 [  6914] By: jhi                                   on 2000/08/30  14:03:45
17558         Log: Timestamp mismatch again.  Need to fix this dependence on
17559              config_h.SH timestamp, since it's the contents of config_h.SH
17560              that matter.
17561      Branch: perl
17562            ! uconfig.h uconfig.sh
17563 ____________________________________________________________________________
17564 [  6913] By: jhi                                   on 2000/08/30  13:54:06
17565         Log: Don't say "Perl 5.0 source kit".
17566      Branch: perl
17567            ! perl.c
17568 ____________________________________________________________________________
17569 [  6912] By: jhi                                   on 2000/08/30  13:51:24
17570         Log: Reset archname and archname64 always, forcing them be
17571              recomputed at each Configure run, make Configure and
17572              the hints files agree on the naming of largefiles variables.
17573      Branch: metaconfig
17574            ! U/threads/archname.U
17575      Branch: metaconfig/U/perl
17576            ! use64bits.U
17577      Branch: perl
17578            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
17579            ! hints/linux.sh hints/solaris_2.sh
17580 ____________________________________________________________________________
17581 [  6911] By: jhi                                   on 2000/08/30  13:30:13
17582         Log: Put back the slice accidentally removed by #6907.
17583      Branch: perl
17584            ! hints/solaris_2.sh
17585 ____________________________________________________________________________
17586 [  6910] By: jhi                                   on 2000/08/30  01:24:26
17587         Log: Be consistent: other Net::get* do export theirs.
17588              
17589              Subject: Re: Net::protoent does not export 'getproto'
17590              From: Yasushi Nakajima <sey@jkc.co.jp>
17591              Date: Wed, 30 Aug 2000 09:53:14 +0900
17592              Message-Id: <200008300051.DAA24700@taku.hut.fi>
17593      Branch: perl
17594            ! lib/Net/protoent.pm
17595 ____________________________________________________________________________
17596 [  6909] By: jhi                                   on 2000/08/30  01:17:25
17597         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
17598              From: Gurusamy Sarathy <gsar@ActiveState.com>
17599              Date: Tue, 29 Aug 2000 17:17:07 -0700
17600              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
17601      Branch: perl
17602            ! cop.h
17603 ____________________________________________________________________________
17604 [  6908] By: jhi                                   on 2000/08/30  00:58:05
17605         Log: Update Changes.
17606      Branch: perl
17607            ! Changes patchlevel.h
17608 ____________________________________________________________________________
17609 [  6907] By: jhi                                   on 2000/08/30  00:57:22
17610         Log: Introduce ccname to keep track of what compiler kind of we have.
17611      Branch: metaconfig/U/perl
17612            ! Checkcc.U gccvers.U
17613      Branch: perl
17614            ! Configure config_h.SH hints/solaris_2.sh
17615 ____________________________________________________________________________
17616 [  6906] By: jhi                                   on 2000/08/30  00:25:47
17617         Log: Put back the flags dump as reasoned in
17618              
17619              Subject: Re: [PATCH] Glob dumping
17620              From: Mike Guy <mjtg@cam.ac.uk> 
17621              Date: Tue, 29 Aug 2000 21:41:32 +0100
17622              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
17623      Branch: perl
17624            ! dump.c t/lib/peek.t
17625 ____________________________________________________________________________
17626 [  6905] By: jhi                                   on 2000/08/30  00:16:17
17627         Log: Make the epsilon to be relative, not absolute.
17628              
17629              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
17630              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
17631              Date: Tue, 29 Aug 2000 19:58:56 -0400
17632              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
17633      Branch: perl
17634            ! t/lib/trig.t
17635 ____________________________________________________________________________
17636 [  6904] By: jhi                                   on 2000/08/30  00:13:09
17637         Log: From now on, Gisle is on my list of usual suspects :-)
17638              Retract #6902.
17639      Branch: perl
17640            ! ext/Opcode/Safe.pm
17641 ____________________________________________________________________________
17642 [  6903] By: jhi                                   on 2000/08/29  23:51:20
17643         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
17644              From: "Craig A. Berry" <craig.berry@psinetcs.com>
17645              Date: Tue, 29 Aug 2000 18:43:26 -0500
17646              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
17647      Branch: perl
17648            + vms/vmspipe.com
17649            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
17650            ! vms/vms.c
17651 ____________________________________________________________________________
17652 [  6902] By: jhi                                   on 2000/08/29  23:44:14
17653         Log: Retry what #6882 attempted.
17654              
17655              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
17656              From: Gisle Aas <gisle@ActiveState.com>
17657              Date: 30 Aug 2000 00:33:09 +0200
17658              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
17659      Branch: perl
17660            ! ext/Opcode/Safe.pm
17661 ____________________________________________________________________________
17662 [  6901] By: jhi                                   on 2000/08/29  22:59:32
17663         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
17664              From: Hugo <hv@crypt.compulink.co.uk>
17665              Date: Mon, 12 Jun 2000 19:36:08 +0100
17666              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
17667      Branch: perl
17668            ! sv.c
17669 ____________________________________________________________________________
17670 [  6900] By: jhi                                   on 2000/08/29  22:58:35
17671         Log: Admit that we are leaking scalars.
17672              
17673              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
17674              From: Spider Boardman <spider@leggy.zk3.dec.com>
17675              Date: Tue, 29 Aug 2000 18:48:29 -0400
17676              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
17677      Branch: perl
17678            ! t/pragma/warnings.t
17679 ____________________________________________________________________________
17680 [  6899] By: jhi                                   on 2000/08/29  20:53:13
17681         Log: Update Changes.
17682      Branch: perl
17683            ! Changes patchlevel.h
17684 ____________________________________________________________________________
17685 [  6898] By: jhi                                   on 2000/08/29  20:46:21
17686         Log: Undo namespace pollution of #6878.
17687              
17688              Subject: Re: Net::protoent does not export 'getproto'
17689              From: Mike Guy <mjtg@cam.ac.uk>
17690              Date: Tue, 29 Aug 2000 21:32:37 +0100
17691              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
17692      Branch: perl
17693            ! lib/Net/protoent.pm
17694 ____________________________________________________________________________
17695 [  6897] By: jhi                                   on 2000/08/29  20:44:29
17696         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
17697              From: Peter Prymmer <pvhp@forte.com>
17698              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
17699              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
17700      Branch: perl
17701            ! pod/perlebcdic.pod
17702 ____________________________________________________________________________
17703 [  6896] By: jhi                                   on 2000/08/29  20:40:57
17704         Log: There's no point repeating the 'revision' (5) of perl5.
17705      Branch: metaconfig/U/perl
17706            ! Devel.U patchlevel.U
17707      Branch: perl
17708            ! Configure config_h.SH
17709 ____________________________________________________________________________
17710 [  6895] By: jhi                                   on 2000/08/29  20:16:58
17711         Log: Regen Configure for #6894.
17712      Branch: metaconfig/U/perl
17713            ! perladmin.U
17714      Branch: perl
17715            ! Configure config_h.SH
17716 ____________________________________________________________________________
17717 [  6894] By: jhi                                   on 2000/08/29  19:59:52
17718         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
17719              From: "Philip Newton" <Philip.Newton@gmx.net>
17720              Date: Tue, 29 Aug 2000 21:39:14 +0200
17721              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
17722      Branch: perl
17723            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
17724            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
17725            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
17726            ! utils/perlbug.PL
17727 ____________________________________________________________________________
17728 [  6893] By: jhi                                   on 2000/08/29  19:55:30
17729         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
17730              From: "Philip Newton" <Philip.Newton@gmx.net>
17731              Date: Tue, 29 Aug 2000 21:39:14 +0200
17732              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
17733      Branch: perl
17734            ! installhtml
17735 ____________________________________________________________________________
17736 [  6892] By: jhi                                   on 2000/08/29  19:53:59
17737         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
17738              From: "Philip Newton" <Philip.Newton@gmx.net>
17739              Date: Tue, 29 Aug 2000 21:48:18 +0200
17740              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
17741      Branch: perl
17742            ! lib/File/Temp.pm
17743 ____________________________________________________________________________
17744 [  6891] By: jhi                                   on 2000/08/29  18:30:03
17745         Log: Nail the ID 20000828.023.
17746      Branch: perl
17747            ! ext/Storable/Storable.xs
17748 ____________________________________________________________________________
17749 [  6890] By: jhi                                   on 2000/08/29  16:50:17
17750         Log: Under usethreads the dumped variable is IN_PAD.
17751              
17752              Subject: Re: [PATCH] Glob dumping
17753              From: Gisle Aas <gisle@ActiveState.com>
17754              Date: 29 Aug 2000 18:45:05 +0200
17755              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
17756      Branch: perl
17757            ! t/lib/peek.t
17758 ____________________________________________________________________________
17759 [  6889] By: jhi                                   on 2000/08/29  15:17:37
17760         Log: Update Changes.
17761      Branch: perl
17762            ! Changes patchlevel.h
17763 ____________________________________________________________________________
17764 [  6888] By: jhi                                   on 2000/08/29  14:49:59
17765         Log: Retract #6882, broke the safe tests.
17766      Branch: perl
17767            ! ext/Opcode/Safe.pm
17768 ____________________________________________________________________________
17769 [  6887] By: jhi                                   on 2000/08/29  14:47:06
17770         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
17771              From: Gisle Aas <gisle@ActiveState.com> 
17772              Date: 09 Jun 2000 20:00:11 +0200
17773              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
17774      Branch: perl
17775            ! utils/perldoc.PL
17776 ____________________________________________________________________________
17777 [  6886] By: jhi                                   on 2000/08/29  14:42:45
17778         Log: The #6881 removed one dump line.
17779      Branch: perl
17780            ! t/lib/peek.t
17781 ____________________________________________________________________________
17782 [  6885] By: jhi                                   on 2000/08/29  14:30:47
17783         Log: Don't forget to tidy up.
17784      Branch: perl
17785            ! t/lib/ftmp-security.t
17786 ____________________________________________________________________________
17787 [  6884] By: jhi                                   on 2000/08/29  14:25:17
17788         Log: Disabling the one test is a bit tricky.
17789      Branch: perl
17790            ! t/lib/ftmp-security.t
17791 ____________________________________________________________________________
17792 [  6883] By: jhi                                   on 2000/08/29  14:16:25
17793         Log: Disable one of the tests for now.
17794      Branch: perl
17795            ! t/lib/ftmp-security.t
17796 ____________________________________________________________________________
17797 [  6882] By: jhi                                   on 2000/08/29  14:05:50
17798         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
17799              From: gisle@aas.no
17800              Date: 29 Aug 2000 10:35:06 -0000
17801              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
17802      Branch: perl
17803            ! ext/Opcode/Safe.pm
17804 ____________________________________________________________________________
17805 [  6881] By: jhi                                   on 2000/08/29  14:03:51
17806         Log: Subject: [PATCH] Glob dumping
17807              From: Gisle Aas <gisle@ActiveState.com>
17808              Date: 29 Aug 2000 07:59:42 -0000
17809              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
17810      Branch: perl
17811            ! dump.c
17812 ____________________________________________________________________________
17813 [  6880] By: jhi                                   on 2000/08/29  14:02:01
17814         Log: Subject: [PATCH] Warnings in B::Deparse
17815              From: <abigail@foad.org>
17816              Date: Tue, 29 Aug 2000 00:00:01 -0400
17817              Message-ID: <20000829040001.2999.qmail@foad.org>
17818      Branch: perl
17819            ! ext/B/B/Deparse.pm
17820 ____________________________________________________________________________
17821 [  6879] By: jhi                                   on 2000/08/29  13:57:26
17822         Log: Missed a change in #6869.
17823      Branch: perl
17824            ! mg.c
17825 ____________________________________________________________________________
17826 [  6878] By: jhi                                   on 2000/08/29  13:45:04
17827         Log: Subject: Net::protoent does not export 'getproto'
17828              From: Yasushi Nakajima <sey@jkc.co.jp>
17829              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
17830      Branch: perl
17831            ! lib/Net/protoent.pm
17832 ____________________________________________________________________________
17833 [  6877] By: jhi                                   on 2000/08/29  13:39:19
17834         Log: Patches all over for people and the files they (hopefully) care about.
17835      Branch: perl
17836            ! AUTHORS Changes MAINTAIN
17837 ____________________________________________________________________________
17838 [  6876] By: jhi                                   on 2000/08/29  12:53:54
17839         Log: Fix for thinko in #6848.
17840              
17841              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
17842              From: Lupe Christoph <lupe@lupe-christoph.de>
17843              Date: Tue, 29 Aug 2000 09:04:08 +0200
17844              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
17845      Branch: perl
17846            ! ext/Thread/Thread.xs
17847 ____________________________________________________________________________
17848 [  6875] By: jhi                                   on 2000/08/29  12:50:14
17849         Log: Update to Getopt::Long 2.24, from Johan Vromans.
17850      Branch: perl
17851            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
17852 ____________________________________________________________________________
17853 [  6874] By: jhi                                   on 2000/08/29  02:09:53
17854         Log: Use minimal @INC in tests, most of the time just '../lib',
17855              so that we simply can't pick up stuff from other Perls than
17856              the one we are testing.  Pointed out by
17857              
17858              From: Mike Guy <mjtg@cam.ac.uk>
17859              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
17860              Date: Fri, 25 Aug 2000 15:15:59 +0100
17861              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
17862      Branch: perl
17863            ! (edit 185 files)
17864 ____________________________________________________________________________
17865 [  6873] By: jhi                                   on 2000/08/29  01:07:11
17866         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
17867              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17868              Date: Mon, 28 Aug 2000 17:45:52 -0700
17869              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
17870      Branch: perl
17871            ! Makefile.SH hints/os2.sh
17872 ____________________________________________________________________________
17873 [  6872] By: jhi                                   on 2000/08/28  23:33:39
17874         Log: Subject: [PATCH bleedperl@6866] spellings
17875              From: marcel@codewerk.com (Marcel Grunauer)
17876              Date: Tue, 29 Aug 2000 01:19:59 +0200
17877              Message-Id: <200008282319.BAA29862@gandalf.local>
17878      Branch: perl
17879            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
17880            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
17881            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
17882 ____________________________________________________________________________
17883 [  6871] By: jhi                                   on 2000/08/28  23:22:09
17884         Log: Take out the SUIDMAIL thing, that will not be
17885              a problem in 5.7.*.
17886      Branch: perl
17887            ! patchlevel.h
17888 ____________________________________________________________________________
17889 [  6870] By: jhi                                   on 2000/08/28  23:19:30
17890         Log: -S is the silent flag, -s is the strip flag.
17891              
17892              Subject: [PATCH] Re: [PATCH] make no-install          
17893              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17894              Date: Mon, 28 Aug 2000 15:12:55 -0700
17895              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
17896      Branch: perl
17897            ! Makefile.SH
17898 ____________________________________________________________________________
17899 [  6869] By: jhi                                   on 2000/08/28  23:12:05
17900         Log: Subject: [PATCH bleedperl@6856] warnings fixes
17901              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
17902              Date: Mon, 28 Aug 2000 23:55:06 +0100
17903              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
17904      Branch: perl
17905            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
17906            ! warnings.h warnings.pl
17907 ____________________________________________________________________________
17908 [  6868] By: jhi                                   on 2000/08/28  21:38:22
17909         Log: Potential cruft.
17910      Branch: perl
17911            ! Makefile.SH
17912 ____________________________________________________________________________
17913 [  6867] By: jhi                                   on 2000/08/28  21:35:36
17914         Log: Update Changes.
17915      Branch: perl
17916            ! Changes patchlevel.h
17917 ____________________________________________________________________________
17918 [  6866] By: jhi                                   on 2000/08/28  21:33:49
17919         Log: Subject: hv.h Doc Patch
17920              From: Fisher Mark <fisherm@tce.com>
17921              Date: Mon, 28 Aug 2000 16:24:59 -0500
17922              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
17923      Branch: perl
17924            ! hv.h
17925 ____________________________________________________________________________
17926 [  6865] By: jhi                                   on 2000/08/28  21:02:15
17927         Log: Add -ld to archname on long tr...double platforms.
17928      Branch: metaconfig
17929            ! U/threads/archname.U
17930      Branch: perl
17931            ! Configure config_h.SH
17932 ____________________________________________________________________________
17933 [  6864] By: jhi                                   on 2000/08/28  20:38:59
17934         Log: An attempt to fix the problem reported in
17935              
17936              Subject: Building perl@6856 using gcc/AIX 4.3.3 
17937              From: Daniel Muino <dmuino@afip.gov.ar> 
17938              Date: Mon, 28 Aug 2000 15:50:01 -0300   
17939              Message-ID: <20000828155001.A14403@con2-dgi>
17940              
17941              I can't test this properly since the gcc installation I have
17942              access to seems to be botched (gcc is calling the AIX cpp,
17943              a losing proposition...)
17944      Branch: perl
17945            ! hints/aix.sh
17946 ____________________________________________________________________________
17947 [  6863] By: jhi                                   on 2000/08/28  18:57:52
17948         Log: Fix for ID 20000828.001, long doubles were not formatted
17949              correctly (showed up in $], which stopped installing perl).
17950      Branch: perl
17951            ! sv.c
17952 ____________________________________________________________________________
17953 [  6862] By: jhi                                   on 2000/08/28  18:07:15
17954         Log: Typo in #6858.
17955      Branch: perl
17956            ! lib/Cwd.pm
17957 ____________________________________________________________________________
17958 [  6861] By: jhi                                   on 2000/08/28  17:57:27
17959         Log: opmini.o may be left around if a build is interrupted.
17960      Branch: perl
17961            ! Makefile.SH
17962 ____________________________________________________________________________
17963 [  6860] By: jhi                                   on 2000/08/28  16:52:50
17964         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
17965              From: Daniel Chetlin <daniel@chetlin.com>
17966              Date: Mon, 28 Aug 2000 01:14:18 -0700
17967              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
17968      Branch: perl
17969            ! lib/overload.pm
17970 ____________________________________________________________________________
17971 [  6859] By: jhi                                   on 2000/08/28  16:08:46
17972         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
17973              From: Nicholas Clark <nick@ccl4.org>
17974              Date: Mon, 28 Aug 2000 16:03:27 +0100
17975              Message-Id: <20000828160327.C49785@plum.flirble.org>
17976      Branch: perl
17977            ! ext/ByteLoader/bytecode.h
17978 ____________________________________________________________________________
17979 [  6858] By: jhi                                   on 2000/08/28  16:02:10
17980         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
17981              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
17982              Date: Mon, 28 Aug 2000 13:08:30 +0200
17983              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
17984      Branch: perl
17985            ! lib/Cwd.pm
17986 ____________________________________________________________________________
17987 [  6857] By: jhi                                   on 2000/08/28  15:42:47
17988         Log: display_format used as a class method without arguments was broken,
17989              reported in
17990              
17991              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
17992              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
17993              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
17994              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
17995      Branch: perl
17996            ! lib/Math/Complex.pm t/lib/complex.t
17997 ____________________________________________________________________________
17998 [  6856] By: jhi                                   on 2000/08/27  22:09:48
17999         Log: Update Changes.
18000      Branch: perl
18001            ! Changes patchlevel.h
18002 ____________________________________________________________________________
18003 [  6855] By: jhi                                   on 2000/08/27  21:59:21
18004         Log: Retract #6853 (false alarm).
18005      Branch: perl
18006            ! lib/ExtUtils/xsubpp
18007 ____________________________________________________________________________
18008 [  6854] By: jhi                                   on 2000/08/27  21:37:44
18009         Log: Update Changes.
18010      Branch: perl
18011            ! Changes patchlevel.h
18012 ____________________________________________________________________________
18013 [  6853] By: jhi                                   on 2000/08/27  21:37:16
18014         Log: Subject: [PATCH perl@6850] workaround for xsubpp
18015              From: Hugo <hv@crypt.compulink.co.uk>
18016              Date: Sun, 27 Aug 2000 22:30:25 +0100
18017              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
18018      Branch: perl
18019            ! lib/ExtUtils/xsubpp
18020 ____________________________________________________________________________
18021 [  6852] By: jhi                                   on 2000/08/27  21:33:58
18022         Log: Big-endian 64-bit patch from Raphael Manfredi.
18023      Branch: perl
18024            ! ext/Storable/Storable.xs
18025 ____________________________________________________________________________
18026 [  6851] By: jhi                                   on 2000/08/27  21:22:21
18027         Log: More ruthless editing from Hugo van der Sanden.
18028      Branch: perl
18029            ! pod/perldelta.pod
18030 ____________________________________________________________________________
18031 [  6850] By: jhi                                   on 2000/08/27  16:11:46
18032         Log: Update Changes.
18033      Branch: perl
18034            ! Changes patchlevel.h
18035 ____________________________________________________________________________
18036 [  6849] By: jhi                                   on 2000/08/27  16:11:05
18037         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
18038      Branch: perl
18039            ! configpm pod/perldelta.pod
18040 ____________________________________________________________________________
18041 [  6848] By: jhi                                   on 2000/08/27  15:35:08
18042         Log: Use the actual thread type, not the pointer-to-struct.
18043      Branch: perl
18044            ! ext/Thread/Thread.xs
18045 ____________________________________________________________________________
18046 [  6847] By: jhi                                   on 2000/08/27  15:30:49
18047         Log: Test nit.
18048      Branch: perl
18049            ! t/pragma/warn/pp_sys
18050 ____________________________________________________________________________
18051 [  6846] By: jhi                                   on 2000/08/27  15:19:02
18052         Log: Passing -R in ldflags makes now it to appear in the default
18053              for lddlflags, just like with -L.
18054              
18055              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
18056              From: Lupe Christoph <lupe@lupe-christoph.de>
18057              Date: Sun, 27 Aug 2000 10:28:21 +0200
18058              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
18059      Branch: metaconfig/U/perl
18060            ! dlsrc.U
18061      Branch: perl
18062            ! Configure
18063 ____________________________________________________________________________
18064 [  6845] By: jhi                                   on 2000/08/27  15:08:54
18065         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
18066              From: Alan Burlison <Alan.Burlison@uk.sun.com>
18067              Date: Sat, 26 Aug 2000 22:23:27 +0100
18068              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
18069      Branch: perl
18070            ! lib/ExtUtils/MM_Unix.pm
18071 ____________________________________________________________________________
18072 [  6844] By: jhi                                   on 2000/08/27  15:02:37
18073         Log: DJGPP update from Laszlo Molnar.
18074              
18075              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
18076              From: ml1050 <ml1050@freemail.hu>
18077              Date: Sat, 26 Aug 2000 23:24:40 +0200
18078              Message-Id: <20000826232440.A439@freemail.hu>
18079      Branch: perl
18080            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
18081            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
18082 ____________________________________________________________________________
18083 [  6843] By: jhi                                   on 2000/08/27  14:53:58
18084         Log: Subject: installman buglet
18085              From: Lupe Christoph <lupe@lupe-christoph.de>
18086              Date: Sun, 27 Aug 2000 14:38:59 +0200
18087              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
18088      Branch: perl
18089            ! installman
18090 ____________________________________________________________________________
18091 [  6842] By: jhi                                   on 2000/08/27  14:52:08
18092         Log: Can't get the test to reliably work thanks to the
18093              inaccurateness of floating point.  "Resolves" bug ids
18094              20000826.003, 20000826.009, 20000826.010,
18095      Branch: perl
18096            ! t/lib/trig.t
18097 ____________________________________________________________________________
18098 [  6841] By: jhi                                   on 2000/08/26  15:53:58
18099         Log: Update Changes.
18100      Branch: perl
18101            ! Changes patchlevel.h
18102 ____________________________________________________________________________
18103 [  6840] By: jhi                                   on 2000/08/26  14:23:03
18104         Log: grep -e isn't portable.
18105              
18106              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
18107              From: chris@broadband.att.com
18108              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
18109              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
18110      Branch: perl
18111            ! hints/solaris_2.sh
18112 ____________________________________________________________________________
18113 [  6839] By: jhi                                   on 2000/08/26  14:12:23
18114         Log: no-install target a la make -n.
18115              
18116              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
18117              From: <abigail@foad.org>
18118              Date: Sat, 26 Aug 2000 03:57:34 -0400
18119              Message-ID: <20000826075735.18912.qmail@foad.org>
18120      Branch: perl
18121            ! Makefile.SH installman installperl
18122 ____________________________________________________________________________
18123 [  6838] By: jhi                                   on 2000/08/26  14:06:33
18124         Log: Retract #6826 as the #6828 should be do the same
18125              in a More Correct Way.
18126      Branch: perl
18127            ! installperl
18128 ____________________________________________________________________________
18129 [  6837] By: jhi                                   on 2000/08/26  05:24:00
18130         Log: More casting.
18131      Branch: perl
18132            ! ext/Storable/Storable.xs
18133 ____________________________________________________________________________
18134 [  6836] By: jhi                                   on 2000/08/26  05:05:46
18135         Log: Nicer in decimal.
18136      Branch: perl
18137            ! ext/Storable/Storable.xs
18138 ____________________________________________________________________________
18139 [  6835] By: jhi                                   on 2000/08/26  05:03:50
18140         Log: There be no UVdf.
18141      Branch: perl
18142            ! ext/Storable/Storable.xs
18143 ____________________________________________________________________________
18144 [  6834] By: jhi                                   on 2000/08/26  05:00:18
18145         Log: Continue IVdfing and UVxfing.
18146      Branch: perl
18147            ! ext/Storable/Storable.xs
18148 ____________________________________________________________________________
18149 [  6833] By: jhi                                   on 2000/08/26  04:53:14
18150         Log: Use IVdf.
18151      Branch: perl
18152            ! ext/Storable/Storable.xs
18153 ____________________________________________________________________________
18154 [  6832] By: jhi                                   on 2000/08/26  04:40:41
18155         Log: Document PTR2XX and INT2PTR.
18156      Branch: perl
18157            ! pod/perlguts.pod
18158 ____________________________________________________________________________
18159 [  6831] By: jhi                                   on 2000/08/26  04:33:18
18160         Log: Use UVxf, PTR2UV, NVff.
18161      Branch: perl
18162            ! ext/Storable/Storable.xs
18163 ____________________________________________________________________________
18164 [  6830] By: jhi                                   on 2000/08/26  04:31:32
18165         Log: Update the test count.
18166      Branch: perl
18167            ! t/lib/trig.t
18168 ____________________________________________________________________________
18169 [  6829] By: jhi                                   on 2000/08/26  03:05:50
18170         Log: Subject: [PATCH] installation not quite silent yet.
18171              From: <abigail@foad.org>
18172              Date: Fri, 25 Aug 2000 20:07:53 -0400
18173              Message-ID: <20000826000753.7822.qmail@foad.org>
18174      Branch: perl
18175            ! installman installperl
18176 ____________________________________________________________________________
18177 [  6828] By: jhi                                   on 2000/08/26  03:05:14
18178         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
18179              From: Spider Boardman <spider@web.zk3.dec.com>
18180              Date: Fri, 25 Aug 2000 19:12:40 -0400
18181              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
18182      Branch: perl
18183            ! gv.c
18184 ____________________________________________________________________________
18185 [  6827] By: jhi                                   on 2000/08/25  23:54:34
18186         Log: Support preserving extremely big/small angles.
18187      Branch: perl
18188            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
18189 ____________________________________________________________________________
18190 [  6826] By: jhi                                   on 2000/08/25  23:01:20
18191         Log: Patch installperl to be long double-aware.
18192              
18193              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
18194              From: Spider Boardman <spider@web.zk3.dec.com>
18195              Date: Fri, 25 Aug 2000 18:15:23 -0400
18196              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
18197      Branch: perl
18198            ! installperl
18199 ____________________________________________________________________________
18200 [  6825] By: jhi                                   on 2000/08/25  22:58:25
18201         Log: Remove duplicately applied patch shards.
18202              
18203              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
18204              From: Spider Boardman <spider@leggy.zk3.dec.com>
18205              Date: Fri, 25 Aug 2000 16:45:03 -0400
18206              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
18207      Branch: perl
18208            ! t/lib/cgi-html.t
18209 ____________________________________________________________________________
18210 [  6824] By: jhi                                   on 2000/08/25  22:57:00
18211         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
18212              From: Daniel Chetlin <daniel@chetlin.com>
18213              Date: Fri, 25 Aug 2000 12:23:16 -0700
18214              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
18215              
18216              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
18217              From: Daniel Chetlin <daniel@chetlin.com>
18218              Date: Fri, 25 Aug 2000 14:47:19 -0700
18219              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
18220      Branch: perl
18221            ! installman
18222 ____________________________________________________________________________
18223 [  6823] By: jhi                                   on 2000/08/25  22:44:17
18224         Log: Timestamp problem?
18225      Branch: perl
18226            ! uconfig.h uconfig.sh
18227 ____________________________________________________________________________
18228 [  6822] By: jhi                                   on 2000/08/25  19:01:06
18229         Log: One forgotten file from #6816.
18230      Branch: perl
18231            ! vos/config.h
18232 ____________________________________________________________________________
18233 [  6821] By: jhi                                   on 2000/08/25  18:56:39
18234         Log: Regen Changes.
18235      Branch: perl
18236            ! Changes patchlevel.h
18237 ____________________________________________________________________________
18238 [  6820] By: jhi                                   on 2000/08/25  18:52:35
18239         Log: Fix Changes ordering.
18240      Branch: perl
18241            ! Changes
18242 ____________________________________________________________________________
18243 [  6819] By: jhi                                   on 2000/08/25  18:50:25
18244         Log: Update Changes.
18245      Branch: perl
18246            ! Changes patchlevel.h
18247 ____________________________________________________________________________
18248 [  6818] By: jhi                                   on 2000/08/25  18:47:45
18249         Log: Tweak the sfio/useperlio logic, hopefully as wished in
18250              
18251              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
18252              From: Nicholas Clark <nick@babyhippo.co.uk>
18253              Date: Fri, 25 Aug 2000 12:01:45 +0100
18254              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
18255      Branch: metaconfig/U/perl
18256            ! d_sfio.U
18257      Branch: perl
18258            ! Configure
18259 ____________________________________________________________________________
18260 [  6817] By: jhi                                   on 2000/08/25  18:32:51
18261         Log: Allow microperl to assume <math.h>, without it the math
18262              functions like floor() are assumed to return int, which makes
18263              for core dumps in machines where integer and floating register
18264              don't mix.
18265      Branch: perl
18266            ! uconfig.h uconfig.sh
18267 ____________________________________________________________________________
18268 [  6816] By: jhi                                   on 2000/08/25  18:27:17
18269         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
18270              the problem reported in
18271              
18272              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
18273              From: danhale@us.ibm.com
18274              Date: Fri, 25 Aug 2000 10:58:06 -0400
18275              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
18276      Branch: metaconfig/U/perl
18277            + d_socks5_init.U
18278      Branch: perl
18279            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
18280            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
18281            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
18282            ! win32/config.gc win32/config.vc
18283 ____________________________________________________________________________
18284 [  6815] By: jhi                                   on 2000/08/25  17:43:31
18285         Log: A solution for the retrieve_fd autosplit warning,
18286              idea suggested by Mike Guy.
18287      Branch: perl
18288            ! ext/Storable/Storable.pm
18289 ____________________________________________________________________________
18290 [  6814] By: jhi                                   on 2000/08/25  17:16:03
18291         Log: Add install-silent target.
18292      Branch: perl
18293            ! Makefile.SH
18294 ____________________________________________________________________________
18295 [  6813] By: jhi                                   on 2000/08/25  17:14:23
18296         Log: Subject: Re: [PATCH] More silencing of installman.
18297              From: <abigail@foad.org>
18298              Date: Thu, 24 Aug 2000 19:27:03 -0400
18299              Message-ID: <20000824232703.7001.qmail@foad.org>
18300              
18301              Subject: Re: [PATCH] More silencing of installman.
18302              From: <abigail@foad.org>
18303              Date: Fri, 25 Aug 2000 03:00:58 -0400
18304              Message-ID: <20000825070058.10697.qmail@foad.org>
18305      Branch: perl
18306            ! installman
18307 ____________________________________________________________________________
18308 [  6812] By: jhi                                   on 2000/08/25  17:11:28
18309         Log: installperl --verbose and --silent.
18310              
18311              Subject: Re: [PATCH] More silencing of installman.
18312              From: <abigail@foad.org>
18313              Message-ID: <20000825064430.9719.qmail@foad.org>
18314              Date: Fri, 25 Aug 2000 02:44:30 -0400
18315      Branch: perl
18316            ! installperl
18317 ____________________________________________________________________________
18318 [  6811] By: jhi                                   on 2000/08/25  17:05:43
18319         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
18320              From: "Peter J. Farley III" <pjfarley@banet.net>
18321              Date: Thu, 24 Aug 2000 21:58:03 -0400
18322              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
18323              
18324              (applied slightly modified)
18325      Branch: perl
18326            ! lib/ExtUtils/MM_Unix.pm
18327 ____________________________________________________________________________
18328 [  6810] By: jhi                                   on 2000/08/25  17:01:18
18329         Log: Missing parts of 
18330              
18331              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
18332              From: Peter Prymmer <pvhp@forte.com>
18333              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
18334              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
18335      Branch: perl
18336            ! t/lib/cgi-html.t
18337 ____________________________________________________________________________
18338 [  6809] By: jhi                                   on 2000/08/25  16:46:32
18339         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
18340              From: "Craig A. Berry" <craig.berry@psinetcs.com>
18341              Date: Thu, 24 Aug 2000 19:13:11 -0500
18342              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
18343      Branch: perl
18344            ! vms/vms.c
18345 ____________________________________________________________________________
18346 [  6808] By: jhi                                   on 2000/08/25  16:39:22
18347         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
18348              From: Peter Prymmer <pvhp@forte.com>
18349              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
18350              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
18351      Branch: perl
18352            ! configure.com
18353 ____________________________________________________________________________
18354 [  6807] By: jhi                                   on 2000/08/25  16:36:37
18355         Log: Better wording for the vec lvalue diagnostic.
18356              
18357              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
18358              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
18359              Date: Wed, 23 Aug 2000 14:12:16 -0400
18360              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
18361      Branch: perl
18362            ! pod/perldiag.pod
18363 ____________________________________________________________________________
18364 [  6806] By: jhi                                   on 2000/08/24  18:17:22
18365         Log: Subject: [PATCH] More silencing of installman.
18366              From: <abigail@foad.org>
18367              Date: Thu, 24 Aug 2000 14:01:44 -0400
18368              Message-ID: <20000824180144.20062.qmail@foad.org>
18369      Branch: perl
18370            ! installman
18371 ____________________________________________________________________________
18372 [  6805] By: jhi                                   on 2000/08/24  15:00:31
18373         Log: Update Changes.
18374      Branch: perl
18375            ! Changes patchlevel.h
18376 ____________________________________________________________________________
18377 [  6804] By: jhi                                   on 2000/08/24  14:59:07
18378         Log: Regen perltoc.
18379      Branch: perl
18380            ! pod/perltoc.pod
18381 ____________________________________________________________________________
18382 [  6803] By: jhi                                   on 2000/08/24  14:44:39
18383         Log: Show the doc file, not the temp file.
18384      Branch: perl
18385            ! installman
18386 ____________________________________________________________________________
18387 [  6802] By: jhi                                   on 2000/08/24  14:41:53
18388         Log: Continue silencing.
18389      Branch: perl
18390            ! installman
18391 ____________________________________________________________________________
18392 [  6801] By: jhi                                   on 2000/08/24  14:34:40
18393         Log: Actually do something with the silencer option.
18394      Branch: perl
18395            ! installman
18396 ____________________________________________________________________________
18397 [  6800] By: jhi                                   on 2000/08/24  14:26:22
18398         Log: Make installman to recognize the silence flag -S.
18399      Branch: perl
18400            ! installman
18401 ____________________________________________________________________________
18402 [  6799] By: jhi                                   on 2000/08/24  13:49:38
18403         Log: DOS patches and portability/porting notes, from Tim Jenness.
18404      Branch: perl
18405            ! lib/File/Temp.pm
18406 ____________________________________________________________________________
18407 [  6798] By: jhi                                   on 2000/08/24  13:48:27
18408         Log: Create directories in silence.
18409              
18410              Subject: [PATCH] Another silencer for MakeMaker
18411              From: andreas.koenig@anima.de (Andreas J. Koenig)
18412              Date: 24 Aug 2000 14:18:52 +0200
18413              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
18414      Branch: perl
18415            ! lib/ExtUtils/Command.pm
18416 ____________________________________________________________________________
18417 [  6797] By: jhi                                   on 2000/08/24  13:46:42
18418         Log: More liberal parsing of version numbers.
18419              
18420              Subject: Re: CPAN.pm beta for testing available
18421              From: andreas.koenig@anima.de (Andreas J. Koenig)
18422              Date: 24 Aug 2000 13:51:57 +0200
18423              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
18424      Branch: perl
18425            ! lib/CPAN.pm
18426 ____________________________________________________________________________
18427 [  6796] By: jhi                                   on 2000/08/24  13:44:36
18428         Log: Make "make install" by default silent.  A new "install-verbose"
18429              target is verbose.
18430      Branch: perl
18431            ! Makefile.SH
18432 ____________________________________________________________________________
18433 [  6795] By: jhi                                   on 2000/08/24  13:39:14
18434         Log: Add silencer flags to installperl.
18435              
18436              Subject: [PATCH] Making installperl silent.
18437              From: <abigail@foad.org>
18438              Date: Thu, 24 Aug 2000 05:01:45 -0400
18439              Message-ID: <20000824090145.13141.qmail@foad.org>
18440      Branch: perl
18441            ! installperl
18442 ____________________________________________________________________________
18443 [  6794] By: jhi                                   on 2000/08/24  13:35:50
18444         Log: installperl couldn't tell whether it had run tests or not.
18445              
18446              Subject: [PATCH] Re: installperl and t/TEST
18447              From: <abigail@foad.org>
18448              Date: Thu, 24 Aug 2000 04:00:53 -0400
18449              Message-ID: <20000824080053.2494.qmail@foad.org>
18450      Branch: perl
18451            ! Makefile.SH installperl
18452 ____________________________________________________________________________
18453 [  6793] By: jhi                                   on 2000/08/24  13:27:50
18454         Log: Drop the separate perlbc, perlcc -b should be enough.
18455      Branch: perl
18456            - utils/perlbc.PL
18457            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
18458 ____________________________________________________________________________
18459 [  6792] By: jhi                                   on 2000/08/24  04:41:30
18460         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
18461              plus the typo fix from Peter Prymmer.
18462      Branch: perl
18463            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
18464            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
18465 ____________________________________________________________________________
18466 [  6791] By: jhi                                   on 2000/08/24  02:10:43
18467         Log: Replace #6705 with a minimal doc patch.
18468              
18469              Subject: [PATCH 5.6.0] replace change #6705
18470              From: Jan Dubois <jand@ActiveState.com>
18471              Date: Wed, 23 Aug 2000 18:31:51 -0700
18472              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
18473      Branch: perl
18474            ! lib/Win32.pod win32/win32.c
18475 ____________________________________________________________________________
18476 [  6790] By: jhi                                   on 2000/08/23  17:52:00
18477         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
18478              From: Mike Guy <mjtg@cam.ac.uk>
18479              Date: Wed, 23 Aug 2000 18:38:46 +0100
18480              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
18481      Branch: perl
18482            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
18483 ____________________________________________________________________________
18484 [  6789] By: jhi                                   on 2000/08/23  15:34:21
18485         Log: Update Changes.
18486      Branch: perl
18487            ! Changes patchlevel.h
18488 ____________________________________________________________________________
18489 [  6788] By: jhi                                   on 2000/08/23  15:33:40
18490         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
18491              From: Wilfredo Sánchez <wsanchez@apple.com>
18492              Date: Tue, 22 Aug 2000 19:31:27 -0700
18493              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
18494      Branch: perl
18495            ! perl.h
18496 ____________________________________________________________________________
18497 [  6787] By: jhi                                   on 2000/08/23  15:29:31
18498         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
18499              From: Spider Boardman <spider@leggy.zk3.dec.com>
18500              Date: Wed, 23 Aug 2000 10:33:23 -0400
18501              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
18502      Branch: perl
18503            ! lib/Pod/Html.pm
18504 ____________________________________________________________________________
18505 [  6786] By: jhi                                   on 2000/08/23  15:28:11
18506         Log: Bad makefile.
18507      Branch: perl
18508            ! ext/B/Makefile.PL
18509 ____________________________________________________________________________
18510 [  6785] By: jhi                                   on 2000/08/23  14:37:04
18511         Log: Update Changes.
18512      Branch: perl
18513            ! Changes patchlevel.h
18514 ____________________________________________________________________________
18515 [  6784] By: jhi                                   on 2000/08/23  13:58:41
18516         Log: Portability fix from Hugo van der Sanden.
18517      Branch: perl
18518            ! ext/re/Makefile.PL
18519 ____________________________________________________________________________
18520 [  6783] By: jhi                                   on 2000/08/23  13:53:53
18521         Log: Storable support, v-version fixes.
18522              
18523              Subject: CPAN.pm beta for testing available
18524              From: andreas.koenig@anima.de (Andreas J. Koenig)
18525              Date: 22 Aug 2000 23:31:33 +0200
18526              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
18527      Branch: perl
18528            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
18529 ____________________________________________________________________________
18530 [  6782] By: jhi                                   on 2000/08/23  13:51:26
18531         Log: Mac and other portability updates from Chris Nandor.
18532      Branch: perl
18533            ! pod/perlmodinstall.pod
18534 ____________________________________________________________________________
18535 [  6781] By: jhi                                   on 2000/08/23  13:47:33
18536         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
18537              From: Peter Prymmer <pvhp@forte.com>
18538              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
18539              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
18540      Branch: perl
18541            ! ext/Storable/Storable.xs
18542 ____________________________________________________________________________
18543 [  6780] By: jhi                                   on 2000/08/23  13:33:34
18544         Log: VMS MMS (make) wants null action.
18545      Branch: perl
18546            ! ext/B/Makefile.PL
18547 ____________________________________________________________________________
18548 [  6779] By: jhi                                   on 2000/08/22  19:44:47
18549         Log: Forgot portability nit.
18550      Branch: perl
18551            ! t/lib/st-forgive.t
18552 ____________________________________________________________________________
18553 [  6778] By: jhi                                   on 2000/08/22  19:35:25
18554         Log: Be portable.
18555      Branch: perl
18556            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
18557            ! t/lib/st-store.t
18558 ____________________________________________________________________________
18559 [  6777] By: jhi                                   on 2000/08/22  18:50:53
18560         Log: Update Changes.
18561      Branch: perl
18562            ! Changes patchlevel.h
18563 ____________________________________________________________________________
18564 [  6776] By: jhi                                   on 2000/08/22  18:44:46
18565         Log: cSVOPo_*v things index into the current PL_curpad
18566              under ithreads, which is different from the curpad
18567              used by the XSUB.  (In other words, the code as-is
18568              before this patch wouldn't work under ithreads.)
18569              From Sarathy.
18570      Branch: perl
18571            ! ext/B/B.xs
18572 ____________________________________________________________________________
18573 [  6775] By: jhi                                   on 2000/08/22  18:18:37
18574         Log: Make the selection of NVff et al stricter.
18575      Branch: metaconfig/U/perl
18576            ! perlxvf.U
18577      Branch: perl
18578            ! Configure config_h.SH
18579 ____________________________________________________________________________
18580 [  6774] By: jhi                                   on 2000/08/22  17:19:42
18581         Log: perldelta nits.
18582      Branch: perl
18583            ! pod/perldelta.pod
18584 ____________________________________________________________________________
18585 [  6773] By: jhi                                   on 2000/08/22  17:06:26
18586         Log: Long double fixes from Spider Boardman.
18587              
18588              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
18589              From: system PRIVILEGED account <root@peano.zk3.dec.com>
18590              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
18591              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
18592      Branch: perl
18593            ! t/lib/bigfltpm.t t/lib/st-06compat.t
18594 ____________________________________________________________________________
18595 [  6772] By: jhi                                   on 2000/08/22  15:04:53
18596         Log: Update Changes.
18597      Branch: perl
18598            ! Changes patchlevel.h
18599 ____________________________________________________________________________
18600 [  6771] By: jhi                                   on 2000/08/22  15:01:44
18601         Log: perldelta fixes from Hugo van der Sanden.
18602      Branch: perl
18603            ! pod/perldelta.pod
18604 ____________________________________________________________________________
18605 [  6770] By: jhi                                   on 2000/08/22  14:34:49
18606         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
18607              From: Hugo <hv@crypt.compulink.co.uk>
18608              Date: Tue, 22 Aug 2000 11:21:53 +0100
18609              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
18610      Branch: perl
18611            ! regcomp.c
18612 ____________________________________________________________________________
18613 [  6769] By: jhi                                   on 2000/08/22  14:30:02
18614         Log: Add Yitzchak, reformat.
18615      Branch: perl
18616            ! Changes config_h.SH
18617 ____________________________________________________________________________
18618 [  6768] By: jhi                                   on 2000/08/22  14:21:35
18619         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
18620              and Spider Boardman.
18621      Branch: metaconfig
18622            ! U/compline/d_gconvert.U
18623      Branch: perl
18624            ! Configure
18625 ____________________________________________________________________________
18626 [  6767] By: jhi                                   on 2000/08/22  14:11:24
18627         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
18628              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18629              Date: Mon, 21 Aug 2000 19:08:31 -0700
18630              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
18631      Branch: perl
18632            - ext/Storable/patchlevel.h
18633            ! MANIFEST ext/Storable/MANIFEST
18634 ____________________________________________________________________________
18635 [  6766] By: jhi                                   on 2000/08/22  13:49:29
18636         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
18637              From: Peter Prymmer <pvhp@forte.com>
18638              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
18639              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
18640      Branch: perl
18641            ! configure.com ext/Storable/Makefile.PL
18642 ____________________________________________________________________________
18643 [  6765] By: jhi                                   on 2000/08/22  13:44:59
18644         Log: Subject: [PATCH blead] B:: missing dependency
18645              From: Hugo <hv@crypt.compulink.co.uk>
18646              Date: Tue, 22 Aug 2000 06:44:33 +0100
18647              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
18648      Branch: perl
18649            ! ext/B/Makefile.PL
18650 ____________________________________________________________________________
18651 [  6764] By: jhi                                   on 2000/08/22  13:38:12
18652         Log: More bytecompiler.
18653      Branch: perl
18654            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
18655 ____________________________________________________________________________
18656 [  6763] By: jhi                                   on 2000/08/22  13:36:44
18657         Log: Bytecompiler patches from Benjamin Stuhl.
18658      Branch: perl
18659            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
18660            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
18661            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
18662            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
18663            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
18664            ! perl.c perlapi.h pod/perldelta.pod
18665 ____________________________________________________________________________
18666 [  6762] By: jhi                                   on 2000/08/21  23:43:40
18667         Log: An obsoleted diagnostic.
18668      Branch: perl
18669            ! pod/perldelta.pod
18670 ____________________________________________________________________________
18671 [  6761] By: jhi                                   on 2000/08/21  23:01:45
18672         Log: The #6759 wasn't quite right.
18673      Branch: perl
18674            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
18675            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
18676            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
18677            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
18678            ! t/lib/st-tieditems.t
18679 ____________________________________________________________________________
18680 [  6760] By: jhi                                   on 2000/08/21  22:35:49
18681         Log: Be verydeepclean.
18682      Branch: perl
18683            ! Makefile.SH
18684 ____________________________________________________________________________
18685 [  6759] By: jhi                                   on 2000/08/21  22:25:40
18686         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
18687              From: Peter Prymmer <pvhp@forte.com>
18688              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
18689              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
18690      Branch: perl
18691            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
18692            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
18693            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
18694            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
18695            ! t/lib/st-tieditems.t
18696 ____________________________________________________________________________
18697 [  6758] By: jhi                                   on 2000/08/21  22:22:32
18698         Log: Few more casts, need reported in
18699              
18700              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
18701              From: Mike Stok <mike@stok.co.uk>
18702              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
18703              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
18704              
18705              and
18706              
18707              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
18708              From: abigail@foad.org
18709              Date: 21 Aug 2000 21:31:34 -0000
18710              Message-Id: <20000821213134.30170.qmail@foad.org>
18711      Branch: perl
18712            ! ext/Storable/Storable.xs
18713 ____________________________________________________________________________
18714 [  6757] By: jhi                                   on 2000/08/21  18:37:07
18715         Log: Update Changes.
18716      Branch: perl
18717            ! Changes patchlevel.h
18718 ____________________________________________________________________________
18719 [  6756] By: jhi                                   on 2000/08/21  18:34:02
18720         Log: A pod nit.
18721              
18722              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
18723              From: <abigail@foad.org>
18724              Date: Mon, 21 Aug 2000 14:00:16 -0400
18725              Message-ID: <20000821180016.28627.qmail@foad.org>
18726      Branch: perl
18727            ! pod/perlre.pod
18728 ____________________________________________________________________________
18729 [  6755] By: jhi                                   on 2000/08/21  18:30:56
18730         Log: Use PodParser 1.18 new test.
18731      Branch: perl
18732            ! t/pod/special_seqs.t t/pod/special_seqs.xr
18733 ____________________________________________________________________________
18734 [  6754] By: jhi                                   on 2000/08/21  18:28:35
18735         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
18736              patches cannot be applied since #6712 conflicts.
18737      Branch: perl
18738            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
18739 ____________________________________________________________________________
18740 [  6753] By: jhi                                   on 2000/08/21  18:15:11
18741         Log: Weed out some smaller changes.
18742      Branch: perl
18743            ! pod/perldelta.pod
18744 ____________________________________________________________________________
18745 [  6752] By: jhi                                   on 2000/08/21  18:02:30
18746         Log: Also under djgpp the timestamps are funky.
18747      Branch: perl
18748            ! t/op/stat.t
18749 ____________________________________________________________________________
18750 [  6751] By: jhi                                   on 2000/08/21  17:55:56
18751         Log: Tweak the floating point output routine preferences.
18752      Branch: metaconfig
18753            ! U/compline/d_gconvert.U
18754      Branch: perl
18755            ! Configure
18756 ____________________________________________________________________________
18757 [  6750] By: jhi                                   on 2000/08/21  17:51:29
18758         Log: Unicos/mk requires elaborate paranoia.
18759      Branch: perl
18760            ! lib/Math/Complex.pm
18761 ____________________________________________________________________________
18762 [  6749] By: gsar                                  on 2000/08/21  16:53:31
18763         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
18764      Branch: perl
18765            ! lib/Cwd.pm
18766 ____________________________________________________________________________
18767 [  6748] By: gsar                                  on 2000/08/21  16:22:19
18768         Log: free TLS slot properly on Windows
18769      Branch: perl
18770            ! thread.h win32/perllib.c win32/win32thread.h
18771 ____________________________________________________________________________
18772 [  6747] By: jhi                                   on 2000/08/21  16:20:58
18773         Log: Rename the macro argument because some preprocessors
18774              can't tell the difference and expand arguments also inside
18775              double quoted strings.
18776      Branch: perl
18777            ! regcomp.c
18778 ____________________________________________________________________________
18779 [  6746] By: jhi                                   on 2000/08/21  16:09:41
18780         Log: Support long doubles in Storable.
18781              
18782              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
18783              From: Radu Greab <radu@netsoft.ro>
18784              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
18785              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
18786      Branch: perl
18787            ! ext/Storable/Storable.xs
18788 ____________________________________________________________________________
18789 [  6745] By: jhi                                   on 2000/08/21  15:51:40
18790         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
18791              From: "Fifer, Eric" <EFifer@sanwaint.com>
18792              Date: Mon, 21 Aug 2000 15:34:49 +0100
18793              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
18794      Branch: perl
18795            ! t/pragma/warn/9enabled
18796 ____________________________________________________________________________
18797 [  6744] By: jhi                                   on 2000/08/21  15:39:35
18798         Log: Document the endianness of Alpha more precisely.
18799      Branch: perl
18800            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
18801            ! pod/perlport.pod
18802 ____________________________________________________________________________
18803 [  6743] By: jhi                                   on 2000/08/21  14:47:05
18804         Log: perldelta fixes from the p5p crowd.
18805      Branch: perl
18806            ! pod/perldelta.pod pod/perlop.pod
18807 ____________________________________________________________________________
18808 [  6742] By: jhi                                   on 2000/08/21  13:34:51
18809         Log: Update to Pod::LaTeX 0.53.
18810              
18811              Subject: [PATCH] lib/Pod/LaTeX.pm updates
18812              From: Tim Jenness <timj@jach.hawaii.edu>
18813              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
18814              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
18815      Branch: perl
18816            ! lib/Pod/LaTeX.pm
18817 ____________________________________________________________________________
18818 [  6741] By: jhi                                   on 2000/08/21  13:33:01
18819         Log: Subject: [PATCH] os2.c fix for use64bitint
18820              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18821              Date: Mon, 21 Aug 2000 01:32:25 -0700
18822              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
18823      Branch: perl
18824            ! os2/os2.c
18825 ____________________________________________________________________________
18826 [  6740] By: jhi                                   on 2000/08/21  13:28:52
18827         Log: Array context keeps slithering in.
18828              
18829              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
18830              From: Daniel Chetlin <daniel@chetlin.com>
18831              Date: Sun, 20 Aug 2000 21:40:25 -0700
18832              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
18833      Branch: perl
18834            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
18835            ! pod/perldebtut.pod
18836 ____________________________________________________________________________
18837 [  6739] By: jhi                                   on 2000/08/21  13:23:55
18838         Log: Big-endian quad fixes for Storable from Radu Greab,
18839              plus few explicit null casts for picky compilers.
18840      Branch: perl
18841            ! ext/Storable/Storable.xs
18842 ____________________________________________________________________________
18843 [  6738] By: gsar                                  on 2000/08/21  05:56:13
18844         Log: small tweaks for change#6705: avoid C++ style comments in C code;
18845              use Perl's malloc API rather than the low level system one
18846      Branch: perl
18847            ! win32/win32.c
18848 ____________________________________________________________________________
18849 [  6737] By: gsar                                  on 2000/08/21  05:35:41
18850         Log: add Storable to list of extensions on Windows
18851      Branch: perl
18852            ! win32/Makefile win32/makefile.mk
18853 ____________________________________________________________________________
18854 [  6736] By: jhi                                   on 2000/08/21  02:57:53
18855         Log: Update Changes.
18856      Branch: perl
18857            ! Changes patchlevel.h
18858 ____________________________________________________________________________
18859 [  6735] By: jhi                                   on 2000/08/21  02:57:20
18860         Log: Draft 0.
18861      Branch: perl
18862            ! pod/perldelta.pod
18863 ____________________________________________________________________________
18864 [  6734] By: jhi                                   on 2000/08/21  02:57:03
18865         Log: Add Storable 0.7.2 from Raphael Manfredi,
18866              plus the patch from
18867              
18868              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
18869              From: Radu Greab <radu@netsoft.ro>
18870              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
18871              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
18872              
18873              plus changes to get Storable to compile with
18874              picky ANSI compilers.
18875      Branch: perl
18876            + ext/Storable/ChangeLog ext/Storable/MANIFEST
18877            + ext/Storable/Makefile.PL ext/Storable/README
18878            + ext/Storable/Storable.pm ext/Storable/Storable.xs
18879            + ext/Storable/patchlevel.h t/lib/st-06compat.t
18880            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
18881            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
18882            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
18883            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
18884            + t/lib/st-tieditems.t
18885            ! MANIFEST
18886 ____________________________________________________________________________
18887 [  6733] By: jhi                                   on 2000/08/21  02:29:09
18888         Log: The correct cleaning order is an art.
18889      Branch: perl
18890            ! Makefile.SH
18891 ____________________________________________________________________________
18892 [  6732] By: jhi                                   on 2000/08/21  01:23:39
18893         Log: The #6724 is here.
18894      Branch: perl
18895            ! t/lib/ftmp-security.t
18896 ____________________________________________________________________________
18897 [  6731] By: jhi                                   on 2000/08/20  23:17:03
18898         Log: s/this one/the 5.6.0 release/
18899      Branch: perl
18900            ! pod/perl56delta.pod
18901 ____________________________________________________________________________
18902 [  6730] By: jhi                                   on 2000/08/20  23:07:34
18903         Log: Mention perlebcdic and perlposix-bc.
18904      Branch: perl
18905            ! pod/perlport.pod
18906 ____________________________________________________________________________
18907 [  6729] By: jhi                                   on 2000/08/20  21:32:59
18908         Log: Document the number of exponent digits.
18909      Branch: perl
18910            ! pod/perlfunc.pod
18911 ____________________________________________________________________________
18912 [  6728] By: jhi                                   on 2000/08/20  21:16:47
18913         Log: Use File::Spec->tmpdir().
18914              
18915              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
18916              From: Tim Jenness <timj@jach.hawaii.edu>
18917              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
18918              MIME-Version: 1.0
18919              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
18920      Branch: perl
18921            ! utils/perlbug.PL
18922 ____________________________________________________________________________
18923 [  6727] By: jhi                                   on 2000/08/20  20:43:32
18924         Log: Update Changes.
18925      Branch: perl
18926            ! Changes patchlevel.h
18927 ____________________________________________________________________________
18928 [  6726] By: jhi                                   on 2000/08/20  20:41:44
18929         Log: The veryclean target needs to clobber.
18930      Branch: perl
18931            ! Makefile.SH
18932 ____________________________________________________________________________
18933 [  6725] By: jhi                                   on 2000/08/20  20:37:38
18934         Log: Document odd vs even subreleases and -Dusedevel.
18935      Branch: perl
18936            ! INSTALL
18937 ____________________________________________________________________________
18938 [  6724] By: jhi                                   on 2000/08/20  19:58:05
18939         Log: Use temporary directory instead of current directory.
18940              
18941              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
18942              From: Tim Jenness <timj@jach.hawaii.edu>
18943              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
18944              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
18945      Branch: perl
18946            ! t/lib/ftmp-security.t
18947 ____________________________________________________________________________
18948 [  6723] By: jhi                                   on 2000/08/20  19:55:55
18949         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
18950              From: andreas.koenig@anima.de (Andreas J. Koenig)
18951              Date: 20 Aug 2000 15:52:03 +0200
18952              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
18953      Branch: perl
18954            ! lib/ExtUtils/MM_Unix.pm
18955 ____________________________________________________________________________
18956 [  6722] By: jhi                                   on 2000/08/20  19:46:01
18957         Log: Update to CGI 2.72, from Lincoln Stein.
18958      Branch: perl
18959            ! lib/CGI.pm
18960 ____________________________________________________________________________
18961 [  6721] By: jhi                                   on 2000/08/20  19:43:54
18962         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
18963              From: Radu Greab <radu@netsoft.ro>
18964              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
18965              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
18966      Branch: perl
18967            ! ext/GDBM_File/GDBM_File.xs
18968 ____________________________________________________________________________
18969 [  6720] By: jhi                                   on 2000/08/20  19:42:01
18970         Log: pp_open() could pass an uninitialized filename down to do_open9().
18971      Branch: perl
18972            ! pp_sys.c
18973 ____________________________________________________________________________
18974 [  6719] By: jhi                                   on 2000/08/20  14:06:41
18975         Log: UTF8 concat fixes.
18976              
18977              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
18978              From: Hugo <hv@crypt.compulink.co.uk>
18979              Date: Sun, 20 Aug 2000 07:30:46 +0100
18980              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
18981      Branch: perl
18982            ! pp_hot.c t/op/append.t
18983 ____________________________________________________________________________
18984 [  6718] By: jhi                                   on 2000/08/20  02:09:37
18985         Log: Let's try #6717 again.
18986      Branch: perl
18987            ! lib/File/Temp.pm
18988 ____________________________________________________________________________
18989 [  6717] By: jhi                                   on 2000/08/20  01:56:55
18990         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
18991              From: "Craig A. Berry" <craig.berry@metamorgs.com>
18992              Date: Sat, 19 Aug 2000 18:15:39 -0500
18993              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
18994      Branch: perl
18995            ! lib/File/Temp.pm
18996 ____________________________________________________________________________
18997 [  6716] By: jhi                                   on 2000/08/19  15:50:11
18998         Log: Update Changes.
18999      Branch: perl
19000            ! Changes patchlevel.h
19001 ____________________________________________________________________________
19002 [  6715] By: jhi                                   on 2000/08/19  15:39:09
19003         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
19004              From: Jonathan D Johnston <jdjohnston2@juno.com>
19005              Date: Thu, 17 Aug 2000 23:13:01 -0400       
19006              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
19007      Branch: perl
19008            ! pod/perlfunc.pod
19009 ____________________________________________________________________________
19010 [  6714] By: jhi                                   on 2000/08/19  15:34:04
19011         Log: Introduce a 'veryclean' target that is like 'distclean'
19012              but also removes *~ and *.orig.
19013      Branch: perl
19014            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
19015            ! utils/Makefile x2p/Makefile.SH
19016 ____________________________________________________________________________
19017 [  6713] By: jhi                                   on 2000/08/19  14:15:45
19018         Log: Put back the long double avoidance code to POSIX.xs
19019              because VMS seems to need it still.
19020      Branch: perl
19021            ! ext/POSIX/POSIX.xs
19022 ____________________________________________________________________________
19023 [  6712] By: jhi                                   on 2000/08/19  14:10:41
19024         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
19025              From: Peter Prymmer <pvhp@forte.com>
19026              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
19027              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
19028      Branch: perl
19029            ! lib/Pod/Find.pm t/pod/find.t
19030 ____________________________________________________________________________
19031 [  6711] By: jhi                                   on 2000/08/19  14:09:19
19032         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
19033              From: Peter Prymmer <pvhp@forte.com>
19034              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
19035              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
19036              cc: vmsperl@perl.org
19037      Branch: perl
19038            ! t/lib/peek.t
19039 ____________________________________________________________________________
19040 [  6710] By: jhi                                   on 2000/08/19  14:08:01
19041         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
19042              From: Jan Dubois <jand@ActiveState.com>
19043              Date: Fri, 18 Aug 2000 16:31:48 -0700
19044              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
19045      Branch: perl
19046            ! win32/win32.c
19047 ____________________________________________________________________________
19048 [  6709] By: jhi                                   on 2000/08/19  14:06:57
19049         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
19050              
19051              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
19052              From: Spider.Boardman@Orb.Nashua.NH.US
19053              Date: Fri, 18 Aug 2000 18:41:14 -0400
19054              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
19055      Branch: perl
19056            ! regcomp.c
19057 ____________________________________________________________________________
19058 [  6708] By: jhi                                   on 2000/08/18  22:04:49
19059         Log: Update Changes.
19060      Branch: perl
19061            ! Changes patchlevel.h
19062 ____________________________________________________________________________
19063 [  6707] By: jhi                                   on 2000/08/18  21:55:14
19064         Log: Add warnif(), check warnings further up the stack,
19065              all the warnings functions now can take an optional object reference.
19066              
19067              Subject: [PATCH bleedperl@6691] warnings pragma update
19068              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
19069              Date: Fri, 18 Aug 2000 22:42:06 +0100
19070              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
19071      Branch: perl
19072            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
19073            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
19074            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
19075 ____________________________________________________________________________
19076 [  6706] By: jhi                                   on 2000/08/18  21:41:45
19077         Log: Typo in pp_complement().
19078              
19079              Subject: [PATCH perl-current] Deparse
19080              From: Peter Scott <Peter@PSDT.com>
19081              Date: Fri, 18 Aug 2000 12:44:37 -0700
19082              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
19083      Branch: perl
19084            ! ext/B/B/Deparse.pm
19085 ____________________________________________________________________________
19086 [  6705] By: jhi                                   on 2000/08/18  21:25:59
19087         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
19088              From: Jan Dubois <jand@ActiveState.com>
19089              Date: Fri, 18 Aug 2000 14:22:51 -0700
19090              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
19091      Branch: perl
19092            ! lib/Win32.pod win32/win32.c
19093 ____________________________________________________________________________
19094 [  6704] By: jhi                                   on 2000/08/18  21:16:14
19095         Log: Don't eat leading os from index entries.
19096              
19097              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
19098              From: Russ Allbery <rra@stanford.edu>
19099              Date: 10 Aug 2000 20:49:25 -0700
19100              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
19101      Branch: perl
19102            ! lib/Pod/Man.pm
19103 ____________________________________________________________________________
19104 [  6703] By: jhi                                   on 2000/08/18  21:07:06
19105         Log: Add [[:blank:]] as suggested in
19106              
19107              Subject: [ID 20000716.024] [=cc=] / [:blank:]
19108              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
19109              Date: Sun, 16 Jul 2000 17:55:29 -0700
19110              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
19111              
19112              (the [=cc=] has already been taken care of by #6439
19113              so the whole bug report can be closed)
19114              
19115              and make [[:space:]] to be equivalent to isspace(3)
19116              (as opposed to \s, which is isSPACE()).  The difference
19117              is that now [[:space:]] matches the mythical vertical tab,
19118              while \s doesn't.
19119      Branch: perl
19120            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
19121            ! regexec.c t/op/pat.t
19122 ____________________________________________________________________________
19123 [  6702] By: jhi                                   on 2000/08/18  18:47:47
19124         Log: The new tests were missing from #6415.
19125      Branch: perl
19126            ! t/op/bop.t
19127 ____________________________________________________________________________
19128 [  6701] By: jhi                                   on 2000/08/18  18:20:40
19129         Log: Document the NDBM_File and ODBM_File as SDBM_File
19130              was documented in #6417.
19131      Branch: perl
19132            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
19133            ! ext/SDBM_File/SDBM_File.pm
19134 ____________________________________________________________________________
19135 [  6700] By: jhi                                   on 2000/08/18  18:10:39
19136         Log: Subject: [PATCH perl@6698] cygwin port
19137              From: "Fifer, Eric" <EFifer@sanwaint.com>
19138              Date: Fri, 18 Aug 2000 17:30:05 +0100
19139              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
19140      Branch: perl
19141            ! lib/File/Temp.pm
19142 ____________________________________________________________________________
19143 [  6699] By: jhi                                   on 2000/08/18  16:21:49
19144         Log: Document code point which makes if (defined %stash::) to work
19145              (noted by Spider Boardman).
19146      Branch: perl
19147            ! op.c
19148 ____________________________________________________________________________
19149 [  6698] By: jhi                                   on 2000/08/18  13:43:27
19150         Log: Update Changes.
19151      Branch: perl
19152            ! Changes patchlevel.h
19153 ____________________________________________________________________________
19154 [  6697] By: jhi                                   on 2000/08/18  13:35:57
19155         Log: Tiny Getopt::Long patch from Johan Vromans.
19156      Branch: perl
19157            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
19158 ____________________________________________________________________________
19159 [  6696] By: jhi                                   on 2000/08/18  13:26:14
19160         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
19161              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
19162              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
19163              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
19164      Branch: perl
19165            ! pod/perldiag.pod pod/perlsyn.pod
19166 ____________________________________________________________________________
19167 [  6695] By: jhi                                   on 2000/08/18  13:13:26
19168         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
19169              From: Daniel Chetlin <daniel@chetlin.com>
19170              Date: Fri, 18 Aug 2000 03:13:36 -0700
19171              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
19172      Branch: perl
19173            ! pod/perlfunc.pod
19174 ____________________________________________________________________________
19175 [  6694] By: jhi                                   on 2000/08/18  13:08:05
19176         Log: Subject: [PATCH] perltrap.pod spring cleaning
19177              From: Daniel Chetlin <daniel@chetlin.com>
19178              Date: Fri, 18 Aug 2000 03:06:54 -0700
19179              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
19180              
19181              plus Mike Guy's nitfix.
19182      Branch: perl
19183            ! pod/perltrap.pod
19184 ____________________________________________________________________________
19185 [  6693] By: jhi                                   on 2000/08/18  13:00:26
19186         Log: Unbuffer the output.
19187              
19188              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
19189              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19190              Date: Thu, 17 Aug 2000 18:39:29 -0700
19191              Message-ID: <RPJn5gzkgydf092yn@efn.org>
19192      Branch: perl
19193            ! t/op/fork.t
19194 ____________________________________________________________________________
19195 [  6692] By: jhi                                   on 2000/08/18  05:19:17
19196         Log: Delete the image, too, not just its MANIFEStation.
19197      Branch: perl
19198            - lib/CGI/eg/wilogo.gif
19199 ____________________________________________________________________________
19200 [  6691] By: jhi                                   on 2000/08/18  05:10:26
19201         Log: Propagate new Configure vars.
19202      Branch: perl
19203            ! configure.com epoc/config.sh uconfig.h uconfig.sh
19204            ! vos/config.def vos/config.h vos/config_h.SH_orig
19205            ! win32/config.bc win32/config.gc win32/config.vc
19206            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19207 ____________________________________________________________________________
19208 [  6690] By: jhi                                   on 2000/08/18  04:30:56
19209         Log: Update Changes.
19210      Branch: perl
19211            ! Changes patchlevel.h
19212 ____________________________________________________________________________
19213 [  6689] By: jhi                                   on 2000/08/18  04:12:30
19214         Log: Fix the lib/complex failure of
19215              
19216              From: abigail@foad.org
19217              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
19218              Date: 15 Aug 2000 04:06:38 -0000
19219              Message-Id: <20000815040638.8524.qmail@foad.org> 
19220              
19221              Linux long double accuracy issue: something that
19222              when printed with %g looks like "2" but int() of it is 1.
19223      Branch: perl
19224            ! lib/Math/Complex.pm
19225 ____________________________________________________________________________
19226 [  6688] By: jhi                                   on 2000/08/18  03:15:35
19227         Log: The byteorder code in #6671 was wrong.
19228      Branch: perl
19229            ! configpm
19230 ____________________________________________________________________________
19231 [  6687] By: jhi                                   on 2000/08/18  02:08:42
19232         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
19233              From: Jan Dubois <jand@ActiveState.com>
19234              Date: Thu, 17 Aug 2000 18:31:55 -0700
19235              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
19236      Branch: perl
19237            ! sv.c
19238 ____________________________________________________________________________
19239 [  6686] By: jhi                                   on 2000/08/18  02:04:15
19240         Log: Use NVs in POSIX math, not doubles.
19241              
19242              From: abigail@foad.org
19243              Subject: [ID 20000817.014] POSIX & modfl
19244              Date: 17 Aug 2000 20:49:18 -0000
19245              Message-Id: <20000817204918.23123.qmail@foad.org>
19246      Branch: perl
19247            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
19248 ____________________________________________________________________________
19249 [  6685] By: jhi                                   on 2000/08/18  02:02:12
19250         Log: Introduce NVef, NVff, and NVgf, use the middle one.
19251              (helps for lib/peek + Linux + long doubles)  Reported in
19252              
19253              From: abigail@foad.org
19254              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
19255              Date: 15 Aug 2000 04:06:38 -0000
19256              Message-Id: <20000815040638.8524.qmail@foad.org> 
19257              
19258              (note: the lib/complex failure has not yet been addressed)
19259      Branch: metaconfig/U/perl
19260            ! perlxvf.U
19261      Branch: perl
19262            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19263            ! config_h.SH dump.c perl.h pod/perlguts.pod
19264 ____________________________________________________________________________
19265 [  6684] By: jhi                                   on 2000/08/17  23:22:19
19266         Log: Add byteorder to the myconfig output.
19267      Branch: perl
19268            ! myconfig.SH
19269 ____________________________________________________________________________
19270 [  6683] By: jhi                                   on 2000/08/17  23:20:19
19271         Log: The image doth not exist, spotted by Johan Vromans.
19272      Branch: perl
19273            ! MANIFEST
19274 ____________________________________________________________________________
19275 [  6682] By: jhi                                   on 2000/08/17  22:38:16
19276         Log: Document what the backtick returns if the command fails.
19277      Branch: perl
19278            ! pod/perlop.pod
19279 ____________________________________________________________________________
19280 [  6681] By: jhi                                   on 2000/08/17  22:33:12
19281         Log: Do not use prototyping here.
19282              
19283              Subject: [ID 20000817.016] [PATCH] Peek.xs
19284              From: abigail@foad.org
19285              Date: 17 Aug 2000 20:55:56 -0000
19286              Message-Id: <20000817205556.24270.qmail@foad.org>
19287      Branch: perl
19288            ! ext/Devel/Peek/Makefile.PL
19289 ____________________________________________________________________________
19290 [  6680] By: jhi                                   on 2000/08/17  19:46:43
19291         Log: Don't propose using modules built for 5.005 if no binary
19292              compatibility with 5.005 is attempted.
19293              
19294              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
19295              Subject: Minor nit with 5.7.0 (6655)
19296              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
19297              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
19298      Branch: metaconfig
19299            ! U/installdirs/inc_version_list.U
19300      Branch: perl
19301            ! Configure config_h.SH
19302 ____________________________________________________________________________
19303 [  6679] By: jhi                                   on 2000/08/17  19:16:39
19304         Log: Microperl config update.
19305      Branch: perl
19306            ! uconfig.h uconfig.sh
19307 ____________________________________________________________________________
19308 [  6678] By: jhi                                   on 2000/08/17  19:16:13
19309         Log: The #6648 wasn't protective enough for limited platforms
19310              (like microperl).
19311      Branch: perl
19312            ! dump.c sv.c
19313 ____________________________________________________________________________
19314 [  6677] By: jhi                                   on 2000/08/17  14:46:35
19315         Log: Update Changes.
19316      Branch: perl
19317            ! Changes patchlevel.h
19318 ____________________________________________________________________________
19319 [  6676] By: jhi                                   on 2000/08/17  14:44:02
19320         Log: Add perlebcdic from Peter Prymmer, regen toc.
19321      Branch: perl
19322            + pod/perlebcdic.pod
19323            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
19324 ____________________________________________________________________________
19325 [  6675] By: jhi                                   on 2000/08/17  14:41:52
19326         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
19327      Branch: perl
19328            ! pod/perldebtut.pod
19329 ____________________________________________________________________________
19330 [  6674] By: jhi                                   on 2000/08/17  14:29:43
19331         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
19332              
19333              Subject: [ID 20000724.006] -DLEAKTEST problem
19334              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
19335              Date: Tue, 25 Jul 2000 00:36:32 -0500
19336              Message-Id: <20000725003632.A26186@www.llamacom.com>
19337              
19338              Reminder sent
19339              
19340              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
19341              From: Hugo <hv@crypt.compulink.co.uk>
19342              Date: Thu, 17 Aug 2000 15:23:42 +0100
19343              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
19344      Branch: perl
19345            ! util.c
19346 ____________________________________________________________________________
19347 [  6673] By: jhi                                   on 2000/08/17  04:07:10
19348         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
19349              From: John Peacock <JPeacock@UnivPress.com>
19350              Date: Tue, 01 Aug 2000 09:38:12 -0400
19351              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
19352      Branch: perl
19353            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
19354 ____________________________________________________________________________
19355 [  6672] By: jhi                                   on 2000/08/17  03:04:35
19356         Log: Subject: [PATCH] Cwd.pm now uses strict
19357              From: Tim Jenness <timj@jach.hawaii.edu>
19358              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
19359              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
19360      Branch: perl
19361            ! lib/Cwd.pm
19362 ____________________________________________________________________________
19363 [  6671] By: jhi                                   on 2000/08/17  02:16:35
19364         Log: Make $Config{byteorder} more magical so that it is
19365              dynamically computed: nice for 'fat binaries'.
19366              
19367              Subject: [PATCH]: default byteorder
19368              From: Wilfredo Sánchez <wsanchez@apple.com>
19369              Date: Mon, 31 Jul 2000 19:45:31 -0700
19370              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
19371      Branch: perl
19372            ! configpm
19373 ____________________________________________________________________________
19374 [  6670] By: gsar                                  on 2000/08/17  01:22:21
19375         Log: move WNOHANG definition to where other such things are
19376      Branch: perl
19377            ! win32/win32.h
19378 ____________________________________________________________________________
19379 [  6669] By: jhi                                   on 2000/08/17  01:19:17
19380         Log: Update Changes.
19381      Branch: perl
19382            ! Changes patchlevel.h
19383 ____________________________________________________________________________
19384 [  6668] By: jhi                                   on 2000/08/17  01:16:29
19385         Log: Doc nits spotted by Richard Soderberg.
19386      Branch: perl
19387            ! README.posix-bc README.vmesa
19388 ____________________________________________________________________________
19389 [  6667] By: jhi                                   on 2000/08/17  01:12:11
19390         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
19391              From: "Casey R. Tweten" <crt@kiski.net>
19392              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
19393              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
19394      Branch: perl
19395            ! pod/perldebtut.pod
19396 ____________________________________________________________________________
19397 [  6666] By: jhi                                   on 2000/08/17  01:09:31
19398         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
19399              From: "Casey R. Tweten" <crt@kiski.net>
19400              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
19401              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
19402      Branch: perl
19403            ! lib/Shell.pm
19404 ____________________________________________________________________________
19405 [  6665] By: gsar                                  on 2000/08/17  01:03:52
19406         Log: add "ok" targets from change#6632 in makefile.mk
19407      Branch: perl
19408            ! pod/perlport.pod win32/Makefile win32/makefile.mk
19409 ____________________________________________________________________________
19410 [  6664] By: gsar                                  on 2000/08/17  00:56:11
19411         Log: avoid warnings from dense compiler
19412      Branch: perl
19413            ! win32/win32.c
19414 ____________________________________________________________________________
19415 [  6663] By: jhi                                   on 2000/08/17  00:51:49
19416         Log: Tweak the regex compilation errors once more.
19417      Branch: perl
19418            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
19419            ! t/op/regmesg.t t/pragma/warn/regcomp
19420 ____________________________________________________________________________
19421 [  6662] By: gsar                                  on 2000/08/17  00:28:19
19422         Log: trailing new %ENV entries weren't being pushed into the real
19423              environment of subprocesses on Windows
19424      Branch: perl
19425            ! t/op/magic.t win32/perlhost.h
19426 ____________________________________________________________________________
19427 [  6661] By: gsar                                  on 2000/08/17  00:19:20
19428         Log: waitpid() now handles externally spawned pids correctly;
19429              fixes for backtick/wait/waitpid failures on Windows 9x
19430              
19431              these changes make the pid returned by process functions on
19432              Windows 9x always positive by clearing the high bit (which
19433              is always set on Win9x); pseudo-process PIDs are likewise
19434              always negative now on Win9x (just as on NT/2000)
19435      Branch: perl
19436            ! pp_sys.c win32/perlhost.h win32/win32.c
19437 ____________________________________________________________________________
19438 [  6660] By: jhi                                   on 2000/08/17  00:04:32
19439         Log: Retract #6645.
19440      Branch: perl
19441            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19442            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
19443            ! t/op/sprintf.t
19444 ____________________________________________________________________________
19445 [  6659] By: gsar                                  on 2000/08/16  23:59:28
19446         Log: on windows, the return values from wait() and waitpid() don't
19447              match those of pseudo-pids
19448      Branch: perl
19449            ! pp_sys.c t/op/fork.t util.c win32/win32.c
19450 ____________________________________________________________________________
19451 [  6658] By: gsar                                  on 2000/08/16  23:56:14
19452         Log: pod nit seen in passing
19453      Branch: perl
19454            ! pod/perlfunc.pod
19455 ____________________________________________________________________________
19456 [  6657] By: gsar                                  on 2000/08/16  23:53:42
19457         Log: change#6328 could make close(SOCKET) return false on windows
19458              when it shouldn't
19459      Branch: perl
19460            ! win32/win32sck.c
19461 ____________________________________________________________________________
19462 [  6656] By: gsar                                  on 2000/08/16  23:46:57
19463         Log: check that the number pseudo children doesn't exceed
19464              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
19465              the WaitForMultipleObjects() limit that would cause wait()
19466              to crash)
19467              
19468              wait() and waitpid() could potentially be rewritten to use
19469              more than one thread to do the waiting to eliminate this
19470              limitation
19471      Branch: perl
19472            ! win32/perlhost.h
19473 ____________________________________________________________________________
19474 [  6655] By: jhi                                   on 2000/08/16  14:11:05
19475         Log: Update Changes.
19476      Branch: perl
19477            ! Changes patchlevel.h
19478 ____________________________________________________________________________
19479 [  6654] By: jhi                                   on 2000/08/16  14:10:12
19480         Log: Update to perldebtut 1.9, from Richard Foley.
19481      Branch: perl
19482            ! pod/perldebtut.pod
19483 ____________________________________________________________________________
19484 [  6653] By: jhi                                   on 2000/08/16  14:08:17
19485         Log: Change the regx compilation error markers to use = instead of <
19486              since pod makes using the latter quite messy.  Reported in
19487              ID 20000814.006 by Abigail and in
19488              Subject: Unknown escape E<> ?
19489              From: Lupe Christoph <lupe@lupe-christoph.de>
19490              Date: Fri, 11 Aug 2000 00:30:27 +0200
19491              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
19492      Branch: perl
19493            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
19494            ! t/op/regmesg.t t/pragma/warn/regcomp
19495 ____________________________________________________________________________
19496 [  6652] By: jhi                                   on 2000/08/16  13:25:31
19497         Log: Change the perlbug address to perl.org since it's more forgiving.
19498              
19499              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
19500              From: abigail@foad.org
19501              Date: 15 Aug 2000 04:15:40 -0000
19502              Message-Id: <20000815041540.8633.qmail@foad.org>
19503      Branch: perl
19504            ! utils/perlbug.PL
19505 ____________________________________________________________________________
19506 [  6651] By: jhi                                   on 2000/08/16  13:22:35
19507         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
19508              From: Tim Jenness <timj@jach.hawaii.edu>
19509              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
19510              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
19511      Branch: perl
19512            ! lib/Cwd.pm
19513 ____________________________________________________________________________
19514 [  6650] By: jhi                                   on 2000/08/16  13:18:13
19515         Log: Update to CPAN 1.57.
19516              
19517              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
19518              From: andreas.koenig@anima.de (Andreas J. Koenig)
19519              Date: 16 Aug 2000 15:09:46 +0200
19520              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
19521      Branch: perl
19522            ! lib/CPAN.pm
19523 ____________________________________________________________________________
19524 [  6649] By: jhi                                   on 2000/08/16  13:12:31
19525         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
19526              From: "Larry W. Virden" <lvirden@cas.org>
19527              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
19528              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
19529      Branch: perl
19530            ! README.hpux
19531 ____________________________________________________________________________
19532 [  6648] By: jhi                                   on 2000/08/16  13:03:53
19533         Log: The numeric locale was reset to "C" by s?printf and never restored.
19534              
19535              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
19536              From: Christian Kirsch <ck@held.mind.de>
19537              Date: Wed, 9 Aug 2000 17:05:17 +0200
19538              Message-Id: <20000809170517.A25389@held>
19539              
19540              No test since adding the failing example to locale.t
19541              does not fail -- probably because the locale settings are so
19542              thoroughly tweaked by that time.  Running the example standalone
19543              does fail, though.  UPDATE: test case added at change #7540.
19544      Branch: perl
19545            ! dump.c perl.h pp.c pp_ctl.c sv.c
19546 ____________________________________________________________________________
19547 [  6647] By: jhi                                   on 2000/08/16  00:07:54
19548         Log: Update Changes and test semi-automatic patchlevel updating.
19549      Branch: perl
19550            ! Changes patchlevel.h
19551 ____________________________________________________________________________
19552 [  6646] By: jhi                                   on 2000/08/15  23:35:07
19553         Log: Fix a dependency problem.
19554              
19555              Subject: [PATCH: 6640] VMS Makefile.SH update
19556              From: Peter Prymmer <pvhp@forte.com>
19557              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
19558              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
19559      Branch: perl
19560            ! vms/descrip_mms.template
19561 ____________________________________________________________________________
19562 [  6645] By: jhi                                   on 2000/08/15  23:33:23
19563         Log: (Retracted by #6660)
19564              
19565              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
19566              From: Dominic Dunlop <domo@computer.org>
19567              Date: Tue, 15 Aug 2000 22:20:52 +0200
19568              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
19569      Branch: metaconfig/U/perl
19570            + d_printfed.U
19571      Branch: perl
19572            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19573            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
19574            ! t/op/sprintf.t
19575 ____________________________________________________________________________
19576 [  6644] By: jhi                                   on 2000/08/15  21:17:20
19577         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
19578              From: abigail@foad.org
19579              Date: 15 Aug 2000 20:12:41 -0000
19580              Message-Id: <20000815201241.25556.qmail@foad.org>
19581      Branch: perl
19582            ! INSTALL
19583 ____________________________________________________________________________
19584 [  6643] By: jhi                                   on 2000/08/15  21:15:28
19585         Log: (an already applied patch)
19586      Branch: perl
19587            ! lib/CGI.pm
19588 ____________________________________________________________________________
19589 [  6642] By: gsar                                  on 2000/08/15  19:54:05
19590         Log: magic callbacks all need to have same type signature
19591      Branch: perl
19592            ! embed.pl mg.c proto.h
19593 ____________________________________________________________________________
19594 [  6641] By: jhi                                   on 2000/08/15  17:56:27
19595         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)
19596              From: Mike Guy <mjtg@cam.ac.uk>
19597              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
19598              Date: Tue, 15 Aug 2000 18:26:45 +0100
19599              
19600              Only the peek.t part applied, not the hash quality part.
19601      Branch: perl
19602            ! t/lib/peek.t
19603 ____________________________________________________________________________
19604 [  6640] By: jhi                                   on 2000/08/15  16:37:37
19605         Log: Update Changes.
19606      Branch: perl
19607            ! Changes
19608 ____________________________________________________________________________
19609 [  6639] By: jhi                                   on 2000/08/15  16:34:55
19610         Log: Missed a file from #6638.
19611      Branch: perl
19612            ! lib/File/Temp.pm
19613 ____________________________________________________________________________
19614 [  6638] By: jhi                                   on 2000/08/15  16:33:19
19615         Log: Subject: [PATCH perl@6620] cygwin port
19616              From: "Fifer, Eric" <EFifer@sanwaint.com>
19617              Date: Tue, 15 Aug 2000 17:00:49 +0100
19618              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
19619      Branch: perl
19620            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
19621 ____________________________________________________________________________
19622 [  6637] By: jhi                                   on 2000/08/15  16:29:22
19623         Log: Subject: [PATCH] debugger exit code should reflect user exit code
19624              From: Mike Guy <mjtg@cam.ac.uk>
19625              Date: Tue, 15 Aug 2000 16:55:59 +0100
19626              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
19627      Branch: perl
19628            ! lib/perl5db.pl
19629 ____________________________________________________________________________
19630 [  6636] By: jhi                                   on 2000/08/15  15:30:58
19631         Log: Update Changes.
19632      Branch: perl
19633            ! Changes
19634 ____________________________________________________________________________
19635 [  6635] By: jhi                                   on 2000/08/15  15:27:21
19636         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
19637      Branch: metaconfig
19638            ! U/mkglossary U/mksample
19639      Branch: metaconfig/U/perl
19640            ! Devel.U
19641      Branch: perl
19642            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19643 ____________________________________________________________________________
19644 [  6634] By: jhi                                   on 2000/08/15  14:11:55
19645         Log: Don't blow limited stacks, a lower number is enough to
19646              tickle the lookbehind limit.
19647              
19648              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
19649              From: Dominic Dunlop <domo@computer.org>
19650              Date: Tue, 15 Aug 2000 13:51:24 +0200
19651              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
19652      Branch: perl
19653            ! t/op/regmesg.t
19654 ____________________________________________________________________________
19655 [  6633] By: jhi                                   on 2000/08/15  14:01:46
19656         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
19657              From: Mike Guy <mjtg@cam.ac.uk>
19658              Date: Tue, 15 Aug 2000 12:10:50 +0100
19659              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
19660      Branch: perl
19661            ! utils/perldoc.PL
19662 ____________________________________________________________________________
19663 [  6632] By: jhi                                   on 2000/08/15  13:58:48
19664         Log: make ok etc also for win32.
19665              
19666              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
19667              From: Prymmer/Kahn <pvhp@best.com>
19668              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
19669              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
19670      Branch: perl
19671            ! win32/Makefile
19672 ____________________________________________________________________________
19673 [  6631] By: jhi                                   on 2000/08/15  13:45:03
19674         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
19675      Branch: perl
19676            ! lib/Test.pm
19677 ____________________________________________________________________________
19678 [  6630] By: jhi                                   on 2000/08/15  03:25:09
19679         Log: Update Changes.
19680      Branch: perl
19681            ! Changes
19682 ____________________________________________________________________________
19683 [  6629] By: jhi                                   on 2000/08/15  03:23:53
19684         Log: magic_regdatum_set() is void, not int.
19685      Branch: perl
19686            ! embed.pl mg.c proto.h
19687 ____________________________________________________________________________
19688 [  6628] By: jhi                                   on 2000/08/15  03:08:02
19689         Log: Make the user to give up his firstborn, err, to knowingly
19690              verify installing an unstable developer release.  Also bump
19691              the release to 5.7.0, but leave a patch tag in the local
19692              patches saying that this is not yet the real thing.
19693      Branch: metaconfig
19694            ! U/modified/Instruct.U
19695      Branch: metaconfig/U/perl
19696            + Devel.U
19697      Branch: perl
19698            ! Configure patchlevel.h
19699 ____________________________________________________________________________
19700 [  6627] By: jhi                                   on 2000/08/14  22:32:52
19701         Log: README.os2 update.
19702              
19703              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
19704              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19705              Date: Wed, 02 Aug 2000 21:55:09 -0700
19706              Message-ID: <tsPi5gzkgegX092yn@efn.org>
19707      Branch: perl
19708            ! README.os2
19709 ____________________________________________________________________________
19710 [  6626] By: jhi                                   on 2000/08/14  21:00:02
19711         Log: Subject: Re: File::Temp problems on VMS in bleedperl
19712              From: Tim Jenness <timj@jach.hawaii.edu>
19713              cc: vmsperl@perl.org
19714              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
19715              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
19716      Branch: perl
19717            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
19718 ____________________________________________________________________________
19719 [  6625] By: jhi                                   on 2000/08/14  20:52:16
19720         Log: Add SUIDMAIL as was done for the CERT alert.
19721      Branch: perl
19722            ! patchlevel.h
19723 ____________________________________________________________________________
19724 [  6624] By: jhi                                   on 2000/08/14  20:48:50
19725         Log: Subject: sfio2000
19726              From: Daniel Muino <dmuino@afip.gov.ar>
19727              Date: Mon, 14 Aug 2000 16:58:11 -0300
19728              Message-ID: <20000814165811.B16368@con2-dgi>
19729      Branch: perl
19730            ! perlsdio.h perlsfio.h
19731 ____________________________________________________________________________
19732 [  6623] By: jhi                                   on 2000/08/14  20:47:36
19733         Log: Subject: warning: storage class after type is obsolescent
19734              From: Daniel Muino <dmuino@afip.gov.ar>
19735              Date: Mon, 14 Aug 2000 16:42:47 -0300
19736              Message-ID: <20000814164247.A16368@con2-dgi>
19737      Branch: perl
19738            ! regcomp.pl regnodes.h
19739 ____________________________________________________________________________
19740 [  6622] By: jhi                                   on 2000/08/14  20:43:05
19741         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
19742              From: abigail@foad.org
19743              Date: 14 Aug 2000 20:00:10 -0000
19744              Message-Id: <20000814200010.27271.qmail@foad.org>
19745      Branch: perl
19746            ! Changes
19747 ____________________________________________________________________________
19748 [  6621] By: jhi                                   on 2000/08/14  15:23:05
19749         Log: Update Changes.
19750      Branch: perl
19751            ! Changes
19752 ____________________________________________________________________________
19753 [  6620] By: jhi                                   on 2000/08/14  15:22:14
19754         Log: Subject: Re: [PATCH] @+, @- readonly
19755              From: Mike Guy <mjtg@cam.ac.uk>
19756              Date: Mon, 14 Aug 2000 15:26:55 +0100
19757              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
19758      Branch: perl
19759            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
19760            ! sv.c t/op/pat.t
19761 ____________________________________________________________________________
19762 [  6619] By: jhi                                   on 2000/08/14  14:12:08
19763         Log: Update Changes.
19764      Branch: perl
19765            ! Changes
19766 ____________________________________________________________________________
19767 [  6618] By: jhi                                   on 2000/08/14  14:09:34
19768         Log: For now remove the mail code.
19769      Branch: perl
19770            ! perl.c
19771 ____________________________________________________________________________
19772 [  6617] By: jhi                                   on 2000/08/14  14:08:28
19773         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
19774      Branch: perl
19775            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
19776            ! pod/perlfaq8.pod pod/perlsec.pod
19777 ____________________________________________________________________________
19778 [  6616] By: jhi                                   on 2000/08/14  14:00:11
19779         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
19780              From: Mike Guy <mjtg@cam.ac.uk>
19781              Date: Mon, 14 Aug 2000 08:26:02 +0100
19782              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
19783      Branch: perl
19784            ! lib/perl5db.pl
19785 ____________________________________________________________________________
19786 [  6615] By: jhi                                   on 2000/08/14  13:58:45
19787         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
19788              From: Mike Guy <mjtg@cam.ac.uk>
19789              Date: Mon, 14 Aug 2000 08:04:22 +0100
19790              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
19791      Branch: perl
19792            ! gv.c mg.c t/op/pat.t
19793 ____________________________________________________________________________
19794 [  6614] By: jhi                                   on 2000/08/14  13:56:45
19795         Log: Subject: Test fails / warnings with perl-current #6612
19796              From: Mike Guy <mjtg@cam.ac.uk>
19797              Date: Mon, 14 Aug 2000 07:57:23 +0100
19798              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
19799      Branch: perl
19800            ! t/lib/b.t t/lib/peek.t
19801 ____________________________________________________________________________
19802 [  6613] By: jhi                                   on 2000/08/14  13:45:33
19803         Log: VMS configure.com update continues.
19804      Branch: perl
19805            - vms/configure.com
19806            ! MANIFEST configure.com
19807 ____________________________________________________________________________
19808 [  6612] By: jhi                                   on 2000/08/13  22:13:35
19809         Log: Update Changes.
19810      Branch: perl
19811            ! Changes
19812 ____________________________________________________________________________
19813 [  6611] By: jhi                                   on 2000/08/13  16:21:45
19814         Log: Upgrade to CGI 2.71, from Lincoln Stein.
19815      Branch: perl
19816            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
19817 ____________________________________________________________________________
19818 [  6610] By: jhi                                   on 2000/08/13  15:09:16
19819         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
19820              From: Mike Guy <mjtg@cam.ac.uk>
19821              Date: Sun, 13 Aug 2000 13:45:51 +0100
19822              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
19823      Branch: perl
19824            ! t/op/regmesg.t
19825 ____________________________________________________________________________
19826 [  6609] By: jhi                                   on 2000/08/13  14:31:26
19827         Log: Andreas says that 1.56 is fine, so reverting back to it.
19828      Branch: perl
19829            ! lib/CPAN.pm
19830 ____________________________________________________________________________
19831 [  6608] By: jhi                                   on 2000/08/13  05:34:20
19832         Log: Update Changes.
19833      Branch: perl
19834            ! Changes
19835 ____________________________________________________________________________
19836 [  6607] By: jhi                                   on 2000/08/13  05:32:01
19837         Log: Put back the \z changes of #5406 to CPAN.pm.
19838      Branch: perl
19839            ! lib/CPAN.pm
19840 ____________________________________________________________________________
19841 [  6606] By: jhi                                   on 2000/08/13  05:20:16
19842         Log: Fix-n-skip the tests under 5005threads.
19843      Branch: perl
19844            ! t/lib/b.t
19845 ____________________________________________________________________________
19846 [  6605] By: jhi                                   on 2000/08/13  05:07:48
19847         Log: Fix the test for 5005threads.
19848      Branch: perl
19849            ! t/lib/peek.t
19850 ____________________________________________________________________________
19851 [  6604] By: jhi                                   on 2000/08/13  03:35:37
19852         Log: Should have deleted this in #6603.
19853      Branch: perl
19854            - vms/subconfigure.com
19855 ____________________________________________________________________________
19856 [  6603] By: jhi                                   on 2000/08/12  18:29:32
19857         Log: Rewrite of vms/subconfigure.com as configure.com,
19858              from Peter Prymmer and the vmsperl crew.
19859      Branch: perl
19860            + vms/configure.com
19861            ! MANIFEST
19862 ____________________________________________________________________________
19863 [  6602] By: jhi                                   on 2000/08/11  13:00:01
19864         Log: PlainText.pm is dead.
19865      Branch: perl
19866            - lib/Pod/PlainText.pm
19867            ! MANIFEST
19868 ____________________________________________________________________________
19869 [  6601] By: jhi                                   on 2000/08/11  04:06:45
19870         Log: Update Changes.
19871      Branch: perl
19872            ! Changes
19873 ____________________________________________________________________________
19874 [  6600] By: jhi                                   on 2000/08/11  04:06:10
19875         Log: Add a few missing files, update MANIFEST.
19876      Branch: perl
19877            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
19878            + lib/Pod/PlainText.pm t/pod/find.t
19879            ! MANIFEST t/op/regmesg.t
19880 ____________________________________________________________________________
19881 [  6599] By: jhi                                   on 2000/08/11  03:31:10
19882         Log: Add Perl debugging tutorial, regen toc. 
19883              
19884              Subject: perldebtut.pod
19885              From: Richard Foley <Richard.Foley@m.dasa.de>
19886              Date: Wed, 09 Aug 2000 10:17:15 +0200
19887              Message-id: <3991138B.262247B8@m.dasa.de>
19888      Branch: perl
19889            + pod/perldebtut.pod
19890            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
19891 ____________________________________________________________________________
19892 [  6598] By: jhi                                   on 2000/08/11  02:48:56
19893         Log: tiny Changes edit
19894      Branch: perl
19895            ! Changes
19896 ____________________________________________________________________________
19897 [  6597] By: jhi                                   on 2000/08/11  02:39:04
19898         Log: Tests for #6589.
19899              
19900              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
19901              From: simon@brecon.co.uk (Simon Cozens)
19902              Date: 11 Aug 2000 02:24:52 GMT
19903              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
19904      Branch: perl
19905            ! t/lib/b.t
19906 ____________________________________________________________________________
19907 [  6596] By: jhi                                   on 2000/08/11  01:50:07
19908         Log: Update Changes.
19909      Branch: perl
19910            ! Changes
19911 ____________________________________________________________________________
19912 [  6595] By: jhi                                   on 2000/08/11  01:47:16
19913         Log: nitfix
19914      Branch: perl
19915            ! Changes
19916 ____________________________________________________________________________
19917 [  6594] By: jhi                                   on 2000/08/11  01:36:16
19918         Log: Subject: Getting perlio and threads to compile
19919              From: Lupe Christoph <lupe@lupe-christoph.de>
19920              Date: Wed, 9 Aug 2000 11:35:54 +0200
19921              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
19922              
19923              (the Solaris version changes in Configure skipped)
19924      Branch: perl
19925            ! hints/solaris_2.sh thread.h
19926 ____________________________________________________________________________
19927 [  6593] By: jhi                                   on 2000/08/11  01:30:16
19928         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
19929              From: simon@brecon.co.uk (Simon Cozens)
19930              Date: 1 Aug 2000 06:55:19 GMT
19931              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
19932      Branch: perl
19933            ! lib/utf8.pm
19934 ____________________________________________________________________________
19935 [  6592] By: jhi                                   on 2000/08/11  01:26:39
19936         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
19937              From: Peter Scott <Peter@PeterScott.com>
19938              Date: Thu, 10 Aug 2000 08:23:27 -0700
19939              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
19940      Branch: perl
19941            ! lib/perl5db.pl
19942 ____________________________________________________________________________
19943 [  6591] By: jhi                                   on 2000/08/11  01:22:02
19944         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
19945              From: Hugo <hv@crypt.compulink.co.uk>
19946              Date: Thu, 10 Aug 2000 19:23:04 +0100
19947              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
19948      Branch: perl
19949            ! regexec.c t/op/pat.t
19950 ____________________________________________________________________________
19951 [  6590] By: jhi                                   on 2000/08/11  01:19:19
19952         Log: Preprocessing and postprocessing for File::Find.
19953              
19954              Subject: Patch to Find::File.pm to allow alphabetical results
19955              From: Joe Smith <jsmith@inwap.com>
19956              Date: Wed, 9 Aug 2000 02:44:54 -0700
19957              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
19958      Branch: perl
19959            ! lib/File/Find.pm
19960 ____________________________________________________________________________
19961 [  6589] By: jhi                                   on 2000/08/11  01:12:39
19962         Log: B::Deparse didn't do sub attributes.
19963              
19964              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
19965              From: simon@brecon.co.uk (Simon Cozens)
19966              Date: 9 Aug 2000 04:49:20 GMT
19967              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
19968      Branch: perl
19969            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
19970 ____________________________________________________________________________
19971 [  6588] By: jhi                                   on 2000/08/11  01:06:40
19972         Log: Subject: debugger "d" command doesnt check line number
19973              From: Mike Guy <mjtg@cam.ac.uk>
19974              Date: Tue, 08 Aug 2000 21:54:29 +0100
19975              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
19976      Branch: perl
19977            ! lib/perl5db.pl mg.c pod/perldiag.pod
19978 ____________________________________________________________________________
19979 [  6587] By: jhi                                   on 2000/08/11  00:45:03
19980         Log: sleep(1) does not necessarily return 1.
19981              
19982              Subject: [PATCH bleadperl] op/lex_assign.t  
19983              From: Hugo <hv@crypt.compulink.co.uk>
19984              Date: Thu, 03 Aug 2000 14:34:22 +0100        
19985              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
19986      Branch: perl
19987            ! t/op/lex_assign.t
19988 ____________________________________________________________________________
19989 [  6586] By: jhi                                   on 2000/08/11  00:31:50
19990         Log: Document the IO::Select timeout.
19991      Branch: perl
19992            ! ext/IO/lib/IO/Select.pm
19993 ____________________________________________________________________________
19994 [  6585] By: jhi                                   on 2000/08/11  00:13:54
19995         Log: Forgot contributor.
19996      Branch: perl
19997            ! Changes
19998 ____________________________________________________________________________
19999 [  6584] By: jhi                                   on 2000/08/11  00:09:19
20000         Log: detypo
20001      Branch: perl
20002            ! Changes
20003 ____________________________________________________________________________
20004 [  6583] By: jhi                                   on 2000/08/11  00:07:53
20005         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
20006              
20007              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
20008              From: Mike Guy <mjtg@cam.ac.uk> 
20009              Date: Thu, 10 Aug 2000 15:50:54 +0100
20010              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
20011      Branch: perl
20012            ! sv.c t/op/int.t
20013 ____________________________________________________________________________
20014 [  6582] By: jhi                                   on 2000/08/10  23:29:32
20015         Log: Update Changes.
20016      Branch: perl
20017            ! Changes
20018 ____________________________________________________________________________
20019 [  6581] By: jhi                                   on 2000/08/10  23:26:16
20020         Log: Put back the std @INC thing.
20021      Branch: perl
20022            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
20023            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
20024            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
20025            ! t/lib/gol-oo.t
20026 ____________________________________________________________________________
20027 [  6580] By: jhi                                   on 2000/08/10  23:03:34
20028         Log: Update to CGI 2.70, from Lincoln Stein.
20029      Branch: perl
20030            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
20031            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
20032            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
20033            ! t/lib/cgi-request.t
20034 ____________________________________________________________________________
20035 [  6579] By: jhi                                   on 2000/08/10  22:41:50
20036         Log: Update to CPAN 1.56, from Andreas König.
20037      Branch: perl
20038            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
20039 ____________________________________________________________________________
20040 [  6578] By: jhi                                   on 2000/08/10  22:38:13
20041         Log: Update to Pod::Parser 1.17, from Brad Appleton.
20042      Branch: perl
20043            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
20044            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
20045            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
20046            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
20047            ! t/pod/include.t t/pod/included.t t/pod/lref.t
20048            ! t/pod/multiline_items.t t/pod/nested_items.t
20049            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
20050            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
20051            ! t/pod/special_seqs.t
20052 ____________________________________________________________________________
20053 [  6577] By: jhi                                   on 2000/08/10  22:35:41
20054         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
20055      Branch: perl
20056            ! AUTHORS MAINTAIN
20057 ____________________________________________________________________________
20058 [  6576] By: jhi                                   on 2000/08/10  22:24:54
20059         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
20060      Branch: perl
20061            + t/lib/gol-oo.t
20062            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
20063            ! t/lib/gol-compat.t t/lib/gol-linkage.t
20064 ____________________________________________________________________________
20065 [  6575] By: jhi                                   on 2000/08/10  22:02:07
20066         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
20067      Branch: perl
20068            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
20069 ____________________________________________________________________________
20070 [  6574] By: jhi                                   on 2000/08/10  21:55:03
20071         Log: Iterating perl6 description.
20072      Branch: perl
20073            ! pod/perlfaq1.pod
20074 ____________________________________________________________________________
20075 [  6573] By: jhi                                   on 2000/08/10  21:48:26
20076         Log: Revert the sv.c part of #6559, a better fix is needed.
20077      Branch: perl
20078            ! sv.c
20079 ____________________________________________________________________________
20080 [  6572] By: jhi                                   on 2000/08/10  20:33:43
20081         Log: It's the 2ndO'ROSSC.
20082      Branch: perl
20083            ! pod/perlfaq1.pod
20084 ____________________________________________________________________________
20085 [  6571] By: jhi                                   on 2000/08/10  15:55:48
20086         Log: detypo
20087      Branch: perl
20088            ! pod/perlfaq1.pod
20089 ____________________________________________________________________________
20090 [  6570] By: jhi                                   on 2000/08/10  14:11:17
20091         Log: An exceptionally sticky typo.
20092      Branch: perl
20093            ! Changes
20094 ____________________________________________________________________________
20095 [  6569] By: jhi                                   on 2000/08/10  14:09:33
20096         Log: detypo (and test Changes updating script)
20097      Branch: perl
20098            ! Changes
20099 ____________________________________________________________________________
20100 [  6568] By: jhi                                   on 2000/08/10  14:07:07
20101         Log: Update Changes.
20102      Branch: perl
20103            ! Changes
20104 ____________________________________________________________________________
20105 [  6567] By: jhi                                   on 2000/08/10  14:06:19
20106         Log: Amend the description of Perl6.
20107              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
20108              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
20109              Date: Wed, 9 Aug 2000 22:11:06 -0500
20110              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
20111      Branch: perl
20112            ! pod/perlfaq1.pod
20113 ____________________________________________________________________________
20114 [  6566] By: jhi                                   on 2000/08/10  13:58:57
20115         Log: Subject: Remove dead entry in perldiag
20116              From: Mike Guy <mjtg@cam.ac.uk>
20117              Date: Thu, 10 Aug 2000 14:19:19 +0100
20118              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
20119      Branch: perl
20120            ! pod/perldiag.pod
20121 ____________________________________________________________________________
20122 [  6565] By: jhi                                   on 2000/08/10  13:51:48
20123         Log: Zero entries were skipped, fix from Adrian Goalby
20124              <argoalby@yahoo.co.uk>
20125      Branch: perl
20126            ! lib/unicode/Number.pl lib/unicode/mktables.PL
20127 ____________________________________________________________________________
20128 [  6564] By: jhi                                   on 2000/08/10  13:00:12
20129         Log: Subject: [PATCH 5.6.0] cygwin port
20130              From: "Fifer, Eric" <EFifer@sanwaint.com>
20131              Date: Thu, 10 Aug 2000 13:15:36 +0100
20132              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
20133      Branch: perl
20134            ! README.cygwin hints/cygwin.sh
20135 ____________________________________________________________________________
20136 [  6563] By: jhi                                   on 2000/08/10  12:55:16
20137         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
20138      Branch: perl
20139            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
20140 ____________________________________________________________________________
20141 [  6562] By: gsar                                  on 2000/08/10  08:38:39
20142         Log: warn is a macro, avoid using at a variable to avoid warnings
20143              in some configurations; readdir.t is too conservative in
20144              estimating number of *.t's
20145      Branch: perl
20146            ! t/op/readdir.t util.c
20147 ____________________________________________________________________________
20148 [  6561] By: jhi                                   on 2000/08/09  23:35:42
20149         Log: Update Changes.
20150      Branch: perl
20151            ! Changes
20152 ____________________________________________________________________________
20153 [  6560] By: jhi                                   on 2000/08/09  23:05:47
20154         Log: Subject: Re: enhanced(?) regex error messages
20155              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
20156              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
20157              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
20158              
20159              (plus two small patches sent privately)
20160              (this still seems to leave few test failures)
20161      Branch: perl
20162            + t/op/regmesg.t
20163            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
20164            ! t/pragma/warn/regcomp
20165 ____________________________________________________________________________
20166 [  6559] By: jhi                                   on 2000/08/09  20:41:18
20167         Log: (The fix did work but was not right, retracted in #6573)
20168              
20169              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
20170              From: Christian Kirsch <ck@held.mind.de>
20171              Date: Wed, 9 Aug 2000 17:05:17 +0200
20172              Message-Id: <20000809170517.A25389@held>
20173      Branch: perl
20174            ! sv.c t/pragma/locale.t
20175 ____________________________________________________________________________
20176 [  6558] By: jhi                                   on 2000/08/08  22:34:08
20177         Log: Tiny updates on the contributors list.
20178      Branch: perl
20179            ! Changes
20180 ____________________________________________________________________________
20181 [  6557] By: jhi                                   on 2000/08/08  19:34:28
20182         Log: Double check that we have a dirhandle.
20183      Branch: perl
20184            ! util.c
20185 ____________________________________________________________________________
20186 [  6556] By: jhi                                   on 2000/08/08  19:01:51
20187         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
20188              May be repopulated with fresh maintained examples.
20189      Branch: perl
20190            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
20191            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
20192            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
20193            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
20194            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
20195            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
20196            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
20197            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
20198            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
20199            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
20200            + lib/CGI/eg/wilogo_gif.uu
20201            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
20202            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
20203            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
20204            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
20205            - eg/cgi/frameset.cgi eg/cgi/index.html
20206            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
20207            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
20208            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
20209            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
20210            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
20211            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
20212            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
20213            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
20214            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
20215            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
20216            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
20217            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
20218            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
20219            - eg/van/vanish eg/who eg/wrapsuid
20220            ! MANIFEST
20221 ____________________________________________________________________________
20222 [  6555] By: jhi                                   on 2000/08/08  18:51:08
20223         Log: Delete chat2 as requested by Randal.
20224              
20225              Subject: Re: perlfaq8 coyness
20226              From: merlyn@stonehenge.com (Randal L. Schwartz) 
20227              Date: 15 May 2000 18:52:42 -0700 
20228              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
20229      Branch: perl
20230            - lib/chat2.pl
20231            ! MANIFEST
20232 ____________________________________________________________________________
20233 [  6554] By: jhi                                   on 2000/08/08  18:31:35
20234         Log: Regen global.sym.
20235      Branch: perl
20236            ! global.sym
20237 ____________________________________________________________________________
20238 [  6553] By: jhi                                   on 2000/08/08  18:28:13
20239         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
20240              (either perlbug or p5p ate the original), plus regen
20241              perlapi and perltoc. 
20242      Branch: perl
20243            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
20244            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
20245            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
20246            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
20247            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
20248            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
20249            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
20250            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
20251            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
20252            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
20253 ____________________________________________________________________________
20254 [  6552] By: jhi                                   on 2000/08/08  18:06:29
20255         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
20256              From: Mike Guy <mjtg@cam.ac.uk>
20257              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
20258              Date: Tue, 08 Aug 2000 15:51:27 +0100
20259      Branch: perl
20260            ! doop.c sv.h t/op/join.t t/pragma/overload.t
20261 ____________________________________________________________________________
20262 [  6551] By: jhi                                   on 2000/08/08  18:01:11
20263         Log: Re-apply #6549.
20264      Branch: perl
20265            ! lib/perl5db.pl
20266 ____________________________________________________________________________
20267 [  6550] By: jhi                                   on 2000/08/08  17:43:08
20268         Log: Accidental retraction of #6549.
20269      Branch: perl
20270            ! lib/perl5db.pl
20271 ____________________________________________________________________________
20272 [  6549] By: jhi                                   on 2000/08/08  17:40:04
20273         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
20274              From: Mike Guy <mjtg@cam.ac.uk>
20275              Date: Mon, 07 Aug 2000 21:49:58 +0100
20276              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
20277      Branch: perl
20278            ! lib/perl5db.pl
20279 ____________________________________________________________________________
20280 [  6548] By: jhi                                   on 2000/08/08  17:37:57
20281         Log: Document here-doc better.
20282              
20283              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
20284              From: Mike Guy <mjtg@cam.ac.uk>
20285              Date: Mon, 07 Aug 2000 14:02:09 +0100
20286              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
20287      Branch: perl
20288            ! pod/perldata.pod
20289 ____________________________________________________________________________
20290 [  6547] By: jhi                                   on 2000/08/08  17:33:34
20291         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
20292              From: "Randy J. Ray" <rjray@redhat.com>
20293              Date: Mon, 07 Aug 2000 19:12:25 -0700
20294              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
20295      Branch: perl
20296            ! perl.c pod/perlrun.pod
20297 ____________________________________________________________________________
20298 [  6546] By: jhi                                   on 2000/08/08  17:29:26
20299         Log: Subject: Re: enhanced(?) regex error messages 
20300              From: Hugo <hv@crypt.compulink.co.uk>
20301              Date: Tue, 08 Aug 2000 03:25:51 +0100
20302              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
20303              
20304              plus Capitalize the error messages, plus perldiag them.
20305      Branch: perl
20306            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
20307 ____________________________________________________________________________
20308 [  6545] By: jhi                                   on 2000/08/08  13:59:28
20309         Log: Augment #6539 a bit: don't croak if there's magic in the air.
20310              
20311              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
20312              From: Hugo <hv@crypt.compulink.co.uk>
20313              Date: Tue, 08 Aug 2000 03:02:03 +0100
20314              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
20315      Branch: perl
20316            ! pp.c t/op/bless.t
20317 ____________________________________________________________________________
20318 [  6544] By: jhi                                   on 2000/08/07  21:11:52
20319         Log: Make the test -w clean.
20320      Branch: perl
20321            ! t/op/bless.t
20322 ____________________________________________________________________________
20323 [  6543] By: jhi                                   on 2000/08/07  19:49:53
20324         Log: use warnings instead of $^W.
20325      Branch: perl
20326            ! t/op/bless.t
20327 ____________________________________________________________________________
20328 [  6542] By: jhi                                   on 2000/08/07  17:41:41
20329         Log: Disable a portability warning Because We Know What We Are Doing.
20330      Branch: perl
20331            ! t/op/bless.t
20332 ____________________________________________________________________________
20333 [  6541] By: jhi                                   on 2000/08/07  17:29:51
20334         Log: Tiny tidying on report_evil_fh().
20335      Branch: perl
20336            ! util.c
20337 ____________________________________________________________________________
20338 [  6540] By: jhi                                   on 2000/08/07  16:37:38
20339         Log: Make regular expression parse error messages easier to understand.
20340              
20341              Subject: Re: enhanced(?) regex error messages
20342              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
20343              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
20344              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
20345      Branch: perl
20346            ! regcomp.c
20347 ____________________________________________________________________________
20348 [  6539] By: jhi                                   on 2000/08/07  16:12:27
20349         Log: Make bless(REF, REF) a fatal error, add bless tests.
20350              
20351              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
20352              From: Hugo <hv@crypt.compulink.co.uk>
20353              Date: Mon, 07 Aug 2000 16:59:38 +0100
20354              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
20355      Branch: perl
20356            + t/op/bless.t
20357            ! MANIFEST pod/perldiag.pod pp.c sv.c
20358 ____________________________________________________________________________
20359 [  6538] By: jhi                                   on 2000/08/07  15:59:43
20360         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
20361              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
20362              Date: Thu, 3 Aug 2000 14:29:21 -0700
20363              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
20364      Branch: perl
20365            ! lib/lib_pm.PL
20366 ____________________________________________________________________________
20367 [  6537] By: jhi                                   on 2000/08/07  15:47:18
20368         Log: Retract #6419 for now since it breaks in AFS and MachTen.
20369      Branch: perl
20370            ! lib/Cwd.pm
20371 ____________________________________________________________________________
20372 [  6536] By: jhi                                   on 2000/08/07  15:05:29
20373         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
20374              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
20375              The security hole exists only in suidperls, which isn't
20376              installed or even built by default.
20377      Branch: perl
20378            ! perl.c
20379 ____________________________________________________________________________
20380 [  6535] By: jhi                                   on 2000/08/07  14:45:14
20381         Log: tr memory corruption fix from Simon Cozens.
20382      Branch: perl
20383            ! doop.c
20384 ____________________________________________________________________________
20385 [  6534] By: jhi                                   on 2000/08/06  11:38:16
20386         Log: Document a bit that UDP is not what you might think.
20387              
20388              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
20389              From: Lupe Christoph <lupe@lupe-christoph.de>
20390              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
20391              Date: Mon, 24 Jul 2000 08:59:15 +0200
20392      Branch: perl
20393            ! pod/perlipc.pod
20394 ____________________________________________________________________________
20395 [  6533] By: jhi                                   on 2000/08/06  11:35:01
20396         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
20397              From: Jeff Pinyan <jeffp@hut.crusoe.net>
20398              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
20399              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
20400      Branch: perl
20401            ! pod/perlfunc.pod
20402 ____________________________________________________________________________
20403 [  6532] By: jhi                                   on 2000/08/06  03:45:41
20404         Log: Have symbols for the IoTYPEs.
20405      Branch: perl
20406            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
20407 ____________________________________________________________________________
20408 [  6531] By: jhi                                   on 2000/08/06  01:33:55
20409         Log: Continue fixing the io warnings.  This also
20410              sort of fixes bug ID 20000802.003: the core dump
20411              is no more.  Whether the current behaviour is correct
20412              (giving a warning: "Not a format reference"), is another matter.
20413      Branch: perl
20414            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
20415            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
20416 ____________________________________________________________________________
20417 [  6530] By: jhi                                   on 2000/08/05  21:33:12
20418         Log: Change the Policy policy: now -Dprefix= with an existing
20419              Policy.sh and prefix == siteprefix == vendorprefix, then all
20420              of them follow along the new prefix.
20421              
20422              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
20423              From: Andy Dougherty <doughera@lafayette.edu>
20424              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
20425              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
20426      Branch: perl
20427            ! Policy_sh.SH
20428 ____________________________________________________________________________
20429 [  6529] By: jhi                                   on 2000/08/05  18:57:28
20430         Log: Zap lib/Sys directory when cleaning up.
20431      Branch: perl
20432            ! Makefile.SH
20433 ____________________________________________________________________________
20434 [  6528] By: jhi                                   on 2000/08/05  18:40:44
20435         Log: Essential prototype changes were missing from #6527.
20436              Also make report_evil_fh() more bomb-proof.
20437      Branch: perl
20438            ! embed.h util.c
20439 ____________________________________________________________________________
20440 [  6527] By: jhi                                   on 2000/08/05  03:22:05
20441         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
20442              From: "Ronald F. Guilmette" <rfg@monkeys.com>
20443              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
20444              Message-Id: <200007242247.PAA52177@monkeys.com>
20445      Branch: perl
20446            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
20447 ____________________________________________________________________________
20448 [  6526] By: jhi                                   on 2000/08/04  21:23:27
20449         Log: gcc versions might have (parentheses) in them.
20450      Branch: metaconfig/U/perl
20451            ! gccvers.U
20452      Branch: perl
20453            ! Configure config_h.SH
20454 ____________________________________________________________________________
20455 [  6525] By: jhi                                   on 2000/08/04  20:23:12
20456         Log: Weed buglets pointed out by
20457              
20458              From: Lupe Christoph <lupe@lupe-christoph.de>
20459              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
20460              Date: Fri, 4 Aug 2000 17:34:39 +0200
20461              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
20462      Branch: metaconfig/U/perl
20463            ! gccvers.U uselfs.U
20464      Branch: perl
20465            ! Configure config_h.SH
20466 ____________________________________________________________________________
20467 [  6524] By: jhi                                   on 2000/08/04  19:02:08
20468         Log: Warn under -w if lstat(FH) is attempted.
20469              
20470              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
20471              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
20472              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
20473              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
20474      Branch: perl
20475            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
20476            ! t/pragma/warn/pp_sys
20477 ____________________________________________________________________________
20478 [  6523] By: jhi                                   on 2000/08/04  12:31:11
20479         Log: Subject: New perlcc, take 2
20480              From: simon@brecon.co.uk (Simon Cozens)
20481              Date: 4 Aug 2000 06:21:04 GMT
20482              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
20483      Branch: perl
20484            ! utils/perlcc.PL
20485 ____________________________________________________________________________
20486 [  6522] By: jhi                                   on 2000/08/04  12:26:33
20487         Log: Subject: Re: Array vs. List context
20488              From: Daniel Chetlin <daniel@chetlin.com>
20489              Date: Fri, 4 Aug 2000 00:22:44 -0700
20490              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
20491      Branch: perl
20492            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
20493            ! pod/perlfaq4.pod
20494 ____________________________________________________________________________
20495 [  6521] By: jhi                                   on 2000/08/04  12:22:38
20496         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
20497              From: Raymund Will <ray@caldera.de>
20498              Date: Fri, 4 Aug 2000 12:07:09 +0200
20499              Message-Id: <20000804120709.A14982@caldera.de>
20500      Branch: perl
20501            ! configure.gnu
20502 ____________________________________________________________________________
20503 [  6520] By: jhi                                   on 2000/08/04  04:09:06
20504         Log: After the #6519 a warning about stat() is just that,
20505              not about a filetest, which now have their own warning.
20506      Branch: perl
20507            ! pod/perldiag.pod
20508 ____________________________________________________________________________
20509 [  6519] By: jhi                                   on 2000/08/04  04:06:30
20510         Log: In the warnings call filehandles consistently so;
20511              add "unopened" warning for stat().
20512      Branch: perl
20513            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
20514            ! t/pragma/warn/pp_sys
20515 ____________________________________________________________________________
20516 [  6518] By: jhi                                   on 2000/08/04  02:55:35
20517         Log: Subject: Minor tweak to perlvar.pod
20518              From: "Stephen P. Potter" <spp@ds.net>
20519              Date: Tue, 18 Apr 2000 09:26:03 -0400
20520              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
20521      Branch: perl
20522            ! pod/perlvar.pod
20523 ____________________________________________________________________________
20524 [  6517] By: jhi                                   on 2000/08/04  02:50:08
20525         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
20526              From: "Clinton Pierce" <cpierce1@ford.com>
20527              Date: Wed, 21 Jul 1999 16:45:31 -0400
20528              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
20529              
20530              Fix by Stephen Potter (visible in the bug db but not in p5p?)
20531      Branch: perl
20532            ! pod/perlfunc.pod pod/perlop.pod
20533 ____________________________________________________________________________
20534 [  6516] By: jhi                                   on 2000/08/04  02:09:25
20535         Log: This is 6512.  Really.
20536      Branch: perl
20537            ! dump.c
20538 ____________________________________________________________________________
20539 [  6515] By: jhi                                   on 2000/08/04  01:25:50
20540         Log: mention the idea of @( and @)
20541      Branch: perl
20542            ! Todo-5.6
20543 ____________________________________________________________________________
20544 [  6514] By: bailey                                on 2000/08/04  01:18:46
20545         Log: YA resync with mainstem, including VMS patches from others
20546      Branch: vmsperl
20547           +> (branch 48 files)
20548            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
20549           !> (integrate 354 files)
20550 ____________________________________________________________________________
20551 [  6513] By: jhi                                   on 2000/08/04  01:18:18
20552         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
20553              From: Mark Dickinson <dickins3@fas.harvard.edu>
20554              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
20555              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
20556      Branch: perl
20557            ! t/op/grent.t t/op/pwent.t
20558 ____________________________________________________________________________
20559 [  6512] By: jhi                                   on 2000/08/04  01:14:06
20560         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
20561              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
20562              Date: Wed, 02 Aug 2000 10:51:01 +0100
20563              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
20564      Branch: perl
20565            ! sv.c
20566 ____________________________________________________________________________
20567 [  6511] By: jhi                                   on 2000/08/04  00:57:00
20568         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
20569              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20570              Date: Thu, 03 Aug 2000 17:20:04 -0700
20571              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
20572      Branch: metaconfig
20573            ! U/modified/Cppsym.U
20574      Branch: perl
20575            ! Configure config_h.SH
20576 ____________________________________________________________________________
20577 [  6510] By: jhi                                   on 2000/08/04  00:25:28
20578         Log: detypo
20579      Branch: perl
20580            ! Makefile.SH
20581 ____________________________________________________________________________
20582 [  6509] By: jhi                                   on 2000/08/03  23:43:18
20583         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
20584              From: Dominic Dunlop <domo@computer.org>
20585              Date: Thu, 3 Aug 2000 22:16:46 +0200
20586              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
20587      Branch: perl
20588            ! t/op/sprintf.t
20589 ____________________________________________________________________________
20590 [  6508] By: jhi                                   on 2000/08/03  23:40:37
20591         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
20592              From: Hugo <hv@crypt.compulink.co.uk>
20593              Date: Thu, 03 Aug 2000 18:25:30 +0100
20594              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
20595      Branch: perl
20596            ! regcomp.c t/op/re_tests
20597 ____________________________________________________________________________
20598 [  6507] By: jhi                                   on 2000/08/03  23:38:28
20599         Log: Subject: [PATCH] sv.h documentation - SvLEN
20600              From: Mike Guy <mjtg@cam.ac.uk>
20601              Date: Thu, 03 Aug 2000 14:43:09 +0100
20602              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
20603      Branch: perl
20604            ! sv.h
20605 ____________________________________________________________________________
20606 [  6506] By: jhi                                   on 2000/08/03  15:49:14
20607         Log: Disable the fix_pl hack for now.
20608      Branch: perl
20609            ! Makefile.SH
20610 ____________________________________________________________________________
20611 [  6505] By: jhi                                   on 2000/08/03  13:49:04
20612         Log: Add a URL for FSF.
20613              
20614              Subject: Patch for README
20615              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
20616              Date: Wed, 2 Aug 2000 13:25:09 -0500
20617              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
20618      Branch: perl
20619            ! README
20620 ____________________________________________________________________________
20621 [  6504] By: jhi                                   on 2000/08/03  13:29:19
20622         Log: Be more informative on what is skipped and why,
20623              also repeat the list at the end.
20624      Branch: perl
20625            ! Porting/p4desc
20626 ____________________________________________________________________________
20627 [  6503] By: jhi                                   on 2000/08/03  13:07:05
20628         Log: Circumvent the removal of .patch by fix_pl.
20629              
20630              Subject: Re: [ID 20000802.011] unable to 'make test'          
20631              From: simon@brecon.co.uk (Simon Cozens) 
20632              Date: 3 Aug 2000 04:17:00 GMT
20633              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
20634      Branch: perl
20635            ! Makefile.SH
20636 ____________________________________________________________________________
20637 [  6502] By: jhi                                   on 2000/08/03  00:14:34
20638         Log: Add the missing setproctitle unit.
20639      Branch: metaconfig/U/perl
20640            + d_setproctitle.U
20641 ____________________________________________________________________________
20642 [  6501] By: jhi                                   on 2000/08/03  00:00:26
20643         Log: The subtest 4 may fail also on VOBS, as pointed out
20644              by Nick Ing-Simmons in November 1999, bug id 19991124.003
20645              (but the failure in that bug report isn't the subtest 4).
20646      Branch: perl
20647            ! t/op/stat.t
20648 ____________________________________________________________________________
20649 [  6500] By: jhi                                   on 2000/08/02  23:49:30
20650         Log: Better skip message for the test; one of the two problems in
20651              
20652              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
20653              From: Lupe Christoph <lupe@lupe-christoph.de>
20654              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
20655              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
20656      Branch: perl
20657            ! t/op/numconvert.t
20658 ____________________________________________________________________________
20659 [  6499] By: jhi                                   on 2000/08/02  22:49:16
20660         Log: Allow "no Module;" even if there is no 'unimport'.
20661              
20662              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
20663              From: mjd@plover.com
20664              Date: 24 Mar 2000 15:24:34 -0000
20665              Message-Id: <20000324152434.15160.qmail@plover.com>
20666      Branch: perl
20667            ! gv.c
20668 ____________________________________________________________________________
20669 [  6498] By: jhi                                   on 2000/08/02  22:42:58
20670         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
20671              that are hopefully soon put into use.
20672      Branch: perl
20673            ! opcode.h opcode.pl opnames.h
20674 ____________________________________________________________________________
20675 [  6497] By: gsar                                  on 2000/08/02  22:28:59
20676         Log: require.t needs binmode() to work on windows
20677      Branch: perl
20678            ! t/comp/require.t
20679 ____________________________________________________________________________
20680 [  6496] By: jhi                                   on 2000/08/02  22:08:51
20681         Log: Document the IVdf UVuf UVof UVxf.
20682      Branch: perl
20683            ! pod/perlguts.pod
20684 ____________________________________________________________________________
20685 [  6495] By: jhi                                   on 2000/08/02  21:54:26
20686         Log: detypo #6494
20687      Branch: perl
20688            ! ext/Data/Dumper/Dumper.xs
20689 ____________________________________________________________________________
20690 [  6494] By: jhi                                   on 2000/08/02  21:49:17
20691         Log: Dump UVs as UVs in Data::Dumper.
20692              
20693              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
20694              From: Gurusamy Sarathy <gsar@ActiveState.com>
20695              Date: Thu, 27 Apr 2000 12:26:25 -0700
20696              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
20697      Branch: perl
20698            ! ext/Data/Dumper/Dumper.xs
20699 ____________________________________________________________________________
20700 [  6493] By: jhi                                   on 2000/08/02  17:01:58
20701         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
20702              From: Hugo <hv@crypt.compulink.co.uk>
20703              Date: Wed, 02 Aug 2000 14:53:56 +0100
20704              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
20705      Branch: perl
20706            ! regexec.c t/op/re_tests
20707 ____________________________________________________________________________
20708 [  6492] By: jhi                                   on 2000/08/02  15:02:46
20709         Log: The new setproctitle() feature is available only in 
20710              bleeding edge FreeBSD.  From Paul Saab.
20711      Branch: perl
20712            ! mg.c
20713 ____________________________________________________________________________
20714 [  6491] By: jhi                                   on 2000/08/02  13:34:36
20715         Log: The tr utf8 patching continues.
20716              
20717              Subject: Re: #6469, too many tests claimed in require.t
20718              From: simon@brecon.co.uk (Simon Cozens)
20719              Date: 2 Aug 2000 02:37:17 GMT
20720              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
20721              
20722              (the logic of the test was the wrong way round in the patch)
20723      Branch: perl
20724            ! doop.c
20725 ____________________________________________________________________________
20726 [  6490] By: jhi                                   on 2000/08/02  13:27:38
20727         Log: The name of a filehandle does not have <these>.
20728      Branch: perl
20729            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
20730            ! t/pragma/warn/pp_sys util.c
20731 ____________________________________________________________________________
20732 [  6489] By: jhi                                   on 2000/08/02  04:26:46
20733         Log: Remove the extraneous "main::" prefix from all the
20734              "opened only for", "on closed", and "never opened" warnings.
20735              
20736              Subject: Re: inappropriate warning
20737              From: Gurusamy Sarathy <gsar@ActiveState.com>
20738              Date: Mon, 20 Mar 2000 11:28:02 -0800
20739              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
20740      Branch: perl
20741            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
20742            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
20743            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
20744 ____________________________________________________________________________
20745 [  6488] By: jhi                                   on 2000/08/02  03:02:57
20746         Log: memcpy has n o in it, as pinted ut by Sarathy.
20747      Branch: perl
20748            ! pod/perlguts.pod
20749 ____________________________________________________________________________
20750 [  6487] By: jhi                                   on 2000/08/02  02:44:51
20751         Log: Document in one place the memory abstractions used in Perl core.
20752              
20753              Subject: Re: Memory abstraction
20754              From: simon@brecon.co.uk (Simon Cozens)
20755              Date: 2 Aug 2000 02:20:23 GMT
20756              Organization: Earth.li Origins
20757      Branch: perl
20758            ! pod/perlguts.pod
20759 ____________________________________________________________________________
20760 [  6486] By: jhi                                   on 2000/08/02  02:41:57
20761         Log: regen_headers, regen perltoc.
20762      Branch: perl
20763            ! perlapi.c pod/perltoc.pod
20764 ____________________________________________________________________________
20765 [  6485] By: jhi                                   on 2000/08/02  01:43:33
20766         Log: "This little thing tests for a file .patch, and if it contains
20767              a number, pops into patchlevel.h" (making it easier to track
20768              which development version people are reporting bugs against)
20769              
20770              Subject: Patchlevel autogeneration for repository perls
20771              From: simon@brecon.co.uk (Simon Cozens)
20772              Date: 14 Jul 2000 07:12:15 GMT
20773              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
20774      Branch: perl
20775            + fix_pl
20776            ! MANIFEST Makefile.SH
20777 ____________________________________________________________________________
20778 [  6484] By: jhi                                   on 2000/08/02  01:32:54
20779         Log: FreeBSD 3.* updates from
20780              
20781              From: Paul Saab <ps@yahoo-inc.com>
20782              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
20783              Date: Tue, 1 Aug 2000 15:41:39 -0700
20784              Message-Id: <20000801154139.A53740@yahoo-inc.com>
20785      Branch: perl
20786            ! hints/freebsd.sh
20787 ____________________________________________________________________________
20788 [  6483] By: jhi                                   on 2000/08/02  01:27:44
20789         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
20790              instead one must use setproctitle().  This was already addressed
20791              by change #6457, but the below has a new variant for FreeBSD 4.0
20792              or later, and the matter is also documented more.
20793              
20794              From: Paul Saab <ps@yahoo-inc.com>
20795              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
20796              Date: Tue, 1 Aug 2000 15:41:39 -0700
20797              Message-Id: <20000801154139.A53740@yahoo-inc.com>
20798      Branch: metaconfig/U/perl
20799            + i_libutil.U
20800      Branch: perl
20801            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
20802 ____________________________________________________________________________
20803 [  6482] By: jhi                                   on 2000/08/01  22:17:32
20804         Log: The test from this
20805              
20806              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
20807              Date: Sat, 15 Apr 2000 17:03:44 +0100
20808              From: Tom Hughes <tom@compton.nu>
20809              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
20810              
20811              was missing, the code change went in as #5989
20812              (which had a different test?)
20813      Branch: perl
20814            ! t/op/misc.t
20815 ____________________________________________________________________________
20816 [  6481] By: jhi                                   on 2000/08/01  21:48:38
20817         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
20818              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
20819              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
20820              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
20821      Branch: perl
20822            ! perl.h
20823 ____________________________________________________________________________
20824 [  6480] By: jhi                                   on 2000/08/01  18:05:28
20825         Log: Make p4desc to skip non-mainperl branches by default.
20826      Branch: perl
20827            ! Porting/p4desc
20828 ____________________________________________________________________________
20829 [  6479] By: jhi                                   on 2000/08/01  17:29:19
20830         Log: If gccosandvers is equal to osname, clear gccosandvers.
20831      Branch: metaconfig/U/perl
20832            ! gccvers.U
20833      Branch: perl
20834            ! Configure config_h.SH
20835 ____________________________________________________________________________
20836 [  6478] By: jhi                                   on 2000/08/01  15:54:08
20837         Log: BOM patching from Simon Cozens.
20838      Branch: perl
20839            ! toke.c
20840 ____________________________________________________________________________
20841 [  6477] By: jhi                                   on 2000/08/01  04:50:33
20842         Log: Stash away the largefiles flags and libswanted.
20843      Branch: perl
20844            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
20845 ____________________________________________________________________________
20846 [  6476] By: gsar                                  on 2000/08/01  04:24:24
20847         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
20848              on Windows)
20849      Branch: perl
20850            ! t/pragma/utf8.t utf8.c win32/win32.c
20851 ____________________________________________________________________________
20852 [  6475] By: jhi                                   on 2000/08/01  03:35:24
20853         Log: Make chr() for values >127 to create utf8 when under utf8.
20854              
20855              Subject: Re: uft8/chr()
20856              From: simon@brecon.co.uk (Simon Cozens)
20857              Date: 1 Aug 2000 02:37:02 GMT
20858              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
20859      Branch: perl
20860            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
20861 ____________________________________________________________________________
20862 [  6474] By: jhi                                   on 2000/08/01  02:36:18
20863         Log: In Digital UNIX warn if gcc explicitly chosen because even
20864              2.95.2 is known to cause problems.
20865      Branch: perl
20866            ! hints/dec_osf.sh
20867 ____________________________________________________________________________
20868 [  6473] By: jhi                                   on 2000/08/01  02:00:56
20869         Log: Make the safety catch for buggy gccs work with triple version
20870              numbers like 2.95.2.  Reported in
20871              
20872              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
20873              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
20874              Date: Mon, 31 Jul 2000 14:55:06 +0200
20875              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
20876      Branch: perl
20877            ! hints/dec_osf.sh
20878 ____________________________________________________________________________
20879 [  6472] By: jhi                                   on 2000/08/01  01:13:33
20880         Log: Subject: fix and question re: waitpid() under win32
20881              From: Brian Clarke <clarke@appliedmeta.com>
20882              Date: Fri, 28 Jul 2000 15:18:29 -0400
20883              Message-ID: <3981DC85.290314EB@appliedmeta.com>
20884              
20885              Slightly reformatted and WNOHANG # define moved to win32.h
20886              so that also POSIX.xs sees it, as suggsted by Sarathy.
20887      Branch: perl
20888            ! win32/win32.c win32/win32.h
20889 ____________________________________________________________________________
20890 [  6471] By: jhi                                   on 2000/08/01  00:55:05
20891         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
20892              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
20893              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
20894              Date: Mon, 31 Jul 2000 13:28:51 +0100
20895              
20896              (aka ID 20000730.002)
20897      Branch: perl
20898            ! op.c t/op/tr.t
20899 ____________________________________________________________________________
20900 [  6470] By: jhi                                   on 2000/07/31  23:34:42
20901         Log: Document the problem with -P in HP-UX and its workaround.
20902              
20903              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
20904              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
20905              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
20906              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
20907      Branch: perl
20908            ! README.hpux
20909 ____________________________________________________________________________
20910 [  6469] By: jhi                                   on 2000/07/31  04:15:02
20911         Log: The swallow_bom() saga continues.  The #23 of require.t
20912              (UTF16-LE) still fails (silently, no output) but the #22
20913              (UTF16-BE) seems to be working now.  The root of the
20914              failure may be in sv_gets(): is it UTF-16LE-aware,
20915              especially when it comes to line endings? 
20916      Branch: perl
20917            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
20918            ! t/comp/require.t toke.c utf8.c
20919 ____________________________________________________________________________
20920 [  6468] By: jhi                                   on 2000/07/30  19:05:48
20921         Log: Find green threads before native threads.
20922              
20923              Subject: Re: Patch to jpl/JNI/Makefile.PL
20924              From: Jens Thomsen <jens@fiend.cis.com>
20925              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
20926              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
20927      Branch: perl
20928            ! jpl/JNI/Makefile.PL
20929 ____________________________________________________________________________
20930 [  6467] By: jhi                                   on 2000/07/30  18:36:22
20931         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
20932      Branch: perl
20933            ! doop.c
20934 ____________________________________________________________________________
20935 [  6466] By: jhi                                   on 2000/07/30  04:37:29
20936         Log: A new version of the "remove UPPERACSE string comparison"
20937              operators.  The problem with the previous one (change #6454)
20938              was that it was for Perl 5.6.0.  From Paul Marquess.
20939      Branch: perl
20940            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
20941            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
20942            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
20943 ____________________________________________________________________________
20944 [  6465] By: jhi                                   on 2000/07/29  22:39:56
20945         Log: Do not upgrade SVs into utf8 just because they participate
20946              in eq or cmp.  Reported and fix suggested in
20947              
20948              Subject: [ID 20000720.009] sv_eq UTF8 bug
20949              From: "Simon Cozens" <simon@othersideofthe.earth.li>
20950              Date: 21 Jul 2000 04:37:29 -0000
20951              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
20952              
20953              Exercise for the kind reader: should we or should we not
20954              cache the utf8 conversion alonside the SV? (as magic,
20955              as thestrxfrm()ed version is cached under use locale)
20956              Argue both for and against.
20957      Branch: perl
20958            ! sv.c
20959 ____________________________________________________________________________
20960 [  6464] By: jhi                                   on 2000/07/29  22:36:22
20961         Log: Subject: UTF8 concat
20962              From: simon@brecon.co.uk (Simon Cozens) 
20963              Date: 30 Jun 2000 06:13:25 GMT
20964              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
20965              
20966              (with a memory leak fixed, plus a few casts added)
20967              
20968              This also seems to help for
20969              
20970              Subject: [ID 20000716.015] join UTF8 weirdness
20971              From: root <root@ak-71.mind.de> 
20972              Date: Sat, 15 Jul 2000 15:29:54 +0200
20973              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
20974              
20975              (from Andreas König)
20976      Branch: perl
20977            ! pp_hot.c
20978 ____________________________________________________________________________
20979 [  6463] By: jhi                                   on 2000/07/29  00:55:39
20980         Log: Tune the comments and hopefully stop a memory leak.
20981      Branch: perl
20982            ! toke.c utf8.c
20983 ____________________________________________________________________________
20984 [  6462] By: jhi                                   on 2000/07/29  00:16:53
20985         Log: The problem described in this
20986              
20987              Subject: [ID 20000322.018] named chars aren't magical enough
20988              From: root <root@dixie.cscaper.com>     
20989              Date: Wed, 22 Mar 2000 18:37:42 -0700
20990              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
20991              
20992              has been fixed in perl 5.6.0 but just in case added a test
20993              to keep it away.  (The report from Joseph Hall.)
20994      Branch: perl
20995            ! t/lib/charnames.t
20996 ____________________________________________________________________________
20997 [  6461] By: jhi                                   on 2000/07/28  23:56:36
20998         Log: Tiny fixes for #6460.
20999      Branch: metaconfig/U/perl
21000            ! gccvers.U
21001      Branch: perl
21002            ! Configure config_h.SH
21003 ____________________________________________________________________________
21004 [  6460] By: jhi                                   on 2000/07/28  23:24:41
21005         Log: Warn if the version of the operating system used to compile gcc
21006              differs from the current version of the operating system.
21007              Also display the gcc compilation os and version in myconfig.
21008              Inspiration from
21009              
21010              Subject: Re: [ID 20000710.003] ERRORS!!         
21011              From: "Kurt D. Starsinic" <kstar@chapin.edu>
21012              Date: Mon, 10 Jul 2000 15:54:16 -0400
21013              Message-ID: <20000710155416.A1384@O2.chapin.edu>
21014      Branch: metaconfig/U/perl
21015            ! gccvers.U
21016      Branch: perl
21017            ! Configure config_h.SH myconfig.SH
21018 ____________________________________________________________________________
21019 [  6459] By: jhi                                   on 2000/07/28  22:00:32
21020         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
21021              letter to $Config{osvers}.
21022      Branch: metaconfig
21023            ! U/modified/Oldconfig.U
21024      Branch: perl
21025            ! Configure config_h.SH
21026 ____________________________________________________________________________
21027 [  6458] By: jhi                                   on 2000/07/28  04:15:39
21028         Log: Back out #6454, doesn't seem to work.
21029              (Reason: that patch was for perl 5.6.0, not perl-current)
21030              (A version of the patch for perl-current came in later as #6466)
21031      Branch: perl
21032            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
21033            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
21034            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
21035 ____________________________________________________________________________
21036 [  6457] By: jhi                                   on 2000/07/27  23:31:49
21037         Log: Use setproctitle() if available to modify $0.
21038              
21039              Subject: setting $* on BSD4 broken
21040              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
21041              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
21042              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
21043      Branch: metaconfig
21044            ! U/modified/Myinit.U
21045      Branch: perl
21046            ! Configure config_h.SH mg.c
21047 ____________________________________________________________________________
21048 [  6456] By: jhi                                   on 2000/07/27  14:50:47
21049         Log: Allow "no AutoLoader;", based on change #6444,
21050              suggested by Graham Barr.
21051      Branch: perl
21052            ! lib/AutoLoader.pm
21053 ____________________________________________________________________________
21054 [  6455] By: jhi                                   on 2000/07/27  14:19:10
21055         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
21056              From: rspier@pobox.com (Robert Spier)
21057              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
21058              Message-ID: <14720.15855.787664.424783@rls.cx>
21059      Branch: perl
21060            ! pod/perldiag.pod
21061 ____________________________________________________________________________
21062 [  6454] By: jhi                                   on 2000/07/27  14:03:02
21063         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
21064              for a long time).
21065              
21066              Reported in
21067              
21068              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
21069              From: Ryan Herbert <rherbert@sycamorehq.com>
21070              Date: Mon, 17 Jul 2000 11:40:42 -0400
21071              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
21072              
21073              Patched in
21074              
21075              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
21076              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
21077              Date: Wed, 26 Jul 2000 23:40:18 +0100
21078              Message-ID: <000001bff752$79511880$0a17073e@tiny>
21079              
21080              based on an earlier patch from Stephen P. Potter.
21081              
21082              (Removed later by change #6458 because this patch was for
21083              perl 5.6.0, not perl-current)
21084      Branch: perl
21085            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
21086            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
21087            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
21088 ____________________________________________________________________________
21089 [  6453] By: jhi                                   on 2000/07/27  13:48:02
21090         Log: Subject: [PATCH] fixes bug 20000508.004
21091              From: Michael Stevens <mstevens@globnix.org>
21092              Date: Thu, 27 Jul 2000 13:49:04 +0100
21093              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
21094      Branch: perl
21095            ! pod/perldata.pod
21096 ____________________________________________________________________________
21097 [  6452] By: jhi                                   on 2000/07/26  23:51:26
21098         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
21099              and Craig A. Berry.
21100      Branch: perl
21101            ! lib/File/Temp.pm pod/perlport.pod
21102 ____________________________________________________________________________
21103 [  6451] By: jhi                                   on 2000/07/26  19:43:30
21104         Log: Be wary of close()s, too.
21105              
21106              Subject: Re: [PATCH] perlbug cleanup
21107              From: Tim Jenness <t.jenness@jach.hawaii.edu>
21108              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
21109              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
21110      Branch: perl
21111            ! utils/perlbug.PL
21112 ____________________________________________________________________________
21113 [  6450] By: jhi                                   on 2000/07/26  18:41:40
21114         Log: Subject: Minor doc patch: handy.h
21115              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
21116              Date: Wed, 26 Jul 2000 15:34:25 -0300
21117              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
21118      Branch: perl
21119            ! handy.h pod/perlapi.pod
21120 ____________________________________________________________________________
21121 [  6449] By: jhi                                   on 2000/07/26  18:23:55
21122         Log: Subject: [PATCH] minor doc change - perlguts
21123              From: Michael Stevens <mstevens@globnix.org>
21124              Date: Thu, 13 Jul 2000 12:39:18 +0100
21125              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
21126      Branch: perl
21127            ! pod/perlguts.pod
21128 ____________________________________________________________________________
21129 [  6448] By: jhi                                   on 2000/07/26  18:20:30
21130         Log: open() wariness in perlbug.
21131              
21132              Subject: [PATCH] perlbug cleanup
21133              From: Michael Stevens <mstevens@globnix.org>
21134              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
21135              Date: Thu, 13 Jul 2000 15:52:23 +0100
21136      Branch: perl
21137            ! utils/perlbug.PL
21138 ____________________________________________________________________________
21139 [  6447] By: jhi                                   on 2000/07/26  18:13:04
21140         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
21141      Branch: perl
21142            ! lib/File/Temp.pm t/lib/ftmp-security.t
21143 ____________________________________________________________________________
21144 [  6446] By: jhi                                   on 2000/07/26  18:06:32
21145         Log: docfix from Peter Scott <Peter@PSDT.com>.
21146      Branch: perl
21147            ! pod/perlfunc.pod
21148 ____________________________________________________________________________
21149 [  6445] By: jhi                                   on 2000/07/26  17:53:31
21150         Log: Fix *foo{FORMAT}.
21151              
21152              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21153              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
21154              Date: Wed, 26 Jul 2000 19:51:02 +0200
21155              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
21156              
21157              From: Graham Barr <gbarr@pobox.com>
21158              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
21159              Date: Wed, 26 Jul 2000 17:38:36 +0100
21160              Message-ID: <20000726173836.L472@pobox.com>
21161      Branch: perl
21162            ! pp.c sv.c t/op/gv.t
21163 ____________________________________________________________________________
21164 [  6444] By: jhi                                   on 2000/07/26  17:49:14
21165         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
21166              from Graham Barr in the module list.
21167      Branch: perl
21168            ! gv.c pod/perlobj.pod
21169 ____________________________________________________________________________
21170 [  6443] By: jhi                                   on 2000/07/26  16:06:56
21171         Log: More split() doc and test patches from Mike Guy.
21172      Branch: perl
21173            ! pod/perlfunc.pod t/op/split.t
21174 ____________________________________________________________________________
21175 [  6442] By: jhi                                   on 2000/07/26  16:05:30
21176         Log: MacOS nits from Matthias Neeracher.
21177      Branch: perl
21178            ! perl.c pp_ctl.c
21179 ____________________________________________________________________________
21180 [  6441] By: jhi                                   on 2000/07/26  04:39:57
21181         Log: Subject: [PATCH] split /^/
21182              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21183              Date: Tue, 25 Jul 2000 14:18:57 +0100
21184              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
21185              
21186              (with notes from tchrist and gbarr)
21187      Branch: perl
21188            ! pod/perlfunc.pod t/op/split.t
21189 ____________________________________________________________________________
21190 [  6440] By: jhi                                   on 2000/07/26  04:32:32
21191         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
21192              From: Peter Prymmer <pvhp@forte.com>
21193              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
21194              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
21195      Branch: perl
21196            ! vms/munchconfig.c
21197 ____________________________________________________________________________
21198 [  6439] By: jhi                                   on 2000/07/26  04:31:01
21199         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
21200              to be fatal errors (instead of by default ignoring them, and
21201              ignoring with a bug: even though -w gave an error, the opening [
21202              was left in)  Reported in:
21203              
21204              Subject: [ID 20000716.024] [=cc=] / [:blank:]
21205              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
21206              Date: Sun, 16 Jul 2000 17:55:29 -0700
21207              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
21208      Branch: perl
21209            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
21210 ____________________________________________________________________________
21211 [  6438] By: jhi                                   on 2000/07/25  15:41:15
21212         Log: Subject: [PATCH] av.c apidoc
21213              From: simon@brecon.co.uk (Simon Cozens)
21214              Date: 24 Jul 2000 06:40:52 GMT
21215              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
21216      Branch: perl
21217            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
21218            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
21219 ____________________________________________________________________________
21220 [  6437] By: jhi                                   on 2000/07/25  14:05:36
21221         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
21222              From: "Stephen P. Potter" <spp@ds.net>
21223              Date: Mon, 24 Jul 2000 14:22:23 -0400
21224              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
21225      Branch: perl
21226            ! pod/perllocale.pod
21227 ____________________________________________________________________________
21228 [  6436] By: jhi                                   on 2000/07/25  14:02:03
21229         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
21230              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21231              Date: Mon, 24 Jul 2000 18:04:28 +0100
21232              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
21233      Branch: perl
21234            ! t/lib/syslfs.t t/op/lfs.t
21235 ____________________________________________________________________________
21236 [  6435] By: jhi                                   on 2000/07/25  13:59:28
21237         Log: Get UTF16 BOMs working.  Patch from
21238              
21239              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
21240              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21241              Date: Tue, 25 Jul 2000 12:52:45 +0100
21242              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
21243              
21244              and notes from
21245              
21246              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
21247              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21248              Date: Tue, 25 Jul 2000 11:43:25 +0100
21249              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
21250      Branch: perl
21251            ! t/comp/require.t toke.c utf8.c
21252 ____________________________________________________________________________
21253 [  6434] By: jhi                                   on 2000/07/25  02:39:54
21254         Log: Make the "uninit variable" warning to say "concat or string"
21255              or "join or string" when in concat or join .
21256              
21257              Subject: Re: [ID 20000403.009] uninitialised concatenation???
21258              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21259              Date: Tue, 04 Apr 2000 18:22:58 +0100
21260              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
21261              
21262              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
21263              From: William R Ward <hermit@BayView.COM>
21264              Date: Thu, 30 Mar 2000 19:50:03 -0800
21265              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
21266      Branch: perl
21267            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
21268            ! t/pragma/warn/op t/pragma/warn/sv
21269 ____________________________________________________________________________
21270 [  6433] By: jhi                                   on 2000/07/24  17:52:56
21271         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
21272      Branch: perl
21273            ! lib/File/Spec/VMS.pm
21274 ____________________________________________________________________________
21275 [  6432] By: jhi                                   on 2000/07/24  17:44:44
21276         Log: Test cases for #6431.
21277              
21278              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
21279              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21280              Date: Mon, 24 Jul 2000 15:32:29 +0100
21281              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
21282      Branch: perl
21283            ! t/op/pat.t t/op/split.t
21284 ____________________________________________________________________________
21285 [  6431] By: jhi                                   on 2000/07/24  17:43:17
21286         Log: Bind op fix.
21287              
21288              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
21289              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21290              Date: Mon, 17 Jul 2000 20:04:56 +0100
21291              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
21292      Branch: perl
21293            ! op.c
21294 ____________________________________________________________________________
21295 [  6430] By: jhi                                   on 2000/07/24  03:42:42
21296         Log: Subject: [ID 20000716.023] syslog test fails without sockets
21297              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21298              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
21299              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
21300      Branch: metaconfig/U/perl
21301            ! Extensions.U
21302      Branch: perl
21303            ! Configure config_h.SH
21304 ____________________________________________________________________________
21305 [  6429] By: jhi                                   on 2000/07/24  03:11:52
21306         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
21307              case, but add also notes explaining the relationship of this
21308              patch and the earlier notes by Sarathy.
21309              
21310              Subject: Map is still slow
21311              From: "Ben Tilly" <ben_tilly@hotmail.com>
21312              Date: Sat, 15 Jul 2000 17:23:27 EDT
21313              Message-ID: <20000715212327.21656.qmail@hotmail.com>
21314      Branch: perl
21315            ! pp_ctl.c
21316 ____________________________________________________________________________
21317 [  6428] By: jhi                                   on 2000/07/24  02:58:52
21318         Log: Documentation to explain the behaviour of map().
21319              
21320              Subject: Re: Map is still slow 
21321              From: Gurusamy Sarathy <gsar@ActiveState.com>
21322              Date: Sat, 15 Jul 2000 16:05:09 -0700
21323              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
21324      Branch: perl
21325            ! pp_ctl.c
21326 ____________________________________________________________________________
21327 [  6427] By: jhi                                   on 2000/07/24  02:50:03
21328         Log: Add tests for
21329              [ID 19991110.003] another matching finding by pcre author
21330              which has already been fixed by some patch, as verified in
21331              
21332              Subject: Re: two regex bugs from the mists of time (well, last November)
21333              From: Hugo <hv@crypt.compulink.co.uk>
21334              Date: Sat, 22 Jul 2000 18:12:58 +0100
21335              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
21336      Branch: perl
21337            ! t/op/re_tests
21338 ____________________________________________________________________________
21339 [  6426] By: jhi                                   on 2000/07/24  02:11:20
21340         Log: A missing 'break' after the [[:space:]] switch case.
21341              
21342              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
21343              From: "Stephen P. Potter" <spp@ds.net>
21344              Date: Tue, 18 Jul 2000 16:25:17 -0400
21345              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
21346      Branch: perl
21347            ! regcomp.c
21348 ____________________________________________________________________________
21349 [  6425] By: jhi                                   on 2000/07/24  02:06:12
21350         Log: The output might have been produced in the wrong order.
21351              
21352              Subject: [ID 20000720.003] [PATCH] t/op/write.t
21353              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21354              Date: Thu, 20 Jul 2000 18:49:18 +0100
21355              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
21356      Branch: perl
21357            ! t/op/write.t
21358 ____________________________________________________________________________
21359 [  6424] By: jhi                                   on 2000/07/24  02:00:07
21360         Log: Use STDOUT consistently.
21361              
21362              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
21363              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21364              Date: Thu, 20 Jul 2000 18:04:01 +0100
21365              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
21366      Branch: perl
21367            ! lib/Test/Harness.pm
21368 ____________________________________________________________________________
21369 [  6423] By: jhi                                   on 2000/07/24  01:54:54
21370         Log: Protect against "wild next"s, that is, callbacks doing "next"
21371              instead of "return".
21372              
21373              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
21374              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21375              Date: Tue, 18 Jul 2000 11:30:16 +0100
21376              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
21377      Branch: perl
21378            ! lib/File/Find.pm
21379 ____________________________________________________________________________
21380 [  6422] By: jhi                                   on 2000/07/24  01:35:47
21381         Log: Out-of-date note removed.
21382              
21383              Subject: [PATCH] documentation perlipc
21384              From: rspier@pobox.com (Robert Spier)
21385              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
21386              Message-ID: <14711.35178.572612.502654@rls.cx>
21387      Branch: perl
21388            ! pod/perlipc.pod
21389 ____________________________________________________________________________
21390 [  6421] By: jhi                                   on 2000/07/24  00:09:18
21391         Log: Send all installperl messages to STDERR and be -w clean.
21392              
21393              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
21394              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21395              Date: Sat, 22 Jul 2000 14:02:11 +0100
21396              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
21397      Branch: perl
21398            ! installperl
21399 ____________________________________________________________________________
21400 [  6420] By: jhi                                   on 2000/07/24  00:04:19
21401         Log: Decutandpasto.
21402              
21403              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
21404              From: "Richard Soderberg" <rs@crystalflame.net>
21405              Date: Sun, 23 Jul 2000 01:37:23 -0700
21406              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
21407      Branch: perl
21408            ! pod/perlipc.pod
21409 ____________________________________________________________________________
21410 [  6419] By: jhi                                   on 2000/07/24  00:01:12
21411         Log: A cleaner abs_path().
21412              Subject: Re: unix alternative to Cwd.pm
21413              From: Jeff Pinyan <jeffp@crusoe.net>
21414              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
21415              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
21416      Branch: perl
21417            ! lib/Cwd.pm
21418 ____________________________________________________________________________
21419 [  6418] By: jhi                                   on 2000/07/23  23:48:56
21420         Log: Detypo.
21421              
21422              Subject: [PATCH perl-current] Typo in hints/powerux.sh
21423              From: "Richard Soderberg" <rs@crystalflame.net>
21424              Date: Sun, 23 Jul 2000 01:27:33 -0700
21425              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
21426      Branch: perl
21427            ! hints/powerux.sh
21428 ____________________________________________________________________________
21429 [  6417] By: jhi                                   on 2000/07/17  22:13:31
21430         Log: Subject: SDBM_File documentation
21431              From: mjd@plover.com
21432              Date: 16 Jul 2000 17:41:17 -0000
21433              Message-ID: <20000716174117.18515.qmail@plover.com>
21434      Branch: perl
21435            ! ext/SDBM_File/SDBM_File.pm
21436 ____________________________________________________________________________
21437 [  6416] By: jhi                                   on 2000/07/17  19:13:26
21438         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
21439      Branch: perl
21440            ! hints/mpeix.sh mpeix/relink
21441 ____________________________________________________________________________
21442 [  6415] By: jhi                                   on 2000/07/15  14:11:02
21443         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
21444              the utf8 'characters' can be more than one octet).
21445              
21446              Date: Sat, 15 Jul 2000 00:21:56 +0100
21447              From: Tom Hughes <tom@compton.nu>
21448              Subject: Re: [ID 20000714.002]
21449              Message-ID: <db2334de49.tom@compton.compton.nu>
21450              
21451              Reported in
21452              
21453              Subject: [ID 20000714.002]
21454              From: "Simon Cozens" <simon@othersideofthe.earth.li>
21455              Date: 14 Jul 2000 15:13:09 -0000
21456              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
21457      Branch: perl
21458            ! doop.c
21459 ____________________________________________________________________________
21460 [  6414] By: jhi                                   on 2000/07/15  03:13:41
21461         Log: another VMS build tweak from Peter Prymmer
21462      Branch: perl
21463            ! vms/descrip_mms.template
21464 ____________________________________________________________________________
21465 [  6413] By: jhi                                   on 2000/07/15  03:10:40
21466         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
21467      Branch: perl
21468            ! vms/perlvms.pod
21469 ____________________________________________________________________________
21470 [  6412] By: jhi                                   on 2000/07/15  00:31:05
21471         Log: More docs for sv functions.
21472              
21473              Subject: [PATCH cfgperl] sv.c apidoc
21474              From: simon@brecon.co.uk (Simon Cozens)
21475              Date: 13 Jul 2000 09:00:20 GMT
21476              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
21477              
21478              Subject: Re: [PATCH cfgperl] sv.c apidoc
21479              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21480              Date: Thu, 13 Jul 2000 12:27:41 +0100
21481              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
21482              
21483              Subject: Re: [PATCH cfgperl] sv.c apidoc
21484              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21485              Date: Thu, 13 Jul 2000 13:23:09 +0100
21486              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
21487              
21488              Subject: Re: [PATCH cfgperl] sv.c apidoc
21489              From: simon@brecon.co.uk (Simon Cozens)
21490              Date: 14 Jul 2000 06:51:02 GMT
21491              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
21492      Branch: perl
21493            ! embed.pl pod/perlapi.pod sv.c
21494 ____________________________________________________________________________
21495 [  6411] By: jhi                                   on 2000/07/15  00:10:41
21496         Log: lib/b test fixes from Peter Prymmer.
21497      Branch: perl
21498            ! t/lib/b.t
21499 ____________________________________________________________________________
21500 [  6410] By: jhi                                   on 2000/07/15  00:02:09
21501         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
21502              From: Hugo <hv@crypt.compulink.co.uk>
21503              Date: Fri, 14 Jul 2000 23:05:20 +0100
21504              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
21505              
21506              Didn't anymore apply, but that point still could use another fix.
21507      Branch: perl
21508            ! pod/perlfunc.pod
21509 ____________________________________________________________________________
21510 [  6409] By: jhi                                   on 2000/07/14  23:15:15
21511         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
21512              not in pod, from Peter Prymmer
21513      Branch: perl
21514            ! vms/descrip_mms.template
21515 ____________________________________________________________________________
21516 [  6408] By: jhi                                   on 2000/07/14  20:35:05
21517         Log: The bug report
21518              [ID 19991110.002] minimal matching discrepancy found by pcre author
21519              seems to have been fixed (though differently from what was suggested
21520              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
21521      Branch: perl
21522            ! t/op/re_tests
21523 ____________________________________________________________________________
21524 [  6407] By: jhi                                   on 2000/07/14  17:38:08
21525         Log: Fix AutoSplit to use File::Spec the right way in VMS,
21526              from Peter Prymmer.
21527      Branch: perl
21528            ! lib/AutoSplit.pm
21529 ____________________________________________________________________________
21530 [  6406] By: jhi                                   on 2000/07/14  14:13:22
21531         Log: Merge perlhacktut into perlhack, update perlguts.
21532              
21533              Subject: Re: Perlhacktut
21534              From: simon@brecon.co.uk (Simon Cozens)
21535              Date: 14 Jul 2000 06:49:21 GMT
21536              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
21537              
21538              Subject: Re: Perlhacktut
21539              From: simon@brecon.co.uk (Simon Cozens)
21540              Date: 14 Jul 2000 07:09:45 GMT
21541              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
21542      Branch: perl
21543            ! pod/perlguts.pod pod/perlhack.pod
21544 ____________________________________________________________________________
21545 [  6405] By: jhi                                   on 2000/07/14  14:02:31
21546         Log: Integrate with Sarathy.
21547      Branch: cfgperl
21548           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
21549           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
21550           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
21551 ____________________________________________________________________________
21552 [  6404] By: gsar                                  on 2000/07/14  12:15:02
21553         Log: PERL_OBJECT build tweaks
21554      Branch: perl
21555            ! toke.c
21556 ____________________________________________________________________________
21557 [  6403] By: gsar                                  on 2000/07/14  11:23:41
21558         Log: inconsistent types needs casts
21559      Branch: perl
21560            ! toke.c
21561 ____________________________________________________________________________
21562 [  6402] By: gsar                                  on 2000/07/14  11:12:04
21563         Log: typos in change#6399, regen headers
21564      Branch: perl
21565            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
21566 ____________________________________________________________________________
21567 [  6401] By: gsar                                  on 2000/07/14  10:59:12
21568         Log: typecasts needed for change#6394
21569      Branch: perl
21570            ! toke.c
21571 ____________________________________________________________________________
21572 [  6400] By: gsar                                  on 2000/07/14  10:49:37
21573         Log: integrate cfgperl contents into mainline
21574      Branch: perl
21575           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
21576           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
21577 ____________________________________________________________________________
21578 [  6399] By: gsar                                  on 2000/07/14  10:38:35
21579         Log: enable UTF-16 filter by default if relevant BOM is seen; various
21580              cleanups (typos, misformatted code, and small bugs)
21581      Branch: perl
21582            ! doop.c embed.pl mg.c op.c pp.c toke.c
21583 ____________________________________________________________________________
21584 [  6398] By: gsar                                  on 2000/07/14  08:55:38
21585         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
21586              name suggests anyway)
21587      Branch: perl
21588            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
21589 ____________________________________________________________________________
21590 [  6397] By: gsar                                  on 2000/07/14  08:44:33
21591         Log: move new variables to the end of the interpreter structure (for
21592              bincompat in code that doesn't #include XSUB.h)
21593      Branch: perl
21594            ! intrpvar.h
21595 ____________________________________________________________________________
21596 [  6396] By: gsar                                  on 2000/07/14  08:13:58
21597         Log: MakeMaker should not remove editor backups (*~) on `make clean`
21598              by default (completes change#6383)
21599      Branch: perl
21600            ! lib/ExtUtils/MM_Unix.pm
21601 ____________________________________________________________________________
21602 [  6395] By: jhi                                   on 2000/07/14  05:20:33
21603         Log: Replace change #6337 with a better one.
21604              
21605              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
21606              From: Hugo <hv@crypt.compulink.co.uk>
21607              Date: Fri, 14 Jul 2000 04:16:20 +0100
21608              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
21609      Branch: cfgperl
21610            ! regexec.c t/op/re_tests
21611 ____________________________________________________________________________
21612 [  6394] By: jhi                                   on 2000/07/14  01:33:59
21613         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
21614      Branch: cfgperl
21615            ! embed.pl global.sym proto.h toke.c
21616 ____________________________________________________________________________
21617 [  6393] By: jhi                                   on 2000/07/13  23:41:23
21618         Log: remove discarded test
21619      Branch: cfgperl
21620            ! MANIFEST
21621 ____________________________________________________________________________
21622 [  6392] By: jhi                                   on 2000/07/13  23:32:25
21623         Log: The {multiplier} of a fixed substring was overlooked which
21624              caused a wrong initial search offset for that substring.
21625              
21626              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
21627              From: Hugo <hv@crypt.compulink.co.uk>
21628              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
21629              Date: Thu, 13 Jul 2000 19:27:13 +0100
21630      Branch: cfgperl
21631            ! regcomp.c t/op/re_tests
21632 ____________________________________________________________________________
21633 [  6391] By: jhi                                   on 2000/07/13  16:37:42
21634         Log: typo fix from Craig Berry
21635      Branch: cfgperl
21636            ! vms/subconfigure.com
21637 ____________________________________________________________________________
21638 [  6390] By: jhi                                   on 2000/07/13  13:20:12
21639         Log: Integrate with Sarathy.
21640      Branch: cfgperl
21641            - t/op/method2entersub.t
21642           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
21643           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
21644           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
21645           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
21646 ____________________________________________________________________________
21647 [  6389] By: jhi                                   on 2000/07/13  13:18:48
21648         Log: Detypo from Peter Prymmer, part of #6388.
21649      Branch: cfgperl
21650            ! Configure config_h.SH
21651      Branch: metaconfig
21652            ! U/modified/d_longlong.U
21653 ____________________________________________________________________________
21654 [  6388] By: gsar                                  on 2000/07/13  06:33:40
21655         Log: typos (spotted by Peter Prymmer)
21656      Branch: perl
21657            ! Configure t/lib/english.t
21658 ____________________________________________________________________________
21659 [  6387] By: gsar                                  on 2000/07/13  05:35:28
21660         Log: new selfloader.t in change#6183 doesn't close DATA handles,
21661              and thus fails to clean up tmp files on dosish platforms
21662      Branch: perl
21663            ! t/lib/selfloader.t
21664 ____________________________________________________________________________
21665 [  6386] By: gsar                                  on 2000/07/12  21:42:39
21666         Log: sprintf test tweaks (from Dominic Dunlop)
21667      Branch: perl
21668            ! t/op/sprintf.t
21669 ____________________________________________________________________________
21670 [  6385] By: gsar                                  on 2000/07/12  21:33:46
21671         Log: fix bugs in processing %v-*d and similar format specs (from
21672              Avi Finkel <avi@finkel.org>)
21673      Branch: perl
21674            ! sv.c t/op/sprintf.t
21675 ____________________________________________________________________________
21676 [  6384] By: gsar                                  on 2000/07/12  16:04:19
21677         Log: readd missing perldelta.pod changes from changes#6339,6376
21678      Branch: perl
21679            ! pod/perldelta.pod
21680 ____________________________________________________________________________
21681 [  6383] By: gsar                                  on 2000/07/12  16:00:51
21682         Log: don't clobber *.orig files on *clean targets
21683      Branch: perl
21684            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
21685 ____________________________________________________________________________
21686 [  6382] By: gsar                                  on 2000/07/12  07:59:12
21687         Log: fix broken integrations in cfgperl
21688      Branch: cfgperl
21689           !> Changes pod/perldelta.pod
21690 ____________________________________________________________________________
21691 [  6381] By: gsar                                  on 2000/07/12  07:42:17
21692         Log: integrate cfgperl changes into mainline
21693      Branch: perl
21694            ! Changes
21695           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
21696           !> pod/perlre.pod
21697 ____________________________________________________________________________
21698 [  6380] By: gsar                                  on 2000/07/12  07:31:00
21699         Log: get sprintf.t to adjust properly for 3-digit exponents
21700      Branch: perl
21701            ! t/op/sprintf.t
21702 ____________________________________________________________________________
21703 [  6379] By: gsar                                  on 2000/07/12  06:40:04
21704         Log: change#6174 needs corresponding change in win32/config_h.PL,
21705              which grovels through config_h.SH to find the config.h name
21706      Branch: perl
21707            ! win32/config_h.PL
21708 ____________________________________________________________________________
21709 [  6378] By: jhi                                   on 2000/07/12  05:03:59
21710         Log: Do the cc sanity check both before the hints and
21711              after the cc selction.
21712      Branch: cfgperl
21713            ! Configure config_h.SH
21714      Branch: metaconfig
21715            ! U/modified/Oldconfig.U U/modified/cc.U
21716      Branch: metaconfig/U/perl
21717            + Checkcc.U
21718 ____________________________________________________________________________
21719 [  6377] By: jhi                                   on 2000/07/12  02:49:22
21720         Log: Fix nits noticed by Boston.pm.
21721      Branch: cfgperl
21722            ! pod/perlre.pod
21723 ____________________________________________________________________________
21724 [  6376] By: jhi                                   on 2000/07/11  21:22:13
21725         Log: Configure cosmetics and perldelta.
21726      Branch: cfgperl
21727            ! Configure config_h.SH pod/perldelta.pod
21728      Branch: metaconfig
21729            ! U/modified/cc.U
21730 ____________________________________________________________________________
21731 [  6375] By: gsar                                  on 2000/07/11  21:17:35
21732         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
21733      Branch: perl
21734            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
21735            ! win32/win32sck.c
21736 ____________________________________________________________________________
21737 [  6374] By: gsar                                  on 2000/07/11  20:48:50
21738         Log: tweak for build failure under multiplicity
21739      Branch: perl
21740            ! toke.c
21741 ____________________________________________________________________________
21742 [  6373] By: gsar                                  on 2000/07/11  20:37:23
21743         Log: integrate cfgperl changes#6325..6373 into mainline
21744              (NOTE: today's batch of integrations still untested)
21745      Branch: perl
21746           +> ext/DynaLoader/hints/netbsd.pl
21747            ! Changes
21748           !> (integrate 26 files)
21749 ____________________________________________________________________________
21750 [  6372] By: jhi                                   on 2000/07/11  20:30:36
21751         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
21752              regen perltoc.
21753      Branch: cfgperl
21754            + pod/perlbook.pod
21755            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
21756            ! pod/perltoc.pod
21757 ____________________________________________________________________________
21758 [  6371] By: jhi                                   on 2000/07/11  20:08:56
21759         Log: Minor cleanups on the booklist.
21760      Branch: cfgperl
21761            ! pod/perlfaq2.pod
21762 ____________________________________________________________________________
21763 [  6370] By: jhi                                   on 2000/07/11  19:31:13
21764         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
21765      Branch: cfgperl
21766            ! t/pragma/overload.t
21767 ____________________________________________________________________________
21768 [  6369] By: gsar                                  on 2000/07/11  19:27:48
21769         Log: integrate cfgperl changes#6293..6324 into mainline
21770      Branch: perl
21771           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
21772            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
21773           !> (integrate 30 files)
21774 ____________________________________________________________________________
21775 [  6368] By: gsar                                  on 2000/07/11  19:18:57
21776         Log: skip integrate of problematic change#6292 from cfgperl into mainline
21777      Branch: perl
21778           !> pp_hot.c
21779 ____________________________________________________________________________
21780 [  6367] By: gsar                                  on 2000/07/11  19:17:21
21781         Log: integrate cfgperl changes#6288..6290 into mainline
21782      Branch: perl
21783           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
21784 ____________________________________________________________________________
21785 [  6366] By: gsar                                  on 2000/07/11  19:11:18
21786         Log: integrate cfgperl changes#6268..6282 into mainline
21787      Branch: perl
21788           !> (integrate 30 files)
21789 ____________________________________________________________________________
21790 [  6365] By: gsar                                  on 2000/07/11  18:57:00
21791         Log: delete new accidentally branched file
21792      Branch: perl
21793            - t/op/method2entersub.t
21794 ____________________________________________________________________________
21795 [  6364] By: gsar                                  on 2000/07/11  18:55:13
21796         Log: skip integrate of change#6267 from cfgperl into mainline (the
21797              method call optimization is flawed without additional hints
21798              from user about immutableness of @ISA and no runtime method
21799              definitions)
21800      Branch: perl
21801           +> t/op/method2entersub.t
21802           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
21803           !> perl.h t/op/sprintf.t xsutils.c
21804 ____________________________________________________________________________
21805 [  6363] By: gsar                                  on 2000/07/11  18:49:43
21806         Log: integrate cfgperl changes#6261..6266 into mainline
21807      Branch: perl
21808           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
21809           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
21810           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
21811           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
21812 ____________________________________________________________________________
21813 [  6362] By: gsar                                  on 2000/07/11  18:43:26
21814         Log: integrate cfgperl changes#6252..6260 into mainline
21815      Branch: perl
21816           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
21817           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
21818           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
21819           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
21820 ____________________________________________________________________________
21821 [  6361] By: gsar                                  on 2000/07/11  18:37:12
21822         Log: skip integrate of problematic change#6251 from cfgperl into mainline
21823      Branch: perl
21824           !> lib/Exporter.pm
21825 ____________________________________________________________________________
21826 [  6360] By: gsar                                  on 2000/07/11  18:34:56
21827         Log: integrate cfgperl change#6250 into mainline
21828      Branch: perl
21829           +> t/op/my_stash.t
21830           !> MANIFEST embed.pl proto.h toke.c
21831 ____________________________________________________________________________
21832 [  6359] By: gsar                                  on 2000/07/11  18:21:19
21833         Log: integrate cfgperl changes#6242..6249 into mainline
21834      Branch: perl
21835           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
21836           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
21837           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
21838           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
21839           !> t/lib/peek.t utf8.c
21840 ____________________________________________________________________________
21841 [  6358] By: gsar                                  on 2000/07/11  18:15:45
21842         Log: skip integrate of problematic change#6241 from cfgperl into mainline
21843      Branch: perl
21844           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
21845 ____________________________________________________________________________
21846 [  6357] By: jhi                                   on 2000/07/11  18:15:16
21847         Log: Fix for
21848              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
21849              From: Roderick Schertler <roderick@argon.org> 
21850              Date: Tue, 11 Jul 2000 13:55:05 -0400 
21851              Message-Id: <200007111755.NAA05077@jones.argon.org> 
21852      Branch: cfgperl
21853            ! doio.c
21854 ____________________________________________________________________________
21855 [  6356] By: jhi                                   on 2000/07/11  18:12:51
21856         Log: Typo in #6341.
21857      Branch: cfgperl
21858            ! pp_hot.c
21859 ____________________________________________________________________________
21860 [  6355] By: gsar                                  on 2000/07/11  18:12:10
21861         Log: integrate cfgperl changes#6231..6240 into mainline
21862      Branch: perl
21863           +> pod/perlutil.pod
21864           !> (integrate 35 files)
21865 ____________________________________________________________________________
21866 [  6354] By: jhi                                   on 2000/07/11  18:04:34
21867         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
21868              From: Dominic Dunlop <domo@computer.org> 
21869              Date: Tue, 11 Jul 2000 12:27:33 +0200 
21870              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
21871              
21872              Replaces change #6268.
21873      Branch: cfgperl
21874            ! t/op/sprintf.t
21875 ____________________________________________________________________________
21876 [  6353] By: gsar                                  on 2000/07/11  17:59:51
21877         Log: skip integrate of problematic change#6230 from cfgperl into mainline
21878              (a later version of File::Spec is already in mainline)
21879      Branch: perl
21880           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
21881           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
21882 ____________________________________________________________________________
21883 [  6352] By: gsar                                  on 2000/07/11  17:57:48
21884         Log: integrate cfgperl changes#6224..6229 into mainline
21885      Branch: perl
21886           +> lib/lib.pm.PL
21887            - lib/lib.pm
21888           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
21889           !> lib/English.pm op.c t/lib/english.t
21890 ____________________________________________________________________________
21891 [  6351] By: gsar                                  on 2000/07/11  17:50:10
21892         Log: skip integrate of problematic change#6223 from cfgperl into mainline
21893      Branch: perl
21894           !> doio.c
21895 ____________________________________________________________________________
21896 [  6350] By: gsar                                  on 2000/07/11  17:48:28
21897         Log: integrate cfgperl changes#6220..6222 into mainline
21898      Branch: perl
21899           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
21900           !> toke.c utf8.c win32/win32.h
21901 ____________________________________________________________________________
21902 [  6349] By: gsar                                  on 2000/07/11  17:46:13
21903         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
21904              mainline
21905      Branch: perl
21906           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
21907           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
21908           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
21909 ____________________________________________________________________________
21910 [  6348] By: jhi                                   on 2000/07/11  17:45:49
21911         Log: README.posix-bc podified from Thomas Dorner.
21912      Branch: cfgperl
21913            ! README.posix-bc
21914 ____________________________________________________________________________
21915 [  6347] By: gsar                                  on 2000/07/11  17:42:04
21916         Log: integrate cfgperl change#6217 into mainline
21917      Branch: perl
21918           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
21919           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
21920           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
21921 ____________________________________________________________________________
21922 [  6346] By: gsar                                  on 2000/07/11  17:39:37
21923         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
21924              mainline
21925      Branch: perl
21926           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
21927           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
21928           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
21929           !> perlapi.h pod/perlapi.pod
21930 ____________________________________________________________________________
21931 [  6345] By: gsar                                  on 2000/07/11  17:36:42
21932         Log: integrate cfgperl changes#6207..6210 into mainline
21933      Branch: perl
21934           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
21935           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
21936 ____________________________________________________________________________
21937 [  6344] By: gsar                                  on 2000/07/11  17:31:20
21938         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
21939              mainline
21940      Branch: perl
21941           !> (integrate 40 files)
21942 ____________________________________________________________________________
21943 [  6343] By: gsar                                  on 2000/07/11  17:19:08
21944         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
21945      Branch: perl
21946           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
21947            ! Changes
21948           !> (integrate 34 files)
21949 ____________________________________________________________________________
21950 [  6342] By: jhi                                   on 2000/07/11  16:05:48
21951         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
21952              To: perl5-porters@perl.org
21953              From: Karsten Sperling <spiff@phreax.net>
21954              Date: Mon, 10 Jul 2000 15:12:52 +0200
21955              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
21956      Branch: cfgperl
21957            ! lib/Symbol.pm
21958 ____________________________________________________________________________
21959 [  6341] By: jhi                                   on 2000/07/11  15:59:23
21960         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
21961              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21962              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
21963              Date: Fri, 07 Jul 2000 17:57:16 +0100
21964      Branch: cfgperl
21965            ! pp_hot.c
21966 ____________________________________________________________________________
21967 [  6340] By: jhi                                   on 2000/07/11  15:55:47
21968         Log: Subject: Re: format bug report  [Patch]
21969              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21970              Date: Wed, 05 Jul 2000 13:12:52 +0200
21971              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
21972              
21973              Subject: Re: format bug report  [Patch]
21974              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21975              Date: Wed, 05 Jul 2000 14:10:01 +0200
21976              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
21977      Branch: cfgperl
21978            ! t/op/write.t toke.c
21979 ____________________________________________________________________________
21980 [  6339] By: jhi                                   on 2000/07/11  13:54:09
21981         Log: Be less forgiving about ambiguous and illegal tr ranges.
21982              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
21983              From: Mark-Jason Dominus <mjd@plover.com>
21984              Date: Tue, 04 Jul 2000 10:00:12 -0400
21985              Message-ID: <20000704140012.17772.qmail@plover.com>
21986              
21987              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
21988              From: Mark-Jason Dominus <mjd@plover.com>
21989              Date: Wed, 05 Jul 2000 09:37:36 -0400
21990              Message-ID: <20000705133736.27293.qmail@plover.com>
21991      Branch: cfgperl
21992            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
21993 ____________________________________________________________________________
21994 [  6338] By: jhi                                   on 2000/07/11  13:31:24
21995         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
21996              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21997              Date: Tue, 11 Jul 2000 13:50:51 +0100
21998              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
21999      Branch: cfgperl
22000            ! sv.c
22001 ____________________________________________________________________________
22002 [  6337] By: jhi                                   on 2000/07/11  13:29:14
22003         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
22004              From: Hugo <hv@crypt.compulink.co.uk>
22005              Date: Tue, 11 Jul 2000 12:44:50 +0100
22006              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
22007      Branch: cfgperl
22008            ! regexec.c t/op/re_tests
22009 ____________________________________________________________________________
22010 [  6336] By: jhi                                   on 2000/07/11  13:26:47
22011         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
22012              From: simon@brecon.co.uk (Simon Cozens)
22013              Date: 7 Jul 2000 11:26:09 GMT
22014              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
22015      Branch: cfgperl
22016            ! mg.c
22017 ____________________________________________________________________________
22018 [  6335] By: jhi                                   on 2000/07/11  13:23:37
22019         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
22020              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
22021              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
22022              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
22023      Branch: cfgperl
22024            + ext/DynaLoader/hints/netbsd.pl
22025            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
22026 ____________________________________________________________________________
22027 [  6334] By: jhi                                   on 2000/07/11  13:20:38
22028         Log: Subject: PATCH perlguts.pod: Document D and d magic types
22029              From: mjd@plover.com
22030              Date: 5 Jul 2000 18:01:51 -0000
22031              Message-ID: <20000705180151.29413.qmail@plover.com>
22032      Branch: cfgperl
22033            ! pod/perlguts.pod
22034 ____________________________________________________________________________
22035 [  6333] By: jhi                                   on 2000/07/11  13:15:51
22036         Log: Precedence goof, fix based on
22037              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
22038              From: Hugo <hv@crypt.compulink.co.uk>
22039              Date: Tue, 11 Jul 2000 12:52:38 +0100
22040              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
22041      Branch: cfgperl
22042            ! t/op/taint.t
22043 ____________________________________________________________________________
22044 [  6332] By: jhi                                   on 2000/07/11  12:40:17
22045         Log: Integrate with Sarathy.
22046      Branch: cfgperl
22047           !> win32/win32sck.c
22048 ____________________________________________________________________________
22049 [  6331] By: jhi                                   on 2000/07/10  20:14:16
22050         Log: Sprinkle ldlibpath.
22051      Branch: cfgperl
22052            ! pod/Makefile.SH
22053 ____________________________________________________________________________
22054 [  6330] By: jhi                                   on 2000/07/10  17:54:49
22055         Log: More POSIX.pod tweaks.
22056      Branch: cfgperl
22057            ! ext/POSIX/POSIX.pod
22058 ____________________________________________________________________________
22059 [  6329] By: jhi                                   on 2000/07/10  14:02:12
22060         Log: Reorder perl.pod once more.
22061      Branch: cfgperl
22062            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
22063 ____________________________________________________________________________
22064 [  6328] By: gsar                                  on 2000/07/10  07:06:00
22065         Log: accept() leaks memory on windows due to incorrect ordering of
22066              closesocket() and fclose() calls
22067      Branch: perl
22068            ! win32/win32sck.c
22069 ____________________________________________________________________________
22070 [  6327] By: gsar                                  on 2000/07/10  06:49:17
22071         Log: winsock options weren't being set in all threads under ithreads
22072              (caused send()s from second and subsequent threads to fail)
22073      Branch: perl
22074            ! win32/win32sck.c
22075 ____________________________________________________________________________
22076 [  6326] By: jhi                                   on 2000/07/08  02:45:40
22077         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
22078              was cast to an unsigned (32-bit) integer with wild abandon.
22079      Branch: cfgperl
22080            ! ext/Devel/DProf/DProf.xs
22081 ____________________________________________________________________________
22082 [  6325] By: jhi                                   on 2000/07/07  18:50:33
22083         Log: Remove perlbook, update perlfaq book listing,
22084              rearrange perl.pod, regenerate perltoc.
22085      Branch: cfgperl
22086            - pod/perlbook.pod
22087            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
22088            ! pod/perlfaq2.pod pod/perltoc.pod
22089 ____________________________________________________________________________
22090 [  6324] By: jhi                                   on 2000/07/07  14:03:40
22091         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
22092      Branch: cfgperl
22093            ! sv.h toke.c
22094 ____________________________________________________________________________
22095 [  6323] By: jhi                                   on 2000/07/06  16:03:55
22096         Log: Fix complaints of buildtoc.
22097      Branch: cfgperl
22098            + lib/Win32.pod
22099            - pod/Win32.pod
22100            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
22101 ____________________________________________________________________________
22102 [  6322] By: jhi                                   on 2000/07/06  15:15:52
22103         Log: Add =head1 NAMEs so that buildtoc is happy.
22104              (The CGI::Util nit reported to Lincoln.)
22105      Branch: cfgperl
22106            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
22107            ! pod/perltoc.pod
22108 ____________________________________________________________________________
22109 [  6321] By: jhi                                   on 2000/07/06  03:16:04
22110         Log: Config is being used.
22111      Branch: cfgperl
22112            ! t/op/method.t
22113 ____________________________________________________________________________
22114 [  6320] By: jhi                                   on 2000/07/06  03:13:13
22115         Log: Integrate with Sarathy.
22116      Branch: cfgperl
22117           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
22118 ____________________________________________________________________________
22119 [  6319] By: jhi                                   on 2000/07/06  03:11:46
22120         Log: Autogenerate pod/Makefile and pod/buildtoc.
22121              buildtoc also checks whether the existin pods are
22122              mentioned in MANIFEST and perl.pod, and vice versa.
22123              (None of the thusly found discrepancies fixed yet.)
22124              roffitall also needs to be autogenerated similarly but it
22125              seems so badly out of date that I didn't touch it yet.
22126      Branch: cfgperl
22127            + pod/Makefile.SH pod/buildtoc.PL
22128            - pod/Makefile pod/buildtoc
22129            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
22130 ____________________________________________________________________________
22131 [  6318] By: gsar                                  on 2000/07/05  22:10:54
22132         Log: fix UNC path handling on Windows under ithreads, and chdir()
22133              return value when given a non-existent directory
22134      Branch: perl
22135            ! win32/vdir.h
22136 ____________________________________________________________________________
22137 [  6317] By: gsar                                  on 2000/07/05  22:08:19
22138         Log: winsock cleanup never done on Windows (leads to handle leaks)
22139      Branch: perl
22140            ! win32/perllib.c win32/win32sck.c
22141 ____________________________________________________________________________
22142 [  6316] By: gsar                                  on 2000/07/05  22:06:19
22143         Log: some debugger output does not go to the socket when RemotePort is set
22144      Branch: perl
22145            ! lib/perl5db.pl
22146 ____________________________________________________________________________
22147 [  6315] By: jhi                                   on 2000/07/05  00:25:21
22148         Log: Integrate with Sarathy, preliminary fix for unicos
22149              alignment problems in [ID 20000612.002] Perl problem on Cray system.
22150      Branch: cfgperl
22151            ! sv.h
22152           !> pp_hot.c
22153 ____________________________________________________________________________
22154 [  6314] By: gsar                                  on 2000/07/04  23:34:02
22155         Log: tyop in change#6306
22156      Branch: perl
22157            ! pp_hot.c
22158 ____________________________________________________________________________
22159 [  6313] By: jhi                                   on 2000/07/04  22:14:38
22160         Log: Multiline string literals ENONPORTABLE.
22161      Branch: cfgperl
22162            ! pp_hot.c
22163 ____________________________________________________________________________
22164 [  6312] By: jhi                                   on 2000/07/04  20:34:44
22165         Log: Integrate with Sarathy.
22166      Branch: cfgperl
22167           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
22168           !> t/op/method.t
22169 ____________________________________________________________________________
22170 [  6311] By: jhi                                   on 2000/07/04  20:30:56
22171         Log: More POSIX.pod embellishment.
22172      Branch: cfgperl
22173            ! ext/POSIX/POSIX.pod
22174 ____________________________________________________________________________
22175 [  6310] By: gsar                                  on 2000/07/04  17:28:48
22176         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
22177      Branch: perl
22178            ! t/lib/b.t
22179 ____________________________________________________________________________
22180 [  6309] By: jhi                                   on 2000/07/04  17:22:18
22181         Log: The #6308 required a little bit more.
22182      Branch: cfgperl
22183            ! Makefile.SH win32/Makefile
22184 ____________________________________________________________________________
22185 [  6308] By: jhi                                   on 2000/07/04  16:35:24
22186         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
22187      Branch: cfgperl
22188            + lib/lib_pm.PL
22189            - lib/lib.pm.PL
22190            ! MANIFEST Makefile.SH
22191 ____________________________________________________________________________
22192 [  6307] By: jhi                                   on 2000/07/04  16:28:58
22193         Log: Win32 patches for cfgperl from Sarathy.
22194      Branch: cfgperl
22195            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
22196            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
22197            ! thread.h toke.c util.c win32/Makefile win32/win32.c
22198 ____________________________________________________________________________
22199 [  6306] By: gsar                                  on 2000/07/04  16:28:40
22200         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
22201              (from Richard Soderberg <rs@oregonnet.com>)
22202      Branch: perl
22203            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
22204 ____________________________________________________________________________
22205 [  6305] By: jhi                                   on 2000/07/04  16:24:24
22206         Log: Integrate with Sarathy.
22207      Branch: cfgperl
22208           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
22209           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
22210           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
22211           !> proto.h win32/win32.c
22212 ____________________________________________________________________________
22213 [  6304] By: gsar                                  on 2000/07/04  16:17:24
22214         Log: missing perldiag entry for unpack("w",...) diagnostic (from
22215              Andreas Koenig)
22216      Branch: perl
22217            ! pod/perldiag.pod
22218 ____________________________________________________________________________
22219 [  6303] By: gsar                                  on 2000/07/04  16:14:44
22220         Log: remove rel2abs prototypes (from Barrie Slaymaker)
22221      Branch: perl
22222            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
22223            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
22224 ____________________________________________________________________________
22225 [  6302] By: gsar                                  on 2000/07/04  04:59:35
22226         Log: adjust change#6299
22227      Branch: perl
22228            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
22229            ! win32/win32.c
22230 ____________________________________________________________________________
22231 [  6301] By: jhi                                   on 2000/07/04  04:50:07
22232         Log: Integrate with Sarathy.
22233      Branch: cfgperl
22234           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
22235           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
22236           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
22237 ____________________________________________________________________________
22238 [  6300] By: gsar                                  on 2000/07/04  04:42:09
22239         Log: PERL_OBJECT build tweak
22240      Branch: perl
22241            ! perl.h
22242 ____________________________________________________________________________
22243 [  6299] By: gsar                                  on 2000/07/04  04:37:00
22244         Log: fix memory leak on Windows (PL_sys_intern contents were never
22245              freed)
22246      Branch: perl
22247            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
22248            ! perlapi.c proto.h win32/win32.c
22249 ____________________________________________________________________________
22250 [  6298] By: gsar                                  on 2000/07/04  04:15:59
22251         Log: fix large memory leak that has been around for ever, masked by
22252              -DPURIFY (most of the arenas were never freed!)
22253      Branch: perl
22254            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
22255 ____________________________________________________________________________
22256 [  6297] By: gsar                                  on 2000/07/04  04:07:46
22257         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
22258      Branch: perl
22259            ! perl.c
22260 ____________________________________________________________________________
22261 [  6296] By: jhi                                   on 2000/06/30  18:28:37
22262         Log: Elaborate POSIX.pod.  Still needs work.
22263      Branch: cfgperl
22264            ! ext/POSIX/POSIX.pod
22265 ____________________________________________________________________________
22266 [  6295] By: jhi                                   on 2000/06/30  14:58:18
22267         Log: Point to perlipc for more SysV IPC examples.
22268      Branch: cfgperl
22269            ! pod/perlfunc.pod
22270 ____________________________________________________________________________
22271 [  6294] By: gsar                                  on 2000/06/30  14:47:45
22272         Log: slurp mode fix in change#4736 still not quite right
22273      Branch: perl
22274            ! pp_hot.c t/io/argv.t
22275 ____________________________________________________________________________
22276 [  6293] By: jhi                                   on 2000/06/30  12:02:55
22277         Log: Integrate with Sarathy.
22278      Branch: cfgperl
22279           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
22280 ____________________________________________________________________________
22281 [  6292] By: jhi                                   on 2000/06/30  12:01:11
22282         Log: From: simon@brecon.co.uk (Simon Cozens)
22283              Subject: UTF8 concat
22284              Date: 30 Jun 2000 06:13:25 GMT
22285              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
22286      Branch: cfgperl
22287            ! pp_hot.c
22288 ____________________________________________________________________________
22289 [  6291] By: gsar                                  on 2000/06/30  04:37:33
22290         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
22291              when @_ is modified, causing coredumps
22292      Branch: perl
22293            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
22294 ____________________________________________________________________________
22295 [  6290] By: jhi                                   on 2000/06/30  02:21:44
22296         Log: Integrate with Sarathy.
22297      Branch: cfgperl
22298           !> vms/vms.c vms/vmsish.h
22299 ____________________________________________________________________________
22300 [  6289] By: jhi                                   on 2000/06/30  02:21:02
22301         Log: Check VERSIONs.
22302      Branch: cfgperl
22303            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
22304            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
22305            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
22306 ____________________________________________________________________________
22307 [  6288] By: jhi                                   on 2000/06/30  02:18:52
22308         Log: Integrate with Sarathy.
22309      Branch: cfgperl
22310           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
22311           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
22312           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
22313           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
22314 ____________________________________________________________________________
22315 [  6287] By: gsar                                  on 2000/06/30  02:17:08
22316         Log: integrate vmsperl changes into mainline
22317      Branch: perl
22318           !> vms/vms.c vms/vmsish.h
22319 ____________________________________________________________________________
22320 [  6285] By: gsar                                  on 2000/06/30  02:05:28
22321         Log: localize %INC in a Safe compartment so that use/require work
22322              (many other magic globals probably need similar treatment)
22323      Branch: perl
22324            ! ext/Opcode/Opcode.xs
22325 ____________________________________________________________________________
22326 [  6284] By: gsar                                  on 2000/06/30  01:54:54
22327         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
22328              about Windows
22329      Branch: perl
22330            ! pod/perlembed.pod
22331 ____________________________________________________________________________
22332 [  6283] By: jhi                                   on 2000/06/30  01:50:10
22333         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
22334              From: Barrie Slaymaker <barries@jester.slaysys.com>
22335              Date: Wed, 28 Jun 2000 11:35:29 -0400
22336              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
22337      Branch: perl
22338            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
22339            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
22340            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
22341            ! lib/File/Spec/Win32.pm
22342 ____________________________________________________________________________
22343 [  6282] By: jhi                                   on 2000/06/29  22:57:22
22344         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
22345              From: Dan Sugalski <dan@sidhe.org>
22346              Date: Tue, 06 Jun 2000 11:59:50 -0400
22347              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
22348      Branch: cfgperl
22349            ! vms/vms.c
22350 ____________________________________________________________________________
22351 [  6281] By: jhi                                   on 2000/06/29  22:52:50
22352         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
22353              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
22354              Date: Wed, 7 Jun 2000 04:02:04 -0500
22355              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
22356      Branch: cfgperl
22357            ! utils/h2xs.PL
22358 ____________________________________________________________________________
22359 [  6280] By: jhi                                   on 2000/06/29  22:45:47
22360         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
22361              From: rspier@pobox.com (Robert Spier)
22362              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
22363              Message-ID: <14654.31913.845602.610277@rls.cx>
22364      Branch: cfgperl
22365            ! utils/h2xs.PL
22366 ____________________________________________________________________________
22367 [  6279] By: jhi                                   on 2000/06/29  22:38:16
22368         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
22369              From: Tim Ayers <tayers@bridge.com>
22370              Date: Thu, 08 Jun 2000 08:11:06 +0200
22371              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
22372              [resent by Richard Foley, Message-Id probably wrong]
22373      Branch: cfgperl
22374            ! pod/perlsub.pod
22375 ____________________________________________________________________________
22376 [  6278] By: jhi                                   on 2000/06/29  22:21:45
22377         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
22378              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
22379              Date: Fri, 09 Jun 2000 12:39:27 -0400
22380              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
22381              (plus update the version "number" of Text::Wrap)
22382      Branch: cfgperl
22383            ! lib/Text/Wrap.pm
22384 ____________________________________________________________________________
22385 [  6277] By: jhi                                   on 2000/06/29  22:13:10
22386         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
22387              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22388              Date: Mon, 12 Jun 2000 14:55:59 +0100
22389              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
22390      Branch: cfgperl
22391            ! pod/perlfunc.pod
22392 ____________________________________________________________________________
22393 [  6276] By: jhi                                   on 2000/06/29  22:11:06
22394         Log: Subject: [PATCH] Re: eval documentation: context
22395              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22396              Date: Mon, 12 Jun 2000 15:07:29 +0100
22397              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
22398      Branch: cfgperl
22399            ! pod/perlfunc.pod
22400 ____________________________________________________________________________
22401 [  6275] By: jhi                                   on 2000/06/29  21:59:46
22402         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
22403              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
22404              Date: Tue, 13 Jun 2000 02:43:48 -0500
22405              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
22406      Branch: cfgperl
22407            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
22408 ____________________________________________________________________________
22409 [  6274] By: jhi                                   on 2000/06/29  21:56:14
22410         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
22411              From: Andy Dougherty <doughera@lafayette.edu>
22412              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
22413              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
22414      Branch: cfgperl
22415            ! ext/File/Glob/Glob.pm
22416 ____________________________________________________________________________
22417 [  6273] By: jhi                                   on 2000/06/29  21:49:09
22418         Log: Subject: [PATCH] xsub attributes
22419              From: Doug MacEachern <dougm@covalent.net>
22420              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
22421              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
22422      Branch: cfgperl
22423            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
22424            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
22425 ____________________________________________________________________________
22426 [  6272] By: jhi                                   on 2000/06/29  21:41:28
22427         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
22428              From: Tom Phoenix <rootbeer@redcat.com>
22429              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
22430              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
22431      Branch: cfgperl
22432            ! lib/Net/Ping.pm
22433 ____________________________________________________________________________
22434 [  6271] By: jhi                                   on 2000/06/29  21:36:55
22435         Log: Subject: PATCH pod/perltie.pod
22436              From: Ian Phillipps <Ian.Phillipps@iname.com>
22437              Date: Fri, 16 Jun 2000 00:17:19 +0100
22438              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
22439              (only the first hunk, the second hunk had already been done
22440              by some other patch)
22441      Branch: cfgperl
22442            ! pod/perltie.pod
22443 ____________________________________________________________________________
22444 [  6270] By: jhi                                   on 2000/06/29  21:24:51
22445         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
22446              From: Nicholas Clark <nick@talking.bollo.cx>
22447              Date: Fri, 23 Jun 2000 16:21:15 +0100
22448              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
22449      Branch: cfgperl
22450            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
22451            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
22452 ____________________________________________________________________________
22453 [  6269] By: jhi                                   on 2000/06/29  19:38:15
22454         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
22455              silence few compiler warnings.
22456      Branch: cfgperl
22457            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
22458 ____________________________________________________________________________
22459 [  6268] By: jhi                                   on 2000/06/29  18:21:50
22460         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
22461              From: Dominic Dunlop <domo@computer.org> 
22462              Date: Thu, 29 Jun 2000 12:32:39 +0200 
22463              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
22464      Branch: cfgperl
22465            ! t/op/sprintf.t
22466 ____________________________________________________________________________
22467 [  6267] By: jhi                                   on 2000/06/29  18:16:07
22468         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
22469              From: Doug MacEachern <dougm@covalent.net>
22470              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
22471              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
22472      Branch: cfgperl
22473            + t/op/method2entersub.t
22474            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
22475            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
22476            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
22477            ! xsutils.c
22478 ____________________________________________________________________________
22479 [  6266] By: jhi                                   on 2000/06/29  15:11:15
22480         Log: Subject: [PATCH 5.6.0] cygwin port
22481              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
22482              From: "Fifer, Eric" <EFifer@sanwaint.com>
22483              Date: Thu, 29 Jun 2000 12:58:29 +0100
22484      Branch: cfgperl
22485            ! cygwin/Makefile.SHs
22486 ____________________________________________________________________________
22487 [  6265] By: jhi                                   on 2000/06/29  15:04:05
22488         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
22489              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22490              Date: Wed, 28 Jun 2000 17:50:12 -0700
22491              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
22492      Branch: cfgperl
22493            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
22494 ____________________________________________________________________________
22495 [  6264] By: jhi                                   on 2000/06/29  15:00:57
22496         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
22497              From: Marty Lucich <marty@netcom.com>
22498              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
22499              Message-Id: <200006282116.OAA11148@netcom.com>
22500              ccdlflags update (the BSD/OS 4.1 part had already been taken
22501              care of by #6141).
22502      Branch: cfgperl
22503            ! hints/bsdos.sh
22504 ____________________________________________________________________________
22505 [  6263] By: jhi                                   on 2000/06/29  13:47:44
22506         Log: tr fixes from Simon Cozens
22507      Branch: cfgperl
22508            ! doop.c
22509 ____________________________________________________________________________
22510 [  6262] By: jhi                                   on 2000/06/28  18:46:01
22511         Log: Subject: 5.6.0 Patch for EPOC
22512              From: Olaf Flebbe <o.flebbe@gmx.de>
22513              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
22514              Message-ID: <23449.960929969@www11.gmx.net>
22515      Branch: cfgperl
22516            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
22517            ! epoc/epocish.h
22518 ____________________________________________________________________________
22519 [  6261] By: jhi                                   on 2000/06/28  18:29:07
22520         Log: Subject: Re: [PATCH cfgperl] BOMs away!
22521              From: simon@brecon.co.uk (Simon Cozens)
22522              Date: 17 Jun 2000 11:49:57 GMT
22523              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
22524      Branch: cfgperl
22525            ! pod/perldiag.pod t/comp/require.t toke.c
22526 ____________________________________________________________________________
22527 [  6260] By: jhi                                   on 2000/06/28  17:47:16
22528         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
22529              From: simon@brecon.co.uk (Simon Cozens) 
22530              Date: 17 Jun 2000 11:56:44 GMT 
22531              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
22532              pack U0, pack C0
22533      Branch: cfgperl
22534            ! pod/perlfunc.pod pp.c t/op/pack.t
22535 ____________________________________________________________________________
22536 [  6259] By: jhi                                   on 2000/06/28  16:43:17
22537         Log: perlnewmod was missing from MANIFEST.
22538      Branch: cfgperl
22539            ! MANIFEST
22540 ____________________________________________________________________________
22541 [  6258] By: jhi                                   on 2000/06/28  15:54:30
22542         Log: linenumber tweak
22543      Branch: cfgperl
22544            ! t/pragma/warn/regcomp
22545 ____________________________________________________________________________
22546 [  6257] By: jhi                                   on 2000/06/28  15:50:44
22547         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
22548              From: Doug MacEachern <dougm@covalent.net>
22549              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
22550              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
22551              (one part of the patch had been applied earlier)
22552      Branch: cfgperl
22553            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
22554 ____________________________________________________________________________
22555 [  6256] By: jhi                                   on 2000/06/28  15:40:22
22556         Log: tweaks from Simon Cozens to further fix tr/// under utf8
22557      Branch: cfgperl
22558            ! doop.c
22559 ____________________________________________________________________________
22560 [  6255] By: jhi                                   on 2000/06/28  15:33:45
22561         Log: small thinko tweaks
22562      Branch: cfgperl
22563            ! lib/IPC/Open3.pm t/op/my_stash.t
22564 ____________________________________________________________________________
22565 [  6254] By: jhi                                   on 2000/06/28  15:33:25
22566         Log: Subject: tr///, help wanted.
22567              From: simon@brecon.co.uk (Simon Cozens)
22568              Date: 28 Jun 2000 11:29:04 GMT
22569              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
22570      Branch: cfgperl
22571            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
22572            ! pp_proto.h proto.h t/op/tr.t
22573 ____________________________________________________________________________
22574 [  6253] By: jhi                                   on 2000/06/28  15:09:17
22575         Log: Paranoia tweak on #6249.
22576              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
22577              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
22578              Date: Sun, 25 Jun 2000 23:43:12 -0400
22579              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
22580      Branch: cfgperl
22581            ! lib/IPC/Open3.pm
22582 ____________________________________________________________________________
22583 [  6252] By: jhi                                   on 2000/06/28  15:01:38
22584         Log: Document #6249 and #6251.
22585      Branch: cfgperl
22586            ! lib/Exporter.pm lib/IPC/Open3.pm
22587 ____________________________________________________________________________
22588 [  6251] By: jhi                                   on 2000/06/28  14:50:43
22589         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
22590              From: Doug MacEachern <dougm@covalent.net>
22591              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
22592              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
22593      Branch: cfgperl
22594            ! lib/Exporter.pm
22595 ____________________________________________________________________________
22596 [  6250] By: jhi                                   on 2000/06/28  14:45:23
22597         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
22598              From: Doug MacEachern <dougm@covalent.net>
22599              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
22600              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
22601      Branch: cfgperl
22602            + t/op/my_stash.t
22603            ! MANIFEST embed.pl global.sym proto.h toke.c
22604 ____________________________________________________________________________
22605 [  6249] By: jhi                                   on 2000/06/28  14:36:34
22606         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
22607              From: Frank Tobin <ftobin@uiuc.edu>
22608              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
22609              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
22610      Branch: cfgperl
22611            ! lib/IPC/Open3.pm
22612 ____________________________________________________________________________
22613 [  6248] By: jhi                                   on 2000/06/28  14:11:25
22614         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
22615              From: Mark-Jason Dominus <mjd@plover.com>
22616              Date: Tue, 27 Jun 2000 22:36:42 -0400
22617              Message-ID: <20000628023642.12166.qmail@plover.com>
22618      Branch: cfgperl
22619            ! pod/perlfunc.pod
22620 ____________________________________________________________________________
22621 [  6247] By: jhi                                   on 2000/06/27  12:46:37
22622         Log: Tweak $VERSION, patch from Doug MacEachern.
22623      Branch: cfgperl
22624            ! lib/File/Spec.pm
22625 ____________________________________________________________________________
22626 [  6246] By: jhi                                   on 2000/06/27  03:34:46
22627         Log: Allow for standalone testing.
22628      Branch: cfgperl
22629            ! t/lib/filefunc.t t/lib/filespec.t
22630 ____________________________________________________________________________
22631 [  6245] By: jhi                                   on 2000/06/27  02:50:02
22632         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
22633              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
22634              Date: Sat, 24 Jun 2000 13:06:20 +0100
22635              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
22636      Branch: cfgperl
22637            ! ext/DynaLoader/DynaLoader_pm.PL
22638 ____________________________________________________________________________
22639 [  6244] By: jhi                                   on 2000/06/27  02:46:10
22640         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
22641              From: Doug MacEachern <dougm@covalent.net>
22642              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
22643              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
22644      Branch: cfgperl
22645            ! gv.c sv.c t/lib/peek.t
22646 ____________________________________________________________________________
22647 [  6243] By: jhi                                   on 2000/06/27  02:38:07
22648         Log: Subject: [PATCH] is_utf8_string
22649              From: simon@brecon.co.uk (Simon Cozens)
22650              Date: 26 Jun 2000 02:25:59 GMT
22651              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
22652      Branch: cfgperl
22653            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
22654            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
22655            ! proto.h utf8.c
22656 ____________________________________________________________________________
22657 [  6242] By: jhi                                   on 2000/06/27  02:24:00
22658         Log: Subject: [PATCH] bytes<->utf8 fixes
22659              From: simon@brecon.co.uk (Simon Cozens)
22660              Date: 26 Jun 2000 04:55:45 GMT
22661              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
22662      Branch: cfgperl
22663            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
22664 ____________________________________________________________________________
22665 [  6241] By: jhi                                   on 2000/06/27  02:12:42
22666         Log: Do no -warn on \_, only on \alpha.
22667              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
22668              From: David Dyck <dcd@tc.fluke.com>
22669              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
22670              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
22671      Branch: cfgperl
22672            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
22673 ____________________________________________________________________________
22674 [  6240] By: jhi                                   on 2000/06/27  02:00:01
22675         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
22676              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
22677              Date: Mon, 26 Jun 2000 18:40:14 +0100
22678              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
22679      Branch: cfgperl
22680            ! utils/h2xs.PL
22681 ____________________________________________________________________________
22682 [  6239] By: jhi                                   on 2000/06/27  01:53:40
22683         Log: Configure maintenance.  Sever some dependency cycles,
22684              separate gccversion from the cc unit,
22685              address [ID 20000623.006] Configure script patch for using gcc on AIX
22686              (but solve it a little bit differently),
22687              unduplex some accidentally duplicated units,
22688              suggest using gcc if no cc available
22689              (p5p thread: "Solaris configure: counterproposal", 1999-09)
22690      Branch: cfgperl
22691            ! Configure Todo-5.6 config_h.SH
22692      Branch: metaconfig
22693            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
22694            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
22695      Branch: metaconfig/U/perl
22696            + gccvers.U
22697            ! d_getespwnam.U d_getprpwnam.U i_prot.U
22698 ____________________________________________________________________________
22699 [  6238] By: jhi                                   on 2000/06/25  18:04:56
22700         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
22701              From: Dan Sugalski <dan@sidhe.org>
22702              Date: Fri, 23 Jun 2000 17:00:00 -0400
22703              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
22704      Branch: cfgperl
22705            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
22706 ____________________________________________________________________________
22707 [  6237] By: jhi                                   on 2000/06/25  16:36:45
22708         Log: Tweak embed.pl, regen headers.
22709      Branch: cfgperl
22710            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
22711            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
22712            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
22713            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
22714            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
22715 ____________________________________________________________________________
22716 [  6236] By: jhi                                   on 2000/06/25  15:26:42
22717         Log: Regen headers.
22718      Branch: cfgperl
22719            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
22720            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
22721            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
22722            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
22723            ! regnodes.h warnings.h
22724 ____________________________________________________________________________
22725 [  6235] By: jhi                                   on 2000/06/23  19:39:35
22726         Log: The thread begun by
22727              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
22728              From: Kevin.Ruscoe@ubsw.com
22729              Date: Fri, 16 Jun 2000 16:38:51 +0100
22730              Message-Id: <H000019b03c300d6@MHS>
22731      Branch: cfgperl
22732            ! hints/solaris_2.sh
22733 ____________________________________________________________________________
22734 [  6234] By: jhi                                   on 2000/06/23  19:23:36
22735         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
22736              because when run as services (Win32ese for daemons)
22737              no environment variables are set and tmpdir ends up as /tmp,
22738              which is ambiguous.
22739              
22740              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
22741              From: matt@sergeant.org
22742              Date: 16 Jun 2000 16:30:43 -0000
22743              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
22744      Branch: cfgperl
22745            ! lib/File/Spec/Win32.pm
22746 ____________________________________________________________________________
22747 [  6233] By: jhi                                   on 2000/06/23  19:18:58
22748         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
22749              From: Mark-Jason Dominus <mjd@plover.com>
22750              Date: Fri, 16 Jun 2000 20:53:04 -0400
22751              Message-ID: <20000617005304.8008.qmail@plover.com>
22752      Branch: cfgperl
22753            ! op.h
22754 ____________________________________________________________________________
22755 [  6232] By: jhi                                   on 2000/06/23  16:10:02
22756         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
22757              From: simon@brecon.co.uk (Simon Cozens)
22758              Date: 19 Jun 2000 15:18:27 GMT
22759              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
22760              
22761              plus update pod/Makefile and regenerate perltoc
22762      Branch: cfgperl
22763            + pod/perlutil.pod
22764            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
22765 ____________________________________________________________________________
22766 [  6231] By: jhi                                   on 2000/06/23  15:19:18
22767         Log: Subject: [PATCH 5.6.0] cygwin port
22768              From: "Fifer, Eric" <EFifer@sanwaint.com>
22769              Date: Tue, 20 Jun 2000 14:30:58 +0100
22770              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
22771      Branch: cfgperl
22772            ! README.cygwin lib/File/Find.pm
22773 ____________________________________________________________________________
22774 [  6230] By: jhi                                   on 2000/06/23  14:25:21
22775         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
22776      Branch: cfgperl
22777            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
22778            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
22779            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
22780            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
22781 ____________________________________________________________________________
22782 [  6229] By: jhi                                   on 2000/06/23  14:13:34
22783         Log: Subject: README.hpux version 0.6.1
22784              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
22785              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
22786              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
22787      Branch: cfgperl
22788            ! README.hpux
22789 ____________________________________________________________________________
22790 [  6228] By: jhi                                   on 2000/06/23  14:07:20
22791         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
22792              From: Doug MacEachern <dougm@covalent.net>
22793              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
22794              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
22795      Branch: cfgperl
22796            ! op.c
22797 ____________________________________________________________________________
22798 [  6227] By: jhi                                   on 2000/06/23  14:01:06
22799         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
22800              From: Doug MacEachern <dougm@covalent.net>
22801              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
22802              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
22803      Branch: cfgperl
22804            + lib/lib.pm.PL
22805            - lib/lib.pm
22806            ! MANIFEST Makefile.SH
22807 ____________________________________________________________________________
22808 [  6226] By: jhi                                   on 2000/06/23  13:53:07
22809         Log: Subject: [PATCH] remove forward declarations in Socket.pm
22810              From: Doug MacEachern <dougm@covalent.net>
22811              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
22812              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
22813              
22814              From: Doug MacEachern <dougm@covalent.net>
22815              Subject: Re: [PATCH] remove forward declarations in Socket.pm
22816              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
22817              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
22818      Branch: cfgperl
22819            ! ext/Socket/Socket.pm op.c
22820 ____________________________________________________________________________
22821 [  6225] By: jhi                                   on 2000/06/23  13:41:52
22822         Log: Add source code filenames to apidoc.
22823              From: simon@brecon.co.uk (Simon Cozens)
22824              Subject: [PATCH embed.pl] Source X-ref
22825              Date: 22 Jun 2000 02:18:49 GMT
22826              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
22827      Branch: cfgperl
22828            ! embed.pl
22829 ____________________________________________________________________________
22830 [  6224] By: jhi                                   on 2000/06/23  13:32:33
22831         Log: A way to avoid English.pm performance hit.
22832              From: root <root@jester.slaysys.com>
22833              Subject: [YAPATCH English.pm] My turn to putt again
22834              Date: Thu, 22 Jun 2000 20:33:58 -0400
22835              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
22836      Branch: cfgperl
22837            ! lib/English.pm t/lib/english.t
22838 ____________________________________________________________________________
22839 [  6223] By: jhi                                   on 2000/06/23  13:27:06
22840         Log: Avoid double close().
22841              Subject: [PATCH] avoid double close()
22842              From: Doug MacEachern <dougm@covalent.net>
22843              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
22844              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
22845      Branch: cfgperl
22846            ! doio.c
22847 ____________________________________________________________________________
22848 [  6222] By: jhi                                   on 2000/06/23  13:25:54
22849         Log: doc typo fix
22850              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
22851              From: Ian Phillipps <Ian.Phillipps@iname.com>
22852              Date: Fri, 23 Jun 2000 10:40:58 +0100
22853              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
22854      Branch: cfgperl
22855            ! lib/Pod/Usage.pm
22856 ____________________________________________________________________________
22857 [  6221] By: jhi                                   on 2000/06/23  13:24:15
22858         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
22859              From: simon@brecon.co.uk (Simon Cozens)
22860              Subject: [PATCH] Eliminate tr///[CU][CU]
22861              Date: 23 Jun 2000 11:05:40 GMT
22862              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
22863      Branch: cfgperl
22864            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
22865 ____________________________________________________________________________
22866 [  6220] By: jhi                                   on 2000/06/22  16:07:51
22867         Log: Win32 patches from Benjamin Stuhl.
22868      Branch: cfgperl
22869            ! makedef.pl win32/win32.h
22870 ____________________________________________________________________________
22871 [  6219] By: jhi                                   on 2000/06/22  16:06:34
22872         Log: Bytecode patches from Benjamin Stuhl.
22873      Branch: cfgperl
22874            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
22875            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
22876            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
22877 ____________________________________________________________________________
22878 [  6218] By: jhi                                   on 2000/06/15  23:54:16
22879         Log: Bytecode patches from Benjamin Stuhl.
22880      Branch: cfgperl
22881            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
22882 ____________________________________________________________________________
22883 [  6217] By: jhi                                   on 2000/06/09  13:38:29
22884         Log: Rename the fdpid locking and integrate with Sarathy.
22885      Branch: cfgperl
22886            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
22887            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
22888            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
22889            ! win32/win32.c
22890           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
22891 ____________________________________________________________________________
22892 [  6216] By: gsar                                  on 2000/06/08  14:54:21
22893         Log: be more optimal about clearing @_
22894      Branch: perl
22895            ! cop.h
22896 ____________________________________________________________________________
22897 [  6215] By: gsar                                  on 2000/06/08  14:33:04
22898         Log: tweak comment about @DB::args
22899      Branch: perl
22900            ! av.h pp_ctl.c
22901 ____________________________________________________________________________
22902 [  6214] By: gsar                                  on 2000/06/08  13:57:54
22903         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
22904              caller() wants to populate @DB::args with it (causes a coredump
22905              in Carp::confess())
22906      Branch: perl
22907            ! cop.h t/op/runlevel.t
22908 ____________________________________________________________________________
22909 [  6213] By: gsar                                  on 2000/06/08  07:06:35
22910         Log: back out change#6106 (seems problematic)
22911      Branch: perl
22912            ! hints/solaris_2.sh
22913 ____________________________________________________________________________
22914 [  6212] By: jhi                                   on 2000/06/07  03:10:36
22915         Log: Continuing mopup for #6204.
22916      Branch: cfgperl
22917            ! ext/B/defsubs_h.PL
22918 ____________________________________________________________________________
22919 [  6211] By: jhi                                   on 2000/06/07  02:41:50
22920         Log: Mopup for #6204.
22921              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
22922              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
22923              This is comes from const() where POK isn't on when expected.
22924      Branch: cfgperl
22925            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
22926            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
22927            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
22928            ! perlapi.h pod/perlapi.pod
22929 ____________________________________________________________________________
22930 [  6210] By: jhi                                   on 2000/06/07  01:56:29
22931         Log: Mopup for #6207 and #6209.
22932      Branch: cfgperl
22933            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
22934 ____________________________________________________________________________
22935 [  6209] By: jhi                                   on 2000/06/07  01:33:12
22936         Log: Lock PL_fdpid against race conditions, based on:
22937              Subject: [PATCH 5.6.0]subprocess fixup for threads
22938              From: Dan Sugalski <dan@sidhe.org>
22939              To: perl5-porters@perl.org
22940              Date: Tue, 11 Apr 2000 17:02:32 -0400
22941              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
22942      Branch: cfgperl
22943            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
22944            ! win32/win32.c
22945 ____________________________________________________________________________
22946 [  6208] By: jhi                                   on 2000/06/07  01:05:23
22947         Log: Regen headers for #6207.
22948      Branch: cfgperl
22949            ! embed.h global.sym objXSUB.h proto.h
22950 ____________________________________________________________________________
22951 [  6207] By: jhi                                   on 2000/06/06  23:43:13
22952         Log: Subject: [PATCH 5.6.0] Threadsafe patches
22953              From: Dan Sugalski <dan@sidhe.org>
22954              To: perl5-porters@perl.org
22955              Date: Mon, 08 May 2000 18:08:13 -0400
22956              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
22957      Branch: cfgperl
22958            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
22959            ! proto.h sv.h util.c
22960 ____________________________________________________________________________
22961 [  6206] By: jhi                                   on 2000/06/06  23:21:23
22962         Log: Subject: [PATCH] Eliminate $a/$b in pod
22963              From: David Glasser <me@davidglasser.net>
22964              To: perl5-porters@perl.org
22965              Date: Mon, 29 May 2000 21:15:59 -0400
22966              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
22967      Branch: cfgperl
22968            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
22969            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
22970            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
22971            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
22972            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
22973            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
22974            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
22975            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
22976            ! pod/perlvar.pod pod/perlxs.pod
22977 ____________________________________________________________________________
22978 [  6205] By: jhi                                   on 2000/06/06  23:12:14
22979         Log: Subject: [PATCH] Win32 improvements
22980              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
22981              To: gsar@activestate.com, perl5-porters@perl.org
22982              Date: Mon, 29 May 2000 17:22:24 PDT
22983              Message-ID: <20000530002224.91142.qmail@hotmail.com>
22984              (MUA had mangled many lines by wordwrapping)
22985      Branch: cfgperl
22986            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
22987 ____________________________________________________________________________
22988 [  6204] By: jhi                                   on 2000/06/06  23:01:50
22989         Log: Subject: [PATCH] B::Bytecode patches
22990              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
22991              To: gsar@activestate.com, jhi@iki.fi
22992              Cc: perl5-porters@perl.org
22993              Message-ID: <20000602202526.48694.qmail@hotmail.com>
22994              (MUA had mangled many lines by wordwrapping)
22995      Branch: cfgperl
22996            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
22997            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
22998            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
22999            ! intrpvar.h perl.c
23000 ____________________________________________________________________________
23001 [  6203] By: jhi                                   on 2000/06/06  22:32:43
23002         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
23003              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
23004              Date: Tue, 06 Jun 2000 13:07:45 -0700
23005              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
23006      Branch: cfgperl
23007            ! pod/perldiag.pod
23008 ____________________________________________________________________________
23009 [  6202] By: jhi                                   on 2000/06/06  19:38:35
23010         Log: Integrate with Sarathy.
23011      Branch: cfgperl
23012           !> perl.c
23013 ____________________________________________________________________________
23014 [  6201] By: gsar                                  on 2000/06/06  00:42:59
23015         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
23016              does a PUSHMARK that's never ever POPMARKed; in general, only
23017              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
23018              Perl_eval_[sp]v() don't because they don't take any incoming
23019              arguments (this leak has been around since the original version
23020              of perl_eval_pv() in 5.003_97e)
23021      Branch: perl
23022            ! perl.c
23023 ____________________________________________________________________________
23024 [  6200] By: jhi                                   on 2000/06/04  03:44:52
23025         Log: Update to cperl-mode.el 4.31 from
23026              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
23027              Subject: A couple of notes
23028              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23029              To: Mailing list Perl5 <perl5-porters@perl.org>
23030              Date: Sat, 3 Jun 2000 23:33:32 -0400
23031              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
23032      Branch: cfgperl
23033            ! emacs/cperl-mode.el
23034 ____________________________________________________________________________
23035 [  6199] By: jhi                                   on 2000/06/03  15:11:05
23036         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
23037              From: Dan Sugalski <dan@sidhe.org>
23038              To: perl5-porters@perl.org, vmsperl@perl.org
23039              Date: Fri, 02 Jun 2000 17:30:51 -0400
23040              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
23041      Branch: cfgperl
23042            ! vms/descrip_mms.template vms/gen_shrfls.pl
23043 ____________________________________________________________________________
23044 [  6198] By: jhi                                   on 2000/06/03  14:59:15
23045         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
23046              From: Dan Sugalski <dan@sidhe.org>
23047              To: vmsperl@perl.org, perl5-porters@perl.org
23048              Date: Fri, 02 Jun 2000 16:00:41 -0400
23049              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
23050              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
23051      Branch: cfgperl
23052            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
23053            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
23054            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
23055 ____________________________________________________________________________
23056 [  6197] By: jhi                                   on 2000/06/03  14:41:30
23057         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
23058              From: John Borwick <jhborwic@unity.ncsu.edu>
23059              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
23060              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
23061      Branch: cfgperl
23062            ! pod/perlsyn.pod
23063 ____________________________________________________________________________
23064 [  6196] By: jhi                                   on 2000/06/03  14:38:09
23065         Log: Integrate with Sarathy.
23066      Branch: cfgperl
23067           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
23068           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
23069           !> vms/perly_c.vms
23070 ____________________________________________________________________________
23071 [  6195] By: gsar                                  on 2000/06/02  22:43:13
23072         Log: fix yet another eval"" leak under USE_ITHREADS
23073      Branch: perl
23074            ! op.c
23075 ____________________________________________________________________________
23076 [  6194] By: gsar                                  on 2000/06/02  18:22:06
23077         Log: fix small eval"" memory leaks under USE_ITHREADS
23078      Branch: perl
23079            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
23080            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
23081            ! vms/perly_c.vms
23082 ____________________________________________________________________________
23083 [  6193] By: jhi                                   on 2000/06/01  13:03:56
23084         Log: Signals-be-gone for microperl.
23085      Branch: cfgperl
23086            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
23087 ____________________________________________________________________________
23088 [  6192] By: jhi                                   on 2000/06/01  12:52:02
23089         Log: Integrate with Sarathy.
23090      Branch: cfgperl
23091           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
23092           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
23093           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
23094           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
23095           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
23096           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
23097           !> t/op/vec.t utils/h2xs.PL
23098 ____________________________________________________________________________
23099 [  6191] By: gsar                                  on 2000/06/01  09:38:21
23100         Log: vec() loses numericalness (modified version of patch suggested
23101              by Robin Barker)
23102      Branch: perl
23103            ! doop.c t/op/vec.t
23104 ____________________________________________________________________________
23105 [  6190] By: gsar                                  on 2000/06/01  09:26:15
23106         Log: submit missing embed.pl change
23107      Branch: perl
23108            ! embed.pl
23109 ____________________________________________________________________________
23110 [  6189] By: gsar                                  on 2000/06/01  09:05:34
23111         Log: counting tr/// corrupts later operation (from M.J.T Guy)
23112      Branch: perl
23113            ! doop.c t/op/tr.t
23114 ____________________________________________________________________________
23115 [  6188] By: gsar                                  on 2000/06/01  08:58:39
23116         Log: h2xs tweaks
23117      Branch: perl
23118            ! utils/h2xs.PL
23119 ____________________________________________________________________________
23120 [  6187] By: gsar                                  on 2000/06/01  08:50:07
23121         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
23122              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
23123      Branch: perl
23124            + lib/Pod/LaTeX.pm
23125            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
23126            ! pod/pod2latex.PL
23127 ____________________________________________________________________________
23128 [  6186] By: gsar                                  on 2000/06/01  08:24:40
23129         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
23130              <wolfgang.laun@alcatel.at>)
23131      Branch: perl
23132            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
23133            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
23134 ____________________________________________________________________________
23135 [  6185] By: gsar                                  on 2000/06/01  08:12:00
23136         Log: remove incorrect documentation about implicit split to @_ in
23137              list context, which never really worked in perl 5 (from
23138              M.J.T. Guy)
23139      Branch: perl
23140            ! pod/perlfunc.pod pod/perltrap.pod
23141 ____________________________________________________________________________
23142 [  6184] By: gsar                                  on 2000/06/01  07:52:27
23143         Log: tweak for change#6127
23144      Branch: perl
23145            ! perl.c
23146 ____________________________________________________________________________
23147 [  6183] By: gsar                                  on 2000/06/01  07:41:02
23148         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
23149              <nick@ccl4.org>)
23150      Branch: perl
23151            + t/lib/selfloader.t
23152            ! MANIFEST lib/SelfLoader.pm
23153 ____________________________________________________________________________
23154 [  6182] By: jhi                                   on 2000/06/01  00:34:42
23155         Log: Be Cleaner Part Deux.
23156      Branch: cfgperl
23157            ! Makefile.SH
23158 ____________________________________________________________________________
23159 [  6181] By: jhi                                   on 2000/06/01  00:32:09
23160         Log: Integrate with Sarathy.
23161      Branch: cfgperl
23162           !> pp.c t/op/arith.t
23163 ____________________________________________________________________________
23164 [  6180] By: jhi                                   on 2000/06/01  00:31:13
23165         Log: microperl nits from Simon Cozens.
23166      Branch: cfgperl
23167            + uconfig.h
23168            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
23169            ! unixish.h
23170 ____________________________________________________________________________
23171 [  6179] By: gsar                                  on 2000/05/31  22:37:51
23172         Log: buggy modulus on UVs introduced by change#3378 (resulted in
23173              4063328477 % 65535 amounting to 27406, instead of 27407)
23174      Branch: perl
23175            ! pp.c t/op/arith.t
23176 ____________________________________________________________________________
23177 [  6178] By: jhi                                   on 2000/05/31  21:52:41
23178         Log: Be cleaner.
23179      Branch: cfgperl
23180            ! Makefile.SH
23181 ____________________________________________________________________________
23182 [  6177] By: jhi                                   on 2000/05/31  21:47:33
23183         Log: Substitution utf8 patch from Simon Cozens.
23184      Branch: cfgperl
23185            ! pp_hot.c
23186 ____________________________________________________________________________
23187 [  6176] By: jhi                                   on 2000/05/31  21:45:34
23188         Log: Single-quoted utf8 patch from Simon Cozens.
23189      Branch: cfgperl
23190            ! toke.c
23191 ____________________________________________________________________________
23192 [  6175] By: jhi                                   on 2000/05/31  21:40:18
23193         Log: Integrate with Sarathy.
23194      Branch: cfgperl
23195           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
23196 ____________________________________________________________________________
23197 [  6174] By: jhi                                   on 2000/05/31  21:37:31
23198         Log: microperl changes from Simon Cozens; Makefile for microperl
23199              written from scratch; few casts added as microperl compilation
23200              doesn't have all prototypes available.
23201      Branch: cfgperl
23202            + Makefile.micro README.micro Todo.micro uconfig.sh
23203            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
23204            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
23205      Branch: metaconfig
23206            + U/modified/Config_h.U
23207 ____________________________________________________________________________
23208 [  6173] By: jhi                                   on 2000/05/31  20:00:24
23209         Log: metaconfig maintenance.
23210      Branch: metaconfig
23211            + U/modified/Inhdr.U U/typedefs/inotype.U
23212      Branch: metaconfig/U/perl
23213            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
23214            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
23215 ____________________________________________________________________________
23216 [  6172] By: gsar                                  on 2000/05/31  05:05:42
23217         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
23218              (from Ilya Zakharevich)
23219      Branch: perl
23220            ! regexec.c t/op/re_tests
23221 ____________________________________________________________________________
23222 [  6171] By: gsar                                  on 2000/05/31  05:01:47
23223         Log: scalar() doesn't force scalar context when used in void context
23224              (from Simon Cozens)
23225      Branch: perl
23226            ! op.c t/op/wantarray.t
23227 ____________________________________________________________________________
23228 [  6170] By: gsar                                  on 2000/05/31  04:41:33
23229         Log: change#6142 needs tweaks to tests to work where there's no symlink()
23230              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
23231      Branch: perl
23232            ! t/lib/filefind.t
23233 ____________________________________________________________________________
23234 [  6169] By: gsar                                  on 2000/05/31  04:29:49
23235         Log: integrate cfgperl contents into mainline
23236      Branch: perl
23237           +> pod/perlmodlib.PL pod/perlnewmod.pod
23238           !> (integrate 42 files)
23239 ____________________________________________________________________________
23240 [  6168] By: jhi                                   on 2000/05/30  22:53:37
23241         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
23242      Branch: cfgperl
23243            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23244            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
23245            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
23246            ! win32/config.bc win32/config.gc win32/config.vc
23247            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23248            ! win32/config_h.PL win32/config_sh.PL
23249      Branch: metaconfig/U/perl
23250            ! perlxv.U
23251 ____________________________________________________________________________
23252 [  6167] By: jhi                                   on 2000/05/30  22:20:21
23253         Log: tweak todo 
23254      Branch: cfgperl
23255            ! Todo-5.6
23256 ____________________________________________________________________________
23257 [  6166] By: jhi                                   on 2000/05/30  22:11:51
23258         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
23259              in case somebody wants to write an extension for more
23260              shadow database interfaces.
23261      Branch: cfgperl
23262            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23263            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
23264            ! vos/config.def vos/config.h vos/config_h.SH_orig
23265            ! win32/config.bc win32/config.gc win32/config.vc
23266            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23267      Branch: metaconfig
23268            ! U/modified/Myinit.U
23269      Branch: metaconfig/U/perl
23270            + d_getespwnam.U d_getprpwnam.U i_prot.U
23271 ____________________________________________________________________________
23272 [  6165] By: jhi                                   on 2000/05/30  18:35:34
23273         Log: Integrate with Sarathy.
23274      Branch: cfgperl
23275           !> op.c
23276 ____________________________________________________________________________
23277 [  6164] By: jhi                                   on 2000/05/30  18:30:16
23278         Log: detypo
23279      Branch: cfgperl
23280            ! Configure config_h.SH
23281      Branch: metaconfig/U/perl
23282            ! perlxv.U
23283 ____________________________________________________________________________
23284 [  6163] By: gsar                                  on 2000/05/30  03:24:03
23285         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
23286      Branch: perl
23287            ! op.c
23288 ____________________________________________________________________________
23289 [  6162] By: gsar                                  on 2000/05/30  03:09:38
23290         Log: fix memory leak in method call optimization (change#3768);
23291              made C<eval "$x->foo()"> leak
23292      Branch: perl
23293            ! op.c
23294 ____________________________________________________________________________
23295 [  6161] By: jhi                                   on 2000/05/29  17:56:26
23296         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
23297              both from Simon Cozens.
23298      Branch: cfgperl
23299            + pod/perlmodlib.PL pod/perlnewmod.pod
23300            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
23301            ! pod/perlmodlib.pod pod/perltoc.pod
23302 ____________________________________________________________________________
23303 [  6160] By: jhi                                   on 2000/05/29  17:23:55
23304         Log: Changes for the File::Temp 0.08 (change #6159) test suite
23305              to fit better into the Perl distribution test framework.
23306      Branch: cfgperl
23307            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
23308            ! t/lib/ftmp-tempfile.t
23309 ____________________________________________________________________________
23310 [  6159] By: jhi                                   on 2000/05/29  16:55:36
23311         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
23312      Branch: cfgperl
23313            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
23314            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
23315 ____________________________________________________________________________
23316 [  6158] By: bailey                                on 2000/05/29  16:22:08
23317         Log: Add fallback to tmpfile for use in cases where user's relying on
23318              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
23319              Lane's patch)
23320      Branch: vmsperl
23321            ! vms/vms.c vms/vmsish.h
23322 ____________________________________________________________________________
23323 [  6157] By: jhi                                   on 2000/05/29  03:10:36
23324         Log: Regen Configure to jive with #6149.
23325      Branch: cfgperl
23326            ! Configure
23327      Branch: metaconfig
23328            ! U/modified/Getfile.U
23329 ____________________________________________________________________________
23330 [  6156] By: jhi                                   on 2000/05/29  03:01:38
23331         Log: Integrate with Sarathy.
23332      Branch: cfgperl
23333           +> ext/DynaLoader/dl_mac.xs
23334           !> (integrate 38 files)
23335 ____________________________________________________________________________
23336 [  6155] By: gsar                                  on 2000/05/28  21:15:58
23337         Log: small bug in change#6144; remove random \xA0 character that snuck
23338              in via change#6145
23339      Branch: perl
23340            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
23341 ____________________________________________________________________________
23342 [  6154] By: gsar                                  on 2000/05/28  21:04:19
23343         Log: avoid type mismatch warning
23344      Branch: perl
23345            ! perl.c
23346 ____________________________________________________________________________
23347 [  6153] By: gsar                                  on 2000/05/28  20:58:31
23348         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
23349              <nick@Bagpuss.uk.boo.com>)
23350      Branch: perl
23351            ! lib/Test/Harness.pm
23352 ____________________________________________________________________________
23353 [  6152] By: gsar                                  on 2000/05/28  20:53:42
23354         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
23355      Branch: perl
23356            ! regexec.c
23357 ____________________________________________________________________________
23358 [  6151] By: gsar                                  on 2000/05/28  20:50:28
23359         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
23360      Branch: perl
23361            ! regexec.c
23362 ____________________________________________________________________________
23363 [  6150] By: gsar                                  on 2000/05/28  20:39:58
23364         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
23365      Branch: perl
23366            ! pod/perlrequick.pod
23367 ____________________________________________________________________________
23368 [  6149] By: gsar                                  on 2000/05/28  20:35:16
23369         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
23370              <troc@netrus.net>)
23371      Branch: perl
23372            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
23373            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
23374            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
23375            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
23376 ____________________________________________________________________________
23377 [  6148] By: gsar                                  on 2000/05/28  20:21:07
23378         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
23379      Branch: perl
23380            ! lib/ExtUtils/MM_Unix.pm
23381 ____________________________________________________________________________
23382 [  6147] By: gsar                                  on 2000/05/28  20:12:41
23383         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
23384              (from Peter Prymmer)
23385      Branch: perl
23386            ! vms/subconfigure.com
23387 ____________________________________________________________________________
23388 [  6146] By: gsar                                  on 2000/05/28  20:06:15
23389         Log: doc typo
23390      Branch: perl
23391            ! lib/warnings.pm warnings.h warnings.pl
23392 ____________________________________________________________________________
23393 [  6145] By: gsar                                  on 2000/05/28  18:44:33
23394         Log: make xsubpp skip embedded pod (from Matthias Neeracher
23395              <neeri@iis.ee.ethz.ch>)
23396      Branch: perl
23397            ! lib/ExtUtils/xsubpp
23398 ____________________________________________________________________________
23399 [  6144] By: gsar                                  on 2000/05/28  18:42:49
23400         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
23401              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
23402              <neeri@iis.ee.ethz.ch>)
23403      Branch: perl
23404            ! lib/AutoSplit.pm
23405 ____________________________________________________________________________
23406 [  6143] By: gsar                                  on 2000/05/28  18:41:12
23407         Log: MacOS support, part 1 (from Matthias Neeracher
23408              <neeri@iis.ee.ethz.ch>)
23409      Branch: perl
23410            + ext/DynaLoader/dl_mac.xs
23411            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
23412            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
23413            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
23414            ! util.h
23415 ____________________________________________________________________________
23416 [  6142] By: gsar                                  on 2000/05/28  18:21:51
23417         Log: File::Find fails to chdir when chasing symlinks (from
23418              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
23419      Branch: perl
23420            ! lib/File/Find.pm t/lib/filefind.t
23421 ____________________________________________________________________________
23422 [  6141] By: jhi                                   on 2000/05/28  14:25:15
23423         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
23424              forwarded by Peter Seebach from the bsdi-users mailing list.
23425              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
23426      Branch: perl
23427            ! hints/bsdos.sh
23428 ____________________________________________________________________________
23429 [  6140] By: jhi                                   on 2000/05/28  14:11:57
23430         Log: Integrate with Sarathy.
23431      Branch: cfgperl
23432           +> (branch 30 files)
23433           !> (integrate 93 files)
23434 ____________________________________________________________________________
23435 [  6139] By: gsar                                  on 2000/05/28  10:01:48
23436         Log: revise mktables.PL for bugs and newness in Unicode 3.0
23437              (from James Bence <jbence@amgen.com>)
23438      Branch: perl
23439            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
23440            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
23441            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
23442            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
23443            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
23444            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
23445            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
23446            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
23447            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
23448            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
23449            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
23450            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
23451            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
23452            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
23453            + lib/unicode/Is/SylWU.pl
23454            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
23455            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
23456            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
23457            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
23458            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
23459            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
23460            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
23461            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
23462            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
23463            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
23464            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
23465            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
23466            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
23467            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
23468            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
23469            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
23470            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
23471            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
23472            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
23473            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
23474            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
23475            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
23476            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
23477            ! lib/unicode/Makefile lib/unicode/mktables.PL
23478 ____________________________________________________________________________
23479 [  6138] By: gsar                                  on 2000/05/28  08:50:32
23480         Log: add note about the handling of negative indices to tied arrays
23481              (from Michael G Schwern <schwern@pobox.com>)
23482      Branch: perl
23483            ! pod/perltie.pod
23484 ____________________________________________________________________________
23485 [  6137] By: gsar                                  on 2000/05/28  08:46:10
23486         Log: fix bogus redeclaration warning for "our" variables in different
23487              scopes
23488      Branch: perl
23489            ! op.c t/pragma/strict-vars
23490 ____________________________________________________________________________
23491 [  6136] By: gsar                                  on 2000/05/28  08:31:20
23492         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
23493      Branch: perl
23494            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
23495 ____________________________________________________________________________
23496 [  6135] By: gsar                                  on 2000/05/28  08:17:50
23497         Log: enable Test::Harness to dynamically determine column width etc.
23498              (from Rob Napier <rnapier@employees.org>)
23499      Branch: perl
23500            ! lib/Test/Harness.pm
23501 ____________________________________________________________________________
23502 [  6134] By: gsar                                  on 2000/05/28  08:13:39
23503         Log: make Test::Harness use wait.h/WCOREDUMP if available
23504              (from Ben Tilly <ben_tilly@hotmail.com>)
23505      Branch: perl
23506            ! lib/Test/Harness.pm
23507 ____________________________________________________________________________
23508 [  6133] By: gsar                                  on 2000/05/28  08:08:05
23509         Log: elide bogus test in change#6132
23510      Branch: perl
23511            ! t/pragma/warn/9enabled
23512 ____________________________________________________________________________
23513 [  6132] By: gsar                                  on 2000/05/28  08:03:14
23514         Log: warnings::enabled() doesn't fall back to looking at $^W if
23515              caller isn't using lexical warnings (from Paul Marquess)
23516      Branch: perl
23517            ! pp_ctl.c t/pragma/warn/9enabled
23518 ____________________________________________________________________________
23519 [  6131] By: gsar                                  on 2000/05/28  07:57:47
23520         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
23521      Branch: perl
23522            ! ext/POSIX/POSIX.pm
23523 ____________________________________________________________________________
23524 [  6130] By: gsar                                  on 2000/05/28  07:29:12
23525         Log: fix places that mean C<"word" character> but say C<alphanumeric
23526              character>
23527      Branch: perl
23528            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
23529 ____________________________________________________________________________
23530 [  6129] By: gsar                                  on 2000/05/28  07:18:41
23531         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
23532      Branch: perl
23533            ! vms/test.com
23534 ____________________________________________________________________________
23535 [  6128] By: gsar                                  on 2000/05/28  07:12:55
23536         Log: new perlxstut example for passing/returning refs to arrays
23537              (from David Lowe <dlowe@pootpoot.com>)
23538      Branch: perl
23539            ! pod/perlxstut.pod
23540 ____________________________________________________________________________
23541 [  6127] By: gsar                                  on 2000/05/28  07:02:50
23542         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
23543              failed (from Gisle Aas)
23544      Branch: perl
23545            ! cop.h perl.c
23546 ____________________________________________________________________________
23547 [  6126] By: gsar                                  on 2000/05/28  06:39:53
23548         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
23549              (reworked variant of patch suggested by Simon Cozens)
23550      Branch: perl
23551            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
23552            ! pp_hot.c proto.h t/op/gv.t
23553 ____________________________________________________________________________
23554 [  6125] By: gsar                                  on 2000/05/28  05:14:55
23555         Log: enable propagating exception objects via Perl_croak() in XS code
23556              (from Gisle Aas)
23557      Branch: perl
23558            ! util.c
23559 ____________________________________________________________________________
23560 [  6124] By: gsar                                  on 2000/05/28  05:07:28
23561         Log: integrate vmsperl contents into mainline
23562      Branch: perl
23563           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
23564           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
23565           !> vms/vmsish.h
23566 ____________________________________________________________________________
23567 [  6123] By: gsar                                  on 2000/05/28  05:03:53
23568         Log: clarify gotcha with #line directives (from Rocco Caputo
23569              <troc@netrus.net>)
23570      Branch: perl
23571            ! pod/perldebug.pod pod/perlsyn.pod
23572 ____________________________________________________________________________
23573 [  6122] By: gsar                                  on 2000/05/28  04:58:29
23574         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
23575              (from Mark-Jason Dominus)
23576      Branch: perl
23577            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
23578            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
23579            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
23580            ! toke.c
23581 ____________________________________________________________________________
23582 [  6121] By: bailey                                on 2000/05/25  04:46:54
23583         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
23584              lists (based on fixes by Craig Berry)
23585      Branch: vmsperl
23586            ! lib/File/Spec/VMS.pm
23587 ____________________________________________________________________________
23588 [  6120] By: bailey                                on 2000/05/25  04:25:38
23589         Log: Add missing escape (Charles Lane)
23590      Branch: vmsperl
23591            ! t/op/lex_assign.t
23592 ____________________________________________________________________________
23593 [  6119] By: bailey                                on 2000/05/25  04:21:25
23594         Log: Quiet error messages in vmsish.t (Charles Lane)
23595      Branch: vmsperl
23596            ! vms/ext/vmsish.t
23597 ____________________________________________________________________________
23598 [  6118] By: bailey                                on 2000/05/25  04:17:57
23599         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
23600              Flatten case labels in switch statements uniformly (Charles Bailey)
23601      Branch: vmsperl
23602            ! vms/vms.c
23603 ____________________________________________________________________________
23604 [  6117] By: bailey                                on 2000/05/25  03:58:09
23605         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
23606      Branch: vmsperl
23607            ! vms/vmsish.h
23608 ____________________________________________________________________________
23609 [  6116] By: bailey                                on 2000/05/25  03:11:15
23610         Log: Miscellaneous cosmetic fixes (Charles Lane)
23611      Branch: vmsperl
23612            ! lib/ExtUtils/MM_VMS.pm
23613 ____________________________________________________________________________
23614 [  6115] By: bailey                                on 2000/05/25  03:10:36
23615         Log: Add bounds checking for several strings (Charles Lane)
23616      Branch: vmsperl
23617            ! vms/vms.c
23618 ____________________________________________________________________________
23619 [  6114] By: bailey                                on 2000/05/25  02:25:34
23620         Log: Urk -- undo previous removal of vmsish 'exit' change
23621      Branch: vmsperl
23622            ! vms/ext/vmsish.pm vms/vmsish.h
23623 ____________________________________________________________________________
23624 [  6113] By: bailey                                on 2000/05/24  02:24:40
23625         Log: Ugly workaround for version-specific RTL error
23626      Branch: vmsperl
23627            ! vms/vms.c
23628 ____________________________________________________________________________
23629 [  6112] By: bailey                                on 2000/05/24  02:19:55
23630         Log: Check for existence of file before trying to delete
23631      Branch: vmsperl
23632            ! vms/test.com
23633 ____________________________________________________________________________
23634 [  6111] By: bailey                                on 2000/05/23  23:35:13
23635         Log: Resync with mainline prior to post-5.6.0 updates
23636      Branch: vmsperl
23637           +> (branch 49 files)
23638            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
23639            ! vms/ext/vmsish.pm
23640           !> (integrate 334 files)
23641 ____________________________________________________________________________
23642 [  6110] By: jhi                                   on 2000/05/23  19:28:32
23643         Log: todo tweak
23644      Branch: cfgperl
23645            ! Todo-5.6
23646 ____________________________________________________________________________
23647 [  6109] By: jhi                                   on 2000/05/18  17:38:54
23648         Log: Integrate with Sarathy.
23649      Branch: cfgperl
23650           !> mg.c perl.h win32/perlhost.h
23651 ____________________________________________________________________________
23652 [  6108] By: gsar                                  on 2000/05/17  02:24:56
23653         Log: reenable fake signal handling on Windows, bugs and all
23654      Branch: perl
23655            ! mg.c perl.h win32/perlhost.h
23656 ____________________________________________________________________________
23657 [  6107] By: jhi                                   on 2000/05/15  18:01:41
23658         Log: Tweak the todo list.
23659      Branch: cfgperl
23660            ! Todo-5.6
23661 ____________________________________________________________________________
23662 [  6106] By: jhi                                   on 2000/05/15  13:41:48
23663         Log: The (Configure) script refuses to go on, after asking for
23664              'You may also choose to try maximal 64-bitness....'.
23665              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
23666              -- Patrick Zima
23667              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
23668      Branch: cfgperl
23669            ! hints/solaris_2.sh
23670 ____________________________________________________________________________
23671 [  6105] By: jhi                                   on 2000/05/11  14:37:43
23672         Log: Integrate with Sarathy.
23673      Branch: cfgperl
23674           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
23675           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
23676 ____________________________________________________________________________
23677 [  6104] By: gsar                                  on 2000/05/11  03:39:07
23678         Log: PL_sys_intern was being initialized too late on windows
23679      Branch: perl
23680            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
23681            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
23682 ____________________________________________________________________________
23683 [  6103] By: jhi                                   on 2000/05/09  19:42:20
23684         Log: Test tweaking for Unicos continues.
23685      Branch: cfgperl
23686            ! t/op/64bitint.t
23687 ____________________________________________________________________________
23688 [  6102] By: jhi                                   on 2000/05/09  16:47:27
23689         Log: The test suite tweak in #6101 wasn't quite right.
23690      Branch: cfgperl
23691            ! t/lib/complex.t
23692 ____________________________________________________________________________
23693 [  6101] By: jhi                                   on 2000/05/09  15:35:34
23694         Log: Hints and test tweaks for Unicos.
23695      Branch: cfgperl
23696            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
23697 ____________________________________________________________________________
23698 [  6100] By: jhi                                   on 2000/05/08  21:15:06
23699         Log: More compilation tweakery from Allen Smith.
23700      Branch: cfgperl
23701            ! hints/irix_6.sh
23702 ____________________________________________________________________________
23703 [  6099] By: jhi                                   on 2000/05/08  19:21:18
23704         Log: Tweaks for the cc bugs from Allen Smith.
23705      Branch: cfgperl
23706            ! hints/irix_6.sh
23707 ____________________________________________________________________________
23708 [  6098] By: jhi                                   on 2000/05/08  19:13:37
23709         Log: Add a note about other, yet unsupported, shadow password APIs.
23710      Branch: cfgperl
23711            ! pp_sys.c
23712 ____________________________________________________________________________
23713 [  6097] By: jhi                                   on 2000/05/08  18:46:34
23714         Log: Add a note about possible compilation problems from Allen Smith.
23715      Branch: cfgperl
23716            ! hints/irix_6.sh
23717 ____________________________________________________________________________
23718 [  6096] By: jhi                                   on 2000/05/08  17:33:10
23719         Log: Integrate with Sarathy.
23720      Branch: cfgperl
23721           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
23722           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
23723 ____________________________________________________________________________
23724 [  6095] By: jhi                                   on 2000/05/08  16:21:33
23725         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
23726              might be useful in future.
23727      Branch: cfgperl
23728            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23729            ! config_h.SH
23730      Branch: metaconfig
23731            ! U/installdirs/inc_version_list.U
23732      Branch: metaconfig/U/perl
23733            ! perlxv.U
23734 ____________________________________________________________________________
23735 [  6094] By: gsar                                  on 2000/05/08  14:22:22
23736         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
23737      Branch: perl
23738            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
23739            ! hints/cygwin.sh pp_sys.c
23740 ____________________________________________________________________________
23741 [  6093] By: gsar                                  on 2000/05/08  12:52:28
23742         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
23743              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
23744      Branch: perl
23745            ! pp_sys.c sv.c win32/perlhost.h
23746 ____________________________________________________________________________
23747 [  6092] By: jhi                                   on 2000/05/07  22:40:34
23748         Log: Regen perltoc with the fixed buildtoc.
23749      Branch: cfgperl
23750            ! pod/perltoc.pod
23751 ____________________________________________________________________________
23752 [  6091] By: jhi                                   on 2000/05/07  22:24:16
23753         Log: Integrate with Sarathy.
23754      Branch: cfgperl
23755           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
23756           !> t/op/substr.t toke.c
23757 ____________________________________________________________________________
23758 [  6090] By: gsar                                  on 2000/05/07  19:47:07
23759         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
23760              [NI]OK; added tests for both
23761      Branch: perl
23762            ! perl.c pp_hot.c sv.c t/op/substr.t
23763 ____________________________________________________________________________
23764 [  6089] By: gsar                                  on 2000/05/07  18:18:38
23765         Log: buildtoc tweak to fix newline lossage
23766      Branch: perl
23767            ! pod/buildtoc
23768 ____________________________________________________________________________
23769 [  6088] By: jhi                                   on 2000/05/07  16:35:36
23770         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
23771              because we do not use those.  The HAS_GETSPNAM remains,
23772              though, because we still do use that.
23773      Branch: cfgperl
23774            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23775            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
23776            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
23777            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
23778            ! win32/config.vc win32/config_H.bc win32/config_H.gc
23779            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
23780 ____________________________________________________________________________
23781 [  6087] By: gsar                                  on 2000/05/07  16:05:16
23782         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
23783      Branch: perl
23784            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
23785 ____________________________________________________________________________
23786 [  6086] By: jhi                                   on 2000/05/07  15:27:07
23787         Log: Integrate with Sarathy.
23788      Branch: cfgperl
23789           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
23790           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
23791           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
23792           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
23793           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
23794           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
23795 ____________________________________________________________________________
23796 [  6085] By: gsar                                  on 2000/05/07  05:52:02
23797         Log: repeat operator (x) doesn't preserve utf8-ness
23798      Branch: perl
23799            ! pp.c t/op/substr.t
23800 ____________________________________________________________________________
23801 [  6084] By: gsar                                  on 2000/05/07  05:39:55
23802         Log: substr() does not preserve utf8-ness (from Stefan Eissing
23803              <Eissing@medicaldataservice.de>); added tests
23804      Branch: perl
23805            ! pp.c t/op/substr.t
23806 ____________________________________________________________________________
23807 [  6083] By: gsar                                  on 2000/05/07  05:24:46
23808         Log: note about undocumented caller() return value (from M.J.T. Guy);
23809              yet another peek.t tweak
23810      Branch: perl
23811            ! pod/perlfunc.pod t/lib/peek.t
23812 ____________________________________________________________________________
23813 [  6082] By: gsar                                  on 2000/05/07  05:08:40
23814         Log: peek.t non-portable to ithreads
23815      Branch: perl
23816            ! t/lib/peek.t
23817 ____________________________________________________________________________
23818 [  6081] By: gsar                                  on 2000/05/07  04:17:04
23819         Log: better default perlbug categories for ok reports (from Richard Foley)
23820      Branch: perl
23821            ! utils/perlbug.PL
23822 ____________________________________________________________________________
23823 [  6080] By: gsar                                  on 2000/05/07  04:08:07
23824         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
23825              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
23826      Branch: perl
23827            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
23828            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
23829            ! AUTHORS MAINTAIN MANIFEST
23830 ____________________________________________________________________________
23831 [  6079] By: gsar                                  on 2000/05/07  04:01:38
23832         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
23833      Branch: perl
23834            ! lib/Carp/Heavy.pm
23835 ____________________________________________________________________________
23836 [  6078] By: gsar                                  on 2000/05/07  01:24:19
23837         Log: workaround for CRT bug in chdir() (from Charles Lane, via
23838              Peter Prymmer)
23839      Branch: perl
23840            ! iperlsys.h vms/vms.c vms/vmsish.h
23841 ____________________________________________________________________________
23842 [  6077] By: gsar                                  on 2000/05/07  01:22:23
23843         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
23844              and Tom Phoenix)
23845      Branch: perl
23846            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
23847 ____________________________________________________________________________
23848 [  6076] By: gsar                                  on 2000/05/06  17:36:29
23849         Log: integrate cfgperl contents into mainline
23850      Branch: perl
23851           +> t/lib/peek.t
23852           !> Configure MANIFEST Porting/Glossary Porting/config.sh
23853           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
23854           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
23855           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
23856 ____________________________________________________________________________
23857 [  6075] By: jhi                                   on 2000/05/05  18:56:10
23858         Log: Make the test more portable.
23859      Branch: cfgperl
23860            ! t/lib/peek.t
23861 ____________________________________________________________________________
23862 [  6074] By: jhi                                   on 2000/05/05  18:49:20
23863         Log: Introduce t/lib/peek.t.
23864      Branch: cfgperl
23865            + t/lib/peek.t
23866            ! MANIFEST
23867 ____________________________________________________________________________
23868 [  6073] By: jhi                                   on 2000/05/05  14:30:45
23869         Log: Complex tweaks.
23870      Branch: cfgperl
23871            ! lib/Math/Complex.pm t/lib/complex.t
23872 ____________________________________________________________________________
23873 [  6072] By: jhi                                   on 2000/05/05  12:27:13
23874         Log: Integrate with Sarathy.
23875      Branch: cfgperl
23876           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
23877           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
23878           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
23879           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
23880 ____________________________________________________________________________
23881 [  6071] By: gsar                                  on 2000/05/05  02:24:46
23882         Log: misformatted perllocal.pod (from Tim Jenness
23883              <t.jenness@jach.hawaii.edu>)
23884      Branch: perl
23885            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
23886 ____________________________________________________________________________
23887 [  6070] By: gsar                                  on 2000/05/05  02:16:52
23888         Log: remove misleading comment (from M.J.T. Guy)
23889      Branch: perl
23890            ! t/lib/anydbm.t
23891 ____________________________________________________________________________
23892 [  6069] By: gsar                                  on 2000/05/05  02:15:13
23893         Log: File::Spec compatibility update (from Barrie Slaymaker
23894              <barries@slaysys.com>)
23895      Branch: perl
23896            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
23897            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
23898 ____________________________________________________________________________
23899 [  6068] By: gsar                                  on 2000/05/05  02:01:50
23900         Log: note about values()
23901      Branch: perl
23902            ! pod/perlfunc.pod
23903 ____________________________________________________________________________
23904 [  6067] By: gsar                                  on 2000/05/05  01:33:09
23905         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
23906      Branch: perl
23907            ! win32/win32.c
23908 ____________________________________________________________________________
23909 [  6066] By: gsar                                  on 2000/05/05  01:23:43
23910         Log: s/END/CHECK/
23911      Branch: perl
23912            ! perl.c
23913 ____________________________________________________________________________
23914 [  6065] By: jhi                                   on 2000/05/04  17:30:22
23915         Log: Integrate with Sarathy.
23916      Branch: cfgperl
23917           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
23918 ____________________________________________________________________________
23919 [  6064] By: gsar                                  on 2000/05/04  17:26:14
23920         Log: change#5905 wasn't quite right--it's intent only applies when arguments
23921              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
23922      Branch: perl
23923            ! pp_sys.c sv.c
23924 ____________________________________________________________________________
23925 [  6063] By: gsar                                  on 2000/05/04  16:52:29
23926         Log: tokeq() could read unallocated field in argument
23927      Branch: perl
23928            ! toke.c
23929 ____________________________________________________________________________
23930 [  6062] By: gsar                                  on 2000/05/04  16:34:51
23931         Log: additional tests for utf8.t
23932      Branch: perl
23933            ! t/pragma/utf8.t
23934 ____________________________________________________________________________
23935 [  6061] By: gsar                                  on 2000/05/04  16:09:28
23936         Log: change#5921 neglected to make eq honor "use bytes"
23937      Branch: perl
23938            ! sv.c
23939 ____________________________________________________________________________
23940 [  6060] By: jhi                                   on 2000/05/04  15:30:16
23941         Log: Integrate with Sarathy.
23942      Branch: cfgperl
23943           !> perl.c regcomp.c t/pragma/utf8.t
23944 ____________________________________________________________________________
23945 [  6059] By: jhi                                   on 2000/05/04  15:26:37
23946         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
23947              in natively 64-bit platforms where a long is a quad (no need
23948              for long longs).  Also added bias for IVs.
23949      Branch: cfgperl
23950            ! toke.c
23951 ____________________________________________________________________________
23952 [  6058] By: gsar                                  on 2000/05/04  00:19:14
23953         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
23954              (spotted by Donald Kinzer <dkinzer@premia.com>)
23955      Branch: perl
23956            ! perl.c
23957 ____________________________________________________________________________
23958 [  6057] By: gsar                                  on 2000/05/03  18:34:01
23959         Log: fix broken parsing of /\x{ab}/
23960      Branch: perl
23961            ! regcomp.c t/pragma/utf8.t
23962 ____________________________________________________________________________
23963 [  6056] By: jhi                                   on 2000/05/03  17:57:16
23964         Log: The search of infinity continues, this time simplified.
23965      Branch: cfgperl
23966            ! lib/Math/Complex.pm
23967 ____________________________________________________________________________
23968 [  6055] By: jhi                                   on 2000/05/03  17:45:30
23969         Log: Detypo.
23970      Branch: cfgperl
23971            ! hints/unicos.sh
23972 ____________________________________________________________________________
23973 [  6054] By: jhi                                   on 2000/05/02  22:28:27
23974         Log: Be more forgiving in POSIX about HUGE_VALL.
23975      Branch: cfgperl
23976            ! ext/POSIX/POSIX.xs
23977 ____________________________________________________________________________
23978 [  6053] By: jhi                                   on 2000/05/02  22:25:05
23979         Log: Integrate with Sarathy.
23980      Branch: cfgperl
23981           !> hints/irix_6.sh pod/perlop.pod
23982 ____________________________________________________________________________
23983 [  6052] By: jhi                                   on 2000/05/02  22:24:31
23984         Log: Unicos hint tweak.
23985      Branch: cfgperl
23986            ! hints/unicos.sh
23987 ____________________________________________________________________________
23988 [  6051] By: jhi                                   on 2000/05/02  22:21:26
23989         Log: Complex tweakery.
23990      Branch: cfgperl
23991            ! lib/Math/Complex.pm t/lib/complex.t
23992 ____________________________________________________________________________
23993 [  6050] By: jhi                                   on 2000/05/02  19:26:22
23994         Log: Use setxxent()/endxxent().
23995      Branch: cfgperl
23996            ! t/op/grent.t t/op/pwent.t
23997 ____________________________________________________________________________
23998 [  6049] By: jhi                                   on 2000/05/02  19:06:02
23999         Log: Test both the scalar and list contexts.
24000      Branch: cfgperl
24001            ! t/op/grent.t t/op/pwent.t
24002 ____________________________________________________________________________
24003 [  6048] By: gsar                                  on 2000/05/02  18:29:10
24004         Log: add note about how $( doesn't interpolate in REs (from
24005              Philip Newton <newton@ficus.frogspace.net>)
24006      Branch: perl
24007            ! pod/perlop.pod
24008 ____________________________________________________________________________
24009 [  6047] By: jhi                                   on 2000/05/02  17:41:24
24010         Log: Call getspnam() only iff needd.
24011      Branch: cfgperl
24012            ! pp_sys.c
24013 ____________________________________________________________________________
24014 [  6046] By: gsar                                  on 2000/05/02  17:07:25
24015         Log: libscheck has insufficient checks for n32 libs (from
24016              Albert Chin-A-Young <china@thewrittenword.com>)
24017      Branch: perl
24018            ! hints/irix_6.sh
24019 ____________________________________________________________________________
24020 [  6045] By: jhi                                   on 2000/05/02  13:57:17
24021         Log: Integrate with Sarathy.
24022      Branch: cfgperl
24023           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
24024           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
24025 ____________________________________________________________________________
24026 [  6044] By: gsar                                  on 2000/05/02  06:48:19
24027         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
24028              such that underscores are only ignored in literal numbers,
24029              "\x{...}", and hex/oct argument
24030      Branch: perl
24031            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
24032 ____________________________________________________________________________
24033 [  6043] By: gsar                                  on 2000/05/02  02:22:29
24034         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
24035      Branch: perl
24036            ! pod/perlretut.pod
24037 ____________________________________________________________________________
24038 [  6042] By: gsar                                  on 2000/05/02  02:17:51
24039         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
24040      Branch: perl
24041            ! pod/perltrap.pod
24042 ____________________________________________________________________________
24043 [  6041] By: gsar                                  on 2000/05/02  01:53:51
24044         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
24045              to compensate
24046      Branch: perl
24047            ! Porting/makerel
24048 ____________________________________________________________________________
24049 [  6040] By: gsar                                  on 2000/05/02  01:51:57
24050         Log: missing files in MANIFEST
24051      Branch: perl
24052            ! MANIFEST
24053 ____________________________________________________________________________
24054 [  6039] By: jhi                                   on 2000/05/02  00:36:46
24055         Log: Infinite problems.
24056      Branch: cfgperl
24057            ! lib/Math/Complex.pm
24058 ____________________________________________________________________________
24059 [  6038] By: jhi                                   on 2000/05/02  00:06:38
24060         Log: pwent/spent #ifdef imbalance.
24061      Branch: cfgperl
24062            ! pp_sys.c
24063 ____________________________________________________________________________
24064 [  6037] By: jhi                                   on 2000/05/01  22:50:11
24065         Log: Use HUGE_VALL if applicable.
24066      Branch: cfgperl
24067            ! ext/POSIX/POSIX.xs util.c
24068 ____________________________________________________________________________
24069 [  6036] By: jhi                                   on 2000/05/01  22:20:53
24070         Log: Correct Freudian slip.
24071      Branch: cfgperl
24072            ! pp_sys.c
24073 ____________________________________________________________________________
24074 [  6035] By: jhi                                   on 2000/05/01  21:07:38
24075         Log: Continue on the pwent/spent case.
24076      Branch: cfgperl
24077            ! pp_sys.c
24078 ____________________________________________________________________________
24079 [  6034] By: jhi                                   on 2000/05/01  17:45:14
24080         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
24081              adjustments in 6032 conflicted badly with this, will have
24082              to revisit them later.
24083      Branch: cfgperl
24084           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
24085           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
24086           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
24087           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
24088           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
24089           !> t/lib/cgi-html.t t/lib/cgi-request.t
24090 ____________________________________________________________________________
24091 [  6033] By: jhi                                   on 2000/05/01  17:40:49
24092         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
24093      Branch: cfgperl
24094            ! pp_sys.c
24095 ____________________________________________________________________________
24096 [  6032] By: gsar                                  on 2000/05/01  15:56:32
24097         Log: whitespace adjustments
24098      Branch: perl
24099            ! pp_sys.c
24100 ____________________________________________________________________________
24101 [  6031] By: gsar                                  on 2000/05/01  15:19:41
24102         Log: small nits in diagnostics.pm (from Robin Barker)
24103      Branch: perl
24104            ! lib/diagnostics.pm pod/perldiag.pod
24105 ____________________________________________________________________________
24106 [  6030] By: gsar                                  on 2000/05/01  08:39:18
24107         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
24108              for @- and @+ (from Johan Vromans)
24109      Branch: perl
24110            ! lib/English.pm pod/perlvar.pod
24111 ____________________________________________________________________________
24112 [  6029] By: gsar                                  on 2000/05/01  08:16:10
24113         Log: add CGI.pm v2.66 (from Lincoln Stein)
24114      Branch: perl
24115            + lib/CGI/Util.pm t/lib/cgi-pretty.t
24116            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
24117            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
24118            ! t/lib/cgi-html.t t/lib/cgi-request.t
24119 ____________________________________________________________________________
24120 [  6028] By: gsar                                  on 2000/05/01  06:34:41
24121         Log: Pod::Man generates groff-incompatible macro definition (from
24122              Tom Christiansen)
24123      Branch: perl
24124            ! lib/Pod/Man.pm
24125 ____________________________________________________________________________
24126 [  6027] By: gsar                                  on 2000/05/01  06:31:36
24127         Log: podlators-1.02 update (from Russ Allbery)
24128      Branch: perl
24129            ! lib/Pod/Man.pm lib/Pod/Text.pm
24130 ____________________________________________________________________________
24131 [  6026] By: jhi                                   on 2000/04/30  23:24:23
24132         Log: Integrate with Sarathy.
24133      Branch: cfgperl
24134           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
24135           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
24136           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
24137           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
24138           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
24139           !> t/lib/syslog.t toke.c win32/win32.h
24140 ____________________________________________________________________________
24141 [  6025] By: gsar                                  on 2000/04/30  18:17:47
24142         Log: Is{Alnum,Alpha,Word} don't match titlecase
24143              
24144              TODO: IsSpace is defined recursively!
24145              
24146              (both spotted by Larry)
24147      Branch: perl
24148            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
24149            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
24150 ____________________________________________________________________________
24151 [  6024] By: gsar                                  on 2000/04/30  17:50:19
24152         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
24153              (from Hugo van der Sanden)
24154      Branch: perl
24155            ! toke.c
24156 ____________________________________________________________________________
24157 [  6023] By: gsar                                  on 2000/04/30  17:14:43
24158         Log: debugger stomps on $. (from M.J.T. Guy)
24159      Branch: perl
24160            ! lib/perl5db.pl
24161 ____________________________________________________________________________
24162 [  6022] By: gsar                                  on 2000/04/30  16:59:22
24163         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
24164      Branch: perl
24165            ! sv.c
24166 ____________________________________________________________________________
24167 [  6021] By: gsar                                  on 2000/04/29  21:00:08
24168         Log: remove Win2K issue in pod (fixed by change#6020)
24169      Branch: perl
24170            ! README.win32 pod/perl56delta.pod
24171 ____________________________________________________________________________
24172 [  6020] By: gsar                                  on 2000/04/29  20:51:49
24173         Log: test tweak
24174      Branch: perl
24175            ! t/lib/open3.t
24176 ____________________________________________________________________________
24177 [  6019] By: gsar                                  on 2000/04/29  20:34:27
24178         Log: windows portability tweaks
24179      Branch: perl
24180            ! t/lib/b.t win32/win32.h
24181 ____________________________________________________________________________
24182 [  6018] By: gsar                                  on 2000/04/29  19:55:24
24183         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
24184              make _PATH_LOG() return "" if unavailable
24185      Branch: perl
24186            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
24187            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
24188 ____________________________________________________________________________
24189 [  6017] By: jhi                                   on 2000/04/28  22:49:46
24190         Log: Integrate with Sarathy.
24191      Branch: cfgperl
24192           !> op.c perl.c pod/perldiag.pod t/lib/b.t
24193 ____________________________________________________________________________
24194 [  6016] By: jhi                                   on 2000/04/28  22:46:14
24195         Log: Do not warn that an infinity does not look like a number.
24196      Branch: cfgperl
24197            ! sv.c
24198 ____________________________________________________________________________
24199 [  6015] By: gsar                                  on 2000/04/28  22:35:49
24200         Log: tweak test for portability
24201      Branch: perl
24202            ! t/lib/b.t
24203 ____________________________________________________________________________
24204 [  6014] By: gsar                                  on 2000/04/28  22:05:31
24205         Log: glob() loading File::Glob behind the scenes may cause syntax errors
24206      Branch: perl
24207            ! op.c
24208 ____________________________________________________________________________
24209 [  6013] By: gsar                                  on 2000/04/28  21:25:22
24210         Log: tweak change#5945 to display correct switch name in diagnostic
24211      Branch: perl
24212            ! perl.c pod/perldiag.pod
24213 ____________________________________________________________________________
24214 [  6012] By: jhi                                   on 2000/04/28  21:08:12
24215         Log: Integrate with Sarathy.
24216      Branch: cfgperl
24217           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
24218           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
24219           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
24220 ____________________________________________________________________________
24221 [  6011] By: jhi                                   on 2000/04/28  21:04:46
24222         Log: &HUGE_VAL is not defined, it exists.
24223      Branch: cfgperl
24224            ! lib/Math/Complex.pm
24225 ____________________________________________________________________________
24226 [  6010] By: gsar                                  on 2000/04/28  21:02:58
24227         Log: clarify note about shadow password support (from
24228              gellyfish@gellyfish.com)
24229      Branch: perl
24230            ! pod/perlfunc.pod
24231 ____________________________________________________________________________
24232 [  6009] By: gsar                                  on 2000/04/28  21:00:00
24233         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
24234      Branch: perl
24235            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
24236 ____________________________________________________________________________
24237 [  6008] By: gsar                                  on 2000/04/28  20:56:33
24238         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
24239      Branch: perl
24240            ! installperl vms/subconfigure.com
24241 ____________________________________________________________________________
24242 [  6007] By: gsar                                  on 2000/04/28  20:51:21
24243         Log: note about compile failures and END blocks (from M.J.T. Guy)
24244      Branch: perl
24245            ! pod/perl56delta.pod pod/perlmod.pod
24246 ____________________________________________________________________________
24247 [  6006] By: jhi                                   on 2000/04/28  20:42:14
24248         Log: Regen Configure.
24249      Branch: cfgperl
24250            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24251            ! config_h.SH
24252 ____________________________________________________________________________
24253 [  6005] By: gsar                                  on 2000/04/28  20:41:16
24254         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
24255      Branch: perl
24256            ! utils/perldoc.PL
24257 ____________________________________________________________________________
24258 [  6004] By: jhi                                   on 2000/04/28  20:28:21
24259         Log: Integrate with Sarathy.
24260      Branch: cfgperl
24261           !> Configure INSTALL Porting/Glossary Porting/config.sh
24262           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
24263           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
24264           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
24265           !> win32/config.vc win32/win32.c
24266 ____________________________________________________________________________
24267 [  6003] By: gsar                                  on 2000/04/28  20:11:20
24268         Log: allow REG_EXPAND_SZ keys in Windows registry (from
24269              John Clayton <John.Clayton@barclayscapital.com>)
24270      Branch: perl
24271            ! win32/win32.c
24272 ____________________________________________________________________________
24273 [  6002] By: gsar                                  on 2000/04/28  19:34:16
24274         Log: destructive sv_setsv() can lose UV-ness from source, causing
24275              numeric promotions/comparisons to fail to do the right thing
24276      Branch: perl
24277            ! sv.c
24278 ____________________________________________________________________________
24279 [  6001] By: gsar                                  on 2000/04/28  18:44:15
24280         Log: support additional library locations via $Config{otherlibdirs}
24281              (from Andy Dougherty)
24282      Branch: perl
24283            ! Configure INSTALL Porting/Glossary Porting/config.sh
24284            ! Porting/config_H config_h.SH epoc/config.sh perl.c
24285            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
24286            ! win32/config.bc win32/config.gc win32/config.vc
24287 ____________________________________________________________________________
24288 [  6000] By: gsar                                  on 2000/04/28  18:26:58
24289         Log: reworked otherlibdirs.U (from Andy Dougherty)
24290      Branch: metaconfig
24291            ! U/installdirs/otherlibdirs.U
24292 ____________________________________________________________________________
24293 [  5999] By: gsar                                  on 2000/04/28  18:17:07
24294         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
24295      Branch: perl
24296            ! t/pragma/warn/toke toke.c
24297 ____________________________________________________________________________
24298 [  5998] By: jhi                                   on 2000/04/28  13:32:17
24299         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
24300      Branch: cfgperl
24301            ! lib/Math/Complex.pm
24302 ____________________________________________________________________________
24303 [  5997] By: jhi                                   on 2000/04/28  13:14:04
24304         Log: Preserve $!.
24305      Branch: cfgperl
24306            ! lib/Math/Complex.pm
24307 ____________________________________________________________________________
24308 [  5996] By: jhi                                   on 2000/04/28  12:59:23
24309         Log: Integrate with Sarathy.
24310      Branch: cfgperl
24311           +> pod/perlrequick.pod pod/perlretut.pod
24312           !> (integrate 51 files)
24313 ____________________________________________________________________________
24314 [  5995] By: gsar                                  on 2000/04/28  09:37:36
24315         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
24316      Branch: perl
24317            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
24318 ____________________________________________________________________________
24319 [  5994] By: gsar                                  on 2000/04/28  09:33:26
24320         Log: fix for missed accounting for null byte in pack("Z",...) (from
24321              M.J.T. Guy)
24322      Branch: perl
24323            ! pp.c t/op/pack.t
24324 ____________________________________________________________________________
24325 [  5993] By: gsar                                  on 2000/04/28  09:30:05
24326         Log: various minor tweaks seen on p5p
24327      Branch: perl
24328            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
24329 ____________________________________________________________________________
24330 [  5992] By: gsar                                  on 2000/04/28  09:08:19
24331         Log: pod nit (from Simon Cozens)
24332      Branch: perl
24333            ! pod/perlop.pod
24334 ____________________________________________________________________________
24335 [  5991] By: gsar                                  on 2000/04/28  09:06:36
24336         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
24337      Branch: perl
24338            ! README.posix-bc hints/posix-bc.sh
24339 ____________________________________________________________________________
24340 [  5990] By: gsar                                  on 2000/04/28  08:54:52
24341         Log: use $ENV{LIB} to search for libs under Visual C compiler
24342              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
24343      Branch: perl
24344            ! lib/ExtUtils/Liblist.pm
24345 ____________________________________________________________________________
24346 [  5989] By: gsar                                  on 2000/04/28  08:27:12
24347         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
24348              itself and no other (from Tom Hughes)
24349      Branch: perl
24350            ! t/op/array.t toke.c
24351 ____________________________________________________________________________
24352 [  5988] By: gsar                                  on 2000/04/28  08:01:38
24353         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
24354              <paul@miraclefish.com>)
24355      Branch: perl
24356            ! lib/ExtUtils/MakeMaker.pm
24357 ____________________________________________________________________________
24358 [  5987] By: gsar                                  on 2000/04/28  07:53:09
24359         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
24360      Branch: perl
24361            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
24362 ____________________________________________________________________________
24363 [  5986] By: gsar                                  on 2000/04/28  07:44:17
24364         Log: add regular expressions tutorial and quick-start guide (from
24365              Mark Kvale <kvale@phy.ucsf.edu>)
24366      Branch: perl
24367            + pod/perlrequick.pod pod/perlretut.pod
24368            ! AUTHORS MAINTAIN MANIFEST
24369 ____________________________________________________________________________
24370 [  5985] By: gsar                                  on 2000/04/28  07:30:28
24371         Log: forked child may not exit correctly if it failed to open
24372              /dev/console (from Graham Barr)
24373      Branch: perl
24374            ! ext/Sys/Syslog/Syslog.pm
24375 ____________________________________________________________________________
24376 [  5984] By: gsar                                  on 2000/04/28  07:27:20
24377         Log: attributes::reftype() doesn't work on tied argument
24378      Branch: perl
24379            ! xsutils.c
24380 ____________________________________________________________________________
24381 [  5983] By: gsar                                  on 2000/04/28  07:15:04
24382         Log: numeric conversion of non-number in change#3378 tramples on
24383              OOK offset, causing segfaults
24384      Branch: perl
24385            ! sv.c
24386 ____________________________________________________________________________
24387 [  5982] By: gsar                                  on 2000/04/28  04:48:25
24388         Log: avoid error in IO::Socket::INET when given an unknown service name
24389              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
24390      Branch: perl
24391            ! ext/IO/lib/IO/Socket/INET.pm
24392 ____________________________________________________________________________
24393 [  5981] By: gsar                                  on 2000/04/28  04:31:31
24394         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
24395              prototype mismatch with CORE::glob(); update pod and tests to
24396              suit (File::Glob::glob() is still available for backward
24397              compatibility, but should be considered deprecated)
24398      Branch: perl
24399            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
24400            ! t/lib/glob-taint.t
24401 ____________________________________________________________________________
24402 [  5980] By: gsar                                  on 2000/04/28  03:47:29
24403         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
24404              <ghudson@mit.edu>)
24405      Branch: metaconfig
24406            ! U/modified/Options.U
24407      Branch: perl
24408            ! Configure
24409 ____________________________________________________________________________
24410 [  5979] By: gsar                                  on 2000/04/28  03:07:54
24411         Log: under useithreads, constant pad entries could inadvertantly be
24412              shared across threads (from Eric Blood <eblood@xmission.com>);
24413              added Eric's test case to testsuite
24414      Branch: perl
24415            ! op.c t/op/misc.t
24416 ____________________________________________________________________________
24417 [  5978] By: gsar                                  on 2000/04/27  21:13:00
24418         Log: sync version numbers in File::Spec with the ones on CPAN
24419              (from Barrie Slaymaker)
24420      Branch: perl
24421            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
24422            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
24423            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
24424 ____________________________________________________________________________
24425 [  5977] By: gsar                                  on 2000/04/27  21:07:29
24426         Log: autoquote barewords followed by newline and arrow properly
24427              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
24428      Branch: perl
24429            ! t/pragma/warn/toke toke.c
24430 ____________________________________________________________________________
24431 [  5976] By: gsar                                  on 2000/04/27  20:41:20
24432         Log: DB_File v1.73 update (from Paul Marquess)
24433      Branch: perl
24434            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
24435            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
24436 ____________________________________________________________________________
24437 [  5975] By: gsar                                  on 2000/04/27  20:34:24
24438         Log: allow sort() reentrancy (variant of patch suggested by
24439              Hugo van der Sanden)
24440      Branch: perl
24441            ! pp_ctl.c t/op/sort.t
24442 ____________________________________________________________________________
24443 [  5974] By: gsar                                  on 2000/04/27  19:46:57
24444         Log: change#4197 somehow missed initializing PL_errors, meaning
24445              sytax error queueing wasn't working outside eval"" at all;
24446              also fixed eval"" to localize PL_error_count, so that compile-time
24447              eval's don't clobber the error state of the outer context
24448      Branch: perl
24449            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
24450            ! t/pragma/warn/toke
24451 ____________________________________________________________________________
24452 [  5973] By: gsar                                  on 2000/04/27  18:29:05
24453         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
24454      Branch: perl
24455            ! regcomp.c regexec.c t/op/re_tests
24456 ____________________________________________________________________________
24457 [  5972] By: jhi                                   on 2000/04/27  18:22:41
24458         Log: Integrate with Sarathy.
24459      Branch: cfgperl
24460           +> t/lib/b.t t/lib/syslog.t
24461           !> (integrate 31 files)
24462 ____________________________________________________________________________
24463 [  5971] By: jhi                                   on 2000/04/27  18:18:46
24464         Log: Unicos tweaks from Mark P. Lutz.
24465      Branch: cfgperl
24466            ! hints/unicos.sh lib/Math/Complex.pm
24467 ____________________________________________________________________________
24468 [  5970] By: gsar                                  on 2000/04/27  18:05:11
24469         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
24470              IV is >32bits
24471      Branch: perl
24472            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
24473 ____________________________________________________________________________
24474 [  5969] By: gsar                                  on 2000/04/27  17:50:56
24475         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
24476      Branch: perl
24477            + t/lib/syslog.t
24478            ! MANIFEST ext/Sys/Syslog/Syslog.pm
24479 ____________________________________________________________________________
24480 [  5968] By: gsar                                  on 2000/04/27  17:44:49
24481         Log: tolerate spaces in group names in test on solaris (from David Boyce
24482              <dsb@boyski.com>)
24483      Branch: perl
24484            ! t/op/groups.t
24485 ____________________________________________________________________________
24486 [  5967] By: gsar                                  on 2000/04/27  17:41:22
24487         Log: improved docs on the warn_uninit diagnostic (from David Glasser
24488              and Simon Cozens)
24489      Branch: perl
24490            ! pod/perldiag.pod
24491 ____________________________________________________________________________
24492 [  5966] By: gsar                                  on 2000/04/27  16:54:58
24493         Log: add testsuite for B backends, fix bug in B::Deparse (from
24494              Simon Cozens <simon@brecon.co.uk>)
24495      Branch: perl
24496            + t/lib/b.t
24497            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
24498 ____________________________________________________________________________
24499 [  5965] By: gsar                                  on 2000/04/27  16:10:37
24500         Log: avoid "will not stay shared" warnings for our variables (from
24501              Robin Barker)
24502      Branch: perl
24503            ! op.c t/pragma/warn/op
24504 ____________________________________________________________________________
24505 [  5964] By: gsar                                  on 2000/04/27  07:05:05
24506         Log: reformat to 72 columns (again)
24507      Branch: perl
24508            ! pod/perldiag.pod
24509 ____________________________________________________________________________
24510 [  5963] By: gsar                                  on 2000/04/27  06:28:31
24511         Log: patch from Larry to make (\&) prototype work; added tests for
24512              the same
24513      Branch: perl
24514            ! op.c t/comp/proto.t
24515 ____________________________________________________________________________
24516 [  5962] By: gsar                                  on 2000/04/27  06:15:47
24517         Log: updated README.hpux (from Jeff Okamoto)
24518      Branch: perl
24519            ! README.hpux
24520 ____________________________________________________________________________
24521 [  5961] By: gsar                                  on 2000/04/27  05:55:03
24522         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
24523      Branch: perl
24524            ! emacs/cperl-mode.el
24525 ____________________________________________________________________________
24526 [  5960] By: gsar                                  on 2000/04/27  05:49:26
24527         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
24528      Branch: perl
24529            ! INSTALL
24530 ____________________________________________________________________________
24531 [  5959] By: gsar                                  on 2000/04/27  05:33:41
24532         Log: doubled words in pods (from Simon Cozens
24533              <simon.p.cozens@jp.pwcglobal.com>)
24534      Branch: perl
24535            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
24536            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
24537            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
24538            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
24539            ! pod/perltootc.pod
24540 ____________________________________________________________________________
24541 [  5958] By: gsar                                  on 2000/04/27  05:11:39
24542         Log: change#3569 deleted some essential code, revert; avoid use of
24543              atexit() to make DynaLoader work properly on AIX under mod_perl
24544              (from Jens-Uwe Mager <jum@helios.de>)
24545      Branch: perl
24546            ! ext/DynaLoader/dl_aix.xs
24547 ____________________________________________________________________________
24548 [  5957] By: gsar                                  on 2000/04/27  04:54:51
24549         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
24550      Branch: perl
24551            ! pod/perlmod.pod
24552 ____________________________________________________________________________
24553 [  5956] By: gsar                                  on 2000/04/27  04:51:47
24554         Log: better diagnostics on failed tests (from Ilya Zakharevich)
24555      Branch: perl
24556            ! t/op/lex_assign.t
24557 ____________________________________________________________________________
24558 [  5955] By: gsar                                  on 2000/04/27  04:26:44
24559         Log: longstanding bug exposed by change#3307: sort arguments weren't
24560              compiled with the right wantarray context (ensuing runtime lookup
24561              via block_gimme() was getting the incidental context of the
24562              sort() itself)
24563      Branch: perl
24564            ! op.c t/op/sort.t
24565 ____________________________________________________________________________
24566 [  5954] By: gsar                                  on 2000/04/26  23:42:12
24567         Log: integrate cfgperl contents into mainline
24568      Branch: perl
24569           !> (integrate 30 files)
24570 ____________________________________________________________________________
24571 [  5953] By: jhi                                   on 2000/04/26  23:06:42
24572         Log: Integrate with Sarathy.
24573      Branch: cfgperl
24574           !> README.win32 ext/B/B/Deparse.pm
24575           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
24576           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
24577           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
24578           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
24579           !> utils/perldoc.PL vms/perlvms.pod
24580 ____________________________________________________________________________
24581 [  5952] By: jhi                                   on 2000/04/26  23:03:46
24582         Log: Undo "use integer" addition from 64bitint as it seems
24583              to break most of the subtests in Digital UNIX;
24584              Unicos needs to find another way.
24585      Branch: cfgperl
24586            ! t/op/64bitint.t
24587 ____________________________________________________________________________
24588 [  5951] By: jhi                                   on 2000/04/26  22:57:53
24589         Log: Be more robust on "extreme" (large absolute value)
24590              arguments.  Originally reported by Daniel Connelly
24591              as a problem with asinh() on large negative arguments,
24592              asinh() used to bail out because an argument to log()
24593              ended up being zero.  Ilya Zakharevich proposed using
24594              Taylor's series in such cases, which for such large
24595              arguments is a very good approximation.
24596      Branch: cfgperl
24597            ! lib/Math/Complex.pm t/lib/complex.t
24598 ____________________________________________________________________________
24599 [  5950] By: gsar                                  on 2000/04/25  19:13:12
24600         Log: reformat perldiag to avoid long lines
24601      Branch: perl
24602            ! pod/perldiag.pod
24603 ____________________________________________________________________________
24604 [  5949] By: gsar                                  on 2000/04/25  18:41:11
24605         Log: make perldoc use the pod2man from the same version (from
24606              M.J.T. Guy)
24607      Branch: perl
24608            ! utils/perldoc.PL
24609 ____________________________________________________________________________
24610 [  5948] By: gsar                                  on 2000/04/25  18:21:57
24611         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
24612              <kompas@kompas.usr.onet.pl>)
24613      Branch: perl
24614            ! lib/vars.pm
24615 ____________________________________________________________________________
24616 [  5947] By: gsar                                  on 2000/04/25  18:11:53
24617         Log: use &dl_error rather than &dl_load_file as the guard for calling
24618              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
24619              statically built perl)
24620      Branch: perl
24621            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
24622 ____________________________________________________________________________
24623 [  5946] By: jhi                                   on 2000/04/25  17:37:54
24624         Log: Document that tr() is not tr(1).
24625      Branch: cfgperl
24626            ! pod/perlop.pod
24627 ____________________________________________________________________________
24628 [  5945] By: gsar                                  on 2000/04/25  16:34:33
24629         Log: make module name mandatory after -M switch; reorder perldiag
24630              alphabetically (from Mark-Jason Dominus)
24631      Branch: perl
24632            ! perl.c pod/perldiag.pod
24633 ____________________________________________________________________________
24634 [  5944] By: jhi                                   on 2000/04/25  01:15:18
24635         Log: On second thoughts frexp() does have two arguments.
24636      Branch: cfgperl
24637            ! perl.h
24638 ____________________________________________________________________________
24639 [  5943] By: jhi                                   on 2000/04/24  22:56:32
24640         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
24641              Now pp_ncmp() returns undef is either operand is a NaN.
24642      Branch: cfgperl
24643            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24644            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
24645            ! vms/subconfigure.com vos/config.def vos/config.h
24646            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
24647            ! win32/config.vc win32/config_H.bc win32/config_H.gc
24648            ! win32/config_H.vc
24649      Branch: metaconfig/U/perl
24650            + d_modfl.U
24651 ____________________________________________________________________________
24652 [  5942] By: jhi                                   on 2000/04/24  19:45:17
24653         Log: Regen Configure to match #5937.
24654      Branch: cfgperl
24655            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24656            ! config_h.SH
24657      Branch: metaconfig
24658            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
24659 ____________________________________________________________________________
24660 [  5941] By: jhi                                   on 2000/04/24  19:24:11
24661         Log: Further Unicos fixes for Mark Lutz.
24662      Branch: cfgperl
24663            ! hints/unicos.sh pp_ctl.c
24664 ____________________________________________________________________________
24665 [  5940] By: jhi                                   on 2000/04/24  19:09:06
24666         Log: Various Unicos 10.0.0.6 fixes.
24667              
24668              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
24669              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
24670              Reply-To: tecmpl1@triton.ca.boeing.com 
24671              To: perl5-porters@perl.org 
24672              Date: Fri, 14 Apr 2000 20:21:00 GMT 
24673              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
24674      Branch: cfgperl
24675            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
24676 ____________________________________________________________________________
24677 [  5939] By: gsar                                  on 2000/04/24  19:01:24
24678         Log: more pod nits (from Larry Virden)
24679      Branch: perl
24680            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
24681            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
24682            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
24683 ____________________________________________________________________________
24684 [  5938] By: gsar                                  on 2000/04/24  18:54:01
24685         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
24686      Branch: perl
24687            ! ext/B/B/Deparse.pm
24688 ____________________________________________________________________________
24689 [  5937] By: jhi                                   on 2000/04/24  17:39:00
24690         Log: Integrate with Sarathy.
24691      Branch: cfgperl
24692           +> (branch 31 files)
24693           !> (integrate 73 files)
24694 ____________________________________________________________________________
24695 [  5936] By: gsar                                  on 2000/04/24  17:30:06
24696         Log: additional tests for change#5934 (from Paul Marquess, who also
24697              sent in the same fix)
24698      Branch: perl
24699            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
24700            ! t/pragma/warn/5nolint t/pragma/warn/6default
24701 ____________________________________________________________________________
24702 [  5935] By: jhi                                   on 2000/04/24  17:26:05
24703         Log: Do not assume sign propagation.
24704              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
24705              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
24706              To: payner@ncifcrf.gov, perl5-porters@perl.org 
24707              Date: Tue, 18 Apr 2000 18:24:49 +0100 
24708              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
24709      Branch: cfgperl
24710            ! t/op/bop.t t/op/misc.t
24711 ____________________________________________________________________________
24712 [  5934] By: gsar                                  on 2000/04/24  17:16:54
24713         Log: propagate lexical warnings from surrounding scope correctly
24714              within string eval()
24715      Branch: perl
24716            ! pp_ctl.c t/pragma/warn/pp_ctl
24717 ____________________________________________________________________________
24718 [  5933] By: jhi                                   on 2000/04/24  17:01:07
24719         Log: Flatten the cpp jungle doing the nosuid checking.
24720      Branch: cfgperl
24721            ! perl.c
24722 ____________________________________________________________________________
24723 [  5932] By: gsar                                  on 2000/04/24  09:08:14
24724         Log: add rsignal(), whichsig() and do_join() to public API list
24725              (mod_perl uses them to good advantage)
24726      Branch: perl
24727            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
24728 ____________________________________________________________________________
24729 [  5931] By: gsar                                  on 2000/04/24  09:01:40
24730         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
24731      Branch: perl
24732            ! pp_hot.c regexec.c t/op/pat.t
24733 ____________________________________________________________________________
24734 [  5930] By: gsar                                  on 2000/04/24  08:58:33
24735         Log: small os390 tweaks (from Peter Prymmer)
24736      Branch: perl
24737            ! config_h.SH makedepend.SH
24738 ____________________________________________________________________________
24739 [  5929] By: gsar                                  on 2000/04/24  08:55:25
24740         Log: pod nits
24741      Branch: perl
24742            ! pod/perlguts.pod
24743 ____________________________________________________________________________
24744 [  5928] By: gsar                                  on 2000/04/24  08:50:13
24745         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
24746      Branch: perl
24747            ! ext/IO/lib/IO/Poll.pm
24748 ____________________________________________________________________________
24749 [  5927] By: gsar                                  on 2000/04/24  08:43:24
24750         Log: arrange for next() to resume at the unstack op rather than the
24751              loop conditional, so that scope cleanup happens correctly
24752              (from Stephen McCamant)
24753      Branch: perl
24754            ! op.c pp_ctl.c t/op/misc.t
24755 ____________________________________________________________________________
24756 [  5926] By: gsar                                  on 2000/04/24  08:18:40
24757         Log: on windows, reserve 16M of stack rather than 128M (allows more
24758              threads to run concurrently)
24759      Branch: perl
24760            ! win32/Makefile win32/makefile.mk
24761 ____________________________________________________________________________
24762 [  5925] By: gsar                                  on 2000/04/24  08:13:52
24763         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
24764      Branch: perl
24765            ! toke.c
24766 ____________________________________________________________________________
24767 [  5924] By: gsar                                  on 2000/04/24  08:08:59
24768         Log: avoid using uninitialized memory in require version check
24769      Branch: perl
24770            ! pp_ctl.c universal.c
24771 ____________________________________________________________________________
24772 [  5923] By: gsar                                  on 2000/04/24  07:20:14
24773         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
24774      Branch: perl
24775            ! ext/IO/lib/IO/Poll.pm
24776 ____________________________________________________________________________
24777 [  5922] By: gsar                                  on 2000/04/24  07:08:42
24778         Log: commentary about IoTYPE() (from Nathan Torkington)
24779      Branch: perl
24780            ! sv.h
24781 ____________________________________________________________________________
24782 [  5921] By: gsar                                  on 2000/04/24  06:58:26
24783         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
24784              by fix
24785      Branch: perl
24786            ! sv.c t/lib/charnames.t t/pragma/utf8.t
24787 ____________________________________________________________________________
24788 [  5920] By: gsar                                  on 2000/04/24  06:37:59
24789         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
24790      Branch: perl
24791            ! doop.c t/op/ver.t
24792 ____________________________________________________________________________
24793 [  5919] By: gsar                                  on 2000/04/24  06:21:58
24794         Log: Configure might miss old directories when prefix must be
24795              expanded (from Robin Barker)
24796      Branch: metaconfig
24797            ! U/installdirs/inc_version_list.U
24798      Branch: perl
24799            ! Configure
24800 ____________________________________________________________________________
24801 [  5918] By: gsar                                  on 2000/04/24  06:16:11
24802         Log: VMS nits in glob() test (from Charles Lane)
24803      Branch: perl
24804            ! t/lib/glob-basic.t
24805 ____________________________________________________________________________
24806 [  5917] By: gsar                                  on 2000/04/24  06:11:56
24807         Log: various pod nits (from Larry Virden and others)
24808      Branch: perl
24809            ! README.amiga README.hpux README.machten README.os2
24810            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
24811            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
24812            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
24813            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
24814            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
24815            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
24816            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
24817            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
24818 ____________________________________________________________________________
24819 [  5916] By: gsar                                  on 2000/04/24  05:52:43
24820         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
24821              <wjones@tc.fluke.com>)
24822      Branch: perl
24823            ! t/lib/glob-basic.t
24824 ____________________________________________________________________________
24825 [  5915] By: gsar                                  on 2000/04/24  05:07:01
24826         Log: supported platforms mixed up
24827      Branch: perl
24828            ! pod/perl56delta.pod pod/perlport.pod
24829 ____________________________________________________________________________
24830 [  5914] By: gsar                                  on 2000/04/24  04:56:08
24831         Log: caller() wasn't returning the right number of elements for
24832              eval {...}
24833      Branch: perl
24834            ! pp_ctl.c t/pragma/warn/9enabled
24835 ____________________________________________________________________________
24836 [  5913] By: gsar                                  on 2000/04/24  04:35:41
24837         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
24838              Mark-Jason Dominus)
24839      Branch: perl
24840            ! pod/perlfunc.pod
24841 ____________________________________________________________________________
24842 [  5912] By: gsar                                  on 2000/04/24  04:17:15
24843         Log: fix totally broken caching in UNIVERSAL::isa() (from
24844              Nick Ing-Simmons)
24845      Branch: perl
24846            ! t/op/universal.t universal.c
24847 ____________________________________________________________________________
24848 [  5911] By: gsar                                  on 2000/04/24  03:39:47
24849         Log: add linebreak properties from unicode/LineBrk.txt (from
24850              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
24851      Branch: perl
24852            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
24853            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
24854            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
24855            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
24856            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
24857            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
24858            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
24859            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
24860            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
24861            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
24862            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
24863            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
24864            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
24865            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
24866            + lib/unicode/Is/LbrkZW.pl
24867            ! lib/unicode/mktables.PL
24868 ____________________________________________________________________________
24869 [  5910] By: gsar                                  on 2000/04/24  03:23:10
24870         Log: typo in pod
24871      Branch: perl
24872            ! ext/Thread/Thread.pm
24873 ____________________________________________________________________________
24874 [  5909] By: gsar                                  on 2000/04/24  03:22:03
24875         Log: mode argument to do_binmode() should be file mode, not boolean
24876      Branch: perl
24877            ! pp_sys.c
24878 ____________________________________________________________________________
24879 [  5908] By: gsar                                  on 2000/04/16  16:51:08
24880         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
24881              always returns a valid GV even when the symbol is trapped by strictures
24882              (avoids coredumps)
24883              
24884              TODO: the C<package;> hack needs similar treatment
24885      Branch: perl
24886            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
24887            ! t/pragma/strict-vars
24888 ____________________________________________________________________________
24889 [  5907] By: jhi                                   on 2000/03/31  23:42:56
24890         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
24891              an assumption which #5905 demolished.
24892      Branch: cfgperl
24893            ! pp_sys.c
24894 ____________________________________________________________________________
24895 [  5906] By: jhi                                   on 2000/03/31  18:54:37
24896         Log: Typo in #5905.
24897      Branch: cfgperl
24898            ! t/op/64bitint.t
24899 ____________________________________________________________________________
24900 [  5905] By: jhi                                   on 2000/03/31  18:50:54
24901         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
24902              reported by Joseph N. Hall.  The bug was that even with use64bitint
24903              one had to use the prefixes q, L, or ll with printf/sprintf,
24904              contrary to the documentation and common sense.
24905      Branch: cfgperl
24906            ! sv.c t/op/64bitint.t
24907 ____________________________________________________________________________
24908 [  5904] By: gsar                                  on 2000/03/28  02:31:32
24909         Log: add Changes, perldelta.pod
24910      Branch: perl
24911            + Changes pod/perldelta.pod
24912 ____________________________________________________________________________
24913 [  5903] By: gsar                                  on 2000/03/28  02:03:55
24914         Log: rename Changes and perldelta.pod
24915      Branch: perl
24916           +> Changes5.6 pod/perl56delta.pod
24917            - Changes pod/perldelta.pod
24918            ! MANIFEST
24919 ____________________________________________________________________________
24920 [  5902] By: gsar                                  on 2000/03/28  01:59:14
24921         Log: create maint-5.6 branch
24922      Branch: maint-5.6/perl
24923           +> (branch 1611 files)
24924 ____________________________________________________________________________
24925 [  5901] By: jhi                                   on 2000/03/23  05:48:43
24926         Log: Integrate with Sarathy.
24927      Branch: cfgperl
24928           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
24929 ____________________________________________________________________________
24930 [  5900] By: gsar                                  on 2000/03/23  05:42:43
24931         Log: three guesses on what this is :-)
24932      Branch: perl
24933            ! Changes